@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: 1280px;
  --mh--breakpoint--x2l: 1720px;
}
:root {
  --mh--font-family--base: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", meiryo, sans-serif;
  --mh--font-family--en: "Oswald", sans-serif;
}
html body {
  --mh--font-size--x3s: 1.2rem;
  --mh--font-size--x2s: 1.3rem;
  --mh--font-size--xs: 1.4rem;
  --mh--font-size--sm: 1.5rem;
  --mh--font-size--md: 1.6rem;
  --mh--font-size--lg: 1.7rem;
  --mh--font-size--xl: 1.8rem;
  --mh--font-size--x2l: 2rem;
  --mh--font-size--x3l: 2.1rem;
  --mh--font-size--x4l: 2.2rem;
  --mh--font-size--x5l: 2.4rem;
  --mh--font-size--x6l: 2.6rem;
  --mh--font-size--x7l: 2.7rem;
  --mh--font-size--x8l: 2.9rem;
  --mh--font-size--x9l: 3.1rem;
  --mh--font-size--x10l: 3.4rem;
  --mh--font-size--x11l: 3.6rem;
  --mh--font-size--x12l: 3.9rem;
  --mh--font-size--x13l: 4.1rem;
  --mh--font-size--x15l: 4.7rem;
  --mh--font-size--x18l: 5.8rem;
  --mh--font-size--x21l: 7.1rem;
  --mh--font-size--x23l: 8.1rem;
  --mh--font-size--x24l: 8.7rem;
}
@media (width >= 768px ) {
  html body {
    --mh--font-size--x3s: 1.2rem;
    --mh--font-size--x2s: 1.3rem;
    --mh--font-size--xs: 1.4rem;
    --mh--font-size--sm: 1.5rem;
    --mh--font-size--md: 1.6rem;
    --mh--font-size--lg: 1.8rem;
    --mh--font-size--xl: 2rem;
    --mh--font-size--x2l: 2.3rem;
    --mh--font-size--x3l: 2.6rem;
    --mh--font-size--x4l: 2.9rem;
    --mh--font-size--x5l: 3.2rem;
    --mh--font-size--x6l: 3.6rem;
    --mh--font-size--x7l: 4.1rem;
    --mh--font-size--x8l: 4.6rem;
    --mh--font-size--x9l: 5.2rem;
    --mh--font-size--x10l: 5.8rem;
    --mh--font-size--x11l: 6.6rem;
    --mh--font-size--x12l: 7.4rem;
    --mh--font-size--x13l: 8.3rem;
    --mh--font-size--x15l: 10.5rem;
    --mh--font-size--x18l: 15rem;
    --mh--font-size--x21l: 21.4rem;
    --mh--font-size--x23l: 27rem;
    --mh--font-size--x24l: 30.4rem;
  }
}
:root {
  --mh--letter-spacing--xs: -0.05em;
  --mh--letter-spacing--sm: -0.02em;
  --mh--letter-spacing--md: 0;
  --mh--letter-spacing--lg: 0.02em;
}
:root {
  --mh--line-height--none: 1;
  --mh--line-height--sm: 1.1;
  --mh--line-height--md: 1.3;
  --mh--line-height--lg: 1.7;
}
:root {
  --mh--header--height: 70px;
}
@media (width >= 768px ) {
  :root {
    --mh--header--height: 92px;
  }
}
:root {
  --mh--sidebar--width: 260px;
}
:root {
  --mh--contents--width: 1100px;
  --mh--contents--wide-width: 1400px;
  --mh--contents--big-width: 1620px;
  --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--big-width-with-padding: calc(
  	var(--mh--contents--big-width) + var(--mh--contents--padding--side) * 2
  );
}
@media (width >= 768px ) {
  :root {
    --mh--contents--padding--side: 50px;
  }
}
html body {
  --mh--color--grayscale-900: rgb(17, 17, 17);
  --mh--color--grayscale-800: rgb(120, 120, 120);
  --mh--color--grayscale-700: rgb(157, 157, 157);
  --mh--color--grayscale-500: rgb(196, 196, 196);
  --mh--color--grayscale-300: rgb(215, 215, 215);
  --mh--color--grayscale-200: rgb(255, 255, 255);
  --mh--color--grayscale-100: rgba(255, 255, 255, 0.2);
  --mh--color--accent-500: rgb(237, 29, 36);
  --mh--color--surface-500: rgb(239, 239, 239);
  --mh--color--error-500: rgb(255, 0, 0);
  --mh--gradient01: linear-gradient(90deg, rgb(237, 29, 36) 50%, rgba(243, 72, 72, 0) 100%);
  --mh--gradient02: linear-gradient(0deg, rgb(17, 17, 17) 50%, rgba(17, 17, 17, 0) 100%);
}
:root {
  --mh--easing: ease;
  --mh--duration: 0.3s;
  --mh--duration02: 0.6s;
  --mh--duration03: 0.4s;
}
@keyframes slideLoop {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slideOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
: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-70: 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-150: 60px;
  --mh--space--60-160: 60px;
  --mh--space--x5s: 2px;
  --mh--space--x4s: 5px;
  --mh--space--x3s: 10px;
  --mh--space--x2s: 15px;
  --mh--space--xs: 20px;
  --mh--space--sm: 30px;
  --mh--space--md: 40px;
  --mh--space--lg: 50px;
  --mh--space--xl: 60px;
  --mh--space--x2l: 70px;
  --mh--space--x3l: 80px;
  --mh--space--x4l: 90px;
  --mh--space--x5l: 100px;
}
@media (width >= 768px ) {
  :root {
    --mh--space--10-15: 15px;
    --mh--space--10-30: 30px;
    --mh--space--10-40: 40px;
    --mh--space--10-60: 60px;
    --mh--space--15-20: 20px;
    --mh--space--20-120: 120px;
    --mh--space--20-15: 15px;
    --mh--space--20-30: 30px;
    --mh--space--20-50: 50px;
    --mh--space--20-60: 60px;
    --mh--space--20-80: 80px;
    --mh--space--25-25: 25px;
    --mh--space--25-30: 30px;
    --mh--space--25-60: 60px;
    --mh--space--25-70: 70px;
    --mh--space--25-80: 80px;
    --mh--space--30-30: 30px;
    --mh--space--30-40: 40px;
    --mh--space--30-50: 50px;
    --mh--space--30-70: 70px;
    --mh--space--30-80: 80px;
    --mh--space--40-100: 100px;
    --mh--space--40-120: 120px;
    --mh--space--40-60: 60px;
    --mh--space--60-100: 100px;
    --mh--space--60-150: 150px;
    --mh--space--60-160: 160px;
    --mh--space--x5s: 4px;
    --mh--space--x4s: 10px;
    --mh--space--x3s: 20px;
    --mh--space--x2s: 30px;
    --mh--space--xs: 40px;
    --mh--space--sm: 60px;
    --mh--space--md: 80px;
    --mh--space--lg: 100px;
    --mh--space--xl: 120px;
    --mh--space--x2l: 140px;
    --mh--space--x3l: 160px;
    --mh--space--x4l: 180px;
    --mh--space--x5l: 200px;
  }
}
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
*::before, *::after {
  box-sizing: border-box;
}
* :focus-visible {
  outline: 1px solid;
}
html {
  block-size: 100%;
  font-size: 62.5%;
  -webkit-text-size-adjust: none;
}
body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizespeed;
  min-block-size: 100%;
}
img,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
}
img,
svg,
video {
  max-inline-size: 100%;
  block-size: auto;
}
svg {
  fill: currentcolor;
  stroke: none;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
  line-break: strict;
}
ul,
ol {
  list-style: none;
}
a[class] {
  text-decoration: none;
}
input,
select {
  appearance: none;
}
input,
button,
textarea,
select,
input[type=file]::-webkit-file-upload-button {
  font: inherit;
  font-size: inherit;
  color: inherit;
  letter-spacing: inherit;
}
a[href],
area,
button,
input,
label[for],
select,
summary,
textarea,
[tabindex]:not([tabindex*="-"]) {
  touch-action: manipulation;
  cursor: pointer;
}
input[type=file] {
  cursor: auto;
}
button,
button[type],
input[type=button],
input[type=submit],
input[type=reset],
input[type=file]::-webkit-file-upload-button,
input[type=file]::file-selector-button {
  text-align: center;
  -webkit-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
button[disabled],
button[type][disabled],
input[type=button][disabled],
input[type=submit][disabled],
input[type=reset][disabled] {
  cursor: not-allowed;
}
/* 02_base
================================================ */
html {
  overflow: auto;
}
html:not([class=is-no-smoothscroll]) {
  scroll-behavior: smooth;
  scroll-padding-top: var(--mh--header--height);
}
body {
  overflow: clip;
  min-width: 320px;
  font-family: var(--mh--font-family--base);
  font-size: var(--mh--font-size--md);
  font-weight: 500;
  line-height: var(--mh--line-height--md);
  color: var(--mh--color--grayscale-900);
  -webkit-text-size-adjust: 100%;
  background: url(../img/common/bg_dot01.jpg) repeat 0 0/25px 25px;
}
@media (width >= 768px ) {
  body {
    min-width: var(--mh--contents--width-with-padding);
    background: url(../img/common/bg_dot01.jpg) repeat 0 0/50px 50px;
  }
}
@media (width >= 768px ) and (hover: none) {
  body {
    -webkit-text-size-adjust: none;
  }
}
* {
  letter-spacing: var(--mh--letter-spacing--md);
}
ins {
  text-decoration: none;
  background-color: #ff9;
}
mark {
  font-weight: bold;
  background-color: #ff9;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  cursor: help;
  border-bottom: 1px dotted;
}
sup {
  font-size: 0.75em;
  vertical-align: text-top;
}
sub {
  font-size: 0.75em;
  vertical-align: text-bottom;
}
hr {
  display: block;
  height: 1px;
  padding: 0;
  margin: 1em 0;
  border: 0;
  border-top: 1px solid;
}
table {
  width: 100%;
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse;
}
a {
  color: inherit;
}
@media (width < 768px) {
  a:hover {
    text-decoration: none;
  }
}
input[type=text],
input[type=email],
input[type=tel],
textarea,
button,
select,
option {
  display: block;
  width: 100%;
  max-width: 100%;
  font-family: inherit;
  background: none;
  border: 1px solid;
  border-radius: 0;
}
@media (width < 768px) {
  input[type=text],
  input[type=email],
  input[type=tel],
  textarea,
  button,
  select,
  option {
    font-size: 1.6rem;
  }
}
summary {
  display: block;
  cursor: pointer;
  list-style: none;
}
summary::-webkit-details-marker {
  display: none;
}
.l-wrapper {
  position: relative;
  padding-bottom: env(safe-area-inset-bottom);
}
@media (width >= 768px ) {
  .l-container.is-col2 {
    display: grid;
    grid-template-columns: 1fr var(--mh--sidebar--width);
    gap: 60px;
    width: var(--mh--contents--width);
    margin: 0 auto;
    padding-top: 150px;
  }
  .l-container.is-col2:has(article.c-single04) {
    padding-top: 250px;
  }
}
/* c-anchor01
================================== */
.c-anchor01 {
  display: grid;
  gap: 20px 0;
  padding: 30px 20px;
}
.c-anchor01__item a {
  position: relative;
  display: block;
  padding: 0 28px 15px 0;
  font-weight: 900;
  font-size: var(--mh--font-size--lg);
  border-bottom: 1px solid var(--mh--color--grayscale-500);
}
.c-anchor01__item a span.is-ico {
  position: absolute;
  top: 0;
  right: 0;
  display: grid;
  place-items: center;
  width: 18px;
}
.c-anchor01__item a span.is-ico:after {
  display: inline-block;
  width: 18px;
  aspect-ratio: 1;
  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 18"><path d="M8.85478 0L6.53129 2.28571L11.7096 7.37979L0 7.37979L0 10.6132L11.7096 10.6132L6.53129 15.7143L8.85478 18L18 8.99652L8.85478 0Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18"><path d="M8.85478 0L6.53129 2.28571L11.7096 7.37979L0 7.37979L0 10.6132L11.7096 10.6132L6.53129 15.7143L8.85478 18L18 8.99652L8.85478 0Z"/></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);
  rotate: 90deg;
}
@media (width < 768px) {
  .c-anchor01 {
    margin-inline: -20px;
  }
}
@media (width >= 768px ) {
  .c-anchor01 {
    gap: 40px;
    padding: 40px 20px 30px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-anchor01__item a {
    transition: color var(--mh--duration) var(--mh--easing);
  }
  .c-anchor01__item a:hover {
    color: var(--mh--color--accent-500);
  }
}
@media (width >= 768px ) {
  .c-anchor01.is-col3-md-up {
    grid-template-columns: repeat(3, 1fr);
  }
}
/* c-archive-access01
================================= */
.c-archive-access01__item {
  padding-block: var(--mh--space--xs);
  border: 1px solid var(--mh--color--grayscale-700);
  border-width: 0 0 1px;
}
.c-archive-access01__in {
  display: grid;
  grid-template-columns: 1fr 120px;
  grid-template-areas: "txt img" "btn btn";
  gap: 15px;
}
.c-archive-access01__area-txt {
  grid-area: txt;
}
.c-archive-access01__tag {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-bottom: 5px;
  gap: 5px;
}
.c-archive-access01__tag-item {
  width: fit-content;
  padding: 0 5px 2px;
  letter-spacing: var(--mh--letter-spacing--lg);
  color: #fff;
  font-size: var(--mh--font-size--x3s);
  background: var(--mh--color--accent-500);
}
.c-archive-access01__head {
  font-weight: 900;
  font-size: var(--mh--font-size--x3l);
  transition: color var(--mh--duration) var(--mh--easing);
}
.c-archive-access01__txt {
  margin-top: 5px;
  line-height: var(--mh--line-height--lg);
  letter-spacing: var(--mh--letter-spacing--lg);
}
.c-archive-access01__img {
  aspect-ratio: 670/448;
  grid-area: img;
  overflow: hidden;
}
.c-archive-access01__img img {
  width: 100%;
  transition: transform var(--mh--duration) var(--mh--easing);
}
.c-archive-access01__btn {
  grid-area: btn;
  display: grid;
  grid-template-columns: 1fr 25px;
  align-items: center;
  gap: 0 6px;
  width: fit-content;
  line-height: var(--mh--line-height--lg);
  letter-spacing: var(--mh--letter-spacing--lg);
}
.c-archive-access01__btn span.is-ico {
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 1;
  color: #fff;
  background: var(--mh--color--grayscale-900);
  transition: background var(--mh--duration) var(--mh--easing);
}
.c-archive-access01__btn span.is-ico:after {
  display: inline-block;
  width: 10px;
  aspect-ratio: 1;
  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 18"><path d="M8.85478 0L6.53129 2.28571L11.7096 7.37979L0 7.37979L0 10.6132L11.7096 10.6132L6.53129 15.7143L8.85478 18L18 8.99652L8.85478 0Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18"><path d="M8.85478 0L6.53129 2.28571L11.7096 7.37979L0 7.37979L0 10.6132L11.7096 10.6132L6.53129 15.7143L8.85478 18L18 8.99652L8.85478 0Z"/></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 >= 768px ) {
  .c-archive-access01__item:first-child {
    border-width: 1px 0;
  }
  .c-archive-access01__in {
    grid-template-columns: 1fr 214px;
    grid-template-areas: "txt img" "btn img";
    gap: 10px 30px;
    padding-right: 40px;
  }
  .c-archive-access01__tag {
    flex-direction: row;
  }
  .c-archive-access01__btn {
    align-self: end;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-archive-access01__in:hover .c-archive-access01__head {
    color: var(--mh--color--accent-500);
  }
  .c-archive-access01__in:hover span.is-ico {
    background: var(--mh--color--accent-500);
  }
  .c-archive-access01__in:hover img {
    transform: scale(1.1);
  }
}
/* c-archive-access01.is-col2-md-up
=========================================== */
@media (width >= 768px ) {
  .c-archive-access01.is-col2-md-up {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 60px;
  }
  .c-archive-access01.is-col2-md-up .c-archive-access01__item:nth-child(2) {
    border-width: 1px 0;
  }
}
/* c-archive-access02
================================= */
.c-archive-access02 {
  display: grid;
  gap: 40px 0;
}
.c-archive-access02__in {
  display: block;
}
.c-archive-access02__img {
  width: 100%;
  aspect-ratio: 670/448;
  margin-bottom: 20px;
  overflow: hidden;
}
.c-archive-access02__img img {
  width: 100%;
  object-fit: cover;
  transition: transform var(--mh--duration) var(--mh--easing);
}
.c-archive-access02__head {
  font-weight: 900;
  font-size: var(--mh--font-size--x3l);
  transition: color var(--mh--duration) var(--mh--easing);
}
.c-archive-access02__tag {
  display: flex;
  flex-wrap: wrap;
  margin-top: var(--mh--space--x3s);
  gap: 5px;
}
.c-archive-access02__tag-item {
  padding: 0 5px 2px;
  letter-spacing: var(--mh--letter-spacing--lg);
  color: #fff;
  font-size: var(--mh--font-size--x3s);
  background: var(--mh--color--accent-500);
}
.c-archive-access02 dl {
  margin: 10px 0 0;
}
.c-archive-access02 dl > div {
  display: grid;
  grid-template-columns: 100px 1fr;
  align-items: start;
  gap: 0 10px;
  padding: 10px 0;
  border-bottom: 1px solid var(--mh--color--grayscale-500);
}
.c-archive-access02 dl dt, .c-archive-access02 dl dd {
  min-height: 26px;
  font-size: var(--mh--font-size--sm);
}
.c-archive-access02 dl dt {
  padding: 2px 0;
  font-weight: 900;
}
.c-archive-access02 dl dd {
  line-height: var(--mh--line-height--lg);
  letter-spacing: var(--mh--letter-spacing--lg);
}
.c-archive-access02__btn {
  display: grid;
  grid-template-columns: 1fr 25px;
  align-items: center;
  gap: 0 6px;
  width: fit-content;
  margin: 20px 0 0 auto;
  line-height: var(--mh--line-height--lg);
  letter-spacing: var(--mh--letter-spacing--lg);
}
.c-archive-access02__btn span.is-ico {
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 1;
  color: #fff;
  background: var(--mh--color--grayscale-900);
  transition: background var(--mh--duration) var(--mh--easing);
}
.c-archive-access02__btn span.is-ico:after {
  display: inline-block;
  width: 10px;
  aspect-ratio: 1;
  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 18"><path d="M8.85478 0L6.53129 2.28571L11.7096 7.37979L0 7.37979L0 10.6132L11.7096 10.6132L6.53129 15.7143L8.85478 18L18 8.99652L8.85478 0Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18"><path d="M8.85478 0L6.53129 2.28571L11.7096 7.37979L0 7.37979L0 10.6132L11.7096 10.6132L6.53129 15.7143L8.85478 18L18 8.99652L8.85478 0Z"/></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 >= 768px ) {
  .c-archive-access02 dl {
    margin: 20px 0 0;
  }
  .c-archive-access02 dl > div {
    gap: 0 20px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-archive-access02__item:has(.c-archive-access02__btn:hover) .c-archive-access02__head {
    color: var(--mh--color--accent-500);
  }
  .c-archive-access02__item:has(.c-archive-access02__btn:hover) span.is-ico {
    background: var(--mh--color--accent-500);
  }
  .c-archive-access02__item:has(.c-archive-access02__btn:hover) img {
    transform: scale(1.1);
  }
}
/* c-archive-access02.is-col2-md-up
=========================================== */
@media (width >= 768px ) {
  .c-archive-access02.is-col2-md-up {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
/* c-archive-blog01
========================== */
.c-archive-blog01 {
  --line: 3;
  --line-height: 1.3;
  display: grid;
  gap: 30px 0;
}
.c-archive-blog01__in {
  display: block;
  padding-bottom: var(--mh--space--20-30);
  border-bottom: 1px solid var(--mh--color--grayscale-500);
}
.c-archive-blog01__img {
  width: 100%;
  aspect-ratio: 670/448;
  margin-bottom: var(--mh--space--15-20);
  overflow: hidden;
}
.c-archive-blog01__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--mh--duration) var(--mh--easing);
}
.c-archive-blog01__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin: 0 0 5px;
}
.c-archive-blog01__cat {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.c-archive-blog01__cat-item {
  padding: 0 var(--mh--space--x4s);
  font-size: var(--mh--font-size--xs);
  line-height: var(--mh--line-height--lg);
  color: #fff;
  letter-spacing: var(--mh--letter-spacing--lg);
  background: var(--mh--color--grayscale-900);
}
.c-archive-blog01__head {
  display: -webkit-box;
  max-height: calc(var(--line) * var(--line-height) * 1em);
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: var(--line);
  font-size: var(--mh--font-size--x2l);
  line-height: var(--line-height);
  transition: color var(--mh--duration) var(--mh--easing);
  -webkit-box-orient: vertical;
}
.c-archive-blog01__name {
  margin: 15px 0 0;
  font-size: var(--mh--font-size--sm);
  line-height: var(--mh--line-height--lg);
  color: var(--mh--color--grayscale-700);
  letter-spacing: var(--mh--letter-spacing--lg);
}
@media (width < 768px) {
  .c-archive-blog01 {
    padding-top: 60px;
  }
}
@media (width >= 768px ) {
  .c-archive-blog01 {
    gap: 40px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-archive-blog01__in:hover .c-archive-blog01__img img {
    transform: scale(1.1);
  }
  .c-archive-blog01__in:hover .c-archive-blog01__head {
    color: var(--mh--color--accent-500);
  }
}
/* c-archive-blog01.is-col2-md-up
======================================== */
@media (width >= 768px ) {
  .c-archive-blog01.is-col2-md-up {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* c-archive-blog02
========================== */
.c-archive-blog02 {
  --line: 3;
  --line-height: 1.3;
  display: grid;
  gap: var(--mh--space--15-20) 0;
}
.c-archive-blog02__in {
  display: grid;
  grid-template-columns: 100px 1fr;
  grid-template-areas: "meta meta" "img txt";
  gap: 10px 20px;
  padding-bottom: var(--mh--space--15-20);
  border-bottom: 1px solid var(--mh--color--grayscale-500);
}
.c-archive-blog02__meta {
  grid-area: meta;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.c-archive-blog02__cat {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.c-archive-blog02__cat-item {
  padding: 0 var(--mh--space--x4s);
  color: #fff;
  line-height: var(--mh--line-height--lg);
  letter-spacing: var(--mh--letter-spacing--lg);
  font-size: var(--mh--font-size--xs);
  background: var(--mh--color--grayscale-900);
}
.c-archive-blog02__img {
  grid-area: img;
  width: 100%;
  aspect-ratio: 670/448;
  overflow: hidden;
}
.c-archive-blog02__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--mh--duration) var(--mh--easing);
}
.c-archive-blog02__area-txt {
  grid-area: txt;
}
.c-archive-blog02__head {
  display: -webkit-box;
  max-height: calc(var(--line) * var(--line-height) * 1em);
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: var(--line);
  line-height: var(--line-height);
  -webkit-box-orient: vertical;
  font-weight: 900;
  font-size: var(--mh--font-size--lg);
  transition: color var(--mh--duration) var(--mh--easing);
}
.c-archive-blog02__name {
  margin: 5px 0 0;
  line-height: var(--mh--line-height--lg);
  letter-spacing: var(--mh--letter-spacing--lg);
  color: var(--mh--color--grayscale-700);
  font-size: var(--mh--font-size--sm);
}
@media (width >= 768px ) {
  .c-archive-blog02__in {
    grid-template-columns: 200px 1fr;
    grid-template-areas: "img meta" "img txt";
  }
  .c-archive-blog02__name {
    margin: 15px 0 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-archive-blog02__in:hover .c-archive-blog02__img img {
    transform: scale(1.1);
  }
  .c-archive-blog02__in:hover .c-archive-blog02__head {
    color: var(--mh--color--accent-500);
  }
}
/* c-archive-blog02.is-col2-md-up
======================================== */
@media (width >= 768px ) {
  .c-archive-blog02.is-col2-md-up {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* c-archive-trainer01
============================== */
.c-archive-trainer01 {
  display: grid;
  gap: 40px 0;
}
.c-archive-trainer01__in {
  display: block;
  padding-bottom: var(--mh--space--20-30);
  border-bottom: 1px solid var(--mh--color--grayscale-500);
}
.c-archive-trainer01__img {
  aspect-ratio: 1/1;
  margin-bottom: 20px;
  overflow: hidden;
}
.c-archive-trainer01__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--mh--duration) var(--mh--easing);
}
.c-archive-trainer01__en {
  margin-bottom: 5px;
  font-size: var(--mh--font-size--xs);
}
.c-archive-trainer01__head {
  display: -webkit-box;
  max-height: calc(var(--line) * var(--line-height) * 1em);
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: var(--line);
  line-height: var(--line-height);
  -webkit-box-orient: vertical;
  font-weight: 900;
  font-size: var(--mh--font-size--x4l);
  transition: color var(--mh--duration) var(--mh--easing);
}
.c-archive-trainer01 dl {
  display: grid;
  grid-template-columns: 4em 1fr;
  align-items: center;
  gap: 0 30px;
  margin-top: var(--mh--space--10-15);
  color: var(--mh--color--grayscale-700);
  font-size: var(--mh--font-size--sm);
}
.c-archive-trainer01 dl dt {
  position: relative;
  font-weight: 900;
}
.c-archive-trainer01 dl dt:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translateY(-50%);
  display: inline-block;
  width: 1px;
  height: 1.0263157895em;
  border-left: 1px solid;
}
.c-archive-trainer01 dl dd {
  line-height: var(--mh--line-height--lg);
  letter-spacing: var(--mh--letter-spacing--lg);
}
@media (width >= 768px ) {
  .c-archive-trainer01 {
    gap: 40px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-archive-trainer01__in:hover .c-archive-trainer01__head {
    color: var(--mh--color--accent-500);
  }
  .c-archive-trainer01__in:hover img {
    transform: scale(1.1);
  }
}
/* c-archive-trainer01.is-col2-md-down
================================ */
@media (width < 768px) {
  .c-archive-trainer01.is-col2-md-down {
    gap: 30px 10px;
    grid-template-columns: repeat(2, 1fr);
  }
  .c-archive-trainer01.is-col2-md-down dl {
    grid-template-columns: 1fr;
    gap: 2px;
  }
  .c-archive-trainer01.is-col2-md-down dl dt:after {
    content: none;
  }
}
/* c-archive-trainer01.is-col3-md-up
================================ */
@media (width >= 768px ) {
  .c-archive-trainer01.is-col3-md-up {
    grid-template-columns: repeat(3, 1fr);
  }
}
/* c-archive-voice01
============================== */
.c-archive-voice01 {
  --line: 2;
  --line-height: 1.3;
  display: grid;
  gap: 30px 0;
}
.c-archive-voice01__in {
  display: block;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--mh--color--grayscale-500);
}
.c-archive-voice01__img {
  aspect-ratio: 1/1;
  margin-bottom: 15px;
  overflow: hidden;
}
.c-archive-voice01__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--mh--duration) var(--mh--easing);
}
.c-archive-voice01__name {
  width: fit-content;
  margin-bottom: 6px;
  padding: 1px 5px;
  line-height: var(--mh--line-height--lg);
  letter-spacing: var(--mh--letter-spacing--lg);
  color: #fff;
  font-size: var(--mh--font-size--xs);
  background: var(--mh--color--grayscale-900);
}
.c-archive-voice01__head {
  display: -webkit-box;
  max-height: calc(var(--line) * var(--line-height) * 1em);
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: var(--line);
  line-height: var(--line-height);
  -webkit-box-orient: vertical;
  font-weight: 900;
  font-size: var(--mh--font-size--x2l);
  transition: color var(--mh--duration) var(--mh--easing);
}
.c-archive-voice01__cat {
  display: flex;
  flex-wrap: wrap;
  gap: 0 15px;
  margin-top: 15px;
}
.c-archive-voice01__cat-item {
  line-height: var(--mh--line-height--lg);
  letter-spacing: var(--mh--letter-spacing--lg);
  color: var(--mh--color--grayscale-700);
  font-size: var(--mh--font-size--sm);
}
@media (width >= 768px ) {
  .c-archive-voice01 {
    gap: 40px;
  }
  .c-archive-voice01__in {
    padding-bottom: 30px;
  }
  .c-archive-voice01__img {
    margin-bottom: 20px;
  }
  .c-archive-voice01__name {
    padding: 0 10px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-archive-voice01__in:hover .c-archive-voice01__head {
    color: var(--mh--color--accent-500);
  }
  .c-archive-voice01__in:hover img {
    transform: scale(1.1);
  }
}
/* c-archive-voice01-slider
================================ */
.c-archive-voice01-slider {
  display: grid;
  gap: 10px 0;
}
.c-archive-voice01-slider .c-archive-voice01 {
  display: flex;
  gap: unset;
}
@media (width >= 768px ) {
  .c-archive-voice01-slider {
    position: relative;
    gap: 0;
  }
  .c-archive-voice01-slider .c-slider-ui01 {
    position: absolute;
    top: calc(100% + 80px);
    left: 0;
  }
}
/* c-archive-voice01.is-col3-md-up
================================ */
@media (width >= 768px ) {
  .c-archive-voice01.is-col3-md-up {
    grid-template-columns: repeat(3, 1fr);
  }
}
/*  .c-archive01
================================================== */
.c-archive01 {
  --line: 1;
  --line-height: 1.3;
}
.c-archive01__item {
  border-style: solid;
  border-width: 1px 0 0;
}
.c-archive01__item:last-child {
  border-width: 1px 0;
}
.c-archive01__item-in {
  position: relative;
  display: block;
  padding: 19px 45px 19px 15px;
}
.c-archive01__item-in:after {
  display: inline-block;
  width: 20px;
  aspect-ratio: 1;
  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 18"><path d="M8.85478 0L6.53129 2.28571L11.7096 7.37979L0 7.37979L0 10.6132L11.7096 10.6132L6.53129 15.7143L8.85478 18L18 8.99652L8.85478 0Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18"><path d="M8.85478 0L6.53129 2.28571L11.7096 7.37979L0 7.37979L0 10.6132L11.7096 10.6132L6.53129 15.7143L8.85478 18L18 8.99652L8.85478 0Z"/></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);
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.c-archive01__item-date {
  margin-bottom: 10px;
  font-size: var(--mh--font-size--sm);
}
.c-archive01__item-head {
  display: -webkit-box;
  max-height: calc(var(--line) * var(--line-height) * 1em);
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: var(--line);
  line-height: var(--line-height);
  -webkit-box-orient: vertical;
  font-weight: 900;
  font-size: var(--mh--font-size--lg);
}
@media (width >= 768px ) {
  .c-archive01__item-in {
    padding: 29px 75px 29px 30px;
  }
  .c-archive01__item-in:after {
    right: 30px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-archive01__item-in:after {
    transition: color var(--mh--duration) var(--mh--easing);
  }
  .c-archive01__item-in:hover:after {
    color: var(--mh--color--accent-500);
  }
}
/* .c-archive01.is-line3-md-down
====================================== */
@media (width < 768px) {
  .c-archive01.is-line3-md-down {
    --line: 3;
  }
}
/* .c-blockquote01
================================================== */
.c-blockquote01 {
  padding: 15px;
  border: 1px solid var(--mh--color--primary-700);
}
@media (width >= 768px ) {
  .c-blockquote01 {
    padding: 25px;
  }
}
/* c-bnr01 料金プランバナー
======================================= */
.c-bnr01 {
  display: block;
  border: 1px solid;
  border-width: 1px 0;
  background: #fff;
}
.c-bnr01.is-current .c-bnr01__btn span.is-ico:after {
  transform: rotate(90deg);
}
.c-bnr01__sub {
  width: fit-content;
  padding: 1px 5px;
  color: #fff;
  font-weight: 900;
  font-size: var(--mh--font-size--xs);
  background: var(--mh--color--accent-500);
}
.c-bnr01__con {
  padding: 20px;
}
.c-bnr01__area-head {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dashed var(--mh--color--grayscale-700);
}
.c-bnr01__head {
  font-weight: 900;
  font-size: var(--mh--font-size--x4l);
  transition: color var(--mh--duration) var(--mh--easing);
}
.c-bnr01__price {
  position: relative;
  width: fit-content;
}
.c-bnr01__price.is-after {
  color: var(--mh--color--accent-500);
}
.c-bnr01__price.is-after span.is-num {
  font-size: var(--mh--font-size--x10l);
}
.c-bnr01__price:nth-of-type(2) {
  padding-left: 33px;
}
.c-bnr01__price:nth-of-type(2):before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 18px;
  height: 30px;
  background: currentColor;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.c-bnr01__price-wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 10px 0;
}
.c-bnr01__price-wrap:has(.c-bnr01__price:nth-of-type(2)) .c-bnr01__price:nth-of-type(1):after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 4px;
  background: currentColor;
}
.c-bnr01__price span.is-en {
  margin-right: 2px;
  font-weight: 900;
  font-size: var(--mh--font-size--x6l);
}
.c-bnr01__price span.is-num {
  font-size: var(--mh--font-size--x8l);
}
.c-bnr01__price span.is-suffix {
  margin-left: -5px;
  font-weight: 900;
  font-size: var(--mh--font-size--xl);
}
.c-bnr01__small {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2px;
  margin: 10px 0 0;
  font-weight: 900;
}
.c-bnr01__small span.is-label {
  padding: 1px 12px;
  color: #fff;
  font-size: var(--mh--font-size--sm);
  background: var(--mh--color--grayscale-900);
}
.c-bnr01__small span.is-en {
  padding-top: 6px;
  font-size: var(--mh--font-size--xl);
}
.c-bnr01__small span.is-num {
  font-size: var(--mh--font-size--x5l);
}
.c-bnr01__small span.is-suffix {
  padding-top: 4px;
}
.c-bnr01__txt {
  margin-top: 10px;
  font-weight: 900;
}
.c-bnr01__btn {
  display: grid;
  grid-template-columns: 1fr 25px;
  gap: 0 6px;
  align-items: center;
  width: fit-content;
  margin: 20px 0 0 auto;
}
.c-bnr01__btn span.is-ico {
  display: grid;
  place-items: center;
  width: 25px;
  height: 25px;
  color: #fff;
  background: var(--mh--color--grayscale-900);
  transition: background var(--mh--duration) var(--mh--easing);
}
.c-bnr01__btn span.is-ico:after {
  display: inline-block;
  width: 10px;
  aspect-ratio: 1;
  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 18"><path d="M8.85478 0L6.53129 2.28571L11.7096 7.37979L0 7.37979L0 10.6132L11.7096 10.6132L6.53129 15.7143L8.85478 18L18 8.99652L8.85478 0Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18"><path d="M8.85478 0L6.53129 2.28571L11.7096 7.37979L0 7.37979L0 10.6132L11.7096 10.6132L6.53129 15.7143L8.85478 18L18 8.99652L8.85478 0Z"/></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 >= 768px ) {
  .c-bnr01__con {
    display: grid;
    grid-template-columns: 222px 1fr;
    align-items: center;
    min-height: 183px;
    padding: 20px 50px 30px;
  }
  .c-bnr01__con:not(:has(.c-bnr01__area-head)) {
    grid-template-columns: 1fr;
  }
  .c-bnr01__area-head {
    height: 100%;
    align-content: center;
    margin: 0;
    padding: 0 10px 0 0;
    border-bottom: 0;
    border-right: 1px dashed var(--mh--color--grayscale-700);
  }
  .c-bnr01__area-txt {
    position: relative;
    align-content: center;
    padding: 0 115px 0 40px;
  }
  .c-bnr01__price:nth-of-type(2):before {
    top: 25px;
  }
  .c-bnr01__price.is-after span.is-num {
    font-size: var(--mh--font-size--x10l);
  }
  .c-bnr01__price-wrap {
    flex-direction: row;
    align-items: center;
    gap: 0 15px;
  }
  .c-bnr01__price-wrap:has(.c-bnr01__price:nth-of-type(2)) .c-bnr01__price:nth-of-type(1) span.is-num {
    font-size: var(--mh--font-size--x6l);
  }
  .c-bnr01__small {
    margin: 20px 0 0;
  }
  .c-bnr01__small span.is-label {
    padding: 2px 12px;
  }
  .c-bnr01__btn {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin: 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-bnr01:is(a):hover .c-bnr01__head {
    color: var(--mh--color--accent-500);
  }
  .c-bnr01:is(a):hover .c-bnr01__btn span.is-ico {
    background: var(--mh--color--accent-500);
  }
}
/* c-bnr02 line食事指導バナー
======================================= */
.c-bnr02 {
  display: block;
  padding: 20px;
  outline: 1px solid;
}
.c-bnr02__sub {
  margin-bottom: 10px;
  font-weight: 900;
  font-size: var(--mh--font-size--xl);
}
.c-bnr02__head {
  font-weight: 900;
  font-size: var(--mh--font-size--x4l);
  transition: color var(--mh--duration) var(--mh--easing);
}
.c-bnr02__price {
  margin-top: 3px;
}
.c-bnr02__price span.is-label {
  margin-right: 5px;
  padding: 2px 10px 3px;
  color: #fff;
  font-weight: 900;
  font-size: var(--mh--font-size--xl);
  vertical-align: 5px;
  background: var(--mh--color--grayscale-900);
}
.c-bnr02__price span.is-en {
  margin-right: 2px;
  color: var(--mh--color--accent-500);
  font-weight: 900;
  font-size: var(--mh--font-size--x6l);
}
.c-bnr02__price span.is-num {
  color: var(--mh--color--accent-500);
  font-size: var(--mh--font-size--x8l);
}
.c-bnr02__price span.is-suffix {
  margin-left: -5px;
  color: var(--mh--color--accent-500);
  font-weight: 900;
  font-size: var(--mh--font-size--xl);
}
.c-bnr02__box {
  margin-top: 13px;
  padding: 20px;
  background: #fff;
}
.c-bnr02__txt {
  line-height: var(--mh--line-height--lg);
  letter-spacing: var(--mh--letter-spacing--lg);
}
.c-bnr02__btn {
  display: grid;
  grid-template-columns: 1fr 25px;
  gap: 0 6px;
  align-items: center;
  width: fit-content;
  margin: 10px 0 0 auto;
}
.c-bnr02__btn span.is-ico {
  display: grid;
  place-items: center;
  width: 25px;
  height: 25px;
  color: #fff;
  background: var(--mh--color--grayscale-900);
  transition: background var(--mh--duration) var(--mh--easing);
}
.c-bnr02__btn span.is-ico:after {
  display: inline-block;
  width: 10px;
  aspect-ratio: 1;
  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 18"><path d="M8.85478 0L6.53129 2.28571L11.7096 7.37979L0 7.37979L0 10.6132L11.7096 10.6132L6.53129 15.7143L8.85478 18L18 8.99652L8.85478 0Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18"><path d="M8.85478 0L6.53129 2.28571L11.7096 7.37979L0 7.37979L0 10.6132L11.7096 10.6132L6.53129 15.7143L8.85478 18L18 8.99652L8.85478 0Z"/></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 >= 768px ) {
  .c-bnr02 {
    padding: 40px;
  }
  .c-bnr02__sub {
    margin: 0;
  }
  .c-bnr02__area-head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0 20px;
  }
  .c-bnr02__price {
    margin: 0;
  }
  .c-bnr02__price span.is-label {
    vertical-align: 10px;
  }
  .c-bnr02__box {
    position: relative;
    margin-top: 18px;
    padding: 20px 210px 20px 30px;
  }
  .c-bnr02__btn {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    margin: 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-bnr02:hover .c-bnr02__head {
    color: var(--mh--color--accent-500);
  }
  .c-bnr02:hover .c-bnr02__btn span.is-ico {
    background: var(--mh--color--accent-500);
  }
}
/* c-btn01
============================== */
.c-btn01 {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-height: 65px;
  padding: 10px 58px 10px 20px;
  color: #fff;
  font-weight: 900;
  font-size: var(--mh--font-size--lg);
  transition: background var(--mh--duration) var(--mh--easing);
  background: var(--mh--color--grayscale-900);
}
.c-btn01[target]:after {
  transform: translateY(-50%) rotate(-45deg);
}
.c-btn01:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--mh--color--grayscale-800);
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.75s cubic-bezier(0.23, 1, 0.32, 1);
}
.c-btn01:after {
  display: inline-block;
  width: 18px;
  aspect-ratio: 1;
  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 18"><path d="M8.85478 0L6.53129 2.28571L11.7096 7.37979L0 7.37979L0 10.6132L11.7096 10.6132L6.53129 15.7143L8.85478 18L18 8.99652L8.85478 0Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18"><path d="M8.85478 0L6.53129 2.28571L11.7096 7.37979L0 7.37979L0 10.6132L11.7096 10.6132L6.53129 15.7143L8.85478 18L18 8.99652L8.85478 0Z"/></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);
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.c-btn01-list {
  display: grid;
  grid-auto-rows: column;
  gap: 10px 0;
}
.c-btn01__txt {
  position: relative;
  z-index: 1;
}
@media (width >= 768px ) {
  .c-btn01 {
    min-height: 75px;
    max-width: 380px;
    padding: 10px 70px 10px 25px;
  }
  .c-btn01:after {
    right: 25px;
    width: 25px;
  }
  .c-btn01-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-btn01:hover:before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}
/* c-btn01.is-access
=========================== */
.c-btn01.is-access {
  padding-left: 68px;
}
.c-btn01.is-access .c-btn01__ico {
  position: absolute;
  top: 50%;
  left: 18px;
  transform: translateY(-50%);
  display: grid;
  place-items: center;
  width: 27px;
}
.c-btn01.is-access .c-btn01__ico:after {
  display: inline-block;
  width: 25px;
  aspect-ratio: 1;
  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 25 25"><path d="M22.294 24.107H1.812c-1.55 0-2.217-1.168-1.56-2.47l2.381-4.729c.38-.754 1.51-1.322 2.549-1.322h.801q.484.67 1.042 1.36l.144.174H5.182c-.547 0-1.08.315-1.18.482l-2.38 4.726a1 1 0 0 0-.08.213c.056.016.144.031.27.031h20.482c.126 0 .214-.015.27-.03a1 1 0 0 0-.08-.214l-2.38-4.726c-.1-.166-.633-.48-1.18-.48h-1.987l.144-.176q.558-.688 1.042-1.36h.801c1.04 0 2.169.568 2.549 1.323l2.382 4.728c.656 1.302-.012 2.47-1.56 2.47M19.726 7.672c0 5.725-7.673 12.315-7.673 12.315S4.38 13.398 4.38 7.673A7.673 7.673 0 0 1 12.053 0a7.673 7.673 0 0 1 7.673 7.673m-3.837 0a3.837 3.837 0 1 0-7.674 0 3.837 3.837 0 0 0 7.674 0"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 25 25"><path d="M22.294 24.107H1.812c-1.55 0-2.217-1.168-1.56-2.47l2.381-4.729c.38-.754 1.51-1.322 2.549-1.322h.801q.484.67 1.042 1.36l.144.174H5.182c-.547 0-1.08.315-1.18.482l-2.38 4.726a1 1 0 0 0-.08.213c.056.016.144.031.27.031h20.482c.126 0 .214-.015.27-.03a1 1 0 0 0-.08-.214l-2.38-4.726c-.1-.166-.633-.48-1.18-.48h-1.987l.144-.176q.558-.688 1.042-1.36h.801c1.04 0 2.169.568 2.549 1.323l2.382 4.728c.656 1.302-.012 2.47-1.56 2.47M19.726 7.672c0 5.725-7.673 12.315-7.673 12.315S4.38 13.398 4.38 7.673A7.673 7.673 0 0 1 12.053 0a7.673 7.673 0 0 1 7.673 7.673m-3.837 0a3.837 3.837 0 1 0-7.674 0 3.837 3.837 0 0 0 7.674 0"/></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-btn01.is-contact
=========================== */
.c-btn01.is-contact {
  padding-left: 68px;
  background-color: var(--mh--color--accent-500);
}
.c-btn01.is-contact:before {
  background-color: var(--mh--color--grayscale-900);
}
.c-btn01.is-contact .c-btn01__ico {
  position: absolute;
  top: 50%;
  left: 18px;
  transform: translateY(-50%);
  display: grid;
  place-items: center;
  width: 27px;
}
.c-btn01.is-contact .c-btn01__ico:after {
  display: inline-block;
  width: 23px;
  aspect-ratio: 23/15;
  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 23 15"><path d="m20.943 0-9.782 7.634L1.378 0zM0 14.286V1.198L10.6 9.47a.91.91 0 0 0 1.121 0l10.6-8.272v13.088z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 23 15"><path d="m20.943 0-9.782 7.634L1.378 0zM0 14.286V1.198L10.6 9.47a.91.91 0 0 0 1.121 0l10.6-8.272v13.088z"/></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 >= 768px ) {
  .c-btn01.is-contact .c-btn01__ico {
    left: 22px;
  }
  .c-btn01.is-contact .c-btn01__ico:after {
    width: 27px;
  }
}
/* c-btn01.is-line
=========================== */
.c-btn01.is-line {
  padding-left: 68px;
  background-color: #06c755;
}
.c-btn01.is-line:before {
  background-color: var(--mh--color--grayscale-900);
}
.c-btn01.is-line .c-btn01__ico {
  position: absolute;
  top: 50%;
  left: 18px;
  transform: translateY(-50%);
  display: grid;
  place-items: center;
  width: 27px;
}
.c-btn01.is-line .c-btn01__ico img {
  width: 23px;
}
@media (width >= 768px ) {
  .c-btn01.is-line .c-btn01__ico {
    left: 22px;
  }
  .c-btn01.is-line .c-btn01__ico img {
    width: 27px;
  }
}
/* c-btn01.is-center
============================ */
.c-btn01.is-center {
  margin-inline: auto;
}
/* c-btn01.is-right-md-up
============================ */
@media (width >= 768px ) {
  .c-btn01.is-right-md-up {
    margin-inline: auto 0;
  }
}
@media (width >= 768px ) {
  .c-btn01.is-w540-md-up {
    max-width: 540px;
    min-height: 80px;
  }
}
/* c-btn02
============================== */
.c-btn02 {
  display: grid;
  grid-template-columns: 1fr 25px;
  gap: 0 6px;
  align-items: center;
  width: fit-content;
  margin-top: 15px;
  line-height: var(--mh--line-height--lg);
  letter-spacing: var(--mh--letter-spacing--lg);
  font-size: var(--mh--font-size--sm);
}
.c-btn02 span.is-ico {
  display: grid;
  place-items: center;
  width: 25px;
  height: 25px;
  color: var(--mh--color--grayscale-900);
  background: var(--mh--color--grayscale-200);
  transition: all var(--mh--duration) var(--mh--easing);
}
.c-btn02 span.is-ico:after {
  display: inline-block;
  width: 10px;
  aspect-ratio: 1;
  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 18"><path d="M8.85478 0L6.53129 2.28571L11.7096 7.37979L0 7.37979L0 10.6132L11.7096 10.6132L6.53129 15.7143L8.85478 18L18 8.99652L8.85478 0Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18"><path d="M8.85478 0L6.53129 2.28571L11.7096 7.37979L0 7.37979L0 10.6132L11.7096 10.6132L6.53129 15.7143L8.85478 18L18 8.99652L8.85478 0Z"/></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 >= 768px ) {
  .c-btn02 {
    margin-top: 20px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-btn02:hover span.is-ico {
    color: #fff;
    background: var(--mh--color--accent-500);
  }
}
/* c-btn02.is-grayscale-900
==================================== */
.c-btn02.is-grayscale-900 span.is-ico {
  color: #fff;
  background: var(--mh--color--grayscale-900);
}
@media (hover: hover) and (pointer: fine) {
  .c-btn02.is-grayscale-900:hover span.is-ico {
    background: var(--mh--color--accent-500);
  }
}
/* c-cv01 入会キャンぺーン
=========================== */
.c-cv01__head {
  width: fit-content;
  font-weight: 900;
  font-size: var(--mh--font-size--x9l);
}
.c-cv01__head-wrap {
  display: grid;
  grid-template-columns: 1px 1fr 1px;
  align-items: flex-end;
  gap: 0 16px;
  width: fit-content;
  margin: 0 auto 18px;
  text-align: center;
}
.c-cv01__head-wrap:before, .c-cv01__head-wrap:after {
  content: "";
  width: 1px;
  height: 37px;
  margin-bottom: -2px;
  border-left: 1px solid;
}
.c-cv01__head-wrap:before {
  transform: rotate(-30deg);
  transform-origin: right bottom;
}
.c-cv01__head-wrap:after {
  transform: rotate(30deg);
  transform-origin: left bottom;
}
@media (width >= 768px ) {
  .c-cv01__head-wrap {
    gap: 0 32px;
    margin: 0 auto 30px;
  }
  .c-cv01__head-wrap:before, .c-cv01__head-wrap:after {
    margin-bottom: 5px;
  }
  .c-cv01__head-wrap:after {
    margin-left: -20px;
  }
}
/* c-cv01-list
--------------------------- */
.c-cv01-list {
  display: grid;
  gap: 60px 0;
  padding: 35px 20px;
  text-align: center;
  background: var(--mh--color--grayscale-900);
  color: #fff;
}
.c-cv01-list__item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 35px 0;
}
.c-cv01-list__head {
  margin-bottom: 5px;
  font-weight: 900;
  font-size: var(--mh--font-size--x3l);
}
.c-cv01-list__price span.is-en {
  margin-right: 2px;
  font-weight: 900;
  font-size: var(--mh--font-size--x6l);
}
.c-cv01-list__price span.is-num {
  font-size: var(--mh--font-size--x8l);
}
.c-cv01-list__price span.is-suffix {
  margin-left: -5px;
  font-weight: 900;
  font-size: var(--mh--font-size--xl);
}
.c-cv01-list__area-txt {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 90px;
  color: var(--mh--color--grayscale-900);
  background: #fff;
}
.c-cv01-list__area-txt.is-accent-500 {
  background: var(--mh--color--accent-500);
  color: #fff;
}
.c-cv01-list__area-txt:before {
  content: "";
  position: absolute;
  bottom: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  width: 18px;
  height: 15px;
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.c-cv01-list__area-txt:only-child:before {
  content: none;
}
.c-cv01-list__txt span.is-txt {
  margin-inline: -12px 5px;
  font-weight: 900;
  font-size: var(--mh--font-size--x3l);
}
.c-cv01-list__txt span.is-en {
  font-weight: 900;
  font-size: var(--mh--font-size--x6l);
}
.c-cv01-list__txt span.is-num {
  font-size: var(--mh--font-size--x13l);
}
.c-cv01-list__txt strong {
  margin-inline: 5px -12px;
  font-weight: 900;
  font-size: var(--mh--font-size--x9l);
}
@media (width < 768px) {
  .c-cv01-list__item:nth-child(n+2):before {
    content: "";
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
    height: 1px;
    border-top: 1px dotted;
  }
}
@media (width >= 768px ) {
  .c-cv01-list {
    position: relative;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 62px;
    padding: 54px min(111px, 5.78125vw) 54px min(135px, 7.03125vw);
  }
  .c-cv01-list:not(:has(.c-cv01-list__item:nth-child(2))) {
    grid-template-columns: 1fr;
    gap: 0;
    justify-items: center;
  }
  .c-cv01-list:not(:has(.c-cv01-list__item:nth-child(2))):before {
    content: none;
  }
  .c-cv01-list:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1px;
    height: calc(100% - 108px);
    border-left: 1px dotted;
  }
  .c-cv01-list__item {
    flex-direction: row;
    gap: 35px 5vw;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .c-cv01-list__item:nth-child(even) {
    justify-self: end;
  }
  .c-cv01-list__item:nth-child(2) {
    max-width: 586px;
  }
  .c-cv01-list__item:only-child .c-cv01-list__area-txt:only-child .c-cv01-list__txt strong:only-child {
    font-size: var(--mh--font-size--x11l);
  }
  .c-cv01-list__area-head {
    justify-self: start;
    min-width: 255px;
  }
  .c-cv01-list__area-head:not(:has(.c-cv01-list__price)) .c-cv01-list__head {
    font-size: var(--mh--font-size--x7l);
  }
  .c-cv01-list__price span.is-suffix {
    margin: 0;
  }
  .c-cv01-list__area-txt {
    min-width: 162px;
    min-height: 162px;
    padding: 5px 15px;
  }
  .c-cv01-list__area-txt:before {
    left: max(-85px, -4.4270833333vw);
    bottom: 50%;
    transform: translateY(50%);
    width: 24px;
    height: 28px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
  }
  .c-cv01-list__txt {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .c-cv01-list__txt span.is-txt {
    margin: 0 0 -3px;
  }
  .c-cv01-list__txt span.is-en {
    margin-inline: -13px 0;
    vertical-align: 5px;
  }
  .c-cv01-list__txt strong {
    margin: 5px 0 10px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .c-cv01-list {
    padding-inline: 40px;
  }
}
/* c-cv01-btn
-------------------------------- */
.c-cv01-btn {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 10px 0;
  margin-top: 35px;
}
@media (width >= 768px ) {
  .c-cv01-btn {
    flex-direction: row;
    justify-content: center;
    margin-top: 70px;
    gap: 30px;
  }
  .c-cv01-btn .c-btn01 {
    max-width: 390px;
    min-height: 65px;
  }
  .c-cv01-btn .c-btn01:after {
    right: 20px;
  }
}
/* .c-cv01.is-btn-wide-md-up
============================== */
@media (width >= 768px ) {
  .c-cv01.is-btn-wide-md-up .c-cv01-btn {
    gap: 20px;
  }
  .c-cv01.is-btn-wide-md-up .c-cv01-btn .c-btn01 {
    max-width: 540px;
    min-height: 80px;
  }
}
/* c-cv02
-------------------------------- */
.c-cv02 {
  padding: 30px 20px;
}
.c-cv02__area-tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px 0;
}
.c-cv02__tel {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 0 var(--mh--space--x4s);
  align-items: center;
  font-size: var(--mh--font-size--x8l);
}
.c-cv02__tel span.is-ico {
  display: inline-block;
  width: 30px;
  height: 30px;
  color: var(--mh--color--accent-500);
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%20fill%3D%22none%22%3E%20%3Cmask%20id%3D%22mask0_1845_29732%22%20style%3D%22mask-type%3Aalpha%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2230%22%20height%3D%2230%22%3E%20%3Cpath%20d%3D%22M30%200H0V30H30V0Z%22%20fill%3D%22black%22%2F%3E%20%3C%2Fmask%3E%20%3Cg%20mask%3D%22url(%23mask0_1845_29732)%22%3E%20%3Cpath%20d%3D%22M27.4896%2023.8616C27.3861%2023.6368%2027.2236%2023.4419%2027.0167%2023.307C26.8394%2023.1721%2026.6029%2022.9922%2026.3074%2022.7823C25.7311%2022.3776%2024.9626%2021.868%2024.209%2021.3883C23.6179%2021.0135%2022.7608%2020.4739%2022.0219%2020.0692C21.0613%2019.5295%2020.7214%2019.4246%2020.4554%2019.4696C20.1747%2019.4995%2019.9087%2019.6045%2019.687%2019.7694C19.4506%2019.9043%2019.1402%2020.1141%2018.7708%2020.369C18.2388%2020.7437%2017.5738%2021.2234%2016.7463%2021.838C16.5689%2021.9729%2016.3177%2021.9729%2016.1404%2021.838C14.6774%2020.8187%2013.3326%2019.6345%2012.1209%2018.3153C10.451%2016.5765%209.34268%2014.373%208.91413%2011.9896C8.85502%2011.5399%209.04713%2011.0902%209.43135%2010.8354L12.6233%208.69181C13.1258%208.36203%2013.3326%207.73245%2013.1258%207.17783L10.85%201.00197C10.6874%200.582256%2010.3328%200.267468%209.90423%200.177528C8.75158%20-0.10728%207.53982%20-0.0473206%206.41672%200.342418C5.81084%200.672196%205.27884%201.1069%204.83551%201.64654C4.15574%202.456%203.60897%203.37038%203.23953%204.35972C2.72232%205.70881%202.48587%207.11787%202.50065%208.54191C2.54498%2010.4606%202.91442%2012.3643%203.59419%2014.1631C5.1754%2018.1205%207.58415%2021.6881%2010.6579%2024.6111C12.4608%2026.4849%2014.5148%2028.0588%2016.7906%2029.303C17.3965%2029.5278%2018.0024%2029.7077%2018.6378%2029.8126C19.4506%2029.9625%2020.2633%2030.0225%2021.0909%2029.9925C22.8199%2030.0525%2024.4897%2029.3629%2025.6867%2028.1038C26.3222%2027.3543%2026.8394%2026.4998%2027.2088%2025.5855C27.46%2025.0458%2027.5487%2024.4612%2027.4748%2023.8766%22%20fill%3D%22%23ED1D24%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%20fill%3D%22none%22%3E%20%3Cmask%20id%3D%22mask0_1845_29732%22%20style%3D%22mask-type%3Aalpha%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2230%22%20height%3D%2230%22%3E%20%3Cpath%20d%3D%22M30%200H0V30H30V0Z%22%20fill%3D%22black%22%2F%3E%20%3C%2Fmask%3E%20%3Cg%20mask%3D%22url(%23mask0_1845_29732)%22%3E%20%3Cpath%20d%3D%22M27.4896%2023.8616C27.3861%2023.6368%2027.2236%2023.4419%2027.0167%2023.307C26.8394%2023.1721%2026.6029%2022.9922%2026.3074%2022.7823C25.7311%2022.3776%2024.9626%2021.868%2024.209%2021.3883C23.6179%2021.0135%2022.7608%2020.4739%2022.0219%2020.0692C21.0613%2019.5295%2020.7214%2019.4246%2020.4554%2019.4696C20.1747%2019.4995%2019.9087%2019.6045%2019.687%2019.7694C19.4506%2019.9043%2019.1402%2020.1141%2018.7708%2020.369C18.2388%2020.7437%2017.5738%2021.2234%2016.7463%2021.838C16.5689%2021.9729%2016.3177%2021.9729%2016.1404%2021.838C14.6774%2020.8187%2013.3326%2019.6345%2012.1209%2018.3153C10.451%2016.5765%209.34268%2014.373%208.91413%2011.9896C8.85502%2011.5399%209.04713%2011.0902%209.43135%2010.8354L12.6233%208.69181C13.1258%208.36203%2013.3326%207.73245%2013.1258%207.17783L10.85%201.00197C10.6874%200.582256%2010.3328%200.267468%209.90423%200.177528C8.75158%20-0.10728%207.53982%20-0.0473206%206.41672%200.342418C5.81084%200.672196%205.27884%201.1069%204.83551%201.64654C4.15574%202.456%203.60897%203.37038%203.23953%204.35972C2.72232%205.70881%202.48587%207.11787%202.50065%208.54191C2.54498%2010.4606%202.91442%2012.3643%203.59419%2014.1631C5.1754%2018.1205%207.58415%2021.6881%2010.6579%2024.6111C12.4608%2026.4849%2014.5148%2028.0588%2016.7906%2029.303C17.3965%2029.5278%2018.0024%2029.7077%2018.6378%2029.8126C19.4506%2029.9625%2020.2633%2030.0225%2021.0909%2029.9925C22.8199%2030.0525%2024.4897%2029.3629%2025.6867%2028.1038C26.3222%2027.3543%2026.8394%2026.4998%2027.2088%2025.5855C27.46%2025.0458%2027.5487%2024.4612%2027.4748%2023.8766%22%20fill%3D%22%23ED1D24%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  -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-cv02 dl {
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: 0 10px;
  align-items: center;
  font-size: var(--mh--font-size--sm);
}
.c-cv02 dl dt {
  padding: 3px 12px;
  color: #fff;
  background: var(--mh--color--accent-500);
}
.c-cv02 dl dd {
  line-height: var(--mh--line-height--lg);
  letter-spacing: var(--mh--letter-spacing--lg);
  color: var(--mh--color--grayscale-800);
}
@media (width < 768px) {
  .c-cv02__area-btn {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px dotted;
  }
}
@media (width >= 768px ) {
  .c-cv02 {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 0 160px;
    width: 100%;
    padding: 30px 70px;
  }
  .c-cv02:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1px;
    height: calc(100% - 60px);
    border-left: 1px dotted;
  }
  .c-cv02__tel {
    font-size: var(--mh--font-size--x9l);
  }
  .c-cv02 .c-btn01 {
    min-height: 65px;
    max-width: 390px;
  }
}
/* c-deco01
======================= */
.c-deco01 {
  width: var(--widthSp, 80px);
  height: var(--heightSp, 6px);
  background: var(--mh--gradient01);
  transition: all var(--mh--duration02) cubic-bezier(0.9, 0.3, 0.4, 1);
  transform: scale(0, 1);
  transform-origin: right top;
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none;
}
.c-deco01.is-animated {
  transform: scale(1, 1);
}
@media (width >= 768px ) {
  .c-deco01 {
    width: var(--widthPc, 176px);
    height: var(--heightPc, 20px);
  }
}
.c-deco01-set01 {
  position: absolute;
  right: 0;
  bottom: 0;
}
.c-deco01-set01 .c-deco01 {
  height: 6px;
}
.c-deco01-set01 .c-deco01:nth-child(1) {
  width: 22px;
  margin: 0 10px 0 auto;
}
.c-deco01-set01 .c-deco01:nth-child(2) {
  width: 10px;
  margin: -3px 25px 0 auto;
}
.c-deco01-set01 .c-deco01:nth-child(3) {
  width: 52px;
  margin: -3px 57px 0 auto;
}
.c-deco01-set01 .c-deco01:nth-child(4) {
  width: 23px;
  margin: -2px 44px 0 auto;
}
@media (width >= 768px ) {
  .c-deco01-set01 .c-deco01 {
    height: 15px;
  }
  .c-deco01-set01 .c-deco01:nth-child(1) {
    width: 60px;
    margin: 0 60px 0 auto;
  }
  .c-deco01-set01 .c-deco01:nth-child(2) {
    width: 15px;
    margin: -8px 112px 0 auto;
  }
  .c-deco01-set01 .c-deco01:nth-child(3) {
    width: 142px;
    margin: -8px 190px 0 auto;
  }
  .c-deco01-set01 .c-deco01:nth-child(4) {
    width: 65px;
    margin: -1px 154px 0 auto;
  }
}
/* c-dl01 dtとddが半々でdtグレーdd白
============================ */
.c-dl01 {
  text-align: center;
  font-size: var(--mh--font-size--xl);
}
.c-dl01 > div {
  display: grid;
  grid-template-columns: repeat(2, 50%);
}
.c-dl01 dt, .c-dl01 dd {
  padding: 20px 10px;
  outline: 1px solid var(--mh--color--grayscale-500);
  outline-offset: -1px 0 0;
}
.c-dl01 dt {
  font-weight: 900;
  background: var(--mh--color--grayscale-300);
}
.c-dl01 dd {
  background: #fff;
}
@media (width >= 768px ) {
  .c-dl01 dt, .c-dl01 dd {
    padding: 28px 20px;
  }
}
/*  .c-faq01
================================================== */
.c-faq01 {
  border-top: 1px solid;
}
.c-faq01:last-of-type {
  border-bottom: 1px solid;
}
.c-faq01.is-open summary span:not([class]):after {
  transform: translateX(-50%) rotate(0);
}
.c-faq01 summary {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 19px 40px 19px 45px;
  font-weight: 900;
  font-size: var(--mh--font-size--xl);
}
.c-faq01 summary span:not([class]) {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.c-faq01 summary span:not([class]):before, .c-faq01 summary span:not([class]):after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 3px;
  background: currentColor;
  transition: all var(--mh--duration) var(--mh--easing);
}
.c-faq01 summary span:not([class]):after {
  transform: translateX(-50%) rotate(90deg);
}
.c-faq01__ico {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  font-size: var(--mh--font-size--x3l);
}
.c-faq01__con {
  position: relative;
  color: #fff;
  background: var(--mh--color--grayscale-900);
}
.c-faq01__con-in {
  min-height: 64px;
  padding: 20px 15px 17px 50px;
  line-height: var(--mh--line-height--lg);
  letter-spacing: var(--mh--letter-spacing--lg);
}
.c-faq01__con .c-faq01__ico {
  top: 20px;
  left: 17px;
  transform: none;
  color: var(--mh--color--accent-500);
}
.c-faq01__con .c-btn04 {
  margin-top: 20px;
}
@media (width >= 768px ) {
  .c-faq01 summary {
    padding: 41px 70px 40px 75px;
  }
  .c-faq01 summary span:not([class]) {
    right: 30px;
  }
  .c-faq01__ico {
    left: 30px;
  }
  .c-faq01__con-in {
    min-height: 107px;
    padding: 40px 30px 40px 75px;
  }
  .c-faq01__con .c-faq01__ico {
    top: 41px;
    left: 34px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-faq01 summary:hover span:not([class]) {
    color: var(--mh--color--accent-500);
  }
}
/* c-feature01
================================ */
.c-feature01 {
  margin-top: 32px;
}
.c-feature01 + .c-feature01 {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid;
}
.c-feature01__sub {
  margin-bottom: 10px;
  font-size: var(--mh--font-size--x3l);
  color: var(--mh--color--grayscale-800);
}
.c-feature01__head {
  margin-bottom: 30px;
  font-weight: 900;
  font-size: var(--mh--font-size--x8l);
}
.c-feature01__img {
  margin: 0 0 20px auto;
}
.c-feature01__img img {
  width: 100%;
}
.c-feature01__txt + .c-feature01__txt {
  margin-top: 1.5em;
}
@media (width >= 768px ) {
  .c-feature01 {
    display: grid;
    gap: 0 80px;
    grid-template-columns: 28.125vw 1fr;
    grid-template-columns: minmax(380px, 28.125vw) 1fr;
    grid-template-areas: "img sub" "img head" "img txt" "img point" "img btn" "img bottom";
    margin-top: 70px;
  }
  .c-feature01 + .c-feature01 {
    margin-top: 50px;
    padding-top: 50px;
  }
  .c-feature01__img {
    grid-area: img;
    margin: 0;
  }
  .c-feature01__sub {
    grid-area: sub;
    margin-bottom: 20px;
  }
  .c-feature01__head {
    grid-area: head;
    margin-bottom: 40px;
  }
  .c-feature01__area-txt {
    grid-area: txt;
  }
  .c-feature01__txt {
    font-size: var(--mh--font-size--xl);
  }
  .c-feature01__btn {
    grid-area: btn;
  }
}
/* c-feature01-point
------------------------------- */
.c-feature01-point {
  margin-block: 18px 30px;
  padding: 0 10px 20px;
  background: #fff;
}
.c-feature01-point__head {
  width: fit-content;
  margin: 0 0 10px -10px;
  padding: 3px 12px 5px;
  color: #fff;
  font-size: var(--mh--font-size--x2l);
  background: var(--mh--color--accent-500);
}
.c-feature01-point .c-list01__item + .c-list01__item {
  margin-top: 1em;
}
@media (width >= 768px ) {
  .c-feature01-point {
    grid-area: point;
    margin-block: 60px 108px;
  }
  .c-feature01-point__head {
    padding: 2px 12px 3px;
  }
  .c-feature01-point .c-list01__item {
    padding-left: 35px;
    font-size: var(--mh--font-size--x2l);
  }
  .c-feature01-point .c-list01__item:before {
    left: 14px;
    width: 8px;
    height: 8px;
  }
}
.grecaptcha-badge {
  z-index: 1;
  bottom: 85px !important;
}
/* .c-form
================================================== */
.c-form input[type=text],
.c-form input[type=email],
.c-form input[type=tel],
.c-form textarea,
.c-form select,
.c-form option {
  border: 1px solid var(--mh--color--grayscale-500);
  background: var(--mh--color--grayscale-200);
}
.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 select:focus-visible,
.c-form button:focus-visible,
.c-form option:focus-visible {
  outline: 2px solid rgba(157, 157, 157, 0.25);
  outline-offset: 2px;
  box-shadow: 0 0 0 2px rgba(157, 157, 157, 0.25);
  border-color: rgba(157, 157, 157, 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: 50px;
}
.c-form input[type=radio],
.c-form input[type=checkbox] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  white-space: nowrap;
  border-width: 0;
  clip: rect(0, 0, 0, 0);
}
.c-form textarea {
  height: 200px;
}
.c-form__box {
  margin-inline: -20px;
  padding: 30px 20px;
  border: 1px solid;
  border-width: 1px 0;
}
.c-form__sec:not(:last-child) {
  margin-bottom: 40px;
}
.c-form__set {
  padding: 30px 10px;
  border-bottom: 1px solid var(--mh--color--grayscale-500);
}
.c-form__set:first-child {
  padding-top: 0;
}
.c-form__set:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.c-form__head {
  position: relative;
  display: flex;
  gap: var(--mh--space--x3s);
  align-items: center;
  width: 100%;
  margin-bottom: 15px;
  font-weight: 900;
}
.c-form__required, .c-form__optional {
  width: fit-content;
  flex-shrink: 0;
  padding: 2px 15px;
  font-size: var(--mh--font-size--sm);
  color: #fff;
  text-align: center;
  background: var(--mh--color--accent-500);
}
.c-form__optional {
  background: var(--mh--color--grayscale-700);
}
.c-form__field-description {
  font-size: var(--mh--font-size--sm);
  color: var(--mh--color--grayscale-700);
}
.c-form__field-description.has-mb {
  margin-bottom: 10px;
}
.c-form__field-description.has-mt {
  margin-top: 10px;
}
.c-form__field-description.is-attention {
  padding-left: 1em;
  text-indent: -1em;
}
.c-form__field-txt {
  display: block;
  margin-bottom: 10px;
  font-size: var(--mh--font-size--sm);
}
.c-form__field-set {
  display: block;
  margin-top: 15px;
}
.c-form__postcode {
  display: flex;
  align-items: center;
}
.c-form__postcode label {
  display: flex;
  align-items: start;
}
.c-form__postcode-suffix {
  margin-right: 10px;
  font-size: var(--mh--font-size--sm);
}
.c-form__postcode-btn {
  box-sizing: border-box;
  flex-shrink: 0;
  width: fit-content;
  height: 38px;
  padding: 8px 18px;
  margin-left: 15px;
  font-size: var(--mh--font-size--sm);
  color: #fff;
  text-align: center;
  background: var(--mh--color--grayscale-800);
  border-radius: 9999px;
}
.c-form__select select {
  padding: 13px 50px 13px 15px;
  height: 54px;
  font-size: 1.6rem;
  cursor: pointer;
  background: transparent url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 9"><path d="M7 8.16667L-5.92858e-08 1.3563L1.39604 6.10228e-08L7 5.44444L12.604 5.50937e-07L14 1.3563L8.40594 6.80075L7 8.16667Z" fill="rgba(157, 157, 157, 1)"/></svg>') no-repeat right 15px top 50%/14px 9px;
}
.c-form__select-unit {
  margin-left: 2px;
  font-size: 1.6rem;
}
.c-form__select.is-month, .c-form__select.is-day {
  display: flex;
  align-items: center;
  gap: 0 10px;
  margin-right: 18px;
}
.c-form__select.is-month select, .c-form__select.is-day select {
  width: 65px;
  padding: 10px 26px 10px 13px;
}
.c-form__select.is-time {
  width: 100%;
}
.c-form__select label + label {
  margin-left: 9px;
}
.c-form__radio-list {
  display: grid;
  gap: 15px 40px;
}
.c-form__radio-list label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
}
.c-form__radio-list input + span::before {
  position: absolute;
  top: 12px;
  left: 0;
  box-sizing: border-box;
  width: 26px;
  height: 26px;
  content: "";
  border: 2px solid var(--mh--color--grayscale-500);
  background: var(--mh--color--grayscale-200);
  border-radius: 50%;
  transform: translateY(-50%);
}
.c-form__radio-list input + span::after {
  position: absolute;
  top: 5px;
  left: 6px;
  display: block;
  width: 14px;
  height: 14px;
  content: "";
  background: var(--mh--color--grayscale-900);
  border-radius: 50%;
  transform: scale(0);
  transition: all 0.3s ease;
}
.c-form__radio-list input:checked + span::after {
  transform: scale(1);
}
.c-form__radio-list span {
  margin: 0;
  line-height: var(--mh--line-height--lg);
}
.c-form__checkbox-list {
  display: grid;
  gap: 18px 40px;
}
.c-form__checkbox-list label {
  position: relative;
  display: flex;
  padding-left: 34px;
  cursor: pointer;
}
.c-form__checkbox-list input + span::before {
  position: absolute;
  top: 13px;
  left: 0;
  box-sizing: border-box;
  width: 25px;
  height: 25px;
  content: "";
  border: 1px solid var(--mh--color--grayscale-900);
  background: var(--mh--color--grayscale-200);
  transform: translateY(-50%);
}
.c-form__checkbox-list input + span::after {
  position: absolute;
  top: 6px;
  left: 4px;
  display: block;
  width: 15px;
  height: 9px;
  content: "";
  border-color: var(--mh--color--grayscale-900);
  border-style: solid;
  border-width: 2px 2px 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;
  line-height: var(--mh--line-height--lg);
}
.c-form__radio-list:not(:last-child), .c-form__checkbox-list:not(:last-child) {
  margin-bottom: 10px;
}
.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 {
  outline: 2px solid rgba(157, 157, 157, 0.25);
  outline-offset: 2px;
  box-shadow: 0 0 0 2px rgba(157, 157, 157, 0.25);
  border-color: rgba(157, 157, 157, 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__checkbox-list.is-col2 {
  grid-template-columns: repeat(2, 1fr);
}
.c-form__agreement {
  margin-block: var(--mh--space--xs);
}
.c-form__agreement-txt {
  margin-bottom: 30px;
  line-height: var(--mh--line-height--lg);
  letter-spacing: var(--mh--letter-spacing--lg);
}
.c-form__agreement-check {
  text-align: center;
}
.c-form__agreement-check label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
}
.c-form__agreement-check span {
  margin: 0;
}
.c-form__agreement-check input + span {
  line-height: 1.7;
}
.c-form__agreement-check input + span::before {
  position: absolute;
  top: 11px;
  left: 0;
  width: 25px;
  height: 25px;
  content: "";
  border: 1px solid var(--mh--color--grayscale-900);
  background: var(--mh--color--grayscale-200);
  transform: translateY(-50%);
}
.c-form__agreement-check input:checked + span::after {
  position: absolute;
  top: 4px;
  left: 4px;
  display: block;
  width: 15px;
  height: 9px;
  content: "";
  border-color: var(--mh--color--grayscale-900);
  border-style: solid;
  border-width: 2px 2px 0 0;
  transform: rotate(135deg);
}
.c-form__agreement-check input:focus + span::before {
  outline: 2px solid rgba(157, 157, 157, 0.25);
  outline-offset: 2px;
  box-shadow: 0 0 0 2px rgba(157, 157, 157, 0.25);
  border-color: rgba(157, 157, 157, 0.25);
}
.c-form__agreement-check input:disabled + label {
  opacity: 0.5;
}
.c-form__schedule {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 0;
}
.c-form__schedule + .c-form__schedule {
  margin-top: 20px;
}
.c-form__schedule-prefix {
  width: 100%;
}
@media (width >= 768px ) {
  .c-form__box {
    margin: 0;
    padding: 60px;
    border-width: 1px;
  }
  .c-form__required, .c-form__optional {
    padding: 3px 15px;
  }
  .c-form__field-set {
    margin-top: 20px;
  }
  .c-form__postcode input.c-form__postcode-zip {
    width: 272px;
  }
  .c-form__postcode-btn {
    height: 42px;
    padding: 8px 20px;
  }
  .c-form__select select {
    max-width: 340px;
  }
  .c-form__select label + label {
    margin-left: 18px;
  }
  .c-form__select.is-month select, .c-form__select.is-day select {
    width: 110px;
  }
  .c-form__select.is-time:last-child {
    margin-left: 18px;
  }
  .c-form__schedule {
    flex-wrap: nowrap;
    align-items: center;
    gap: 0;
  }
  .c-form__schedule-prefix {
    width: fit-content;
    margin-right: 10px;
    flex-shrink: 0;
  }
  .c-form__agreement {
    text-align: center;
  }
}
/* .c-form-btn
================================================== */
.c-form-btn {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-inline: auto;
  background-color: var(--mh--color--grayscale-900);
}
.c-form-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--mh--color--grayscale-800);
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.75s cubic-bezier(0.23, 1, 0.32, 1);
}
.c-form-btn input {
  display: grid;
  place-items: center;
  width: 100%;
  height: 65px;
  text-align: center;
  font-family: var(--fontfamily_base);
  font-weight: 900;
  font-size: var(--mh--font-size--lg);
  color: #fff;
  appearance: none;
  outline: none;
  border: none;
}
.c-form-btn input:focus-visible,
.c-form-btn :focus {
  outline: 2px solid rgba(157, 157, 157, 0.25);
  outline-offset: 2px;
  box-shadow: 0 0 0 2px rgba(157, 157, 157, 0.25);
  border-color: rgba(157, 157, 157, 0.25);
}
.c-form-btn input + input {
  margin-left: 20px;
}
.c-form-btn span:not([class*=c-]) {
  width: 0;
  height: 0;
  margin: 0;
  display: none;
}
@media (width >= 768px ) {
  .c-form-btn {
    width: 380px;
  }
  .c-form-btn input {
    min-height: 75px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-form-btn:hover:before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  .c-form-btn:has(input:disabled) {
    pointer-events: none;
  }
}
/* c-head01 左に縦棒
============================= */
.c-head01 {
  position: relative;
  padding: 2px 0 2px 17px;
  font-weight: 900;
  font-size: var(--mh--font-size--x5l);
}
.c-head01:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 5px;
  height: 100%;
  background: var(--mh--color--accent-500);
}
@media (width >= 768px ) {
  .c-head01 {
    padding-block: 0;
  }
  .c-head01:before {
    height: calc(100% - 6px);
  }
}
/* c-head02 上部帯背景あり、PC横並び
============================= */
.c-head02 {
  position: relative;
  z-index: 1;
  display: flex;
  flex-flow: column wrap;
  gap: 10px 0;
  padding-top: 15px;
}
.c-head02::before {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  width: 100vw;
  min-width: var(--mh--contents--width-with-padding);
  height: 60px;
  content: "";
  background: var(--mh--color--grayscale-700);
  transform: translateX(-50%);
}
.c-head02__en {
  position: relative;
  z-index: 1;
  font-size: var(--mh--font-size--x21l);
  line-height: 1.03 !important;
  letter-spacing: var(--mh--letter-spacing--xs) !important;
}
.c-head02__main {
  position: relative;
  z-index: 1;
  font-size: var(--mh--font-size--x4l);
  font-weight: 900;
}
.c-head02__deco {
  position: absolute;
  top: 25px;
  right: 0;
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
}
.c-head02__deco .c-deco01 {
  height: 6px;
}
.c-head02__deco .c-deco01:nth-child(1) {
  width: 22px;
  margin: 0 0 0 auto;
}
.c-head02__deco .c-deco01:nth-child(2) {
  width: 5px;
  margin: -3px 20px 0 auto;
}
.c-head02__deco .c-deco01:nth-child(3) {
  width: 52px;
  margin: -3px 48px 0 auto;
}
.c-head02__deco .c-deco01:nth-child(4) {
  width: 24px;
  margin: -1px 33px 0 auto;
}
@media (width >= 768px ) {
  .c-head02 {
    padding-top: clamp(50px, 4.1666666667vw, 60px);
  }
  .c-head02::before {
    height: clamp(175px, 14.5833333333vw, 210px);
  }
  .c-head02__en {
    font-size: clamp(178px, 14.8611111111vw, 214px);
  }
  .c-head02__main {
    padding-bottom: 5px;
  }
  .c-head02__lead {
    width: 100%;
    margin-top: 20px;
  }
  .c-head02__deco {
    top: clamp(80px, 6.9444444444vw, 100px);
  }
  .c-head02__deco.is-type02 {
    top: 60px;
  }
  .c-head02__deco.is-type02 .c-deco01:nth-child(1) {
    width: 46px;
    margin: 0 350px 0 auto;
  }
  .c-head02__deco.is-type02 .c-deco01:nth-child(2) {
    width: 20px;
    margin: -10px 336px 0 auto;
  }
  .c-head02__deco.is-type02 .c-deco01:nth-child(3) {
    width: 56px;
    margin: 0 0 0 auto;
  }
  .c-head02__deco.is-type02 .c-deco01:nth-child(4) {
    width: 265px;
    margin: -10px 80px 0 auto;
  }
  .c-head02__deco .c-deco01 {
    height: 20px;
  }
  .c-head02__deco .c-deco01:nth-child(1) {
    width: 80px;
    margin: 0 0 0 auto;
  }
  .c-head02__deco .c-deco01:nth-child(2) {
    width: 20px;
    margin: -9px 70px 0 auto;
  }
  .c-head02__deco .c-deco01:nth-child(3) {
    width: 190px;
    margin: -12px 174px 0 auto;
  }
  .c-head02__deco .c-deco01:nth-child(4) {
    width: 86px;
    margin: -1px 127px 0 auto;
  }
}
/* .c-head02.is-horizontal-md-up
===================================== */
@media (width >= 768px ) {
  .c-head02.is-horizontal-md-up {
    flex-direction: row;
    gap: 0 40px;
    align-items: flex-end;
    justify-content: space-between;
  }
}
/* .c-head02:has(.c-head02__en.u-text-x18l)
================================================ */
.c-head02:has(.c-head02__en.u-text-x18l) .c-head02__lead {
  margin-top: 10px;
}
@media (width >= 768px ) {
  .c-head02:has(.c-head02__en.u-text-x18l) {
    padding-top: 15px;
  }
  .c-head02:has(.c-head02__en.u-text-x18l)::before {
    height: 120px;
  }
}
/* c-head03
============================= */
.c-head03 {
  position: relative;
  padding-bottom: 15px;
  font-size: var(--mh--font-size--x8l);
}
.c-head03__txt {
  font-weight: 900;
  margin-bottom: 0;
}
.c-head03__deco {
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
}
.c-head03__deco .c-deco01 {
  display: block;
  width: 60px;
  height: 5px;
}
@media (width >= 768px ) {
  .c-head03 {
    padding-bottom: 25px;
  }
}
/* c-head04
============================= */
.c-head04 {
  position: relative;
  padding: var(--mh--space--x3s);
  font-size: var(--mh--font-size--x2l);
  font-weight: 900;
  background: var(--mh--color--grayscale-300);
}
/* head
================================================ */
.c-surface-head, .c-single05-content__inner h3:not([class*=c-]), .c-single04-content h3:not([class*=c-]), .c-single03-content__inner h3:not([class*=c-]), .c-single01-content__con h3:not([class*=c-]) {
  margin-bottom: var(--mh--space--x2s);
  padding: 10px !important;
  font-weight: 900;
  font-size: var(--mh--font-size--x2l);
  background-color: var(--mh--color--grayscale-300);
}
@media (width >= 768px ) {
  .c-surface-head, .c-single05-content__inner h3:not([class*=c-]), .c-single04-content h3:not([class*=c-]), .c-single03-content__inner h3:not([class*=c-]), .c-single01-content__con h3:not([class*=c-]) {
    padding: 20px !important;
  }
}
.c-line-head, .c-single05-content__inner h2:not([class*=c-]), .c-single04-content h2:not([class*=c-]), .c-single03-content__inner h2:not([class*=c-]), .c-single01-content__con h2:not([class*=c-]) {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: var(--mh--space--x2s);
  font-weight: 900;
  font-size: var(--mh--font-size--x8l);
}
.c-line-head::before, .c-single05-content__inner h2:not([class*=c-])::before, .c-single04-content h2:not([class*=c-])::before, .c-single03-content__inner h2:not([class*=c-])::before, .c-single01-content__con h2:not([class*=c-])::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 5px;
  content: "";
  background: var(--mh--gradient01);
}
@media (width >= 768px ) {
  .c-line-head, .c-single05-content__inner h2:not([class*=c-]), .c-single04-content h2:not([class*=c-]), .c-single03-content__inner h2:not([class*=c-]), .c-single01-content__con h2:not([class*=c-]) {
    padding-bottom: 25px;
  }
}
.c-under-border-head, .c-single05-content__inner h4:not([class*=c-]), .c-single04-content h4:not([class*=c-]), .c-single03-content__inner h4:not([class*=c-]), .c-single01-content__con h4:not([class*=c-]) {
  position: relative;
  margin-bottom: var(--mh--space--20-20);
  padding: 0 0 9px 20px;
  font-weight: 900;
  font-size: var(--mh--font-size--xl);
  border-bottom: 1px solid var(--mh--color--grayscale-700);
}
.c-under-border-head:before, .c-single05-content__inner h4:not([class*=c-]):before, .c-single04-content h4:not([class*=c-]):before, .c-single03-content__inner h4:not([class*=c-]):before, .c-single01-content__con h4:not([class*=c-]):before {
  content: "";
  position: absolute;
  top: 0.35em;
  top: calc(0.65em - 5px);
  left: 0;
  width: 10px;
  height: 10px;
  background: var(--mh--color--grayscale-800);
}
@media (width >= 768px ) {
  .c-under-border-head, .c-single05-content__inner h4:not([class*=c-]), .c-single04-content h4:not([class*=c-]), .c-single03-content__inner h4:not([class*=c-]), .c-single01-content__con h4:not([class*=c-]) {
    padding: 0 0 19px 20px;
  }
}
/* list
================================================ */
.c-simple-list01, .c-single05-content__inner ul:not([class*=c-]), .c-single04-content ul:not([class*=c-]), .c-single03-content__inner ul:not([class*=c-]), .c-single01-content__con ul:not([class*=c-]) {
  list-style: none;
  padding-left: 0;
}
.c-simple-list01 li, .c-single05-content__inner ul:not([class*=c-]) li, .c-single04-content ul:not([class*=c-]) li, .c-single03-content__inner ul:not([class*=c-]) li, .c-single01-content__con ul:not([class*=c-]) li {
  position: relative;
  padding-left: 26px;
  line-height: var(--mh--line-height--lg);
  letter-spacing: var(--mh--letter-spacing--lg);
  font-size: var(--mh--font-size--md);
}
.c-simple-list01 li + li, .c-single05-content__inner ul:not([class*=c-]) li + li, .c-single04-content ul:not([class*=c-]) li + li, .c-single03-content__inner ul:not([class*=c-]) li + li, .c-single01-content__con ul:not([class*=c-]) li + li {
  margin-top: var(--mh--space--x4s);
}
.c-simple-list01 li:before, .c-single05-content__inner ul:not([class*=c-]) li:before, .c-single04-content ul:not([class*=c-]) li:before, .c-single03-content__inner ul:not([class*=c-]) li:before, .c-single01-content__con ul:not([class*=c-]) li:before {
  content: "";
  position: relative;
  top: calc(0.85em - 5px);
  left: -21px;
  display: block;
  width: 10px;
  height: 10px;
  margin-bottom: -10px;
  background-color: var(--mh--color--accent-500);
}
.c-simple-list01 li ol:not([class*=c-]), .c-single05-content__inner ul:not([class*=c-]) li ol:not([class*=c-]), .c-single04-content ul:not([class*=c-]) li ol:not([class*=c-]), .c-single03-content__inner ul:not([class*=c-]) li ol:not([class*=c-]), .c-single01-content__con ul:not([class*=c-]) li ol:not([class*=c-]) {
  counter-reset: child-num;
  margin-top: 0.8em;
}
.c-simple-list01 li ol:not([class*=c-]) > li, .c-single05-content__inner ul:not([class*=c-]) li ol:not([class*=c-]) > li, .c-single04-content ul:not([class*=c-]) li ol:not([class*=c-]) > li, .c-single03-content__inner ul:not([class*=c-]) li ol:not([class*=c-]) > li, .c-single01-content__con ul:not([class*=c-]) li ol:not([class*=c-]) > li {
  counter-increment: child-num 1;
  font-size: var(--mh--font-size--md);
  line-height: var(--mh--line-height--lg);
  position: relative;
}
.c-simple-list01 li ol:not([class*=c-]) > li:before, .c-single05-content__inner ul:not([class*=c-]) li ol:not([class*=c-]) > li:before, .c-single04-content ul:not([class*=c-]) li ol:not([class*=c-]) > li:before, .c-single03-content__inner ul:not([class*=c-]) li ol:not([class*=c-]) > li:before, .c-single01-content__con ul:not([class*=c-]) li ol:not([class*=c-]) > li:before {
  content: counter(child-num, decimal-leading-zero);
  width: auto;
  height: auto;
  margin-bottom: calc(-0.85em - 5px);
  font-family: var(--mh--font-family--en);
  color: var(--mh--color--accent-500);
  background: none;
}
.c-simple-list01 li ul:not([class*=c-]), .c-single05-content__inner ul:not([class*=c-]) li ul:not([class*=c-]), .c-single04-content ul:not([class*=c-]) li ul:not([class*=c-]), .c-single03-content__inner ul:not([class*=c-]) li ul:not([class*=c-]), .c-single01-content__con ul:not([class*=c-]) li ul:not([class*=c-]) {
  margin-top: 0.8em;
}
.c-num-list01, .c-single05-content__inner ol:not([class*=c-]), .c-single04-content ol:not([class*=c-]), .c-single03-content__inner ol:not([class*=c-]), .c-single01-content__con ol:not([class*=c-]) {
  counter-reset: num01;
  line-height: var(--mh--line-height--lg);
  list-style: none;
  padding-left: 0;
}
.c-num-list01 > li, .c-single05-content__inner ol:not([class*=c-]) > li, .c-single04-content ol:not([class*=c-]) > li, .c-single03-content__inner ol:not([class*=c-]) > li, .c-single01-content__con ol:not([class*=c-]) > li {
  counter-increment: num01 1;
  position: relative;
  padding-left: 1.65em;
  font-size: var(--mh--font-size--md);
  line-height: var(--mh--line-height--lg);
  letter-spacing: var(--mh--letter-spacing--lg);
}
.c-num-list01 > li:before, .c-single05-content__inner ol:not([class*=c-]) > li:before, .c-single04-content ol:not([class*=c-]) > li:before, .c-single03-content__inner ol:not([class*=c-]) > li:before, .c-single01-content__con ol:not([class*=c-]) > li:before {
  content: counter(num01, decimal-leading-zero);
  position: absolute;
  top: 0;
  left: 0;
  color: var(--mh--color--accent-500);
  font-family: var(--mh--font-family--en);
}
.c-num-list01 > li + li, .c-single05-content__inner ol:not([class*=c-]) > li + li, .c-single04-content ol:not([class*=c-]) > li + li, .c-single03-content__inner ol:not([class*=c-]) > li + li, .c-single01-content__con ol:not([class*=c-]) > li + li {
  margin-top: var(--mh--space--x4s);
}
.c-num-list01 > li ol:not([class*=c-]), .c-single05-content__inner ol:not([class*=c-]) > li ol:not([class*=c-]), .c-single04-content ol:not([class*=c-]) > li ol:not([class*=c-]), .c-single03-content__inner ol:not([class*=c-]) > li ol:not([class*=c-]), .c-single01-content__con ol:not([class*=c-]) > li ol:not([class*=c-]) {
  counter-reset: num02;
  margin-top: 0.8em;
}
.c-num-list01 > li ol:not([class*=c-]) > li, .c-single05-content__inner ol:not([class*=c-]) > li ol:not([class*=c-]) > li, .c-single04-content ol:not([class*=c-]) > li ol:not([class*=c-]) > li, .c-single03-content__inner ol:not([class*=c-]) > li ol:not([class*=c-]) > li, .c-single01-content__con ol:not([class*=c-]) > li ol:not([class*=c-]) > li {
  position: relative;
  counter-increment: num02 1;
  padding-left: 3em;
}
.c-num-list01 > li ol:not([class*=c-]) > li:before, .c-single05-content__inner ol:not([class*=c-]) > li ol:not([class*=c-]) > li:before, .c-single04-content ol:not([class*=c-]) > li ol:not([class*=c-]) > li:before, .c-single03-content__inner ol:not([class*=c-]) > li ol:not([class*=c-]) > li:before, .c-single01-content__con 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--accent-500);
}
.c-num-list01 > li ol:not([class*=c-]) > li + li, .c-single05-content__inner ol:not([class*=c-]) > li ol:not([class*=c-]) > li + li, .c-single04-content ol:not([class*=c-]) > li ol:not([class*=c-]) > li + li, .c-single03-content__inner ol:not([class*=c-]) > li ol:not([class*=c-]) > li + li, .c-single01-content__con ol:not([class*=c-]) > li ol:not([class*=c-]) > li + li {
  margin-top: 0.35em;
}
.c-num-list01 > li ul:not([class*=c-]), .c-single05-content__inner ol:not([class*=c-]) > li ul:not([class*=c-]), .c-single04-content ol:not([class*=c-]) > li ul:not([class*=c-]), .c-single03-content__inner ol:not([class*=c-]) > li ul:not([class*=c-]), .c-single01-content__con ol:not([class*=c-]) > li ul:not([class*=c-]) {
  margin-top: 0.8em;
}
.c-num-list01 > li ul, .c-single05-content__inner ol:not([class*=c-]) > li ul, .c-single04-content ol:not([class*=c-]) > li ul, .c-single03-content__inner ol:not([class*=c-]) > li ul, .c-single01-content__con ol:not([class*=c-]) > li ul, .c-num-list01 > li ol, .c-single05-content__inner ol:not([class*=c-]) > li ol, .c-single04-content ol:not([class*=c-]) > li ol, .c-single03-content__inner ol:not([class*=c-]) > li ol, .c-single01-content__con ol:not([class*=c-]) > li ol {
  margin-top: 0.8em;
}
/* txt
============================= */
.c-single05-content__inner strong, .c-single04-content strong, .c-single03-content__inner strong, .c-single01-content__con strong {
  font-weight: 900;
}
/* blockquote
============================= */
.c-single05-content__inner blockquote, .c-single04-content blockquote, .c-single03-content__inner blockquote, .c-single01-content__con blockquote {
  padding: 20px;
  border: 1px solid var(--mh--color--grayscale-500);
}
.c-single05-content__inner blockquote > *:first-child, .c-single04-content blockquote > *:first-child, .c-single03-content__inner blockquote > *:first-child, .c-single01-content__con blockquote > *:first-child {
  margin-top: 0;
}
/* link
==================================== */
.c-single05-content__inner *:not(.c-link01) a, .c-single04-content *:not(.c-link01) a, .c-single03-content__inner *:not(.c-link01) a, .c-single01-content__con *:not(.c-link01) a {
  color: #36c;
  text-decoration: underline !important;
}
.c-single05-content__inner *:not(.c-link01) a[target=_blank]::after, .c-single04-content *:not(.c-link01) a[target=_blank]::after, .c-single03-content__inner *:not(.c-link01) a[target=_blank]::after, .c-single01-content__con *:not(.c-link01) a[target=_blank]::after {
  display: inline-block;
  width: 10px;
  height: 9px;
  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 9.004 8.998"><path d="M7566,22026v-5.334h1.78v.891h-.89v3.553h3.56v-.889h.885V22026Zm2.67-2.67V22018H7574v5.328Zm.89-.885h3.554v-3.559h-3.554Z" transform="translate(-7565.498 -22017.502)" stroke="rgba(0,0,0,0)" stroke-miterlimit="10" stroke-width="1"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9.004 8.998"><path d="M7566,22026v-5.334h1.78v.891h-.89v3.553h3.56v-.889h.885V22026Zm2.67-2.67V22018H7574v5.328Zm.89-.885h3.554v-3.559h-3.554Z" transform="translate(-7565.498 -22017.502)" stroke="rgba(0,0,0,0)" stroke-miterlimit="10" stroke-width="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);
  display: inline-block;
  margin-left: 5px;
}
@media (hover: hover) and (pointer: fine) {
  .c-single05-content__inner *:not(.c-link01) a:hover, .c-single04-content *:not(.c-link01) a:hover, .c-single03-content__inner *:not(.c-link01) a:hover, .c-single01-content__con *:not(.c-link01) a:hover {
    text-decoration: none !important;
  }
}
/* content
================================================== */
.c-single05-content__inner, .c-single04-content, .c-single03-content__inner, .c-single01-content__con {
  overflow: hidden;
}
.c-single05-content__inner > *:first-child, .c-single04-content > *:first-child, .c-single03-content__inner > *:first-child, .c-single01-content__con > *:first-child {
  margin-top: 0 !important;
}
.c-single05-content__inner > *:last-child, .c-single04-content > *:last-child, .c-single03-content__inner > *:last-child, .c-single01-content__con > *:last-child {
  margin-bottom: 0 !important;
}
.c-single05-content__inner p, .c-single04-content p, .c-single03-content__inner p, .c-single01-content__con p {
  line-height: var(--mh--line-height--lg);
  letter-spacing: var(--mh--letter-spacing--lg);
  margin: var(--mh--space--x2s) 0;
  color: var(--mh--color--grayscale-900);
}
.c-single05-content__inner p.is-style-clear-float, .c-single04-content p.is-style-clear-float, .c-single03-content__inner p.is-style-clear-float, .c-single01-content__con p.is-style-clear-float {
  margin: 0;
}
.c-single05-content__inner h1:not([class*=c-]), .c-single04-content h1:not([class*=c-]), .c-single03-content__inner h1:not([class*=c-]), .c-single01-content__con h1:not([class*=c-]),
.c-single05-content__inner h2:not([class*=c-]),
.c-single04-content h2:not([class*=c-]),
.c-single03-content__inner h2:not([class*=c-]),
.c-single01-content__con h2:not([class*=c-]),
.c-single05-content__inner h3:not([class*=c-]),
.c-single04-content h3:not([class*=c-]),
.c-single03-content__inner h3:not([class*=c-]),
.c-single01-content__con h3:not([class*=c-]),
.c-single05-content__inner h4:not([class*=c-]),
.c-single04-content h4:not([class*=c-]),
.c-single03-content__inner h4:not([class*=c-]),
.c-single01-content__con h4:not([class*=c-]),
.c-single05-content__inner h5:not([class*=c-]),
.c-single04-content h5:not([class*=c-]),
.c-single03-content__inner h5:not([class*=c-]),
.c-single01-content__con h5:not([class*=c-]),
.c-single05-content__inner h6:not([class*=c-]),
.c-single04-content h6:not([class*=c-]),
.c-single03-content__inner h6:not([class*=c-]),
.c-single01-content__con h6:not([class*=c-]) {
  margin: var(--mh--space--md) 0 var(--mh--space--x2s);
  color: var(--mh--color--grayscale-900);
  clear: both;
}
.c-single05-content__inner h5:not([class*=c-]), .c-single04-content h5:not([class*=c-]), .c-single03-content__inner h5:not([class*=c-]), .c-single01-content__con h5:not([class*=c-]),
.c-single05-content__inner h6:not([class*=c-]),
.c-single04-content h6:not([class*=c-]),
.c-single03-content__inner h6:not([class*=c-]),
.c-single01-content__con h6:not([class*=c-]) {
  font-weight: 900;
  font-size: var(--mh--font-size--md);
}
.c-single05-content__inner ul:not([class*=c-]), .c-single04-content ul:not([class*=c-]), .c-single03-content__inner ul:not([class*=c-]), .c-single01-content__con ul:not([class*=c-]),
.c-single05-content__inner ol:not([class*=c-]),
.c-single04-content ol:not([class*=c-]),
.c-single03-content__inner ol:not([class*=c-]),
.c-single01-content__con ol:not([class*=c-]) {
  margin: var(--mh--space--x3s) 0;
}
.c-single05-content__inner blockquote, .c-single04-content blockquote, .c-single03-content__inner blockquote, .c-single01-content__con blockquote {
  margin: var(--mh--space--x2s) 0;
}
.c-single05-content__inner figure, .c-single04-content figure, .c-single03-content__inner figure, .c-single01-content__con figure {
  margin: var(--mh--space--xs) 0;
}
.c-single05-content__inner figure img, .c-single04-content figure img, .c-single03-content__inner figure img, .c-single01-content__con figure img {
  border-radius: var(--mh--radius--lg);
}
.c-single05-content__inner img, .c-single04-content img, .c-single03-content__inner img, .c-single01-content__con img {
  object-fit: contain;
}
.c-single05-content__inner img.alignleft, .c-single04-content img.alignleft, .c-single03-content__inner img.alignleft, .c-single01-content__con img.alignleft {
  display: block;
  margin: var(--mh--space--xs) 0;
}
.c-single05-content__inner img.alignright, .c-single04-content img.alignright, .c-single03-content__inner img.alignright, .c-single01-content__con img.alignright {
  display: block;
  margin: var(--mh--space--xs) 0;
}
.c-single05-content__inner img.aligncenter, .c-single04-content img.aligncenter, .c-single03-content__inner img.aligncenter, .c-single01-content__con img.aligncenter {
  display: block;
  margin: var(--mh--space--xs) auto;
}
.c-single05-content__inner img.alignnone, .c-single04-content img.alignnone, .c-single03-content__inner img.alignnone, .c-single01-content__con img.alignnone {
  margin: var(--mh--space--xs) 0;
}
@media (width >= 768px ) {
  .c-single05-content__inner figure.alignleft, .c-single04-content figure.alignleft, .c-single03-content__inner figure.alignleft, .c-single01-content__con figure.alignleft, .c-single05-content__inner figure.alignright, .c-single04-content figure.alignright, .c-single03-content__inner figure.alignright, .c-single01-content__con figure.alignright {
    margin-top: 0;
  }
  .c-single05-content__inner figure.alignright + p, .c-single04-content figure.alignright + p, .c-single03-content__inner figure.alignright + p, .c-single01-content__con figure.alignright + p {
    margin-top: 0;
  }
  .c-single05-content__inner img.alignleft, .c-single04-content img.alignleft, .c-single03-content__inner img.alignleft, .c-single01-content__con img.alignleft {
    float: left;
    margin: 0 var(--mh--space--x2s) 0 0;
  }
  .c-single05-content__inner img.alignright, .c-single04-content img.alignright, .c-single03-content__inner img.alignright, .c-single01-content__con img.alignright {
    float: right;
    margin: 0 0 0 var(--mh--space--x2s);
  }
}
/* .c-line-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-arw01
================================================== */
.c-ico.is-arw01 {
  margin-left: 5px;
  color: red;
}
.c-ico.is-arw01::after {
  display: inline-block;
  width: 7px;
  height: 10px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 6.472 9.771"><path d="M1.32,0,0,1.38,3.709,4.886,0,8.391l1.32,1.38L6.472,4.886Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 6.472 9.771"><path d="M1.32,0,0,1.38,3.709,4.886,0,8.391l1.32,1.38L6.472,4.886Z"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: all var(--mh--duration) var(--mh--easing);
}
/* .c-ico.is-arw02
================================================== */
.c-ico.is-arw02 {
  margin-left: 5px;
  color: green;
}
.c-ico.is-arw02::after {
  display: inline-block;
  width: 6px;
  height: 10px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 5.516 9.032"><path d="M0,8.032a1,1,0,0,1-.707-.293,1,1,0,0,1,0-1.414L2.1,3.516-.707.707a1,1,0,0,1,0-1.414,1,1,0,0,1,1.414,0L4.223,2.809a1,1,0,0,1,0,1.414L.707,7.739A1,1,0,0,1,0,8.032Z" transform="translate(1 1)"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 5.516 9.032"><path d="M0,8.032a1,1,0,0,1-.707-.293,1,1,0,0,1,0-1.414L2.1,3.516-.707.707a1,1,0,0,1,0-1.414,1,1,0,0,1,1.414,0L4.223,2.809a1,1,0,0,1,0,1.414L.707,7.739A1,1,0,0,1,0,8.032Z" transform="translate(1 1)"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: all var(--mh--duration) var(--mh--easing);
}
/* .c-ico.is-arw03
================================================== */
.c-ico.is-arw03 {
  margin-left: 5px;
}
.c-ico.is-arw03::after {
  display: inline-block;
  width: 18px;
  aspect-ratio: 1;
  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 18"><path d="M8.85478 0L6.53129 2.28571L11.7096 7.37979L0 7.37979L0 10.6132L11.7096 10.6132L6.53129 15.7143L8.85478 18L18 8.99652L8.85478 0Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18"><path d="M8.85478 0L6.53129 2.28571L11.7096 7.37979L0 7.37979L0 10.6132L11.7096 10.6132L6.53129 15.7143L8.85478 18L18 8.99652L8.85478 0Z"/></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);
  background: linear-gradient(to right, rgb(34, 193, 195) 0%, rgb(253, 187, 45) 100%);
}
/* .c-ico.is-blank01
================================================== */
.c-ico.is-blank01 {
  margin-left: 5px;
  color: red;
}
.c-ico.is-blank01::after {
  display: inline-block;
  width: 10px;
  height: 9px;
  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 9.004 8.998"><path d="M7566,22026v-5.334h1.78v.891h-.89v3.553h3.56v-.889h.885V22026Zm2.67-2.67V22018H7574v5.328Zm.89-.885h3.554v-3.559h-3.554Z" transform="translate(-7565.498 -22017.502)" stroke="rgba(0,0,0,0)" stroke-miterlimit="10" stroke-width="1"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9.004 8.998"><path d="M7566,22026v-5.334h1.78v.891h-.89v3.553h3.56v-.889h.885V22026Zm2.67-2.67V22018H7574v5.328Zm.89-.885h3.554v-3.559h-3.554Z" transform="translate(-7565.498 -22017.502)" stroke="rgba(0,0,0,0)" stroke-miterlimit="10" stroke-width="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-blank02
================================================== */
.c-ico.is-blank02 {
  margin-left: 5px;
  color: green;
}
.c-ico.is-blank02::after {
  display: inline-block;
  width: 14px;
  height: 14px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-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 {
  margin-right: 5px;
  color: skyblue;
}
.c-ico.is-mail01::after {
  display: inline-block;
  width: 27px;
  aspect-ratio: 27/19;
  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 27 19"><path fill="currentColor" stroke="currentColor" stroke-width=".5" d="M24.128 18.617H2.087A1.84 1.84 0 0 1 .25 16.781V2.087A1.84 1.84 0 0 1 2.087.25h22.04a1.84 1.84 0 0 1 1.837 1.837V16.78a1.84 1.84 0 0 1-1.836 1.836ZM2.087 1.168a.92.92 0 0 0-.919.919V16.78a.92.92 0 0 0 .919.918h22.04a.92.92 0 0 0 .919-.918V2.087a.92.92 0 0 0-.918-.919z"/><path fill="currentColor" stroke="currentColor" stroke-width=".5" d="M13.107 12.996c-.47 0-.94-.18-1.298-.538L2.68 3.331a.46.46 0 0 1 .65-.65l9.127 9.128a.91.91 0 0 0 .65.268.91.91 0 0 0 .65-.268l9.127-9.128a.46.46 0 0 1 .65.65l-9.127 9.127a1.83 1.83 0 0 1-1.299.538Z"/><path fill="currentColor" stroke="currentColor" stroke-width=".5" d="M23.21 16.322a.46.46 0 0 1-.326-.135L16.456 9.76a.46.46 0 0 1 .65-.65l6.428 6.429a.46.46 0 0 1-.325.784ZM3.005 16.322a.459.459 0 0 1-.325-.784l6.429-6.43a.46.46 0 0 1 .65.65l-6.429 6.43a.46.46 0 0 1-.325.134Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 27 19"><path fill="currentColor" stroke="currentColor" stroke-width=".5" d="M24.128 18.617H2.087A1.84 1.84 0 0 1 .25 16.781V2.087A1.84 1.84 0 0 1 2.087.25h22.04a1.84 1.84 0 0 1 1.837 1.837V16.78a1.84 1.84 0 0 1-1.836 1.836ZM2.087 1.168a.92.92 0 0 0-.919.919V16.78a.92.92 0 0 0 .919.918h22.04a.92.92 0 0 0 .919-.918V2.087a.92.92 0 0 0-.918-.919z"/><path fill="currentColor" stroke="currentColor" stroke-width=".5" d="M13.107 12.996c-.47 0-.94-.18-1.298-.538L2.68 3.331a.46.46 0 0 1 .65-.65l9.127 9.128a.91.91 0 0 0 .65.268.91.91 0 0 0 .65-.268l9.127-9.128a.46.46 0 0 1 .65.65l-9.127 9.127a1.83 1.83 0 0 1-1.299.538Z"/><path fill="currentColor" stroke="currentColor" stroke-width=".5" d="M23.21 16.322a.46.46 0 0 1-.326-.135L16.456 9.76a.46.46 0 0 1 .65-.65l6.428 6.429a.46.46 0 0 1-.325.784ZM3.005 16.322a.459.459 0 0 1-.325-.784l6.429-6.43a.46.46 0 0 1 .65.65l-6.429 6.43a.46.46 0 0 1-.325.134Z"/></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-mail02
================================================== */
.c-ico.is-mail02 {
  margin-right: 5px;
  color: skyblue;
}
.c-ico.is-mail02::after {
  display: inline-block;
  width: 23px;
  aspect-ratio: 23/15;
  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 23 15"><path d="m20.943 0-9.782 7.634L1.378 0zM0 14.286V1.198L10.6 9.47a.91.91 0 0 0 1.121 0l10.6-8.272v13.088z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 23 15"><path d="m20.943 0-9.782 7.634L1.378 0zM0 14.286V1.198L10.6 9.47a.91.91 0 0 0 1.121 0l10.6-8.272v13.088z"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: all var(--mh--duration) var(--mh--easing);
}
/* .c-ico.is-map01
================================================== */
.c-ico.is-map01 {
  margin-right: 5px;
  color: violet;
}
.c-ico.is-map01::after {
  display: inline-block;
  width: 25px;
  aspect-ratio: 1;
  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 25 25"><path d="M22.294 24.107H1.812c-1.55 0-2.217-1.168-1.56-2.47l2.381-4.729c.38-.754 1.51-1.322 2.549-1.322h.801q.484.67 1.042 1.36l.144.174H5.182c-.547 0-1.08.315-1.18.482l-2.38 4.726a1 1 0 0 0-.08.213c.056.016.144.031.27.031h20.482c.126 0 .214-.015.27-.03a1 1 0 0 0-.08-.214l-2.38-4.726c-.1-.166-.633-.48-1.18-.48h-1.987l.144-.176q.558-.688 1.042-1.36h.801c1.04 0 2.169.568 2.549 1.323l2.382 4.728c.656 1.302-.012 2.47-1.56 2.47M19.726 7.672c0 5.725-7.673 12.315-7.673 12.315S4.38 13.398 4.38 7.673A7.673 7.673 0 0 1 12.053 0a7.673 7.673 0 0 1 7.673 7.673m-3.837 0a3.837 3.837 0 1 0-7.674 0 3.837 3.837 0 0 0 7.674 0"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 25 25"><path d="M22.294 24.107H1.812c-1.55 0-2.217-1.168-1.56-2.47l2.381-4.729c.38-.754 1.51-1.322 2.549-1.322h.801q.484.67 1.042 1.36l.144.174H5.182c-.547 0-1.08.315-1.18.482l-2.38 4.726a1 1 0 0 0-.08.213c.056.016.144.031.27.031h20.482c.126 0 .214-.015.27-.03a1 1 0 0 0-.08-.214l-2.38-4.726c-.1-.166-.633-.48-1.18-.48h-1.987l.144-.176q.558-.688 1.042-1.36h.801c1.04 0 2.169.568 2.549 1.323l2.382 4.728c.656 1.302-.012 2.47-1.56 2.47M19.726 7.672c0 5.725-7.673 12.315-7.673 12.315S4.38 13.398 4.38 7.673A7.673 7.673 0 0 1 12.053 0a7.673 7.673 0 0 1 7.673 7.673m-3.837 0a3.837 3.837 0 1 0-7.674 0 3.837 3.837 0 0 0 7.674 0"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: all var(--mh--duration) var(--mh--easing);
}
/* .c-ico.is-search01
================================================== */
.c-ico.is-search01 {
  margin-right: 5px;
  color: red;
}
.c-ico.is-search01::after {
  display: inline-block;
  width: 19px;
  height: 19px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18.814 18.814"><path d="M12491.646,13519.027l-4.409-4.409,0,0a7.6,7.6,0,1,1,1.386-1.387l4.409,4.413a.979.979,0,0,1,0,1.381.975.975,0,0,1-1.384,0Zm-14.97-10.43a5.922,5.922,0,1,0,5.921-5.921A5.926,5.926,0,0,0,12476.677,13508.6Z" transform="translate(-12474.751 -13500.751)" stroke-width="0.5"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18.814 18.814"><path d="M12491.646,13519.027l-4.409-4.409,0,0a7.6,7.6,0,1,1,1.386-1.387l4.409,4.413a.979.979,0,0,1,0,1.381.975.975,0,0,1-1.384,0Zm-14.97-10.43a5.922,5.922,0,1,0,5.921-5.921A5.926,5.926,0,0,0,12476.677,13508.6Z" transform="translate(-12474.751 -13500.751)" stroke-width="0.5"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: all var(--mh--duration) var(--mh--easing);
}
/* .c-ico.is-tel01
================================================== */
.c-ico.is-tel01 {
  margin-right: 5px;
  color: var(--mh--color--accent-500);
}
.c-ico.is-tel01::after {
  display: inline-block;
  width: 30px;
  height: 30px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%20fill%3D%22none%22%3E%20%3Cmask%20id%3D%22mask0_1845_29732%22%20style%3D%22mask-type%3Aalpha%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2230%22%20height%3D%2230%22%3E%20%3Cpath%20d%3D%22M30%200H0V30H30V0Z%22%20fill%3D%22black%22%2F%3E%20%3C%2Fmask%3E%20%3Cg%20mask%3D%22url(%23mask0_1845_29732)%22%3E%20%3Cpath%20d%3D%22M27.4896%2023.8616C27.3861%2023.6368%2027.2236%2023.4419%2027.0167%2023.307C26.8394%2023.1721%2026.6029%2022.9922%2026.3074%2022.7823C25.7311%2022.3776%2024.9626%2021.868%2024.209%2021.3883C23.6179%2021.0135%2022.7608%2020.4739%2022.0219%2020.0692C21.0613%2019.5295%2020.7214%2019.4246%2020.4554%2019.4696C20.1747%2019.4995%2019.9087%2019.6045%2019.687%2019.7694C19.4506%2019.9043%2019.1402%2020.1141%2018.7708%2020.369C18.2388%2020.7437%2017.5738%2021.2234%2016.7463%2021.838C16.5689%2021.9729%2016.3177%2021.9729%2016.1404%2021.838C14.6774%2020.8187%2013.3326%2019.6345%2012.1209%2018.3153C10.451%2016.5765%209.34268%2014.373%208.91413%2011.9896C8.85502%2011.5399%209.04713%2011.0902%209.43135%2010.8354L12.6233%208.69181C13.1258%208.36203%2013.3326%207.73245%2013.1258%207.17783L10.85%201.00197C10.6874%200.582256%2010.3328%200.267468%209.90423%200.177528C8.75158%20-0.10728%207.53982%20-0.0473206%206.41672%200.342418C5.81084%200.672196%205.27884%201.1069%204.83551%201.64654C4.15574%202.456%203.60897%203.37038%203.23953%204.35972C2.72232%205.70881%202.48587%207.11787%202.50065%208.54191C2.54498%2010.4606%202.91442%2012.3643%203.59419%2014.1631C5.1754%2018.1205%207.58415%2021.6881%2010.6579%2024.6111C12.4608%2026.4849%2014.5148%2028.0588%2016.7906%2029.303C17.3965%2029.5278%2018.0024%2029.7077%2018.6378%2029.8126C19.4506%2029.9625%2020.2633%2030.0225%2021.0909%2029.9925C22.8199%2030.0525%2024.4897%2029.3629%2025.6867%2028.1038C26.3222%2027.3543%2026.8394%2026.4998%2027.2088%2025.5855C27.46%2025.0458%2027.5487%2024.4612%2027.4748%2023.8766%22%20fill%3D%22%23ED1D24%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%20fill%3D%22none%22%3E%20%3Cmask%20id%3D%22mask0_1845_29732%22%20style%3D%22mask-type%3Aalpha%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2230%22%20height%3D%2230%22%3E%20%3Cpath%20d%3D%22M30%200H0V30H30V0Z%22%20fill%3D%22black%22%2F%3E%20%3C%2Fmask%3E%20%3Cg%20mask%3D%22url(%23mask0_1845_29732)%22%3E%20%3Cpath%20d%3D%22M27.4896%2023.8616C27.3861%2023.6368%2027.2236%2023.4419%2027.0167%2023.307C26.8394%2023.1721%2026.6029%2022.9922%2026.3074%2022.7823C25.7311%2022.3776%2024.9626%2021.868%2024.209%2021.3883C23.6179%2021.0135%2022.7608%2020.4739%2022.0219%2020.0692C21.0613%2019.5295%2020.7214%2019.4246%2020.4554%2019.4696C20.1747%2019.4995%2019.9087%2019.6045%2019.687%2019.7694C19.4506%2019.9043%2019.1402%2020.1141%2018.7708%2020.369C18.2388%2020.7437%2017.5738%2021.2234%2016.7463%2021.838C16.5689%2021.9729%2016.3177%2021.9729%2016.1404%2021.838C14.6774%2020.8187%2013.3326%2019.6345%2012.1209%2018.3153C10.451%2016.5765%209.34268%2014.373%208.91413%2011.9896C8.85502%2011.5399%209.04713%2011.0902%209.43135%2010.8354L12.6233%208.69181C13.1258%208.36203%2013.3326%207.73245%2013.1258%207.17783L10.85%201.00197C10.6874%200.582256%2010.3328%200.267468%209.90423%200.177528C8.75158%20-0.10728%207.53982%20-0.0473206%206.41672%200.342418C5.81084%200.672196%205.27884%201.1069%204.83551%201.64654C4.15574%202.456%203.60897%203.37038%203.23953%204.35972C2.72232%205.70881%202.48587%207.11787%202.50065%208.54191C2.54498%2010.4606%202.91442%2012.3643%203.59419%2014.1631C5.1754%2018.1205%207.58415%2021.6881%2010.6579%2024.6111C12.4608%2026.4849%2014.5148%2028.0588%2016.7906%2029.303C17.3965%2029.5278%2018.0024%2029.7077%2018.6378%2029.8126C19.4506%2029.9625%2020.2633%2030.0225%2021.0909%2029.9925C22.8199%2030.0525%2024.4897%2029.3629%2025.6867%2028.1038C26.3222%2027.3543%2026.8394%2026.4998%2027.2088%2025.5855C27.46%2025.0458%2027.5487%2024.4612%2027.4748%2023.8766%22%20fill%3D%22%23ED1D24%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  -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-list01 ドットリスト
=================================== */
.c-list01__item {
  position: relative;
  padding-left: 25px;
  font-weight: 900;
  font-size: var(--mh--font-size--lg);
}
.c-list01__item:before {
  content: "";
  position: absolute;
  top: calc(0.65em - 2px);
  left: 10px;
  width: 6px;
  height: 6px;
  background: currentColor;
  border-radius: 50%;
}
@media (width >= 768px ) {
  .c-list01__item {
    padding-left: 27px;
  }
}
/* c-list02 チェックリスト
================================ */
.c-list02 {
  display: grid;
  gap: 10px 0;
}
.c-list02__item {
  position: relative;
  padding: 0 0 0 30px;
  line-height: var(--mh--line-height--lg);
  letter-spacing: var(--mh--letter-spacing--lg);
}
.c-list02__item:before {
  display: inline-block;
  width: 20px;
  aspect-ratio: 1;
  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 25 25"><path d="M12.5 1.944c5.82 0 10.556 4.736 10.556 10.556S18.32 23.056 12.5 23.056 1.944 18.32 1.944 12.5 6.68 1.944 12.5 1.944M12.5 0C5.596 0 0 5.596 0 12.5S5.596 25 12.5 25 25 19.404 25 12.5 19.404 0 12.5 0"/><path d="m17.933 7.136-7.346 7.346-3.531-3.531-2.177 2.176 5.708 5.708 9.523-9.522z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 25 25"><path d="M12.5 1.944c5.82 0 10.556 4.736 10.556 10.556S18.32 23.056 12.5 23.056 1.944 18.32 1.944 12.5 6.68 1.944 12.5 1.944M12.5 0C5.596 0 0 5.596 0 12.5S5.596 25 12.5 25 25 19.404 25 12.5 19.404 0 12.5 0"/><path d="m17.933 7.136-7.346 7.346-3.531-3.531-2.177 2.176 5.708 5.708 9.523-9.522z"/></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);
  position: absolute;
  top: calc((1.7em - 20px) / 2);
  left: 0;
}
/* c-list02.is-col2-md-up
================================ */
@media (width >= 768px ) {
  .c-list02.is-col2-md-up {
    grid-template-columns: 1fr 1fr;
    gap: 10px 20px;
  }
}
/*  .c-num-list01
================================================== */
/*  .c-simple-list01
================================================== */
/* c-loop01
====================== */
.c-loop01 {
  display: grid;
  overflow: hidden;
}
.c-loop01__txt {
  position: relative;
  top: 0;
  grid-area: 1/1/1/1;
  font-size: var(--mh--font-size--x24l);
  line-height: var(--mh--line-height--sm);
  letter-spacing: var(--mh--letter-spacing--xs) !important;
  white-space: nowrap;
  display: inline-block;
  min-width: 100%;
  width: fit-content;
  padding-right: 0.5em;
  animation: slideLoop 30s linear infinite;
}
.c-loop01__txt:nth-child(1) {
  left: 0;
}
.c-loop01__txt:nth-child(2) {
  right: 100%;
  justify-self: end;
}
@media (width >= 768px ) {
  .c-loop01__txt {
    font-size: 27rem;
  }
}
@media (min-width: 1921px) {
  .c-loop01__txt {
    font-size: 14.0625vw;
  }
}
/* c-map01
==================================== */
.c-map01 {
  position: relative;
}
.c-map01:has(.c-map01-detail__list-item.is-active) .c-map01__map:before {
  opacity: 1;
}
.c-map01__map {
  position: relative;
  width: 100%;
  aspect-ratio: 2/3;
}
.c-map01__map:before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: rgba(17, 17, 17, 0.2);
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--mh--duration) var(--mh--easing);
}
.c-map01__map iframe {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: none;
}
.c-map01__map .gm-style img {
  width: 36px;
}
.c-map01__map .gm-style-iw-c {
  width: 335px !important;
  max-width: none !important;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  outline: 1px solid;
}
.c-map01__map .gm-style-iw-tc {
  filter: drop-shadow(0 2px 0px rgb(0, 0, 0));
}
.c-map01__map .gm-style-iw-chr {
  position: absolute;
  top: 0;
  right: 0;
}
.c-map01__map .gm-style-iw-ch {
  display: none;
}
@media (width >= 768px ) {
  .c-map01 {
    display: grid;
    grid-template-columns: 403px 1fr;
  }
  .c-map01__map {
    aspect-ratio: 697/617;
  }
  .c-map01__map .gm-style-iw-c {
    width: 310px !important;
  }
}
/* c-map01-info
------------------------------------- */
.c-map01-info {
  padding: 25px 20px 20px;
  background: #fff;
}
.c-map01-info__sub {
  margin-block: 20px 5px;
  color: var(--mh--color--grayscale-700);
  font-weight: 700;
}
.c-map01-info__list {
  overflow-y: auto;
  max-height: 335px;
  padding-right: 15px;
}
.c-map01-info__list-item {
  border-bottom: 1px solid;
}
.c-map01-info__list-item:first-child {
  border-top: 1px solid;
}
.c-map01-info__list-in {
  display: block;
  padding-block: 21px;
}
.c-map01-info__list-tag {
  width: fit-content;
  margin-bottom: 3px;
  padding: 0 5px 2px;
  line-height: 1.3;
  letter-spacing: var(--mh--letter-spacing--lg);
  color: #fff;
  font-size: var(--mh--font-size--x3s);
  background: var(--mh--color--accent-500);
}
.c-map01-info__list-head {
  font-weight: 900;
  font-size: var(--mh--font-size--xl);
  transition: color var(--mh--duration) var(--mh--easing);
}
.c-map01-info__list-txt {
  margin-top: 5px;
  line-height: var(--mh--line-height--lg);
  letter-spacing: var(--mh--letter-spacing--lg);
  font-size: var(--mh--font-size--x2s);
}
.c-map01-info__list-btn {
  display: grid;
  grid-template-columns: 1fr 25px;
  gap: 0 6px;
  align-items: center;
  width: fit-content;
  margin-top: 14px;
  line-height: var(--mh--line-height--lg);
  letter-spacing: var(--mh--letter-spacing--lg);
  font-size: var(--mh--font-size--sm);
}
.c-map01-info__list-btn span.is-ico {
  display: grid;
  place-items: center;
  width: 25px;
  height: 25px;
  color: #fff;
  background: var(--mh--color--grayscale-900);
  transition: all var(--mh--duration) var(--mh--easing);
}
.c-map01-info__list-btn span.is-ico:after {
  display: inline-block;
  width: 10px;
  aspect-ratio: 1;
  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 18"><path d="M8.85478 0L6.53129 2.28571L11.7096 7.37979L0 7.37979L0 10.6132L11.7096 10.6132L6.53129 15.7143L8.85478 18L18 8.99652L8.85478 0Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18"><path d="M8.85478 0L6.53129 2.28571L11.7096 7.37979L0 7.37979L0 10.6132L11.7096 10.6132L6.53129 15.7143L8.85478 18L18 8.99652L8.85478 0Z"/></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-map01-info__list::-webkit-scrollbar {
  width: 3px;
}
.c-map01-info__list::-webkit-scrollbar-track {
  background-color: var(--mh--color--grayscale-500);
  border-radius: 0;
}
.c-map01-info__list::-webkit-scrollbar-thumb {
  background-color: var(--mh--color--grayscale-800);
  border-radius: 0;
}
@media (width >= 768px ) {
  .c-map01-info {
    padding: 50px 30px 30px;
  }
  .c-map01-info__sub {
    margin-block: 40px 10px;
  }
  .c-map01-info__list {
    padding-right: 30px;
  }
  .c-map01-info .c-btn01 {
    min-height: 65px;
    padding-left: 56px;
  }
  .c-map01-info .c-btn01:after {
    right: 20px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-map01-info__list-in:hover .c-map01-info__list-head {
    color: var(--mh--color--accent-500);
  }
  .c-map01-info__list-in:hover span.is-ico {
    color: #fff;
    background: var(--mh--color--accent-500);
  }
}
/* c-map01-detail
---------------------------------- */
.c-map01-detail {
  padding: 20px;
}
.c-map01-detail__head {
  padding-right: 28px;
  font-weight: 900;
  font-size: var(--mh--font-size--xl);
}
.c-map01-detail__txt {
  margin-top: 5px;
  font-size: var(--mh--font-size--x2s);
}
.c-map01-detail__route {
  display: grid;
  grid-template-columns: auto 25px;
  justify-content: start;
  align-items: center;
  gap: 0 6px;
  margin-top: 14px;
  text-align: left;
  font-size: var(--mh--font-size--sm);
  outline: none;
  appearance: none;
  border: none;
}
.c-map01-detail__route span.is-ico {
  display: grid;
  place-items: center;
  width: 25px;
  height: 25px;
  color: #fff;
  background: var(--mh--color--grayscale-900);
  transition: background-color var(--mh--duration) var(--mh--easing);
}
.c-map01-detail__route span.is-ico:after {
  display: inline-block;
  width: 18px;
  aspect-ratio: 1;
  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 18"><path d="M8.85478 0L6.53129 2.28571L11.7096 7.37979L0 7.37979L0 10.6132L11.7096 10.6132L6.53129 15.7143L8.85478 18L18 8.99652L8.85478 0Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18"><path d="M8.85478 0L6.53129 2.28571L11.7096 7.37979L0 7.37979L0 10.6132L11.7096 10.6132L6.53129 15.7143L8.85478 18L18 8.99652L8.85478 0Z"/></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: 12px;
}
.c-map01-detail__btn {
  margin-top: 10px;
}
@media (width >= 768px ) {
  .c-map01-detail__btn {
    min-height: 60px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-map01-detail__route:hover span.is-ico {
    background: var(--mh--color--accent-500);
  }
}
/* c-note01
============================== */
.c-note01 {
  text-indent: calc(-1em - 6px);
  padding-left: calc(1em + 6px);
}
.c-note01:before {
  content: "※";
  margin-right: 6px;
}
/* .c-pager01
===================================*/
.c-pager01 {
  overflow: hidden;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  margin: var(--mh--space--40-60) 0 0;
  gap: 10px 5px;
  margin-inline: -9px;
  text-align: center;
}
.c-pager01 li a, .c-pager01 li span {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: 22px;
  height: 42px;
  margin: 0 10px;
  line-height: 1;
  border: none;
  font-size: var(--mh--font-size--x2l);
  text-decoration: none;
  transition: all var(--mh--duration) var(--mh--easing);
}
.c-pager01 li.current span {
  border-bottom: 2px solid;
}
.c-pager01 li.previous a, .c-pager01 li.next a {
  position: relative;
  display: block;
  overflow: hidden;
  text-indent: -200vw;
  white-space: nowrap;
  width: 46px;
  height: 46px;
  margin: 0 0 0 10px;
  color: #fff;
  background: var(--mh--color--grayscale-900);
}
.c-pager01 li.previous a:after, .c-pager01 li.next a:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 18px;
  aspect-ratio: 1;
  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 18"><path d="M8.85478 0L6.53129 2.28571L11.7096 7.37979L0 7.37979L0 10.6132L11.7096 10.6132L6.53129 15.7143L8.85478 18L18 8.99652L8.85478 0Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18"><path d="M8.85478 0L6.53129 2.28571L11.7096 7.37979L0 7.37979L0 10.6132L11.7096 10.6132L6.53129 15.7143L8.85478 18L18 8.99652L8.85478 0Z"/></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);
  transition: none;
}
.c-pager01 li.previous {
  transform: scale(-1, -1);
}
.c-pager01 li.first a, .c-pager01 li.last a {
  width: auto;
  border-color: transparent;
}
.c-pager01 li.extend span {
  border: 0;
}
@media (width >= 768px ) {
  .c-pager01 {
    gap: 20px 10px;
  }
  .c-pager01 li a, .c-pager01 li span {
    min-width: 32px;
    height: 52px;
  }
  .c-pager01 li.previous a, .c-pager01 li.next a {
    margin: 0 0 0 20px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-pager01 li a:hover {
    color: var(--mh--color--accent-500);
  }
  .c-pager01 li.previous a:hover, .c-pager01 li.next a:hover {
    color: #fff;
    background: var(--mh--color--accent-500);
  }
}
/*  .c-pager02
================================================== */
.c-pager02 {
  --line: 1;
  --line-height: 1.7;
  display: flex;
  flex-wrap: wrap;
  margin: var(--mh--space--xl) 0 0;
  padding: var(--mh--space--xs) 0 0;
  border-top: 1px dashed var(--mh--color--grayscale-700);
}
.c-pager02 a {
  text-decoration: none;
}
.c-pager02__all {
  order: -1;
  width: 100%;
  margin-bottom: 30px;
}
.c-pager02__all:only-child {
  margin-bottom: 0;
}
.c-pager02__all > a.c-btn01 {
  margin-inline: auto;
  padding-inline: 70px;
  text-align: center;
}
.c-pager02__all > a.c-btn01:after {
  content: none;
}
.c-pager02__previous, .c-pager02__next {
  max-width: calc(50% - 25px);
}
.c-pager02__previous a, .c-pager02__next a {
  position: relative;
  display: -webkit-box;
  max-height: calc(var(--line) * var(--line-height) * 1em);
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: var(--line);
  line-height: var(--line-height);
  -webkit-box-orient: vertical;
  transition: all var(--mh--duration) var(--mh--easing);
}
.c-pager02__previous a:before, .c-pager02__previous a:after, .c-pager02__next a:before, .c-pager02__next a:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.c-pager02__previous a:before, .c-pager02__next a:before {
  width: 25px;
  height: 25px;
  background: currentColor;
  transition: color var(--mh--duration) var(--mh--easing);
}
.c-pager02__previous a:after, .c-pager02__next a:after {
  display: inline-block;
  width: 10px;
  aspect-ratio: 1;
  color: #fff;
  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 18"><path d="M8.85478 0L6.53129 2.28571L11.7096 7.37979L0 7.37979L0 10.6132L11.7096 10.6132L6.53129 15.7143L8.85478 18L18 8.99652L8.85478 0Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18"><path d="M8.85478 0L6.53129 2.28571L11.7096 7.37979L0 7.37979L0 10.6132L11.7096 10.6132L6.53129 15.7143L8.85478 18L18 8.99652L8.85478 0Z"/></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-pager02__previous {
  margin-right: auto;
}
.c-pager02__previous a {
  padding-left: 31px;
}
.c-pager02__previous a:before {
  left: 0;
}
.c-pager02__previous a:after {
  left: 7px;
  transform: translateY(-50%) scale(-1, -1);
}
.c-pager02__next {
  margin-left: auto;
}
.c-pager02__next a {
  padding-right: 31px;
}
.c-pager02__next a:before {
  right: 0;
}
.c-pager02__next a:after {
  right: 7px;
}
@media (width < 768px) {
  .c-pager02__previous a, .c-pager02__next a {
    width: 100px;
    display: block;
  }
}
@media (width >= 768px ) {
  .c-pager02 {
    --line: 2;
    position: relative;
    align-items: center;
    min-height: 115px;
  }
  .c-pager02__all {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
    display: block;
    order: 0;
    margin-bottom: 0;
    width: 380px;
  }
  .c-pager02__previous, .c-pager02__next {
    max-width: calc(50% - 290px);
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-pager02__previous a:hover:before, .c-pager02__next a:hover:before {
    color: var(--mh--color--accent-500);
  }
}
/* c-search01
================================== */
.c-search01 {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  background: #fff;
  border-radius: 0;
  border: 1px solid;
  width: 100%;
  height: 60px;
  padding-right: 72px;
  overflow: hidden;
}
.c-search01 input {
  box-sizing: border-box;
  border: none;
  box-shadow: none;
  background: none;
  appearance: none;
  outline: none;
  font-family: inherit;
  font-size: 1.6rem;
  width: 100%;
  height: 100%;
  padding: 10px;
}
.c-search01 input::placeholder {
  color: var(--mh--color--grayscale-800);
}
.c-search01 input::focus {
  outline: none;
}
.c-search01 button {
  box-sizing: border-box;
  border: none;
  background: none;
  appearance: none;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 72px;
  height: 100%;
  transition: all var(--mh--duration) var(--mh--easing);
  display: grid;
  place-items: center;
  font-family: inherit;
  color: #fff;
  font-weight: 900;
  font-size: var(--mh--font-size--lg);
  background: var(--mh--color--grayscale-900);
}
@media (hover: hover) and (pointer: fine) {
  .c-search01 button:hover {
    background: var(--mh--color--accent-500);
  }
}
/*  .c-set01.is-reverse
================================================== */
@media (width >= 768px ) {
  .c-set01.is-reverse {
    flex-direction: row;
  }
}
/*  .c-set01
================================================== */
@media (width >= 768px ) {
  .c-set01 {
    flex-direction: row-reverse;
    gap: 40px;
  }
  .c-set01__img {
    flex-basis: auto !important;
    width: 40%;
  }
  .c-set01__area-txt {
    flex-basis: auto !important;
    width: calc(100% - 480px);
  }
}
/* c-single01 information詳細
============================== */
/* c-single01-heading
============================= */
.c-single01-heading {
  position: relative;
}
.c-single01-heading__inner {
  padding-block: 135px 0;
}
.c-single01-heading h1 {
  padding: 0 0 50px;
  font-weight: 900;
  border-bottom: 1px solid;
}
.c-single01-heading__deco {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 20px;
}
.c-single01-heading__deco .c-deco01 {
  height: 6px;
}
.c-single01-heading__deco .c-deco01:nth-child(1) {
  width: 16px;
  margin: 0 0 0 auto;
}
.c-single01-heading__deco .c-deco01:nth-child(2) {
  width: 13px;
  margin: 0 112px 0 auto;
}
.c-single01-heading__deco .c-deco01:nth-child(3) {
  width: 6px;
  margin: -4px 108px 0 auto;
}
.c-single01-heading__deco .c-deco01:nth-child(4) {
  width: 15px;
  margin: 0 16px 0 auto;
}
.c-single01-heading__deco .c-deco01:nth-child(5) {
  width: 72px;
  margin: -4px 39px 0 auto;
}
@media (width >= 768px ) {
  .c-single01-heading__inner {
    padding-block: 250px 0;
  }
  .c-single01-heading h1 {
    padding: 0 0 100px;
  }
}
/* c-single01-content
====================================== */
.c-single01-content {
  position: relative;
}
@media (width >= 768px ) {
  .c-single01-content__deco01 {
    position: absolute;
    top: 0;
    right: calc(100% - 50px);
  }
  .c-single01-content__deco01 .c-deco01 {
    height: 20px;
  }
  .c-single01-content__deco01 .c-deco01:nth-child(1) {
    width: 190px;
    margin: 0 17px 0 auto;
  }
  .c-single01-content__deco01 .c-deco01:nth-child(2) {
    width: 56px;
    margin: 26px 207px 0 auto;
  }
  .c-single01-content__deco01 .c-deco01:nth-child(3) {
    width: 122px;
    margin: -10px 288px 0 auto;
  }
  .c-single01-content__deco02 {
    position: absolute;
    top: 302px;
    right: auto;
    bottom: auto;
    left: calc(100% + 30px);
  }
}
/* c-single02 access詳細
=============================== */
/* c-single02-mv
===================================== */
.c-single02-mv {
  display: grid;
  grid-auto-columns: 100%;
  color: #fff;
  background: var(--mh--color--grayscale-900);
}
.c-single02-mv__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  grid-area: 1/1/1/1;
  align-items: center;
  justify-content: center;
  min-height: 310px;
  padding: 105px 0 20px;
}
.c-single02-mv__head {
  width: 100%;
  padding: 0 0 20px;
  font-size: var(--mh--font-size--x8l);
  font-weight: 900;
  text-align: center;
  border-bottom: 1px solid;
}
.c-single02-mv__img {
  position: relative;
  grid-area: 1/1/1/1;
}
.c-single02-mv__img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.c-single02-mv__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (width >= 768px ) {
  .c-single02-mv__inner {
    min-height: 480px;
    padding: 92px 0 90px;
  }
  .c-single02-mv__head {
    font-size: clamp(2.9rem, 1.5962441315vw + 2.3014084507rem, 4.6rem);
  }
}
/* c-single02-intro
===================================== */
.c-single02-intro__slider li {
  aspect-ratio: 1100/550;
}
.c-single02-intro__slider li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-single02-intro__mov {
  position: relative;
  aspect-ratio: 375/211;
  overflow: hidden;
}
.c-single02-intro__mov iframe,
.c-single02-intro__mov video {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: none;
}
@media (width >= 768px ) {
  .c-single02-intro__mov {
    max-width: 740px;
    margin: 0 auto;
  }
}
/* c-single02-point-list
------------------------------ */
.c-single02-point-list {
  display: grid;
  gap: var(--mh--space--30-50) 0;
}
.c-single02-point-list__item {
  display: grid;
  gap: 20px 0;
  padding-bottom: var(--mh--space--30-50);
  border-bottom: 1px solid;
}
.c-single02-point-list__head {
  font-size: var(--mh--font-size--x5l);
  font-weight: 900;
}
.c-single02-point-list__img img {
  width: 100%;
}
.c-single02-point-list__txt {
  line-height: var(--mh--line-height--lg);
  letter-spacing: var(--mh--letter-spacing--lg);
}
@media (width >= 768px ) {
  .c-single02-point-list__item {
    display: block;
  }
  .c-single02-point-list__item:has(.c-single02-point-list__img) {
    display: grid;
    grid-template-areas: "top img" "head img" "txt img" "bottom img";
    grid-template-columns: 1fr 430px;
    gap: 0 40px;
  }
  .c-single02-point-list__item:has(.c-single02-point-list__img) .c-single02-point-list__txt {
    margin-top: 40px;
  }
  .c-single02-point-list__item:has(.c-single02-point-list__img) .c-single02-point-list__txt:first-of-type {
    grid-area: head;
    margin-top: 0;
  }
  .c-single02-point-list__head {
    grid-area: head;
  }
  .c-single02-point-list__img {
    grid-area: img;
  }
  .c-single02-point-list__txt {
    grid-area: txt;
    margin-top: 30px;
  }
  .c-single02-point-list__txt:first-of-type {
    margin-top: 0;
  }
}
/* c-single02-trainer
============================== */
.c-single02-trainer__sec {
  display: grid;
  gap: 25px 0;
}
.c-single02-trainer__sec:nth-of-type(n + 2) {
  padding-top: var(--mh--space--30-50);
  margin-top: var(--mh--space--30-50);
  border-top: 1px solid var(--mh--color--grayscale-700);
}
.c-single02-trainer__slider li {
  aspect-ratio: 1;
}
.c-single02-trainer__slider li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-single02-trainer__head {
  position: relative;
  min-height: 62px;
  padding: 0 150px 20px 0;
  margin: 0 0 20px;
  border-bottom: 1px solid var(--mh--color--grayscale-700);
}
.c-single02-trainer__head-en {
  margin-bottom: 5px;
  font-size: var(--mh--font-size--sm);
}
.c-single02-trainer__head-main {
  font-size: var(--mh--font-size--x5l);
}
.c-single02-trainer__head-btn {
  position: absolute;
  top: 10px;
  right: 0;
  width: 147px;
  min-height: 42px;
  padding: 10px 40px 10px 10px;
}
.c-single02-trainer__head-btn::after {
  right: 10px;
}
.c-single02-trainer__area-txt dl {
  display: grid;
  gap: 10px 0;
  margin: 20px 0 0;
}
.c-single02-trainer__area-txt dl a {
  text-decoration: underline !important;
}
.c-single02-trainer__area-txt dl > div {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 0 var(--mh--space--x3s);
  padding: 0 0 13px;
  border-bottom: 1px solid var(--mh--color--grayscale-500);
}
.c-single02-trainer__area-txt dl dt,
.c-single02-trainer__area-txt dl dd {
  font-size: var(--mh--font-size--sm);
}
.c-single02-trainer__area-txt dl dt {
  padding: 2px 0 0;
  font-weight: 900;
}
.c-single02-trainer__area-txt dl dd {
  line-height: var(--mh--line-height--lg);
  letter-spacing: var(--mh--letter-spacing--lg);
}
@media (width >= 768px ) {
  .c-single02-trainer__sec {
    grid-template-columns: 1fr 400px;
    gap: 0 50px;
  }
  .c-single02-trainer__sec:not(:has(.c-single02-trainer__slider)) {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .c-single02-trainer__head {
    min-height: 105px;
    padding-right: 305px;
  }
  .c-single02-trainer__head-btn {
    width: 300px;
    min-height: 55px;
    padding: 15px 50px 15px 25px;
  }
  .c-single02-trainer__head-btn::after {
    right: 15px;
  }
  .c-single02-trainer__area-txt {
    order: -1;
  }
  .c-single02-trainer__message {
    grid-column: 1/-1;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-single02-trainer__area-txt dl a {
    transition: color var(--mh--duration) var(--mh--easing);
  }
  .c-single02-trainer__area-txt dl a:hover {
    color: var(--mh--color--accent-500);
  }
  .c-single02-trainer__head-btn:hover span.is-ico {
    background: var(--mh--color--accent-500);
  }
}
/* c-single02-imgs
--------------------------------- */
.c-single02-imgs {
  display: grid;
  gap: 10px;
}
.c-single02-imgs.is-col2 {
  grid-template-columns: repeat(2, 1fr);
}
.c-single02-imgs.is-col3 {
  grid-template-columns: repeat(3, 1fr);
}
.c-single02-imgs img {
  width: 100%;
}
@media (width >= 768px ) {
  .c-single02-imgs {
    grid-template-columns: repeat(2, 1fr);
    grid-column: 1/-1;
    gap: 40px 30px;
  }
}
/* c-single02-movie
=============================== */
.c-single02-movie__mov {
  position: relative;
  aspect-ratio: 375/211;
  overflow: hidden;
}
.c-single02-movie__mov iframe,
.c-single02-movie__mov video {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: none;
}
@media (width >= 768px ) {
  .c-single02-movie {
    grid-column: 1/-1;
  }
  .c-single02-movie__mov {
    max-width: 955px;
    margin: 0 auto;
  }
}
/* c-single02-feature-sec
-------------------------- */
.c-single02-feature-sec {
  display: grid;
  gap: 30px 0;
}
.c-single02-feature-sec + .c-single02-feature-sec {
  padding-top: 50px;
  margin-top: 30px;
  border-top: 1px solid;
}
.c-single02-feature-sec__sub {
  margin-bottom: 10px;
  font-size: var(--mh--font-size--x3l);
  font-weight: 900;
}
.c-single02-feature-sec__sub span {
  margin-right: 10px;
  color: var(--mh--color--grayscale-800);
}
.c-single02-feature-sec__head {
  font-size: var(--mh--font-size--x8l);
  font-weight: 900;
}
.c-single02-feature-sec__img img {
  width: 100%;
}
.c-single02-feature-sec__btn {
  margin-top: var(--mh--space--sm);
}
@media (width >= 768px ) {
  .c-single02-feature-sec {
    display: grid;
    grid-template-areas: "head img" "txt img" "bottom img";
    grid-template-columns: 1fr 465px;
    gap: 0 100px;
    align-content: start;
    margin-top: 70px;
  }
  .c-single02-feature-sec:not(:has(.c-single02-feature-sec__img)) {
    grid-template-areas: "head" "txt";
    grid-template-columns: 1fr;
  }
  .c-single02-feature-sec:not(:has(.c-single02-feature-sec__img)) .c-single02-feature-sec-point {
    max-width: 100%;
  }
  .c-single02-feature-sec + .c-single02-feature-sec {
    margin-top: 50px;
  }
  .c-single02-feature-sec__area-head {
    grid-area: head;
    margin: 0 0 30px;
  }
  .c-single02-feature-sec__img {
    grid-area: img;
  }
  .c-single02-feature-sec__sub {
    margin-bottom: 20px;
  }
  .c-single02-feature-sec__sub span {
    margin-right: 20px;
  }
  .c-single02-feature-sec__area-txt {
    grid-area: txt;
  }
  .c-single02-feature-sec__btn {
    max-width: 335px;
    min-height: 65px;
    padding: 10px 58px 10px 20px;
  }
  .c-single02-feature-sec__btn::after {
    right: 20px;
    width: 18px;
  }
}
/* c-single02-feature-sec-point
------------------------------- */
.c-single02-feature-sec-point {
  padding: 0 10px 20px;
  margin-top: 18px;
  background: #fff;
}
.c-single02-feature-sec-point__head {
  width: fit-content;
  padding: 3px 12px 5px;
  margin: 0 0 10px -10px;
  font-size: var(--mh--font-size--x2l);
  color: #fff;
  background: var(--mh--color--accent-500);
}
@media (width >= 768px ) {
  .c-single02-feature-sec-point {
    max-width: 500px;
    margin-top: 60px;
  }
  .c-single02-feature-sec-point__head {
    padding: 2px 12px 3px;
  }
}
/* c-single02-voice
============================ */
@media (width >= 768px ) {
  .c-single02-voice .c-slider-ui01 {
    top: calc(100% + 40px);
  }
}
/* c-single02-bnr
========================== */
.c-single02-bnr {
  display: grid;
  gap: 20px 0;
  padding: 20px;
  color: #fff;
  background: var(--mh--color--grayscale-900);
  transition: opacity var(--mh--duration) var(--mh--easing);
}
.c-single02-bnr__img {
  position: relative;
  overflow: hidden;
}
.c-single02-bnr__img img {
  width: 100%;
  transition: transform var(--mh--duration) var(--mh--easing);
}
.c-single02-bnr__img span.is-ico {
  position: absolute;
  right: 0;
  bottom: 0;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  color: #fff;
  background: var(--mh--color--grayscale-900);
  transition: background var(--mh--duration) var(--mh--easing);
}
.c-single02-bnr__img span.is-ico::after {
  display: inline-block;
  width: 18px;
  aspect-ratio: 1;
  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 18"><path d="M8.85478 0L6.53129 2.28571L11.7096 7.37979L0 7.37979L0 10.6132L11.7096 10.6132L6.53129 15.7143L8.85478 18L18 8.99652L8.85478 0Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18"><path d="M8.85478 0L6.53129 2.28571L11.7096 7.37979L0 7.37979L0 10.6132L11.7096 10.6132L6.53129 15.7143L8.85478 18L18 8.99652L8.85478 0Z"/></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 >= 768px ) {
  .c-single02-bnr {
    grid-template-columns: 1fr 380px;
    gap: 0 50px;
    align-items: center;
    padding: 40px;
  }
  .c-single02-bnr:not(:has(.c-single02-bnr__img)) {
    grid-template-columns: 1fr;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-single02-bnr[href]:hover {
    opacity: 0.8;
  }
  .c-single02-bnr[href]:hover .c-single02-bnr__img img {
    transform: scale(1.1);
  }
  .c-single02-bnr[href]:hover .c-single02-bnr__img span.is-ico {
    background: var(--mh--color--accent-500);
  }
}
/* c-single02-access-info
-------------------------------- */
.c-single02-access-info {
  display: grid;
  gap: 20px 0;
}
.c-single02-access-info__map {
  position: relative;
  aspect-ratio: 520/347;
  overflow: hidden;
}
.c-single02-access-info__map iframe {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: none;
}
.c-single02-access-info__txt + .c-single02-access-info__txt {
  margin-top: 1.7em;
}
.c-single02-access-info__btn {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 27px 1fr;
  gap: 0 23px;
  align-items: center;
  min-height: 65px;
  padding: 10px 58px 10px 18px;
  font-size: var(--mh--font-size--lg);
  font-weight: 900;
  background: #fff;
  border: 1px solid;
}
.c-single02-access-info__btn::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--mh--color--grayscale-800);
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.75s cubic-bezier(0.23, 1, 0.32, 1);
}
.c-single02-access-info__btn::after {
  display: inline-block;
  width: 18px;
  aspect-ratio: 1;
  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 18"><path d="M8.85478 0L6.53129 2.28571L11.7096 7.37979L0 7.37979L0 10.6132L11.7096 10.6132L6.53129 15.7143L8.85478 18L18 8.99652L8.85478 0Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18"><path d="M8.85478 0L6.53129 2.28571L11.7096 7.37979L0 7.37979L0 10.6132L11.7096 10.6132L6.53129 15.7143L8.85478 18L18 8.99652L8.85478 0Z"/></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);
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.c-single02-access-info__btn span.is-ico::after {
  display: inline-block;
  width: 25px;
  aspect-ratio: 1;
  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 25 25"><path d="M22.294 24.107H1.812c-1.55 0-2.217-1.168-1.56-2.47l2.381-4.729c.38-.754 1.51-1.322 2.549-1.322h.801q.484.67 1.042 1.36l.144.174H5.182c-.547 0-1.08.315-1.18.482l-2.38 4.726a1 1 0 0 0-.08.213c.056.016.144.031.27.031h20.482c.126 0 .214-.015.27-.03a1 1 0 0 0-.08-.214l-2.38-4.726c-.1-.166-.633-.48-1.18-.48h-1.987l.144-.176q.558-.688 1.042-1.36h.801c1.04 0 2.169.568 2.549 1.323l2.382 4.728c.656 1.302-.012 2.47-1.56 2.47M19.726 7.672c0 5.725-7.673 12.315-7.673 12.315S4.38 13.398 4.38 7.673A7.673 7.673 0 0 1 12.053 0a7.673 7.673 0 0 1 7.673 7.673m-3.837 0a3.837 3.837 0 1 0-7.674 0 3.837 3.837 0 0 0 7.674 0"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 25 25"><path d="M22.294 24.107H1.812c-1.55 0-2.217-1.168-1.56-2.47l2.381-4.729c.38-.754 1.51-1.322 2.549-1.322h.801q.484.67 1.042 1.36l.144.174H5.182c-.547 0-1.08.315-1.18.482l-2.38 4.726a1 1 0 0 0-.08.213c.056.016.144.031.27.031h20.482c.126 0 .214-.015.27-.03a1 1 0 0 0-.08-.214l-2.38-4.726c-.1-.166-.633-.48-1.18-.48h-1.987l.144-.176q.558-.688 1.042-1.36h.801c1.04 0 2.169.568 2.549 1.323l2.382 4.728c.656 1.302-.012 2.47-1.56 2.47M19.726 7.672c0 5.725-7.673 12.315-7.673 12.315S4.38 13.398 4.38 7.673A7.673 7.673 0 0 1 12.053 0a7.673 7.673 0 0 1 7.673 7.673m-3.837 0a3.837 3.837 0 1 0-7.674 0 3.837 3.837 0 0 0 7.674 0"/></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 >= 768px ) {
  .c-single02-access-info {
    grid-template-columns: repeat(2, 1fr);
    gap: 0 60px;
    align-items: center;
  }
  .c-single02-access-info:not(:has(.c-single02-access-info__map)) {
    grid-template-columns: 1fr;
  }
  .c-single02-access-info__btn {
    max-width: 390px;
  }
  .c-single02-access-info__btn::after {
    width: 25px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-single02-access-info__btn {
    transition: border-color var(--mh--duration) var(--mh--easing);
  }
  .c-single02-access-info__btn:hover {
    color: #fff;
    border-color: transparent;
  }
  .c-single02-access-info__btn:hover::before {
    transform: scale(1, 1);
    transform-origin: left top;
  }
}
/* c-single02-access-mov
------------------------------ */
.c-single02-access-mov {
  position: relative;
  aspect-ratio: 375/211;
  margin: 60px -20px 0;
  overflow: hidden;
}
.c-single02-access-mov iframe,
.c-single02-access-mov video {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: none;
}
@media (width >= 768px ) {
  .c-single02-access-mov {
    max-width: 955px;
    margin: 80px auto 0;
  }
}
/* c-single02-access-flow
------------------------------ */
.c-single02-access-flow__list {
  display: grid;
  grid-auto-columns: 245px;
  grid-auto-flow: column;
  gap: 0 50px;
  padding-bottom: 10px;
  overflow-x: scroll;
}
.c-single02-access-flow__list.is-yoko .c-single02-access-flow__list-img {
  aspect-ratio: 670/448;
}
.c-single02-access-flow__list::-webkit-scrollbar {
  width: 3px;
}
.c-single02-access-flow__list::-webkit-scrollbar-track {
  background-color: var(--mh--color--grayscale-500);
  border-radius: 0;
}
.c-single02-access-flow__list::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 0;
}
.c-single02-access-flow__list-item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
}
.c-single02-access-flow__list-item + .c-single02-access-flow__list-item .c-single02-access-flow__list-img {
  position: relative;
}
.c-single02-access-flow__list-item + .c-single02-access-flow__list-item .c-single02-access-flow__list-img::before {
  position: absolute;
  top: 50%;
  right: calc(100% + 10px);
  width: 25px;
  height: 30px;
  content: "";
  background: var(--mh--color--grayscale-900);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  transform: translateY(-50%);
}
.c-single02-access-flow__list-num {
  position: relative;
  z-index: 1;
  padding: 0 0 0 10px;
  margin-bottom: -8px;
  font-size: var(--mh--font-size--x8l);
}
.c-single02-access-flow__list-img {
  width: 100%;
  aspect-ratio: 245/327;
}
.c-single02-access-flow__list-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-single02-access-flow__list-area-txt {
  padding: 20px;
  font-size: var(--mh--font-size--sm);
  background: #fff;
}
@media (width >= 768px ) {
  .c-single02-access-flow__list {
    padding-bottom: 20px;
  }
  .c-single02-access-flow__list-num {
    margin-bottom: -27px;
  }
}
/* c-single03 voice詳細
============================= */
/* c-single03-mv
===================================== */
.c-single03-mv {
  position: relative;
}
.c-single03-mv__inner {
  padding-block: 114px 60px;
}
.c-single03-mv__area-img {
  position: relative;
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 0 5px;
  margin: 0 0 20px;
  padding: 0 25px;
}
.c-single03-mv__img img {
  width: 100%;
}
.c-single03-mv__date {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  text-align: right;
}
.c-single03-mv__deco {
  position: absolute;
  bottom: 19.375%;
  left: -20px;
}
.c-single03-mv__deco .c-deco01 {
  height: 6px;
}
.c-single03-mv__deco .c-deco01:nth-child(1) {
  width: 57px;
  margin: 0 0 0 59px;
}
.c-single03-mv__deco .c-deco01:nth-child(2) {
  width: 17px;
  margin: 8px 0 0 42px;
}
.c-single03-mv__deco .c-deco01:nth-child(3) {
  width: 35px;
  margin: -3px 0 0 0;
}
.c-single03-mv__name {
  width: fit-content;
  margin: 0 0 var(--mh--space--x2s);
  padding: 1px 5px;
  line-height: var(--mh--line-height--lg);
  letter-spacing: var(--mh--letter-spacing--lg);
  color: #fff;
  font-size: var(--mh--font-size--lg);
  background: var(--mh--color--grayscale-900);
}
.c-single03-mv__head {
  font-weight: 900;
  font-size: var(--mh--font-size--x5l);
}
.c-single03-mv__cat {
  display: flex;
  flex-wrap: wrap;
  gap: 0 15px;
  margin-top: var(--mh--space--x2s);
}
.c-single03-mv__cat-item {
  line-height: var(--mh--line-height--lg);
  letter-spacing: var(--mh--letter-spacing--lg);
  color: var(--mh--color--grayscale-700);
  font-size: var(--mh--font-size--sm);
}
@media (width >= 768px ) {
  .c-single03-mv__inner {
    display: flex;
    align-items: center;
    gap: 0 80px;
    padding-block: 150px 175px;
  }
  .c-single03-mv__area-img {
    grid-template-columns: 18px 450px;
    max-width: 50%;
    padding: 0;
    margin: 0;
  }
  .c-single03-mv__deco {
    right: calc(100% + 17px);
    left: auto;
    bottom: 17.3357664234%;
  }
  .c-single03-mv__deco .c-deco01 {
    height: 20px;
  }
  .c-single03-mv__deco .c-deco01:nth-child(1) {
    width: 190px;
    margin: 0 0 0 auto;
  }
  .c-single03-mv__deco .c-deco01:nth-child(2) {
    width: 56px;
    margin: 26px 190px 0 auto;
  }
  .c-single03-mv__deco .c-deco01:nth-child(3) {
    width: 122px;
    margin: -10px 278px 0 auto;
  }
  .c-single03-mv__name {
    padding: 0 10px;
  }
}
/* c-single03-achieve-img
----------------------------- */
.c-single03-achieve-img {
  position: relative;
  display: grid;
  grid-template-columns: 39.7% 1fr;
  align-items: start;
  gap: 0 37px;
}
.c-single03-achieve-img__before {
  display: grid;
  grid-template-columns: 23px 1fr;
  padding: 38px 0 0;
}
.c-single03-achieve-img__before-en {
  color: var(--mh--color--grayscale-800);
  writing-mode: vertical-rl;
  font-size: var(--mh--font-size--x3l);
}
.c-single03-achieve-img__before-img {
  width: 100%;
  aspect-ratio: 280/374;
  border: 5px solid var(--mh--color--grayscale-100);
}
.c-single03-achieve-img__before-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-single03-achieve-img__after-en {
  color: #fff;
  font-size: var(--mh--font-size--x12l);
  text-align: right;
}
.c-single03-achieve-img__after-img {
  width: 100%;
  aspect-ratio: 375/500;
  position: relative;
}
.c-single03-achieve-img__after-img:before {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(100% + 11px);
  transform: translateY(-50%);
  width: 12px;
  height: 15px;
  background: var(--mh--color--grayscale-800);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.c-single03-achieve-img__after-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-single03-achieve-img__deco01 {
  position: absolute;
  bottom: calc(100% - 5px);
  right: -20px;
}
.c-single03-achieve-img__deco01 .c-deco01 {
  height: 10px;
}
.c-single03-achieve-img__deco01 .c-deco01:nth-child(1) {
  width: 40px;
  margin: 0 18px 0 auto;
}
.c-single03-achieve-img__deco01 .c-deco01:nth-child(2) {
  width: 40px;
  margin: 10px 55px 0 auto;
}
.c-single03-achieve-img__deco01 .c-deco01:nth-child(3) {
  width: 52px;
  margin: 10px 0 0 auto;
}
.c-single03-achieve-img__deco02 {
  position: absolute;
  bottom: 8px;
  left: -20px;
}
.c-single03-achieve-img__deco02 .c-deco01 {
  height: 10px;
}
.c-single03-achieve-img__deco02 .c-deco01:nth-child(1) {
  width: 40px;
  margin: 0 0 0 79px;
}
.c-single03-achieve-img__deco02 .c-deco01:nth-child(2) {
  width: 85px;
  margin: 15px 0 0 0;
}
.c-single03-achieve-img__deco02 .c-deco01:nth-child(3) {
  width: 88px;
  margin: -2px 0 0 65px;
}
@media (width >= 768px ) {
  .c-single03-achieve-img {
    grid-template-columns: 361px 1fr;
    gap: 0 140px;
    padding: 0 92px 0 130px;
  }
  .c-single03-achieve-img__before {
    grid-template-columns: 51px 1fr;
    gap: 0 10px;
    padding: 53px 0 0;
  }
  .c-single03-achieve-img__before-en {
    font-size: var(--mh--font-size--x8l);
  }
  .c-single03-achieve-img__before-img {
    border: 10px solid var(--mh--color--grayscale-100);
  }
  .c-single03-achieve-img__after-en {
    margin: 5px -91px 0 0;
  }
  .c-single03-achieve-img__after-img:before {
    right: calc(100% + 40px);
    width: 50px;
    height: 60px;
  }
  .c-single03-achieve-img__deco01 {
    bottom: 270px;
    right: 0;
    left: 100%;
  }
  .c-single03-achieve-img__deco01 .c-deco01 {
    height: 20px;
  }
  .c-single03-achieve-img__deco01 .c-deco01:nth-child(1) {
    width: 80px;
    margin: 0 0 0 89px;
  }
  .c-single03-achieve-img__deco01 .c-deco01:nth-child(2) {
    width: 46px;
    margin: 20px 0 0 51px;
  }
  .c-single03-achieve-img__deco01 .c-deco01:nth-child(3) {
    width: 265px;
    margin: 20px 0 0 101px;
  }
  .c-single03-achieve-img__deco02 {
    bottom: 215px;
    left: auto;
    right: calc(100% + 40px);
  }
  .c-single03-achieve-img__deco02 .c-deco01 {
    height: 20px;
  }
  .c-single03-achieve-img__deco02 .c-deco01:nth-child(1) {
    width: 79px;
    margin: 0 67px 0 auto;
  }
  .c-single03-achieve-img__deco02 .c-deco01:nth-child(2) {
    width: 190px;
    margin: 30px 135px 0 auto;
  }
  .c-single03-achieve-img__deco02 .c-deco01:nth-child(3) {
    width: 176px;
    margin: -4px 0 0 auto;
  }
}
/* c-single03-achieve-list
------------------------------- */
.c-single03-achieve-list {
  display: grid;
  gap: 20px 0;
  margin-top: var(--mh--space--30-40);
}
.c-single03-achieve-list__item {
  padding: 15px var(--mh--space--10-15) 25px;
  text-align: center;
  background: #fff;
}
.c-single03-achieve-list__head {
  padding-bottom: 10px;
  font-weight: 700;
  font-size: var(--mh--font-size--lg);
  border-bottom: 1px dashed var(--mh--color--grayscale-700);
}
.c-single03-achieve-list__con {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 15px 0 0;
}
.c-single03-achieve-list__before {
  font-size: var(--mh--font-size--xl);
}
.c-single03-achieve-list__after {
  position: relative;
  padding-left: 31px;
  font-size: var(--mh--font-size--x7l);
}
.c-single03-achieve-list__after:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  width: 15px;
  height: 18px;
  background: var(--mh--color--grayscale-800);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.c-single03-achieve-list__after span.is-unit {
  font-size: var(--mh--font-size--x3l);
}
.c-single03-achieve-list__after span.is-suffix {
  font-size: var(--mh--font-size--xl);
}
@media (width >= 768px ) {
  .c-single03-achieve-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
/* c-single03-content
====================================== */
.c-single03-content:nth-child(2) .c-single03-content__inner {
  padding-top: 0;
}
/* c-single04 blog詳細
============================== */
.c-single04__inner {
  padding-block: 135px 60px;
}
@media (width >= 768px ) {
  .c-single04 {
    position: relative;
  }
  .c-single04__inner {
    padding-block: 0 160px;
  }
  .c-single04__deco01 {
    position: absolute;
    top: 276px;
    right: 100%;
  }
  .c-single04__deco01 .c-deco01 {
    height: 20px;
  }
  .c-single04__deco01 .c-deco01:nth-child(1) {
    width: 190px;
    margin: 0 17px 0 auto;
  }
  .c-single04__deco01 .c-deco01:nth-child(2) {
    width: 56px;
    margin: 26px 207px 0 auto;
  }
  .c-single04__deco01 .c-deco01:nth-child(3) {
    width: 122px;
    margin: -10px 288px 0 auto;
  }
  .c-single04__deco02 {
    position: absolute;
    top: 576px;
    right: auto;
    bottom: auto;
    left: calc(100% + 397px);
  }
  .c-single04 .c-pager02 {
    --line: 4;
    min-height: 148px;
  }
  .c-single04 .c-pager02__all {
    bottom: 20px;
  }
  .c-single04 .c-pager02__previous, .c-single04 .c-pager02__next {
    max-width: calc(50% - 240px);
  }
}
/* c-single04-heading
============================= */
.c-single04-heading {
  padding: 0 0 var(--mh--space--xs);
  border-bottom: 1px solid;
}
.c-single04-heading h1 {
  position: relative;
  font-weight: 900;
}
.c-single04-heading__deco {
  position: absolute;
  top: calc(100% - 5px);
  z-index: -1;
  right: -20px;
  display: block;
}
.c-single04-heading__deco .c-deco01 {
  display: block;
  height: 6px;
}
.c-single04-heading__deco .c-deco01:nth-child(1) {
  width: 16px;
  margin: 0 0 0 auto;
}
.c-single04-heading__deco .c-deco01:nth-child(2) {
  width: 13px;
  margin: 0 112px 0 auto;
}
.c-single04-heading__deco .c-deco01:nth-child(3) {
  width: 6px;
  margin: -4px 108px 0 auto;
}
.c-single04-heading__deco .c-deco01:nth-child(4) {
  width: 15px;
  margin: 0 16px 0 auto;
}
.c-single04-heading__deco .c-deco01:nth-child(5) {
  width: 72px;
  margin: -4px 39px 0 auto;
}
/* c-single04-heading-author
------------------------------- */
.c-single04-heading-author {
  display: grid;
  grid-template-columns: 50px 1fr;
  align-items: center;
  gap: 0 10px;
  margin-top: var(--mh--space--x2s);
}
.c-single04-heading-author:not(:has(.c-single04-heading-author__img)) {
  grid-template-columns: 1fr;
}
.c-single04-heading-author__img {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
}
.c-single04-heading-author__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.c-single04-heading-author__txt {
  line-height: var(--mh--line-height--lg);
  letter-spacing: var(--mh--letter-spacing--lg);
  color: var(--mh--color--grayscale-700);
  font-size: var(--mh--font-size--sm);
}
@media (width >= 768px ) {
  .c-single04-heading-author {
    width: fit-content;
    margin-inline: auto 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-single04-heading-author:is(a) .c-single04-heading-author__txt {
    transition: color var(--mh--duration) var(--mh--easing);
  }
  .c-single04-heading-author:is(a) .c-single04-heading-author__txt:hover {
    color: var(--mh--color--accent-500);
  }
}
/* c-single04-thumb
================================= */
.c-single04-thumb {
  width: fit-content;
  margin-inline: auto;
}
/* c-single04-content
====================================== */
/* c-single04-info
============================= */
.c-single04-info {
  padding: var(--mh--space--20-30);
  background: var(--mh--color--grayscale-300);
}
.c-single04-info__sec + .c-single04-info__sec {
  margin-top: var(--mh--space--30-50);
}
/* c-single04-info-profile
--------------------------- */
.c-single04-info-profile {
  display: grid;
  gap: 20px 0;
  padding: var(--mh--space--20-30);
  background: #fff;
}
.c-single04-info-profile__img {
  width: 62.7450980392%;
  margin-inline: auto;
}
.c-single04-info-profile__name {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 5px 0;
  text-align: center;
}
.c-single04-info-profile__name-en {
  font-size: var(--mh--font-size--xs);
}
.c-single04-info-profile__name-txt {
  font-weight: 900;
  font-size: var(--mh--font-size--x3l);
}
@media (width >= 768px ) {
  .c-single04-info-profile {
    grid-template-columns: 160px 1fr;
    align-items: center;
    gap: 0 20px;
  }
  .c-single04-info-profile:not(:has(.c-single04-info-profile__img)) {
    grid-template-columns: 1fr;
  }
  .c-single04-info-profile__img {
    width: 100%;
    margin: 0;
  }
  .c-single04-info-profile__name {
    flex-direction: row;
    align-items: center;
    gap: 0 10px;
    text-align: left;
  }
  .c-single04-info-profile__name-txt {
    order: -1;
  }
}
/* c-single05 trainer詳細
=============================== */
/* c-single05-intro-set
=============================== */
.c-single05-intro-set {
  display: grid;
  gap: 20px 0;
}
.c-single05-intro-set__img {
  aspect-ratio: 1/1;
}
.c-single05-intro-set__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-single05-intro-set__en {
  margin-bottom: 5px;
  text-align: center;
  font-size: var(--mh--font-size--lg);
}
.c-single05-intro-set__head {
  padding: 0 0 20px;
  text-align: center;
  font-weight: 900;
  font-size: var(--mh--font-size--x8l);
  border-bottom: 1px dashed var(--mh--color--grayscale-700);
}
.c-single05-intro-set dl {
  display: grid;
  gap: 10px 0;
  margin: 20px 0 0;
}
.c-single05-intro-set dl a {
  text-decoration: underline !important;
}
.c-single05-intro-set dl > div {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 0 var(--mh--space--x3s);
  padding: 0 0 13px;
  border-bottom: 1px solid var(--mh--color--grayscale-500);
}
.c-single05-intro-set dl dt, .c-single05-intro-set dl dd {
  font-size: var(--mh--font-size--sm);
}
.c-single05-intro-set dl dt {
  padding: 2px 0 0;
  font-weight: 900;
}
.c-single05-intro-set dl dd {
  line-height: var(--mh--line-height--lg);
  letter-spacing: var(--mh--letter-spacing--lg);
}
@media (width >= 768px ) {
  .c-single05-intro-set {
    grid-template-columns: 1fr 400px;
    gap: 0 50px;
  }
  .c-single05-intro-set:not(:has(.c-single05-intro-set__img)) {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .c-single05-intro-set__area-txt {
    order: -1;
  }
  .c-single05-intro-set__en {
    text-align: left;
  }
  .c-single05-intro-set__head {
    text-align: left;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-single05-intro-set dl a {
    transition: color var(--mh--duration) var(--mh--easing);
  }
  .c-single05-intro-set dl a:hover {
    color: var(--mh--color--accent-500);
  }
}
/* c-single05-imgs
--------------------------------- */
.c-single05-imgs {
  display: grid;
  gap: 10px;
}
.c-single05-imgs.is-col2 {
  grid-template-columns: repeat(2, 1fr);
}
.c-single05-imgs.is-col3 {
  grid-template-columns: repeat(3, 1fr);
}
.c-single05-imgs img {
  width: 100%;
}
@media (width >= 768px ) {
  .c-single05-imgs {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 30px;
  }
}
/* c-single05-profile-sec
-------------------------------- */
.c-single05-profile-sec + .c-single05-profile-sec {
  margin-top: var(--mh--space--lg);
}
/* c-single05-profile-img01
---------------------------------- */
.c-single05-profile-img01 {
  width: fit-content;
  margin-inline: auto;
}
.c-single05-profile-img01 img {
  margin-inline: auto;
}
/* c-single05-profile-img02
----------------------------------- */
.c-single05-profile-img02 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--mh--space--10-30);
}
.c-single05-profile-img02__img img {
  width: 100%;
}
/* c-single05-profile-set01
---------------------------------- */
.c-single05-profile-set01__img {
  width: 58.1818181818%;
  margin: 0 auto 20px;
}
.c-single05-profile-set01__img img {
  width: 100%;
}
@media (width >= 768px ) {
  .c-single05-profile-set01 {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .c-single05-profile-set01__img {
    width: 160px;
    margin: 0;
  }
  .c-single05-profile-set01__area-txt {
    flex: 1;
  }
}
/* c-single05-slider
=============================== */
.c-single05-slider li {
  aspect-ratio: 800/400;
}
.c-single05-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* c-single05-movie
=============================== */
.c-single05-movie__mov {
  overflow: hidden;
  aspect-ratio: 375/211;
  position: relative;
}
.c-single05-movie__mov iframe,
.c-single05-movie__mov video {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: none;
}
@media (width >= 768px ) {
  .c-single05-movie__mov {
    max-width: 955px;
    margin: 0 auto;
  }
}
/* c-single05-content
================================ */
.c-single05-content {
  position: relative;
}
.c-single05-content:after {
  content: "";
  display: block;
  clear: both;
}
/* c-slider-ui01 ページネーションは現在値とmax、矢印
======================================= */
.c-slider-ui01 {
  position: relative;
  padding: 0 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  min-height: 22px;
}
.c-slider-ui01.is-hidden {
  display: none;
}
.c-slider-ui01 .splide__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  opacity: 1;
  border: none;
  background: none;
  width: 20px;
  height: 20px;
  transition: all var(--mh--duration) var(--mh--easing);
  display: grid;
  place-items: center;
}
.c-slider-ui01 .splide__arrow svg {
  display: none;
}
.c-slider-ui01 .splide__arrow::after {
  display: inline-block;
  width: 20px;
  aspect-ratio: 1;
  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 18"><path d="M8.85478 0L6.53129 2.28571L11.7096 7.37979L0 7.37979L0 10.6132L11.7096 10.6132L6.53129 15.7143L8.85478 18L18 8.99652L8.85478 0Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18"><path d="M8.85478 0L6.53129 2.28571L11.7096 7.37979L0 7.37979L0 10.6132L11.7096 10.6132L6.53129 15.7143L8.85478 18L18 8.99652L8.85478 0Z"/></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);
  transition: none;
}
.c-slider-ui01 .splide__arrow--prev {
  left: 0;
  transform: translateY(-50%) scale(-1, 1);
}
.c-slider-ui01 .splide__arrow--next {
  right: 0;
}
.c-slider-ui01__num {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 0 20px;
  text-align: center;
  min-width: 37px;
  font-size: var(--mh--font-size--x2l);
}
.c-slider-ui01__num:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 18px;
  border-left: 1px dotted;
}
.c-slider-ui01__num span:last-child {
  color: var(--mh--color--grayscale-700);
}
@media (width >= 768px ) {
  .c-slider-ui01 {
    min-height: 25px;
    padding: 0 43px;
  }
  .c-slider-ui01 .splide__arrow {
    width: 23px;
    height: 23px;
  }
  .c-slider-ui01 .splide__arrow::after {
    width: 23px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-slider-ui01 .splide__arrow:hover {
    color: var(--mh--color--accent-500);
  }
}
/* c-table01
============================= */
.c-table01 th, .c-table01 td {
  padding: var(--mh--space--20-30) 20px;
  font-weight: 500;
  line-height: var(--mh--line-height--lg);
}
.c-table01 th {
  text-align: left;
  border-bottom: 1px solid var(--mh--color--accent-500);
}
.c-table01 td {
  border-bottom: 1px solid var(--mh--color--grayscale-500);
  letter-spacing: var(--mh--letter-spacing--lg);
}
.c-table01 td > *:first-child {
  margin-top: 0 !important;
}
.c-table01 td > *:last-child {
  margin-bottom: 0 !important;
}
.c-table01 td a {
  letter-spacing: var(--mh--letter-spacing--lg);
}
.c-table01 td a:not([href^=mailto]) {
  color: var(--mh--color--accent-500);
  text-decoration: underline !important;
}
@media (width < 768px) {
  .c-table01 th, .c-table01 td {
    display: block;
  }
}
@media (width >= 768px ) {
  .c-table01 th {
    vertical-align: middle;
    width: 230px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-table01 td a:hover {
    text-decoration: none !important;
  }
}
/* c-toc01 LuckyWP Table of Contentsの目次
=========================== */
.c-toc01 #ez-toc-container {
  width: 100%;
  margin-top: var(--mh--space--md);
  padding: var(--mh--space--20-30);
  background: var(--mh--color--grayscale-300) !important;
  border: 0;
  border-radius: 0;
}
.c-toc01 #ez-toc-container .ez-toc-title {
  position: relative;
  display: block;
  padding: 0 0 9px 20px;
  line-height: var(--mh--line-height--md);
  font-weight: 900;
  font-size: var(--mh--font-size--xl);
  border-bottom: 1px solid var(--mh--color--grayscale-700);
}
.c-toc01 #ez-toc-container .ez-toc-title:before {
  content: "";
  position: absolute;
  top: 0.35em;
  top: calc(0.65em - 5px);
  left: 0;
  width: 10px;
  height: 10px;
  background: var(--mh--color--grayscale-800);
}
.c-toc01 #ez-toc-container nav {
  margin: var(--mh--space--15-20) 0 0;
  padding: var(--mh--space--20-30);
  background: #fff;
}
.c-toc01 #ez-toc-container nav a {
  color: var(--mh--color--grayscale-900);
}
.c-toc01 #ez-toc-container nav .ez-toc-list {
  display: grid;
  gap: 20px 0;
}
.c-toc01 #ez-toc-container nav .ez-toc-list > li > a {
  font-weight: 900;
}
.c-toc01 #ez-toc-container nav .ez-toc-list > li > ul {
  display: grid;
  gap: 5px 0;
  margin: 10px 0 0 1em;
  font-size: var(--mh--font-size--xs);
}
.c-toc01 #ez-toc-container nav .ez-toc-list > li > ul > li > a:before {
  content: counters(item, "-", decimal) "｜";
}
/* .l-breadcrumb
================================================ */
.l-breadcrumb__inner {
  padding-bottom: 20px;
}
/* .l-breadcrumb-list
================================================ */
.l-breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
}
.l-breadcrumb-list__item {
  display: inline-block;
  vertical-align: top;
  font-size: var(--mh--font-size--sm);
}
.l-breadcrumb-list__item a {
  color: var(--mh--color--grayscale-700);
}
.l-breadcrumb-list__item + .l-breadcrumb-list__item {
  margin-left: 5px;
}
.l-breadcrumb-list__item + .l-breadcrumb-list__item::before {
  content: "";
  display: inline-block;
  vertical-align: 5px;
  width: 10px;
  height: 1px;
  margin-right: 5px;
  background: var(--mh--gradient01);
}
@media (width < 768px) {
  .l-breadcrumb-list {
    flex-wrap: nowrap;
    overflow: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .l-breadcrumb-list::-webkit-scrollbar {
    display: none;
  }
}
@media (width >= 768px ) {
  .l-breadcrumb-list__item + .l-breadcrumb-list__item {
    margin-left: 10px;
  }
  .l-breadcrumb-list__item + .l-breadcrumb-list__item:before {
    margin-right: 10px;
  }
}
/* l-footer-cv
===================================== */
.l-footer-cv {
  position: relative;
}
.l-footer-cv__inner {
  padding-block: 40px 6px;
}
.l-footer-cv__btn {
  display: grid;
  gap: 20px 0;
  margin-top: var(--mh--space--xs);
}
.l-footer-cv__btn a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-height: 90px;
  padding: 10px 58px 10px 73px;
  font-weight: 900;
  font-size: var(--mh--font-size--xl);
  transition: background var(--mh--duration) var(--mh--easing);
  background: #fff;
}
.l-footer-cv__btn a:after {
  display: inline-block;
  width: 25px;
  aspect-ratio: 1;
  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 18"><path d="M8.85478 0L6.53129 2.28571L11.7096 7.37979L0 7.37979L0 10.6132L11.7096 10.6132L6.53129 15.7143L8.85478 18L18 8.99652L8.85478 0Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18"><path d="M8.85478 0L6.53129 2.28571L11.7096 7.37979L0 7.37979L0 10.6132L11.7096 10.6132L6.53129 15.7143L8.85478 18L18 8.99652L8.85478 0Z"/></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);
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.l-footer-cv__btn a span.is-ico {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  display: grid;
  place-items: center;
  width: 30px;
}
.l-footer-cv__btn a.is-contact span.is-ico:after {
  display: inline-block;
  width: 27px;
  aspect-ratio: 23/15;
  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 23 15"><path d="m20.943 0-9.782 7.634L1.378 0zM0 14.286V1.198L10.6 9.47a.91.91 0 0 0 1.121 0l10.6-8.272v13.088z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 23 15"><path d="m20.943 0-9.782 7.634L1.378 0zM0 14.286V1.198L10.6 9.47a.91.91 0 0 0 1.121 0l10.6-8.272v13.088z"/></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-cv__btn a.is-line span.is-ico img {
  width: 26px;
}
.l-footer-cv__en {
  margin: 30px 0 0 -17px;
  letter-spacing: var(--mh--letter-spacing--xs) !important;
  color: var(--mh--color--grayscale-100);
}
.l-footer-cv__deco {
  position: absolute;
  right: 0;
  bottom: 37px;
}
.l-footer-cv__deco .c-deco01 {
  height: 10px;
}
.l-footer-cv__deco .c-deco01:nth-child(1) {
  width: 88px;
  margin: 0 0 0 auto;
}
.l-footer-cv__deco .c-deco01:nth-child(2) {
  width: 23px;
  margin: 15px 28px 0 auto;
}
.l-footer-cv__deco .c-deco01:nth-child(3) {
  width: 15px;
  margin: -5px 19px 0 auto;
}
@media (width >= 768px ) {
  .l-footer-cv__inner {
    padding-block: 130px 0;
  }
  .l-footer-cv__btn {
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
  }
  .l-footer-cv__btn a {
    padding: 40px 90px 40px 122px;
    min-height: 330px;
    font-size: clamp(2rem, 1.9718309859vw + 1.2605633803rem, 4.1rem);
  }
  .l-footer-cv__btn a:after {
    right: 50px;
  }
  .l-footer-cv__btn a span.is-ico {
    left: 50px;
    width: 40px;
  }
  .l-footer-cv__btn a.is-contact span.is-ico:after {
    width: 36px;
  }
  .l-footer-cv__btn a.is-line span.is-ico img {
    width: 34px;
  }
  .l-footer-cv__en {
    line-height: 0.9 !important;
    margin: 69px 0 0 calc(-1 * var(--mh--contents--padding--side));
  }
  .l-footer-cv__deco {
    bottom: 40px;
  }
  .l-footer-cv__deco .c-deco01 {
    height: 20px;
  }
  .l-footer-cv__deco .c-deco01:nth-child(1) {
    width: 211px;
    margin: 0 80px 0 auto;
  }
  .l-footer-cv__deco .c-deco01:nth-child(2) {
    width: 86px;
    margin: 10px 20px 0 auto;
  }
  .l-footer-cv__deco .c-deco01:nth-child(3) {
    width: 46px;
    margin: 0 170px 0 auto;
  }
  .l-footer-cv__deco .c-deco01:nth-child(4) {
    width: 25px;
    margin: -10px 148px 0 auto;
  }
}
@media (width >= 1720px ) {
  .l-footer-cv__en {
    margin-left: max(-150px, -1 * (100vw - 1620px) / 2);
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-footer-cv__btn a {
    transition: color var(--mh--duration) var(--mh--easing);
  }
  .l-footer-cv__btn a:hover {
    color: #fff;
  }
}
/* .l-footer
================================================ */
.l-footer {
  position: relative;
}
.l-footer__inner {
  padding: 30px 20px 125px;
}
@media (width >= 768px ) {
  .l-footer__inner {
    padding: 50px 50px 60px;
  }
}
/* l-footer-heading
=========================== */
.l-footer-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 36px;
  border-bottom: 1px solid;
}
.l-footer-heading__logo {
  width: 199px;
}
.l-footer-heading__sns {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0 35px;
  padding-bottom: 3px;
}
.l-footer-heading__sns-ico.is-insta {
  width: 29px;
}
.l-footer-heading__sns-ico.is-youtube {
  width: 33px;
}
@media (width >= 768px ) {
  .l-footer-heading__logo {
    width: 200px;
  }
  .l-footer-heading__sns {
    gap: 0 37px;
  }
}
/* l-footer-con
============================= */
.l-footer-con {
  display: grid;
  gap: 30px 0;
  padding: 29px 0 0;
}
@media (width >= 768px ) {
  .l-footer-con {
    display: grid;
    grid-template-columns: 35.1648351648% 1fr;
    grid-template-areas: "list shop" "other shop" "bottom shop";
    align-items: start;
    gap: 0 min(120px, 6.25vw);
    max-width: 1920px;
    margin-inline: auto;
    padding: 59px 0 0;
  }
}
/* l-footer-con-list
------------------------------ */
.l-footer-con-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px 15px;
  padding-bottom: 27px;
  border-bottom: 1px solid var(--mh--color--grayscale-500);
}
.l-footer-con-list__item a {
  font-weight: 900;
  font-size: var(--mh--font-size--sm);
}
@media (width < 768px) {
  .l-footer-con-list + .l-footer-con-list {
    margin-top: 30px;
  }
}
@media (width >= 768px ) {
  .l-footer-con-list {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0;
    border: none;
  }
  .l-footer-con-list__wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    max-width: 550px;
    min-width: 420px;
  }
  .l-footer-con-list__item {
    min-width: 9.0625vw;
  }
  .l-footer-con-list__item a {
    font-size: var(--mh--font-size--xl);
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-footer-con-list__item a {
    transition: color var(--mh--duration) var(--mh--easing);
  }
  .l-footer-con-list__item a:hover {
    color: var(--mh--color--accent-500);
  }
}
/* l-footer-con-shop
---------------------------- */
.l-footer-con-shop__head {
  display: block;
  width: fit-content;
  margin-bottom: 11px;
  font-weight: 900;
  font-size: var(--mh--font-size--sm);
}
@media (width >= 768px ) {
  .l-footer-con-shop {
    grid-area: shop;
  }
  .l-footer-con-shop__head {
    margin-bottom: 22px;
    font-size: var(--mh--font-size--xl);
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-footer-con-shop__head {
    transition: color var(--mh--duration) var(--mh--easing);
  }
  .l-footer-con-shop__head:hover {
    color: var(--mh--color--accent-500);
  }
}
/* l-footer-con-shop-area
------------------------------- */
.l-footer-con-shop-area {
  display: grid;
  gap: 27px 0;
}
.l-footer-con-shop-area__item {
  padding-left: 14px;
  border-left: 1px solid;
}
.l-footer-con-shop-area__head {
  margin-bottom: 7px;
  line-height: var(--mh--line-height--lg);
  color: var(--mh--color--grayscale-800);
  font-weight: 900;
  font-size: var(--mh--font-size--sm);
}
@media (width >= 768px ) {
  .l-footer-con-shop-area {
    display: grid;
    grid-template-columns: repeat(2, auto);
    gap: 30px min(70px, 3.6458333333vw);
    justify-content: start;
  }
  .l-footer-con-shop-area__item {
    padding-left: 24px;
  }
  .l-footer-con-shop-area__item:nth-child(1) {
    grid-row: 1/4;
    grid-column: 1/2;
  }
  .l-footer-con-shop-area__item:nth-child(2) {
    grid-column: 2/3;
  }
  .l-footer-con-shop-area__item:nth-child(3) {
    grid-column: 2/3;
  }
  .l-footer-con-shop-area__head {
    font-size: var(--mh--font-size--xl);
  }
}
/* l-footer-con-shop-child
--------------------------------- */
.l-footer-con-shop-child {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 29px 20px;
}
.l-footer-con-shop-child__head {
  margin-bottom: 10px;
  line-height: var(--mh--line-height--lg);
  color: var(--mh--color--grayscale-800);
  font-size: var(--mh--font-size--x2s);
}
@media (width >= 768px ) {
  .l-footer-con-shop-child {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 60px;
    max-width: 420px;
  }
  .l-footer-con-shop-child__item {
    width: 160px;
  }
  .l-footer-con-shop-child__head {
    font-size: var(--mh--font-size--md);
  }
}
@media (width >= 1720px ) {
  .l-footer-con-shop-child__item {
    width: 180px;
  }
}
/* l-footer-con-shop-links
------------------------------- */
.l-footer-con-shop-links {
  display: grid;
  gap: 10px 0;
}
.l-footer-con-shop-links__item a {
  position: relative;
  display: inline-block;
  padding-left: 10px;
  line-height: var(--mh--line-height--lg);
  letter-spacing: var(--mh--letter-spacing--lg);
}
.l-footer-con-shop-links__item a:before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 8px;
  height: 1px;
  border-bottom: 1px solid;
}
@media (width >= 768px ) {
  .l-footer-con-shop-links__item a {
    padding-left: 12px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-footer-con-shop-links__item a {
    transition: color var(--mh--duration) var(--mh--easing);
  }
  .l-footer-con-shop-links__item a:hover {
    color: var(--mh--color--accent-500);
  }
}
/* l-footer-con-other
----------------------------- */
.l-footer-con-other {
  display: grid;
  gap: 10px 0;
  margin-top: 30px;
}
.l-footer-con-other__item a {
  line-height: var(--mh--line-height--lg);
  font-size: var(--mh--font-size--sm);
}
@media (width >= 768px ) {
  .l-footer-con-other {
    grid-area: other;
    gap: 15px 0;
    width: 100%;
    margin: 100px 0 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-footer-con-other__item a {
    transition: color var(--mh--duration) var(--mh--easing);
  }
  .l-footer-con-other__item a:hover {
    color: var(--mh--color--accent-500);
  }
}
/* l-footer-bottom
================================= */
.l-footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 15px;
}
.l-footer-bottom__cr {
  color: var(--mh--color--grayscale-800);
  font-size: var(--mh--font-size--x2l);
}
.l-footer-bottom__pagetop {
  display: grid;
  grid-template-columns: auto 18px;
  align-items: center;
  gap: 0 10px;
  padding-bottom: 4px;
  font-size: var(--mh--font-size--x3l);
  border-bottom: 1px solid;
}
.l-footer-bottom__pagetop:after {
  display: inline-block;
  width: 18px;
  aspect-ratio: 1;
  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 18"><path d="M8.85478 0L6.53129 2.28571L11.7096 7.37979L0 7.37979L0 10.6132L11.7096 10.6132L6.53129 15.7143L8.85478 18L18 8.99652L8.85478 0Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18"><path d="M8.85478 0L6.53129 2.28571L11.7096 7.37979L0 7.37979L0 10.6132L11.7096 10.6132L6.53129 15.7143L8.85478 18L18 8.99652L8.85478 0Z"/></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: rotate(-90deg);
}
@media (width >= 768px ) {
  .l-footer-bottom {
    margin-top: min(160px, 8.3333333333vw);
  }
  .l-footer-bottom__pagetop {
    grid-template-columns: auto 25px;
    padding-bottom: 0;
    border-bottom: 0;
  }
  .l-footer-bottom__pagetop:after {
    width: 25px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-footer-bottom__pagetop {
    transition: color var(--mh--duration) var(--mh--easing);
  }
  .l-footer-bottom__pagetop:hover {
    color: var(--mh--color--accent-500);
  }
}
/* l-footer-loop
============================= */
.l-footer-loop {
  position: absolute;
  bottom: -8px;
  left: 0;
  z-index: -1;
}
@media (width >= 768px ) {
  .l-footer-loop {
    bottom: -30px;
  }
}
/* l-footer-fix
============================== */
.l-footer-fix {
  position: fixed;
  z-index: 1;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 80px;
  padding: 5px 0;
  color: #fff;
  background: var(--mh--color--accent-500);
}
.l-footer-fix__head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 12px 6px 0;
  line-height: 1.5;
  letter-spacing: 0.2em;
  border-right: 1px dashed var(--mh--color--grayscale-200);
}
.l-footer-fix__head img {
  width: 41px;
  margin-bottom: -7px;
}
.l-footer-fix__contact {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 30px;
  align-items: center;
  gap: 0 10px;
  padding-inline: 12px 16px;
  line-height: 1.5;
  letter-spacing: 0.2em;
  font-weight: 700;
  font-size: var(--mh--font-size--sm);
}
.l-footer-fix__contact:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 33px;
  background: var(--mh--color--grayscale-200);
}
.l-footer-fix__contact span.is-ico {
  width: 30px;
  display: grid;
  place-items: center;
}
.l-footer-fix__contact span.is-ico:after {
  display: inline-block;
  width: 27px;
  aspect-ratio: 27/19;
  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 27 19"><path fill="currentColor" stroke="currentColor" stroke-width=".5" d="M24.128 18.617H2.087A1.84 1.84 0 0 1 .25 16.781V2.087A1.84 1.84 0 0 1 2.087.25h22.04a1.84 1.84 0 0 1 1.837 1.837V16.78a1.84 1.84 0 0 1-1.836 1.836ZM2.087 1.168a.92.92 0 0 0-.919.919V16.78a.92.92 0 0 0 .919.918h22.04a.92.92 0 0 0 .919-.918V2.087a.92.92 0 0 0-.918-.919z"/><path fill="currentColor" stroke="currentColor" stroke-width=".5" d="M13.107 12.996c-.47 0-.94-.18-1.298-.538L2.68 3.331a.46.46 0 0 1 .65-.65l9.127 9.128a.91.91 0 0 0 .65.268.91.91 0 0 0 .65-.268l9.127-9.128a.46.46 0 0 1 .65.65l-9.127 9.127a1.83 1.83 0 0 1-1.299.538Z"/><path fill="currentColor" stroke="currentColor" stroke-width=".5" d="M23.21 16.322a.46.46 0 0 1-.326-.135L16.456 9.76a.46.46 0 0 1 .65-.65l6.428 6.429a.46.46 0 0 1-.325.784ZM3.005 16.322a.459.459 0 0 1-.325-.784l6.429-6.43a.46.46 0 0 1 .65.65l-6.429 6.43a.46.46 0 0 1-.325.134Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 27 19"><path fill="currentColor" stroke="currentColor" stroke-width=".5" d="M24.128 18.617H2.087A1.84 1.84 0 0 1 .25 16.781V2.087A1.84 1.84 0 0 1 2.087.25h22.04a1.84 1.84 0 0 1 1.837 1.837V16.78a1.84 1.84 0 0 1-1.836 1.836ZM2.087 1.168a.92.92 0 0 0-.919.919V16.78a.92.92 0 0 0 .919.918h22.04a.92.92 0 0 0 .919-.918V2.087a.92.92 0 0 0-.918-.919z"/><path fill="currentColor" stroke="currentColor" stroke-width=".5" d="M13.107 12.996c-.47 0-.94-.18-1.298-.538L2.68 3.331a.46.46 0 0 1 .65-.65l9.127 9.128a.91.91 0 0 0 .65.268.91.91 0 0 0 .65-.268l9.127-9.128a.46.46 0 0 1 .65.65l-9.127 9.127a1.83 1.83 0 0 1-1.299.538Z"/><path fill="currentColor" stroke="currentColor" stroke-width=".5" d="M23.21 16.322a.46.46 0 0 1-.326-.135L16.456 9.76a.46.46 0 0 1 .65-.65l6.428 6.429a.46.46 0 0 1-.325.784ZM3.005 16.322a.459.459 0 0 1-.325-.784l6.429-6.43a.46.46 0 0 1 .65.65l-6.429 6.43a.46.46 0 0 1-.325.134Z"/></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-fix__line {
  width: 28px;
  margin-left: 17px;
}
@media (width >= 768px ) {
  .l-footer-fix {
    bottom: 50%;
    transform: translateY(50%);
    flex-direction: column;
    width: fit-content;
    padding: 5px 14px 24px;
  }
  .l-footer-fix__head {
    padding: 0 0 8px;
    font-size: var(--mh--font-size--x3l);
    border-right: 0;
    border-bottom: 1px dashed var(--mh--color--grayscale-200);
  }
  .l-footer-fix__head img {
    width: 67px;
    margin-bottom: -15px;
  }
  .l-footer-fix__contact {
    grid-template-columns: 1fr 40px;
    gap: 0 13px;
    padding: 14px 0 15px;
    writing-mode: vertical-rl;
    line-height: 1.9;
  }
  .l-footer-fix__contact:after {
    width: 44px;
    height: 1px;
    top: auto;
    right: 50%;
    bottom: 0;
    transform: translateX(50%);
  }
  .l-footer-fix__contact span.is-ico:after {
    width: 35px;
  }
  .l-footer-fix__line {
    margin: 17px 0 0;
    width: 37px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-footer-fix__contact span.is-ico {
    transition: opacity var(--mh--duration) var(--mh--easing);
  }
  .l-footer-fix__contact:hover span.is-ico {
    opacity: 0.4;
  }
  .l-footer-fix__line {
    transition: opacity var(--mh--duration) var(--mh--easing);
  }
  .l-footer-fix__line:hover {
    opacity: 0.4;
  }
}
/* .l-header
================================================ */
.l-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  min-width: 320px;
}
.l-header.is-white:not(.is-set) .l-header-logo {
  color: #fff;
}
.l-header.is-white:not(.is-set) .l-nav-btn {
  color: #fff;
}
.l-header.is-white:not(.is-set) .l-nav-list {
  color: #fff;
}
.l-header__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--mh--header--height);
  padding: 16px 20px 14px;
}
.l-header__inner::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: calc(100% - 40px);
  height: 1px;
  content: "";
  background: var(--mh--color--grayscale-500);
  transform: translateX(-50%);
}
@media (width < 768px) {
  .l-header:has(.l-nav-btn.is-open) .l-header-logo {
    color: #fff;
  }
}
@media (width >= 768px ) {
  .l-header {
    min-width: var(--mh--contents--width-with-padding);
  }
}
@media (width >= 768px ) and (hover: none) {
  .l-header {
    left: 0 !important;
  }
}
@media (width >= 768px ) {
  .l-header__inner {
    padding: 15px 30px;
  }
}
/* .l-header-logo
================================================== */
.l-header-logo {
  position: relative;
  z-index: 1;
  width: 200px;
}
/* .l-nav-btn
================================================== */
.l-nav-btn {
  position: relative;
  z-index: 1;
  width: 36px;
  height: 26px;
  cursor: pointer;
  border: none;
}
.l-nav-btn__line {
  position: absolute;
  left: 0;
  width: 36px;
  height: 2px;
  content: "";
  border-bottom: 2px solid;
  transition: transform var(--mh--duration) var(--mh--easing);
}
.l-nav-btn__line:nth-child(1) {
  top: 0;
}
.l-nav-btn__line:nth-child(2) {
  top: 10px;
}
.l-nav-btn__line:nth-child(3) {
  top: 20px;
}
.l-nav-btn.is-open {
  color: #fff;
}
.l-nav-btn.is-open .l-nav-btn__line {
  width: 38px;
}
.l-nav-btn.is-open .l-nav-btn__line:nth-child(1) {
  top: 10px;
  transform: rotate(-33deg);
}
.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: 10px;
  transform: rotate(33deg);
}
.l-nav-btn__txt {
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  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;
  padding: 117px var(--mh--contents--padding--side) calc(60px + env(safe-area-inset-bottom));
  overscroll-behavior-y: none;
  -webkit-overflow-scrolling: touch;
}
@media (width < 768px) {
  .l-nav {
    height: 100dvh;
    max-height: 100vh;
    overflow: auto;
    background: var(--mh--color--grayscale-900);
    transform: translateX(120%);
    transition: transform var(--mh--duration) var(--mh--easing);
  }
  .l-nav::-webkit-scrollbar {
    display: none;
  }
  .l-nav.is-open {
    transform: translateX(0);
  }
}
@media (width >= 768px ) {
  .l-nav {
    position: static;
    display: flex;
    flex-shrink: 0;
    gap: 0 40px;
    align-items: center;
    justify-content: flex-end;
    width: auto;
    min-width: auto;
    padding: 0;
  }
}
/* .l-nav-list
================================================== */
.l-nav-list__item-txt {
  display: inline-block;
  font-weight: 900;
  border: none;
}
.l-nav-list__item-txt:is(button) {
  text-align: left;
}
.l-nav-list__item-txt:is(button) span.is-txt {
  position: relative;
  padding-right: 23px;
}
.l-nav-list__item-txt:is(button) span.is-txt::before, .l-nav-list__item-txt:is(button) span.is-txt::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 15px;
  height: 0;
  content: "";
  border-top: 3px solid;
  transform: translate(0, -50%);
  transition: transform var(--mh--duration) var(--mh--easing);
}
.l-nav-list__item-txt:is(button) span.is-txt::after {
  transform: translate(0, -50%) rotate(90deg);
}
.l-nav-list__item-txt:is(button).is-active span.is-txt::after {
  transform: translate(0, -50%) rotate(0);
}
@media (width < 768px) {
  .l-nav-list {
    display: grid;
    gap: 25px 0;
    color: #fff;
  }
  .l-nav-list__item {
    border-bottom: 1px solid var(--mh--color--grayscale-100);
  }
  .l-nav-list__item:has(.l-nav-list__item-txt.is-active) {
    border-bottom: 1px solid transparent;
  }
  .l-nav-list__item-txt {
    display: block;
    padding: 0 0 19px;
    font-size: var(--mh--font-size--xl);
  }
  .l-nav-list__item-btn {
    margin: 25px 0 0;
    outline: 1px solid #fff;
  }
}
@media (width >= 768px ) {
  .l-nav-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0 min(40px, 2.0833333333vw);
    align-items: center;
    justify-content: flex-end;
  }
  .l-nav-list__item-btn {
    margin: 40px 0 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-nav-list__item-txt {
    transition: color var(--mh--duration) var(--mh--easing);
  }
  .l-nav-list__item-txt:hover {
    color: var(--mh--color--accent-500);
  }
}
/* l-nav-list-child
----------------------------- */
.l-nav-list-child {
  display: grid;
  gap: 15px 0;
}
.l-nav-list-child__item {
  padding-bottom: 15px;
  border-bottom: 1px solid var(--mh--color--grayscale-100);
}
.l-nav-list-child__item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.l-nav-list-child__head {
  margin-bottom: 5px;
  font-size: var(--mh--font-size--lg);
  line-height: 1.9;
}
@media (width < 768px) {
  .l-nav-list-child__wrap {
    display: none;
    margin-top: -5px;
    transition: transform var(--mh--duration) var(--mh--easing);
  }
}
@media (width >= 768px ) {
  .l-nav-list-child {
    gap: 30px 0;
  }
  .l-nav-list-child__wrap {
    position: absolute;
    top: calc(100% + 21px);
    right: 0;
    left: 30px;
    width: calc(100% - 60px);
    height: auto;
    padding: 35px;
    color: var(--mh--color--grayscale-900);
    background: #fff;
    transition: visibility 0s linear, all 0.3s ease;
  }
  .l-nav-list-child__wrap:not(.is-active) {
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    transform: translateY(-30px);
  }
  .l-nav-list-child__item {
    display: grid;
    grid-template-columns: 150px 1fr;
    padding-bottom: 30px;
    border-bottom: 1px solid var(--mh--color--grayscale-300);
  }
  .l-nav-list-child__head {
    margin: 0;
  }
}
/* l-nav-list-child-list
----------------------------- */
.l-nav-list-child-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 20px;
}
.l-nav-list-child-list__item {
  width: calc((100% - 20px) / 2);
}
.l-nav-list-child-list__item.is-wide {
  width: 100%;
}
.l-nav-list-child-list__head {
  padding-bottom: 6px;
  margin-bottom: 10px;
  font-size: var(--mh--font-size--x3s);
  line-height: var(--mh--line-height--lg);
  color: var(--mh--color--grayscale-700);
  border-bottom: 1px solid var(--mh--color--grayscale-100);
}
@media (width < 768px) {
  .l-nav-list-child-list__item.is-wide .l-nav-list-child-links {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 30px;
  }
}
@media (width >= 768px ) {
  .l-nav-list-child-list {
    --itemWidth: 150px;
    gap: 25px 20px;
    padding-top: 6px;
  }
  .l-nav-list-child-list__item {
    width: var(--itemWidth);
  }
  .l-nav-list-child-list__item.is-wide {
    display: flex;
    flex-wrap: wrap;
  }
  .l-nav-list-child-list__item.is-wide .l-nav-list-child-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .l-nav-list-child-list__item.is-wide .l-nav-list-child-links__item {
    width: var(--itemWidth);
  }
  .l-nav-list-child-list__head {
    padding-bottom: 5px;
    margin-bottom: 9px;
    border-bottom: 1px solid var(--mh--color--grayscale-300);
  }
}
@media (768px <= width < 1280px) {
  .l-nav-list-child-list {
    --itemWidth: 135px;
  }
}
/* l-nav-list-child-links
---------------------------------- */
.l-nav-list-child-links {
  display: grid;
  gap: 5px 0;
}
.l-nav-list-child-links__item a {
  display: inline-block;
  font-size: var(--mh--font-size--xs);
}
@media (width < 768px) {
  .l-nav-list-child-links__item a {
    position: relative;
    padding-left: 11px;
    line-height: var(--mh--line-height--lg);
  }
  .l-nav-list-child-links__item a::before {
    position: absolute;
    top: 10px;
    left: 0;
    width: 8px;
    height: 1px;
    content: "";
    border-bottom: 1px solid;
  }
}
@media (width >= 768px ) {
  .l-nav-list-child-links__item a {
    font-weight: 900;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-nav-list-child-links__item a {
    transition: color var(--mh--duration) var(--mh--easing);
  }
  .l-nav-list-child-links__item a:hover {
    color: var(--mh--color--accent-500);
  }
}
/* l-nav-cv
=================================== */
@media (width >= 768px ) {
  .l-nav-cv {
    position: relative;
  }
  .l-nav-cv__btn {
    position: relative;
    z-index: 1;
    display: flex;
    gap: 0 9px;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 50px;
    font-weight: 900;
    color: #fff;
    background-color: var(--mh--color--accent-500);
    border: none;
  }
  .l-nav-cv__btn::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: "";
    background: var(--mh--color--grayscale-900);
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.75s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .l-nav-cv__btn.is-active span.is-ico::after {
    transform: translateY(-50%);
  }
  .l-nav-cv__btn span.is-ico {
    position: relative;
    width: 15px;
    height: 15px;
  }
  .l-nav-cv__btn span.is-ico::before, .l-nav-cv__btn span.is-ico::after {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 3px;
    content: "";
    border-bottom: 3px solid;
    transform: translateY(-50%);
  }
  .l-nav-cv__btn span.is-ico::after {
    transform: translateY(-50%) rotate(90deg);
    transition: transform var(--mh--duration) var(--mh--easing);
  }
  .l-nav-cv__child {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1;
    width: 100%;
    padding: 0 12px;
    background: #fff;
    border: 3px solid var(--mh--color--grayscale-800);
    transition: visibility 0s linear, all 0.3s ease;
  }
  .l-nav-cv__child:not(.is-active) {
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    transform: translateY(-30px);
  }
  .l-nav-cv__child a {
    display: grid;
    grid-template-columns: 25px 1fr;
    gap: 0 10px;
    align-items: center;
    font-size: var(--mh--font-size--xs);
    font-weight: 900;
  }
  .l-nav-cv__child a.is-contact {
    padding: 17px 0 18px;
    border-bottom: 1px solid var(--mh--color--grayscale-300);
  }
  .l-nav-cv__child a.is-contact span.is-ico::after {
    display: inline-block;
    width: 23px;
    aspect-ratio: 23/15;
    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 23 15"><path d="m20.943 0-9.782 7.634L1.378 0zM0 14.286V1.198L10.6 9.47a.91.91 0 0 0 1.121 0l10.6-8.272v13.088z"/></svg>');
    mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 23 15"><path d="m20.943 0-9.782 7.634L1.378 0zM0 14.286V1.198L10.6 9.47a.91.91 0 0 0 1.121 0l10.6-8.272v13.088z"/></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-cv__child a.is-line {
    padding: 19px 0 17px;
  }
  .l-nav-cv__child a.is-line span.is-ico img {
    width: 22px;
  }
  .l-nav-cv__child a span.is-ico {
    display: grid;
    place-items: center;
    width: 100%;
    aspect-ratio: 1;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-nav-cv__btn:hover::before {
    transform: scale(1, 1);
    transform-origin: left top;
  }
  .l-nav-cv__child a {
    transition: color var(--mh--duration) var(--mh--easing);
  }
  .l-nav-cv__child a:hover {
    color: var(--mh--color--accent-500);
  }
}
/* .l-nav-overlay
================================================ */
.l-nav-overlay {
  position: fixed;
  inset: 0;
  z-index: 10;
  display: none;
  background: rgba(0, 0, 0, 0.2);
}
/* .l-main-img HOME
================================================ */
.l-main-img {
  position: relative;
  display: grid;
  grid-auto-columns: 100%;
}
.l-main-img__inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  grid-area: 1/1/1/1;
  height: 100dvh;
  padding: 20px;
}
.l-main-img__cv {
  display: grid;
  gap: 10px 0;
  padding: 20px;
  background: rgba(255, 255, 255, 0.98);
}
.l-main-img__cv a {
  position: relative;
  display: grid;
  grid-template-columns: 27px 1fr;
  align-items: center;
  gap: 0 23px;
  min-height: 65px;
  padding: 10px 58px 10px 18px;
  font-weight: 900;
  font-size: var(--mh--font-size--lg);
  border: 1px solid;
}
.l-main-img__cv a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--mh--color--grayscale-800);
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.75s cubic-bezier(0.23, 1, 0.32, 1);
}
.l-main-img__cv a:after {
  display: inline-block;
  width: 18px;
  aspect-ratio: 1;
  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 18"><path d="M8.85478 0L6.53129 2.28571L11.7096 7.37979L0 7.37979L0 10.6132L11.7096 10.6132L6.53129 15.7143L8.85478 18L18 8.99652L8.85478 0Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18"><path d="M8.85478 0L6.53129 2.28571L11.7096 7.37979L0 7.37979L0 10.6132L11.7096 10.6132L6.53129 15.7143L8.85478 18L18 8.99652L8.85478 0Z"/></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);
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.l-main-img__cv a:focus-visible {
  outline: 2px solid rgba(157, 157, 157, 0.25);
  outline-offset: 2px;
  box-shadow: 0 0 0 2px rgba(157, 157, 157, 0.25);
  border-color: rgba(157, 157, 157, 0.25);
}
.l-main-img__cv a.is-access span.is-ico:after {
  display: inline-block;
  width: 25px;
  aspect-ratio: 1;
  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 25 25"><path d="M22.294 24.107H1.812c-1.55 0-2.217-1.168-1.56-2.47l2.381-4.729c.38-.754 1.51-1.322 2.549-1.322h.801q.484.67 1.042 1.36l.144.174H5.182c-.547 0-1.08.315-1.18.482l-2.38 4.726a1 1 0 0 0-.08.213c.056.016.144.031.27.031h20.482c.126 0 .214-.015.27-.03a1 1 0 0 0-.08-.214l-2.38-4.726c-.1-.166-.633-.48-1.18-.48h-1.987l.144-.176q.558-.688 1.042-1.36h.801c1.04 0 2.169.568 2.549 1.323l2.382 4.728c.656 1.302-.012 2.47-1.56 2.47M19.726 7.672c0 5.725-7.673 12.315-7.673 12.315S4.38 13.398 4.38 7.673A7.673 7.673 0 0 1 12.053 0a7.673 7.673 0 0 1 7.673 7.673m-3.837 0a3.837 3.837 0 1 0-7.674 0 3.837 3.837 0 0 0 7.674 0"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 25 25"><path d="M22.294 24.107H1.812c-1.55 0-2.217-1.168-1.56-2.47l2.381-4.729c.38-.754 1.51-1.322 2.549-1.322h.801q.484.67 1.042 1.36l.144.174H5.182c-.547 0-1.08.315-1.18.482l-2.38 4.726a1 1 0 0 0-.08.213c.056.016.144.031.27.031h20.482c.126 0 .214-.015.27-.03a1 1 0 0 0-.08-.214l-2.38-4.726c-.1-.166-.633-.48-1.18-.48h-1.987l.144-.176q.558-.688 1.042-1.36h.801c1.04 0 2.169.568 2.549 1.323l2.382 4.728c.656 1.302-.012 2.47-1.56 2.47M19.726 7.672c0 5.725-7.673 12.315-7.673 12.315S4.38 13.398 4.38 7.673A7.673 7.673 0 0 1 12.053 0a7.673 7.673 0 0 1 7.673 7.673m-3.837 0a3.837 3.837 0 1 0-7.674 0 3.837 3.837 0 0 0 7.674 0"/></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-main-img__cv a.is-contact, .l-main-img__cv a.is-line {
  color: #fff;
  background: var(--mh--color--grayscale-900);
}
.l-main-img__cv a.is-contact:before, .l-main-img__cv a.is-line:before {
  background-color: var(--mh--color--accent-500);
}
.l-main-img__cv a.is-contact span.is-ico:after {
  display: inline-block;
  width: 23px;
  aspect-ratio: 23/15;
  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 23 15"><path d="m20.943 0-9.782 7.634L1.378 0zM0 14.286V1.198L10.6 9.47a.91.91 0 0 0 1.121 0l10.6-8.272v13.088z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 23 15"><path d="m20.943 0-9.782 7.634L1.378 0zM0 14.286V1.198L10.6 9.47a.91.91 0 0 0 1.121 0l10.6-8.272v13.088z"/></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-main-img__cv a.is-line span.is-ico img {
  width: 23px;
}
.l-main-img__cv a span.is-txt {
  position: relative;
  z-index: 1;
}
.l-main-img__cv a span.is-ico {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 1;
}
.l-main-img__copy {
  position: relative;
  z-index: 1;
  margin: 0 -20px 4px;
}
@media (width >= 768px ) {
  .l-main-img__inner {
    align-items: flex-end;
    justify-content: space-between;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    padding: 113px 30px 0;
  }
  .l-main-img__cv {
    order: -1;
    width: 440px;
    gap: 12px 0;
    padding: 25px;
  }
  .l-main-img__cv a {
    padding: 10px 65px 10px 18px;
  }
  .l-main-img__cv a:after {
    width: 25px;
  }
  .l-main-img__copy {
    margin: 0 -30px -14px;
  }
  .l-main-img__copy .c-loop01__txt {
    font-size: clamp(2rem, 26.6666666667vw + -8rem, 30.4rem);
  }
}
@media (min-width: 1921px) {
  .l-main-img__copy .c-loop01__txt {
    font-size: 15.8333333333vw;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-main-img__cv a {
    transition: border-color var(--mh--duration) var(--mh--easing);
  }
  .l-main-img__cv a:hover.is-access {
    color: #fff;
    border-color: transparent;
  }
  .l-main-img__cv a:hover:before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}
/* l-main-img-slider
------------------------------ */
.l-main-img-slider {
  position: relative;
  z-index: -1;
  grid-area: 1/1/1/1;
  height: 100dvh;
}
.l-main-img-slider .splide__track {
  height: 100%;
}
.l-main-img-slider .splide__list {
  height: 100%;
}
.l-main-img-slider .splide__slide {
  height: 100%;
  transition: clip-path 1.5s var(--mh--easing) 1s !important;
}
.l-main-img-slider .splide__slide.is-prev, .l-main-img-slider .splide__slide.is-next, .l-main-img-slider .splide__slide.is-active, .l-main-img-slider .splide__slide:first-child {
  opacity: 1 !important;
}
.l-main-img-slider .splide__slide.is-next, .l-main-img-slider .splide__slide:first-child {
  clip-path: inset(0 100% 0 0);
}
.l-main-img-slider .splide__slide.is-active {
  clip-path: inset(0 0 0 0);
}
.l-main-img-slider .splide__slide.is-active img {
  animation: slideOpacity 3s ease;
}
.l-main-img-slider .splide__slide:first-child.is-prev {
  clip-path: inset(0 0 0 0);
}
.l-main-img-slider .splide__slide:first-child.is-active ~ .splide__slide:last-child {
  opacity: 1;
}
.l-main-img-slider .splide__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (width >= 768px ) {
  .l-main-img-slider {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
  }
}
/* l-main-img-deco
-------------------------------- */
.l-main-img-deco {
  position: absolute;
  top: 106px;
  left: 0;
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
}
.l-main-img-deco .c-deco01 {
  height: 8px;
}
.l-main-img-deco .c-deco01:nth-child(1) {
  width: 35px;
  margin: 0 0 0 176px;
}
.l-main-img-deco .c-deco01:nth-child(2) {
  width: 80px;
  margin: -4px 0 0 116px;
}
.l-main-img-deco .c-deco01:nth-child(3) {
  width: 33px;
  margin: 3px 0 0 185px;
}
.l-main-img-deco .c-deco01:nth-child(4) {
  width: 17px;
  margin: -1px 0 0 144px;
}
.l-main-img-deco .c-deco01:nth-child(5) {
  width: 8px;
  margin: -4px 0 0 160px;
}
.l-main-img-deco .c-deco01:nth-child(6) {
  width: 71px;
  margin: 9px 0 0 17px;
}
.l-main-img-deco .c-deco01:nth-child(7) {
  width: 32px;
  margin: -2px 0 0 73px;
}
@media (width >= 768px ) {
  .l-main-img-deco {
    top: calc(50% + 26px);
    width: 100%;
  }
  .l-main-img-deco .c-deco01 {
    height: 20px;
  }
  .l-main-img-deco .c-deco01:nth-child(1) {
    width: 79px;
    margin: 0 0 0 27.9166666667%;
  }
  .l-main-img-deco .c-deco01:nth-child(2) {
    width: 211px;
    margin: -10px 0 0 19.6354166667%;
  }
  .l-main-img-deco .c-deco01:nth-child(3) {
    width: 86px;
    margin: 10px 0 0 29.2708333333%;
  }
  .l-main-img-deco .c-deco01:nth-child(4) {
    width: 86px;
    margin: -16px 0 0 84.2708333333%;
  }
  .l-main-img-deco .c-deco01:nth-child(5) {
    width: 46px;
    margin: -4px 0 0 23.5416666667%;
  }
  .l-main-img-deco .c-deco01:nth-child(6) {
    width: 46px;
    margin: -20px 0 0 63.6458333333%;
  }
  .l-main-img-deco .c-deco01:nth-child(7) {
    width: 25px;
    margin: -10px 0 0 25.78125%;
  }
  .l-main-img-deco .c-deco01:nth-child(8) {
    width: 25px;
    margin: -20px 0 0 65.7291666667%;
  }
  .l-main-img-deco .c-deco01:nth-child(9) {
    width: 56px;
    margin: 0 0 0 81.3541666667%;
  }
  .l-main-img-deco .c-deco01:nth-child(10) {
    width: 265px;
    margin: -10px 0 0 66.25%;
  }
  .l-main-img-deco .c-deco01:nth-child(11) {
    width: 190px;
    margin: -7px 0 0 5.8333333333%;
  }
  .l-main-img-deco .c-deco01:nth-child(12) {
    width: 86px;
    margin: -3px 0 0 13.6458333333%;
  }
}
/* .l-sub-img
================================================ */
.l-sub-img {
  position: relative;
  z-index: 1;
  padding-top: 85px;
  border-bottom: 1px solid var(--mh--color--grayscale-500);
}
.l-sub-img__inner {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px 0;
  min-height: 224px;
  padding-block: 10px 30px;
}
.l-sub-img__en.u-font-en {
  line-height: 1.2;
  font-size: var(--mh--font-size--x18l);
  letter-spacing: -0.06em;
}
.l-sub-img__head {
  font-weight: 900;
  font-size: var(--mh--font-size--x4l);
}
.l-sub-img__deco {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 20px;
}
.l-sub-img__deco .c-deco01 {
  height: 6px;
}
.l-sub-img__deco .c-deco01:nth-child(1) {
  width: 16px;
  margin: 0 0 0 auto;
}
.l-sub-img__deco .c-deco01:nth-child(2) {
  width: 13px;
  margin: 0 112px 0 auto;
}
.l-sub-img__deco .c-deco01:nth-child(3) {
  width: 6px;
  margin: -4px 108px 0 auto;
}
.l-sub-img__deco .c-deco01:nth-child(4) {
  width: 15px;
  margin: 0 16px 0 auto;
}
.l-sub-img__deco .c-deco01:nth-child(5) {
  width: 72px;
  margin: -4px 39px 0 auto;
}
@media (width >= 768px ) {
  .l-sub-img {
    padding-top: 92px;
  }
  .l-sub-img__inner {
    gap: 20px 0;
    min-height: 487px;
    padding-block: 30px 60px;
  }
  .l-sub-img__deco {
    bottom: 33px;
  }
  .l-sub-img__deco .c-deco01 {
    height: 20px;
  }
  .l-sub-img__deco .c-deco01:nth-child(1) {
    width: 137px;
  }
  .l-sub-img__deco .c-deco01:nth-child(2) {
    width: 46px;
    margin: -5px 487px 0 auto;
  }
  .l-sub-img__deco .c-deco01:nth-child(3) {
    width: 25px;
    margin: -8px 468px 0 auto;
  }
  .l-sub-img__deco .c-deco01:nth-child(4) {
    width: 56px;
    margin: 0 137px 0 auto;
  }
  .l-sub-img__deco .c-deco01:nth-child(5) {
    width: 265px;
    margin: -12px 218px 0 auto;
  }
}
/* .l-sub2-img
================================================ */
.l-sub2-img {
  position: relative;
  z-index: 1;
  display: grid;
  grid-auto-columns: 1fr;
  color: #fff;
}
.l-sub2-img__inner {
  display: grid;
  grid-area: 1/1/1/1;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px 0;
  padding-block: 95px 30px;
}
.l-sub2-img__en.u-font-en {
  line-height: 1.2;
  font-size: var(--mh--font-size--x18l);
  letter-spacing: var(--mh--letter-spacing--xs);
}
.l-sub2-img__head {
  font-weight: 900;
  font-size: var(--mh--font-size--x4l);
}
.l-sub2-img__bg {
  position: relative;
  z-index: -1;
  grid-area: 1/1/1/1;
}
.l-sub2-img__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.l-sub2-img__deco {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 20px;
}
.l-sub2-img__deco .c-deco01 {
  height: 6px;
}
.l-sub2-img__deco .c-deco01:nth-child(1) {
  width: 16px;
  margin: 0 0 0 auto;
}
.l-sub2-img__deco .c-deco01:nth-child(2) {
  width: 13px;
  margin: 0 112px 0 auto;
}
.l-sub2-img__deco .c-deco01:nth-child(3) {
  width: 6px;
  margin: -4px 108px 0 auto;
}
.l-sub2-img__deco .c-deco01:nth-child(4) {
  width: 15px;
  margin: 0 16px 0 auto;
}
.l-sub2-img__deco .c-deco01:nth-child(5) {
  width: 72px;
  margin: -4px 39px 0 auto;
}
@media (width >= 768px ) {
  .l-sub2-img__inner {
    gap: 20px 0;
    padding-block: 120px 60px;
  }
  .l-sub2-img__en.u-font-en {
    font-size: clamp(4rem, 10.3286384977vw + 0.1267605634rem, 15rem);
  }
  .l-sub2-img__head {
    font-size: clamp(2.2rem, 0.6572769953vw + 1.9535211268rem, 2.9rem);
  }
  .l-sub2-img__deco {
    bottom: 33px;
  }
  .l-sub2-img__deco .c-deco01 {
    height: 20px;
  }
  .l-sub2-img__deco .c-deco01:nth-child(1) {
    width: 137px;
  }
  .l-sub2-img__deco .c-deco01:nth-child(2) {
    width: 46px;
    margin: -5px 487px 0 auto;
  }
  .l-sub2-img__deco .c-deco01:nth-child(3) {
    width: 25px;
    margin: -8px 468px 0 auto;
  }
  .l-sub2-img__deco .c-deco01:nth-child(4) {
    width: 56px;
    margin: 0 137px 0 auto;
  }
  .l-sub2-img__deco .c-deco01:nth-child(5) {
    width: 265px;
    margin: -12px 218px 0 auto;
  }
}
/* .l-sidebar
================================================== */
.l-sidebar {
  padding: 0 var(--mh--contents--padding--side) 60px;
}
.l-sidebar__inner {
  display: grid;
  gap: var(--mh--space--30-40) 0;
}
@media (width >= 768px ) {
  .l-sidebar {
    padding: 0;
  }
  .l-sidebar__inner {
    position: sticky;
    top: 150px;
    left: 0;
    max-height: calc(100vh - 150px - 60px);
    scrollbar-gutter: stable;
    margin-right: -5px;
    margin: 0 -5px 60px 0;
  }
  .l-sidebar__inner:not(:empty) {
    overflow-y: auto;
  }
  .l-sidebar__inner::-webkit-scrollbar {
    width: 5px;
  }
  .l-sidebar__inner::-webkit-scrollbar-track {
    background-color: var(--mh--color--grayscale-100);
    border-radius: 1000px;
  }
  .l-sidebar__inner::-webkit-scrollbar-thumb {
    background-color: var(--mh--color--grayscale-300);
    border-radius: 1000px;
    cursor: pointer;
  }
}
/* l-sidebar-sec
-------------------------------- */
.l-sidebar-sec__list {
  display: grid;
  gap: var(--mh--space--10-15) 0;
}
.l-sidebar-sec__list-item {
  line-height: var(--mh--line-height--lg);
  letter-spacing: var(--mh--letter-spacing--lg);
  font-size: var(--mh--font-size--sm);
}
.l-sidebar-sec__list-item a {
  display: block;
  padding-bottom: var(--mh--space--10-15);
  border-bottom: 1px solid var(--mh--color--grayscale-500);
}
.l-sidebar-sec__list-item.is-active {
  border-bottom: 1px solid;
}
@media (hover: hover) and (pointer: fine) {
  .l-sidebar-sec__list-item a {
    transition: color var(--mh--duration) var(--mh--easing);
  }
  .l-sidebar-sec__list-item a:hover {
    color: var(--mh--color--accent-500);
  }
}
.js-c-anime-elem[data-anime=txt-clip] {
  width: fit-content;
  color: transparent;
  background: linear-gradient(90deg, var(--mh--color--grayscale-900) 50%, #dadada 50%);
  background-size: 200%;
  background-position: 100% 0;
  -webkit-background-clip: text;
  background-clip: text;
  transition: background var(--mh--duration03) var(--mh--easing) 0.3s;
}
.js-c-anime-elem[data-anime=txt-clip].has-pb1 {
  margin-bottom: -0.1em;
  padding-bottom: 0.1em;
}
.js-c-anime-elem[data-anime=txt-clip].is-animated {
  background-position: 0 0;
  -webkit-background-clip: text;
  background-clip: text;
}
.js-c-anime-elem[data-anime=txt-clip].is-white {
  background: linear-gradient(90deg, var(--mh--color--grayscale-200) 50%, var(--mh--color--grayscale-100) 50%);
  background-size: 200%;
  background-position: 100% 0;
  -webkit-background-clip: text;
  background-clip: text;
}
.js-c-anime-elem[data-anime=txt-clip].is-white.is-animated {
  background-position: 0 0;
  -webkit-background-clip: text;
  background-clip: text;
}
.js-c-anime-elem[data-anime=slidein-right] {
  width: fit-content;
  overflow: hidden;
}
.js-c-anime-elem[data-anime=slidein-right] span.is-txt {
  display: block;
  transform: translateX(100%);
  transition: transform var(--mh--duration02) var(--mh--easing);
}
.js-c-anime-elem[data-anime=slidein-right].is-animated span.is-txt {
  transform: translateX(0);
}
.js-c-anime-elem[data-anime=fadein-up] {
  opacity: 0;
  transform: translateY(30px);
  transition: transform var(--mh--duration02) var(--mh--easing), opacity var(--mh--duration02) var(--mh--easing);
}
.js-c-anime-elem[data-anime=fadein-up].is-animated {
  opacity: 1;
  transform: translateY(0);
}
.js-c-anime-elem[data-anime=fadein-left] {
  opacity: 0;
  transform: translateX(-30px);
  transition: transform var(--mh--duration) var(--mh--easing), opacity var(--mh--duration) var(--mh--easing);
}
.js-c-anime-elem[data-anime=fadein-left].is-animated {
  opacity: 1;
  transform: translateX(0);
}
.js-c-anime-elem[data-anime=fadein-right] {
  opacity: 0;
  transform: translateX(30px);
  transition: transform var(--mh--duration) var(--mh--easing), opacity var(--mh--duration) var(--mh--easing);
}
.js-c-anime-elem[data-anime=fadein-right].is-animated {
  opacity: 1;
  transform: translateX(0);
}
.js-c-anime-elem[data-anime-delay="0.1"] {
  transition-delay: 0.1s;
}
.js-c-anime-elem[data-anime-delay="0.1"] span.is-txt {
  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.2"] span.is-txt {
  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.3"] span.is-txt {
  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.4"] span.is-txt {
  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.5"] span.is-txt {
  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.6"] span.is-txt {
  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.7"] span.is-txt {
  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.8"] span.is-txt {
  transition-delay: 0.8s;
}
.js-c-anime-elem[data-anime-delay="0.9"] {
  transition-delay: 0.9s;
}
.js-c-anime-elem[data-anime-delay="0.9"] span.is-txt {
  transition-delay: 0.9s;
}
.js-c-anime-elem[data-anime-delay="1"] {
  transition-delay: 1s;
}
.js-c-anime-elem[data-anime-delay="1"] span.is-txt {
  transition-delay: 1s;
}
.js-c-anime-elem[data-anime-delay="1.1"] {
  transition-delay: 1.1s;
}
.js-c-anime-elem[data-anime-delay="1.1"] span.is-txt {
  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.2"] span.is-txt {
  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.3"] span.is-txt {
  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.4"] span.is-txt {
  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.5"] span.is-txt {
  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.6"] span.is-txt {
  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.7"] span.is-txt {
  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.8"] span.is-txt {
  transition-delay: 1.8s;
}
.js-c-anime-elem[data-anime-delay="1.9"] {
  transition-delay: 1.9s;
}
.js-c-anime-elem[data-anime-delay="1.9"] span.is-txt {
  transition-delay: 1.9s;
}
.js-c-anime-elem[data-anime-delay="2"] {
  transition-delay: 2s;
}
.js-c-anime-elem[data-anime-delay="2"] span.is-txt {
  transition-delay: 2s;
}
/* js-c-slider01
========================== */
.js-c-slider01:not(.is-overflow) .splide__arrows {
  display: none;
}
.js-c-slider01:not(.is-overflow) .js-c-slider01-ui {
  display: none;
}
@media (width < 768px) {
  .js-c-slider01 .splide__track {
    margin-right: -20px;
  }
  .js-c-slider01:not(.is-overflow) .splide__track {
    margin-right: 0;
    padding: 0 !important;
  }
}
/* js-c-slider02
========================== */
.js-c-slider02:not(.is-overflow) .splide__arrows {
  display: none;
}
.js-c-slider02:not(.is-overflow) .js-c-slider02-ui {
  display: none;
}
@media (width < 768px) {
  .js-c-slider02 .splide__track {
    margin-inline: -20px;
  }
}
@media (width >= 768px ) {
  .js-c-slider02 .splide__track {
    overflow: visible;
  }
}
/* js-c-slider03
========================== */
.js-c-slider03:not(.is-overflow) .splide__arrows {
  display: none;
}
.js-c-slider03:not(.is-overflow) .js-c-slider03-ui {
  display: none;
}
/* js-c-slider04
========================== */
.js-c-slider04:not(.is-overflow) .splide__arrows {
  display: none;
}
.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-footer-fix
==================================== */
.js-footer-fix {
  transition: all var(--mh--duration) var(--mh--easing);
}
.js-footer-fix.is-hide {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
@media (width >= 768px ) {
  .js-footer-fix.is-mv {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
  }
}
/* .js-header
==================================== */
.js-header {
  position: absolute;
  top: 0;
  right: 0;
}
.js-header.is-set {
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
  opacity: 0;
}
.js-header.is-follow {
  position: fixed;
  background: #fff;
  transition: opacity 0.6s var(--mh--easing);
  border-bottom: 1px solid var(--mh--color--grayscale-500);
}
.js-header.is-follow .l-header__inner:after {
  opacity: 0;
}
.js-header.is-show {
  opacity: 1;
  pointer-events: auto;
  -webkit-user-select: auto;
  user-select: auto;
}
.js-header-marker {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100vh;
  visibility: hidden;
  pointer-events: none;
}
/* access-location-sec
----------------------------- */
.access-location-sec {
  position: relative;
}
.access-location-sec + .access-location-sec {
  margin-top: var(--mh--space--lg);
  padding-top: var(--mh--space--lg);
}
.access-location-sec + .access-location-sec:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  min-width: 1920px;
  height: 1px;
  background: currentColor;
}
.access-location-sec__detail + .access-location-sec__detail {
  margin-top: var(--mh--space--40-60);
}
/* company-message
=========================== */
.company-message {
  position: relative;
  padding-block: var(--mh--space--60-150) var(--mh--space--md);
}
.company-message__set01 {
  display: grid;
  gap: var(--mh--space--sm);
}
.company-message__set01-img img {
  width: 100%;
}
.company-message__set01-txt {
  line-height: var(--mh--line-height--lg);
  letter-spacing: var(--mh--letter-spacing--lg);
}
.company-message__set01-txt + .company-message__set01-txt {
  margin-top: 26px;
}
.company-message__set01-sign {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--mh--color--grayscale-900);
  color: var(--mh--color--grayscale-200);
  margin-top: 20px;
  padding: 10px 20px;
}
.company-message__set01-sign-pos {
  line-height: var(--mh--line-height--lg);
}
.company-message__set01-sign-name {
  font-weight: 900;
}
@media (width >= 768px ) {
  .company-message__set01 {
    grid-template-columns: 1fr 47.2727%;
  }
  .company-message__set01-areaTxt {
    order: -1;
  }
}
/* company-video
=========================== */
.company-video__inner {
  padding-block: var(--mh--space--md);
  border-top: 1px solid var(--mh--color--grayscale-900);
}
.company-video__iframe {
  aspect-ratio: 16/9;
  width: 100%;
  max-width: 955px;
  margin: 0 auto;
}
.company-video__iframe iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: none;
}
/* company-video
=========================== */
.company-video__inner {
  padding-block: var(--mh--space--md);
  border-top: 1px solid var(--mh--color--grayscale-900);
}
.company-video__iframe {
  aspect-ratio: 16/9;
  width: 100%;
  max-width: 955px;
  margin: 0 auto;
}
.company-video__iframe iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: none;
}
/* company-outline
=========================== */
.company-outline__inner {
  padding-block: var(--mh--space--md);
  border-top: 1px solid var(--mh--color--grayscale-900);
}
/* company-access
=========================== */
.company-access__inner {
  padding-block: var(--mh--space--md) var(--mh--space--60-150);
  border-top: 1px solid var(--mh--color--grayscale-900);
}
.company-access__set01 {
  display: grid;
  gap: var(--mh--space--20-60);
}
.company-access__set01-map {
  width: 100%;
  aspect-ratio: 335/224;
}
.company-access__set01-map iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: none;
}
.company-access__set01-txt {
  letter-spacing: var(--mh--letter-spacing--lg);
  line-height: var(--mh--line-height--lg);
}
.company-access__set01-txt + .company-access__set01-txt {
  margin-top: 26px;
}
@media (width >= 768px ) {
  .company-access__set01 {
    grid-template-columns: 47.2727% 1fr;
    align-items: center;
  }
}
/* concept-intro
======================== */
.concept-intro {
  position: relative;
}
.concept-intro__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.concept-intro__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* concept-intro-sec
------------------------------- */
.concept-intro-sec {
  display: grid;
  gap: 30px 0;
  padding-block: var(--mh--space--sm);
  color: #fff;
  border-bottom: 1px solid;
}
.concept-intro-sec:first-child {
  padding-top: 0;
}
.concept-intro-sec__head {
  font-size: var(--mh--font-size--x13l);
}
@media (width >= 768px ) {
  .concept-intro-sec {
    grid-template-columns: 1fr 600px;
    gap: 0 30px;
  }
}
/* concept-intro-values
----------------------------- */
.concept-intro-values {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px 7px;
}
.concept-intro-values li {
  display: grid;
  place-items: center;
  padding: 10px 5px;
  text-align: center;
  background: rgba(255, 255, 255, 0.1);
}
.concept-intro-values li:first-child {
  padding: 20px;
  grid-column: 1/-1;
  font-size: var(--mh--font-size--x4l);
}
@media (width >= 768px ) {
  .concept-intro-values li {
    padding: 30px 10px;
    font-size: var(--mh--font-size--x3l);
  }
  .concept-intro-values li:first-child {
    padding: 30px;
  }
}
/* concept-main
======================== */
.concept-main__set01 {
  display: grid;
  gap: var(--mh--space--20-80);
}
.concept-main__set01 + .concept-main__set01 {
  padding-top: var(--mh--space--30-50);
  margin-top: var(--mh--space--30-50);
  border-top: 1px solid var(--mh--color--grayscale-900);
}
.concept-main__set01-img img {
  width: 100%;
}
.concept-main__set01-head {
  margin-bottom: var(--mh--space--xs);
  font-weight: 700;
}
.concept-main__set01-head-num {
  margin-bottom: var(--mh--space--x3s);
  font-size: var(--mh--font-size--x2l);
  color: var(--mh--color--grayscale-700);
}
.concept-main__set01-head-txt {
  font-weight: 900;
  font-size: var(--mh--font-size--x8l);
  letter-spacing: -0.01em;
}
.concept-main__set01-txt {
  font-size: var(--mh--font-size--lg);
  line-height: 1.9;
  letter-spacing: var(--mh--letter-spacing--lg) !important;
}
.concept-main__set01-txt + .concept-main__set01-txt {
  margin-top: 30px;
}
@media (width >= 768px ) {
  .concept-main__set01 {
    grid-template-columns: 43.5714285714% 1fr;
    align-items: center;
  }
  .concept-main__set01:nth-child(even) {
    grid-template-columns: 1fr 43.5714285714%;
  }
  .concept-main__set01:nth-child(even) .concept-main__set01-areaTxt {
    order: -1;
  }
  .concept-main__set01-txt + .concept-main__set01-txt {
    margin-top: 33px;
  }
}
/* contact2-intro-cv-main
---------------------------- */
.contact2-intro-cv-main {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px 0;
}
.contact2-intro-cv-main__head {
  font-weight: 900;
  font-size: var(--mh--font-size--x4l);
}
.contact2-intro-cv-main__head span.is-sub {
  font-size: var(--mh--font-size--lg);
}
.contact2-intro-cv-main__tel {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 0 var(--mh--space--x4s);
  align-items: center;
  font-size: var(--mh--font-size--x9l);
}
.contact2-intro-cv-main__tel span.is-ico {
  display: inline-block;
  width: 30px;
  height: 30px;
  color: var(--mh--color--accent-500);
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%20fill%3D%22none%22%3E%20%3Cmask%20id%3D%22mask0_1845_29732%22%20style%3D%22mask-type%3Aalpha%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2230%22%20height%3D%2230%22%3E%20%3Cpath%20d%3D%22M30%200H0V30H30V0Z%22%20fill%3D%22black%22%2F%3E%20%3C%2Fmask%3E%20%3Cg%20mask%3D%22url(%23mask0_1845_29732)%22%3E%20%3Cpath%20d%3D%22M27.4896%2023.8616C27.3861%2023.6368%2027.2236%2023.4419%2027.0167%2023.307C26.8394%2023.1721%2026.6029%2022.9922%2026.3074%2022.7823C25.7311%2022.3776%2024.9626%2021.868%2024.209%2021.3883C23.6179%2021.0135%2022.7608%2020.4739%2022.0219%2020.0692C21.0613%2019.5295%2020.7214%2019.4246%2020.4554%2019.4696C20.1747%2019.4995%2019.9087%2019.6045%2019.687%2019.7694C19.4506%2019.9043%2019.1402%2020.1141%2018.7708%2020.369C18.2388%2020.7437%2017.5738%2021.2234%2016.7463%2021.838C16.5689%2021.9729%2016.3177%2021.9729%2016.1404%2021.838C14.6774%2020.8187%2013.3326%2019.6345%2012.1209%2018.3153C10.451%2016.5765%209.34268%2014.373%208.91413%2011.9896C8.85502%2011.5399%209.04713%2011.0902%209.43135%2010.8354L12.6233%208.69181C13.1258%208.36203%2013.3326%207.73245%2013.1258%207.17783L10.85%201.00197C10.6874%200.582256%2010.3328%200.267468%209.90423%200.177528C8.75158%20-0.10728%207.53982%20-0.0473206%206.41672%200.342418C5.81084%200.672196%205.27884%201.1069%204.83551%201.64654C4.15574%202.456%203.60897%203.37038%203.23953%204.35972C2.72232%205.70881%202.48587%207.11787%202.50065%208.54191C2.54498%2010.4606%202.91442%2012.3643%203.59419%2014.1631C5.1754%2018.1205%207.58415%2021.6881%2010.6579%2024.6111C12.4608%2026.4849%2014.5148%2028.0588%2016.7906%2029.303C17.3965%2029.5278%2018.0024%2029.7077%2018.6378%2029.8126C19.4506%2029.9625%2020.2633%2030.0225%2021.0909%2029.9925C22.8199%2030.0525%2024.4897%2029.3629%2025.6867%2028.1038C26.3222%2027.3543%2026.8394%2026.4998%2027.2088%2025.5855C27.46%2025.0458%2027.5487%2024.4612%2027.4748%2023.8766%22%20fill%3D%22%23ED1D24%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%20fill%3D%22none%22%3E%20%3Cmask%20id%3D%22mask0_1845_29732%22%20style%3D%22mask-type%3Aalpha%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2230%22%20height%3D%2230%22%3E%20%3Cpath%20d%3D%22M30%200H0V30H30V0Z%22%20fill%3D%22black%22%2F%3E%20%3C%2Fmask%3E%20%3Cg%20mask%3D%22url(%23mask0_1845_29732)%22%3E%20%3Cpath%20d%3D%22M27.4896%2023.8616C27.3861%2023.6368%2027.2236%2023.4419%2027.0167%2023.307C26.8394%2023.1721%2026.6029%2022.9922%2026.3074%2022.7823C25.7311%2022.3776%2024.9626%2021.868%2024.209%2021.3883C23.6179%2021.0135%2022.7608%2020.4739%2022.0219%2020.0692C21.0613%2019.5295%2020.7214%2019.4246%2020.4554%2019.4696C20.1747%2019.4995%2019.9087%2019.6045%2019.687%2019.7694C19.4506%2019.9043%2019.1402%2020.1141%2018.7708%2020.369C18.2388%2020.7437%2017.5738%2021.2234%2016.7463%2021.838C16.5689%2021.9729%2016.3177%2021.9729%2016.1404%2021.838C14.6774%2020.8187%2013.3326%2019.6345%2012.1209%2018.3153C10.451%2016.5765%209.34268%2014.373%208.91413%2011.9896C8.85502%2011.5399%209.04713%2011.0902%209.43135%2010.8354L12.6233%208.69181C13.1258%208.36203%2013.3326%207.73245%2013.1258%207.17783L10.85%201.00197C10.6874%200.582256%2010.3328%200.267468%209.90423%200.177528C8.75158%20-0.10728%207.53982%20-0.0473206%206.41672%200.342418C5.81084%200.672196%205.27884%201.1069%204.83551%201.64654C4.15574%202.456%203.60897%203.37038%203.23953%204.35972C2.72232%205.70881%202.48587%207.11787%202.50065%208.54191C2.54498%2010.4606%202.91442%2012.3643%203.59419%2014.1631C5.1754%2018.1205%207.58415%2021.6881%2010.6579%2024.6111C12.4608%2026.4849%2014.5148%2028.0588%2016.7906%2029.303C17.3965%2029.5278%2018.0024%2029.7077%2018.6378%2029.8126C19.4506%2029.9625%2020.2633%2030.0225%2021.0909%2029.9925C22.8199%2030.0525%2024.4897%2029.3629%2025.6867%2028.1038C26.3222%2027.3543%2026.8394%2026.4998%2027.2088%2025.5855C27.46%2025.0458%2027.5487%2024.4612%2027.4748%2023.8766%22%20fill%3D%22%23ED1D24%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  -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 >= 768px ) {
  .contact2-intro-cv-main {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, auto));
    grid-template-areas: "head tel" "head txt";
    gap: 0 30px;
  }
  .contact2-intro-cv-main__head {
    grid-area: head;
  }
  .contact2-intro-cv-main__tel {
    grid-area: tel;
    width: fit-content;
    margin-inline: auto;
  }
  .contact2-intro-cv-main__txt {
    grid-area: txt;
  }
}
/* contact2-intro-cv-sub
------------------------------------- */
.contact2-intro-cv-sub {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px 0;
  margin-top: var(--mh--space--20-30);
  padding-top: var(--mh--space--20-30);
  border-top: 1px dotted;
}
.contact2-intro-cv-sub__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 var(--mh--space--x3s);
}
.contact2-intro-cv-sub__head-txt {
  font-weight: 900;
  font-size: var(--mh--font-size--xl);
}
.contact2-intro-cv-sub__head-tel {
  display: grid;
  grid-template-columns: 25px 1fr;
  gap: 0 var(--mh--space--x4s);
  align-items: center;
  font-size: var(--mh--font-size--x5l);
}
.contact2-intro-cv-sub__head-tel span.is-ico {
  display: inline-block;
  width: 25px;
  height: 25px;
  color: var(--mh--color--accent-500);
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%20fill%3D%22none%22%3E%20%3Cmask%20id%3D%22mask0_1845_29732%22%20style%3D%22mask-type%3Aalpha%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2230%22%20height%3D%2230%22%3E%20%3Cpath%20d%3D%22M30%200H0V30H30V0Z%22%20fill%3D%22black%22%2F%3E%20%3C%2Fmask%3E%20%3Cg%20mask%3D%22url(%23mask0_1845_29732)%22%3E%20%3Cpath%20d%3D%22M27.4896%2023.8616C27.3861%2023.6368%2027.2236%2023.4419%2027.0167%2023.307C26.8394%2023.1721%2026.6029%2022.9922%2026.3074%2022.7823C25.7311%2022.3776%2024.9626%2021.868%2024.209%2021.3883C23.6179%2021.0135%2022.7608%2020.4739%2022.0219%2020.0692C21.0613%2019.5295%2020.7214%2019.4246%2020.4554%2019.4696C20.1747%2019.4995%2019.9087%2019.6045%2019.687%2019.7694C19.4506%2019.9043%2019.1402%2020.1141%2018.7708%2020.369C18.2388%2020.7437%2017.5738%2021.2234%2016.7463%2021.838C16.5689%2021.9729%2016.3177%2021.9729%2016.1404%2021.838C14.6774%2020.8187%2013.3326%2019.6345%2012.1209%2018.3153C10.451%2016.5765%209.34268%2014.373%208.91413%2011.9896C8.85502%2011.5399%209.04713%2011.0902%209.43135%2010.8354L12.6233%208.69181C13.1258%208.36203%2013.3326%207.73245%2013.1258%207.17783L10.85%201.00197C10.6874%200.582256%2010.3328%200.267468%209.90423%200.177528C8.75158%20-0.10728%207.53982%20-0.0473206%206.41672%200.342418C5.81084%200.672196%205.27884%201.1069%204.83551%201.64654C4.15574%202.456%203.60897%203.37038%203.23953%204.35972C2.72232%205.70881%202.48587%207.11787%202.50065%208.54191C2.54498%2010.4606%202.91442%2012.3643%203.59419%2014.1631C5.1754%2018.1205%207.58415%2021.6881%2010.6579%2024.6111C12.4608%2026.4849%2014.5148%2028.0588%2016.7906%2029.303C17.3965%2029.5278%2018.0024%2029.7077%2018.6378%2029.8126C19.4506%2029.9625%2020.2633%2030.0225%2021.0909%2029.9925C22.8199%2030.0525%2024.4897%2029.3629%2025.6867%2028.1038C26.3222%2027.3543%2026.8394%2026.4998%2027.2088%2025.5855C27.46%2025.0458%2027.5487%2024.4612%2027.4748%2023.8766%22%20fill%3D%22%23ED1D24%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%20fill%3D%22none%22%3E%20%3Cmask%20id%3D%22mask0_1845_29732%22%20style%3D%22mask-type%3Aalpha%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2230%22%20height%3D%2230%22%3E%20%3Cpath%20d%3D%22M30%200H0V30H30V0Z%22%20fill%3D%22black%22%2F%3E%20%3C%2Fmask%3E%20%3Cg%20mask%3D%22url(%23mask0_1845_29732)%22%3E%20%3Cpath%20d%3D%22M27.4896%2023.8616C27.3861%2023.6368%2027.2236%2023.4419%2027.0167%2023.307C26.8394%2023.1721%2026.6029%2022.9922%2026.3074%2022.7823C25.7311%2022.3776%2024.9626%2021.868%2024.209%2021.3883C23.6179%2021.0135%2022.7608%2020.4739%2022.0219%2020.0692C21.0613%2019.5295%2020.7214%2019.4246%2020.4554%2019.4696C20.1747%2019.4995%2019.9087%2019.6045%2019.687%2019.7694C19.4506%2019.9043%2019.1402%2020.1141%2018.7708%2020.369C18.2388%2020.7437%2017.5738%2021.2234%2016.7463%2021.838C16.5689%2021.9729%2016.3177%2021.9729%2016.1404%2021.838C14.6774%2020.8187%2013.3326%2019.6345%2012.1209%2018.3153C10.451%2016.5765%209.34268%2014.373%208.91413%2011.9896C8.85502%2011.5399%209.04713%2011.0902%209.43135%2010.8354L12.6233%208.69181C13.1258%208.36203%2013.3326%207.73245%2013.1258%207.17783L10.85%201.00197C10.6874%200.582256%2010.3328%200.267468%209.90423%200.177528C8.75158%20-0.10728%207.53982%20-0.0473206%206.41672%200.342418C5.81084%200.672196%205.27884%201.1069%204.83551%201.64654C4.15574%202.456%203.60897%203.37038%203.23953%204.35972C2.72232%205.70881%202.48587%207.11787%202.50065%208.54191C2.54498%2010.4606%202.91442%2012.3643%203.59419%2014.1631C5.1754%2018.1205%207.58415%2021.6881%2010.6579%2024.6111C12.4608%2026.4849%2014.5148%2028.0588%2016.7906%2029.303C17.3965%2029.5278%2018.0024%2029.7077%2018.6378%2029.8126C19.4506%2029.9625%2020.2633%2030.0225%2021.0909%2029.9925C22.8199%2030.0525%2024.4897%2029.3629%2025.6867%2028.1038C26.3222%2027.3543%2026.8394%2026.4998%2027.2088%2025.5855C27.46%2025.0458%2027.5487%2024.4612%2027.4748%2023.8766%22%20fill%3D%22%23ED1D24%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: all var(--mh--duration) var(--mh--easing);
  -webkit-mask-size: 25px;
  mask-size: 25px;
}
.contact2-intro-cv-sub dl {
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: 0 10px;
  align-items: center;
  font-size: var(--mh--font-size--sm);
}
.contact2-intro-cv-sub dl dt {
  padding: 3px 12px;
  color: #fff;
  background: var(--mh--color--accent-500);
}
.contact2-intro-cv-sub dl dd {
  line-height: var(--mh--line-height--lg);
  letter-spacing: var(--mh--letter-spacing--lg);
  color: var(--mh--color--grayscale-800);
}
@media (width >= 768px ) {
  .contact2-intro-cv-sub {
    flex-direction: row;
    gap: 20px;
  }
  .contact2-intro-cv-sub__head {
    margin-top: -2px;
  }
}
/* contact2-form
=========================== */
.contact2-form {
  position: relative;
}
.contact2-form:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100px;
  background: #fff;
}
/* corporate-feature
============================== */
@media (width >= 1720px ) {
  .corporate-feature .c-head02__en, .corporate-feature .c-head02__main {
    margin-left: 150px;
  }
}
/* corporate-feature-sec
------------------------------- */
.corporate-feature-sec {
  display: grid;
  gap: 20px 0;
}
.corporate-feature-sec + .corporate-feature-sec {
  margin-top: var(--mh--space--30-50);
  padding-top: var(--mh--space--30-50);
  border-top: 1px solid;
}
.corporate-feature-sec__img img {
  width: 100%;
}
@media (width >= 768px ) {
  .corporate-feature-sec {
    grid-template-columns: 43.5714285714% 1fr;
    gap: 0 min(80px, 4.1666666667vw);
    align-items: center;
  }
}
/* corporate-feature-merit
----------------------------------- */
.corporate-feature-merit + .corporate-feature-merit {
  margin-top: var(--mh--space--md);
  padding-top: var(--mh--space--md);
  border-top: 1px solid var(--mh--color--grayscale-500);
}
/* corporate-feature-merit-list
---------------------------------- */
.corporate-feature-merit-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 10px;
  max-width: 375px;
  margin: var(--mh--space--30-50) auto 0;
  text-align: center;
}
.corporate-feature-merit-list > li {
  width: calc((100% - 10px) / 2);
  max-width: 160px;
}
.corporate-feature-merit-list__img {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid;
}
.corporate-feature-merit-list__img img {
  width: 38px;
}
.corporate-feature-merit-list__num {
  position: absolute;
  top: 14px;
  left: 13px;
  background: var(--mh--color--grayscale-900);
}
.corporate-feature-merit-list__txt {
  margin-top: var(--mh--space--x3s);
  font-size: var(--mh--font-size--xs);
}
@media (width >= 768px ) {
  .corporate-feature-merit-list {
    gap: 30px;
    max-width: 100%;
  }
  .corporate-feature-merit-list > li {
    width: calc((100% - 120px) / 5);
    max-width: 100%;
  }
  .corporate-feature-merit-list__img img {
    width: 60px;
  }
  .corporate-feature-merit-list__num {
    top: 21px;
    left: 21px;
  }
  .corporate-feature-merit-list__txt {
    font-size: var(--mh--font-size--md);
  }
}
/* corporate-flow-list
----------------------------- */
.corporate-flow-list__item {
  position: relative;
  padding-block: 40px;
  border: 1px solid var(--mh--color--grayscale-700);
  border-width: 1px 0 0;
}
.corporate-flow-list__item:last-child {
  padding-bottom: 0;
}
.corporate-flow-list__item + .corporate-flow-list__item:before {
  content: "";
  position: absolute;
  top: -21px;
  left: 50%;
  transform: translateX(-50%);
  width: 10px;
  aspect-ratio: 12/48;
  background: url(../img/corporate/ico_dot01.png) no-repeat 0 0/contain;
}
.corporate-flow-list__img {
  margin-top: 30px;
}
.corporate-flow-list__img img {
  width: 100%;
}
@media (width >= 768px ) {
  .corporate-flow-list__item {
    display: flex;
    flex-wrap: wrap;
    padding-block: 50px;
  }
  .corporate-flow-list__item + .corporate-flow-list__item:before {
    top: -24px;
    width: 12px;
  }
  .corporate-flow-list__area-txt {
    flex: 1;
  }
  .corporate-flow-list__img {
    width: 498px;
    margin: 0;
    padding-left: 40px;
  }
  .corporate-flow-list .c-btn01 {
    min-height: 65px;
    max-width: 390px;
  }
}
/* corporate-price-dl
------------------------------- */
.corporate-price-dl {
  text-align: center;
}
.corporate-price-dl dt {
  padding: 25px 10px;
  color: #fff;
  font-weight: 900;
  background: var(--mh--color--grayscale-900);
}
.corporate-price-dl dd {
  padding: 10px;
  line-height: var(--mh--line-height--lg);
  letter-spacing: var(--mh--letter-spacing--lg);
  background: #fff;
}
.corporate-price-dl dd span.is-suffix {
  margin-left: 10px;
}
@media (width >= 768px ) {
  .corporate-price-dl dd {
    padding: 20px 10px;
  }
}
/* corporate-price-table
---------------------------- */
.corporate-price-table {
  text-align: center;
}
.corporate-price-table thead th {
  padding: 25px 10px;
  vertical-align: middle;
  color: #fff;
  font-weight: 900;
  border: 1px solid var(--mh--color--grayscale-500);
  background: var(--mh--color--grayscale-900);
}
.corporate-price-table tbody th, .corporate-price-table tbody td {
  padding: 20px 9px;
  vertical-align: middle;
  border: 1px solid var(--mh--color--grayscale-500);
}
.corporate-price-table tbody th {
  font-weight: 900;
  background: var(--mh--color--grayscale-300);
}
.corporate-price-table tbody td {
  line-height: var(--mh--line-height--lg);
  letter-spacing: var(--mh--letter-spacing--lg);
  background: #fff;
}
@media (width < 768px) {
  .corporate-price-table thead th:nth-child(1) {
    width: 77px;
  }
}
@media (width >= 768px ) {
  .corporate-price-table tbody th, .corporate-price-table tbody td {
    padding: 25px 10px;
  }
}
/* .error-page404
================================================ */
.error-page404__inner {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (width >= 768px ) {
  .error-page404__inner {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
/* faq-intro
=========================== */
.faq-intro {
  position: relative;
  padding-block: var(--mh--space--60-150) 0;
}
.faq-intro__txt {
  line-height: var(--mh--line-height--lg);
  letter-spacing: 0.015em;
}
.faq-intro__txt a {
  text-decoration: underline !important;
}
@media (hover: hover) and (pointer: fine) {
  .faq-intro__txt a {
    transition: color var(--mh--duration) var(--mh--easing);
  }
  .faq-intro__txt a:hover {
    color: var(--mh--color--accent-500);
  }
}
/* faq-main
=========================== */
.faq-main {
  position: relative;
  padding-block: 50px var(--mh--space--60-150);
}
@media (width >= 768px ) {
  .faq-main {
    padding-top: 80px;
  }
}
/* franchise-intro
=========================== */
.franchise-intro {
  position: relative;
  padding-block: var(--mh--space--60-150);
  background: var(--mh--color--grayscale-900) url(../img/franchise/bg_intro01.png) no-repeat top right/220px;
}
.franchise-intro__head {
  font-weight: 900;
  margin-bottom: var(--mh--space--30-40);
}
.franchise-intro__txt {
  letter-spacing: var(--mh--letter-spacing--lg);
  line-height: var(--mh--line-height--lg);
}
.franchise-intro__txt + .franchise-intro__txt {
  margin-top: 26px;
}
.franchise-intro__deco {
  position: absolute;
  bottom: 9px;
  right: 10px;
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
}
.franchise-intro__deco .c-deco01 {
  height: 6px;
}
.franchise-intro__deco .c-deco01:nth-child(1) {
  width: 22px;
  margin: 0 0 0 auto;
}
.franchise-intro__deco .c-deco01:nth-child(2) {
  width: 5px;
  margin: -3px 20px 0 auto;
}
.franchise-intro__deco .c-deco01:nth-child(3) {
  width: 52px;
  margin: -3px 48px 0 auto;
}
.franchise-intro__deco .c-deco01:nth-child(4) {
  width: 24px;
  margin: -1px 33px 0 auto;
}
@media (width >= 768px ) {
  .franchise-intro {
    background-size: 650px;
    background-position: top right 40px;
  }
  .franchise-intro__deco {
    bottom: 20px;
    right: 60px;
  }
  .franchise-intro__deco .c-deco01 {
    height: 20px;
  }
  .franchise-intro__deco .c-deco01:nth-child(1) {
    width: 80px;
    margin: 0 0 0 auto;
  }
  .franchise-intro__deco .c-deco01:nth-child(2) {
    width: 20px;
    margin: -9px 70px 0 auto;
  }
  .franchise-intro__deco .c-deco01:nth-child(3) {
    width: 190px;
    margin: -12px 174px 0 auto;
  }
  .franchise-intro__deco .c-deco01:nth-child(4) {
    width: 86px;
    margin: -1px 127px 0 auto;
  }
}
/* franchise-merit
=========================== */
.franchise-merit {
  position: relative;
  padding-bottom: var(--mh--space--60-150);
}
.franchise-merit__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 0 -20px;
}
.franchise-merit__item {
  position: relative;
  display: grid;
  padding: var(--mh--space--xs);
}
.franchise-merit__item:nth-child(2n)::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  height: calc(100% - 114px);
  background: var(--mh--color--grayscale-500);
  margin: auto 0;
}
.franchise-merit__item:nth-child(n+3)::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  left: 0;
  width: calc(100% - 40px);
  height: 1px;
  background: var(--mh--color--grayscale-500);
  margin: 0 auto;
}
.franchise-merit__item-areaImg {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 148px;
  width: 100%;
  aspect-ratio: 1/1;
  border: 1px solid var(--mh--color--grayscale-900);
  border-radius: 50%;
  margin: 0 auto var(--mh--space--x3s);
}
.franchise-merit__item-num {
  position: absolute;
  top: 9px;
  left: 12px;
  padding: 0 3px;
  color: var(--mh--color--grayscale-800);
  font-size: var(--mh--font-size--x3l);
  background: var(--mh--color--surface-500);
}
.franchise-merit__item-ico {
  width: 60px;
}
.franchise-merit__item-head {
  font-size: var(--mh--font-size--xl);
  font-weight: 900;
  text-align: center;
  margin-bottom: var(--mh--space--x3s);
}
.franchise-merit__item-txt {
  line-height: var(--mh--line-height--lg);
}
.franchise-merit__deco {
  position: absolute;
  bottom: 9px;
  right: 10px;
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
}
.franchise-merit__deco .c-deco01 {
  height: 6px;
}
.franchise-merit__deco .c-deco01:nth-child(1) {
  width: 22px;
  margin: 0 0 0 auto;
}
.franchise-merit__deco .c-deco01:nth-child(2) {
  width: 5px;
  margin: -3px 20px 0 auto;
}
.franchise-merit__deco .c-deco01:nth-child(3) {
  width: 52px;
  margin: -3px 48px 0 auto;
}
.franchise-merit__deco .c-deco01:nth-child(4) {
  width: 24px;
  margin: -1px 33px 0 auto;
}
@media (width >= 768px ) {
  .franchise-merit__list {
    margin: 17px -40px 0;
  }
  .franchise-merit__item:nth-child(2n)::before {
    height: calc(100% - 80px);
  }
  .franchise-merit__item:nth-child(n+3)::after {
    width: calc(100% - 60px);
  }
  .franchise-merit__item:nth-child(n+3):nth-child(2n-1)::after {
    left: auto;
    right: 20px;
  }
  .franchise-merit__item:nth-child(n+3):nth-child(2n)::after {
    left: 20px;
    right: auto;
  }
  .franchise-merit__item-areaImg {
    max-width: 200px;
  }
  .franchise-merit__item-num {
    top: 18px;
    left: 18px;
    padding: 1px 3px;
  }
  .franchise-merit__item-head {
    font-size: var(--mh--font-size--x4l);
  }
  .franchise-merit__deco {
    bottom: 20px;
    right: 60px;
  }
  .franchise-merit__deco .c-deco01 {
    height: 20px;
  }
  .franchise-merit__deco .c-deco01:nth-child(1) {
    width: 80px;
    margin: 0 0 0 auto;
  }
  .franchise-merit__deco .c-deco01:nth-child(2) {
    width: 20px;
    margin: -9px 70px 0 auto;
  }
  .franchise-merit__deco .c-deco01:nth-child(3) {
    width: 190px;
    margin: -12px 174px 0 auto;
  }
  .franchise-merit__deco .c-deco01:nth-child(4) {
    width: 86px;
    margin: -1px 127px 0 auto;
  }
}
/* franchise-support
=========================== */
.franchise-support {
  padding-bottom: var(--mh--space--60-150);
}
.franchise-support__head {
  margin-bottom: var(--mh--space--25-70);
}
.franchise-support__subhead {
  margin-bottom: var(--mh--space--20-30);
}
.franchise-support__set01 {
  display: grid;
  gap: var(--mh--space--sm);
}
.franchise-support__set01 + .franchise-support__set01 {
  margin-top: 40px;
}
.franchise-support__set01-img img {
  width: 100%;
}
.franchise-support__set01-head {
  margin-bottom: var(--mh--space--20-30);
}
.franchise-support__set01-txt {
  line-height: var(--mh--line-height--lg);
  letter-spacing: var(--mh--letter-spacing--lg);
}
@media (width >= 768px ) {
  .franchise-support__set01 {
    grid-template-columns: 41.81818% 1fr;
    align-items: center;
  }
}
/* franchise-cv
=========================== */
.franchise-cv {
  position: relative;
  padding-block: var(--mh--space--xl);
  margin-bottom: 20px;
}
.franchise-cv__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.franchise-cv__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.franchise-cv__head {
  font-weight: 900;
  margin: 0 auto var(--mh--space--x2s);
}
.franchise-cv__lead {
  font-weight: 900;
  margin-bottom: var(--mh--space--sm);
}
.franchise-cv__set01 {
  padding: 30px var(--mh--space--20-80);
  background: var(--mh--color--grayscale-200);
}
.franchise-cv__set01-tel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.franchise-cv__set01-tel-num {
  font-size: var(--mh--font-size--x8l);
  margin-top: -4px;
}
.franchise-cv__set01-tel-num .c-ico::after {
  position: relative;
  top: 4px;
  height: 34px;
}
.franchise-cv__set01-tel-info {
  display: flex;
  gap: 10px;
  align-items: center;
  padding-left: 15px;
  margin-top: 14px;
}
.franchise-cv__set01-tel-info-lbl {
  font-size: var(--mh--font-size--sm);
  line-height: var(--mh--line-height--sm);
  color: var(--mh--color--grayscale-200);
  padding: 3px 12px 4px 12px;
  background: var(--mh--color--accent-500);
}
.franchise-cv__set01-tel-info-txt {
  color: var(--mh--color--grayscale-800);
  font-size: var(--mh--font-size--sm);
  letter-spacing: var(--mh--letter-spacing--lg);
}
.franchise-cv__set01-contact {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px dotted var(--mh--color--grayscale-900);
}
.franchise-cv__set01-contact .c-btn01 {
  display: grid;
  grid-template-columns: 27px 1fr;
  gap: 23px;
  align-items: center;
}
.franchise-cv__set01-contact .c-btn01 .c-ico.is-mail02::after {
  color: var(--mh--color--grayscale-200);
}
@media (width >= 768px ) {
  .franchise-cv__lead {
    text-align: center;
  }
  .franchise-cv__set01 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
  }
  .franchise-cv__set01-tel-num {
    display: flex;
    align-items: center;
    margin-left: 10px;
    margin-top: 0;
    font-size: var(--mh--font-size--x9l);
  }
  .franchise-cv__set01-tel-num .c-ico.is-tel01 {
    position: relative;
    top: -10px;
    margin-right: 9px;
  }
  .franchise-cv__set01-tel-info {
    padding-left: 12px;
    margin-top: 11px;
  }
  .franchise-cv__set01-contact {
    width: 100%;
    max-width: 390px;
    padding-top: 0;
    margin-top: 0;
    border-top: none;
  }
  .franchise-cv__set01-contact .c-btn01 {
    padding-left: 21px;
    min-height: 65px;
    max-width: 100%;
  }
}
/* home-concept
======================== */
.home-concept__inner {
  position: relative;
  padding-block: 64px 60px;
}
.home-concept__en {
  position: absolute;
  top: 25px;
  right: -15px;
  z-index: -1;
}
.home-concept__en span.is-txt {
  color: #fff;
  font-size: var(--mh--font-size--x21l);
  letter-spacing: var(--mh--letter-spacing--xs);
}
.home-concept__head {
  line-height: 1.04;
  margin-bottom: 30px;
  font-size: var(--mh--font-size--x11l);
}
.home-concept__txt {
  line-height: 1.8;
  margin: 10px -15px 0 0;
  font-size: var(--mh--font-size--xl);
}
.home-concept__txt.has-mt {
  margin: 16px 0 0;
  line-height: 1.4;
}
.home-concept__txt mark {
  margin-right: 5px;
  padding: 4px 5px;
  color: #fff;
  background: var(--mh--color--grayscale-900);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.home-concept__txt mark:after {
  display: inline-block;
  width: 18px;
  aspect-ratio: 1;
  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 18"><path d="M8.85478 0L6.53129 2.28571L11.7096 7.37979L0 7.37979L0 10.6132L11.7096 10.6132L6.53129 15.7143L8.85478 18L18 8.99652L8.85478 0Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18"><path d="M8.85478 0L6.53129 2.28571L11.7096 7.37979L0 7.37979L0 10.6132L11.7096 10.6132L6.53129 15.7143L8.85478 18L18 8.99652L8.85478 0Z"/></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: 4px;
  transition: color var(--mh--duration) var(--mh--easing);
}
.home-concept__btn {
  margin-top: 39px;
}
@media (width >= 768px ) {
  .home-concept__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 0 10px;
    padding-block: 127px 150px;
  }
  .home-concept__area-txt {
    width: fit-content;
  }
  .home-concept__en {
    top: 95px;
    right: 100px;
  }
  .home-concept__head {
    margin-bottom: 48px;
  }
  .home-concept__txt {
    margin: 5px 0 0;
    line-height: 1.3;
    font-size: var(--mh--font-size--x6l);
  }
  .home-concept__txt.has-mt {
    margin: 37px 0 0;
  }
  .home-concept__txt mark {
    display: inline-block;
    margin: 0 5px;
    padding: 0 10px;
    line-height: 1.24;
  }
  .home-concept__txt mark:after {
    width: 22px;
    margin-left: 11px;
    vertical-align: 4px;
  }
  .home-concept__btn {
    margin: 60px 0 0 auto;
  }
}
@media (hover: hover) and (pointer: fine) {
  .home-concept__txt a:hover mark:after {
    color: var(--mh--color--accent-500);
  }
}
/* home-mov
======================== */
.home-mov__inner {
  padding-block: 80px 60px;
}
.home-mov__area-video {
  position: relative;
}
.home-mov__video {
  position: relative;
  overflow: hidden;
  aspect-ratio: 335/251;
  margin-bottom: 60px;
}
.home-mov__video iframe,
.home-mov__video video,
.home-mov__video img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: none;
}
.home-mov__deco {
  position: absolute;
}
.home-mov__deco.is-01 {
  top: -94px;
  left: -10px;
}
.home-mov__deco.is-01 .c-deco01 {
  height: 6px;
}
.home-mov__deco.is-01 .c-deco01:nth-child(1) {
  width: 24px;
  margin: 0 0 6px 12px;
}
.home-mov__deco.is-01 .c-deco01:nth-child(2) {
  width: 14px;
  margin: 0 0 6px;
}
.home-mov__deco.is-01 .c-deco01:nth-child(3) {
  width: 80px;
  margin-left: 15px;
}
.home-mov__deco.is-02 {
  right: -15px;
  bottom: -40px;
}
.home-mov__deco.is-02 .c-deco01:nth-child(1) {
  width: 46px;
  margin: 0 40px 17px auto;
}
.home-mov__deco.is-02 .c-deco01:nth-child(2) {
  width: 110px;
  margin: 0 74px -3px 0;
}
.home-mov__deco.is-02 .c-deco01:nth-child(3) {
  width: 102px;
  margin: 0 0 0 auto;
}
@media (width >= 768px ) {
  .home-mov__inner {
    padding-block: 160px 180px;
  }
  .home-mov__video {
    max-width: 740px;
    margin: 0 auto 153px;
  }
  .home-mov__deco.is-01 {
    top: 258px;
    right: calc(50% + 114px + 370px);
    left: auto;
    width: 326px;
  }
  .home-mov__deco.is-01 .c-deco01 {
    height: 20px;
  }
  .home-mov__deco.is-01 .c-deco01:nth-child(1) {
    width: 79px;
    margin: 0 69px 0 auto;
  }
  .home-mov__deco.is-01 .c-deco01:nth-child(1) {
    width: 79px;
    margin: 0 69px 0 auto;
  }
  .home-mov__deco.is-01 .c-deco01:nth-child(2) {
    width: 190px;
    margin: 30px 136px 0 auto;
  }
  .home-mov__deco.is-01 .c-deco01:nth-child(3) {
    width: 176px;
    margin: -4px 0 0 auto;
  }
  .home-mov__deco.is-02 {
    top: 226px;
    left: calc(50% + 112px + 370px);
    width: 315px;
  }
  .home-mov__deco.is-02 .c-deco01 {
    height: 20px;
  }
  .home-mov__deco.is-02 .c-deco01:nth-child(1) {
    width: 80px;
    margin: 0 195px 0 auto;
  }
  .home-mov__deco.is-02 .c-deco01:nth-child(2) {
    width: 46px;
    margin: 20px auto 0 0;
  }
  .home-mov__deco.is-02 .c-deco01:nth-child(3) {
    width: 265px;
    margin: 20px 0 0 auto;
  }
}
/* home-mov-list
------------------------- */
.home-mov-list {
  display: grid;
  gap: 40px 0;
}
.home-mov-list__item {
  position: relative;
}
.home-mov-list__num {
  position: absolute;
  top: 0;
  right: 0;
  color: var(--mh--color--grayscale-100);
  font-size: var(--mh--font-size--x7l);
}
.home-mov-list__head {
  margin-bottom: 10px;
  padding-right: 40px;
}
.home-mov-list__txt {
  line-height: var(--mh--line-height--lg);
}
@media (width >= 768px ) {
  .home-mov-list {
    grid-template-columns: repeat(3, 1fr);
    gap: min(50px, 2.6041666667vw);
  }
  .home-mov-list__num {
    font-size: clamp(1.8rem, 2.1596244131vw + 0.9901408451rem, 4.1rem);
  }
  .home-mov-list__head {
    margin-bottom: 23px;
    font-size: clamp(1.8rem, 1.3145539906vw + 1.3070422535rem, 3.2rem);
  }
  .home-mov-list__txt {
    line-height: 1.9;
    font-size: var(--mh--font-size--lg);
  }
}
@media (width >= 1720px ) {
  .home-mov-list {
    gap: min(125px, 6.5104166667vw);
  }
}
/* home-cv
======================== */
.home-cv__inner {
  padding-block: 60px;
}
@media (width >= 768px ) {
  .home-cv__inner {
    padding-block: 150px;
  }
}
/* home-feature
=========================== */
.home-feature__inner {
  padding-bottom: 60px;
}
@media (width >= 768px ) {
  .home-feature__inner {
    padding-bottom: 150px;
  }
}
/* home-price
======================= */
.home-price__inner {
  padding-bottom: 60px;
}
@media (width >= 768px ) {
  .home-price__inner {
    padding-bottom: 150px;
  }
}
/* home-price-sec
--------------------------- */
.home-price-sec {
  padding: 20px;
  background: #fff;
}
.home-price-sec__wrap {
  display: grid;
  gap: 15px 0;
  margin-block: 30px;
}
.home-price-sec__head {
  margin-bottom: 20px;
  padding-bottom: 20px;
  text-align: center;
  font-weight: 900;
  font-size: var(--mh--font-size--x4l);
  border-bottom: 1px solid var(--mh--color--grayscale-700);
}
.home-price-sec__set {
  text-align: center;
}
.home-price-sec__set + .home-price-sec__set {
  margin-top: 16px;
}
.home-price-sec__tag {
  width: fit-content;
  min-width: 114px;
  margin: 0 auto 2px;
  padding: 0 10px 1px;
  color: #fff;
  text-align: center;
  font-size: var(--mh--font-size--xl);
  background: var(--mh--color--grayscale-900);
}
.home-price-sec__price {
  font-weight: 900;
}
.home-price-sec__price span.is-en {
  margin-right: 3px;
  font-size: var(--mh--font-size--x6l);
}
.home-price-sec__price span.is-num {
  vertical-align: -2px;
  font-size: var(--mh--font-size--x8l);
}
.home-price-sec__price span.is-suffix {
  font-size: var(--mh--font-size--xl);
}
.home-price-sec__txt {
  margin: 10px 0 0;
  font-weight: 900;
  font-size: var(--mh--font-size--x3l);
}
.home-price-sec__note {
  margin-top: 5px;
}
@media (width >= 768px ) {
  .home-price-sec {
    padding: 40px 70px 60px;
  }
  .home-price-sec__wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-block: 70px 60px;
  }
  .home-price-sec__head {
    margin-bottom: 30px;
    padding-bottom: 28px;
  }
  .home-price-sec__set {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 405px;
    margin-inline: auto;
  }
  .home-price-sec__set + .home-price-sec__set {
    margin-top: 10px;
  }
  .home-price-sec__set.is-col1-md-up {
    flex-direction: column;
    justify-content: center;
    min-height: 110px;
  }
  .home-price-sec__tag {
    margin: 0;
    padding: 0 10px 2px;
  }
  .home-price-sec__txt {
    margin: 20px 0 0;
  }
  .home-price-sec__note {
    margin-top: 10px;
    text-align: center;
  }
}
/* home-price-line
------------------------------- */
.home-price-line {
  display: grid;
  gap: 15px 0;
  margin-block: 55px 30px;
  padding: 20px;
  outline: 1px solid;
}
.home-price-line__head {
  margin-bottom: 3px;
  font-weight: 900;
  font-size: var(--mh--font-size--xl);
}
.home-price-line dl {
  font-weight: 900;
}
.home-price-line dl dt {
  margin-bottom: 1px;
  font-size: var(--mh--font-size--x4l);
}
.home-price-line dl dd span.is-tag {
  margin-right: 5px;
  padding: 2px 10px 5px;
  color: #fff;
  font-size: var(--mh--font-size--xl);
  vertical-align: 4px;
  background: var(--mh--color--grayscale-900);
}
.home-price-line dl dd span.is-en {
  margin-right: 2px;
  font-size: var(--mh--font-size--x6l);
}
.home-price-line dl dd span.is-num {
  font-size: var(--mh--font-size--x8l);
  vertical-align: -3px;
}
.home-price-line dl dd span.is-suffix {
  font-size: var(--mh--font-size--xl);
}
.home-price-line__area-txt {
  padding: 20px;
  background: #fff;
}
@media (width >= 768px ) {
  .home-price-line {
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    margin-block: 110px 60px;
    padding: 73px min(196px, 10.2083333333vw);
  }
  .home-price-line__area-head {
    padding-right: 30px;
  }
  .home-price-line dl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0 20px;
  }
  .home-price-line dl dd span.is-tag {
    vertical-align: 9px;
    padding: 2px 10px;
  }
  .home-price-line__area-txt {
    padding: 20px 30px;
  }
}
@media (768px <= width < 1720px) {
  .home-price-line {
    grid-template-columns: 58% 42%;
    padding-inline: 50px;
  }
}
/* home-trainer
======================== */
.home-trainer__img-wrap {
  display: grid;
}
.home-trainer__img img {
  width: 100%;
}
.home-trainer__inner {
  display: grid;
  gap: 30px 0;
  padding-block: 30px 60px;
  color: #fff;
  background: var(--mh--color--accent-500);
}
@media (width < 768px) {
  .home-trainer__img {
    grid-column: span 2;
  }
  .home-trainer__img:nth-child(n+4) {
    grid-column: span 3;
  }
  .home-trainer__img-wrap {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (width >= 768px ) {
  .home-trainer {
    background: linear-gradient(to top, var(--mh--color--accent-500) calc(100% - 116px), transparent calc(100% - 116px));
  }
  .home-trainer__img-wrap {
    grid-template-columns: repeat(5, 1fr);
    gap: 0 20px;
  }
  .home-trainer__inner {
    display: grid;
    grid-template-columns: minmax(auto, 645px) 380px;
    align-items: start;
    justify-content: space-between;
    gap: 0 40px;
    padding-block: 70px 150px;
  }
}
/* home-shop
===================== */
.home-shop__head {
  position: relative;
}
@media (width >= 768px ) {
  .home-shop__head {
    display: grid;
    grid-template-columns: 1fr 340px;
    grid-template-areas: "en anchor" "en head" "lead lead";
    gap: 0 20px;
  }
  .home-shop__head .c-head02__en {
    grid-area: en;
  }
  .home-shop__head .c-head02__main {
    grid-area: head;
    margin: 25px 0 0 auto;
  }
  .home-shop__head .c-head02__lead {
    grid-area: lead;
  }
}
/* home-shop-anchor
-------------------------- */
.home-shop-anchor {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 20px;
}
.home-shop-anchor__item a {
  display: grid;
  place-items: center;
  padding: 10px 5px;
  min-width: 60px;
  min-height: 60px;
  color: #fff;
  font-weight: 900;
  font-size: var(--mh--font-size--sm);
  background: var(--mh--color--grayscale-900);
}
@media (width >= 768px ) {
  .home-shop-anchor {
    gap: 10px;
    margin: 0 0 0 auto;
  }
  .home-shop-anchor__item a {
    min-width: 94px;
    min-height: 94px;
    font-size: var(--mh--font-size--lg);
  }
}
/* home-shop-sec
------------------------- */
.home-shop-sec + .home-shop-sec {
  margin-top: 40px;
}
@media (width < 768px) {
  .home-shop-sec__head.js-c-toggle-trigger {
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--mh--color--grayscale-700);
  }
  .home-shop-sec__head.js-c-toggle-trigger.is-active:after {
    transform: translateY(0);
  }
  .home-shop-sec__head.js-c-toggle-trigger:before, .home-shop-sec__head.js-c-toggle-trigger:after {
    content: "";
    position: absolute;
    top: 16px;
    right: 0;
    width: 25px;
    height: 5px;
    background: currentColor;
  }
  .home-shop-sec__head.js-c-toggle-trigger:after {
    transform: rotate(90deg);
    transition: transform var(--mh--duration) var(--mh--easing);
  }
}
@media (width >= 768px ) {
  .home-shop-sec + .home-shop-sec {
    margin-top: 120px;
  }
  .home-shop-sec .js-c-toggle-content {
    display: block !important;
  }
  .home-shop-sec__head {
    pointer-events: none;
    margin-bottom: var(--mh--space--x2s);
  }
}
/* home-shop-sec-detail
----------------------------- */
.home-shop-sec-detail + .home-shop-sec-detail {
  margin-top: 30px;
}
.home-shop-sec-detail__head {
  font-weight: 900;
  font-size: var(--mh--font-size--lg);
}
@media (width < 768px) {
  .home-shop-sec-detail__head {
    padding-bottom: 9px;
    border-bottom: 1px solid var(--mh--color--grayscale-700);
  }
  .home-shop-sec-detail__head.js-c-toggle-trigger {
    position: relative;
  }
  .home-shop-sec-detail__head.js-c-toggle-trigger.is-active:after {
    transform: translateY(0);
  }
  .home-shop-sec-detail__head.js-c-toggle-trigger:before, .home-shop-sec-detail__head.js-c-toggle-trigger:after {
    content: "";
    position: absolute;
    top: 10px;
    right: 0;
    width: 15px;
    height: 3px;
    background: currentColor;
  }
  .home-shop-sec-detail__head.js-c-toggle-trigger:after {
    transform: rotate(90deg);
    transition: transform var(--mh--duration) var(--mh--easing);
  }
}
@media (width >= 768px ) {
  .home-shop-sec-detail + .home-shop-sec-detail {
    margin-top: 66px;
  }
  .home-shop-sec-detail__head {
    margin-bottom: 10px;
    color: var(--mh--color--grayscale-700);
    pointer-events: none;
  }
}
/* home-map
========================== */
.home-map__inner {
  padding-block: 55px 60px;
}
@media (width >= 768px ) {
  .home-map__inner {
    padding-block: 110px 150px;
  }
}
/* home-flow-list
---------------------------- */
.home-flow-list__item {
  display: grid;
  gap: 20px 0;
  padding-bottom: var(--mh--space--30-70);
  border-bottom: 1px solid;
}
.home-flow-list__item + .home-flow-list__item {
  margin-top: var(--mh--space--30-70);
}
.home-flow-list__item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.home-flow-list__head-num {
  margin-bottom: 10px;
  color: var(--mh--color--grayscale-800);
  font-size: var(--mh--font-size--x2l);
}
.home-flow-list__head-main {
  font-weight: 900;
  font-size: var(--mh--font-size--x7l);
}
.home-flow-list__img img {
  width: 100%;
}
.home-flow-list__time {
  width: fit-content;
  margin-top: 10px;
  padding: 0 12px;
  line-height: var(--mh--line-height--lg);
  font-weight: 700;
  color: #fff;
  font-size: var(--mh--font-size--lg);
  background: var(--mh--color--accent-500);
}
@media (width >= 768px ) {
  .home-flow-list__item {
    grid-template-columns: 1fr 31.4814814815% 1fr;
    align-items: start;
    gap: 0 min(105px, 5.46875vw);
  }
  .home-flow-list__head-num {
    margin-bottom: 20px;
  }
  .home-flow-list__head-main {
    font-size: clamp(2rem, 1.9718309859vw + 1.2605633803rem, 4.1rem);
  }
  .home-flow-list__time {
    margin-top: 20px;
  }
}
@media (768px <= width < 1720px) {
  .home-flow-list__item {
    gap: 0 min(80px, 4.1666666667vw);
  }
}
/* price-plan-point
--------------------------- */
.price-plan-point {
  padding: 20px;
  background: #fff;
  outline: 1px solid;
}
.price-plan-point__head {
  display: grid;
  gap: 0 10px;
  grid-template-columns: 25px 1fr;
  margin-bottom: var(--mh--space--20-30);
  padding-bottom: var(--mh--space--x3s);
  font-weight: 900;
  font-size: var(--mh--font-size--xl);
  border-bottom: 1px solid var(--mh--color--grayscale-700);
}
.price-plan-point__head:before {
  display: inline-block;
  width: 25px;
  aspect-ratio: 1;
  color: var(--mh--color--accent-500);
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 25 25"><path d="M12.5 1.944c5.82 0 10.556 4.736 10.556 10.556S18.32 23.056 12.5 23.056 1.944 18.32 1.944 12.5 6.68 1.944 12.5 1.944M12.5 0C5.596 0 0 5.596 0 12.5S5.596 25 12.5 25 25 19.404 25 12.5 19.404 0 12.5 0"/><path d="m17.933 7.136-7.346 7.346-3.531-3.531-2.177 2.176 5.708 5.708 9.523-9.522z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 25 25"><path d="M12.5 1.944c5.82 0 10.556 4.736 10.556 10.556S18.32 23.056 12.5 23.056 1.944 18.32 1.944 12.5 6.68 1.944 12.5 1.944M12.5 0C5.596 0 0 5.596 0 12.5S5.596 25 12.5 25 25 19.404 25 12.5 19.404 0 12.5 0"/><path d="m17.933 7.136-7.346 7.346-3.531-3.531-2.177 2.176 5.708 5.708 9.523-9.522z"/></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 >= 768px ) {
  .price-plan-point {
    padding: 60px;
  }
}
/* privacypolicy-cv
============================ */
@media (width >= 768px ) {
  .privacypolicy-cv {
    padding-right: 200px;
  }
  .privacypolicy-cv__btn {
    position: absolute;
    top: 50%;
    right: 50px;
    transform: translateY(-50%);
    margin-top: 0;
  }
}
/* recruit-intro
============================== */
.recruit-intro__box {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px 0;
}
@media (width < 768px) {
  .recruit-intro__img {
    margin-inline: -20px;
  }
}
@media (width >= 768px ) {
  .recruit-intro__box {
    grid-template-columns: 1fr 350px;
    align-items: start;
    gap: 40px 20px;
  }
  .recruit-intro__box-txt {
    align-self: center;
    justify-self: end;
    padding-bottom: 25px;
  }
}
/* recruit-feature-sec
--------------------------------- */
.recruit-feature-sec {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px 100px;
  padding-bottom: var(--mh--space--30-50);
  border-bottom: 1px solid;
}
.recruit-feature-sec + .recruit-feature-sec {
  margin-top: var(--mh--space--sm);
}
.recruit-feature-sec__num {
  margin-bottom: var(--mh--space--x3s);
  font-size: var(--mh--font-size--x3l);
  color: var(--mh--color--grayscale-800);
}
.recruit-feature-sec__head {
  font-size: var(--mh--font-size--x8l);
  font-weight: 900;
}
.recruit-feature-sec__img img {
  width: 100%;
}
@media (width >= 768px ) {
  .recruit-feature-sec {
    grid-template-areas: "top img" "head img" "txt img" "bottom img";
    grid-template-columns: 1fr 465px;
    gap: 0 100px;
    align-items: center;
  }
  .recruit-feature-sec__area-head {
    grid-area: head;
    margin-bottom: 30px;
  }
  .recruit-feature-sec__img {
    grid-area: img;
    width: 100%;
  }
  .recruit-feature-sec__area-txt {
    grid-area: txt;
  }
  .recruit-feature-sec .c-btn01 {
    max-width: 335px;
    min-height: 65px;
    padding-inline: 20px 58px;
  }
  .recruit-feature-sec .c-btn01::after {
    right: 20px;
    width: 18px;
  }
}
/* recruit-feature-sec-point
------------------------------- */
.recruit-feature-sec-point {
  padding: 0 10px 20px;
  margin-top: var(--mh--space--20-60);
  background: #fff;
}
.recruit-feature-sec-point__head {
  width: fit-content;
  padding: 3px 12px 5px;
  margin: 0 0 10px -10px;
  font-size: var(--mh--font-size--x2l);
  color: #fff;
  background: var(--mh--color--accent-500);
}
@media (width >= 768px ) {
  .recruit-feature-sec-point__head {
    padding: 2px 12px 3px;
  }
}
/* recruit-feature-field
------------------------------- */
.recruit-feature-field {
  padding-bottom: var(--mh--space--30-50);
  border-bottom: 1px solid;
}
.recruit-feature-field__list {
  display: grid;
  grid-template-columns: repeat(2, 155px);
  gap: 25px;
  justify-content: center;
  text-align: center;
}
.recruit-feature-field__list > li {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--mh--space--x3s) 0;
  place-content: start center;
}
.recruit-feature-field__list-img {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  border: 1px solid;
  border-radius: 50%;
}
.recruit-feature-field__list-img img {
  width: 60px;
}
.recruit-feature-field__list-num {
  position: absolute;
  top: 12px;
  left: 14px;
  background: var(--mh--color--surface-500);
}
.recruit-feature-field__list-txt {
  font-size: var(--mh--font-size--xl);
}
@media (width >= 768px ) {
  .recruit-feature-field__list {
    grid-template-columns: repeat(4, 200px);
    gap: 75px;
  }
  .recruit-feature-field__list-num {
    top: 18px;
    color: var(--mh--color--grayscale-800);
  }
  .recruit-feature-field__list-txt {
    font-size: var(--mh--font-size--x4l);
  }
}
/* recruit-links
======================= */
.recruit-links {
  position: relative;
}
.recruit-links__deco01 {
  position: absolute;
  top: 20px;
  left: 0;
}
.recruit-links__deco01 .c-deco01 {
  height: 8px;
}
.recruit-links__deco01 .c-deco01:nth-child(1) {
  width: 72px;
  margin: 0 0 0 28px;
}
.recruit-links__deco01 .c-deco01:nth-child(2) {
  width: 21px;
  margin: 10px 0 0 7px;
}
.recruit-links__deco02 {
  position: absolute;
  right: 0;
  bottom: 0;
}
.recruit-links__deco02 .c-deco01 {
  height: 8px;
}
.recruit-links__deco02 .c-deco01:nth-child(1) {
  width: 18px;
  margin: 0 82px 0 auto;
}
.recruit-links__deco02 .c-deco01:nth-child(2) {
  width: 8px;
  margin: -4px 77px 0 auto;
}
.recruit-links__deco02 .c-deco01:nth-child(3) {
  margin: 80px;
  margin: 3px 0 0 auto;
}
@media (width >= 768px ) {
  .recruit-links__deco01 {
    top: 76px;
  }
  .recruit-links__deco01 .c-deco01 {
    height: 20px;
  }
  .recruit-links__deco01 .c-deco01:nth-child(1) {
    width: 190px;
    margin: 0 0 0 145px;
  }
  .recruit-links__deco01 .c-deco01:nth-child(2) {
    width: 56px;
    margin: 26px 0 0 94px;
  }
  .recruit-links__deco01 .c-deco01:nth-child(3) {
    width: 60px;
    margin: -10px 0 0;
  }
  .recruit-links__deco02 {
    bottom: -10px;
  }
  .recruit-links__deco02 .c-deco01 {
    height: 20px;
  }
  .recruit-links__deco02 .c-deco01:nth-child(1) {
    width: 46px;
    margin: 0 278px 0 auto;
  }
  .recruit-links__deco02 .c-deco01:nth-child(2) {
    width: 20px;
    margin: -10px 262px 0 auto;
  }
  .recruit-links__deco02 .c-deco01:nth-child(3) {
    width: 265px;
    margin: 10px 7px 0 auto;
  }
}
/* recruit-links-bnr01
---------------------------- */
.recruit-links-bnr01 {
  display: block;
  padding: 20px;
  background: #fff;
}
.recruit-links-bnr01[target] .recruit-links-bnr01__head::after {
  transform: rotate(-45deg);
}
.recruit-links-bnr01__wrap {
  display: grid;
  gap: 10px 0;
}
.recruit-links-bnr01__img {
  margin: 0 0 20px;
  overflow: hidden;
}
.recruit-links-bnr01__img img {
  width: 100%;
  transition: transform var(--mh--duration) var(--mh--easing);
}
.recruit-links-bnr01__head {
  display: grid;
  grid-template-columns: 1fr 22px;
  gap: 0 var(--mh--space--x3s);
  align-items: center;
  width: fit-content;
  margin: 0 0 10px;
  font-size: var(--mh--font-size--x7l);
  font-weight: 900;
  transition: color var(--mh--duration) var(--mh--easing);
}
.recruit-links-bnr01__head::after {
  display: inline-block;
  width: 27px;
  aspect-ratio: 1;
  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 18"><path d="M8.85478 0L6.53129 2.28571L11.7096 7.37979L0 7.37979L0 10.6132L11.7096 10.6132L6.53129 15.7143L8.85478 18L18 8.99652L8.85478 0Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18"><path d="M8.85478 0L6.53129 2.28571L11.7096 7.37979L0 7.37979L0 10.6132L11.7096 10.6132L6.53129 15.7143L8.85478 18L18 8.99652L8.85478 0Z"/></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);
}
.recruit-links-bnr01__txt {
  line-height: var(--mh--line-height--lg);
  letter-spacing: var(--mh--letter-spacing--lg);
}
@media (width >= 768px ) {
  .recruit-links-bnr01 {
    display: grid;
    grid-template-areas: "head img" "txt txt";
    grid-template-columns: repeat(2, 1fr);
    gap: 0 min(60px, 3.125vw);
    align-content: start;
    align-items: start;
    padding: 20px 20px 30px 30px;
  }
  .recruit-links-bnr01__wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .recruit-links-bnr01__head {
    grid-area: head;
    align-self: end;
    margin: 0;
    font-size: 2.5rem;
  }
  .recruit-links-bnr01__img {
    grid-area: img;
    margin: 0;
  }
  .recruit-links-bnr01__txt {
    grid-area: txt;
    align-self: start;
    margin-top: 30px;
  }
}
@media (width >= 1280px ) {
  .recruit-links-bnr01__head {
    font-size: clamp(1.7rem, 2.0833333333vw + 0.1rem, 4.1rem);
  }
}
@media (hover: hover) and (pointer: fine) {
  .recruit-links-bnr01:hover .recruit-links-bnr01__img img {
    transform: scale(1.1);
  }
  .recruit-links-bnr01:hover .recruit-links-bnr01__head {
    color: var(--mh--color--accent-500);
  }
}
/* recruit-links-set
------------------------------- */
.recruit-links-set {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--mh--space--x3s) 0;
}
@media (width >= 768px ) {
  .recruit-links-set {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
/* recruit-links-top
-------------------------------- */
.recruit-links-top {
  position: relative;
  display: block;
}
.recruit-links-top[target] .recruit-links-top__txt::after {
  transform: rotate(-45deg);
}
.recruit-links-top__img {
  overflow: hidden;
}
.recruit-links-top__img img {
  width: 100%;
  transition: transform var(--mh--duration) var(--mh--easing);
}
.recruit-links-top__txt {
  position: absolute;
  right: 12px;
  bottom: 10px;
  display: grid;
  grid-template-columns: 1fr 22px;
  gap: 0 20px;
  align-items: center;
  font-size: var(--mh--font-size--x8l);
  color: #fff;
  transition: color var(--mh--duration) var(--mh--easing);
}
.recruit-links-top__txt::after {
  display: inline-block;
  width: 18px;
  aspect-ratio: 1;
  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 18"><path d="M8.85478 0L6.53129 2.28571L11.7096 7.37979L0 7.37979L0 10.6132L11.7096 10.6132L6.53129 15.7143L8.85478 18L18 8.99652L8.85478 0Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18"><path d="M8.85478 0L6.53129 2.28571L11.7096 7.37979L0 7.37979L0 10.6132L11.7096 10.6132L6.53129 15.7143L8.85478 18L18 8.99652L8.85478 0Z"/></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;
}
@media (width >= 768px ) {
  .recruit-links-top__txt {
    right: 30px;
    bottom: 20px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .recruit-links-top:hover .recruit-links-top__img img {
    transform: scale(1.1);
  }
  .recruit-links-top:hover .recruit-links-top__txt {
    color: var(--mh--color--accent-500);
  }
}
/* recruit-links-bnr02
----------------------------- */
.recruit-links-bnr02 {
  display: block;
  padding: 30px 20px;
  background: #fff;
}
.recruit-links-bnr02[target] .recruit-links-bnr02__head::after {
  transform: rotate(-45deg);
}
.recruit-links-bnr02__wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--mh--space--x3s) 0;
}
.recruit-links-bnr02__cat {
  width: fit-content;
  padding: 0 5px;
  margin-bottom: 10px;
  font-size: var(--mh--font-size--xl);
  font-weight: 900;
  color: #fff;
  background: var(--mh--color--accent-500);
}
.recruit-links-bnr02__head {
  display: grid;
  grid-template-columns: 1fr 22px;
  gap: 0 20px;
  align-items: center;
  width: fit-content;
  font-size: var(--mh--font-size--x4l);
  font-weight: 900;
  transition: color var(--mh--duration) var(--mh--easing);
}
.recruit-links-bnr02__head::after {
  display: inline-block;
  width: 25px;
  aspect-ratio: 1;
  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 18"><path d="M8.85478 0L6.53129 2.28571L11.7096 7.37979L0 7.37979L0 10.6132L11.7096 10.6132L6.53129 15.7143L8.85478 18L18 8.99652L8.85478 0Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18"><path d="M8.85478 0L6.53129 2.28571L11.7096 7.37979L0 7.37979L0 10.6132L11.7096 10.6132L6.53129 15.7143L8.85478 18L18 8.99652L8.85478 0Z"/></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 >= 768px ) {
  .recruit-links-bnr02 {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px 80px 40px 50px;
  }
  .recruit-links-bnr02[target] .recruit-links-bnr02__head::after {
    transform: translateY(-50%) rotate(-45deg);
  }
  .recruit-links-bnr02__cat {
    font-size: var(--mh--font-size--x2l);
  }
  .recruit-links-bnr02__head {
    display: block;
    font-size: 2.5rem;
  }
  .recruit-links-bnr02__head::after {
    position: absolute;
    top: 50%;
    right: 45px;
    width: 27px;
    transform: translateY(-50%);
  }
}
@media (width >= 1280px ) {
  .recruit-links-bnr02__head {
    font-size: clamp(1.7rem, 2.0833333333vw + 0.1rem, 4.1rem);
  }
}
@media (hover: hover) and (pointer: fine) {
  .recruit-links-bnr02:hover .recruit-links-bnr02__head {
    color: var(--mh--color--accent-500);
  }
}
/* scta-main
=========================== */
.scta-main {
  padding-block: var(--mh--space--60-150);
}
.scta-main__table-txt {
  margin: 20px 0 10px;
}
.u-hidden {
  display: none;
}
.u-inline {
  display: inline;
}
.u-inline-block {
  display: inline-block;
}
.u-block {
  display: block;
}
.u-flex {
  display: flex;
}
.u-grid {
  display: grid;
}
@media (width < 640px) {
  .u-hidden-sm-down {
    display: none;
  }
}
@media (width < 768px) {
  .u-hidden-md-down {
    display: none;
  }
}
@media (width < 1100px) {
  .u-hidden-lg-down {
    display: none;
  }
}
@media (width < 1280px) {
  .u-hidden-xl-down {
    display: none;
  }
}
@media (width < 1720px) {
  .u-hidden-x2l-down {
    display: none;
  }
}
@media (width >= 640px) {
  .u-hidden-sm-up {
    display: none;
  }
}
@media (width >= 768px ) {
  .u-hidden-md-up {
    display: none;
  }
}
@media (width >= 1100px ) {
  .u-hidden-lg-up {
    display: none;
  }
}
@media (width >= 1280px ) {
  .u-hidden-xl-up {
    display: none;
  }
}
@media (width >= 1720px ) {
  .u-hidden-x2l-up {
    display: none;
  }
}
/* overflow
-------------------------------------- */
.u-overflow-auto {
  overflow: auto;
}
.u-overflow-hidden {
  overflow: hidden;
}
.u-overflow-visible {
  overflow: visible;
}
/* screen reader
-------------------------------------- */
.u-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  white-space: nowrap;
  border-width: 0;
  clip: rect(0, 0, 0, 0);
}
/* text-transform
-------------------------------------- */
.u-uppercase {
  text-transform: uppercase;
}
.u-capitalize {
  text-transform: capitalize;
}
/* text-align
-------------------------------------- */
.u-text-left {
  text-align: left;
}
.u-text-right {
  text-align: right;
}
.u-text-center {
  text-align: center;
}
@media (width < 640px) {
  .u-text-left-sm-down {
    text-align: left;
  }
}
@media (width < 640px) {
  .u-text-right-sm-down {
    text-align: right;
  }
}
@media (width < 640px) {
  .u-text-center-sm-down {
    text-align: center;
  }
}
@media (width < 768px) {
  .u-text-left-md-down {
    text-align: left;
  }
}
@media (width < 768px) {
  .u-text-right-md-down {
    text-align: right;
  }
}
@media (width < 768px) {
  .u-text-center-md-down {
    text-align: center;
  }
}
@media (width < 1100px) {
  .u-text-left-lg-down {
    text-align: left;
  }
}
@media (width < 1100px) {
  .u-text-right-lg-down {
    text-align: right;
  }
}
@media (width < 1100px) {
  .u-text-center-lg-down {
    text-align: center;
  }
}
@media (width < 1280px) {
  .u-text-left-xl-down {
    text-align: left;
  }
}
@media (width < 1280px) {
  .u-text-right-xl-down {
    text-align: right;
  }
}
@media (width < 1280px) {
  .u-text-center-xl-down {
    text-align: center;
  }
}
@media (width < 1720px) {
  .u-text-left-x2l-down {
    text-align: left;
  }
}
@media (width < 1720px) {
  .u-text-right-x2l-down {
    text-align: right;
  }
}
@media (width < 1720px) {
  .u-text-center-x2l-down {
    text-align: center;
  }
}
@media (width >= 640px) {
  .u-text-left-sm-up {
    text-align: left;
  }
}
@media (width >= 640px) {
  .u-text-right-sm-up {
    text-align: right;
  }
}
@media (width >= 640px) {
  .u-text-center-sm-up {
    text-align: center;
  }
}
@media (width >= 768px ) {
  .u-text-left-md-up {
    text-align: left;
  }
}
@media (width >= 768px ) {
  .u-text-right-md-up {
    text-align: right;
  }
}
@media (width >= 768px ) {
  .u-text-center-md-up {
    text-align: center;
  }
}
@media (width >= 1100px ) {
  .u-text-left-lg-up {
    text-align: left;
  }
}
@media (width >= 1100px ) {
  .u-text-right-lg-up {
    text-align: right;
  }
}
@media (width >= 1100px ) {
  .u-text-center-lg-up {
    text-align: center;
  }
}
@media (width >= 1280px ) {
  .u-text-left-xl-up {
    text-align: left;
  }
}
@media (width >= 1280px ) {
  .u-text-right-xl-up {
    text-align: right;
  }
}
@media (width >= 1280px ) {
  .u-text-center-xl-up {
    text-align: center;
  }
}
@media (width >= 1720px ) {
  .u-text-left-x2l-up {
    text-align: left;
  }
}
@media (width >= 1720px ) {
  .u-text-right-x2l-up {
    text-align: right;
  }
}
@media (width >= 1720px ) {
  .u-text-center-x2l-up {
    text-align: center;
  }
}
/* font-size
-------------------------------------- */
.u-text-x3s {
  font-size: var(--mh--font-size--x3s);
}
.u-text-x2s {
  font-size: var(--mh--font-size--x2s);
}
.u-text-xs {
  font-size: var(--mh--font-size--xs);
}
.u-text-sm {
  font-size: var(--mh--font-size--sm);
}
.u-text-md {
  font-size: var(--mh--font-size--md);
}
.u-text-lg {
  font-size: var(--mh--font-size--lg);
}
.u-text-xl {
  font-size: var(--mh--font-size--xl);
}
.u-text-x2l {
  font-size: var(--mh--font-size--x2l);
}
.u-text-x3l {
  font-size: var(--mh--font-size--x3l);
}
.u-text-x4l {
  font-size: var(--mh--font-size--x4l);
}
.u-text-x5l {
  font-size: var(--mh--font-size--x5l);
}
.u-text-x6l {
  font-size: var(--mh--font-size--x6l);
}
.u-text-x7l {
  font-size: var(--mh--font-size--x7l);
}
.u-text-x8l {
  font-size: var(--mh--font-size--x8l);
}
.u-text-x9l {
  font-size: var(--mh--font-size--x9l);
}
.u-text-x10l {
  font-size: var(--mh--font-size--x10l);
}
.u-text-x11l {
  font-size: var(--mh--font-size--x11l);
}
.u-text-x12l {
  font-size: var(--mh--font-size--x12l);
}
.u-text-x13l {
  font-size: var(--mh--font-size--x13l);
}
.u-text-x14l {
  font-size: var(--mh--font-size--x14l);
}
.u-text-x15l {
  font-size: var(--mh--font-size--x15l);
}
.u-text-x16l {
  font-size: var(--mh--font-size--x16l);
}
.u-text-x17l {
  font-size: var(--mh--font-size--x17l);
}
.u-text-x18l {
  font-size: var(--mh--font-size--x18l);
}
.u-text-x19l {
  font-size: var(--mh--font-size--x19l);
}
.u-text-x20l {
  font-size: var(--mh--font-size--x20l);
}
.u-text-x21l {
  font-size: var(--mh--font-size--x21l);
}
.u-text-x22l {
  font-size: var(--mh--font-size--x22l);
}
.u-text-x23l {
  font-size: var(--mh--font-size--x23l);
}
.u-text-x24l {
  font-size: var(--mh--font-size--x24l);
}
.u-text-x21l,
.u-text-x22l,
.u-text-x23l,
.u-text-x24l {
  letter-spacing: var(--mh--letter-spacing--xs);
}
/* line-height
-------------------------------------- */
.u-leading-none {
  line-height: var(--mh--line-height--none);
}
.u-leading-sm {
  line-height: var(--mh--line-height--sm);
}
.u-leading-md {
  line-height: var(--mh--line-height--md);
}
.u-leading-lg {
  line-height: var(--mh--line-height--lg);
}
/* letter-spacing
-------------------------------------- */
.u-tracking-xs {
  letter-spacing: var(--mh--letter-spacing--xs);
}
.u-tracking-sm {
  letter-spacing: var(--mh--letter-spacing--sm);
}
.u-tracking-md {
  letter-spacing: var(--mh--letter-spacing--md);
}
.u-tracking-lg {
  letter-spacing: var(--mh--letter-spacing--lg);
}
/* font-weight
-------------------------------------- */
.u-font-bold {
  font-weight: 700;
}
.u-font-strong {
  font-weight: 900;
}
/* font-family
-------------------------------------- */
.u-font-en {
  font-family: var(--mh--font-family--en);
  font-weight: 700;
  line-height: var(--mh--line-height--sm);
  letter-spacing: var(--mh--letter-spacing--sm);
}
/* text decoration
-------------------------------- */
.u-text-underline {
  text-decoration: underline;
}
/* position
-------------------------------------- */
.u-relative {
  position: relative;
}
.u-absolute {
  position: absolute !important;
}
/* layout
-------------------------------------- */
.u-inner {
  padding-right: var(--mh--contents--padding--side);
  padding-left: var(--mh--contents--padding--side);
}
@media (width >= 768px ) {
  .u-inner {
    width: 100%;
    max-width: var(--mh--contents--width-with-padding);
    margin-right: auto;
    margin-left: auto;
  }
}
@media (width < 768px) {
  .u-sp-inner {
    padding-right: var(--mh--contents--padding--side);
    padding-left: var(--mh--contents--padding--side);
  }
}
.u-wide-inner {
  padding-right: var(--mh--contents--padding--side);
  padding-left: var(--mh--contents--padding--side);
}
@media (width >= 768px ) {
  .u-wide-inner {
    width: 100%;
    max-width: var(--mh--contents--wide-width-with-padding);
    margin-right: auto;
    margin-left: auto;
  }
}
.u-big-inner {
  padding-right: var(--mh--contents--padding--side);
  padding-left: var(--mh--contents--padding--side);
}
@media (width >= 768px ) {
  .u-big-inner {
    width: 100%;
    max-width: var(--mh--contents--big-width-with-padding);
    margin-right: auto;
    margin-left: auto;
  }
}
.u-item-center {
  display: grid;
  place-items: center;
}
.u-clearfix {
  clear: both;
  display: block;
  height: 0;
  border: none;
}
/* link
-------------------------------------- */
a.u-alpha {
  display: block;
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  a.u-alpha {
    transition: opacity var(--mh--duration) var(--mh--easing);
  }
  a.u-alpha:hover {
    opacity: 0.7;
  }
}
a.u-zoom {
  display: block;
  text-decoration: none;
}
a.u-zoom .u-zoom__img {
  display: block;
}
a.u-zoom .u-zoom__img-wrap {
  display: block;
  overflow: hidden;
}
@media (hover: hover) and (pointer: fine) {
  a.u-zoom .u-zoom__img {
    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;
  z-index: 2;
  display: block;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
}
a[class].u-text-underline {
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  a[class].u-text-underline:hover {
    text-decoration: none;
  }
}
@media (hover: hover) and (pointer: fine) {
  .u-hover-accent-500 {
    transition: color var(--mh--duration) var(--mh--easing);
  }
  .u-hover-accent-500:hover {
    color: var(--mh--color--accent-500);
  }
  a:hover .u-hover-accent-500 {
    color: var(--mh--color--accent-500);
  }
}
a.u-hover-bg-slide {
  position: relative;
  z-index: 1;
}
a.u-hover-bg-slide:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: var(--mh--color--grayscale-800);
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.75s cubic-bezier(0.23, 1, 0.32, 1);
}
@media (hover: hover) and (pointer: fine) {
  a.u-hover-bg-slide:hover:before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}
@media (hover: hover) and (pointer: fine) {
  a.u-link-tel {
    cursor: auto;
    pointer-events: none;
  }
}
.u-media-query {
  font-family: sp;
}
@media (width >= 768px ) {
  .u-media-query {
    font-family: tb;
  }
}
@media (width >= 1100px ) {
  .u-media-query {
    font-family: pc;
  }
}
.u-text-grayscale-900 {
  color: var(--mh--color--grayscale-900);
}
.u-text-grayscale-800 {
  color: var(--mh--color--grayscale-800);
}
.u-text-grayscale-700 {
  color: var(--mh--color--grayscale-700);
}
.u-text-grayscale-500 {
  color: var(--mh--color--grayscale-500);
}
.u-text-grayscale-300 {
  color: var(--mh--color--grayscale-300);
}
.u-text-grayscale-200 {
  color: var(--mh--color--grayscale-200);
}
.u-text-grayscale-100 {
  color: var(--mh--color--grayscale-100);
}
.u-text-accent-500 {
  color: var(--mh--color--accent-500);
}
.u-text-surface-500 {
  color: var(--mh--color--surface-500);
}
.u-text-error-500 {
  color: var(--mh--color--error-500);
}
.u-bg-grayscale-900 {
  background-color: var(--mh--color--grayscale-900);
}
.u-bg-grayscale-800 {
  background-color: var(--mh--color--grayscale-800);
}
.u-bg-grayscale-700 {
  background-color: var(--mh--color--grayscale-700);
}
.u-bg-grayscale-500 {
  background-color: var(--mh--color--grayscale-500);
}
.u-bg-grayscale-300 {
  background-color: var(--mh--color--grayscale-300);
}
.u-bg-grayscale-200 {
  background-color: var(--mh--color--grayscale-200);
}
.u-bg-grayscale-100 {
  background-color: var(--mh--color--grayscale-100);
}
.u-bg-accent-500 {
  background-color: var(--mh--color--accent-500);
}
.u-bg-surface-500 {
  background-color: var(--mh--color--surface-500);
}
.u-bg-error-500 {
  background-color: var(--mh--color--error-500);
}
.u-border-grayscale-900 {
  border: 1px solid var(--mh--color--grayscale-900);
}
.u-border-grayscale-800 {
  border: 1px solid var(--mh--color--grayscale-800);
}
.u-border-grayscale-700 {
  border: 1px solid var(--mh--color--grayscale-700);
}
.u-border-grayscale-500 {
  border: 1px solid var(--mh--color--grayscale-500);
}
.u-border-grayscale-300 {
  border: 1px solid var(--mh--color--grayscale-300);
}
.u-border-grayscale-200 {
  border: 1px solid var(--mh--color--grayscale-200);
}
.u-border-grayscale-100 {
  border: 1px solid var(--mh--color--grayscale-100);
}
.u-border-accent-500 {
  border: 1px solid var(--mh--color--accent-500);
}
.u-border-surface-500 {
  border: 1px solid var(--mh--color--surface-500);
}
.u-border-error-500 {
  border: 1px solid var(--mh--color--error-500);
}
/* space height
-------------------------------------- */
.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-p-x5s {
  padding: var(--mh--space--x5s);
}
.u-py-x5s {
  padding-block: var(--mh--space--x5s);
}
.u-px-x5s {
  padding-inline: var(--mh--space--x5s);
}
.u-pt-x5s {
  padding-top: var(--mh--space--x5s);
}
.u-pb-x5s {
  padding-bottom: var(--mh--space--x5s);
}
.u-pl-x5s {
  padding-left: var(--mh--space--x5s);
}
.u-pr-x5s {
  padding-right: var(--mh--space--x5s);
}
.u-row-gap-x5s {
  row-gap: var(--mh--space--x5s);
}
.u-column-gap-x5s {
  column-gap: 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-p-x4s {
  padding: var(--mh--space--x4s);
}
.u-py-x4s {
  padding-block: var(--mh--space--x4s);
}
.u-px-x4s {
  padding-inline: var(--mh--space--x4s);
}
.u-pt-x4s {
  padding-top: var(--mh--space--x4s);
}
.u-pb-x4s {
  padding-bottom: var(--mh--space--x4s);
}
.u-pl-x4s {
  padding-left: var(--mh--space--x4s);
}
.u-pr-x4s {
  padding-right: var(--mh--space--x4s);
}
.u-row-gap-x4s {
  row-gap: var(--mh--space--x4s);
}
.u-column-gap-x4s {
  column-gap: 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-p-x3s {
  padding: var(--mh--space--x3s);
}
.u-py-x3s {
  padding-block: var(--mh--space--x3s);
}
.u-px-x3s {
  padding-inline: var(--mh--space--x3s);
}
.u-pt-x3s {
  padding-top: var(--mh--space--x3s);
}
.u-pb-x3s {
  padding-bottom: var(--mh--space--x3s);
}
.u-pl-x3s {
  padding-left: var(--mh--space--x3s);
}
.u-pr-x3s {
  padding-right: var(--mh--space--x3s);
}
.u-row-gap-x3s {
  row-gap: var(--mh--space--x3s);
}
.u-column-gap-x3s {
  column-gap: 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-p-x2s {
  padding: var(--mh--space--x2s);
}
.u-py-x2s {
  padding-block: var(--mh--space--x2s);
}
.u-px-x2s {
  padding-inline: var(--mh--space--x2s);
}
.u-pt-x2s {
  padding-top: var(--mh--space--x2s);
}
.u-pb-x2s {
  padding-bottom: var(--mh--space--x2s);
}
.u-pl-x2s {
  padding-left: var(--mh--space--x2s);
}
.u-pr-x2s {
  padding-right: var(--mh--space--x2s);
}
.u-row-gap-x2s {
  row-gap: var(--mh--space--x2s);
}
.u-column-gap-x2s {
  column-gap: 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-p-xs {
  padding: var(--mh--space--xs);
}
.u-py-xs {
  padding-block: var(--mh--space--xs);
}
.u-px-xs {
  padding-inline: var(--mh--space--xs);
}
.u-pt-xs {
  padding-top: var(--mh--space--xs);
}
.u-pb-xs {
  padding-bottom: var(--mh--space--xs);
}
.u-pl-xs {
  padding-left: var(--mh--space--xs);
}
.u-pr-xs {
  padding-right: var(--mh--space--xs);
}
.u-row-gap-xs {
  row-gap: var(--mh--space--xs);
}
.u-column-gap-xs {
  column-gap: 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-p-sm {
  padding: var(--mh--space--sm);
}
.u-py-sm {
  padding-block: var(--mh--space--sm);
}
.u-px-sm {
  padding-inline: var(--mh--space--sm);
}
.u-pt-sm {
  padding-top: var(--mh--space--sm);
}
.u-pb-sm {
  padding-bottom: var(--mh--space--sm);
}
.u-pl-sm {
  padding-left: var(--mh--space--sm);
}
.u-pr-sm {
  padding-right: var(--mh--space--sm);
}
.u-row-gap-sm {
  row-gap: var(--mh--space--sm);
}
.u-column-gap-sm {
  column-gap: 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-p-md {
  padding: var(--mh--space--md);
}
.u-py-md {
  padding-block: var(--mh--space--md);
}
.u-px-md {
  padding-inline: var(--mh--space--md);
}
.u-pt-md {
  padding-top: var(--mh--space--md);
}
.u-pb-md {
  padding-bottom: var(--mh--space--md);
}
.u-pl-md {
  padding-left: var(--mh--space--md);
}
.u-pr-md {
  padding-right: var(--mh--space--md);
}
.u-row-gap-md {
  row-gap: var(--mh--space--md);
}
.u-column-gap-md {
  column-gap: 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-p-lg {
  padding: var(--mh--space--lg);
}
.u-py-lg {
  padding-block: var(--mh--space--lg);
}
.u-px-lg {
  padding-inline: var(--mh--space--lg);
}
.u-pt-lg {
  padding-top: var(--mh--space--lg);
}
.u-pb-lg {
  padding-bottom: var(--mh--space--lg);
}
.u-pl-lg {
  padding-left: var(--mh--space--lg);
}
.u-pr-lg {
  padding-right: var(--mh--space--lg);
}
.u-row-gap-lg {
  row-gap: var(--mh--space--lg);
}
.u-column-gap-lg {
  column-gap: 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-p-xl {
  padding: var(--mh--space--xl);
}
.u-py-xl {
  padding-block: var(--mh--space--xl);
}
.u-px-xl {
  padding-inline: var(--mh--space--xl);
}
.u-pt-xl {
  padding-top: var(--mh--space--xl);
}
.u-pb-xl {
  padding-bottom: var(--mh--space--xl);
}
.u-pl-xl {
  padding-left: var(--mh--space--xl);
}
.u-pr-xl {
  padding-right: var(--mh--space--xl);
}
.u-row-gap-xl {
  row-gap: var(--mh--space--xl);
}
.u-column-gap-xl {
  column-gap: 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-p-x2l {
  padding: var(--mh--space--x2l);
}
.u-py-x2l {
  padding-block: var(--mh--space--x2l);
}
.u-px-x2l {
  padding-inline: var(--mh--space--x2l);
}
.u-pt-x2l {
  padding-top: var(--mh--space--x2l);
}
.u-pb-x2l {
  padding-bottom: var(--mh--space--x2l);
}
.u-pl-x2l {
  padding-left: var(--mh--space--x2l);
}
.u-pr-x2l {
  padding-right: var(--mh--space--x2l);
}
.u-row-gap-x2l {
  row-gap: var(--mh--space--x2l);
}
.u-column-gap-x2l {
  column-gap: 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-p-x3l {
  padding: var(--mh--space--x3l);
}
.u-py-x3l {
  padding-block: var(--mh--space--x3l);
}
.u-px-x3l {
  padding-inline: var(--mh--space--x3l);
}
.u-pt-x3l {
  padding-top: var(--mh--space--x3l);
}
.u-pb-x3l {
  padding-bottom: var(--mh--space--x3l);
}
.u-pl-x3l {
  padding-left: var(--mh--space--x3l);
}
.u-pr-x3l {
  padding-right: var(--mh--space--x3l);
}
.u-row-gap-x3l {
  row-gap: var(--mh--space--x3l);
}
.u-column-gap-x3l {
  column-gap: 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-p-x4l {
  padding: var(--mh--space--x4l);
}
.u-py-x4l {
  padding-block: var(--mh--space--x4l);
}
.u-px-x4l {
  padding-inline: var(--mh--space--x4l);
}
.u-pt-x4l {
  padding-top: var(--mh--space--x4l);
}
.u-pb-x4l {
  padding-bottom: var(--mh--space--x4l);
}
.u-pl-x4l {
  padding-left: var(--mh--space--x4l);
}
.u-pr-x4l {
  padding-right: var(--mh--space--x4l);
}
.u-row-gap-x4l {
  row-gap: var(--mh--space--x4l);
}
.u-column-gap-x4l {
  column-gap: 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-p-x5l {
  padding: var(--mh--space--x5l);
}
.u-py-x5l {
  padding-block: var(--mh--space--x5l);
}
.u-px-x5l {
  padding-inline: var(--mh--space--x5l);
}
.u-pt-x5l {
  padding-top: var(--mh--space--x5l);
}
.u-pb-x5l {
  padding-bottom: var(--mh--space--x5l);
}
.u-pl-x5l {
  padding-left: var(--mh--space--x5l);
}
.u-pr-x5l {
  padding-right: var(--mh--space--x5l);
}
.u-row-gap-x5l {
  row-gap: var(--mh--space--x5l);
}
.u-column-gap-x5l {
  column-gap: var(--mh--space--x5l);
}
.u-space-10-10 {
  height: var(--mh--space--10-10);
}
.u-m-10-10 {
  margin: var(--mh--space--10-10);
}
.u-my-10-10 {
  margin-block: var(--mh--space--10-10);
}
.u-mx-10-10 {
  margin-inline: var(--mh--space--10-10);
}
.u-mt-10-10 {
  margin-top: var(--mh--space--10-10);
}
.u-mb-10-10 {
  margin-bottom: var(--mh--space--10-10);
}
.u-ml-10-10 {
  margin-left: var(--mh--space--10-10);
}
.u-mr-10-10 {
  margin-right: var(--mh--space--10-10);
}
.u-p-10-10 {
  padding: var(--mh--space--10-10);
}
.u-py-10-10 {
  padding-block: var(--mh--space--10-10);
}
.u-px-10-10 {
  padding-inline: var(--mh--space--10-10);
}
.u-pt-10-10 {
  padding-top: var(--mh--space--10-10);
}
.u-pb-10-10 {
  padding-bottom: var(--mh--space--10-10);
}
.u-pl-10-10 {
  padding-left: var(--mh--space--10-10);
}
.u-pr-10-10 {
  padding-right: var(--mh--space--10-10);
}
.u-row-gap-10-10 {
  row-gap: var(--mh--space--10-10);
}
.u-column-gap-10-10 {
  column-gap: var(--mh--space--10-10);
}
.u-space-10-15 {
  height: var(--mh--space--10-15);
}
.u-m-10-15 {
  margin: var(--mh--space--10-15);
}
.u-my-10-15 {
  margin-block: var(--mh--space--10-15);
}
.u-mx-10-15 {
  margin-inline: var(--mh--space--10-15);
}
.u-mt-10-15 {
  margin-top: var(--mh--space--10-15);
}
.u-mb-10-15 {
  margin-bottom: var(--mh--space--10-15);
}
.u-ml-10-15 {
  margin-left: var(--mh--space--10-15);
}
.u-mr-10-15 {
  margin-right: var(--mh--space--10-15);
}
.u-p-10-15 {
  padding: var(--mh--space--10-15);
}
.u-py-10-15 {
  padding-block: var(--mh--space--10-15);
}
.u-px-10-15 {
  padding-inline: var(--mh--space--10-15);
}
.u-pt-10-15 {
  padding-top: var(--mh--space--10-15);
}
.u-pb-10-15 {
  padding-bottom: var(--mh--space--10-15);
}
.u-pl-10-15 {
  padding-left: var(--mh--space--10-15);
}
.u-pr-10-15 {
  padding-right: var(--mh--space--10-15);
}
.u-row-gap-10-15 {
  row-gap: var(--mh--space--10-15);
}
.u-column-gap-10-15 {
  column-gap: var(--mh--space--10-15);
}
.u-space-10-30 {
  height: var(--mh--space--10-30);
}
.u-m-10-30 {
  margin: var(--mh--space--10-30);
}
.u-my-10-30 {
  margin-block: var(--mh--space--10-30);
}
.u-mx-10-30 {
  margin-inline: var(--mh--space--10-30);
}
.u-mt-10-30 {
  margin-top: var(--mh--space--10-30);
}
.u-mb-10-30 {
  margin-bottom: var(--mh--space--10-30);
}
.u-ml-10-30 {
  margin-left: var(--mh--space--10-30);
}
.u-mr-10-30 {
  margin-right: var(--mh--space--10-30);
}
.u-p-10-30 {
  padding: var(--mh--space--10-30);
}
.u-py-10-30 {
  padding-block: var(--mh--space--10-30);
}
.u-px-10-30 {
  padding-inline: var(--mh--space--10-30);
}
.u-pt-10-30 {
  padding-top: var(--mh--space--10-30);
}
.u-pb-10-30 {
  padding-bottom: var(--mh--space--10-30);
}
.u-pl-10-30 {
  padding-left: var(--mh--space--10-30);
}
.u-pr-10-30 {
  padding-right: var(--mh--space--10-30);
}
.u-row-gap-10-30 {
  row-gap: var(--mh--space--10-30);
}
.u-column-gap-10-30 {
  column-gap: var(--mh--space--10-30);
}
.u-space-10-40 {
  height: var(--mh--space--10-40);
}
.u-m-10-40 {
  margin: var(--mh--space--10-40);
}
.u-my-10-40 {
  margin-block: var(--mh--space--10-40);
}
.u-mx-10-40 {
  margin-inline: var(--mh--space--10-40);
}
.u-mt-10-40 {
  margin-top: var(--mh--space--10-40);
}
.u-mb-10-40 {
  margin-bottom: var(--mh--space--10-40);
}
.u-ml-10-40 {
  margin-left: var(--mh--space--10-40);
}
.u-mr-10-40 {
  margin-right: var(--mh--space--10-40);
}
.u-p-10-40 {
  padding: var(--mh--space--10-40);
}
.u-py-10-40 {
  padding-block: var(--mh--space--10-40);
}
.u-px-10-40 {
  padding-inline: var(--mh--space--10-40);
}
.u-pt-10-40 {
  padding-top: var(--mh--space--10-40);
}
.u-pb-10-40 {
  padding-bottom: var(--mh--space--10-40);
}
.u-pl-10-40 {
  padding-left: var(--mh--space--10-40);
}
.u-pr-10-40 {
  padding-right: var(--mh--space--10-40);
}
.u-row-gap-10-40 {
  row-gap: var(--mh--space--10-40);
}
.u-column-gap-10-40 {
  column-gap: var(--mh--space--10-40);
}
.u-space-10-60 {
  height: var(--mh--space--10-60);
}
.u-m-10-60 {
  margin: var(--mh--space--10-60);
}
.u-my-10-60 {
  margin-block: var(--mh--space--10-60);
}
.u-mx-10-60 {
  margin-inline: var(--mh--space--10-60);
}
.u-mt-10-60 {
  margin-top: var(--mh--space--10-60);
}
.u-mb-10-60 {
  margin-bottom: var(--mh--space--10-60);
}
.u-ml-10-60 {
  margin-left: var(--mh--space--10-60);
}
.u-mr-10-60 {
  margin-right: var(--mh--space--10-60);
}
.u-p-10-60 {
  padding: var(--mh--space--10-60);
}
.u-py-10-60 {
  padding-block: var(--mh--space--10-60);
}
.u-px-10-60 {
  padding-inline: var(--mh--space--10-60);
}
.u-pt-10-60 {
  padding-top: var(--mh--space--10-60);
}
.u-pb-10-60 {
  padding-bottom: var(--mh--space--10-60);
}
.u-pl-10-60 {
  padding-left: var(--mh--space--10-60);
}
.u-pr-10-60 {
  padding-right: var(--mh--space--10-60);
}
.u-row-gap-10-60 {
  row-gap: var(--mh--space--10-60);
}
.u-column-gap-10-60 {
  column-gap: var(--mh--space--10-60);
}
.u-space-15-15 {
  height: var(--mh--space--15-15);
}
.u-m-15-15 {
  margin: var(--mh--space--15-15);
}
.u-my-15-15 {
  margin-block: var(--mh--space--15-15);
}
.u-mx-15-15 {
  margin-inline: var(--mh--space--15-15);
}
.u-mt-15-15 {
  margin-top: var(--mh--space--15-15);
}
.u-mb-15-15 {
  margin-bottom: var(--mh--space--15-15);
}
.u-ml-15-15 {
  margin-left: var(--mh--space--15-15);
}
.u-mr-15-15 {
  margin-right: var(--mh--space--15-15);
}
.u-p-15-15 {
  padding: var(--mh--space--15-15);
}
.u-py-15-15 {
  padding-block: var(--mh--space--15-15);
}
.u-px-15-15 {
  padding-inline: var(--mh--space--15-15);
}
.u-pt-15-15 {
  padding-top: var(--mh--space--15-15);
}
.u-pb-15-15 {
  padding-bottom: var(--mh--space--15-15);
}
.u-pl-15-15 {
  padding-left: var(--mh--space--15-15);
}
.u-pr-15-15 {
  padding-right: var(--mh--space--15-15);
}
.u-row-gap-15-15 {
  row-gap: var(--mh--space--15-15);
}
.u-column-gap-15-15 {
  column-gap: var(--mh--space--15-15);
}
.u-space-15-20 {
  height: var(--mh--space--15-20);
}
.u-m-15-20 {
  margin: var(--mh--space--15-20);
}
.u-my-15-20 {
  margin-block: var(--mh--space--15-20);
}
.u-mx-15-20 {
  margin-inline: var(--mh--space--15-20);
}
.u-mt-15-20 {
  margin-top: var(--mh--space--15-20);
}
.u-mb-15-20 {
  margin-bottom: var(--mh--space--15-20);
}
.u-ml-15-20 {
  margin-left: var(--mh--space--15-20);
}
.u-mr-15-20 {
  margin-right: var(--mh--space--15-20);
}
.u-p-15-20 {
  padding: var(--mh--space--15-20);
}
.u-py-15-20 {
  padding-block: var(--mh--space--15-20);
}
.u-px-15-20 {
  padding-inline: var(--mh--space--15-20);
}
.u-pt-15-20 {
  padding-top: var(--mh--space--15-20);
}
.u-pb-15-20 {
  padding-bottom: var(--mh--space--15-20);
}
.u-pl-15-20 {
  padding-left: var(--mh--space--15-20);
}
.u-pr-15-20 {
  padding-right: var(--mh--space--15-20);
}
.u-row-gap-15-20 {
  row-gap: var(--mh--space--15-20);
}
.u-column-gap-15-20 {
  column-gap: var(--mh--space--15-20);
}
.u-space-20-120 {
  height: var(--mh--space--20-120);
}
.u-m-20-120 {
  margin: var(--mh--space--20-120);
}
.u-my-20-120 {
  margin-block: var(--mh--space--20-120);
}
.u-mx-20-120 {
  margin-inline: var(--mh--space--20-120);
}
.u-mt-20-120 {
  margin-top: var(--mh--space--20-120);
}
.u-mb-20-120 {
  margin-bottom: var(--mh--space--20-120);
}
.u-ml-20-120 {
  margin-left: var(--mh--space--20-120);
}
.u-mr-20-120 {
  margin-right: var(--mh--space--20-120);
}
.u-p-20-120 {
  padding: var(--mh--space--20-120);
}
.u-py-20-120 {
  padding-block: var(--mh--space--20-120);
}
.u-px-20-120 {
  padding-inline: var(--mh--space--20-120);
}
.u-pt-20-120 {
  padding-top: var(--mh--space--20-120);
}
.u-pb-20-120 {
  padding-bottom: var(--mh--space--20-120);
}
.u-pl-20-120 {
  padding-left: var(--mh--space--20-120);
}
.u-pr-20-120 {
  padding-right: var(--mh--space--20-120);
}
.u-row-gap-20-120 {
  row-gap: var(--mh--space--20-120);
}
.u-column-gap-20-120 {
  column-gap: var(--mh--space--20-120);
}
.u-space-20-15 {
  height: var(--mh--space--20-15);
}
.u-m-20-15 {
  margin: var(--mh--space--20-15);
}
.u-my-20-15 {
  margin-block: var(--mh--space--20-15);
}
.u-mx-20-15 {
  margin-inline: var(--mh--space--20-15);
}
.u-mt-20-15 {
  margin-top: var(--mh--space--20-15);
}
.u-mb-20-15 {
  margin-bottom: var(--mh--space--20-15);
}
.u-ml-20-15 {
  margin-left: var(--mh--space--20-15);
}
.u-mr-20-15 {
  margin-right: var(--mh--space--20-15);
}
.u-p-20-15 {
  padding: var(--mh--space--20-15);
}
.u-py-20-15 {
  padding-block: var(--mh--space--20-15);
}
.u-px-20-15 {
  padding-inline: var(--mh--space--20-15);
}
.u-pt-20-15 {
  padding-top: var(--mh--space--20-15);
}
.u-pb-20-15 {
  padding-bottom: var(--mh--space--20-15);
}
.u-pl-20-15 {
  padding-left: var(--mh--space--20-15);
}
.u-pr-20-15 {
  padding-right: var(--mh--space--20-15);
}
.u-row-gap-20-15 {
  row-gap: var(--mh--space--20-15);
}
.u-column-gap-20-15 {
  column-gap: var(--mh--space--20-15);
}
.u-space-20-20 {
  height: var(--mh--space--20-20);
}
.u-m-20-20 {
  margin: var(--mh--space--20-20);
}
.u-my-20-20 {
  margin-block: var(--mh--space--20-20);
}
.u-mx-20-20 {
  margin-inline: var(--mh--space--20-20);
}
.u-mt-20-20 {
  margin-top: var(--mh--space--20-20);
}
.u-mb-20-20 {
  margin-bottom: var(--mh--space--20-20);
}
.u-ml-20-20 {
  margin-left: var(--mh--space--20-20);
}
.u-mr-20-20 {
  margin-right: var(--mh--space--20-20);
}
.u-p-20-20 {
  padding: var(--mh--space--20-20);
}
.u-py-20-20 {
  padding-block: var(--mh--space--20-20);
}
.u-px-20-20 {
  padding-inline: var(--mh--space--20-20);
}
.u-pt-20-20 {
  padding-top: var(--mh--space--20-20);
}
.u-pb-20-20 {
  padding-bottom: var(--mh--space--20-20);
}
.u-pl-20-20 {
  padding-left: var(--mh--space--20-20);
}
.u-pr-20-20 {
  padding-right: var(--mh--space--20-20);
}
.u-row-gap-20-20 {
  row-gap: var(--mh--space--20-20);
}
.u-column-gap-20-20 {
  column-gap: var(--mh--space--20-20);
}
.u-space-20-30 {
  height: var(--mh--space--20-30);
}
.u-m-20-30 {
  margin: var(--mh--space--20-30);
}
.u-my-20-30 {
  margin-block: var(--mh--space--20-30);
}
.u-mx-20-30 {
  margin-inline: var(--mh--space--20-30);
}
.u-mt-20-30 {
  margin-top: var(--mh--space--20-30);
}
.u-mb-20-30 {
  margin-bottom: var(--mh--space--20-30);
}
.u-ml-20-30 {
  margin-left: var(--mh--space--20-30);
}
.u-mr-20-30 {
  margin-right: var(--mh--space--20-30);
}
.u-p-20-30 {
  padding: var(--mh--space--20-30);
}
.u-py-20-30 {
  padding-block: var(--mh--space--20-30);
}
.u-px-20-30 {
  padding-inline: var(--mh--space--20-30);
}
.u-pt-20-30 {
  padding-top: var(--mh--space--20-30);
}
.u-pb-20-30 {
  padding-bottom: var(--mh--space--20-30);
}
.u-pl-20-30 {
  padding-left: var(--mh--space--20-30);
}
.u-pr-20-30 {
  padding-right: var(--mh--space--20-30);
}
.u-row-gap-20-30 {
  row-gap: var(--mh--space--20-30);
}
.u-column-gap-20-30 {
  column-gap: var(--mh--space--20-30);
}
.u-space-20-50 {
  height: var(--mh--space--20-50);
}
.u-m-20-50 {
  margin: var(--mh--space--20-50);
}
.u-my-20-50 {
  margin-block: var(--mh--space--20-50);
}
.u-mx-20-50 {
  margin-inline: var(--mh--space--20-50);
}
.u-mt-20-50 {
  margin-top: var(--mh--space--20-50);
}
.u-mb-20-50 {
  margin-bottom: var(--mh--space--20-50);
}
.u-ml-20-50 {
  margin-left: var(--mh--space--20-50);
}
.u-mr-20-50 {
  margin-right: var(--mh--space--20-50);
}
.u-p-20-50 {
  padding: var(--mh--space--20-50);
}
.u-py-20-50 {
  padding-block: var(--mh--space--20-50);
}
.u-px-20-50 {
  padding-inline: var(--mh--space--20-50);
}
.u-pt-20-50 {
  padding-top: var(--mh--space--20-50);
}
.u-pb-20-50 {
  padding-bottom: var(--mh--space--20-50);
}
.u-pl-20-50 {
  padding-left: var(--mh--space--20-50);
}
.u-pr-20-50 {
  padding-right: var(--mh--space--20-50);
}
.u-row-gap-20-50 {
  row-gap: var(--mh--space--20-50);
}
.u-column-gap-20-50 {
  column-gap: var(--mh--space--20-50);
}
.u-space-20-60 {
  height: var(--mh--space--20-60);
}
.u-m-20-60 {
  margin: var(--mh--space--20-60);
}
.u-my-20-60 {
  margin-block: var(--mh--space--20-60);
}
.u-mx-20-60 {
  margin-inline: var(--mh--space--20-60);
}
.u-mt-20-60 {
  margin-top: var(--mh--space--20-60);
}
.u-mb-20-60 {
  margin-bottom: var(--mh--space--20-60);
}
.u-ml-20-60 {
  margin-left: var(--mh--space--20-60);
}
.u-mr-20-60 {
  margin-right: var(--mh--space--20-60);
}
.u-p-20-60 {
  padding: var(--mh--space--20-60);
}
.u-py-20-60 {
  padding-block: var(--mh--space--20-60);
}
.u-px-20-60 {
  padding-inline: var(--mh--space--20-60);
}
.u-pt-20-60 {
  padding-top: var(--mh--space--20-60);
}
.u-pb-20-60 {
  padding-bottom: var(--mh--space--20-60);
}
.u-pl-20-60 {
  padding-left: var(--mh--space--20-60);
}
.u-pr-20-60 {
  padding-right: var(--mh--space--20-60);
}
.u-row-gap-20-60 {
  row-gap: var(--mh--space--20-60);
}
.u-column-gap-20-60 {
  column-gap: var(--mh--space--20-60);
}
.u-space-20-80 {
  height: var(--mh--space--20-80);
}
.u-m-20-80 {
  margin: var(--mh--space--20-80);
}
.u-my-20-80 {
  margin-block: var(--mh--space--20-80);
}
.u-mx-20-80 {
  margin-inline: var(--mh--space--20-80);
}
.u-mt-20-80 {
  margin-top: var(--mh--space--20-80);
}
.u-mb-20-80 {
  margin-bottom: var(--mh--space--20-80);
}
.u-ml-20-80 {
  margin-left: var(--mh--space--20-80);
}
.u-mr-20-80 {
  margin-right: var(--mh--space--20-80);
}
.u-p-20-80 {
  padding: var(--mh--space--20-80);
}
.u-py-20-80 {
  padding-block: var(--mh--space--20-80);
}
.u-px-20-80 {
  padding-inline: var(--mh--space--20-80);
}
.u-pt-20-80 {
  padding-top: var(--mh--space--20-80);
}
.u-pb-20-80 {
  padding-bottom: var(--mh--space--20-80);
}
.u-pl-20-80 {
  padding-left: var(--mh--space--20-80);
}
.u-pr-20-80 {
  padding-right: var(--mh--space--20-80);
}
.u-row-gap-20-80 {
  row-gap: var(--mh--space--20-80);
}
.u-column-gap-20-80 {
  column-gap: var(--mh--space--20-80);
}
.u-space-25-25 {
  height: var(--mh--space--25-25);
}
.u-m-25-25 {
  margin: var(--mh--space--25-25);
}
.u-my-25-25 {
  margin-block: var(--mh--space--25-25);
}
.u-mx-25-25 {
  margin-inline: var(--mh--space--25-25);
}
.u-mt-25-25 {
  margin-top: var(--mh--space--25-25);
}
.u-mb-25-25 {
  margin-bottom: var(--mh--space--25-25);
}
.u-ml-25-25 {
  margin-left: var(--mh--space--25-25);
}
.u-mr-25-25 {
  margin-right: var(--mh--space--25-25);
}
.u-p-25-25 {
  padding: var(--mh--space--25-25);
}
.u-py-25-25 {
  padding-block: var(--mh--space--25-25);
}
.u-px-25-25 {
  padding-inline: var(--mh--space--25-25);
}
.u-pt-25-25 {
  padding-top: var(--mh--space--25-25);
}
.u-pb-25-25 {
  padding-bottom: var(--mh--space--25-25);
}
.u-pl-25-25 {
  padding-left: var(--mh--space--25-25);
}
.u-pr-25-25 {
  padding-right: var(--mh--space--25-25);
}
.u-row-gap-25-25 {
  row-gap: var(--mh--space--25-25);
}
.u-column-gap-25-25 {
  column-gap: var(--mh--space--25-25);
}
.u-space-25-30 {
  height: var(--mh--space--25-30);
}
.u-m-25-30 {
  margin: var(--mh--space--25-30);
}
.u-my-25-30 {
  margin-block: var(--mh--space--25-30);
}
.u-mx-25-30 {
  margin-inline: var(--mh--space--25-30);
}
.u-mt-25-30 {
  margin-top: var(--mh--space--25-30);
}
.u-mb-25-30 {
  margin-bottom: var(--mh--space--25-30);
}
.u-ml-25-30 {
  margin-left: var(--mh--space--25-30);
}
.u-mr-25-30 {
  margin-right: var(--mh--space--25-30);
}
.u-p-25-30 {
  padding: var(--mh--space--25-30);
}
.u-py-25-30 {
  padding-block: var(--mh--space--25-30);
}
.u-px-25-30 {
  padding-inline: var(--mh--space--25-30);
}
.u-pt-25-30 {
  padding-top: var(--mh--space--25-30);
}
.u-pb-25-30 {
  padding-bottom: var(--mh--space--25-30);
}
.u-pl-25-30 {
  padding-left: var(--mh--space--25-30);
}
.u-pr-25-30 {
  padding-right: var(--mh--space--25-30);
}
.u-row-gap-25-30 {
  row-gap: var(--mh--space--25-30);
}
.u-column-gap-25-30 {
  column-gap: var(--mh--space--25-30);
}
.u-space-25-60 {
  height: var(--mh--space--25-60);
}
.u-m-25-60 {
  margin: var(--mh--space--25-60);
}
.u-my-25-60 {
  margin-block: var(--mh--space--25-60);
}
.u-mx-25-60 {
  margin-inline: var(--mh--space--25-60);
}
.u-mt-25-60 {
  margin-top: var(--mh--space--25-60);
}
.u-mb-25-60 {
  margin-bottom: var(--mh--space--25-60);
}
.u-ml-25-60 {
  margin-left: var(--mh--space--25-60);
}
.u-mr-25-60 {
  margin-right: var(--mh--space--25-60);
}
.u-p-25-60 {
  padding: var(--mh--space--25-60);
}
.u-py-25-60 {
  padding-block: var(--mh--space--25-60);
}
.u-px-25-60 {
  padding-inline: var(--mh--space--25-60);
}
.u-pt-25-60 {
  padding-top: var(--mh--space--25-60);
}
.u-pb-25-60 {
  padding-bottom: var(--mh--space--25-60);
}
.u-pl-25-60 {
  padding-left: var(--mh--space--25-60);
}
.u-pr-25-60 {
  padding-right: var(--mh--space--25-60);
}
.u-row-gap-25-60 {
  row-gap: var(--mh--space--25-60);
}
.u-column-gap-25-60 {
  column-gap: var(--mh--space--25-60);
}
.u-space-25-70 {
  height: var(--mh--space--25-70);
}
.u-m-25-70 {
  margin: var(--mh--space--25-70);
}
.u-my-25-70 {
  margin-block: var(--mh--space--25-70);
}
.u-mx-25-70 {
  margin-inline: var(--mh--space--25-70);
}
.u-mt-25-70 {
  margin-top: var(--mh--space--25-70);
}
.u-mb-25-70 {
  margin-bottom: var(--mh--space--25-70);
}
.u-ml-25-70 {
  margin-left: var(--mh--space--25-70);
}
.u-mr-25-70 {
  margin-right: var(--mh--space--25-70);
}
.u-p-25-70 {
  padding: var(--mh--space--25-70);
}
.u-py-25-70 {
  padding-block: var(--mh--space--25-70);
}
.u-px-25-70 {
  padding-inline: var(--mh--space--25-70);
}
.u-pt-25-70 {
  padding-top: var(--mh--space--25-70);
}
.u-pb-25-70 {
  padding-bottom: var(--mh--space--25-70);
}
.u-pl-25-70 {
  padding-left: var(--mh--space--25-70);
}
.u-pr-25-70 {
  padding-right: var(--mh--space--25-70);
}
.u-row-gap-25-70 {
  row-gap: var(--mh--space--25-70);
}
.u-column-gap-25-70 {
  column-gap: var(--mh--space--25-70);
}
.u-space-25-80 {
  height: var(--mh--space--25-80);
}
.u-m-25-80 {
  margin: var(--mh--space--25-80);
}
.u-my-25-80 {
  margin-block: var(--mh--space--25-80);
}
.u-mx-25-80 {
  margin-inline: var(--mh--space--25-80);
}
.u-mt-25-80 {
  margin-top: var(--mh--space--25-80);
}
.u-mb-25-80 {
  margin-bottom: var(--mh--space--25-80);
}
.u-ml-25-80 {
  margin-left: var(--mh--space--25-80);
}
.u-mr-25-80 {
  margin-right: var(--mh--space--25-80);
}
.u-p-25-80 {
  padding: var(--mh--space--25-80);
}
.u-py-25-80 {
  padding-block: var(--mh--space--25-80);
}
.u-px-25-80 {
  padding-inline: var(--mh--space--25-80);
}
.u-pt-25-80 {
  padding-top: var(--mh--space--25-80);
}
.u-pb-25-80 {
  padding-bottom: var(--mh--space--25-80);
}
.u-pl-25-80 {
  padding-left: var(--mh--space--25-80);
}
.u-pr-25-80 {
  padding-right: var(--mh--space--25-80);
}
.u-row-gap-25-80 {
  row-gap: var(--mh--space--25-80);
}
.u-column-gap-25-80 {
  column-gap: var(--mh--space--25-80);
}
.u-space-30-30 {
  height: var(--mh--space--30-30);
}
.u-m-30-30 {
  margin: var(--mh--space--30-30);
}
.u-my-30-30 {
  margin-block: var(--mh--space--30-30);
}
.u-mx-30-30 {
  margin-inline: var(--mh--space--30-30);
}
.u-mt-30-30 {
  margin-top: var(--mh--space--30-30);
}
.u-mb-30-30 {
  margin-bottom: var(--mh--space--30-30);
}
.u-ml-30-30 {
  margin-left: var(--mh--space--30-30);
}
.u-mr-30-30 {
  margin-right: var(--mh--space--30-30);
}
.u-p-30-30 {
  padding: var(--mh--space--30-30);
}
.u-py-30-30 {
  padding-block: var(--mh--space--30-30);
}
.u-px-30-30 {
  padding-inline: var(--mh--space--30-30);
}
.u-pt-30-30 {
  padding-top: var(--mh--space--30-30);
}
.u-pb-30-30 {
  padding-bottom: var(--mh--space--30-30);
}
.u-pl-30-30 {
  padding-left: var(--mh--space--30-30);
}
.u-pr-30-30 {
  padding-right: var(--mh--space--30-30);
}
.u-row-gap-30-30 {
  row-gap: var(--mh--space--30-30);
}
.u-column-gap-30-30 {
  column-gap: var(--mh--space--30-30);
}
.u-space-30-40 {
  height: var(--mh--space--30-40);
}
.u-m-30-40 {
  margin: var(--mh--space--30-40);
}
.u-my-30-40 {
  margin-block: var(--mh--space--30-40);
}
.u-mx-30-40 {
  margin-inline: var(--mh--space--30-40);
}
.u-mt-30-40 {
  margin-top: var(--mh--space--30-40);
}
.u-mb-30-40 {
  margin-bottom: var(--mh--space--30-40);
}
.u-ml-30-40 {
  margin-left: var(--mh--space--30-40);
}
.u-mr-30-40 {
  margin-right: var(--mh--space--30-40);
}
.u-p-30-40 {
  padding: var(--mh--space--30-40);
}
.u-py-30-40 {
  padding-block: var(--mh--space--30-40);
}
.u-px-30-40 {
  padding-inline: var(--mh--space--30-40);
}
.u-pt-30-40 {
  padding-top: var(--mh--space--30-40);
}
.u-pb-30-40 {
  padding-bottom: var(--mh--space--30-40);
}
.u-pl-30-40 {
  padding-left: var(--mh--space--30-40);
}
.u-pr-30-40 {
  padding-right: var(--mh--space--30-40);
}
.u-row-gap-30-40 {
  row-gap: var(--mh--space--30-40);
}
.u-column-gap-30-40 {
  column-gap: var(--mh--space--30-40);
}
.u-space-30-50 {
  height: var(--mh--space--30-50);
}
.u-m-30-50 {
  margin: var(--mh--space--30-50);
}
.u-my-30-50 {
  margin-block: var(--mh--space--30-50);
}
.u-mx-30-50 {
  margin-inline: var(--mh--space--30-50);
}
.u-mt-30-50 {
  margin-top: var(--mh--space--30-50);
}
.u-mb-30-50 {
  margin-bottom: var(--mh--space--30-50);
}
.u-ml-30-50 {
  margin-left: var(--mh--space--30-50);
}
.u-mr-30-50 {
  margin-right: var(--mh--space--30-50);
}
.u-p-30-50 {
  padding: var(--mh--space--30-50);
}
.u-py-30-50 {
  padding-block: var(--mh--space--30-50);
}
.u-px-30-50 {
  padding-inline: var(--mh--space--30-50);
}
.u-pt-30-50 {
  padding-top: var(--mh--space--30-50);
}
.u-pb-30-50 {
  padding-bottom: var(--mh--space--30-50);
}
.u-pl-30-50 {
  padding-left: var(--mh--space--30-50);
}
.u-pr-30-50 {
  padding-right: var(--mh--space--30-50);
}
.u-row-gap-30-50 {
  row-gap: var(--mh--space--30-50);
}
.u-column-gap-30-50 {
  column-gap: var(--mh--space--30-50);
}
.u-space-30-70 {
  height: var(--mh--space--30-70);
}
.u-m-30-70 {
  margin: var(--mh--space--30-70);
}
.u-my-30-70 {
  margin-block: var(--mh--space--30-70);
}
.u-mx-30-70 {
  margin-inline: var(--mh--space--30-70);
}
.u-mt-30-70 {
  margin-top: var(--mh--space--30-70);
}
.u-mb-30-70 {
  margin-bottom: var(--mh--space--30-70);
}
.u-ml-30-70 {
  margin-left: var(--mh--space--30-70);
}
.u-mr-30-70 {
  margin-right: var(--mh--space--30-70);
}
.u-p-30-70 {
  padding: var(--mh--space--30-70);
}
.u-py-30-70 {
  padding-block: var(--mh--space--30-70);
}
.u-px-30-70 {
  padding-inline: var(--mh--space--30-70);
}
.u-pt-30-70 {
  padding-top: var(--mh--space--30-70);
}
.u-pb-30-70 {
  padding-bottom: var(--mh--space--30-70);
}
.u-pl-30-70 {
  padding-left: var(--mh--space--30-70);
}
.u-pr-30-70 {
  padding-right: var(--mh--space--30-70);
}
.u-row-gap-30-70 {
  row-gap: var(--mh--space--30-70);
}
.u-column-gap-30-70 {
  column-gap: var(--mh--space--30-70);
}
.u-space-30-80 {
  height: var(--mh--space--30-80);
}
.u-m-30-80 {
  margin: var(--mh--space--30-80);
}
.u-my-30-80 {
  margin-block: var(--mh--space--30-80);
}
.u-mx-30-80 {
  margin-inline: var(--mh--space--30-80);
}
.u-mt-30-80 {
  margin-top: var(--mh--space--30-80);
}
.u-mb-30-80 {
  margin-bottom: var(--mh--space--30-80);
}
.u-ml-30-80 {
  margin-left: var(--mh--space--30-80);
}
.u-mr-30-80 {
  margin-right: var(--mh--space--30-80);
}
.u-p-30-80 {
  padding: var(--mh--space--30-80);
}
.u-py-30-80 {
  padding-block: var(--mh--space--30-80);
}
.u-px-30-80 {
  padding-inline: var(--mh--space--30-80);
}
.u-pt-30-80 {
  padding-top: var(--mh--space--30-80);
}
.u-pb-30-80 {
  padding-bottom: var(--mh--space--30-80);
}
.u-pl-30-80 {
  padding-left: var(--mh--space--30-80);
}
.u-pr-30-80 {
  padding-right: var(--mh--space--30-80);
}
.u-row-gap-30-80 {
  row-gap: var(--mh--space--30-80);
}
.u-column-gap-30-80 {
  column-gap: var(--mh--space--30-80);
}
.u-space-40-100 {
  height: var(--mh--space--40-100);
}
.u-m-40-100 {
  margin: var(--mh--space--40-100);
}
.u-my-40-100 {
  margin-block: var(--mh--space--40-100);
}
.u-mx-40-100 {
  margin-inline: var(--mh--space--40-100);
}
.u-mt-40-100 {
  margin-top: var(--mh--space--40-100);
}
.u-mb-40-100 {
  margin-bottom: var(--mh--space--40-100);
}
.u-ml-40-100 {
  margin-left: var(--mh--space--40-100);
}
.u-mr-40-100 {
  margin-right: var(--mh--space--40-100);
}
.u-p-40-100 {
  padding: var(--mh--space--40-100);
}
.u-py-40-100 {
  padding-block: var(--mh--space--40-100);
}
.u-px-40-100 {
  padding-inline: var(--mh--space--40-100);
}
.u-pt-40-100 {
  padding-top: var(--mh--space--40-100);
}
.u-pb-40-100 {
  padding-bottom: var(--mh--space--40-100);
}
.u-pl-40-100 {
  padding-left: var(--mh--space--40-100);
}
.u-pr-40-100 {
  padding-right: var(--mh--space--40-100);
}
.u-row-gap-40-100 {
  row-gap: var(--mh--space--40-100);
}
.u-column-gap-40-100 {
  column-gap: var(--mh--space--40-100);
}
.u-space-40-120 {
  height: var(--mh--space--40-120);
}
.u-m-40-120 {
  margin: var(--mh--space--40-120);
}
.u-my-40-120 {
  margin-block: var(--mh--space--40-120);
}
.u-mx-40-120 {
  margin-inline: var(--mh--space--40-120);
}
.u-mt-40-120 {
  margin-top: var(--mh--space--40-120);
}
.u-mb-40-120 {
  margin-bottom: var(--mh--space--40-120);
}
.u-ml-40-120 {
  margin-left: var(--mh--space--40-120);
}
.u-mr-40-120 {
  margin-right: var(--mh--space--40-120);
}
.u-p-40-120 {
  padding: var(--mh--space--40-120);
}
.u-py-40-120 {
  padding-block: var(--mh--space--40-120);
}
.u-px-40-120 {
  padding-inline: var(--mh--space--40-120);
}
.u-pt-40-120 {
  padding-top: var(--mh--space--40-120);
}
.u-pb-40-120 {
  padding-bottom: var(--mh--space--40-120);
}
.u-pl-40-120 {
  padding-left: var(--mh--space--40-120);
}
.u-pr-40-120 {
  padding-right: var(--mh--space--40-120);
}
.u-row-gap-40-120 {
  row-gap: var(--mh--space--40-120);
}
.u-column-gap-40-120 {
  column-gap: var(--mh--space--40-120);
}
.u-space-40-60 {
  height: var(--mh--space--40-60);
}
.u-m-40-60 {
  margin: var(--mh--space--40-60);
}
.u-my-40-60 {
  margin-block: var(--mh--space--40-60);
}
.u-mx-40-60 {
  margin-inline: var(--mh--space--40-60);
}
.u-mt-40-60 {
  margin-top: var(--mh--space--40-60);
}
.u-mb-40-60 {
  margin-bottom: var(--mh--space--40-60);
}
.u-ml-40-60 {
  margin-left: var(--mh--space--40-60);
}
.u-mr-40-60 {
  margin-right: var(--mh--space--40-60);
}
.u-p-40-60 {
  padding: var(--mh--space--40-60);
}
.u-py-40-60 {
  padding-block: var(--mh--space--40-60);
}
.u-px-40-60 {
  padding-inline: var(--mh--space--40-60);
}
.u-pt-40-60 {
  padding-top: var(--mh--space--40-60);
}
.u-pb-40-60 {
  padding-bottom: var(--mh--space--40-60);
}
.u-pl-40-60 {
  padding-left: var(--mh--space--40-60);
}
.u-pr-40-60 {
  padding-right: var(--mh--space--40-60);
}
.u-row-gap-40-60 {
  row-gap: var(--mh--space--40-60);
}
.u-column-gap-40-60 {
  column-gap: var(--mh--space--40-60);
}
.u-space-60-100 {
  height: var(--mh--space--60-100);
}
.u-m-60-100 {
  margin: var(--mh--space--60-100);
}
.u-my-60-100 {
  margin-block: var(--mh--space--60-100);
}
.u-mx-60-100 {
  margin-inline: var(--mh--space--60-100);
}
.u-mt-60-100 {
  margin-top: var(--mh--space--60-100);
}
.u-mb-60-100 {
  margin-bottom: var(--mh--space--60-100);
}
.u-ml-60-100 {
  margin-left: var(--mh--space--60-100);
}
.u-mr-60-100 {
  margin-right: var(--mh--space--60-100);
}
.u-p-60-100 {
  padding: var(--mh--space--60-100);
}
.u-py-60-100 {
  padding-block: var(--mh--space--60-100);
}
.u-px-60-100 {
  padding-inline: var(--mh--space--60-100);
}
.u-pt-60-100 {
  padding-top: var(--mh--space--60-100);
}
.u-pb-60-100 {
  padding-bottom: var(--mh--space--60-100);
}
.u-pl-60-100 {
  padding-left: var(--mh--space--60-100);
}
.u-pr-60-100 {
  padding-right: var(--mh--space--60-100);
}
.u-row-gap-60-100 {
  row-gap: var(--mh--space--60-100);
}
.u-column-gap-60-100 {
  column-gap: var(--mh--space--60-100);
}
.u-space-60-150 {
  height: var(--mh--space--60-150);
}
.u-m-60-150 {
  margin: var(--mh--space--60-150);
}
.u-my-60-150 {
  margin-block: var(--mh--space--60-150);
}
.u-mx-60-150 {
  margin-inline: var(--mh--space--60-150);
}
.u-mt-60-150 {
  margin-top: var(--mh--space--60-150);
}
.u-mb-60-150 {
  margin-bottom: var(--mh--space--60-150);
}
.u-ml-60-150 {
  margin-left: var(--mh--space--60-150);
}
.u-mr-60-150 {
  margin-right: var(--mh--space--60-150);
}
.u-p-60-150 {
  padding: var(--mh--space--60-150);
}
.u-py-60-150 {
  padding-block: var(--mh--space--60-150);
}
.u-px-60-150 {
  padding-inline: var(--mh--space--60-150);
}
.u-pt-60-150 {
  padding-top: var(--mh--space--60-150);
}
.u-pb-60-150 {
  padding-bottom: var(--mh--space--60-150);
}
.u-pl-60-150 {
  padding-left: var(--mh--space--60-150);
}
.u-pr-60-150 {
  padding-right: var(--mh--space--60-150);
}
.u-row-gap-60-150 {
  row-gap: var(--mh--space--60-150);
}
.u-column-gap-60-150 {
  column-gap: var(--mh--space--60-150);
}
.u-space-60-160 {
  height: var(--mh--space--60-160);
}
.u-m-60-160 {
  margin: var(--mh--space--60-160);
}
.u-my-60-160 {
  margin-block: var(--mh--space--60-160);
}
.u-mx-60-160 {
  margin-inline: var(--mh--space--60-160);
}
.u-mt-60-160 {
  margin-top: var(--mh--space--60-160);
}
.u-mb-60-160 {
  margin-bottom: var(--mh--space--60-160);
}
.u-ml-60-160 {
  margin-left: var(--mh--space--60-160);
}
.u-mr-60-160 {
  margin-right: var(--mh--space--60-160);
}
.u-p-60-160 {
  padding: var(--mh--space--60-160);
}
.u-py-60-160 {
  padding-block: var(--mh--space--60-160);
}
.u-px-60-160 {
  padding-inline: var(--mh--space--60-160);
}
.u-pt-60-160 {
  padding-top: var(--mh--space--60-160);
}
.u-pb-60-160 {
  padding-bottom: var(--mh--space--60-160);
}
.u-pl-60-160 {
  padding-left: var(--mh--space--60-160);
}
.u-pr-60-160 {
  padding-right: var(--mh--space--60-160);
}
.u-row-gap-60-160 {
  row-gap: var(--mh--space--60-160);
}
.u-column-gap-60-160 {
  column-gap: var(--mh--space--60-160);
}
.u-mx-auto {
  margin-inline: auto;
}
html body {
  --wp--style--block-gap: 0;
}
html body {
  --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--font-size--md);
  --wp--preset--font-size--lg: var(--mh--font-size--lg);
  --wp--preset--font-size--xl: var(--mh--font-size--xl);
  --wp--preset--font-size--x-2-l: var(--mh--font-size--x2l);
  --wp--preset--font-size--x-3-l: var(--mh--font-size--x3l);
  --wp--preset--font-size--x-4-l: var(--mh--font-size--x4l);
  --wp--preset--font-size--x-5-l: var(--mh--font-size--x5l);
  --wp--preset--font-size--x-6-l: var(--mh--font-size--x6l);
  --wp--preset--font-size--x-7-l: var(--mh--font-size--x7l);
  --wp--preset--font-size--x-8-l: var(--mh--font-size--x8l);
  --wp--preset--font-size--x-9-l: var(--mh--font-size--x9l);
  --wp--preset--font-size--x-10-l: var(--mh--font-size--x10l);
  --wp--preset--font-size--x-11-l: var(--mh--font-size--x11l);
  --wp--preset--font-size--x-12-l: var(--mh--font-size--x12l);
  --wp--preset--font-size--x-13-l: var(--mh--font-size--x13l);
  --wp--preset--font-size--x-14-l: var(--mh--font-size--x14l);
  --wp--preset--font-size--x-15-l: var(--mh--font-size--x15l);
}
.has-x-21-l-font-size,
.has-x-22-l-font-size,
.has-x-23-l-font-size,
.has-x-24-l-font-size {
  letter-spacing: var(--mh--letter-spacing--xs);
}
.wp-block-m-hand-custom-block-custom-group[class*=" u-grid-cols"],
.wp-block-m-hand-custom-block-custom-group[class*=" sm:u-grid-cols"],
.wp-block-m-hand-custom-block-custom-group[class*=" md:u-grid-cols"],
.wp-block-m-hand-custom-block-custom-group[class*=" lg:u-grid-cols"],
.wp-block-m-hand-custom-block-custom-group[class*=" xl:u-grid-cols"],
.wp-block-m-hand-custom-block-custom-group[class*=" u-gap"],
.wp-block-m-hand-custom-block-custom-group[class*=" sm:u-gap"],
.wp-block-m-hand-custom-block-custom-group[class*=" md:u-gap"],
.wp-block-m-hand-custom-block-custom-group[class*=" lg:u-gap"],
.wp-block-m-hand-custom-block-custom-group[class*=" xl:u-gap"],
.wp-block-group[class*=" u-gap"],
.wp-block-group[class*=" sm:u-gap"],
.wp-block-group[class*=" md:u-gap"],
.wp-block-group[class*=" lg:u-gap"],
.wp-block-group[class*=" xl:u-gap"],
.wp-block-group[class*=" u-grid-cols"],
.wp-block-group[class*=" sm:u-grid-cols"],
.wp-block-group[class*=" md:u-grid-cols"],
.wp-block-group[class*=" lg:u-grid-cols"],
.wp-block-group[class*=" xl:u-grid-cols"],
.wp-block-columns[class*=" u-grid-cols"],
.wp-block-columns[class*=" sm:u-grid-cols"],
.wp-block-columns[class*=" md:u-grid-cols"],
.wp-block-columns[class*=" lg:u-grid-cols"],
.wp-block-columns[class*=" xl:u-grid-cols"],
.wp-block-columns[class*=" u-gap"],
.wp-block-columns[class*=" sm:u-gap"],
.wp-block-columns[class*=" md:u-gap"],
.wp-block-columns[class*=" lg:u-gap"],
.wp-block-columns[class*=" xl:u-gap"] {
  display: grid;
}
html body a:not(.wp-element-button) {
  text-decoration: inherit;
}
@media (width >= 768px ) {
  .wp-block-image.alignleft {
    float: left;
    margin-right: 2em;
  }
  .wp-block-image.alignright {
    float: right;
    margin-left: 2em;
  }
  .wp-block-image.aligncenter {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
}