@charset "UTF-8";
:root {
  --mh--breakpoint--min: 375px;
  --mh--breakpoint--sm: 640px;
  --mh--breakpoint--md: 768px;
  --mh--breakpoint--lg: 1260px;
  --mh--breakpoint--xl: 1400px;
}
:root {
  --mh--font-family--base: "Zen Kaku Gothic New", sans-serif;
  --mh--font-family--en: "Roboto", sans-serif;
}
html body {
  --mh--font-size--x2s: 1.2rem;
  --mh--font-size--xs: 1.3rem;
  --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: 0rem;
  --mh--font-size--x14l: 0rem;
  --mh--font-size--x15l: 0rem;
}
@media (width >= 768px ) {
  html body {
    --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;
  }
}
:root {
  --mh--letter-spacing--sm: 0.04em;
  --mh--letter-spacing--md: 0.04em;
}
:root {
  --mh--line-height--none: 1;
  --mh--line-height--xs: 1.1;
  --mh--line-height--sm: 1.5;
  --mh--line-height--md: 1.8;
  --mh--line-height--lg: 2;
}
:root {
  --mh--header--height: 60px;
}
@media (width >= 768px ) {
  :root {
    --mh--header--height: 120px;
  }
}
:root {
  --mh--sidebar--width: 240px;
}
:root {
  --mh--contents--width: 1260px;
  --mh--contents--wide-width: 1400px;
  --mh--contents--padding--side: 20px;
  --mh--contents--width-with-padding: calc(
  	var(--mh--contents--width) + var(--mh--contents--padding--side) * 2
  );
  --mh--contents--wide-width-with-padding: calc(
  	var(--mh--contents--wide-width) + var(--mh--contents--padding--side) * 2
  );
}
@media (width >= 768px ) {
  :root {
    --mh--contents--padding--side: 80px;
  }
}
html body {
  --mh--color--primary-700: rgb(255, 103, 16);
  --mh--color--primary-500: rgb(255, 126, 51);
  --mh--color--primary-400: rgb(255, 138, 71);
  --mh--color--primary-100: rgb(255, 242, 234);
  --mh--color--secondary-500: rgb(255, 232, 158);
  --mh--color--tertiary-700: rgb(0, 83, 178);
  --mh--color--tertiary-500: rgb(33, 124, 228);
  --mh--color--tertiary-400: rgb(63, 146, 242);
  --mh--color--quaternary-700: rgb(3, 147, 8);
  --mh--color--quaternary-500: rgb(25, 183, 31);
  --mh--color--quaternary-200: rgb(149, 224, 151);
  --mh--color--quaternary-100: rgb(211, 240, 212);
  --mh--color--surface-500: rgb(238, 238, 238);
  --mh--color--grayscale-900: rgb(0, 0, 0);
  --mh--color--grayscale-800: rgb(136, 136, 136);
  --mh--color--grayscale-500: rgb(204, 204, 204);
  --mh--color--grayscale-100: rgb(255, 255, 255);
  --mh--color--error-500: rgb(255, 0, 0);
  --mh--color--category-pink01-500: rgb(255, 155, 155);
}
:root {
  --mh--easing: ease;
  --mh--duration: 0.3s;
}
:root {
  --mh--space--x2s: 10px;
  --mh--space--xs: 15px;
  --mh--space--sm: 20px;
  --mh--space--md: 25px;
  --mh--space--lg: 30px;
  --mh--space--xl: 35px;
  --mh--space--x2l: 40px;
  --mh--space--x3l: 45px;
}
@media (width >= 768px ) {
  :root {
    --mh--space--x2s: 10px;
    --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;
  }
}
:root {
  --mh--padding--xs: 20px;
  --mh--padding--sm: 20px;
  --mh--padding--md: 30px;
  --mh--padding--lg: 30px;
  --mh--padding--xl: 30px;
}
@media (width >= 768px ) {
  :root {
    --mh--padding--xs: 20px;
    --mh--padding--sm: 30px;
    --mh--padding--md: 40px;
    --mh--padding--lg: 50px;
    --mh--padding--xl: 60px;
  }
}
:root {
  --mh--border-radius-sm: 5px;
  --mh--border-radius-md: 10px;
  --mh--border-radius-lg: 20px;
}
@media (width >= 768px ) {
  :root {
    --mh--border-radius-sm: 10px;
    --mh--border-radius-md: 20px;
    --mh--border-radius-lg: 40px;
  }
}
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
*::before, *::after {
  box-sizing: border-box;
}
* :focus-visible {
  outline: 2px solid;
}
html {
  block-size: 100%;
  font-size: 62.5%;
  -webkit-text-size-adjust: none;
}
body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizespeed;
  min-block-size: 100%;
}
img,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
}
img,
svg,
video {
  max-inline-size: 100%;
  block-size: auto;
}
svg {
  fill: currentcolor;
  stroke: none;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
  line-break: strict;
}
ul,
ol {
  list-style: none;
}
a[class] {
  text-decoration: none;
}
input,
select {
  appearance: none;
}
input,
button,
textarea,
select,
input[type=file]::-webkit-file-upload-button {
  font: inherit;
  font-size: inherit;
  color: inherit;
  letter-spacing: inherit;
}
a[href],
area,
button,
input,
label[for],
select,
summary,
textarea,
[tabindex]:not([tabindex*="-"]) {
  touch-action: manipulation;
  cursor: pointer;
}
input[type=file] {
  cursor: auto;
}
button,
button[type],
input[type=button],
input[type=submit],
input[type=reset],
input[type=file]::-webkit-file-upload-button,
input[type=file]::file-selector-button {
  text-align: center;
  -webkit-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
button[disabled],
button[type][disabled],
input[type=button][disabled],
input[type=submit][disabled],
input[type=reset][disabled] {
  cursor: not-allowed;
}
/* 02_base
================================================ */
html:not([class=is-no-smoothscroll]) {
  scroll-behavior: smooth;
  scroll-padding-top: var(--mh--header--height);
}
body {
  min-width: 320px;
  font-family: var(--mh--font-family--base);
  font-size: var(--mh--font-size--md);
  line-height: var(--mh--line-height--md);
  color: var(--mh--color--grayscale-900);
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
}
@media (width >= 768px ) {
  body {
    min-width: 1280px;
  }
}
@media (width >= 768px ) and (hover: none) {
  body {
    -webkit-text-size-adjust: none;
  }
}
* {
  letter-spacing: var(--mh--letter-spacing--sm);
}
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 >= 1260px ) {
  .l-container.is-col2 {
    display: grid;
    grid-template-columns: var(--mh--sidebar--width) 1fr;
    gap: 20px;
    width: var(--mh--contents--width);
    margin: 0 auto;
  }
  .l-container.is-col2 .l-sidebar {
    order: -1;
  }
}
.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;
}
@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__arrow {
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 2em;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}
.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}
.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}
.splide__arrow:disabled {
  opacity: 0.3;
}
.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__arrow--prev {
  left: 1em;
}
.splide__arrow--prev svg {
  transform: scaleX(-1);
}
.splide__arrow--next {
  right: 1em;
}
.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}
.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}
.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}
.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}
.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__progress__bar {
  background: #ccc;
  height: 3px;
}
.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.splide__slide:focus {
  outline: 0;
}
@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}
.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}
.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}
.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}
.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}
.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}
.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}
.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}
.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}
.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}
.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}
.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}
.splide__pagination--ttb {
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}
/*  .c-archive01
================================================== */
.c-archive01 {
  --line: 1;
  --line-height: 1.8;
}
.c-archive01__item {
  border-style: solid;
  border-width: 1px 0 0;
}
.c-archive01__item:last-child {
  border-width: 1px 0;
}
.c-archive01__item-in {
  display: block;
  padding: 10px 0;
}
.c-archive01__item-meta {
  display: flex;
  flex-wrap: wrap;
}
.c-archive01__item-date {
  padding: 5px 0;
  margin: 0 10px 0 0;
}
.c-archive01__item-cat {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 -5px -5px 0;
}
.c-archive01__item-cat-item {
  padding: 5px 10px;
  margin: 0 5px 5px 0;
  color: #fff;
  background: #000;
}
.c-archive01__item-head {
  display: -webkit-box;
  max-height: calc(var(--line) * var(--line-height) * 1em);
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: var(--line);
  line-height: var(--line-height);
  -webkit-box-orient: vertical;
}
@media (width >= 768px ) {
  .c-archive01 {
    --line: 2;
  }
}
/* .c-blockquote01
================================================== */
.c-blockquote01 {
  padding: 15px;
  border: 1px solid var(--mh--color--primary-700);
}
@media (width >= 768px ) {
  .c-blockquote01 {
    padding: 25px;
  }
}
/* .c-btn01
================================================== */
.c-btn01 {
  border: none;
  appearance: none;
  padding: 0;
  margin: 0;
  background: none;
}
.c-btn01__in {
  background-color: #fff;
  border-radius: var(--mh--border-radius-sm);
  padding: 10px 0;
  color: var(--mh--color--primary-700);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: var(--mh--font-size--lg);
  border: 2px solid var(--mh--color--primary-500);
  position: relative;
  width: 100%;
}
.c-btn01__txt-fukidashi {
  font-size: 1rem;
  background-color: #ff5d00;
  background-color: var(--mh--color--secondary-500);
  color: var(--mh--color--primary-700);
  padding: 3px 15px;
  border-radius: var(--mh--border-radius-lg);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -20px;
  display: inline-block;
  white-space: nowrap;
  letter-spacing: -.04em;
}
.c-btn01__txt-price {
  font-size: 1.6rem;
  line-height: 0;
}
.c-btn01__txt-fukidashi::after {
  display: inline-block;
  width: 38px;
  height: 19px;
  color: var(--mh--color--secondary-500);
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url("data:image/svg+xml;utf8,%3Csvg%20viewBox%3D%220%200%2036%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M19.5958%2018.2992C18.4685%2019.2754%2016.7952%2019.2754%2015.6679%2018.2992L1.19789%205.76779C-0.90182%203.94938%200.384199%200.5%203.16185%200.5L32.1018%200.500003C34.8795%200.500003%2036.1655%203.94939%2034.0658%205.76779L19.5958%2018.2992Z%22%20fill%3D%22%23FF7E33%22%2F%3E%3C%2Fsvg%3E");
  mask-image: url("data:image/svg+xml;utf8,%3Csvg%20viewBox%3D%220%200%2036%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M19.5958%2018.2992C18.4685%2019.2754%2016.7952%2019.2754%2015.6679%2018.2992L1.19789%205.76779C-0.90182%203.94938%200.384199%200.5%203.16185%200.5L32.1018%200.500003C34.8795%200.500003%2036.1655%203.94939%2034.0658%205.76779L19.5958%2018.2992Z%22%20fill%3D%22%23FF7E33%22%2F%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);
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.c-btn01__txt-small {
  font-size: var(--mh--font-size--xs);
  background-color: var(--mh--color--secondary-500);
  color: var(--mh--color--primary-700);
  padding: 2px 10px;
  border-radius: var(--mh--border-radius-lg);
  margin-right: 5px;
}
.c-btn01__txt-small.is-white{
  background-color: var(--mh--color--grayscale-100);
}

@media (width >= 768px ) {
  .c-btn01__in {
    padding: 13px 24px;
  }
  .c-btn01__txt-fukidashi {
    font-size: var(--mh--font-size--x2s);
    padding: 3px 15px;
    letter-spacing: 0;
  }
  .c-btn01__txt-price {
    font-size: 1.8rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-btn01__in {
    transition: all var(--mh--duration) var(--mh--easing);
  }
  .c-btn01__in:hover {
    background-color: var(--mh--color--primary-500);
    color: #fff;
  }
}
.c-btn01.is-bg-orange .c-btn01__in {
  background-color: var(--mh--color--primary-500);
  background-color: #ff5d00;
  color: #fff;
  border: 2px solid #ff5d00;
}
@media (hover: hover) and (pointer: fine) {
  .c-btn01.is-bg-orange .c-btn01__in {
    transition: all var(--mh--duration) var(--mh--easing);
    padding: 13px 24px;
  }
  .c-btn01.is-bg-orange .c-btn01__in:hover {
    background-color: #fff;
    color: var(--mh--color--primary-700);
  }
}
/* .c-form
================================================== */
.c-form input[type=text],
.c-form input[type=email],
.c-form input[type=tel],
.c-form textarea,
.c-form button,
.c-form select,
.c-form option {
  border: 1px solid var(--mh--color--grayscale-700);
}
.c-form input[type=text]:focus-visible,
.c-form input[type=email]:focus-visible,
.c-form input[type=tel]:focus-visible,
.c-form textarea:focus-visible,
.c-form button:focus-visible,
.c-form select:focus-visible,
.c-form option:focus-visible {
  border-color: rgb(var(--color-black01));
  box-shadow: 0 0 0 2px rgba(var(--color-black01), 0.25);
}
.c-form fieldset {
  border: none;
}
.c-form input,
.c-form textarea {
  box-sizing: border-box;
  padding: 10px;
  font-size: 1.6rem;
}
.c-form input[type=file] {
  padding: 0;
}
.c-form input[type=text],
.c-form input[type=email] {
  height: 50px;
}
.c-form input[type=radio],
.c-form input[type=checkbox] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  white-space: nowrap;
  border-width: 0;
  clip: rect(0, 0, 0, 0);
}
.c-form textarea {
  height: 200px;
}
.c-form__set {
  box-sizing: border-box;
  padding: 50px 10px 30px;
}
.c-form__set:not(:first-child) {
  border-top: 1px solid var(--mh--color--grayscale-700);
}
.c-form__head {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}
.c-form__required, .c-form__optional {
  box-sizing: border-box;
  padding: 2px 10px 3px;
  font-size: 1.2rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  background: var(--mh--color--primary-700);
}
.c-form__required {
  background: var(--mh--color--primary-700);
}
.c-form__optional {
  color: var(--mh--color--primary-700);
  background: rgb(var(--mh--color-grayscale-700));
  border: 1px solid var(--mh--color--grayscale-700);
}
.c-form__field-set {
  display: block;
  margin-top: 15px;
}
.c-form__field-description {
  display: grid;
  gap: 5px 0;
  margin-bottom: 10px;
  font-size: 1.4rem;
  line-height: 1.5;
}
.c-form__field-txt {
  margin-bottom: 10px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.c-form__postcode {
  display: flex;
  align-items: start;
}
.c-form__postcode-suffix {
  margin: 13px 10px 0 0;
  font-size: 1.6rem;
  line-height: 1.5;
}
.c-form__postcode-btn {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 105px;
  height: 50px;
  padding: 10px 15px;
  margin-left: 15px;
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  background: var(--mh--color--primary-700);
}
.c-form__postcode > input,
.c-form__postcode > span {
  width: 40%;
}
.c-form__select-in {
  position: relative;
  display: inline-block;
}
.c-form__select-in select {
  padding: 13px 21px 13px 10px;
  font-size: 1.6rem;
  line-height: 2.2rem;
  cursor: pointer;
}
.c-form__select-in::after {
  position: absolute;
  top: 19px;
  right: 8px;
  width: 9px;
  height: 9px;
  content: "";
  border-right: 2px solid var(--mh--color--grayscale-700);
  border-bottom: 2px solid var(--mh--color--grayscale-700);
  transform: rotate(45deg);
}
.c-form__select-unit {
  margin-left: 2px;
  font-size: 1.6rem;
}
.c-form__select.is-date .c-form__select-year select {
  width: 80px;
}
.c-form__select.is-date .c-form__select-month select,
.c-form__select.is-date .c-form__select-day select {
  width: 66px;
}
.c-form__select label + label {
  margin-left: 9px;
}
.c-form__radio-list {
  display: grid;
  gap: 15px 19px;
}
.c-form__radio-list label {
  position: relative;
  padding-left: 37px;
  cursor: pointer;
}
.c-form__radio-list input + span::before {
  position: absolute;
  top: 14px;
  left: 0;
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  content: "";
  border: 1px solid var(--mh--color--grayscale-700);
  border-radius: 50%;
  transform: translateY(-50%);
}
.c-form__radio-list input + span::after {
  position: absolute;
  top: 8px;
  left: 6px;
  display: block;
  width: 12px;
  height: 12px;
  content: "";
  background: var(--mh--color--grayscale-700);
  border-radius: 50%;
  transform: scale(0);
  transition: all 0.3s ease;
}
.c-form__radio-list input:checked + span::after {
  transform: scale(1);
}
.c-form__radio-list span {
  margin: 0;
}
.c-form__checkbox-list {
  display: grid;
  gap: 15px 19px;
}
.c-form__checkbox-list label {
  position: relative;
  display: flex;
  padding-left: 37px;
  cursor: pointer;
}
.c-form__checkbox-list input + span::before {
  position: absolute;
  top: 14px;
  left: 0;
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  content: "";
  border: 1px solid var(--mh--color--grayscale-700);
  transform: translateY(-50%);
}
.c-form__checkbox-list input + span::after {
  position: absolute;
  top: 7px;
  left: 4px;
  display: block;
  width: 15px;
  height: 9px;
  content: "";
  border-color: var(--mh--color--grayscale-700);
  border-style: solid;
  border-width: 3px 3px 0 0;
  transform: scale(0) rotate(135deg);
  transition: all 0.3s ease;
}
.c-form__checkbox-list input:checked + span::after {
  transform: scale(1) rotate(135deg);
}
.c-form__checkbox-list span {
  margin: 0;
}
.c-form__radio-list label + span, .c-form__checkbox-list label + span {
  font-size: 1.6rem;
  line-height: 1.5;
}
.c-form__radio-list input:focus + span::before, .c-form__checkbox-list input:focus + span::before {
  border-color: rgb(var(--color-black01));
  box-shadow: 0 0 0 2px rgba(var(--color-black01), 0.25);
}
.c-form__radio-list input:disabled + label, .c-form__checkbox-list input:disabled + label {
  opacity: 0.5;
}
.c-form__radio-list + .c-form__radio-list, .c-form__radio-list + .c-form__checkbox-list, .c-form__checkbox-list + .c-form__radio-list, .c-form__checkbox-list + .c-form__checkbox-list {
  margin-top: 50px;
}
.c-form__radio-list.is-col2, .c-form__radio-list.is-col3, .c-form__checkbox-list.is-col2, .c-form__checkbox-list.is-col3 {
  grid-template-columns: repeat(2, 1fr);
}
.c-form__privacy {
  box-sizing: border-box;
  height: 300px;
  padding: 30px 35px;
  margin-bottom: 20px;
  overflow-y: scroll;
  border: 1px solid var(--mh--color--grayscale-700);
}
.c-form__privacy-head {
  margin-bottom: 10px;
  font-weight: bold;
}
.c-form__agreement {
  margin-bottom: 20px;
}
.c-form__agreement-txt {
  text-align: center;
}
.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.5;
}
.c-form__agreement-check input + span::before {
  position: absolute;
  top: 13px;
  left: 0;
  width: 24px;
  height: 24px;
  content: "";
  border: 1px solid var(--mh--color--grayscale-700);
  transform: translateY(-50%);
}
.c-form__agreement-check input:checked + span::after {
  position: absolute;
  top: 6px;
  left: 4px;
  display: block;
  width: 15px;
  height: 9px;
  content: "";
  border-color: var(--mh--color--grayscale-700);
  border-style: solid;
  border-width: 2px 2px 0 0;
  transform: rotate(135deg);
}
.c-form__agreement-check input:focus + span::before {
  border-color: rgb(var(--color-black01));
  box-shadow: 0 0 0 2px rgba(var(--color-black01), 0.25);
}
.c-form__agreement-check input:disabled + label {
  opacity: 0.5;
}
.c-form__btn {
  text-align: center;
}
.c-form__btn input {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  padding: 16px 20px;
  font-family: var(--fontfamily_base);
  color: #fff;
  appearance: none;
  outline: none;
  background-color: var(--mh--color--grayscale-700);
  border: none;
  border: 1px solid var(--mh--color--grayscale-700);
}
.c-form__btn input:focus-visible,
.c-form__btn :focus {
  border-color: rgb(var(--color-black01));
  box-shadow: 0 0 0 2px rgba(var(--color-black01), 0.25);
}
.c-form__btn input + input {
  margin-left: 20px;
}
.c-form__btn span {
  width: 0;
  margin: 0;
}
@media (width >= 768px ) {
  .c-form__head {
    display: inline-block;
  }
  .c-form__field-description {
    margin-bottom: 20px;
  }
  .c-form__postcode-btn {
    font-size: 1.6rem;
  }
  .c-form__select-in select {
    padding: 13px 40px 13px 10px;
  }
  .c-form__select-in::after {
    right: 12px;
  }
  .c-form__select-unit {
    margin-left: 7px;
  }
  .c-form__select.is-date .c-form__select-year select {
    width: 150px;
  }
  .c-form__select.is-date .c-form__select-month select,
  .c-form__select.is-date .c-form__select-day select {
    width: 110px;
  }
  .c-form__select label + label {
    margin-left: 18px;
  }
  .c-form__optional, .c-form__required {
    padding: 4px 17px 5px;
    margin-left: 20px;
  }
  .c-form__radio-list, .c-form__checkbox-list {
    gap: 15px 30px;
  }
  .c-form__radio-list.is-col3, .c-form__checkbox-list.is-col3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .c-form__privacy {
    height: 200px;
    padding: 40px;
  }
  .c-form__agreement {
    margin-bottom: 40px;
  }
  .c-form__btn input {
    width: 320px;
    margin: 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-form__btn input {
    transition: all var(--mh--duration) var(--mh--easing);
  }
  .c-form__btn input:hover {
    color: var(--mh--color--primary-700);
    background: var(--mh--color--grayscale-100);
  }
}
/* .c-form-btn
================================================== */
.c-form-area-btn {
  margin-top: 35px;
}
@media (width >= 768px ) {
  .c-form-area-btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 35px;
  }
}
.c-form-btn {
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 320px;
  height: 60px;
  padding: 10px 20px;
  margin: 0 auto;
  font-weight: 500;
  text-align: left;
  appearance: none;
  border: 0;
}
.c-form-btn + .c-form-btn {
  margin-top: 20px;
}
@media (width >= 768px ) {
  .c-form-btn {
    max-width: 320px;
    height: 80px;
    margin: 0;
    transition: all var(--mh--duration) var(--mh--easing);
  }
  .c-form-btn + .c-form-btn {
    margin-top: 0;
    margin-left: 40px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-form-btn:hover {
    opacity: 0.8;
  }
}
/* head
================================================ */
.c-single01__content h2:not([class*=c-]), .c-surface-head {
  padding: 10px !important;
  margin-top: var(--mh--space--xl);
  margin-bottom: var(--mh--space--sm);
  font-size: var(--mh--font-size--x2l);
  color: var(--mh--color--grayscale-100);
  background-color: var(--mh--color--primary-700);
}
@media (width >= 768px ) {
  .c-single01__content h2:not([class*=c-]), .c-surface-head {
    padding: 15px 20px !important;
  }
}
.c-dobble-border-head {
  position: relative;
  padding-bottom: 10px;
  padding-left: 10px;
  margin-top: var(--mh--space--xl);
  margin-bottom: var(--mh--space--sm);
  font-size: var(--mh--font-size--x3l);
  border-bottom: 1px solid var(--mh--color--primary-700);
}
.c-dobble-border-head::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 70%;
  content: "";
  background: var(--mh--color--primary-700);
}
@media (width >= 768px ) {
  .c-dobble-border-head {
    padding-bottom: 15px;
    padding-left: 15px;
  }
}
.c-single01__content h3:not([class*=c-]), .c-line-head {
  position: relative;
  padding-left: 10px;
  margin-top: var(--mh--space--md);
  margin-bottom: var(--mh--space--sm);
  font-size: var(--mh--font-size--x2l);
}
.c-single01__content h3:not([class*=c-])::before, .c-line-head::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 2px;
  height: 70%;
  content: "";
  background: var(--mh--color--primary-700);
  transform: translateY(-50%);
}
@media (width >= 768px ) {
  .c-single01__content h3:not([class*=c-]), .c-line-head {
    padding-left: 15px;
  }
}
.c-under-border-head {
  padding-bottom: 10px;
  font-size: var(--mh--font-size--xl);
  border-bottom: 1px solid var(--mh--color--primary-700);
}
@media (width >= 768px ) {
  .c-under-border-head {
    padding-bottom: 20px;
  }
}
.c-single01__content h4:not([class*=c-]), .c-simple-head {
  margin: var(--mh--space--sm) 0;
  font-size: var(--mh--font-size--lg);
  color: var(--mh--color--primary-700);
}
/* list
================================================ */
.c-single01__content ul:not([class*=c-]) {
  padding-left: 0;
  margin: var(--mh--space--md) 0;
  line-height: var(--mh--line-height--sm);
  list-style: none;
}
.c-single01__content ul:not([class*=c-]) li {
  position: relative;
  padding-left: 1em;
}
.c-single01__content ul:not([class*=c-]) li::before {
  position: absolute;
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  content: "";
  background-color: var(--mh--color--primary-700);
  border-radius: 50%;
}
.c-single01__content ul:not([class*=c-]) li + li {
  margin-top: 0.8em;
}
.c-single01__content ul:not([class*=c-]) li ol:not([class*=c-]) {
  counter-reset: child-num;
}
.c-single01__content ul:not([class*=c-]) li ol:not([class*=c-]) > li {
  position: relative;
  padding-left: 2em;
  text-indent: -2em;
  counter-increment: child-num 1;
}
.c-single01__content ul:not([class*=c-]) li ol:not([class*=c-]) > li::before {
  position: static;
  margin-right: 5px;
  color: var(--mh--color--primary-700);
  content: counter(child-num, decimal-leading-zero) ".";
  background-color: transparent;
}
.c-single01__content ul:not([class*=c-]) li ol:not([class*=c-]) > li + li {
  margin-top: 0.8em;
}
.c-single01__content ol:not([class*=c-]) {
  padding-left: 0;
  margin: var(--mh--space--md) 0;
  line-height: var(--mh--line-height--sm);
  list-style: none;
  counter-reset: num01;
}
.c-single01__content ol:not([class*=c-]) > li {
  position: relative;
  padding-left: 2em;
  counter-increment: num01 1;
}
.c-single01__content ol:not([class*=c-]) > li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--mh--color--primary-700);
  content: counter(num01, decimal-leading-zero) ".";
}
.c-single01__content ol:not([class*=c-]) > li + li {
  margin-top: 0.8em;
}
.c-single01__content ol:not([class*=c-]) > li ol:not([class*=c-]) {
  counter-reset: num02;
}
.c-single01__content ol:not([class*=c-]) > li ol:not([class*=c-]) > li {
  position: relative;
  padding-left: 3.5em;
  text-indent: -3.5em;
  counter-increment: num02 1;
}
.c-single01__content ol:not([class*=c-]) > li ol:not([class*=c-]) > li::before {
  margin-right: 5px;
  color: var(--mh--color--primary-700);
  content: counter(num01, decimal-leading-zero) "-" counter(num02, decimal-leading-zero) ".";
}
.c-single01__content ol:not([class*=c-]) > li ol:not([class*=c-]) > li + li {
  margin-top: 0.8em;
}
.c-single01__content ol:not([class*=c-]) > li ul:not([class*=c-]) {
  padding-left: 0;
  margin-top: 0.8em;
  line-height: var(--mh--line-height--sm);
  list-style: none;
}
.c-single01__content ol:not([class*=c-]) > li ul:not([class*=c-]) li {
  position: relative;
  padding-left: 1em;
}
.c-single01__content ol:not([class*=c-]) > li ul:not([class*=c-]) li::before {
  position: absolute;
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  content: "";
  background-color: var(--mh--color--primary-700);
  border-radius: 50%;
}
.c-single01__content ol:not([class*=c-]) > li ul:not([class*=c-]) li + li {
  margin-top: 0.8em;
}
/* .c-dobble-border-head
================================================== */
/* .c-head01
================================================== */
.c-head01 {
  text-align: center;
  margin-bottom: 25px;
  z-index: 1;
  position: relative;
}
.c-head01__sub {
  font-size: var(--mh--font-size--x5l);
  color: var(--mh--color--secondary-500);
  line-height: var(--mh--line-height--sm);
}
.c-head01__main {
  font-size: var(--mh--font-size--x11l);
  line-height: var(--mh--line-height--sm);
  color: #fff;
  font-weight: 900;
}
.c-head01__comment {
  font-size: var(--mh--font-size--lg);
  line-height: var(--mh--line-height--sm);
  background-color: #fff;
  border-radius: 100px;
  padding: 6px 20px;
  display: inline-block;
  border: 2px solid;
  margin-bottom: 10px;
  position: relative;
  font-weight: 900;
}
.c-head01__comment::before {
  content: "";
  position: absolute;
  width: 44px;
  height: 22px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  background: url(../img/fix/bg_flow_head01.svg) no-repeat center/contain;
  z-index: -1;
}
@media (width >= 768px ) {
  .c-head01 {
    margin-bottom: 60px;
  }
  .c-head01__main {
    font-size: var(--mh--font-size--x12l);
  }
  .c-head01__sub {
    margin-bottom: 0;
  }
}
/* .c-head02
================================================== */
.c-head02 {
  font-weight: 900;
  font-size: var(--mh--font-size--x5l);
  line-height: var(--mh--line-height--sm);
  position: relative;
  padding-left: 15px;
  margin-bottom: 20px;
}
.c-head02::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: var(--mh--color--primary-500);
  border-radius: 100px;
}
@media (width >= 768px ) {
  .c-head02 {
    padding-left: 20px;
    font-size: var(--mh--font-size--x7l);
  }
  .c-head02::before {
    width: 8px;
  }
}
.c-head02.is-green::before {
  background: var(--mh--color--quaternary-500);
}
.c-head02.is-blue::before {
  background: var(--mh--color--tertiary-500);
}
/* .c-head03
================================================== */
.c-head03 {
  font-weight: 700;
  font-size: var(--mh--font-size--lg);
  line-height: var(--mh--line-height--sm);
  position: relative;
  padding-left: 18px;
  margin-bottom: 4px;
}
.c-head03::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  background: var(--mh--color--primary-500);
  border-radius: 100px;
  transform: translateY(-50%);
}
@media (width >= 768px ) {
  .c-head03 {
    padding-left: 28px;
    font-size: var(--mh--font-size--xl);
    margin-bottom: 10px;
  }
  .c-head03::before {
    width: 10px;
    height: 10px;
  }
}
/* .c-line-head
================================================== */
/* .c-simple-head
================================================== */
/* .c-surface-head
================================================== */
/* .c-under-border-head
================================================== */
/* .c-ico
================================================== */
.c-ico {
  display: inline-block;
  vertical-align: baseline;
}
.c-ico svg {
  transition: all var(--mh--duration) var(--mh--easing);
}
/* .c-ico.is-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;
  height: 13px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url("data:image/svg+xml;utf8,%3Csvg%20viewBox%3D%220%200%2018%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12.15%200.5L11.25%201.51111L15.5314%206.27778H0V7.72222H15.5314L11.25%2012.4889L12.15%2013.5L18%207L12.15%200.5Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E");
  mask-image: url("data:image/svg+xml;utf8,%3Csvg%20viewBox%3D%220%200%2018%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12.15%200.5L11.25%201.51111L15.5314%206.27778H0V7.72222H15.5314L11.25%2012.4889L12.15%2013.5L18%207L12.15%200.5Z%22%20fill%3D%22white%22%2F%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-ico.is-blank01
================================================== */
.c-ico.is-blank01 {
  margin-left: 5px;
  display: inline-flex;
  align-items: baseline;
}
.c-ico.is-blank01::after {
  display: inline-block;
  width: 14px;
  height: 14px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url("data:image/svg+xml;utf8,%3Csvg%20width%3D%2214%22%20height%3D%2213%22%20viewBox%3D%220%200%2014%2013%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20x%3D%220.75%22%20y%3D%221.68262%22%20width%3D%228.31809%22%20height%3D%227.49979%22%20stroke%3D%22black%22%20stroke-width%3D%221.5%22%2F%3E%3Cline%20x1%3D%221.09082%22%20y1%3D%2212.1826%22%20x2%3D%2211.9998%22%20y2%3D%2212.1826%22%20stroke%3D%22black%22%20stroke-width%3D%221.5%22%2F%3E%3Cline%20x1%3D%2212.75%22%20y1%3D%222.93262%22%20x2%3D%2212.75%22%20y2%3D%2212.9324%22%20stroke%3D%22black%22%20stroke-width%3D%221.5%22%2F%3E%3C%2Fsvg%3E");
  mask-image: url("data:image/svg+xml;utf8,%3Csvg%20width%3D%2214%22%20height%3D%2213%22%20viewBox%3D%220%200%2014%2013%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20x%3D%220.75%22%20y%3D%221.68262%22%20width%3D%228.31809%22%20height%3D%227.49979%22%20stroke%3D%22black%22%20stroke-width%3D%221.5%22%2F%3E%3Cline%20x1%3D%221.09082%22%20y1%3D%2212.1826%22%20x2%3D%2211.9998%22%20y2%3D%2212.1826%22%20stroke%3D%22black%22%20stroke-width%3D%221.5%22%2F%3E%3Cline%20x1%3D%2212.75%22%20y1%3D%222.93262%22%20x2%3D%2212.75%22%20y2%3D%2212.9324%22%20stroke%3D%22black%22%20stroke-width%3D%221.5%22%2F%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-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: 17px;
  height: 13px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 12.147"><path d="M16.19,1.415v9.923H.81V1.415L8.5,8.29ZM1.348.81h14.3L8.5,7.2ZM0,12.147H17V0H0Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 12.147"><path d="M16.19,1.415v9.923H.81V1.415L8.5,8.29ZM1.348.81h14.3L8.5,7.2ZM0,12.147H17V0H0Z"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: all var(--mh--duration) var(--mh--easing);
}
/* .c-ico.is-map01
================================================== */
.c-ico.is-map01 {
  margin-right: 5px;
  color: violet;
}
.c-ico.is-map01::after {
  display: inline-block;
  width: 12px;
  height: 16px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12.016 16.221"><path d="M6.008,0A6.026,6.026,0,0,0,0,6.041C0,10.188,4.166,14.8,5.684,16.1a.5.5,0,0,0,.647,0c1.519-1.3,5.684-5.909,5.684-10.057A6.026,6.026,0,0,0,6.008,0m0,9.864A3.633,3.633,0,1,1,9.619,6.227,3.622,3.622,0,0,1,6.008,9.86" transform="translate(0 0.004)"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12.016 16.221"><path d="M6.008,0A6.026,6.026,0,0,0,0,6.041C0,10.188,4.166,14.8,5.684,16.1a.5.5,0,0,0,.647,0c1.519-1.3,5.684-5.909,5.684-10.057A6.026,6.026,0,0,0,6.008,0m0,9.864A3.633,3.633,0,1,1,9.619,6.227,3.622,3.622,0,0,1,6.008,9.86" transform="translate(0 0.004)"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: all var(--mh--duration) var(--mh--easing);
}
/* .c-ico.is-search01
================================================== */
.c-ico.is-search01 {
  margin-right: 10px;
}
.c-ico.is-search01::after {
  display: inline-block;
  width: 22px;
  height: 22px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url("data:image/svg+xml;utf8,%3Csvg%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8.3877%200C13.0159%200.000214286%2016.7744%203.7412%2016.7744%208.36426C16.7744%2010.2509%2016.1484%2011.9911%2015.0928%2013.3896L22%2020.3066L20.3037%2022L13.3916%2015.0771C11.9943%2016.1145%2010.2622%2016.7284%208.3877%2016.7285C3.75924%2016.7285%200%2012.9874%200%208.36426C4.54891e-05%203.74117%203.75927%200%208.3877%200ZM8.3877%202.39648C5.07557%202.39648%202.39648%205.07224%202.39648%208.36426C2.39649%2011.6563%205.07557%2014.332%208.3877%2014.332C11.6996%2014.3318%2014.3779%2011.6561%2014.3779%208.36426C14.3779%205.07237%2011.6996%202.3967%208.3877%202.39648ZM9%208H12V9H9V12H8V9H5V8H8V5H9V8Z%22%20fill%3D%22%23FF6710%22%2F%3E%3C%2Fsvg%3E");
  mask-image: url("data:image/svg+xml;utf8,%3Csvg%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8.3877%200C13.0159%200.000214286%2016.7744%203.7412%2016.7744%208.36426C16.7744%2010.2509%2016.1484%2011.9911%2015.0928%2013.3896L22%2020.3066L20.3037%2022L13.3916%2015.0771C11.9943%2016.1145%2010.2622%2016.7284%208.3877%2016.7285C3.75924%2016.7285%200%2012.9874%200%208.36426C4.54891e-05%203.74117%203.75927%200%208.3877%200ZM8.3877%202.39648C5.07557%202.39648%202.39648%205.07224%202.39648%208.36426C2.39649%2011.6563%205.07557%2014.332%208.3877%2014.332C11.6996%2014.3318%2014.3779%2011.6561%2014.3779%208.36426C14.3779%205.07237%2011.6996%202.3967%208.3877%202.39648ZM9%208H12V9H9V12H8V9H5V8H8V5H9V8Z%22%20fill%3D%22%23FF6710%22%2F%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-ico.is-tel01
================================================== */
.c-ico.is-tel01 {
  margin-right: 5px;
  color: pink;
}
.c-ico.is-tel01::after {
  display: inline-block;
  width: 24px;
  height: 24px;
  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.5 23.5"><path d="M18.019,23.5c-2.313,0-7.045-.741-12.147-5.844C-.641,11.143-.085,5.26.093,4.147a3.661,3.661,0,0,1,1.045-2.1L2.405.778a2.668,2.668,0,0,1,3.767,0l3.19,3.191a2.669,2.669,0,0,1,0,3.768L7.81,9.29a18.573,18.573,0,0,0,2.752,3.674A18.585,18.585,0,0,0,14.217,15.7l1.554-1.557a2.671,2.671,0,0,1,3.77,0l3.181,3.184a2.669,2.669,0,0,1,0,3.767l-1.25,1.25A3.7,3.7,0,0,1,19.5,23.378a7.471,7.471,0,0,1-1.479.122M4.29,2.148a.516.516,0,0,0-.367.149L2.658,3.564a1.554,1.554,0,0,0-.441.9c-.1.594-.725,5.777,5.174,11.675,6.21,6.213,11.472,5.18,11.692,5.133a1.6,1.6,0,0,0,.873-.441L21.2,19.581a.522.522,0,0,0,0-.731l-3.182-3.184a.526.526,0,0,0-.733,0l-2.708,2.71-.708-.393a21.871,21.871,0,0,1-4.828-3.5A21.8,21.8,0,0,1,5.532,9.632l-.393-.708L7.845,6.218a.522.522,0,0,0,0-.731L4.655,2.3a.515.515,0,0,0-.365-.148" transform="translate(0 0)"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 23.5 23.5"><path d="M18.019,23.5c-2.313,0-7.045-.741-12.147-5.844C-.641,11.143-.085,5.26.093,4.147a3.661,3.661,0,0,1,1.045-2.1L2.405.778a2.668,2.668,0,0,1,3.767,0l3.19,3.191a2.669,2.669,0,0,1,0,3.768L7.81,9.29a18.573,18.573,0,0,0,2.752,3.674A18.585,18.585,0,0,0,14.217,15.7l1.554-1.557a2.671,2.671,0,0,1,3.77,0l3.181,3.184a2.669,2.669,0,0,1,0,3.767l-1.25,1.25A3.7,3.7,0,0,1,19.5,23.378a7.471,7.471,0,0,1-1.479.122M4.29,2.148a.516.516,0,0,0-.367.149L2.658,3.564a1.554,1.554,0,0,0-.441.9c-.1.594-.725,5.777,5.174,11.675,6.21,6.213,11.472,5.18,11.692,5.133a1.6,1.6,0,0,0,.873-.441L21.2,19.581a.522.522,0,0,0,0-.731l-3.182-3.184a.526.526,0,0,0-.733,0l-2.708,2.71-.708-.393a21.871,21.871,0,0,1-4.828-3.5A21.8,21.8,0,0,1,5.532,9.632l-.393-.708L7.845,6.218a.522.522,0,0,0,0-.731L4.655,2.3a.515.515,0,0,0-.365-.148" transform="translate(0 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-batsu01
================================================== */
.c-ico.is-batsu01 {
  margin-right: 5px;
}
.c-ico.is-batsu01::after {
  display: inline-block;
  width: 12px;
  height: 12px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url("data:image/svg+xml;utf8,%3Csvg%20fill%3D%22none%22%20viewBox%3D%220%200%2012%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m11.7472%2011.114c.1609.1609.2514.3792.2514.6068%200%20.2277-.0905.446-.2514.6069-.161.161-.3793.2514-.6069.2514-.2277%200-.446-.0904-.607-.2514l-4.5333-4.53447-4.53477%204.53307c-.16096.1609-.37928.2514-.606915.2514-.227639%200-.445955-.0905-.60692-.2514-.1609656-.161-.251395-.3793-.251395-.6069s.0904295-.4459.251395-.6069l4.534765-4.53304-4.533338-4.5345c-.1609647-.16095-.25139392-.37926-.25139392-.60688%200-.22763.09042922-.445929.25139392-.606885.160966-.160956.379282-.25138.606921-.25138.227637%200%20.445957.090424.606917.25138l4.53334%204.534495%204.5348-4.535209c.1609-.160956.3792-.251379.6069-.251379.2276%200%20.4459.090423.6069.251379s.2514.379259.2514.606889c0%20.22762-.0904.44592-.2514.60688l-4.53476%204.53521z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
  mask-image: url("data:image/svg+xml;utf8,%3Csvg%20fill%3D%22none%22%20viewBox%3D%220%200%2012%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m11.7472%2011.114c.1609.1609.2514.3792.2514.6068%200%20.2277-.0905.446-.2514.6069-.161.161-.3793.2514-.6069.2514-.2277%200-.446-.0904-.607-.2514l-4.5333-4.53447-4.53477%204.53307c-.16096.1609-.37928.2514-.606915.2514-.227639%200-.445955-.0905-.60692-.2514-.1609656-.161-.251395-.3793-.251395-.6069s.0904295-.4459.251395-.6069l4.534765-4.53304-4.533338-4.5345c-.1609647-.16095-.25139392-.37926-.25139392-.60688%200-.22763.09042922-.445929.25139392-.606885.160966-.160956.379282-.25138.606921-.25138.227637%200%20.445957.090424.606917.25138l4.53334%204.534495%204.5348-4.535209c.1609-.160956.3792-.251379.6069-.251379.2276%200%20.4459.090423.6069.251379s.2514.379259.2514.606889c0%20.22762-.0904.44592-.2514.60688l-4.53476%204.53521z%22%20fill%3D%22%23000%22%2F%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-ico.is-triangle01
================================================== */
.c-ico.is-triangle01 {
  margin-right: 5px;
}
.c-ico.is-triangle01::after {
  display: inline-block;
  width: 38px;
  height: 19px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url("data:image/svg+xml;utf8,%3Csvg%20viewBox%3D%220%200%2036%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M19.5958%2018.2992C18.4685%2019.2754%2016.7952%2019.2754%2015.6679%2018.2992L1.19789%205.76779C-0.90182%203.94938%200.384199%200.5%203.16185%200.5L32.1018%200.500003C34.8795%200.500003%2036.1655%203.94939%2034.0658%205.76779L19.5958%2018.2992Z%22%20fill%3D%22%23FF7E33%22%2F%3E%3C%2Fsvg%3E");
  mask-image: url("data:image/svg+xml;utf8,%3Csvg%20viewBox%3D%220%200%2036%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M19.5958%2018.2992C18.4685%2019.2754%2016.7952%2019.2754%2015.6679%2018.2992L1.19789%205.76779C-0.90182%203.94938%200.384199%200.5%203.16185%200.5L32.1018%200.500003C34.8795%200.500003%2036.1655%203.94939%2034.0658%205.76779L19.5958%2018.2992Z%22%20fill%3D%22%23FF7E33%22%2F%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-num-list01
================================================== */
.c-num-list01 {
  counter-reset: num01 0;
}
.c-num-list01__item {
  padding-left: 2em;
  font-size: var(--mh--font-size--md);
  text-indent: -2em;
}
.c-num-list01__item::before {
  margin-right: 5px;
  color: var(--mh--color--primary-700);
  content: counter(num01, decimal-leading-zero) ".";
  counter-increment: num01 1;
}
.c-num-list01__item + .c-num-list01__item {
  margin-top: 0.8em;
}
.c-num-list01__item ul,
.c-num-list01__item ol {
  margin-top: 0.8em;
}
.c-num-list01__item ol {
  counter-reset: num02 0;
}
.c-num-list01__item ol li {
  padding-left: 3.5em;
  text-indent: -3.5em;
}
.c-num-list01__item ol li + li {
  margin-top: 0.8em;
}
.c-num-list01__item ol li::before {
  margin-right: 5px;
  color: var(--mh--color--primary-700);
  content: counter(num01, decimal-leading-zero) "-" counter(num02, decimal-leading-zero) ".";
  counter-increment: num02 1;
}
.c-num-list01__item ol .c-num-list01__item {
  padding-left: 3.5em;
  text-indent: -3.5em;
}
.c-num-list01__item ul {
  padding-left: 1.5em;
}
.c-num-list01__item ul li::before {
  position: relative;
  top: 14px;
  left: -1em;
  display: block;
  width: 5px;
  height: 5px;
  content: "";
  background-color: var(--mh--color--primary-700);
  border-radius: 50%;
}
.c-num-list01__item ul li + .c-num-list01__item ul li {
  margin-top: 0.8em;
}
@media (width >= 768px ) {
  .c-num-list01__item ul li::before {
    top: 17px;
    width: 6px;
    height: 6px;
  }
}
/*  .c-simple-list01
================================================== */
.c-simple-list01__item {
  position: relative;
  padding-left: 15px;
  font-size: var(--mh--font-size--md);
}
.c-simple-list01__item::before {
  position: absolute;
  top: 9px;
  left: 0;
  width: 5px;
  height: 5px;
  content: "";
  background-color: var(--mh--color--primary-700);
  border-radius: 50%;
}
.c-simple-list01__item + .c-simple-list01__item {
  margin-top: 0.8em;
}
.c-simple-list01__item ul,
.c-simple-list01__item ol {
  margin-top: 0.8em;
}
.c-simple-list01__item ol {
  counter-reset: num 0;
}
.c-simple-list01__item ol > li {
  padding-left: 2em;
  text-indent: -2em;
}
.c-simple-list01__item ol > li::before {
  position: static;
  margin-right: 5px;
  color: var(--mh--color--primary-700);
  content: counter(num, decimal-leading-zero) ".";
  counter-increment: num 1;
  background-color: transparent;
  border-radius: 0;
}
@media (width >= 768px ) {
  .c-simple-list01__item::before {
    top: 12px;
    width: 6px;
    height: 6px;
  }
}
/* .c-pager01
=================================== */
.c-pager01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 30px -5px -10px;
  overflow: hidden;
  text-align: center;
}
.c-pager01 li {
  margin: 0 5px 10px;
}
.c-pager01 li a,
.c-pager01 li span {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  line-height: 1;
  text-decoration: none;
  border: 1px solid #000;
}
.c-pager01 li.pages span {
  width: auto;
  border: 0;
}
.c-pager01 li.current span {
  color: #fff;
  background: #000;
}
.c-pager01 li.first, .c-pager01 li.previous {
  margin-right: 15px;
}
.c-pager01 li.first a, .c-pager01 li.last a {
  width: auto;
  padding-right: 15px;
  padding-left: 15px;
  border-color: transparent;
}
.c-pager01 li.next, .c-pager01 li.last {
  margin-left: 15px;
}
.c-pager01 li.extend span {
  border: 0;
}
@media (width >= 1260px ) {
  .c-pager01 li a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #000;
    border: 1px solid #000;
  }
}
/*  .c-pager02
================================================== */
.c-pager02 {
  position: relative;
  margin-top: 30px;
  overflow: hidden;
  line-height: 1;
}
.c-pager02 a {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 50px;
  padding: 15px;
  text-decoration: none;
  border: 1px solid;
}
.c-pager02__previous, .c-pager02__next {
  width: calc(50% - 10px);
}
.c-pager02__previous {
  float: left;
}
.c-pager02__previous a {
  justify-content: flex-start;
  padding-left: 30px;
}
.c-pager02__next {
  float: right;
}
.c-pager02__next a {
  justify-content: flex-end;
  padding-right: 30px;
}
.c-pager02__all {
  clear: both;
  width: 100%;
  padding-top: 20px;
}
.c-pager02__all a {
  justify-content: center;
}
@media (width >= 1260px ) {
  .c-pager02 a {
    transition: transform var(--mh--duration) var(--mh--easing);
  }
  .c-pager02 a:hover {
    color: #fff;
    background: #000;
    border-color: #000;
  }
}
/*  .c-set01.is-reverse
================================================== */
@media (width >= 768px ) {
  .c-set01.is-reverse {
    flex-direction: row;
  }
  .c-set01.is-reverse .c-set01__img {
    margin: 0 0 0 40px !important;
  }
}
/*  .c-set01
================================================== */
.c-set01__img {
  margin-top: 30px !important;
}
@media (width >= 768px ) {
  .c-set01 {
    flex-direction: row-reverse;
  }
  .c-set01__img {
    flex-basis: auto !important;
    width: 40%;
    margin: 0 40px 0 0 !important;
  }
  .c-set01__area-txt {
    flex-basis: auto !important;
    width: calc(100% - 480px);
  }
}
/* .c-single01
================================================== */
.c-single01__content {
  overflow: hidden;
}
.c-single01__content > *:first-child {
  margin-top: 0 !important;
}
.c-single01__content > *:last-child {
  margin-bottom: 0 !important;
}
.c-single01__content p {
  margin: var(--mh--space--xs) 0;
}
.c-single01__content h1:not([class*=c-]),
.c-single01__content h2:not([class*=c-]),
.c-single01__content h3:not([class*=c-]),
.c-single01__content h4:not([class*=c-]),
.c-single01__content h5:not([class*=c-]),
.c-single01__content h6:not([class*=c-]) {
  clear: both;
  margin: var(--mh--space--lg) 0 var(--mh--space--md);
  font-weight: 700;
  line-height: var(--mh--line-height--sm);
  letter-spacing: var(--mh--letter-spacing);
}
.c-single01__content h5:not([class*=c-]),
.c-single01__content h6:not([class*=c-]) {
  font-size: var(--mh--font-size--md);
}
.c-single01__content ul:not([class*=c-]) ul:not([class*=c-]),
.c-single01__content ul:not([class*=c-]) ol:not([class*=c-]),
.c-single01__content ol:not([class*=c-]) ul:not([class*=c-]),
.c-single01__content ol:not([class*=c-]) ol:not([class*=c-]) {
  margin: 0.8em 0 0;
}
.c-single01__content blockquote {
  padding: 20px;
  margin: var(--mh--space--md) 0;
  border: 1px solid var(--mh--color--primary-700);
}
.c-single01__content blockquote > *:first-child {
  margin-top: 0;
}
.c-single01__content figure {
  margin: var(--mh--space--md) 0;
}
.c-single01__content *:not(.c-link01) a {
  color: var(--mh--color--primary-700);
  text-decoration: underline !important;
}
@media (hover: hover) and (pointer: fine) {
  .c-single01__content *:not(.c-link01) a:hover {
    text-decoration: none !important;
  }
}
/* .l-breadcrumb
================================================ */
.l-breadcrumb__inner {
  padding-top: 20px;
  padding-bottom: 20px;
}
/* .l-breadcrumb-list
================================================ */
.l-breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
}
.l-breadcrumb-list__item {
  display: inline-block;
  vertical-align: top;
}
.l-breadcrumb-list__item + .l-breadcrumb-list__item {
  margin-left: 5px;
}
.l-breadcrumb-list__item + .l-breadcrumb-list__item::before {
  margin-right: 5px;
  content: ">";
}
@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;
  }
}
/* .l-cv-btn
================================================ */
.l-cv-btn {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 276px;
  height: 128px;
  background-color: #fff;
  border-radius: 50px 0 0 0;
  overflow: hidden;
  z-index: 10;
  border-top: 10px solid #fff;
  border-left: 10px solid #fff;
  opacity: 0;
  visibility: hidden;
  transition: all var(--mh--duration) var(--mh--easing);
}
.l-cv-btn__in {
  padding: 20px 70px 20px 30px;
  text-align: right;
  font-size: var(--mh--font-size--x3l);
  font-weight: 900;
  background-color: var(--mh--color--primary-500);
  line-height: var(--mh--line-height--sm);
  color: #fff;
}
.l-cv-btn__in::after {
  display: inline-block;
  width: 34px;
  height: 34px;
  color: #fff;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url("data:image/svg+xml;utf8,%3Csvg%20viewBox%3D%220%200%2018%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12.15%200.5L11.25%201.51111L15.5314%206.27778H0V7.72222H15.5314L11.25%2012.4889L12.15%2013.5L18%207L12.15%200.5Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E");
  mask-image: url("data:image/svg+xml;utf8,%3Csvg%20viewBox%3D%220%200%2018%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12.15%200.5L11.25%201.51111L15.5314%206.27778H0V7.72222H15.5314L11.25%2012.4889L12.15%2013.5L18%207L12.15%200.5Z%22%20fill%3D%22white%22%2F%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);
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  right: 25px;
}
.l-cv-btn.is-shown {
  opacity: 1;
  visibility: visible;
}
/* .l-footer-cv
================================================ */
.l-footer-cv {
  background-color: var(--mh--color--primary-500);
  background-color: #ff5d00;
  border-radius: var(--mh--border-radius-lg);
  overflow: hidden;
  color: #fff;
  position: relative;
  margin-top: 20px;
}
.l-footer-cv__inner {
  padding: 40px 20px 0;
}
.l-footer-cv__img {
  border-radius: var(--mh--border-radius-sm);
  overflow: hidden;
  /* aspect-ratio: 345/193; */
  position: relative;
}
.l-footer-cv__img-ico {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 90px;
}
.l-footer-cv__img-ico .u-hidden-md-down {
  display: none;
}
.l-footer-cv__img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.l-footer-cv__content {
  padding: 25px 0 0 0;
  position: relative;
}
.l-footer-cv__content::before {
  content: "";
  position: absolute;
  top: 30px;
  right: 19px;
  width: 140px;
  height: 128px;
  background: url(../img/fix/bg_footer01.png) no-repeat center/contain;
}
.l-footer-cv__head {
  font-size: var(--mh--font-size--x9l);
  line-height: var(--mh--line-height--sm);
  font-weight: 900;
}
.l-footer-cv__btn-area {
  background-color: var(--mh--color--primary-700);
  background-color: #ff5d00;
  padding: 15px 0 40px;
  border-radius: var(--mh--border-radius-lg) var(--mh--border-radius-lg) 0 0;
}
.l-footer-cv__btn-sub {
  font-size: var(--mh--font-size--x5l);
  font-weight: 900;
  text-align: center;
}
.l-footer-cv__btn {
  margin-top: 10px;
}
.l-footer-cv__btn-in {
  font-size: var(--mh--font-size--x2l);
}
.l-footer-cv__btn-txt {
  padding-right: 20px;
}
@media (width >= 768px ) {
  .l-footer-cv__inner {
    padding: 40px 40px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    max-width: 1920px;
    margin: auto;
  }
  .l-footer-cv__img {
    width: 50%;
    margin: 0;
    height: 516px;
    aspect-ratio: auto;
  }
  .l-footer-cv__img-ico {
    right: 115px;
    top: 30px;
    width: 174px;
  }
  .l-footer-cv__img-ico .u-hidden-md-down {
    display: block;
  }
  .l-footer-cv__img-ico .u-hidden-md-up {
    display: none;
  }
  .l-footer-cv__content {
    width: 50%;
    padding: 0 0 0 80px;
  }
  .l-footer-cv__content::before {
    top: -50px;
    right: auto;
    left: 543px;
    width: 254px;
    height: 232px;
  }
  .l-footer-cv__btn-area {
    margin: 70px 0 0;
    padding: 40px 20px 45px;
    max-width: 620px;
  }
  .l-footer-cv__btn-txt {
    margin: 0 -5px;
  }
  .l-footer-cv__btn {
    max-width: 460px;
    margin: 20px auto 0;
  }
  .l-footer-cv__btn-in {
    font-size: var(--mh--font-size--x4l);
  }
  .l-footer-cv__btn-txt {
    padding: 0 25px 0 10px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-footer-cv__btn-in:hover {
    /*opacity: 0.6;*/
    background-color: var(--mh--color--primary-700);
    color: var(--mh--color--grayscale-100);
    border-color: var(--mh--color--grayscale-100);
  }
}
/* .l-footer
================================================ */
.l-footer {
  padding-bottom: 80px;
}
.l-footer__bg {
  background-color: var(--mh--color--surface-500);
  border-radius: var(--mh--border-radius-lg);
}
.l-footer__inner {
  padding-block: 50px;
}
.l-footer-info {
  text-align: center;
}
.l-footer-info__logo {
  width: 178px;
  margin: 0 auto 60px;
}
.l-footer-info__name {
  font-weight: 900;
  margin-bottom: 10px;
}
.l-footer-info__address {
  font-size: var(--mh--font-size--sm);
  font-style: normal;
}
.l-footer-info__tel {
  display: inline-flex;
}
.l-footer-info__tel-item {
  margin-right: 2em;
}
.l-footer-link {
  font-size: var(--mh--font-size--x3l);
  text-align: center;
}
.l-footer-link a {
  background: var(--mh--color--tertiary-500);
  color: var(--mh--color--grayscale-100);
  display: block;
  width: 100%;
  padding: 15px 0;
  border-radius: var(--mh--border-radius-lg) var(--mh--border-radius-lg) 0 0;
  text-decoration: none;
}
.l-footer-link a[target=_blank]::after {
  display: inline-block;
  width: 14px;
  height: 14px;
  color: "#fff";
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url("data:image/svg+xml;utf8,%3Csvg%20width%3D%2214%22%20height%3D%2213%22%20viewBox%3D%220%200%2014%2013%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20x%3D%220.75%22%20y%3D%221.68262%22%20width%3D%228.31809%22%20height%3D%227.49979%22%20stroke%3D%22black%22%20stroke-width%3D%221.5%22%2F%3E%3Cline%20x1%3D%221.09082%22%20y1%3D%2212.1826%22%20x2%3D%2211.9998%22%20y2%3D%2212.1826%22%20stroke%3D%22black%22%20stroke-width%3D%221.5%22%2F%3E%3Cline%20x1%3D%2212.75%22%20y1%3D%222.93262%22%20x2%3D%2212.75%22%20y2%3D%2212.9324%22%20stroke%3D%22black%22%20stroke-width%3D%221.5%22%2F%3E%3C%2Fsvg%3E");
  mask-image: url("data:image/svg+xml;utf8,%3Csvg%20width%3D%2214%22%20height%3D%2213%22%20viewBox%3D%220%200%2014%2013%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20x%3D%220.75%22%20y%3D%221.68262%22%20width%3D%228.31809%22%20height%3D%227.49979%22%20stroke%3D%22black%22%20stroke-width%3D%221.5%22%2F%3E%3Cline%20x1%3D%221.09082%22%20y1%3D%2212.1826%22%20x2%3D%2211.9998%22%20y2%3D%2212.1826%22%20stroke%3D%22black%22%20stroke-width%3D%221.5%22%2F%3E%3Cline%20x1%3D%2212.75%22%20y1%3D%222.93262%22%20x2%3D%2212.75%22%20y2%3D%2212.9324%22%20stroke%3D%22black%22%20stroke-width%3D%221.5%22%2F%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);
  margin-left: 10px;
}
@media (width >= 768px ) {
  .l-footer {
    padding-bottom: 0;
  }
  .l-footer__inner {
    padding-block: 80px 60px;
  }
  .l-footer-info__logo {
    width: 213px;
    margin-bottom: 60px;
  }
  .l-footer-link a {
    padding: 20px 0;
    transition: all 0.3s ease;
  }
  .l-footer-link a[target=_blank]::after {
    margin-left: 10px;
  }
  .l-footer-link a:hover {
    background: var(--mh--color--tertiary-400);
  }
}
/* .l-footer-cr
================================================ */
.l-footer-cr {
  text-align: center;
  color: var(--mh--color--grayscale-500);
  font-size: var(--mh--font-size--x2s);
}
.l-footer-cr__inner {
  padding-bottom: 20px;
}
@media (width >= 768px ) {
  .l-footer-cr {
    font-size: var(--mh--font-size--xs);
  }
  .l-footer-cr__inner {
    padding-bottom: 30px;
  }
}
/* .l-header
================================================ */
.l-header {
  position: static;
  z-index: 10;
  width: 100%;
  min-width: 320px;
}
.l-header__inner {
  height: var(--mh--header--height);
  padding: 20px;
  background-color: #fff;
}
@media (width < 768px) {
  .l-header.is-active .l-nav {
    opacity: 1;
    visibility: visible;
  }
}
@media (width >= 768px ) {
  .l-header {
    min-width: var(--mh--contents--width);
    position: fixed;
  }
}
@media (width >= 768px ) and (hover: none) {
  .l-header {
    left: 0 !important;
  }
}
@media (width >= 768px ) {
  .l-header__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    transition: background-color var(--mh--duration) var(--mh--easing);
    background: none;
    padding: 40px 42px 20px;
  }
  .l-header {
    transition: all .3s ease;
  }
  .l-header.is-hide {
    margin-top: -121px;
  }
  .l-header.is-active {
    margin-top: 0;
  }
  .l-header.is-active .l-header__inner {
    background-color: #fff;
  }
}
/* .l-header-logo
================================================== */
.l-header-logo {
  width: 150px;
}
@media (width >= 768px ) {
  .l-header-logo {
    width: 212px;
  }
}
/* .l-nav
================================================ */
.l-nav {
  width: 100%;
  min-width: 320px;
  max-height: calc(100vh - var(--mh--header--height));
  padding: 20px 5px 6px;
  overscroll-behavior-y: none;
  background: #fff;
  -webkit-overflow-scrolling: touch;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: 10;
}
@media (width < 768px) {
  .l-nav {
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: all var(--mh--duration) var(--mh--easing);
  }
  .l-nav::-webkit-scrollbar {
    display: none;
  }
}
@media (width >= 768px ) {
  .l-nav {
    position: static;
    min-width: auto;
    width: auto;
    padding: 0;
    background-color: transparent;
  }
}
/* .l-nav-list
================================================== */
.l-nav-list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-nav-list__item {
  position: relative;
  width: calc(50% - 3px);
}
.l-nav-list__item + .l-nav-list__item {
  margin-left: 5px;
}
.l-nav-list__item-link {
  display: block;
  padding: 20px 30px;
  border: 0;
}
@media (width >= 768px ) {
  .l-nav-list__item {
    width: auto;
  }
  .l-nav-list__item + .l-nav-list__item {
    margin-left: 10px;
  }
}
/* .l-main-img HOME
================================================ */
.l-main-img__inner {
  max-width: 1920px;
  margin: auto;
}
.l-main-img__content {
  display: grid;
  gap: 25px;
}
.l-main-img__img {
  padding: 0 20px;
}
.l-main-img__price {
  padding: 20px 20px 0;
  width: fit-content;
  margin: 0 auto;
}
.l-main-img__price-head {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.2;
  color: var(--mh--color--primary-700);
  background: var(--mh--color--primary-100);
  text-align: center;
  padding: 2px 4px 4px;
}
.l-main-img__price-yen {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: flex-end;
  padding-left: 23px;
  position: relative;
}
.l-main-img__price-yen .is-txt {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: grid;
  place-items: center;
  font-size: 1.1rem;
  letter-spacing: 0.2em;
  line-height: 0.9;
  font-weight: 500;
  writing-mode: vertical-rl;
  height: 70px;
  padding: 0 4px 0 2px;
  border: solid 1px;
}
.l-main-img__price-yen .is-num {
  font-size: 8.7rem;
  letter-spacing: -0.01em;
  font-feature-settings: "palt";
  color: var(--mh--color--primary-700);
}
.l-main-img__price-yen .is-yen {
  display: inline-block;
  transform: translateY(-5px);
  font-size: 2.8rem;
  font-weight: 900;
  color: var(--mh--color--primary-700);
  padding-left: 3px;
}
.l-main-img__price-tax {
  text-align: right;
}
.l-main-img__price-tax .is-txt {
  font-weight: 900;
}
.l-main-img__price-tax .is-num {
  font-size: 2.4rem;
  letter-spacing: -0.01em;
  font-feature-settings: "palt";
}
.l-main-img__price-tax .is-yen {
  font-size: 1.9rem;
  font-weight: 900;
}
.l-main-img__price-note {
  text-align: right;
  font-size: 1.5rem;
  color: var(--mh--color--grayscale-800);
}
.l-main-img__pic-slide {
  border-radius: 20px 0 0 20px;
  overflow: hidden;
  margin-left: 30px;
}
.l-main-img__area-pic {
  position: relative;
}
.l-main-img__ico {
  width: 107px;
  position: absolute;
  top: 10px;
  right: 24px;
  z-index: 2;
}
@media (width >= 768px ) {
  .l-main-img__inner {
    padding: 0 40px;
  }
  .l-main-img__content {
    grid-template-columns: 27% 1fr;
    gap: 3%;
    align-items: flex-end;
  }
  .l-main-img__price {
    padding: 20px 0 0;
  }
  .l-main-img__price-head {
    font-size: 1.6rem;
    font-size: clamp(1.6rem, 1.5384615385vw + -0.5538461538rem, 2.4rem);
  }
  .l-main-img__price-yen .is-txt {
    font-size: 1.1rem;
    font-size: clamp(1rem, 0.9615384615vw + -0.3461538462rem, 1.5rem);
  }
  .l-main-img__price-yen .is-num {
    font-size: 8.3rem;
    font-size: clamp(8.3rem, 7.8846153846vw + -2.7384615385rem, 12.4rem);
  }
  .l-main-img__price-yen .is-yen {
    font-size: 2.9rem;
    font-size: clamp(2.8rem, 2.8846153846vw + -1.2384615385rem, 4.3rem);
  }
  .l-main-img__price-tax {
    margin-top: -10px;
  }
  .l-main-img__price-tax .is-txt {
    font-size: 1.6rem;
    font-size: clamp(1.6rem, 1.5384615385vw + -0.5538461538rem, 2.4rem);
  }
  .l-main-img__price-tax .is-num {
    font-size: 2.1rem;
    font-size: clamp(2.1rem, 2.1153846154vw + -0.8615384615rem, 3.2rem);
  }
  .l-main-img__price-tax .is-yen {
    font-size: 1.8rem;
    font-size: clamp(1.8rem, 1.7307692308vw + -0.6230769231rem, 2.7rem);
  }
  .l-main-img__ico {
    width: 23%;
    max-width: 280px;
    top: 15.5%;
    right: 10%;
  }
  .l-main-img__pic-slide {
    border-radius: 20px 0 0 20px;
    margin-left: 0;
  }
}
@media (width >= 1400px ) {
  .l-main-img__inner {
    padding: 0 75px;
  }
  .l-main-img__content {
    gap: 5%;
  }
  .l-main-img__img {
    padding: 0;
  }
  .l-main-img__price-yen .is-txt {
    height: calc(100% - 40px);
  }
}
@media (min-width: 768px) and (max-width: 1800px) {
  .l-main-img__img {
    padding: 0 20px;
  }
}
/* .l-sidebar
================================================== */
.js-c-anime-elem[data-anime=fadein-up] {
  opacity: 0;
  transform: translateY(30px);
  transition: transform var(--mh--duration) var(--mh--easing), opacity var(--mh--duration) var(--mh--easing);
}
.js-c-anime-elem[data-anime=fadein-up].is-animated {
  opacity: 1;
  transform: translateY(0);
}
.js-c-anime-elem[data-anime=fadein-left] {
  opacity: 0;
  transform: translateX(-30px);
  transition: transform var(--mh--duration) var(--mh--easing), opacity var(--mh--duration) var(--mh--easing);
}
.js-c-anime-elem[data-anime=fadein-left].is-animated {
  opacity: 1;
  transform: translateX(0);
}
.js-c-anime-elem[data-anime=fadein-right] {
  opacity: 0;
  transform: translateX(30px);
  transition: transform var(--mh--duration) var(--mh--easing), opacity var(--mh--duration) var(--mh--easing);
}
.js-c-anime-elem[data-anime=fadein-right].is-animated {
  opacity: 1;
  transform: translateX(0);
}
.js-c-anime-elem[data-anime-delay="0.1"] {
  transition-delay: 0.1s;
}
.js-c-anime-elem[data-anime-delay="0.2"] {
  transition-delay: 0.2s;
}
.js-c-anime-elem[data-anime-delay="0.3"] {
  transition-delay: 0.3s;
}
.js-c-anime-elem[data-anime-delay="0.4"] {
  transition-delay: 0.4s;
}
.js-c-anime-elem[data-anime-delay="0.5"] {
  transition-delay: 0.5s;
}
.js-c-anime-elem[data-anime-delay="0.6"] {
  transition-delay: 0.6s;
}
.js-c-anime-elem[data-anime-delay="0.7"] {
  transition-delay: 0.7s;
}
.js-c-anime-elem[data-anime-delay="0.8"] {
  transition-delay: 0.8s;
}
.js-c-anime-elem[data-anime-delay="0.9"] {
  transition-delay: 0.9s;
}
.js-c-anime-elem[data-anime-delay="1"] {
  transition-delay: 1s;
}
.js-c-anime-elem[data-anime-delay="1.1"] {
  transition-delay: 1.1s;
}
.js-c-anime-elem[data-anime-delay="1.2"] {
  transition-delay: 1.2s;
}
.js-c-anime-elem[data-anime-delay="1.3"] {
  transition-delay: 1.3s;
}
.js-c-anime-elem[data-anime-delay="1.4"] {
  transition-delay: 1.4s;
}
.js-c-anime-elem[data-anime-delay="1.5"] {
  transition-delay: 1.5s;
}
.js-c-anime-elem[data-anime-delay="1.6"] {
  transition-delay: 1.6s;
}
.js-c-anime-elem[data-anime-delay="1.7"] {
  transition-delay: 1.7s;
}
.js-c-anime-elem[data-anime-delay="1.8"] {
  transition-delay: 1.8s;
}
.js-c-anime-elem[data-anime-delay="1.9"] {
  transition-delay: 1.9s;
}
.js-c-anime-elem[data-anime-delay="2"] {
  transition-delay: 2s;
}
.c-modal01 {
  position: relative;
}
.c-modal01-close {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50px;
  right: 30px;
  z-index: 1000;
  border: none;
  appearance: none;
  cursor: pointer;
  color: #fff;
}
.c-modal01-close::after {
  display: inline-block;
  width: 20px;
  height: 20px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url("data:image/svg+xml;utf8,%3Csvg%20fill%3D%22none%22%20viewBox%3D%220%200%2012%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m11.7472%2011.114c.1609.1609.2514.3792.2514.6068%200%20.2277-.0905.446-.2514.6069-.161.161-.3793.2514-.6069.2514-.2277%200-.446-.0904-.607-.2514l-4.5333-4.53447-4.53477%204.53307c-.16096.1609-.37928.2514-.606915.2514-.227639%200-.445955-.0905-.60692-.2514-.1609656-.161-.251395-.3793-.251395-.6069s.0904295-.4459.251395-.6069l4.534765-4.53304-4.533338-4.5345c-.1609647-.16095-.25139392-.37926-.25139392-.60688%200-.22763.09042922-.445929.25139392-.606885.160966-.160956.379282-.25138.606921-.25138.227637%200%20.445957.090424.606917.25138l4.53334%204.534495%204.5348-4.535209c.1609-.160956.3792-.251379.6069-.251379.2276%200%20.4459.090423.6069.251379s.2514.379259.2514.606889c0%20.22762-.0904.44592-.2514.60688l-4.53476%204.53521z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
  mask-image: url("data:image/svg+xml;utf8,%3Csvg%20fill%3D%22none%22%20viewBox%3D%220%200%2012%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m11.7472%2011.114c.1609.1609.2514.3792.2514.6068%200%20.2277-.0905.446-.2514.6069-.161.161-.3793.2514-.6069.2514-.2277%200-.446-.0904-.607-.2514l-4.5333-4.53447-4.53477%204.53307c-.16096.1609-.37928.2514-.606915.2514-.227639%200-.445955-.0905-.60692-.2514-.1609656-.161-.251395-.3793-.251395-.6069s.0904295-.4459.251395-.6069l4.534765-4.53304-4.533338-4.5345c-.1609647-.16095-.25139392-.37926-.25139392-.60688%200-.22763.09042922-.445929.25139392-.606885.160966-.160956.379282-.25138.606921-.25138.227637%200%20.445957.090424.606917.25138l4.53334%204.534495%204.5348-4.535209c.1609-.160956.3792-.251379.6069-.251379.2276%200%20.4459.090423.6069.251379s.2514.379259.2514.606889c0%20.22762-.0904.44592-.2514.60688l-4.53476%204.53521z%22%20fill%3D%22%23000%22%2F%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-modal01-close-txt {
  width: 67px;
  border: none;
  appearance: none;
  cursor: pointer;
  text-align: center;
  margin: 20px auto 0;
  border-bottom: 1px solid;
  position: relative;
}
.c-modal01-close-txt::after {
  display: inline-block;
  width: 12px;
  height: 12px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url("data:image/svg+xml;utf8,%3Csvg%20fill%3D%22none%22%20viewBox%3D%220%200%2012%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m11.7472%2011.114c.1609.1609.2514.3792.2514.6068%200%20.2277-.0905.446-.2514.6069-.161.161-.3793.2514-.6069.2514-.2277%200-.446-.0904-.607-.2514l-4.5333-4.53447-4.53477%204.53307c-.16096.1609-.37928.2514-.606915.2514-.227639%200-.445955-.0905-.60692-.2514-.1609656-.161-.251395-.3793-.251395-.6069s.0904295-.4459.251395-.6069l4.534765-4.53304-4.533338-4.5345c-.1609647-.16095-.25139392-.37926-.25139392-.60688%200-.22763.09042922-.445929.25139392-.606885.160966-.160956.379282-.25138.606921-.25138.227637%200%20.445957.090424.606917.25138l4.53334%204.534495%204.5348-4.535209c.1609-.160956.3792-.251379.6069-.251379.2276%200%20.4459.090423.6069.251379s.2514.379259.2514.606889c0%20.22762-.0904.44592-.2514.60688l-4.53476%204.53521z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
  mask-image: url("data:image/svg+xml;utf8,%3Csvg%20fill%3D%22none%22%20viewBox%3D%220%200%2012%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m11.7472%2011.114c.1609.1609.2514.3792.2514.6068%200%20.2277-.0905.446-.2514.6069-.161.161-.3793.2514-.6069.2514-.2277%200-.446-.0904-.607-.2514l-4.5333-4.53447-4.53477%204.53307c-.16096.1609-.37928.2514-.606915.2514-.227639%200-.445955-.0905-.60692-.2514-.1609656-.161-.251395-.3793-.251395-.6069s.0904295-.4459.251395-.6069l4.534765-4.53304-4.533338-4.5345c-.1609647-.16095-.25139392-.37926-.25139392-.60688%200-.22763.09042922-.445929.25139392-.606885.160966-.160956.379282-.25138.606921-.25138.227637%200%20.445957.090424.606917.25138l4.53334%204.534495%204.5348-4.535209c.1609-.160956.3792-.251379.6069-.251379.2276%200%20.4459.090423.6069.251379s.2514.379259.2514.606889c0%20.22762-.0904.44592-.2514.60688l-4.53476%204.53521z%22%20fill%3D%22%23000%22%2F%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);
  margin-left: 5px;
}
.c-modal01-content {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  justify-content: center;
  align-items: flex-start;
  padding: 90px 20px 100px;
}
.c-modal01-content .overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(60, 60, 60, 0.8);
  z-index: -1;
}
.c-modal01-content.is-open {
  display: flex;
}
.c-modal01-content[aria-hidden=true] {
  display: none;
}
.c-modal01-content-in {
  max-width: 100%;
  max-height: 100%;
  border-radius: var(--mh--border-radius-md);
  position: relative;
  overflow: scroll;
  overflow-x: auto;
}
@media (width >= 768px ) {
  .c-modal01-close {
    width: 60px;
    height: 60px;
    top: 100px;
    left: auto;
    right: 50px;
  }
  .c-modal01-close::after {
    display: inline-block;
    width: 60px;
    height: 60px;
    color: currentColor;
    content: "";
    background-color: currentcolor;
    -webkit-mask-image: url("data:image/svg+xml;utf8,%3Csvg%20fill%3D%22none%22%20viewBox%3D%220%200%2012%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m11.7472%2011.114c.1609.1609.2514.3792.2514.6068%200%20.2277-.0905.446-.2514.6069-.161.161-.3793.2514-.6069.2514-.2277%200-.446-.0904-.607-.2514l-4.5333-4.53447-4.53477%204.53307c-.16096.1609-.37928.2514-.606915.2514-.227639%200-.445955-.0905-.60692-.2514-.1609656-.161-.251395-.3793-.251395-.6069s.0904295-.4459.251395-.6069l4.534765-4.53304-4.533338-4.5345c-.1609647-.16095-.25139392-.37926-.25139392-.60688%200-.22763.09042922-.445929.25139392-.606885.160966-.160956.379282-.25138.606921-.25138.227637%200%20.445957.090424.606917.25138l4.53334%204.534495%204.5348-4.535209c.1609-.160956.3792-.251379.6069-.251379.2276%200%20.4459.090423.6069.251379s.2514.379259.2514.606889c0%20.22762-.0904.44592-.2514.60688l-4.53476%204.53521z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
    mask-image: url("data:image/svg+xml;utf8,%3Csvg%20fill%3D%22none%22%20viewBox%3D%220%200%2012%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m11.7472%2011.114c.1609.1609.2514.3792.2514.6068%200%20.2277-.0905.446-.2514.6069-.161.161-.3793.2514-.6069.2514-.2277%200-.446-.0904-.607-.2514l-4.5333-4.53447-4.53477%204.53307c-.16096.1609-.37928.2514-.606915.2514-.227639%200-.445955-.0905-.60692-.2514-.1609656-.161-.251395-.3793-.251395-.6069s.0904295-.4459.251395-.6069l4.534765-4.53304-4.533338-4.5345c-.1609647-.16095-.25139392-.37926-.25139392-.60688%200-.22763.09042922-.445929.25139392-.606885.160966-.160956.379282-.25138.606921-.25138.227637%200%20.445957.090424.606917.25138l4.53334%204.534495%204.5348-4.535209c.1609-.160956.3792-.251379.6069-.251379.2276%200%20.4459.090423.6069.251379s.2514.379259.2514.606889c0%20.22762-.0904.44592-.2514.60688l-4.53476%204.53521z%22%20fill%3D%22%23000%22%2F%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-modal01-content {
    padding: 200px 50px 50px;
    min-width: 1260px;
  }
  .c-modal01-content-in {
    width: 1260px;
    background-color: #fff;
  }
}
@media (min-width: 1360px) {
  .c-modal01-close {
    right: auto;
    left: calc(50% + 575px);
  }
}
.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;
}
/* .error-page404
================================================ */
.error-page404__inner {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (width >= 768px ) {
  .error-page404__inner {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
/* .home-goraijo
================================================ */
.home-goraijo{
  padding-bottom: 50px;
}
.home-goraijo__btn{
  margin-top: 20px;
}
@media (width >= 768px ) {
  .home-goraijo{
    padding-bottom: 100px;
  }
  .home-goraijo .img{
    display: flex;
    justify-content: center;
  }
}

/* .home-intro
================================================ */
.home-intro {
  position: relative;
  overflow: hidden;
}
.home-intro::before {
  content: "";
  position: absolute;
  top: 239px;
  right: -215px;
  width: 461px;
  height: 269px;
  background: url(../img/fix/bg_intro01.png) no-repeat center/contain;
  z-index: -1;
}
.home-intro__inner {
  padding-block: 50px;
}
.home-intro__head {
  font-size: var(--mh--font-size--x10l);
  line-height: var(--mh--line-height--sm);
  font-weight: 900;
  margin-bottom: 20px;
}
.home-intro__txt {
  font-size: var(--mh--font-size--xl);
}
.home-intro__list {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 4px;
}
.home-intro__list-item {
  background-color: var(--mh--color--primary-100);
  border-radius: var(--mh--border-radius-sm);
  font-weight: 900;
  font-size: var(--mh--font-size--xl);
  text-align: center;
  width: calc(50% - 2px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: var(--mh--line-height--sm);
  padding: 14px 0;
}
.home-intro__list-item-note {
  color: var(--mh--color--grayscale-800);
  display: inline-block;
  transform: translateY(-1em);
}
.home-intro__img {
  margin-top: 30px;
}
.home-intro__note {
  color: var(--mh--color--grayscale-800);
  font-size: var(--mh--font-size--sm);
  margin-top: 5px;
  text-indent: -1em;
  padding-left: 1em;
}
@media (width >= 768px ) {
  .home-intro::before {
    top: auto;
    bottom: -40px;
    right: -120px;
    width: 921px;
    height: 537px;
  }
  .home-intro__inner {
    padding-block: 130px 120px;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
    gap: 50px;
  }
  .home-intro__area-txt {
    padding: 0 25px 25px;
  }
  .home-intro__head {
    white-space: nowrap;
    margin-bottom: 40px;
  }
  .home-intro__list {
    margin-top: 30px;
  }
  .home-intro__list-item-note {
    transform: translateY(-1.8em);
  }
  .home-intro__img {
    margin: 0 -30px 0 -130px;
    max-width: 776px;
  }
  .home-intro__note {
    text-align: right;
  }
}
/* .home-reason
================================================ */
.home-reason {
  background-color: var(--mh--color--primary-500);
  border-radius: var(--mh--border-radius-lg);
}
.home-reason__inner {
  padding-block: 50px;
}
.home-reason__head {
  color: #fff;
  font-size: var(--mh--font-size--x5l);
  line-height: var(--mh--line-height--xs);
  font-weight: 900;
  text-align: center;
  margin-bottom: var(--mh--space--md);
}
.home-reason__head-num {
  font-size: 6rem;
}
.home-reason__item {
  background-color: #fff;
  border-radius: 20px;
  padding: 70px 20px 20px;
  position: relative;
}
.home-reason__item + .home-reason__item {
  margin-top: 15px;
}
.home-reason__item-head {
  font-size: var(--mh--font-size--x5l);
  line-height: var(--mh--line-height--sm);
  font-weight: 900;
}
.home-reason__item-txt {
  background-color: var(--mh--color--primary-100);
  border-radius: var(--mh--border-radius-md);
  padding: 20px;
  margin-top: 20px;
}
.home-reason__num {
  position: absolute;
  top: 10px;
  right: 10px;
  background: url(../img/fix/bg_reason_list01.png) no-repeat center center/contain;
  width: 90px;
  height: 90px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--mh--color--primary-700);
  padding-top: 5px;
  font-weight: 900;
  line-height: var(--mh--line-height--xs);
}
.home-reason__num-num {
  font-size: var(--mh--font-size--x5l);
}
@media (width >= 768px ) {
  .home-reason {
    margin: 0 40px;
  }
  .home-reason__inner {
    padding-block: 60px 80px;
  }
  .home-reason .home-reason__inner {
    padding-right: 20px;
    padding-left: 20px;
  }
  .home-reason__head-num {
    font-size: 9rem;
  }
  .home-reason__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
  }
  .home-reason__item {
    width: calc(33.3333% - 13.3333px);
  }
  .home-reason__item + .home-reason__item {
    margin-top: 0;
  }
  .home-reason__item-txt {
    padding: 20px;
  }
  .home-reason__item:nth-child(2) {
    transition-delay: 0.2s;
  }
  .home-reason__item:nth-child(3) {
    transition-delay: 0.4s;
  }
  .home-reason__num {
    right: 16px;
  }
}
@media (width >= 1400px ) {
  .home-reason__item-head {
    padding: 0 10px;
  }
}
/* .home-flow
================================================ */
.home-flow {
  margin-top: 20px;
  background-color: #f7f7f7;
  border-radius: var(--mh--border-radius-lg);
}
.home-flow__inner {
  padding-block: 35px 50px;
}
.home-flow__area-head {
  margin-bottom: var(--mh--space--xl);
}
.home-flow__head {
  text-align: center;
  font-weight: 900;
  font-size: var(--mh--font-size--x10l);
  line-height: var(--mh--line-height--sm);
  z-index: 1;
  position: relative;
  margin-bottom: 20px;
}
.home-flow__head-sub {
  font-size: var(--mh--font-size--lg);
  background-color: #fff;
  border-radius: 100px;
  padding: 4px 20px;
  display: inline-block;
  border: 2px solid;
  margin-bottom: 10px;
  position: relative;
}
.home-flow__head-sub::before {
  content: "";
  position: absolute;
  width: 44px;
  height: 22px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -8px;
  background: url(../img/fix/bg_flow_head01.svg) no-repeat center/contain;
  z-index: -1;
}
.home-flow__item {
  background-color: #fff;
  border-radius: 20px;
  position: relative;
  border-style: solid;
  border-width: 10px;
  border-color: #B8D9FF;
}
.home-flow__item::after {
  content: "";
  position: absolute;
  bottom: -26px;
  left: 50%;
  transform: translateX(-50%);
  width: 34px;
  height: 26px;
  background: url(../img/fix/bg_flow01_blue.svg) no-repeat center/contain;
}
.home-flow__item:nth-child(2) {
  transition-delay: 0.2s;
}
.home-flow__item:nth-child(3) {
  transition-delay: 0.4s;
}
.home-flow__item + .home-flow__item {
  margin-top: 30px;
}
.home-flow__item-content {
  padding: 20px 20px 15px;
}
.home-flow__item-num {
  text-align: center;
  font-size: var(--mh--font-size--x3l);
  font-weight: 900;
  background-color: #B8D9FF;
  padding: 2px 10px 12px;
}
.home-flow__item-head {
  margin-top: 20px;
  text-align: center;
  font-size: var(--mh--font-size--x4l);
  line-height: var(--mh--line-height--sm);
  font-weight: 900;
}
.home-flow__item-txt {
  margin-top: 15px;
}
.home-flow__item-img {
  width: 140px;
  margin: auto;
}
.home-flow__item.step02 {
  border-color: #ADECB0;
}
.home-flow__item.step02::after {
  background: url(../img/fix/bg_flow01_green.svg) no-repeat center/contain;
}
.home-flow__item.step02 .home-flow__item-num {
  background-color: #ADECB0;
}
.home-flow__item.step03 {
  border-color: #FFD4BB;
}
.home-flow__item.step03::after {
  display: none;
}
.home-flow__item.step03 .home-flow__item-num {
  background-color: #FFD4BB;
}
@media (width >= 768px ) {
  .home-flow {
    margin-top: 90px;
  }
  .home-flow__inner {
    padding-block: 45px 80px;
  }
  .home-flow__area-head {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 55px;
  }
  .home-flow__head {
    text-align: left;
    margin: 0;
  }
  .home-flow__head-sub {
    padding: 3px 20px;
    margin-bottom: 20px;
  }
  .home-flow__head-sub::before {
    bottom: -10px;
  }
  .home-flow__head-sub {
    padding: 3px 15px;
  }
  .home-flow__lead {
    padding: 0 40px 15px;
  }
  .home-flow__list {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
  }
  .home-flow__item {
    width: calc(33.3333% - 26.6666px);
  }
  .home-flow__item::after {
    top: 50%;
    right: -50px;
    left: auto;
    transform: rotate(-90deg) translate(0, -50%);
  }
  .home-flow__item-content {
    padding: 30px 20px 40px;
  }
  .home-flow__item + .home-flow__item {
    margin: 0;
  }
  .home-flow__item-head {
    margin-top: 30px;
  }
  .home-flow__item-txt {
    margin-top: 10px;
  }
  .home-flow__item-num {
    padding: 10px 10px 17px;
  }
  .home-flow__item-img {
    width: 240px;
  }
}
@media (768px <= width < 1400px) {
  .home-flow .home-flow__inner {
    padding-right: 40px;
    padding-left: 40px;
  }
  .home-flow__item-head {
    font-size: var(--mh--font-size--x3l);
  }
}

.home-flow-add {
  display: flex;
  padding: 30px 20px;
  flex-direction: column;
  gap: 20px;
  border-radius: 20px;
  margin-top: 30px;
  background: var(--mh--color--grayscale-100);
}
.home-flow-add__head {
  color: var(--mh--color--grayscale-900, #000);
  text-align: center;
  font-size: var(--mh--font-size--x4l);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.88px;
}
.home-flow-add__head-primary {
  color: var(--mh--color--primary-500, #FF7E33);
}
.home-flow-add__head-em {
  font-size: var(--mh--font-size--x12l);
  font-weight: 800;
  line-height: 1;
}
.home-flow-add__img {
  overflow: auto;
}
.home-flow-add__img img {
  max-width: none;
  width: 650px;
  margin: auto;
  backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
}
.home-flow-add__note {
  font-size: var(--mh--font-size--sm);
  color: var(--mh--color--grayscale-800);
  padding-left: 1.05em;
  text-indent: -1.05em;
}
.home-flow-add .scroll-hint-icon {
  background: rgba(255, 103, 16, 0.7);
  padding-top: 30px;
}
@media (width >= 768px ) {
  .home-flow-add {
    padding: 50px;
    gap: 20px;
    margin: 60px auto 0;
    max-width: 1000px;
  }
  .home-flow-add__head {
    margin-bottom: 20px;
    letter-spacing: 1.16px;
  }
  .home-flow-add__head-em {
    font-size: var(--mh--font-size--x11l);
    transform: translateY(2px);
    display: inline-block;
  }
  .home-flow-add__img img {
    max-width: 100%;
    width: 900px;
  }
  .home-flow-add__note {
    font-size: var(--mh--font-size--sm);
    text-align: right;
  }
}

/* .home-step
================================================ */
.home-step {
  padding: 50px var(--mh--contents--padding--side);
  border-radius: var(--mh--border-radius-lg);
  position: relative;
  background-image: url(../img/fix/bg_step01_sp.png);
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
}
.home-step__step02 {
  background-image: url(../img/fix/bg_step02_sp.png);
}
.home-step__step03 {
  background-image: url(../img/fix/bg_step03_sp.png);
}
.home-step__step03 .home-step__inner {
  padding-bottom: 30px;
}
.home-step__inner {
  background-color: #fff;
  border-radius: var(--mh--border-radius-lg);
  position: relative;
  overflow: hidden;
}
.home-step__content {
  padding: 30px 27px 30px 20px;
}
.home-step__btn {
  margin-top: 40px;
}
.home-step__btn-in {
  padding: 18px 20px;
  font-size: var(--mh--font-size--xs);
  gap: 20px;
}
.home-step__btn-fukidashi {
  top: -30px;
  font-size: var(--mh--font-size--sm);
}
.home-step__btn-fukidashi::after {
  bottom: -10px;
}
.home-step__img {
  margin-top: 30px;
}
.home-step__tab {
  background-color: var(--mh--color--quaternary-200);
  border-radius: var(--mh--border-radius-md) var(--mh--border-radius-md) 0 0;
  padding: 5px 9px;
  font-weight: 900;
  color: #fff;
  cursor: pointer;
  font-size: var(--mh--font-size--x2s);
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  margin-top: 6px;
}
.home-step__tab-en {
  font-size: var(--mh--font-size--lg);
  display: block;
}
.home-step__tab-list {
  display: flex;
  gap: 2.5px;
  flex: 1;
  margin-top: 20px;
}
.home-step__tab.is-active {
  background-color: var(--mh--color--quaternary-500);
  position: relative;
  margin-top: 0;
  padding: 8px 9px;
  z-index: 1;
}
.home-step__tab.is-active::before {
  display: inline-block;
  width: 38px;
  height: 19px;
  color: var(--mh--color--quaternary-500);
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url("data:image/svg+xml;utf8,%3Csvg%20viewBox%3D%220%200%2036%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M19.5958%2018.2992C18.4685%2019.2754%2016.7952%2019.2754%2015.6679%2018.2992L1.19789%205.76779C-0.90182%203.94938%200.384199%200.5%203.16185%200.5L32.1018%200.500003C34.8795%200.500003%2036.1655%203.94939%2034.0658%205.76779L19.5958%2018.2992Z%22%20fill%3D%22%23FF7E33%22%2F%3E%3C%2Fsvg%3E");
  mask-image: url("data:image/svg+xml;utf8,%3Csvg%20viewBox%3D%220%200%2036%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M19.5958%2018.2992C18.4685%2019.2754%2016.7952%2019.2754%2015.6679%2018.2992L1.19789%205.76779C-0.90182%203.94938%200.384199%200.5%203.16185%200.5L32.1018%200.500003C34.8795%200.500003%2036.1655%203.94939%2034.0658%205.76779L19.5958%2018.2992Z%22%20fill%3D%22%23FF7E33%22%2F%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);
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.home-step__tab-content {
  background-color: var(--mh--color--quaternary-100);
  padding: 20px;
  border-radius: 0 0 var(--mh--border-radius-md) var(--mh--border-radius-md);
}
.home-step__tab-content-mainimg {
  border-radius: var(--mh--border-radius-md);
  overflow: hidden;
}
.home-step__tab-content-txtarea {
  margin-top: 40px;
}
.home-step__tab-content-head-en {
  font-size: var(--mh--font-size--x7l);
  color: var(--mh--color--quaternary-700);
}
.home-step__tab-content-head {
  color: var(--mh--color--quaternary-700);
  font-size: var(--mh--font-size--xl);
  font-weight: 900;
  line-height: var(--mh--line-height--sm);
  margin-bottom: 10px;
}
.home-step__tab-content-imgs {
  margin-top: 20px;
}
.home-step__tab-content-img {
  position: relative;
  border-radius: var(--mh--border-radius-md);
  overflow: hidden;
}
.home-step__tab-content-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-step__tab-content-img + .home-step__tab-content-img {
  margin-top: 10px;
}
.home-step__plus {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 50px;
  flex-direction: column;
}
.home-step__plus-item {
  background-color: var(--mh--color--primary-100);
  border-radius: var(--mh--border-radius-md);
  padding: 40px 20px 30px;
  position: relative;
}
.home-step__plus-item::after {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background: url(../img/fix/img_plus01.png) no-repeat center/contain;
}
.home-step__plus-item-head {
  font-size: var(--mh--font-size--x3l);
  line-height: var(--mh--line-height--sm);
  color: var(--mh--color--primary-700);
  font-weight: 900;
  margin-bottom: 20px;
  text-align: center;
}
.home-step__plus-item-img {
  border-radius: var(--mh--border-radius-md);
  overflow: hidden;
  margin-bottom: 20px;
}
.home-step__plus-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (width < 768px) {
  .home-step__tab:nth-child(1) {
    width: 28%;
  }
  .home-step__tab:nth-child(2) {
    width: 28%;
  }
  .home-step__tab:nth-child(3) {
    width: calc(44% - 5px);
  }
}
@media (width >= 768px ) {
  .home-step {
    border-radius: var(--mh--border-radius-lg);
    padding-block: 80px;
    background-image: url(../img/fix/bg_step01_pc.png);
  }
  .home-step.home-step__step01 .home-step__area-txt {
    width: 500px;
  }
  .home-step.home-step__step01 .home-step__img {
    width: auto;
    flex: 1;
  }
  .home-step__step02 {
    background-image: url(../img/fix/bg_step02_pc.png);
  }
  .home-step__step02::before {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    width: 160px;
    height: 80px;
    color: var(--mh--color--tertiary-500);
    content: "";
    background-color: currentcolor;
    -webkit-mask-image: url("data:image/svg+xml;utf8,%3Csvg%20viewBox%3D%220%200%2036%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M19.5958%2018.2992C18.4685%2019.2754%2016.7952%2019.2754%2015.6679%2018.2992L1.19789%205.76779C-0.90182%203.94938%200.384199%200.5%203.16185%200.5L32.1018%200.500003C34.8795%200.500003%2036.1655%203.94939%2034.0658%205.76779L19.5958%2018.2992Z%22%20fill%3D%22%23FF7E33%22%2F%3E%3C%2Fsvg%3E");
    mask-image: url("data:image/svg+xml;utf8,%3Csvg%20viewBox%3D%220%200%2036%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M19.5958%2018.2992C18.4685%2019.2754%2016.7952%2019.2754%2015.6679%2018.2992L1.19789%205.76779C-0.90182%203.94938%200.384199%200.5%203.16185%200.5L32.1018%200.500003C34.8795%200.500003%2036.1655%203.94939%2034.0658%205.76779L19.5958%2018.2992Z%22%20fill%3D%22%23FF7E33%22%2F%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);
  }
  .home-step__step02 .home-step__content {
    align-items: center;
    padding-top: 10px;
    padding-bottom: 0;
  }
  .home-step__step02 .home-step__inner {
    padding-bottom: 100px;
  }
  .home-step__step03 {
    background-image: url(../img/fix/bg_step03_pc.png);
  }
  .home-step__step03::before {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    width: 160px;
    height: 80px;
    color: var(--mh--color--quaternary-500);
    content: "";
    background-color: currentcolor;
    -webkit-mask-image: url("data:image/svg+xml;utf8,%3Csvg%20viewBox%3D%220%200%2036%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M19.5958%2018.2992C18.4685%2019.2754%2016.7952%2019.2754%2015.6679%2018.2992L1.19789%205.76779C-0.90182%203.94938%200.384199%200.5%203.16185%200.5L32.1018%200.500003C34.8795%200.500003%2036.1655%203.94939%2034.0658%205.76779L19.5958%2018.2992Z%22%20fill%3D%22%23FF7E33%22%2F%3E%3C%2Fsvg%3E");
    mask-image: url("data:image/svg+xml;utf8,%3Csvg%20viewBox%3D%220%200%2036%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M19.5958%2018.2992C18.4685%2019.2754%2016.7952%2019.2754%2015.6679%2018.2992L1.19789%205.76779C-0.90182%203.94938%200.384199%200.5%203.16185%200.5L32.1018%200.500003C34.8795%200.500003%2036.1655%203.94939%2034.0658%205.76779L19.5958%2018.2992Z%22%20fill%3D%22%23FF7E33%22%2F%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);
  }
  .home-step__step03 .home-step__inner {
    padding-bottom: 100px;
  }
  .home-step__step03 .home-step__head {
    margin-bottom: 0;
    min-width: 420px;
  }
  .home-step__step03 .home-step__content {
    align-items: center;
  }
  .home-step__step03 .home-step__area-txt {
    white-space: nowrap;
  }
  .home-step__step03 .home-step__lead {
    max-width: 740px;
  }
  .home-step__inner {
    padding-block: 80px;
  }
  .home-step__content {
    display: flex;
    justify-content: space-between;
    gap: 60px;
  }
  .home-step__img {
    margin: 0;
    width: clamp(50%, 740px, 740px);
  }
  .home-step__tab-list {
    justify-content: center;
    gap: 20px;
    margin-top: 60px;
  }
  .home-step__tab {
    width: 30%;
    max-width: 393px;
    padding: 8px 10px 10px;
    font-size: var(--mh--font-size--sm);
    margin-top: 7px;
  }
  .home-step__tab-en {
    font-size: var(--mh--font-size--x4l);
  }
  .home-step__tab.is-active {
    font-size: var(--mh--font-size--xl);
    margin-top: 0;
  }
  .home-step__tab.is-active::before {
    bottom: -12px;
  }
  .home-step__tab-content {
    padding: 40px;
    border-radius: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    gap: 40px;
  }
  .home-step__tab-content.is-active {
    display: flex;
  }
  .home-step__tab-content-mainimg {
    width: 620px;
  }
  .home-step__tab-content-txtarea {
    margin: 0;
    width: calc(100% - 660px);
  }
  .home-step__tab-content-head {
    margin-bottom: 30px;
  }
  .home-step__tab-content-head-en {
    font-size: var(--mh--font-size--x7l);
    margin-bottom: 10px;
  }
  .home-step__tab-content-imgs {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 40px;
  }
  .home-step__tab-content-img {
    width: calc(50% - 10px);
    height: 180px;
  }
  .home-step__tab-content-img + .home-step__tab-content-img {
    margin: 0;
  }
  .home-step__btn {
    width: 343px;
    margin-top: 70px;
  }
  .home-step__btn-in {
    padding: 20px 30px;
  }
  .home-step__btn-fukidashi {
    font-size: var(--mh--font-size--lg);
    top: -30px;
  }
  .home-step__plus {
    flex-direction: row;
    justify-content: center;
    gap: 30px;
    margin-top: 50px;
  }
  .home-step__plus-item {
    width: calc(33.3333% - 20px);
    padding: 40px 30px 30px;
    box-sizing: border-box;
  }
  .home-step__plus-item:nth-child(2) {
    transition-delay: 0.2s;
  }
  .home-step__plus-item:nth-child(3) {
    transition-delay: 0.4s;
  }
  .home-step__plus-item-head {
    white-space: nowrap;
  }
}
@media (768px <= width < 1400px) {
  .home-step.home-step__step01 .home-step__img {
    width: 50%;
  }
  .home-step.home-step__step02 .home-step__content {
    gap: 40px;
  }
  .home-step.home-step__step02 .home-step__area-txt {
    width: 420px;
  }
  .home-step.home-step__step02 .home-step__img {
    width: calc(100% - 480px);
  }
  .home-step .home-step__tab-content-mainimg {
    width: calc(50% - 20px);
    height: 510px;
  }
  .home-step .home-step__tab-content-mainimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .home-step .home-step__tab-content-txtarea {
    width: calc(50% - 20px);
  }
  .home-step .home-step__tab-content-img {
    height: 112px;
  }
}
/* .home-step__feature
============================= */
.home-step__feature {
  padding-block: 0 30px;
}
.home-step__feature.feature02 {
  padding-bottom: 95px;
}
.home-step__feature-area-head {
  position: relative;
  z-index: 1;
}
.home-step__feature-num {
  font-size: var(--mh--font-size--x5l);
  color: var(--mh--color--quaternary-500);
  border: 1px solid;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  position: relative;
  background: #fff;
}
.home-step__feature-num::after {
  content: "";
  position: absolute;
  width: 1760px;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/fix/bg_step01.svg) repeat-x center/cover;
  z-index: -1;
}
.home-step__feature-head {
  font-size: var(--mh--font-size--x9l);
  line-height: var(--mh--line-height--sm);
  font-weight: 900;
  text-align: center;
  margin-bottom: 15px;
  position: relative;
}
.home-step__feature-slider {
  margin-top: 20px;
}
.home-step__feature-slider .splide__pagination {
  position: absolute;
  bottom: -46px;
  left: 0;
  width: 100%;
  text-align: center;
  justify-content: flex-start;
}
.home-step__feature-slider .splide__pagination .is-active {
  transform: scale(1);
  background-color: var(--mh--color--grayscale-800);
}
.home-step__feature-slider .splide__pagination__page {
  background-color: var(--mh--color--grayscale-500);
  width: 8px;
  height: 8px;
  margin: 5px;
}
.home-step__feature-slider .splide__arrow {
  top: auto;
  bottom: -75px;
  color: #fff;
  background-color: var(--mh--color--grayscale-800);
  width: 40px;
  height: 40px;
  border-radius: 5px;
}
.home-step__feature-slider .splide__arrow svg {
  display: none;
}
.home-step__feature-slider .splide__arrow::after {
  display: inline-block;
  width: 18px;
  height: 13px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url("data:image/svg+xml;utf8,%3Csvg%20viewBox%3D%220%200%2018%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12.15%200.5L11.25%201.51111L15.5314%206.27778H0V7.72222H15.5314L11.25%2012.4889L12.15%2013.5L18%207L12.15%200.5Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E");
  mask-image: url("data:image/svg+xml;utf8,%3Csvg%20viewBox%3D%220%200%2018%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12.15%200.5L11.25%201.51111L15.5314%206.27778H0V7.72222H15.5314L11.25%2012.4889L12.15%2013.5L18%207L12.15%200.5Z%22%20fill%3D%22white%22%2F%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);
}
.home-step__feature-slider .splide__arrow--prev {
  left: auto;
  right: 70px;
}
.home-step__feature-slider .splide__arrow--prev::after {
  transform: rotate(180deg);
}
.home-step__feature-slider .splide__arrow--next {
  right: 20px;
}
.home-step__feature-slide {
  background-color: var(--mh--color--quaternary-100);
  border-radius: var(--mh--border-radius-md);
  padding: var(--mh--space--md);
}
.home-step__feature-slide-img {
  border-radius: var(--mh--border-radius-md);
  overflow: hidden;
}
.home-step__feature-slide-num {
  font-size: var(--mh--font-size--x12l);
  color: var(--mh--color--quaternary-200);
  text-align: right;
  margin-top: 10px;
}
.home-step__feature-slide-head-en {
  font-size: var(--mh--font-size--x7l);
  color: var(--mh--color--quaternary-700);
}
.home-step__feature-slide-head {
  font-size: var(--mh--font-size--xl);
  color: var(--mh--color--quaternary-700);
  margin-bottom: var(--mh--padding--sm);
  line-height: var(--mh--line-height--sm);
  font-weight: 900;
}
.home-step__feature-note {
  font-size: var(--mh--font-size--sm);
  color: var(--mh--color--grayscale-800);
  margin-top: 20px;
  padding-left: 1em;
  text-indent: -1em;
}
.home-step__feature-note::before {
  content: "※";
}
.home-step__feature-list {
  margin-top: 20px;
}
.home-step__feature-item + .home-step__feature-item {
  margin-top: 20px;
}
.home-step__feature-item-img {
  border-radius: var(--mh--border-radius-md);
  overflow: hidden;
}
.home-step__feature-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-step__feature-item-txt {
  margin-top: 5px;
  font-size: var(--mh--font-size--xl);
  font-weight: 900;
  line-height: var(--mh--line-height--sm);
}
@media (width >= 768px ) {
  .home-step__feature {
    padding-block: 60px 0;
  }
  .home-step__feature-num {
    width: 60px;
    height: 60px;
    border-width: 2px;
  }
  .home-step__feature-head {
    margin: 0 -10px 20px;
  }
  .home-step__feature-lead {
    text-align: center;
  }
  .home-step__feature-note {
    text-align: center;
  }
  .home-step__feature-slider {
    margin-top: 60px;
  }
  .home-step__feature-slider .splide__pagination {
    bottom: -78px;
    left: calc(50% - 490px);
    padding: 0;
  }
  .home-step__feature-slider .splide__pagination__page {
    width: 10px;
    height: 10px;
    margin: 3px;
  }
  .home-step__feature-slider .splide__arrow {
    bottom: -150px;
    width: 80px;
    height: 80px;
    border-radius: 10px;
  }
  .home-step__feature-slider .splide__arrow::after {
    width: 34px;
    height: 24px;
  }
  .home-step__feature-slider .splide__arrow--prev {
    right: calc(50% - 400px);
  }
  .home-step__feature-slider .splide__arrow--next {
    right: calc(50% - 490px);
  }
  .home-step__feature-slide {
    display: flex;
    justify-content: space-between;
  }
  .home-step__feature-slide-img {
    width: 619px;
  }
  .home-step__feature-slide-area-txt {
    width: calc(100% - 679px);
    position: relative;
    height: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .home-step__feature-slide-num {
    position: absolute;
    top: 0;
    right: 0;
  }
  .home-step__feature-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 60px;
    width: 1260px;
    max-width: 100%;
    margin: 60px auto 0;
  }
  .home-step__feature-item {
    width: calc(50% - 30px);
  }
  .home-step__feature-item + .home-step__feature-item {
    margin-top: 0;
  }
  .home-step__feature-item-txt {
    margin-top: 20px;
  }
}
@media (width >= 1500px) {
  .home-step__feature-slider .splide__pagination {
    left: calc(50% - 630px);
  }
  .home-step__feature-slider .splide__arrow--prev {
    right: calc(50% - 540px);
  }
  .home-step__feature-slider .splide__arrow--next {
    right: calc(50% - 630px);
  }
}
@media (hover: hover) and (pointer: fine) {
  .home-step__feature-slider .splide__arrow {
    transition: all var(--mh--duration) var(--mh--easing);
  }
  .home-step__feature-slider .splide__arrow:hover {
    background-color: #595959;
  }
}
/* .home-spec
============================= */
.home-spec {
  margin-top: 20px;
  border-radius: var(--mh--border-radius-lg);
}
.home-spec__inner {
  padding-block: 50px;
}
.home-spec__head {
  line-height: var(--mh--line-height--sm);
}
.home-spec__list {
  margin-top: var(--mh--space--xl);
}
.home-spec__item {
  background-color: #fff;
  padding: 20px;
  border-radius: var(--mh--border-radius-md);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 15px;
}
.home-spec__item + .home-spec__item {
  margin-top: 20px;
}
.home-spec__item-img {
  border-radius: 8px;
  overflow: hidden;
  width: 120px;
}
.home-spec__item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-spec__item-area-txt {
  width: calc(100% - 135px);
}
.home-spec__item-head {
  font-weight: 900;
  margin-bottom: 10px;
  line-height: var(--mh--line-height--sm);
}
.home-spec__item-btn-ico {
  height: 20px;
}
.home-spec__modal-head {
  background-color: var(--mh--color--primary-100);
  text-align: center;
  color: var(--mh--color--primary-700);
  font-weight: 900;
  font-size: var(--mh--font-size--x8l);
  padding: 20px;
}
.home-spec__modal-content {
  padding: 30px 20px;
  background-color: #fff;
}
.home-spec__modal-set {
  padding-bottom: 30px;
}
.home-spec__modal-set + .home-spec__modal-set {
  padding: 30px 0;
  border-top: 1px dotted var(--mh--color--grayscale-500);
}
.home-spec__modal-set-box + .home-spec__modal-set-box {
  margin-top: 30px;
}
.home-spec__modal-set-head01 {
  font-size: var(--mh--font-size--x5l);
  line-height: var(--mh--line-height--sm);
  margin-bottom: 10px;
  font-weight: 900;
}
.home-spec__modal-set-head02 {
  font-size: var(--mh--font-size--xl);
  line-height: var(--mh--line-height--sm);
  margin-bottom: 10px;
  text-align: center;
  font-weight: 900;
}
.home-spec__modal-set-txt01 {
  margin: 10px 0 20px;
}
.home-spec__modal-set-img01 {
  margin: 30px auto 0;
  text-align: center;
}
.home-spec__modal-set-img02 {
  margin: 20px auto 0;
}
.home-spec__modal-set-img03 {
  margin: 10px auto 0;
}
.home-spec__modal-set-banner {
  max-width: 540px;
  margin: 30px auto 0;
}
.home-spec__modal-set-kimitsu {
  text-align: center;
}
.home-spec__modal-set-kimitsu-inner {
  display: inline-block;
  border: 1px solid var(--mh--color--grayscale-900);
  padding: 20px;
  width: 300px;
  max-width: 100%;
}
.home-spec__modal-set-kimitsu-01 {
  color: var(--mh--color--grayscale-900);
  font-size: 2rem;
  font-weight: 900;
  line-height: 150%;
  letter-spacing: 0.8px;
}
.home-spec__modal-set-kimitsu-02 {
  color: var(--mh--color--primary-700);
  font-size: 2rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.8px;
  margin-top: 5px;
}
.home-spec__modal-set-kimitsu-02-lage {
  font-size: 2.6rem;
  letter-spacing: 1.04px;
}
.home-spec__modal-set-kimitsu-03 {
  display: inline-block;
  color: var(--mh--color--grayscale-900);
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.68px;
  border: 1px solid var(--mh--color--grayscale-900);
  padding: 5px 20px;
  margin: 5px 0;
}
.home-spec__modal-set-kimitsu-04 {
  color: var(--mh--color--grayscale-800);
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.56px;
}
.home-spec__modal-set-wrap {
  display: grid;
  gap: 10px 50px;
  .home-spec__modal-set-img {
    width: 245px;
    margin: 0 auto;
  }
}

@media (width >= 768px ) {
  .home-spec {
    /*margin-top: 100px;*/
    max-width: 1740px;
    margin: 100px auto 0;
  }
  .home-spec__inner {
    padding-block: 0 80px;
  }
  .home-spec__head {
    transform: translate(0, -20px);
    margin-bottom: 20px;
  }
  .home-spec__lead {
    text-align: center;
  }
  .home-spec__list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 30px;
    max-width: 1260px;
    margin: 60px auto 0;
  }
  .home-spec__item {
    width: calc(50% - 15px);
    padding: 35px 30px;
    position: relative;
  }
  .home-spec__item + .home-spec__item {
    margin-top: 0;
  }
  .home-spec__item-img {
    width: 150px;
  }
  .home-spec__item-area-txt {
    width: calc(100% - 177px);
  }
  .home-spec__item-btn {
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: 184px;
  }
  .home-spec__item-btn-in {
    font-size: var(--mh--font-size--xl);
    padding: 8px 20px;
  }
  .home-spec__item-btn-ico {
    height: 28px;
  }
  .home-spec__item-txt {
    font-size: var(--mh--font-size--xl);
  }
  .home-spec__modal-inner {
    padding: 100px 0;
    width: 1100px;
    margin: auto;
  }
  .home-spec__modal-head {
    border-radius: var(--mh--border-radius-md) var(--mh--border-radius-md) 0 0;
  }
  .home-spec__modal-set {
    padding-bottom: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
  }
  .home-spec__modal-set.is-block {
    display: block;
  }
  .home-spec__modal-set-box {
    width: calc(50% - 20px);
  }
  .home-spec__modal-set-box + .home-spec__modal-set-box {
    margin-top: 0;
  }
  .home-spec__modal-set + .home-spec__modal-set {
    padding: 60px 0;
  }
  .home-spec__modal-set-head01 {
    margin-bottom: 20px;
  }
  .home-spec__modal-set-head02 {
    margin-bottom: 20px;
  }
  .home-spec__modal-set-txt01 {
    margin: 20px 0 40px;
  }
  .home-spec__modal-set-img01 {
    margin: 60px auto 0;
  }
  .home-spec__modal-set-img01.is-01_02 {
    width: 930px;
  }
  .home-spec__modal-set-img01.is-03_01 {
    width: 930px;
  }
  .home-spec__modal-set-img02 {
    margin: 60px auto 0;
  }
  .home-spec__modal-set-img03 {
    max-width: 540px;
    margin: 20px auto 0;
  }
  .home-spec__modal-set-img03.is-01_03 {
    max-width: 700px;
  }
  .home-spec__modal-set-banner {
    margin: 60px auto 0;
  }
  .home-spec__modal-content {
    padding: 60px 0 0;
  }
  .home-spec__modal-set-kimitsu-inner {
    width: 700px;
    padding: 30px 0 30px;
  }
  .home-spec__modal-set-kimitsu-01 {
    font-size: 2.3rem;
  }
  .home-spec__modal-set-kimitsu-02 {
    font-size: 2.3rem;
    margin-top: 5px;
  }
  .home-spec__modal-set-kimitsu-02-lage {
    font-size: 3.2rem;
  }
  .home-spec__modal-set-kimitsu-03 {
    font-size: 1.8rem;
    padding: 9px 20px;
    margin-top: 8px;
  }
  .home-spec__modal-set-wrap {
    grid-template-columns: 1fr 320px;
    .home-spec__modal-set-img {
      width: 100%;
      margin: 0;
    }
  }
}
/* .home-links
============================= */
.home-links__inner {
  padding-block: 50px;
}
.home-links__banner01 {
  border-radius: var(--mh--border-radius-md);
  overflow: hidden;
}
.home-links__banner01-area-txt {
  text-align: center;
  padding: 30px 20px;
}
.home-links__banner01-sub {
  font-size: var(--mh--font-size--xl);
  font-weight: 900;
  color: #fff;
  background-color: var(--mh--color--primary-500);
  border-radius: 100px;
  padding: 6px 20px;
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}
.home-links__banner01-sub::after {
  display: inline-block;
  width: 38px;
  height: 19px;
  color: var(--mh--color--primary-500);
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url("data:image/svg+xml;utf8,%3Csvg%20viewBox%3D%220%200%2036%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M19.5958%2018.2992C18.4685%2019.2754%2016.7952%2019.2754%2015.6679%2018.2992L1.19789%205.76779C-0.90182%203.94938%200.384199%200.5%203.16185%200.5L32.1018%200.500003C34.8795%200.500003%2036.1655%203.94939%2034.0658%205.76779L19.5958%2018.2992Z%22%20fill%3D%22%23FF7E33%22%2F%3E%3C%2Fsvg%3E");
  mask-image: url("data:image/svg+xml;utf8,%3Csvg%20viewBox%3D%220%200%2036%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M19.5958%2018.2992C18.4685%2019.2754%2016.7952%2019.2754%2015.6679%2018.2992L1.19789%205.76779C-0.90182%203.94938%200.384199%200.5%203.16185%200.5L32.1018%200.500003C34.8795%200.500003%2036.1655%203.94939%2034.0658%205.76779L19.5958%2018.2992Z%22%20fill%3D%22%23FF7E33%22%2F%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);
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
}
.home-links__banner01-head {
  font-size: var(--mh--font-size--x6l);
  line-height: var(--mh--line-height--sm);
  font-weight: 900;
  margin-bottom: 10px;
}
.home-links__banner01-btn {
  margin-top: 20px;
}
.home-links__banner01-img {
  position: relative;
}
.home-links__banner01-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-links__banner02 {
  margin-top: 30px;
}
.home-links__btn{
  margin-top: 20px;
}
@media (width >= 768px ) {
  .home-links__inner {
    padding-block: 100px;
  }
  .home-links__banner01 {
    width: 1000px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
    height: 390px;
  }
  .home-links__banner01-area-txt {
    padding: 50px 60px 50px 50px;
  }
  .home-links__banner01-sub {
    margin-bottom: 12px;
  }
  .home-links__banner01-head {
    margin-bottom: 20px;
  }
  .home-links__banner01-img {
    width: 347px;
  }
  .home-links__banner01-btn {
    margin: 30px auto 0;
    width: 438px;
  }
  .home-links__banner02 {
    margin: 0 auto 0;
    width: 960px;
  }
  .home-links__btn{
    width: 400px;
    margin: 40px auto 0;
  }
}
.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 < 1260px) {
  .u-hidden-lg-down {
    display: none;
  }
}
@media (width < 1400px) {
  .u-hidden-xl-down {
    display: none;
  }
}
@media (width >= 640px) {
  .u-hidden-sm-up {
    display: none;
  }
}
@media (width >= 768px ) {
  .u-hidden-md-up {
    display: none;
  }
}
@media (width >= 1260px ) {
  .u-hidden-lg-up {
    display: none;
  }
}
@media (width >= 1400px ) {
  .u-hidden-xl-up {
    display: none;
  }
}
/* overflow
-------------------------------------- */
.u-overflow-auto {
  overflow: auto;
}
.u-overflow-hidden {
  overflow: hidden;
}
.u-overflow-visible {
  overflow: visible;
}
/* screen reader
-------------------------------------- */
.u-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  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 < 1260px) {
  .u-text-left-lg-down {
    text-align: left;
  }
}
@media (width < 1260px) {
  .u-text-right-lg-down {
    text-align: right;
  }
}
@media (width < 1260px) {
  .u-text-center-lg-down {
    text-align: center;
  }
}
@media (width < 1400px) {
  .u-text-left-xl-down {
    text-align: left;
  }
}
@media (width < 1400px) {
  .u-text-right-xl-down {
    text-align: right;
  }
}
@media (width < 1400px) {
  .u-text-center-xl-down {
    text-align: center;
  }
}
@media (width >= 640px) {
  .u-text-left-sm-up {
    text-align: left;
  }
}
@media (width >= 640px) {
  .u-text-right-sm-up {
    text-align: right;
  }
}
@media (width >= 640px) {
  .u-text-center-sm-up {
    text-align: center;
  }
}
@media (width >= 768px ) {
  .u-text-left-md-up {
    text-align: left;
  }
}
@media (width >= 768px ) {
  .u-text-right-md-up {
    text-align: right;
  }
}
@media (width >= 768px ) {
  .u-text-center-md-up {
    text-align: center;
  }
}
@media (width >= 1260px ) {
  .u-text-left-lg-up {
    text-align: left;
  }
}
@media (width >= 1260px ) {
  .u-text-right-lg-up {
    text-align: right;
  }
}
@media (width >= 1260px ) {
  .u-text-center-lg-up {
    text-align: center;
  }
}
@media (width >= 1400px ) {
  .u-text-left-xl-up {
    text-align: left;
  }
}
@media (width >= 1400px ) {
  .u-text-right-xl-up {
    text-align: right;
  }
}
@media (width >= 1400px ) {
  .u-text-center-xl-up {
    text-align: center;
  }
}
/* font-size
-------------------------------------- */
.u-text-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-md {
  line-height: var(--mh--line-height--md);
  letter-spacing: var(--mh--letter-spacing--md);
}
.u-text-x2s,
.u-text-xs,
.u-text-sm,
.u-text-lg,
.u-text-xl,
.u-text-x2l,
.u-text-x3l,
.u-text-x4l,
.u-text-x5l,
.u-text-x6l,
.u-text-x7l,
.u-text-x8l,
.u-text-x9l,
.u-text-x10l,
.u-text-x11l,
.u-text-x12l,
.u-text-x13l,
.u-text-x14l,
.u-text-x15l {
  line-height: var(--mh--line-height--sm);
  letter-spacing: var(--mh--letter-spacing--md);
}
/* line-height
-------------------------------------- */
.u-leading-none {
  line-height: var(--mh--line-height--none);
}
.u-leading-xs {
  line-height: var(--mh--line-height--xs);
}
.u-leading-sm {
  line-height: var(--mh--line-height--sm);
}
.u-leading-md {
  line-height: var(--mh--line-height--md);
}
.u-leading-lg {
  line-height: var(--mh--line-height--lg);
}
/* letter-spacing
-------------------------------------- */
.u-tracking-sm {
  letter-spacing: var(--mh--letter-spacing--sm);
}
.u-tracking-md {
  letter-spacing: var(--mh--letter-spacing--md);
}
/* font-weight
-------------------------------------- */
.u-font-bold {
  font-weight: 700;
}
/* font-family
-------------------------------------- */
.u-font-en {
  font-family: var(--mh--font-family--en);
  font-weight: 800;
  line-height: var(--mh--line-height--xs);
  letter-spacing: var(--mh--letter-spacing--sm);
}
/* 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;
  }
}
.u-wide-inner {
  padding-right: var(--mh--contents--padding--side);
  padding-left: var(--mh--contents--padding--side);
}
@media (width >= 768px ) {
  .u-wide-inner {
    width: 100%;
    max-width: var(--mh--contents--wide-width-with-padding);
    margin-right: auto;
    margin-left: auto;
  }
}
.u-item-center {
  display: grid;
  place-items: center;
}
.u-clearfix {
  clear: both;
  display: block;
  height: 0;
  border: none;
}
/* link
-------------------------------------- */
a.u-alpha {
  display: block;
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  a.u-alpha {
    transition: opacity var(--mh--duration) var(--mh--easing);
  }
  a.u-alpha:hover {
    opacity: 0.7;
  }
}
a.u-zoom {
  display: block;
  text-decoration: none;
}
a.u-zoom .u-zoom__img {
  display: block;
}
a.u-zoom .u-zoom__img-wrap {
  display: block;
  overflow: hidden;
}
@media (hover: hover) and (pointer: fine) {
  a.u-zoom .u-zoom__img {
    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;
  }
}
.u-media-query {
  font-family: sp;
}
@media (width >= 768px ) {
  .u-media-query {
    font-family: tb;
  }
}
@media (width >= 1260px ) {
  .u-media-query {
    font-family: pc;
  }
}
.u-text-primary-700 {
  color: var(--mh--color--primary-700);
}
.u-text-primary-500 {
  color: var(--mh--color--primary-500);
}
.u-text-primary-400 {
  color: var(--mh--color--primary-400);
}
.u-text-primary-100 {
  color: var(--mh--color--primary-100);
}
.u-text-secondary-500 {
  color: var(--mh--color--secondary-500);
}
.u-text-tertiary-700 {
  color: var(--mh--color--tertiary-700);
}
.u-text-tertiary-500 {
  color: var(--mh--color--tertiary-500);
}
.u-text-tertiary-400 {
  color: var(--mh--color--tertiary-400);
}
.u-text-quaternary-700 {
  color: var(--mh--color--quaternary-700);
}
.u-text-quaternary-500 {
  color: var(--mh--color--quaternary-500);
}
.u-text-quaternary-200 {
  color: var(--mh--color--quaternary-200);
}
.u-text-quaternary-100 {
  color: var(--mh--color--quaternary-100);
}
.u-text-surface-500 {
  color: var(--mh--color--surface-500);
}
.u-text-grayscale-900 {
  color: var(--mh--color--grayscale-900);
}
.u-bg-primary-700 {
  background-color: var(--mh--color--primary-700);
}
.u-bg-primary-500 {
  background-color: var(--mh--color--primary-500);
}
.u-bg-primary-400 {
  background-color: var(--mh--color--primary-400);
}
.u-bg-primary-100 {
  background-color: var(--mh--color--primary-100);
}
.u-bg-secondary-500 {
  background-color: var(--mh--color--secondary-500);
}
.u-bg-tertiary-700 {
  background-color: var(--mh--color--tertiary-700);
}
.u-bg-tertiary-500 {
  background-color: var(--mh--color--tertiary-500);
}
.u-bg-tertiary-400 {
  background-color: var(--mh--color--tertiary-400);
}
.u-bg-quaternary-700 {
  background-color: var(--mh--color--quaternary-700);
}
.u-bg-quaternary-500 {
  background-color: var(--mh--color--quaternary-500);
}
.u-bg-quaternary-200 {
  background-color: var(--mh--color--quaternary-200);
}
.u-bg-quaternary-100 {
  background-color: var(--mh--color--quaternary-100);
}
.u-bg-surface-500 {
  background-color: var(--mh--color--surface-500);
}
.u-bg-grayscale-900 {
  background-color: var(--mh--color--grayscale-900);
}
.u-p-x2s {
  padding: var(--mh--padding--x2s);
}
.u-py-x2s {
  padding-block: var(--mh--padding--x2s);
}
.u-px-x2s {
  padding-inline: var(--mh--padding--x2s);
}
.u-pt-x2s {
  padding-top: var(--mh--padding--x2s);
}
.u-pb-x2s {
  padding-bottom: var(--mh--padding--x2s);
}
.u-pl-x2s {
  padding-left: var(--mh--padding--x2s);
}
.u-pr-x2s {
  padding-right: var(--mh--padding--x2s);
}
.u-p-xs {
  padding: var(--mh--padding--xs);
}
.u-py-xs {
  padding-block: var(--mh--padding--xs);
}
.u-px-xs {
  padding-inline: var(--mh--padding--xs);
}
.u-pt-xs {
  padding-top: var(--mh--padding--xs);
}
.u-pb-xs {
  padding-bottom: var(--mh--padding--xs);
}
.u-pl-xs {
  padding-left: var(--mh--padding--xs);
}
.u-pr-xs {
  padding-right: var(--mh--padding--xs);
}
.u-p-sm {
  padding: var(--mh--padding--sm);
}
.u-py-sm {
  padding-block: var(--mh--padding--sm);
}
.u-px-sm {
  padding-inline: var(--mh--padding--sm);
}
.u-pt-sm {
  padding-top: var(--mh--padding--sm);
}
.u-pb-sm {
  padding-bottom: var(--mh--padding--sm);
}
.u-pl-sm {
  padding-left: var(--mh--padding--sm);
}
.u-pr-sm {
  padding-right: var(--mh--padding--sm);
}
.u-p-md {
  padding: var(--mh--padding--md);
}
.u-py-md {
  padding-block: var(--mh--padding--md);
}
.u-px-md {
  padding-inline: var(--mh--padding--md);
}
.u-pt-md {
  padding-top: var(--mh--padding--md);
}
.u-pb-md {
  padding-bottom: var(--mh--padding--md);
}
.u-pl-md {
  padding-left: var(--mh--padding--md);
}
.u-pr-md {
  padding-right: var(--mh--padding--md);
}
.u-p-lg {
  padding: var(--mh--padding--lg);
}
.u-py-lg {
  padding-block: var(--mh--padding--lg);
}
.u-px-lg {
  padding-inline: var(--mh--padding--lg);
}
.u-pt-lg {
  padding-top: var(--mh--padding--lg);
}
.u-pb-lg {
  padding-bottom: var(--mh--padding--lg);
}
.u-pl-lg {
  padding-left: var(--mh--padding--lg);
}
.u-pr-lg {
  padding-right: var(--mh--padding--lg);
}
.u-p-xl {
  padding: var(--mh--padding--xl);
}
.u-py-xl {
  padding-block: var(--mh--padding--xl);
}
.u-px-xl {
  padding-inline: var(--mh--padding--xl);
}
.u-pt-xl {
  padding-top: var(--mh--padding--xl);
}
.u-pb-xl {
  padding-bottom: var(--mh--padding--xl);
}
.u-pl-xl {
  padding-left: var(--mh--padding--xl);
}
.u-pr-xl {
  padding-right: var(--mh--padding--xl);
}
.u-p-x2l {
  padding: var(--mh--padding--x2l);
}
.u-py-x2l {
  padding-block: var(--mh--padding--x2l);
}
.u-px-x2l {
  padding-inline: var(--mh--padding--x2l);
}
.u-pt-x2l {
  padding-top: var(--mh--padding--x2l);
}
.u-pb-x2l {
  padding-bottom: var(--mh--padding--x2l);
}
.u-pl-x2l {
  padding-left: var(--mh--padding--x2l);
}
.u-pr-x2l {
  padding-right: var(--mh--padding--x2l);
}
.u-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-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-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-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-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-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-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-m-x3l {
  margin: var(--mh--space--x3l);
}
.u-my-x3l {
  margin-block: var(--mh--space--x3l);
}
.u-mx-x3l {
  margin-inline: var(--mh--space--x3l);
}
.u-mt-x3l {
  margin-top: var(--mh--space--x3l);
}
.u-mb-x3l {
  margin-bottom: var(--mh--space--x3l);
}
.u-ml-x3l {
  margin-left: var(--mh--space--x3l);
}
.u-mr-x3l {
  margin-right: var(--mh--space--x3l);
}
.u-mx-auto {
  margin-inline: auto;
}
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-lg-font-size,
.has-xl-font-size,
.has-x-2-l-font-size,
.has-x-3-l-font-size,
.has-x-4-l-font-size {
  line-height: var(--mh--line-height--sm);
}
.has-x-5-l-font-size,
.has-x-6-l-font-size,
.has-x-7-l-font-size,
.has-x-8-l-font-size,
.has-x-9-l-font-size,
.has-x-10-l-font-size,
.has-x-11-l-font-size,
.has-x-12-l-font-size,
.has-x-13-l-font-size,
.has-x-14-l-font-size,
.has-x-15-l-font-size {
  line-height: var(--mh--line-height--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;
  }
}