@charset "UTF-8";
.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:.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:.9}
.splide__arrow:disabled{opacity:.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:.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:.7;padding:0;position:relative;transition:transform .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:.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:.5em;top:0}
:root {
  --mh--breakpoint--min: 375px;
  --mh--breakpoint--sm: 640px;
  --mh--breakpoint--md: 768px;
  --mh--breakpoint--lg: 1400px;
  --mh--breakpoint--xl: 1600px;
}
:root {
  --mh--font-family--base:
  	"Noto Sans JP", "ヒラギノ角ゴ ProN W3", meiryo, sans-serif;
  --mh--font-family--en: "Hanken Grotesk", sans-serif;
}
html body {
  --mh--font-size--x3s: 1.2rem;
  --mh--font-size--x2s: 1.3rem;
  --mh--font-size--xs: 1.4rem;
  --mh--font-size--sm: 1.5rem;
  --mh--font-size--md: 1.6rem;
  --mh--font-size--lg: 1.7rem;
  --mh--font-size--xl: 1.8rem;
  --mh--font-size--x2l: 2rem;
  --mh--font-size--x3l: 2.1rem;
  --mh--font-size--x4l: 2.2rem;
  --mh--font-size--x5l: 2.4rem;
  --mh--font-size--x6l: 2.6rem;
  --mh--font-size--x7l: 2.7rem;
  --mh--font-size--x8l: 2.9rem;
  --mh--font-size--x9l: 3.1rem;
  --mh--font-size--x10l: 3.4rem;
  --mh--font-size--x11l: 3.6rem;
  --mh--font-size--x12l: 3.9rem;
  --mh--font-size--x13l: 4.1rem;
}
@media (width >= 768px ) {
  html body {
    --mh--font-size--xs: 1rem;
    --mh--font-size--x2s: 1.1rem;
    --mh--font-size--xs: 1.3rem;
    --mh--font-size--sm: 1.4rem;
    --mh--font-size--md: 1.6rem;
    --mh--font-size--lg: 1.8rem;
    --mh--font-size--xl: 2rem;
    --mh--font-size--x2l: 2.3rem;
    --mh--font-size--x3l: 2.6rem;
    --mh--font-size--x4l: 2.9rem;
    --mh--font-size--x5l: 3.2rem;
    --mh--font-size--x6l: 3.6rem;
    --mh--font-size--x7l: 4.1rem;
    --mh--font-size--x8l: 4.6rem;
    --mh--font-size--x9l: 5.2rem;
    --mh--font-size--x10l: 5.8rem;
    --mh--font-size--x11l: 6.6rem;
    --mh--font-size--x12l: 7.4rem;
    --mh--font-size--x13l: 8.3rem;
  }
}
:root {
  --mh--letter-spacing--sm: 0.05em;
  --mh--letter-spacing--md: 0.05em;
}
:root {
  --mh--line-height--none: 1;
  --mh--line-height--xs: 1.1;
  --mh--line-height--sm: 1.5;
  --mh--line-height--md: 1.9;
  --mh--line-height--lg: 2;
}
:root {
  --mh--header--height: 70px;
}
@media (width >= 1400px ) {
  :root {
    --mh--header--height: 120px;
  }
}
:root {
  --mh--sidebar--width: 240px;
}
:root {
  --mh--contents--width: 1260px;
  --mh--contents--wide-width: 1600px;
  --mh--contents--padding--side: 20px;
  --mh--contents--width-with-padding: calc(
  	var(--mh--contents--width) + var(--mh--contents--padding--side) * 2
  );
  --mh--contents--wide-width-with-padding: calc(
  	var(--mh--contents--wide-width) + var(--mh--contents--padding--side) * 2
  );
}
@media (width >= 768px ) {
  :root {
    --mh--contents--padding--side: 50px;
  }
}
html body {
  --mh--color--primary-900: rgb(20, 20, 85);
  --mh--color--primary-500: rgb(159, 200, 238);
  --mh--color--primary-300: rgb(221, 234, 253);
  --mh--color--primary-200: rgb(240, 245, 255);
  --mh--color--primary-100: rgb(240, 245, 255);
  --mh--color--grayscale-900: rgb(0, 0, 0);
  --mh--color--grayscale-800: rgb(128, 128, 128);
  --mh--color--grayscale-500: rgb(179, 179, 179);
  --mh--color--grayscale-300: rgb(217, 217, 217);
  --mh--color--grayscale-200: rgb(237, 237, 237);
  --mh--color--grayscale-100: rgb(255, 255, 255);
  --mh--color--error-500: rgb(255, 0, 0);
  --mh--gradient01: linear-gradient(to bottom, #9CBBFF 0%, #0033DB 100%);
  --mh--gradient02: linear-gradient(to bottom, #B8D7F6 0%, #D5E3F6 100%);
}
:root {
  --mh--easing: ease;
  --mh--duration: .6s;
  --mh--duration-long: 1.2s;
}
:root {
  --mh--space--x2s: 15px;
  --mh--space--xs: 15px;
  --mh--space--sm: 15px;
  --mh--space--md: 20px;
  --mh--space--lg: 25px;
  --mh--space--xl: 30px;
  --mh--space--x2l: 35px;
  --mh--space--x3l: 40px;
}
@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;
}
@media (width >= 768px ) {
  :root {
    --mh--border-radius-sm: 10px;
    --mh--border-radius-md: 20px;
  }
}
* {
  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--primary-900);
  -webkit-text-size-adjust: 100%;
}
@media (width >= 768px ) {
  body {
    min-width: var(--mh--contents--width-with-padding);
    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 >= 1400px ) {
  .l-container.is-col2 {
    display: grid;
    grid-template-columns: var(--mh--sidebar--width) 1fr;
    gap: 20px;
    width: var(--mh--contents--width);
    margin: 0 auto;
  }
  .l-container.is-col2 .l-sidebar {
    order: -1;
  }
}
/*  .c-archive01
================================================== */
.c-archive01 {
  --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-bg01
================================================== */
.c-bg01 {
  position: relative;
}
.c-bg01::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: var(--mh--color--primary-100);
}
@media (width >= 768px ) {
  .c-bg01::after {
    max-width: 1400px;
    margin: auto;
    right: 0;
    border-radius: var(--mh--border-radius-md);
  }
}
/* .c-blockquote01
================================================== */
.c-blockquote01 {
  padding: 15px;
  border: 1px solid var(--mh--color--primary-700);
}
@media (width >= 768px ) {
  .c-blockquote01 {
    padding: 25px;
  }
}
/* .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: var(--mh--color--grayscale-500) solid 1px;
  background: var(--mh--color--grayscale-100);
}
.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 {
  outline: none;
}
.c-form fieldset {
  border: none;
}
.c-form input,
.c-form textarea {
  box-sizing: border-box;
  padding: 10px;
  font-size: 1.6rem;
  border-radius: var(--mh--border-radius--sm);
}
.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;
}
.c-form__set + .c-form__set {
  margin-top: 30px;
}
.c-form__head {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  font-size: var(--mh--font-size--lg);
  line-height: 1.5;
  margin-bottom: 10px;
}
.c-form__required, .c-form__optional {
  box-sizing: border-box;
  position: relative;
  top: -2px;
  padding: 0 10px 3px;
  font-size: var(--mh--font-size--x3s);
  color: var(--mh--color--primary-900);
  text-align: center;
  margin-left: 15px;
  height: fit-content;
  border: var(--mh--color--primary-900) solid 1px;
  border-radius: 2px;
  background: var(--mh--color--grayscale-100);
  line-height: var(--mh--line-height--md);
}
.c-form__required {
  background: var(--mh--color--primary-900);
  color: var(--mh--color--grayscale-100);
}
.c-form__field-set {
  display: block;
  margin-top: 15px;
}
.c-form__field-description {
  display: grid;
  gap: 10px 0;
  margin-bottom: 10px;
  font-size: var(--mh--font-size--sm);
  color: var(--mh--color--grayscale-500);
  line-height: var(--mh--line-height--sm);
  text-indent: -1.3em;
  padding-left: 1.3em;
}
.c-form__field-description.is-list {
  text-indent: 0;
  padding-left: 0;
  gap: 0;
}
.c-form__field-description.is-list li {
  margin: 0;
}
.c-form__field-txt {
  margin-bottom: 10px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.c-form__postcode {
  display: grid;
  gap: 15px;
  grid-template-columns: 16px 1fr;
  align-items: center;
}
.c-form__postcode .c-input {
  display: grid;
  gap: 15px;
  grid-template-columns: 1fr 107px;
  align-items: center;
}
.c-form__postcode #zip_btn_postcode {
  background-color: var(--mh--color--primary-900);
  color: var(--mh--color--grayscale-100);
  border: var(--mh--color--primary-900) solid 1px;
  width: 107px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (hover: hover) and (pointer: fine) {
  .c-form__postcode #zip_btn_postcode {
    transition: all var(--mh--duration) var(--mh--easing);
  }
  .c-form__postcode #zip_btn_postcode:hover {
    background-color: var(--mh--color--grayscale-100);
    color: var(--mh--color--primary-900);
  }
}
.c-form__select {
  position: relative;
  display: block;
  max-width: 100%;
}
.c-form__select select {
  padding: 13px 21px 13px 10px;
  font-size: 1.6rem;
  line-height: 2.2rem;
  cursor: pointer;
  min-width: 100%;
}
.c-form__select::after {
  position: absolute;
  top: 19px;
  right: 20px;
  width: 9px;
  height: 9px;
  content: "";
  border-right: 2px solid var(--mh--color--primary-900);
  border-bottom: 2px solid var(--mh--color--primary-900);
  transform: rotate(45deg);
}
.c-form__select-unit {
  margin-left: 2px;
  font-size: 1.6rem;
}
.c-form__select label + label {
  margin-left: 9px;
}
.c-form__radio-list {
  margin-top: -7px;
  display: grid;
  gap: 10px 19px;
}
.c-form__radio-list label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
}
.c-form__radio-list input + span::before {
  position: absolute;
  top: 16px;
  left: 0;
  box-sizing: border-box;
  width: 26px;
  height: 26px;
  content: "";
  border: 1px solid var(--mh--color--grayscale-500);
  border-radius: 50%;
  transform: translateY(-50%);
  background-color: var(--mh--color--grayscale-100);
}
.c-form__radio-list input + span::after {
  position: absolute;
  top: 9px;
  left: 6px;
  display: block;
  width: 14px;
  height: 14px;
  content: "";
  background: var(--mh--color--primary-900);
  border-radius: 50%;
  transform: scale(0);
  transition: all 0.3s ease;
}
.c-form__radio-list input:checked + span::after {
  transform: scale(1);
}
.c-form__radio-list span {
  margin: 0;
}
.c-form__checkbox-list {
  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: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 {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 40px;
}
.c-form__privacy-txt a {
  text-decoration: underline !important;
}
.c-form__agreement {
  padding-top: 10px;
}
.c-form__agreement-txt {
  text-align: center;
  padding-right: 10px;
}
.c-form__agreement-check {
  text-align: center;
  font-weight: 500;
  padding-right: 10px;
}
.c-form__agreement-check label {
  position: relative;
  padding-left: 40px;
  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: 30px;
  height: 30px;
  content: "";
  border: var(--mh--color--grayscale-500) solid 1px;
  background-color: var(--mh--color--grayscale-200);
  transform: translateY(-50%);
}
.c-form__agreement-check input:checked + span::after {
  position: absolute;
  top: 6px;
  left: 7px;
  display: block;
  width: 16px;
  height: 9px;
  content: "";
  border-color: var(--mh--color--primary-500);
  border-style: solid;
  border-width: 3px 3px 0 0;
  transform: rotate(135deg);
}
.c-form__agreement-check input:disabled + label {
  opacity: 0.5;
}
.c-form__btn {
  display: grid;
  place-items: center;
}
.c-form__btn .c-btn01__link {
  padding: 0;
}
.c-form__btn .btnAdjust,
.c-form__btn .btnConfirm {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 72px;
  padding: 0;
  border: none;
  text-align: left;
  font-size: var(--mh--font-size--lg);
  font-weight: 500;
  border: var(--mh--color--primary-900) solid 1px;
  color: var(--mh--color--primary-900);
  border-radius: var(--mh--border-radius-md);
  text-align: center;
}
.c-form__btn .btnConfirm {
  margin-top: 20px;
}
@media (hover: hover) and (pointer: fine) {
  .c-form__btn .btnAdjust,
  .c-form__btn .btnConfirm {
    transition: all var(--mh--duration) var(--mh--easing);
  }
  .c-form__btn .btnAdjust:hover,
  .c-form__btn .btnConfirm:hover {
    background-color: var(--mh--color--primary-900);
    color: var(--mh--color--grayscale-100);
  }
}
@media (width >= 768px ) {
  .c-form__set {
    display: grid;
    grid-template-columns: 239px 1fr;
    gap: 80px;
    align-items: flex-start;
  }
  .c-form__set + .c-form__set {
    margin-top: 60px;
  }
  .c-form__set.is-block {
    display: block;
  }
  .c-form__set.is-wide fieldset {
    display: grid;
    grid-template-columns: 239px 881px;
    gap: 80px;
    border: none;
    padding: 0;
    margin: 0;
    width: 100%;
  }
  .c-form__set.is-wide .c-form__head {
    grid-column: 1;
    align-self: start;
    width: 239px;
    display: flex;
    justify-content: space-between;
  }
  .c-form__set.is-wide .c-form__field {
    grid-column: 2;
    width: 100%;
    position: relative;
    top: -55px;
    margin-bottom: -55px;
  }
  .c-form__head {
    padding-top: 10px;
  }
  .c-form__head-in {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .c-form__head.is-description {
    position: relative;
  }
  .c-form__head.is-description .c-form__head-in {
    display: block;
  }
  .c-form__head.is-description .c-form__optional,
  .c-form__head.is-description .c-form__required {
    position: absolute;
    top: 10px;
    right: 0;
  }
  .c-form__required, .c-form__optional {
    position: relative;
    top: 0;
    padding: 0 18px;
    font-size: var(--mh--font-size--sm);
    border-radius: 4px;
  }
  .c-form__postcode {
    display: flex;
  }
  .c-form__postcode input {
    max-width: 271px;
  }
  .c-form__postcode #zip_btn_postcode {
    height: 44px;
  }
  .c-form__select {
    max-width: 443px;
  }
  .c-form__select select {
    padding: 13px 40px 13px 10px;
    max-width: 443px;
  }
  .c-form__select::after {
    right: 19px;
  }
  .c-form__radio-list, .c-form__checkbox-list {
    padding: 10px 0;
    display: flex;
    align-items: center;
    gap: 10px 30px;
  }
  .c-form__radio-list.is-col3, .c-form__checkbox-list.is-col3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .c-form__agreement {
    padding-top: 30px;
  }
  .c-form__privacy {
    padding-top: 30px;
    padding-bottom: 55px;
  }
  .c-form__btn {
    padding-top: 20px;
    display: flex;
    justify-content: center;
    gap: 30px;
  }
  .c-form__btn .btnAdjust,
  .c-form__btn .btnConfirm {
    min-width: auto;
    max-width: 275px;
    height: 65px;
    border-radius: 10px;
  }
  .c-form__btn .btnConfirm {
    margin-top: 0;
  }
}
/* .c-form-caution
================================================== */
.c-form-caution {
  padding: 25px 10px;
  line-height: var(--mh--line-height--sm);
  border: var(--mh--color--grayscale-900) solid 1px;
  border-radius: var(--mh--border-radius-md);
}
.c-form-caution__head {
  padding-bottom: 15px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  font-size: var(--mh--font-size--x2l);
}
.c-form-caution__head::after {
  content: "";
  width: 100%;
  height: 1px;
  border-bottom: 1px solid;
  border-image: repeating-linear-gradient(to right, var(--mh--color--grayscale-500) 0 3px, transparent 3px 8px) 1;
  position: absolute;
  left: 0;
  bottom: 0;
}
.c-form-caution__list-item {
  position: relative;
  padding-left: 24px;
}
.c-form-caution__list-item::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--mh--color--grayscale-900);
  position: absolute;
  top: 13px;
  left: 8px;
}
.c-form-caution__list-item + .c-form-caution__list-item {
  margin-top: 10px;
}
.c-form-caution__list-item.is-ico {
  padding-left: 80px;
}
.c-form-caution__list-item .c-form__required,
.c-form-caution__list-item .c-form__optional {
  margin-left: 0;
  margin-right: 5px;
  position: absolute;
  top: 0;
  left: 24px;
  padding: 5px 7px 5px;
  font-size: var(--mh--font-size--md);
  line-height: var(--mh--line-height--xs);
}
@media (width >= 768px ) {
  .c-form-caution {
    padding: 45px 80px;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 160px;
  }
  .c-form-caution__head {
    padding-bottom: 0;
    margin-bottom: 0;
    font-size: var(--mh--font-size--xl);
  }
  .c-form-caution__head::after {
    display: none;
  }
  .c-form-caution__list {
    position: relative;
  }
  .c-form-caution__list::before {
    content: "";
    width: 1px;
    height: 100%;
    border-right: 1px solid;
    border-image: repeating-linear-gradient(to bottom, var(--mh--color--grayscale-500) 0 3px, transparent 3px 8px) 1;
    position: absolute;
    right: calc(100% + 80px);
    bottom: 0;
  }
  .c-form-caution__list-item.is-ico {
    padding-left: 24px;
  }
  .c-form-caution__list-item .c-form__required,
  .c-form-caution__list-item .c-form__optional {
    margin-left: 0;
    margin-right: 5px;
    position: static;
    padding: 4px 20px;
    font-size: var(--mh--font-size--sm);
    border-radius: 4px;
  }
}
/* .contact-form-intro-tel
================================================== */
.contact-form-intro-tel {
  margin-top: 20px;
  padding-bottom: 20px;
  position: relative;
}
.contact-form-intro-tel::after {
  content: "";
  width: 100%;
  height: 1px;
  border-bottom: 1px solid;
  border-image: repeating-linear-gradient(to right, var(--mh--color--grayscale-500) 0 3px, transparent 3px 8px) 1;
  position: absolute;
  left: 0;
  bottom: 0;
}
.contact-form-intro-tel__main {
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-form-intro-tel__num {
  font-size: var(--mh--font-size--x9l);
  line-height: var(--mh--line-height--sm);
  white-space: nowrap;
}
.contact-form-intro-tel__ico {
  margin-top: 7px;
  color: var(--mh--color--primary-900) !important;
}
.contact-form-intro-tel__ico::after {
  width: 21px !important;
  height: 24px !important;
}
.contact-form-intro-tel__info {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  margin-top: 0;
  font-weight: 500;
}
.contact-form-intro-tel__tag {
  font-size: var(--mh--font-size--xs);
  line-height: var(--mh--line-height--sm);
}
.contact-form-intro-tel__time {
  font-size: var(--mh--font-size--xs);
  line-height: var(--mh--line-height--sm);
}
@media (width >= 768px ) {
  .contact-form-intro-tel {
    margin-top: 40px;
    padding-bottom: 40px;
  }
  .contact-form-intro-tel__in {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
  .contact-form-intro-tel__main {
    display: flex;
    justify-content: flex-start;
    gap: 15px;
  }
  .contact-form-intro-tel__ico::after {
    width: 33px !important;
    height: 38px !important;
  }
}
/* #errorMsg
================================================== */
#errorMsg {
  margin-bottom: 20px;
}
@media (width >= 768px ) {
  #errorMsg {
    margin-bottom: 40px;
  }
}
/* .is-confirm / .is-complete
================================================== */
.is-confirm .c-form-content,
.is-complete .c-form-content {
  margin-top: 70px;
}
.is-confirm .c-form__intro,
.is-complete .c-form__intro {
  display: none;
}
.is-confirm .c-form__select::after,
.is-complete .c-form__select::after {
  display: none;
}
.is-confirm .c-form__field-description,
.is-complete .c-form__field-description {
  display: none;
}
@media (width >= 768px ) {
  .is-confirm .c-form-content,
  .is-complete .c-form-content {
    margin-top: 140px;
  }
}
/* 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__ja {
  font-size: var(--mh--font-size--lg);
  line-height: var(--mh--line-height--sm);
  font-weight: 400;
  margin-bottom: 10px;
}
.c-head01__en {
  font-size: var(--mh--font-size--x12l);
  background: var(--mh--gradient01);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.c-head01__lead {
  margin-top: 18px;
  font-size: var(--mh--font-size--lg);
  font-weight: 500;
}
.c-head01.is-white {
  color: #fff;
}
.c-head01.is-white .c-head01__en {
  background: none;
  color: #fff;
  -webkit-text-fill-color: #fff;
}
@media (width >= 768px ) {
  .c-head01__ja {
    margin-bottom: 18px;
  }
  .c-head01__lead {
    margin-top: 37px;
  }
}
/* .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: 10px;
  height: 14px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url("data:image/svg+xml;utf8,%3Csvg%20viewBox%3D%220%200%2021%2033%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M20.504%2015.472L2.68341%200.392174C2.38606%200.140433%201.99102%20-8.30909e-07%201.58021%20-8.48866e-07C1.1694%20-8.66823e-07%200.774361%200.140433%200.477015%200.392174L0.457827%200.409213C0.313181%200.531252%200.198002%200.678149%200.119295%200.840968C0.0405884%201.00379%200%201.17913%200%201.35631C0%201.5335%200.0405884%201.70884%200.119295%201.87166C0.198002%202.03448%200.313181%202.18138%200.457827%202.30342L17.2392%2016.5028L0.457827%2030.6966C0.313181%2030.8186%200.198002%2030.9655%200.119295%2031.1283C0.0405884%2031.2912%200%2031.4665%200%2031.6437C0%2031.8209%200.0405884%2031.9962%200.119295%2032.159C0.198002%2032.3218%200.313181%2032.4687%200.457827%2032.5908L0.477015%2032.6078C0.774361%2032.8596%201.1694%2033%201.58021%2033C1.99102%2033%202.38606%2032.8596%202.68341%2032.6078L20.504%2017.528C20.6608%2017.3954%2020.7855%2017.2359%2020.8708%2017.0592C20.956%2016.8825%2021%2016.6922%2021%2016.5C21%2016.3077%2020.956%2016.1175%2020.8708%2015.9408C20.7855%2015.7641%2020.6608%2015.6046%2020.504%2015.472Z%22%20fill%3D%22%23141455%22%2F%3E%3C%2Fsvg%3E");
  mask-image: url("data:image/svg+xml;utf8,%3Csvg%20viewBox%3D%220%200%2021%2033%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M20.504%2015.472L2.68341%200.392174C2.38606%200.140433%201.99102%20-8.30909e-07%201.58021%20-8.48866e-07C1.1694%20-8.66823e-07%200.774361%200.140433%200.477015%200.392174L0.457827%200.409213C0.313181%200.531252%200.198002%200.678149%200.119295%200.840968C0.0405884%201.00379%200%201.17913%200%201.35631C0%201.5335%200.0405884%201.70884%200.119295%201.87166C0.198002%202.03448%200.313181%202.18138%200.457827%202.30342L17.2392%2016.5028L0.457827%2030.6966C0.313181%2030.8186%200.198002%2030.9655%200.119295%2031.1283C0.0405884%2031.2912%200%2031.4665%200%2031.6437C0%2031.8209%200.0405884%2031.9962%200.119295%2032.159C0.198002%2032.3218%200.313181%2032.4687%200.457827%2032.5908L0.477015%2032.6078C0.774361%2032.8596%201.1694%2033%201.58021%2033C1.99102%2033%202.38606%2032.8596%202.68341%2032.6078L20.504%2017.528C20.6608%2017.3954%2020.7855%2017.2359%2020.8708%2017.0592C20.956%2016.8825%2021%2016.6922%2021%2016.5C21%2016.3077%2020.956%2016.1175%2020.8708%2015.9408C20.7855%2015.7641%2020.6608%2015.6046%2020.504%2015.472Z%22%20fill%3D%22%23141455%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-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: 22px;
  height: 11px;
  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 21.917 10.727"><path d="M14.812,9.212l3.014-2.848H0v-2H17.827L14.812,1.515,16.261,0l5.656,5.363-5.656,5.363Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 21.917 10.727"><path d="M14.812,9.212l3.014-2.848H0v-2H17.827L14.812,1.515,16.261,0l5.656,5.363-5.656,5.363Z"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: all var(--mh--duration) var(--mh--easing);
  background: linear-gradient(to right, rgb(34, 193, 195) 0%, rgb(253, 187, 45) 100%);
}
/* .c-ico.is-blank01
================================================== */
.c-ico.is-blank01 {
  margin-left: 5px;
  color: red;
}
.c-ico.is-blank01::after {
  display: inline-block;
  width: 10px;
  height: 9px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9.004 8.998"><path d="M7566,22026v-5.334h1.78v.891h-.89v3.553h3.56v-.889h.885V22026Zm2.67-2.67V22018H7574v5.328Zm.89-.885h3.554v-3.559h-3.554Z" transform="translate(-7565.498 -22017.502)" stroke="rgba(0,0,0,0)" stroke-miterlimit="10" stroke-width="1"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9.004 8.998"><path d="M7566,22026v-5.334h1.78v.891h-.89v3.553h3.56v-.889h.885V22026Zm2.67-2.67V22018H7574v5.328Zm.89-.885h3.554v-3.559h-3.554Z" transform="translate(-7565.498 -22017.502)" stroke="rgba(0,0,0,0)" stroke-miterlimit="10" stroke-width="1"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: all var(--mh--duration) var(--mh--easing);
}
/* .c-ico.is-blank02
================================================== */
.c-ico.is-blank02 {
  margin-left: 5px;
  color: green;
}
.c-ico.is-blank02::after {
  display: inline-block;
  width: 14px;
  height: 14px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 13.435 13.434"><path d="M15333.549,2248.428a.56.56,0,0,1-.559-.562V2237.79a.559.559,0,0,1,.559-.558h4.479a.56.56,0,1,1,0,1.121h-3.917v8.955h8.954v-3.917a.561.561,0,1,1,1.121,0v4.475a.56.56,0,0,1-.562.562Zm5.2-5.762a.562.562,0,0,1,0-.793l5.762-5.762h-3.686a.558.558,0,1,1,0-1.117h5.038a.559.559,0,0,1,.559.559v5.038a.559.559,0,0,1-1.117,0V2236.9l-5.762,5.762a.568.568,0,0,1-.794,0Z" transform="translate(-15332.99 -2234.994)"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 13.435 13.434"><path d="M15333.549,2248.428a.56.56,0,0,1-.559-.562V2237.79a.559.559,0,0,1,.559-.558h4.479a.56.56,0,1,1,0,1.121h-3.917v8.955h8.954v-3.917a.561.561,0,1,1,1.121,0v4.475a.56.56,0,0,1-.562.562Zm5.2-5.762a.562.562,0,0,1,0-.793l5.762-5.762h-3.686a.558.558,0,1,1,0-1.117h5.038a.559.559,0,0,1,.559.559v5.038a.559.559,0,0,1-1.117,0V2236.9l-5.762,5.762a.568.568,0,0,1-.794,0Z" transform="translate(-15332.99 -2234.994)"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: all var(--mh--duration) var(--mh--easing);
}
/* .c-ico.is-blank03
================================================== */
.c-ico.is-blank03 {
  margin-left: 5px;
}
.c-ico.is-blank03::after {
  background: linear-gradient(to right, rgb(34, 193, 195) 0%, rgb(253, 187, 45) 100%);
}
/* .c-ico.is-mail01
================================================== */
.c-ico.is-mail01 {
  margin-right: 5px;
  color: skyblue;
}
.c-ico.is-mail01::after {
  display: inline-block;
  width: 17px;
  height: 13px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 12.147"><path d="M16.19,1.415v9.923H.81V1.415L8.5,8.29ZM1.348.81h14.3L8.5,7.2ZM0,12.147H17V0H0Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 12.147"><path d="M16.19,1.415v9.923H.81V1.415L8.5,8.29ZM1.348.81h14.3L8.5,7.2ZM0,12.147H17V0H0Z"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: all var(--mh--duration) var(--mh--easing);
}
/* .c-ico.is-map01
================================================== */
.c-ico.is-map01 {
  margin-right: 5px;
  color: violet;
}
.c-ico.is-map01::after {
  display: inline-block;
  width: 12px;
  height: 16px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12.016 16.221"><path d="M6.008,0A6.026,6.026,0,0,0,0,6.041C0,10.188,4.166,14.8,5.684,16.1a.5.5,0,0,0,.647,0c1.519-1.3,5.684-5.909,5.684-10.057A6.026,6.026,0,0,0,6.008,0m0,9.864A3.633,3.633,0,1,1,9.619,6.227,3.622,3.622,0,0,1,6.008,9.86" transform="translate(0 0.004)"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12.016 16.221"><path d="M6.008,0A6.026,6.026,0,0,0,0,6.041C0,10.188,4.166,14.8,5.684,16.1a.5.5,0,0,0,.647,0c1.519-1.3,5.684-5.909,5.684-10.057A6.026,6.026,0,0,0,6.008,0m0,9.864A3.633,3.633,0,1,1,9.619,6.227,3.622,3.622,0,0,1,6.008,9.86" transform="translate(0 0.004)"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: all var(--mh--duration) var(--mh--easing);
}
/* .c-ico.is-search01
================================================== */
.c-ico.is-search01 {
  margin-right: 5px;
  color: red;
}
.c-ico.is-search01::after {
  display: inline-block;
  width: 19px;
  height: 19px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18.814 18.814"><path d="M12491.646,13519.027l-4.409-4.409,0,0a7.6,7.6,0,1,1,1.386-1.387l4.409,4.413a.979.979,0,0,1,0,1.381.975.975,0,0,1-1.384,0Zm-14.97-10.43a5.922,5.922,0,1,0,5.921-5.921A5.926,5.926,0,0,0,12476.677,13508.6Z" transform="translate(-12474.751 -13500.751)" stroke-width="0.5"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18.814 18.814"><path d="M12491.646,13519.027l-4.409-4.409,0,0a7.6,7.6,0,1,1,1.386-1.387l4.409,4.413a.979.979,0,0,1,0,1.381.975.975,0,0,1-1.384,0Zm-14.97-10.43a5.922,5.922,0,1,0,5.921-5.921A5.926,5.926,0,0,0,12476.677,13508.6Z" transform="translate(-12474.751 -13500.751)" stroke-width="0.5"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: all var(--mh--duration) var(--mh--easing);
}
/* .c-ico.is-tel01
================================================== */
.c-ico.is-tel01 {
  margin-right: 5px;
  color: pink;
}
.c-ico.is-tel01::after {
  display: inline-block;
  width: 19px;
  height: 22px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTkgMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMF8yMzc4XzM3MzUpIj4KPHBhdGggZD0iTTE4LjI0NzkgMTUuODg2OEwxNS4wOTI1IDE0LjA0MDRDMTQuMjkzMSAxMy41NzM0IDEzLjI4MTkgMTMuODExNCAxMi43NDMzIDE0LjU5NDdMMTEuNDczIDE2LjQzOTJDMTAuMTIxNSAxNS42MjMyIDguNjY4MjYgMTQuMTY0IDcuNDg3NzUgMTIuNjg4M0M2LjI5NzA3IDExLjIgNS4zNTcwNiAxMC4wMDYgNC44MTUwOCA4LjA5MDYyTDYuOTE2OTcgNi43Njc2NEM3LjcwNjIzIDYuMjcxNTIgOC4wMTk1NyA1LjIzMzg1IDcuNjQ1MjYgNC4zNTc5Mkw2LjE2NDk2IDAuOTA1MDkxQzUuODEwOTggMC4wNzY0MTA2IDQuODU1NzMgLTAuMjQ1MjQ4IDQuMDk2OTUgMC4yMDE4MDNDMi41ODEwOCAxLjA5NzcyIDAuMzcwNzkxIDIuNjgyMzkgMC4wNjU5MjQgNC40NDY5N0MtMC4zMTAwNzkgOC43NzAyOCAwLjk0MzI2NCAxMi45NzczIDMuNTk1NjEgMTYuMjk1NkM2LjI0NjI2IDE5LjYxNCA5Ljk3MjQxIDIxLjYzNDggMTQuMDk4MyAyMS45OTgzQzE1Ljg5MTkgMjIuMDQ1NSAxNy43MTk0IDE5LjY5MDMgMTguNzQ3NSAxOC4wOTY2QzE5LjIzMTkgMTcuMzQ2IDE4Ljk5OTkgMTYuMzI0NyAxOC4yNDk2IDE1Ljg4NjhIMTguMjQ3OVoiIGZpbGw9IiMxNDE0NTUiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF8yMzc4XzM3MzUiPgo8cmVjdCB3aWR0aD0iMTkiIGhlaWdodD0iMjIiIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+");
  mask-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTkgMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMF8yMzc4XzM3MzUpIj4KPHBhdGggZD0iTTE4LjI0NzkgMTUuODg2OEwxNS4wOTI1IDE0LjA0MDRDMTQuMjkzMSAxMy41NzM0IDEzLjI4MTkgMTMuODExNCAxMi43NDMzIDE0LjU5NDdMMTEuNDczIDE2LjQzOTJDMTAuMTIxNSAxNS42MjMyIDguNjY4MjYgMTQuMTY0IDcuNDg3NzUgMTIuNjg4M0M2LjI5NzA3IDExLjIgNS4zNTcwNiAxMC4wMDYgNC44MTUwOCA4LjA5MDYyTDYuOTE2OTcgNi43Njc2NEM3LjcwNjIzIDYuMjcxNTIgOC4wMTk1NyA1LjIzMzg1IDcuNjQ1MjYgNC4zNTc5Mkw2LjE2NDk2IDAuOTA1MDkxQzUuODEwOTggMC4wNzY0MTA2IDQuODU1NzMgLTAuMjQ1MjQ4IDQuMDk2OTUgMC4yMDE4MDNDMi41ODEwOCAxLjA5NzcyIDAuMzcwNzkxIDIuNjgyMzkgMC4wNjU5MjQgNC40NDY5N0MtMC4zMTAwNzkgOC43NzAyOCAwLjk0MzI2NCAxMi45NzczIDMuNTk1NjEgMTYuMjk1NkM2LjI0NjI2IDE5LjYxNCA5Ljk3MjQxIDIxLjYzNDggMTQuMDk4MyAyMS45OTgzQzE1Ljg5MTkgMjIuMDQ1NSAxNy43MTk0IDE5LjY5MDMgMTguNzQ3NSAxOC4wOTY2QzE5LjIzMTkgMTcuMzQ2IDE4Ljk5OTkgMTYuMzI0NyAxOC4yNDk2IDE1Ljg4NjhIMTguMjQ3OVoiIGZpbGw9IiMxNDE0NTUiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF8yMzc4XzM3MzUiPgo8cmVjdCB3aWR0aD0iMTkiIGhlaWdodD0iMjIiIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+");
  -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;
  }
}
/* MicroModal の CSS は 05_helper にあります。 */
/*  .c-modal01
================================================== */
.c-modal01 {
  position: relative;
}
.c-modal01__container.modal__container {
  position: relative;
  background: unset;
  border-radius: unset;
  padding: 0;
  height: 80svh;
}
.c-modal01__overlay.modal__overlay {
  background: rgba(217, 217, 217, 0.6);
  padding-top: var(--mh--header--height);
}
.c-modal01__header.modal__header {
  width: calc(100% - 40px);
  margin: auto;
}
.c-modal01__close.modal__close {
  position: absolute;
  top: 0;
  right: 10px;
  left: auto;
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: var(--mh--color--grayscale-100);
  border: 1px solid var(--mh--color--grayscale-900);
}
.c-modal01__close.modal__close:focus-visible {
  outline: none;
}
.c-modal01__close.modal__close::before, .c-modal01__close.modal__close::after {
  position: absolute;
  content: "";
  display: block;
  width: 14px;
  height: 1px;
  top: 50%;
  left: 50%;
  border: none;
  background: var(--mh--color--grayscale-900);
  transform-origin: center;
}
.c-modal01__close.modal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.c-modal01__close.modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media (width >= 768px ) {
  .c-modal01__container.modal__container {
    max-width: var(--mh--contents--width);
    display: grid;
    place-content: center;
    height: auto;
    max-height: 90svh;
  }
  .c-modal01__header.modal__header {
    top: calc(var(--mh--header--height) - 10px);
    right: 0;
  }
  .c-modal01__close.modal__close {
    right: 60px;
    top: 20px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-modal01__close.modal__close {
    transition: background-color var(--mh--duration) var(--mh--easing);
  }
  .c-modal01__close.modal__close::before, .c-modal01__close.modal__close::after {
    transition: background-color var(--mh--duration) var(--mh--easing);
  }
  .c-modal01__close.modal__close:hover {
    background-color: var(--mh--color--primary-900);
  }
  .c-modal01__close.modal__close:hover::before, .c-modal01__close.modal__close:hover::after {
    background-color: #fff;
  }
}
/*  c-modal01-content
================================================== */
.c-modal01-content {
  background: var(--mh--color--grayscale-100);
  border-radius: 20px;
  width: calc(100% - 40px);
  margin: 30px auto 0;
  padding: 30px 20px;
  border: 1px solid var(--mh--color--primary-900);
}
@media (width >= 768px ) {
  .c-modal01-content {
    width: calc(100% - 80px);
    max-width: 1100px;
    margin: 0 auto;
    padding: 50px 80px;
  }
}
/* .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 >= 1400px ) {
  .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 >= 1400px ) {
  .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 {
  margin-top: 55px;
  display: flex;
  flex-wrap: wrap;
  font-size: var(--mh--font-size--xs);
}
.l-breadcrumb-list__item {
  display: inline-block;
  vertical-align: top;
  color: var(--mh--color--grayscale-800);
  margin-right: 32px;
  position: relative;
}
.l-breadcrumb-list__item + .l-breadcrumb-list__item::before {
  content: "";
  width: 12px;
  height: 1px;
  background-color: var(--mh--color--grayscale-800);
  position: absolute;
  top: 0;
  right: calc(100% + 10px);
  bottom: 0;
  margin: auto;
}
.l-breadcrumb-list__item a {
  color: var(--mh--color--grayscale-900);
  display: inline-block;
}
.l-breadcrumb-list__item a::before {
  content: "";
  position: absolute;
  width: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  transform: translateX(0);
  display: block;
  background-color: var(--mh--color--primary-900);
  transition: all var(--mh--duration) var(--mh--easing);
  z-index: 1;
}
@media (hover: hover) and (pointer: fine) {
  .l-breadcrumb-list__item a {
    position: relative;
  }
  .l-breadcrumb-list__item a:hover::before {
    width: 100%;
    left: 0;
  }
}
@media (width < 768px) {
  .l-breadcrumb-list {
    margin-top: 15px;
    flex-wrap: nowrap;
    overflow: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .l-breadcrumb-list::-webkit-scrollbar {
    display: none;
  }
  .l-breadcrumb-list__item {
    margin-right: 18px;
  }
  .l-breadcrumb-list__item + .l-breadcrumb-list__item::before {
    width: 8px;
    right: calc(100% + 5px);
  }
}
/* .l-cv01
================================================ */
.l-cv01 {
  margin-top: calc(var(--mh--border-radius-md) * -1);
  margin-bottom: -1px;
  border-radius: var(--mh--border-radius-md) var(--mh--border-radius-md) 0 0;
}
.l-cv01__inner {
  padding-top: 20px;
  padding-bottom: 80px;
}
.l-cv01__btn-link {
  display: block;
  padding: 40px 20px;
  font-size: var(--mh--font-size--lg);
  line-height: var(--mh--line-height--sm);
  background-color: #2e2e6b;
  border-radius: var(--mh--border-radius-sm);
  position: relative;
  outline: 1px solid transparent;
  transition: all var(--mh--duration) var(--mh--easing);
}
.l-cv01__btn-comment {
  margin-top: 20px;
  font-size: var(--mh--font-size--lg);
  line-height: var(--mh--line-height--sm);
  color: #fff;
}
.l-cv01__btn-tel {
  display: block;
  margin-top: 10px;
}
.l-cv01__btn-tel-wrap {
  display: block;
  margin-top: 35px;
}
.l-cv01__btn-tel-num {
  display: inline-block;
}
.l-cv01__btn-txt {
  font-size: var(--mh--font-size--md);
  text-align: right;
  margin-top: 50px;
  padding-right: 60px;
  color: #fff;
  line-height: 45px;
}
.l-cv01__btn-arrow {
  position: absolute !important;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: var(--mh--color--primary-200);
  bottom: 40px;
  right: 20px;
}
@media (width >= 768px ) {
  .l-cv01__inner {
    padding-top: 50px;
    padding-bottom: 400px;
    max-width: initial !important;
  }
  .l-cv01__btn-link {
    padding: 78px 67px 83px;
  }
  .l-cv01__btn-comment {
    margin-top: 23px;
    line-height: var(--mh--line-height--md);
  }
  .l-cv01__btn-tel {
    display: flex;
    align-items: center;
    margin-top: 0;
  }
  .l-cv01__btn-tel-wrap {
    display: block;
    margin-top: 35px;
  }
  .l-cv01__btn-tel-num {
    margin-top: -0.3em;
  }
  .l-cv01__btn-txt {
    font-size: var(--mh--font-size--lg);
    margin-top: -54px;
    padding-right: 91px;
  }
  .l-cv01__btn-arrow {
    bottom: 75px;
    right: 68px;
    width: 60px;
    height: 60px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-cv01 .l-cv01__btn-link:hover {
    outline: 1px solid #fff;
  }
}
/* .l-footer
================================================ */
.l-footer {
  position: relative;
  color: #fff;
  font-size: var(--mh--font-size--md);
}
.l-footer-nav {
  border-top: 1px solid #fff;
}
.l-footer-nav__link {
  padding: 10px 0;
  display: block;
  position: relative;
}
.l-footer-nav__link::before {
  content: "";
  position: absolute;
  width: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  transform: translateX(0);
  display: block;
  background-color: #fff;
  transition: all var(--mh--duration) var(--mh--easing);
  z-index: 1;
}
@media (width >= 768px ) {
  .l-footer__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
    position: relative;
    max-width: initial !important;
  }
  .l-footer__inner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50px;
    right: 50px;
    width: calc(100% - 100px);
    height: 1px;
    background-color: #fff;
  }
  .l-footer-nav {
    display: flex;
    justify-content: flex-end;
    gap: 30px;
    border: none;
    padding-top: 45px;
    padding-bottom: 50px;
  }
  .l-footer-nav__link {
    padding: 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-footer-nav__link:hover::before {
    width: 100%;
    left: 0;
  }
}
/* .l-footer-cr
================================================ */
.l-footer-cr {
  padding-top: 60px;
  padding-bottom: 30px;
}
.l-footer-cr__link {
  display: block;
  width: 144px;
  transition: opacity var(--mh--duration) var(--mh--easing);
}
@media (width >= 768px ) {
  .l-footer-cr {
    padding-top: 49px;
    padding-bottom: 50px;
  }
  .l-footer-cr__link {
    width: 163px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-footer-cr__link:hover {
    opacity: 0.5;
  }
}
/* .l-header
================================================ */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  min-width: 320px;
  padding: 20px;
}
.l-header__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  background-color: #fff;
  border-radius: var(--mh--border-radius-sm);
  padding-left: 15px;
}
@media (width >= 768px ) {
  .l-header {
    min-width: 1280px;
    padding: 40px 50px;
  }
}
@media (width >= 768px ) and (hover: none) {
  .l-header {
    left: 0 !important;
  }
}
@media (width >= 768px ) {
  .l-header__inner {
    height: 70px;
    padding-left: 30px;
  }
}
/* .l-header-logo
================================================== */
.l-header-logo {
  width: 96px;
}
.l-header-logo svg {
  vertical-align: middle;
}
@media (width >= 768px ) {
  .l-header-logo {
    width: 163px;
  }
}
/* .l-nav-btn
================================================== */
.l-nav-btn {
  position: relative;
  width: 60px;
  height: 60px;
  color: #fff;
  cursor: pointer;
  background: var(--mh--color--primary-900);
  border: none;
  border-radius: 0 var(--mh--border-radius-sm) var(--mh--border-radius-sm) 0;
}
.l-nav-btn__line {
  position: absolute;
  left: 15px;
  width: 30px;
  height: 1px;
  content: "";
  border-bottom: 1px solid;
  transition: transform var(--mh--duration) var(--mh--easing);
}
.l-nav-btn__line:nth-child(1) {
  top: 21px;
}
.l-nav-btn__line:nth-child(2) {
  top: 29px;
}
.l-nav-btn__line:nth-child(3) {
  top: 37px;
}
.l-nav-btn.is-open .l-nav-btn__line:nth-child(1) {
  top: 29px;
  transform: rotate(-45deg);
}
.l-nav-btn.is-open .l-nav-btn__line:nth-child(2) {
  opacity: 0;
}
.l-nav-btn.is-open .l-nav-btn__line:nth-child(3) {
  top: 29px;
  transform: rotate(45deg);
}
/* .l-nav
================================================ */
.l-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 320px;
  max-height: calc(100vh - var(--mh--header--height));
  padding: 140px var(--mh--contents--padding--side) 20px;
  overscroll-behavior-y: none;
  -webkit-overflow-scrolling: touch;
  border-radius: 0 0 var(--mh--border-radius-sm) var(--mh--border-radius-sm);
}
@media (width < 768px) {
  .l-nav {
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: opacity var(--mh--duration) var(--mh--easing);
    background: var(--mh--color--primary-300);
    z-index: -1;
  }
  .l-nav::-webkit-scrollbar {
    display: none;
  }
  .l-nav.is-open {
    opacity: 1;
    visibility: visible;
  }
}
@media (width >= 768px ) {
  .l-nav {
    position: static;
    min-width: auto;
    padding: 0;
    width: auto;
    display: flex;
  }
}
/* .l-nav-list
================================================== */
.l-nav-list__contact {
  margin-top: 20px;
}
.l-nav-list__contact-link {
  background-color: var(--mh--color--primary-900);
  color: #fff;
  font-size: var(--mh--font-size--lg);
  border-radius: var(--mh--border-radius-md);
  font-weight: 500;
  padding: 19px;
  display: block;
  text-align: center;
  transition: all var(--mh--duration) var(--mh--easing);
  border: 1px solid var(--mh--color--primary-900);
}
.l-nav-list__item-txt {
  display: inline-block;
  padding-bottom: 3px;
}
.l-nav-list__item-txt::before {
  content: "";
  position: absolute;
  width: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  transform: translateX(0);
  display: block;
  background-color: var(--mh--color--primary-900);
  transition: all var(--mh--duration) var(--mh--easing);
  z-index: 1;
}
@media (width < 640px) {
  .l-nav-list__item {
    font-size: var(--mh--font-size--lg);
  }
  .l-nav-list__item + .l-nav-list__item {
    margin-top: 30px;
  }
  .l-nav-list__item-link {
    position: relative;
    padding: 10px 0;
    border: 0;
  }
  .l-nav-list__item-link:is(button)::before, .l-nav-list__item-link:is(button)::after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 10px;
    height: 0;
    content: "";
    border-top: 1px solid rgb(var(--color-black01));
    transform: translate(0, -50%);
    transition: transform var(--mh--duration) var(--mh--easing);
  }
  .l-nav-list__item-link:is(button)::after {
    transform: translate(0, -50%) rotate(90deg);
  }
  .l-nav-list__item-link:is(button).is-active::after {
    transform: translate(0, -50%) rotate(0);
  }
  .l-nav-list__child-wrap {
    box-sizing: border-box;
    display: none;
    transition: transform var(--mh--duration) var(--mh--easing);
  }
  .l-nav-list__child-item {
    padding-left: 1em;
  }
}
@media (width >= 768px ) {
  .l-nav-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 40px;
  }
  .l-nav-list__item {
    position: relative;
  }
  .l-nav-list__item:is(button)::before, .l-nav-list__item:is(button)::after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 10px;
    height: 0;
    content: "";
    border-top: 1px solid rgb(var(--color-black01));
    transform: translate(0, -50%);
    transition: transform var(--mh--duration) var(--mh--easing);
  }
  .l-nav-list__item:is(button)::after {
    transform: translate(0, -50%) rotate(90deg);
  }
  .l-nav-list__item:is(button).is-active::after {
    transform: translate(0, -50%) rotate(0);
  }
  .l-nav-list__item-link {
    display: block;
    padding: 20px 30px;
    border: 0;
  }
  .l-nav-list__contact {
    width: 240px;
    margin: 0;
  }
  .l-nav-list__contact-link {
    padding: 17px 0;
    border-radius: 0 var(--mh--border-radius-sm) var(--mh--border-radius-sm) 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-nav-list__item-txt {
    position: relative;
  }
  .l-nav-list__item-txt:hover::before {
    width: 100%;
    left: 0;
  }
  .l-nav-list__contact-link:hover {
    background-color: #fff;
    color: var(--mh--color--primary-900);
  }
}
/* .l-header-cv-tel
================================================== */
.l-header-cv-tel {
  margin-top: 60px;
}
.l-header-cv-tel__link {
  display: block;
  background-color: var(--mh--color--grayscale-100);
  padding: 15px 20px 20px;
  border-radius: var(--mh--border-radius-md);
}
.l-header-cv-tel__main {
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-header-cv-tel__num {
  font-size: var(--mh--font-size--x6l);
  line-height: var(--mh--line-height--sm);
  white-space: nowrap;
}
.l-header-cv-tel__ico {
  margin-top: 7px;
  color: var(--mh--color--primary-900) !important;
}
.l-header-cv-tel__ico::after {
  width: 19px !important;
  height: 22px !important;
}
.l-header-cv-tel__info {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  margin-top: -3px;
  font-weight: 500;
}
.l-header-cv-tel__tag {
  font-size: var(--mh--font-size--xs);
  line-height: var(--mh--line-height--sm);
}
.l-header-cv-tel__time {
  font-size: var(--mh--font-size--xs);
  line-height: var(--mh--line-height--sm);
}
@media (width >= 768px ) {
  .l-header-cv-tel {
    margin-top: 0;
    margin-left: 30px;
    padding: 0;
  }
  .l-header-cv-tel__link {
    background-color: unset;
    padding: 8px 20px 10px;
    border-radius: 0;
    position: relative;
  }
  .l-header-cv-tel__link::before {
    content: "";
    width: 1px;
    height: calc(100% - 30px);
    background-color: var(--mh--color--grayscale-800);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
  }
  .l-header-cv-tel__main {
    display: flex;
    justify-content: flex-start;
  }
  .l-header-cv-tel__num {
    font-size: var(--mh--font-size--x2l);
  }
  .l-header-cv-tel__ico::after {
    width: 16px !important;
    height: 18px !important;
  }
  .l-header-cv-tel__info {
    margin-top: -5px;
  }
  .l-header-cv-tel__tag {
    font-size: 1.2rem;
  }
  .l-header-cv-tel__time {
    font-size: 1.2rem;
  }
}
@media (width >= 768px ) and (hover: hover) and (pointer: fine) {
  .l-header-cv-tel__link {
    transition: opacity var(--mh--duration) var(--mh--easing);
  }
  .l-header-cv-tel__link:hover {
    opacity: 0.5;
  }
}
/* .l-nav-overlay
================================================ */
.l-nav-overlay {
  position: fixed;
  inset: 0;
  z-index: 10;
  display: none;
  background: rgba(179, 179, 179, 0.5);
}
/* .l-main-img HOME
================================================ */
.l-main-img {
  background: url(../img/home/img_mainimg01_sp.png) no-repeat center bottom/cover;
}
.l-main-img__inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: calc(100svh - var(--mh--header--height));
  padding-top: var(--mh--header--height);
  padding-bottom: 60px;
}
.l-main-img__copy {
  font-size: 4.572rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10px;
  position: relative;
  letter-spacing: 0.03em !important;
}
.l-main-img__copy-line {
  display: block;
  letter-spacing: 0.03em !important;
}
.l-main-img__copy-line > span {
  letter-spacing: 0.12em;
  margin-right: -0.3em;
}
.l-main-img__copy-en {
  font-size: 1.8rem;
  letter-spacing: 0.08em !important;
}
.l-main-img__copy-txt {
  margin-top: 20px;
  line-height: 1.5;
  letter-spacing: 0.08em !important;
  font-size: 1.4rem;
  font-weight: 500;
}
.l-main-img__copy-change {
  position: absolute;
  top: 0;
  left: 0;
}
@media (width >= 768px ) {
  .l-main-img {
    background: url(../img/home/img_mainimg01.png) no-repeat center bottom/cover;
  }
  .l-main-img__inner {
    padding: calc(var(--mh--header--height) + 40px) 50px 90px;
    max-width: initial !important;
    height: 100svh;
  }
  .l-main-img__copy {
    font-size: 7.68rem;
    font-size: clamp(7.68rem, 5.96875vw + 0.04rem, 11.5rem);
  }
  .l-main-img__copy-en {
    font-size: 1.92rem;
    font-size: clamp(1.92rem, 1.6875vw + -0.24rem, 3rem);
  }
  .l-main-img__copy-txt {
    margin-top: 20px;
    font-size: 1.4rem;
    font-size: clamp(1.4rem, 1.09375vw + 0rem, 2.1rem);
  }
}
@media (width >= 1600px ) {
  .l-main-img__inner {
    padding-bottom: 120px;
  }
  .l-main-img__copy-txt {
    margin-top: 30px;
  }
}
/* .l-sub-img
================================================ */
.l-sub-img {
  background: url(../img/common/bg_mv01_sp.png) no-repeat center top/cover;
  padding-top: calc(var(--mh--header--height) + 10px);
  position: relative;
}
.l-sub-img::after {
  content: "";
  width: 100%;
  height: 1px;
  border-bottom: 1px solid;
  border-image: repeating-linear-gradient(to right, var(--mh--color--grayscale-500) 0 3px, transparent 3px 8px) 1;
  position: absolute;
  left: 0;
  bottom: 0;
}
.l-sub-img__inner {
  height: 188px;
}
.l-sub-img__head {
  margin-top: 40px;
  font-size: var(--mh--font-size--lg);
  font-weight: 400;
  line-height: var(--mh--line-height--md);
}
.l-sub-img__en {
  margin-top: 15px;
  font-size: var(--mh--font-size--x11l);
  line-height: var(--mh--line-height--sm);
}
@media (width >= 768px ) {
  .l-sub-img {
    background-image: url(../img/common/bg_mv01_pc.png);
  }
  .l-sub-img__inner {
    height: 300px;
  }
  .l-sub-img__head {
    margin-top: 40px;
  }
  .l-sub-img__en {
    margin-top: 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] {
  opacity: 0;
  transition: opacity var(--mh--duration-long) var(--mh--easing);
}
.js-c-anime-elem[data-anime=fadein].is-animated {
  opacity: 1;
}
.js-c-anime-elem[data-anime=fadeout] {
  opacity: 1;
  transition: opacity var(--mh--duration-long) var(--mh--easing);
}
.js-c-anime-elem[data-anime=fadeout].is-animated {
  opacity: 0;
}
.js-c-anime-elem[data-anime=fadein-left] {
  opacity: 0;
  transform: translateX(-30px);
  transition: transform var(--mh--duration) var(--mh--easing), opacity var(--mh--duration) var(--mh--easing);
}
.js-c-anime-elem[data-anime=fadein-left].is-animated {
  opacity: 1;
  transform: translateX(0);
}
.js-c-anime-elem[data-anime=fadein-right] {
  opacity: 0;
  transform: translateX(30px);
  transition: transform var(--mh--duration) var(--mh--easing), opacity var(--mh--duration) var(--mh--easing);
}
.js-c-anime-elem[data-anime=fadein-right].is-animated {
  opacity: 1;
  transform: translateX(0);
}
.js-c-anime-elem[data-anime-delay="0.1"] {
  transition-delay: 0.1s;
}
.js-c-anime-elem[data-anime-delay="0.2"] {
  transition-delay: 0.2s;
}
.js-c-anime-elem[data-anime-delay="0.3"] {
  transition-delay: 0.3s;
}
.js-c-anime-elem[data-anime-delay="0.4"] {
  transition-delay: 0.4s;
}
.js-c-anime-elem[data-anime-delay="0.5"] {
  transition-delay: 0.5s;
}
.js-c-anime-elem[data-anime-delay="0.6"] {
  transition-delay: 0.6s;
}
.js-c-anime-elem[data-anime-delay="0.7"] {
  transition-delay: 0.7s;
}
.js-c-anime-elem[data-anime-delay="0.8"] {
  transition-delay: 0.8s;
}
.js-c-anime-elem[data-anime-delay="0.9"] {
  transition-delay: 0.9s;
}
.js-c-anime-elem[data-anime-delay="1"] {
  transition-delay: 1s;
}
.js-c-anime-elem[data-anime-delay="1.1"] {
  transition-delay: 1.1s;
}
.js-c-anime-elem[data-anime-delay="1.2"] {
  transition-delay: 1.2s;
}
.js-c-anime-elem[data-anime-delay="1.3"] {
  transition-delay: 1.3s;
}
.js-c-anime-elem[data-anime-delay="1.4"] {
  transition-delay: 1.4s;
}
.js-c-anime-elem[data-anime-delay="1.5"] {
  transition-delay: 1.5s;
}
.js-c-anime-elem[data-anime-delay="1.6"] {
  transition-delay: 1.6s;
}
.js-c-anime-elem[data-anime-delay="1.7"] {
  transition-delay: 1.7s;
}
.js-c-anime-elem[data-anime-delay="1.8"] {
  transition-delay: 1.8s;
}
.js-c-anime-elem[data-anime-delay="1.9"] {
  transition-delay: 1.9s;
}
.js-c-anime-elem[data-anime-delay="2"] {
  transition-delay: 2s;
}
.js-c-anime-elem[data-anime-delay="2.1"] {
  transition-delay: 2.1s;
}
.js-c-anime-elem[data-anime-delay="2.2"] {
  transition-delay: 2.2s;
}
.js-c-anime-elem[data-anime-delay="2.3"] {
  transition-delay: 2.3s;
}
.js-c-anime-elem[data-anime-delay="2.4"] {
  transition-delay: 2.4s;
}
.js-c-anime-elem[data-anime-delay="2.5"] {
  transition-delay: 2.5s;
}
.js-c-anime-elem[data-anime-delay="2.6"] {
  transition-delay: 2.6s;
}
.js-c-anime-elem[data-anime-delay="2.7"] {
  transition-delay: 2.7s;
}
.js-c-anime-elem[data-anime-delay="2.8"] {
  transition-delay: 2.8s;
}
.js-c-anime-elem[data-anime-delay="2.9"] {
  transition-delay: 2.9s;
}
.js-c-anime-elem[data-anime-delay="3"] {
  transition-delay: 3s;
}
/**************************\
  Basic Modal Styles
\**************************/
.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
}
.modal__container {
  background-color: #fff;
  padding: 30px;
  max-width: 500px;
  max-height: 100vh;
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box;
}
.modal__btn {
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: transform 0.25s ease-out;
}
.modal__btn:focus, .modal__btn:hover {
  transform: scale(1.05);
}
/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.modal {
  display: none;
}
.modal.is-open {
  display: block;
}
.modal[aria-hidden=false] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.modal[aria-hidden=false] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.modal[aria-hidden=true] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.modal[aria-hidden=true] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.modal .modal__container,
.modal .modal__overlay {
  will-change: transform;
}
.js-c-switch-tab {
  cursor: pointer;
}
.js-c-switch-content {
  display: none;
}
.js-c-switch-content.is-active {
  display: block;
}
.js-c-toggle-trigger {
  cursor: pointer;
}
.js-c-toggle-content {
  display: none;
}
/* .contact-form
================================================ */
.contact-form-intro__inner {
  padding-top: 70px;
  padding-bottom: 40px;
}
.contact-form-intro__txt {
  text-align: center;
  line-height: var(--mh--line-height--md);
}
.contact-form-intro__caution {
  margin-top: 40px;
}
.contact-form-content {
  margin-bottom: 70px;
}
.contact-form-content__inner {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (width >= 768px ) {
  .contact-form-intro__inner {
    padding-top: 140px;
    padding-bottom: 80px;
  }
  .contact-form-intro__txt {
    line-height: var(--mh--line-height--sm);
  }
  .contact-form-intro__caution {
    margin-top: 80px;
  }
  .contact-form-content {
    margin-bottom: 140px;
  }
  .contact-form-content__inner {
    padding-top: 90px;
    padding-bottom: 100px;
  }
  .contact-form-content__form {
    max-width: 1200px;
    margin: auto;
  }
}
/* .error-page404
================================================ */
.error-page404__inner {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (width >= 768px ) {
  .error-page404__inner {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
/* .home-message
================================================ */
.home-message {
  background: linear-gradient(to right, #b8d7f6 0%, #d5e3f6 100%);
  padding: 0 20px 60px;
  position: relative;
}
.home-message::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/home/bg_message01_sp.png) no-repeat center bottom/cover;
}
.home-message__inner {
  position: relative;
  z-index: 1;
  border-radius: var(--mh--border-radius-md);
  padding: 30px 20px;
  background: #fff;
}
.home-message__head {
  margin-bottom: 27px;
}
.home-message__txt {
  font-size: var(--mh--font-size--xl);
}
.home-message__txt + .home-message__txt {
  margin-top: 20px;
}
.home-message__img {
  margin-top: 20px;
  border-radius: var(--mh--border-radius-md);
  overflow: hidden;
}
@media (width >= 768px ) {
  .home-message {
    padding: 0 50px 140px;
  }
  .home-message::before {
    background: url(../img/home/bg_message01_pc.png) no-repeat center bottom/cover;
  }
  .home-message__inner {
    position: relative;
    padding: 85px 100px 100px;
    max-width: var(--mh--contents--wide-width);
    margin: 0 auto;
  }
  .home-message__head {
    margin: 0;
  }
  .home-message__content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .home-message__area-txt {
    width: 50%;
    padding-top: 65px;
  }
  .home-message__txt + .home-message__txt {
    margin-top: 50px;
  }
  .home-message__img {
    width: 550px;
    position: absolute;
    margin: 0;
    left: 100px;
    bottom: 100px;
  }
}
@media (768px <= width < 1600px) {
  .home-message__inner {
    padding: 80px 40px;
  }
  .home-message__img {
    width: 474px;
    left: 40px;
    bottom: 80px;
  }
}
/* .home-service
================================================ */
.home-service__inner {
  padding-top: 60px;
  padding-bottom: 60px;
}
.home-service__head {
  margin-bottom: 30px;
}
.home-service__item + .home-service__item {
  margin-top: 30px;
}
.home-service__item-link {
  display: block;
  border-radius: var(--mh--border-radius-md);
  overflow: hidden;
  background: var(--mh--color--primary-300);
  padding: 30px 20px;
  outline: 1px solid transparent;
  transition: all var(--mh--duration) var(--mh--easing);
}
.home-service__item-img {
  border-radius: var(--mh--border-radius-md);
  height: 160px;
  overflow: hidden;
}
.home-service__item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-service__item-head {
  font-size: var(--mh--font-size--xl);
  line-height: var(--mh--line-height--sm);
  font-weight: 500;
  min-height: 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0 20px;
}
.home-service__item-txt {
  line-height: var(--mh--line-height--sm);
}
.home-service__item-box {
  margin-top: 10px;
  background: var(--mh--color--primary-200);
  padding: 10px;
  border-radius: var(--mh--border-radius-md);
}
.home-service__item-box-txt {
  line-height: var(--mh--line-height--sm);
}
@media (width >= 768px ) {
  .home-service__inner {
    padding-top: 140px;
    padding-bottom: 140px;
  }
  .home-service__list {
    margin-top: 60px;
  }
  .home-service__item + .home-service__item {
    margin-top: 50px;
  }
  .home-service__item-link {
    padding: 40px 80px;
    display: flex;
    align-items: center;
    position: relative;
    gap: 40px;
  }
  .home-service__item-img {
    width: 520px;
    height: 280px;
  }
  .home-service__item-head {
    margin-top: 0;
    margin-bottom: 40px;
    position: static;
    font-size: var(--mh--font-size--x4l);
  }
  .home-service__item-box {
    margin-top: 20px;
    padding: 20px;
  }
  .home-service__item-arrow {
    position: absolute !important;
    bottom: 30px !important;
    top: auto;
    right: 30px !important;
  }
}
@media (768px <= width < 1600px) {
  .home-service__item-link {
    padding: 40px;
    gap: 20px;
  }
  .home-service__item-img {
    width: 420px;
  }
  .home-service__item-arrow {
    position: absolute;
    bottom: 20px;
    right: 20px;
  }
}
.home-service {
  /* リンク先が定まるまでの処置 */
}
.home-service__item-arrow {
  display: none !important;
}
/* .home-case
================================================ */
.home-case {
  background: url(../img/home/bg_case01_sp.png) no-repeat center top/cover;
}
.home-case__intro {
  font-size: var(--mh--font-size--x3l);
  text-align: center;
}
.home-case__inner {
  padding-top: 40px;
  padding-bottom: 60px;
}
.home-case__content {
  background-color: #fff;
  border-radius: var(--mh--border-radius-md);
  padding: 40px 20px 40px;
  margin: 40px 0 0;
}
.home-case__slider {
  margin: 30px -20px 0;
  padding-bottom: 20px;
}
.home-case__slider-progress {
  margin: 33px 0 0 20px;
  width: calc(100% - 137px);
  border-bottom: 1px solid var(--mh--color--grayscale-800);
}
.home-case__slider-progress-bar {
  background: var(--mh--gradient01);
  height: 4px;
  transition: width var(--mh--duration) var(--mh--easing);
  width: 0;
  margin-bottom: -2px;
}
.home-case__slider .splide__arrows {
  position: absolute;
  bottom: 0;
  right: 20px;
  width: 57px;
  height: 40px;
  z-index: 0;
}
.home-case__slider .splide__arrow {
  position: absolute;
  transform: none;
  width: 14px;
  height: 21px;
  border-radius: 0;
  opacity: 1;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
}
.home-case__slider .splide__arrow::before {
  display: inline-block;
  width: 14px;
  height: 21px;
  color: var(--mh--color--primary-900);
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url("data:image/svg+xml;utf8,%3Csvg%20viewBox%3D%220%200%2021%2033%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M20.504%2015.472L2.68341%200.392174C2.38606%200.140433%201.99102%20-8.30909e-07%201.58021%20-8.48866e-07C1.1694%20-8.66823e-07%200.774361%200.140433%200.477015%200.392174L0.457827%200.409213C0.313181%200.531252%200.198002%200.678149%200.119295%200.840968C0.0405884%201.00379%200%201.17913%200%201.35631C0%201.5335%200.0405884%201.70884%200.119295%201.87166C0.198002%202.03448%200.313181%202.18138%200.457827%202.30342L17.2392%2016.5028L0.457827%2030.6966C0.313181%2030.8186%200.198002%2030.9655%200.119295%2031.1283C0.0405884%2031.2912%200%2031.4665%200%2031.6437C0%2031.8209%200.0405884%2031.9962%200.119295%2032.159C0.198002%2032.3218%200.313181%2032.4687%200.457827%2032.5908L0.477015%2032.6078C0.774361%2032.8596%201.1694%2033%201.58021%2033C1.99102%2033%202.38606%2032.8596%202.68341%2032.6078L20.504%2017.528C20.6608%2017.3954%2020.7855%2017.2359%2020.8708%2017.0592C20.956%2016.8825%2021%2016.6922%2021%2016.5C21%2016.3077%2020.956%2016.1175%2020.8708%2015.9408C20.7855%2015.7641%2020.6608%2015.6046%2020.504%2015.472Z%22%20fill%3D%22%23141455%22%2F%3E%3C%2Fsvg%3E");
  mask-image: url("data:image/svg+xml;utf8,%3Csvg%20viewBox%3D%220%200%2021%2033%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M20.504%2015.472L2.68341%200.392174C2.38606%200.140433%201.99102%20-8.30909e-07%201.58021%20-8.48866e-07C1.1694%20-8.66823e-07%200.774361%200.140433%200.477015%200.392174L0.457827%200.409213C0.313181%200.531252%200.198002%200.678149%200.119295%200.840968C0.0405884%201.00379%200%201.17913%200%201.35631C0%201.5335%200.0405884%201.70884%200.119295%201.87166C0.198002%202.03448%200.313181%202.18138%200.457827%202.30342L17.2392%2016.5028L0.457827%2030.6966C0.313181%2030.8186%200.198002%2030.9655%200.119295%2031.1283C0.0405884%2031.2912%200%2031.4665%200%2031.6437C0%2031.8209%200.0405884%2031.9962%200.119295%2032.159C0.198002%2032.3218%200.313181%2032.4687%200.457827%2032.5908L0.477015%2032.6078C0.774361%2032.8596%201.1694%2033%201.58021%2033C1.99102%2033%202.38606%2032.8596%202.68341%2032.6078L20.504%2017.528C20.6608%2017.3954%2020.7855%2017.2359%2020.8708%2017.0592C20.956%2016.8825%2021%2016.6922%2021%2016.5C21%2016.3077%2020.956%2016.1175%2020.8708%2015.9408C20.7855%2015.7641%2020.6608%2015.6046%2020.504%2015.472Z%22%20fill%3D%22%23141455%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);
  width: 100%;
  height: 100%;
}
.home-case__slider .splide__arrow svg {
  display: none;
}
.home-case__slider .splide__arrow.splide__arrow--prev::before {
  transform: rotate(180deg);
}
.home-case__slider .splide__arrow--next {
  right: 0;
}
.home-case__slider .splide__arrow--prev {
  left: 0;
}
.home-case__slider .splide__slide {
  width: calc(100% - 80px) !important;
  border: 1px solid var(--mh--color--primary-900);
  padding: 30px 20px 20px;
  border-radius: 20px;
}
.home-case__category {
  background-color: var(--mh--color--primary-300);
  display: inline-block;
  padding: 5px 15px;
  border-radius: 5px;
  font-size: var(--mh--font-size--sm);
  font-weight: 500;
  line-height: var(--mh--line-height--sm);
  margin-bottom: 20px;
}
.home-case__title {
  border-bottom: 1px dashed var(--mh--color--grayscale-800);
  padding-bottom: 15px;
  margin-bottom: 8px;
  font-size: var(--mh--font-size--xl);
  font-weight: 500;
  line-height: var(--mh--line-height--sm);
  min-height: 3.8em;
}
.home-case__tag {
  color: var(--mh--color--grayscale-800);
  line-height: var(--mh--line-height--sm);
  margin-bottom: 10px;
}
.home-case__txt {
  display: -webkit-box;
  max-height: 7.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  line-height: 1.5;
  -webkit-box-orient: vertical;
}
.home-case__more {
  margin: 20px 0 0 auto;
  position: relative;
  display: block;
  border: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  width: 110px;
}
.home-case__more::before {
  content: "";
  position: absolute;
  width: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  transform: translateX(0);
  display: block;
  background-color: var(--mh--color--primary-900);
  transition: all var(--mh--duration) var(--mh--easing);
  z-index: 1;
}
.home-case__more::after {
  display: inline-block;
  width: 16px;
  height: 16px;
  color: var(--mh--color--primary-900);
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url("data:image/svg+xml;utf8,%3Csvg%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8%201V15M1%208H15%22%20stroke%3D%22%23141455%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  mask-image: url("data:image/svg+xml;utf8,%3Csvg%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8%201V15M1%208H15%22%20stroke%3D%22%23141455%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%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-case__company {
  margin: 15px 0 0;
}
.home-case__company-head {
  font-size: var(--mh--font-size--lg);
  margin-bottom: 5px;
}
.home-case__company-content {
  background-color: var(--mh--color--primary-300);
  padding: 29px 0;
  border-radius: var(--mh--border-radius-md);
}
.home-case__company-list {
  display: flex;
  width: max-content;
  gap: 19px;
}
.home-case__company-item {
  height: 26px;
}
.home-case__company-item img {
  width: auto;
  height: 100%;
}
@media (width >= 768px ) {
  .home-case {
    background: url(../img/home/bg_case01_pc.png) no-repeat center top/cover;
  }
  .home-case__intro {
    font-size: var(--mh--font-size--x5l);
  }
  .home-case__inner {
    padding: 100px 50px 160px;
  }
  .home-case__content {
    margin-top: 80px;
    padding: 60px 110px;
  }
  .home-case__slider {
    margin: 50px 0 0;
  }
  .home-case__slider-progress {
    width: calc(100% - 132px);
    margin: 70px 0 0;
  }
  .home-case__slider .splide__slide {
    width: 500px !important;
    padding: 30px 40px 20px;
  }
  .home-case__slider .splide__arrows {
    width: 86px;
    height: 33px;
    bottom: 4px;
  }
  .home-case__slider .splide__arrow {
    width: 21px;
    height: 33px;
  }
  .home-case__title {
    margin-bottom: 18px;
  }
  .home-case__tag {
    margin-bottom: 20px;
  }
  .home-case__company {
    margin-top: 45px;
  }
  .home-case__company-head {
    font-size: var(--mh--font-size--lg);
    margin-bottom: 10px;
  }
  .home-case__company-content {
    padding: 53px 0;
  }
  .home-case__company-list {
    gap: 40px;
  }
  .home-case__company-item {
    height: 49px;
  }
}
@media (768px <= width < 1600px) {
  .home-case__content {
    padding: 60px 41px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .home-case__slider .splide__slide:hover .home-case__more::before {
    width: 100%;
    left: 0;
  }
  .home-case__slider .splide__arrow:hover::before {
    color: var(--mh--color--primary-300);
  }
}
/* .home-strength
================================================ */
.home-strength {
  position: relative;
  border-radius: var(--mh--border-radius-md) var(--mh--border-radius-md) 0 0;
}
.home-strength::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 174px;
  background: url(../img/home/bg_strength01.png) no-repeat top left -30px/auto 100%;
}
.home-strength__inner {
  padding-top: 60px;
  padding-bottom: 40px;
  position: relative;
  z-index: 1;
}
.home-strength__head {
  margin-bottom: 30px;
}
.home-strength__list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 30px;
}
.home-strength__item {
  background-color: #fff;
  border-radius: var(--mh--border-radius-md);
  padding: 30px 20px 25px;
}
.home-strength__item-head {
  border-bottom: 1px dashed var(--mh--color--primary-300);
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.home-strength__item-img {
  margin-top: 33px;
}
.home-strength__item-head {
  display: flex;
  align-items: center;
  gap: 10px;
}
.home-strength__head-num {
  font-size: var(--mh--font-size--x3l);
}
@media (width >= 768px ) {
  .home-strength::before {
    height: 569px;
    background: url(../img/home/bg_strength01.png) no-repeat top left -10px/auto 100%;
  }
  .home-strength__head {
    margin-bottom: 0;
  }
  .home-strength__inner {
    padding-top: 92px;
    padding-bottom: 80px;
  }
  .home-strength__list {
    align-items: flex-end;
    position: relative;
    gap: 40px;
    margin-top: -223px;
  }
  .home-strength__item {
    width: 420px;
    padding: 45px 30px 40px;
    box-sizing: border-box;
  }
  .home-strength__item-head {
    padding-bottom: 13px;
    margin-bottom: 16px;
  }
  .home-strength__item-img {
    margin-top: 42px;
  }
  .home-strength__item:nth-child(2n) {
    position: absolute;
    top: 50%;
    margin-top: -281.5px;
    right: 454px;
  }
}
@media (width >= 1600px ) {
  .home-strength__head {
    position: sticky;
    top: 180px;
  }
}
/* .home-different
================================================ */
.home-different {
  position: relative;
  padding: 0 20px 20px;
}
.home-different::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 185px;
  background: url(../img/home/bg_different01.png) no-repeat bottom right/auto 100%;
}
.home-different__content {
  background: rgba(255, 255, 255, 0.5);
  border-radius: var(--mh--border-radius-md);
  position: relative;
  z-index: 1;
}
.home-different__inner {
  padding-top: 50px;
  padding-bottom: 50px;
}
.home-different__head {
  font-weight: 500;
  margin-bottom: 10px;
}
.home-different__lead {
  font-size: var(--mh--font-size--lg);
  font-weight: 500;
}
.home-different__table-wrap {
  margin: auto;
}
@media (width < 768px) {
  .home-different__table {
    min-width: 588px;
    margin-top: 20px;
    margin-bottom: 18px;
  }
  .home-different__table-wrap {
    overflow-x: scroll;
  }
  @supports (scrollbar-color: auto) {
    .home-different__table-wrap {
      scrollbar-color: var(--mh--color--primary-900), var(--mh--color--grayscale-300);
      scrollbar-width: 4px;
    }
  }
  @supports selector(::-webkit-scrollbar) {
    .home-different__table-wrap::-webkit-scrollbar {
      height: 4px;
      background: var(--mh--color--grayscale-300);
    }
    .home-different__table-wrap::-webkit-scrollbar-thumb {
      background: var(--mh--color--primary-900);
      border-radius: var(--mh--border-radius-sm);
    }
  }
}
@media (width >= 768px ) {
  .home-different {
    padding: 0 50px 50px;
  }
  .home-different::before {
    width: 100%;
    height: 863px;
    bottom: -40px;
    background: url(../img/home/bg_different01.png) no-repeat bottom right -20px/auto 100%;
  }
  .home-different__inner {
    display: flex;
    justify-content: space-between;
    padding-top: 80px;
    padding-bottom: 70px;
  }
  .home-different__area-head {
    width: 440px;
    padding-top: 98px;
  }
  .home-different__head {
    margin-bottom: 30px;
  }
  .home-different__table-wrap {
    width: calc(100% - 479px);
    max-width: 1049px;
  }
}
@media (768px <= width < 1600px) {
  .home-different__inner {
    padding: 80px 40px;
    display: block;
  }
  .home-different__area-head {
    padding-top: 0;
    width: auto;
  }
  .home-different__table-wrap {
    width: auto;
    margin-top: 40px;
  }
}
@media all and (min-width: 668px) {
  .home-different__table-wrap::-webkit-scrollbar {
    display: none;
  }
}
/* .home-faq
================================================ */
.home-faq__inner {
  padding-top: 60px;
  padding-bottom: 60px;
}
.home-faq__switch-tab-list {
  display: flex;
  gap: 10px;
  margin-top: 30px;
}
.home-faq__switch-tab {
  width: calc(50% - 5px);
  border: 1px solid var(--mh--color--primary-900);
  border-radius: var(--mh--border-radius-md);
  padding: 10px 20px;
  text-align: center;
  font-size: var(--mh--font-size--lg);
  font-weight: 500;
  line-height: var(--mh--line-height--sm);
  transition: all var(--mh--duration) var(--mh--easing);
}
.home-faq__switch-tab.is-active {
  background-color: var(--mh--color--primary-900);
  color: #fff;
}
.home-faq__switch-content-list {
  margin-top: 20px;
}
.home-faq__item + .home-faq__item {
  margin-top: 20px;
}
.home-faq__item-details {
  background: var(--mh--color--grayscale-100);
  border-radius: var(--mh--border-radius-md);
  overflow: hidden;
  line-height: var(--mh--line-height--sm);
  border: 1px solid var(--mh--color--primary-900);
}
.home-faq__item-details.is-open .home-faq__item-q::after {
  transform: translateY(-50%) rotate(0deg);
}
.home-faq__item-ico {
  font-size: var(--mh--font-size--x5l);
  font-weight: 700;
  position: absolute;
  top: 20px;
  left: 20px;
}
.home-faq__item-q {
  cursor: pointer;
  font-size: var(--mh--font-size--xl);
  position: relative;
  padding: 18px 49px 18px 51px;
}
.home-faq__item-q::before, .home-faq__item-q::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  width: 14px;
  height: 2px;
  background-color: var(--mh--color--primary-900);
  border-radius: 2px;
}
.home-faq__item-q::after {
  transform: translateY(-50%) rotate(90deg);
  transition: transform var(--mh--duration) var(--mh--easing);
}
.home-faq__item-a {
  overflow: hidden;
}
.home-faq__item-a-inner {
  padding: 18px 32px 18px 51px;
  position: relative;
}
.home-faq__item-a-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 15px;
  width: calc(100% - 30px);
  height: 1px;
  border-top: 1px dashed var(--mh--color--grayscale-800);
}
@media (width >= 768px ) {
  .home-faq__inner {
    padding-top: 140px;
    padding-bottom: 140px;
  }
  .home-faq__head {
    margin-bottom: -67px;
  }
  .home-faq__switch-tab-list {
    justify-content: flex-end;
    margin: 0;
  }
  .home-faq__switch-tab {
    width: auto;
    padding: 19px 36px;
  }
  .home-faq__list {
    margin-top: 50px;
  }
  .home-faq__item + .home-faq__item {
    margin-top: 30px;
  }
  .home-faq__item {
    color: var(--mh--color--primary-900);
  }
  .home-faq__item-ico {
    top: 35px;
    left: 28px;
  }
  .home-faq__item-q {
    padding: 37px 95px 30px 76px;
  }
  .home-faq__item-q::before, .home-faq__item-q::after {
    right: 68px;
    width: 16px;
  }
  .home-faq__item-a-inner {
    padding: 30px 45px 37px 76px;
  }
  .home-faq__item-a-inner::before {
    left: 28px;
    width: calc(100% - 56px);
  }
  .home-faq__item-a .home-faq__item-ico {
    top: 27px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .home-faq__item-q {
    transition: background-color var(--mh--duration) var(--mh--easing);
  }
  .home-faq__item-q:hover {
    background-color: var(--mh--color--primary-200);
  }
  .home-faq__switch-tab:hover {
    background-color: var(--mh--color--primary-900);
    color: #fff;
  }
}
/* .home-company
================================================ */
.home-company__content {
  background-color: #fff;
  border-radius: var(--mh--border-radius-md);
}
.home-company__inner {
  padding-top: 50px;
  padding-bottom: 50px;
}
.home-company__table {
  margin-top: 17px;
}
.home-company__table tr {
  border-bottom: 1px solid var(--mh--color--grayscale-500);
}
.home-company__table th,
.home-company__table td {
  text-align: left;
  font-weight: 400;
  font-size: var(--mh--font-size--lg);
  line-height: var(--mh--line-height--sm);
}
.home-company__table th {
  padding-top: 10px;
  padding-bottom: 7px;
}
.home-company__table td {
  padding-bottom: 15px;
}
.home-company__img {
  width: 255px;
  border-radius: var(--mh--border-radius-md);
  overflow: hidden;
  margin: 20px auto 0;
}
@media (width < 768px) {
  .home-company th,
  .home-company td {
    display: block;
  }
}
@media (width >= 768px ) {
  .home-company {
    padding: 0 50px;
  }
  .home-company__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    padding: 100px 0;
  }
  .home-company__head {
    margin-bottom: 45px;
  }
  .home-company__area-txt {
    width: 50%;
  }
  .home-company__table th,
  .home-company__table td {
    padding: 30px 20px;
    line-height: 1.8;
  }
  .home-company__table th {
    width: 150px;
    border-bottom: 1px solid var(--mh--color--primary-900);
  }
  .home-company__img {
    width: calc(50% - 80px);
    margin: 0;
  }
}
@media (width >= 1600px ) {
  .home-company__area-txt {
    width: 667px;
  }
  .home-company__img {
    width: 597px;
  }
}
/* .home-thoughts
================================================ */
.home-thoughts {
  background: url(../img/home/bg_thoughts01_sp.jpg) no-repeat center top/cover;
}
.home-thoughts__inner {
  padding-top: 140px;
  padding-bottom: 90px;
}
.home-thoughts__head {
  margin-bottom: 20px;
}
.home-thoughts__sub {
  font-weight: 400;
  font-size: var(--mh--font-size--x4l);
  margin-bottom: 20px;
}
.home-thoughts__txt {
  font-size: var(--mh--font-size--xl);
}
.home-thoughts__txt + .home-thoughts__txt {
  margin-top: 15px;
}
@media (width >= 768px ) {
  .home-thoughts {
    background: url(../img/home/bg_thoughts01_pc.png) no-repeat center top/cover;
  }
  .home-thoughts__inner {
    padding-top: 225px;
    padding-bottom: 270px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .home-thoughts__content {
    width: 50%;
    padding-top: 54px;
  }
  .home-thoughts__head {
    width: 50%;
  }
  .home-thoughts__sub {
    margin-bottom: 60px;
    font-size: var(--mh--font-size--x5l);
  }
  .home-thoughts__txt {
    font-size: var(--mh--font-size--x2l);
  }
  .home-thoughts__txt + .home-thoughts__txt {
    margin-top: 40px;
  }
}
.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 < 1400px) {
  .u-hidden-lg-down {
    display: none;
  }
}
@media (width < 1600px) {
  .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 >= 1400px ) {
  .u-hidden-lg-up {
    display: none;
  }
}
@media (width >= 1600px ) {
  .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 < 1400px) {
  .u-text-left-lg-down {
    text-align: left;
  }
}
@media (width < 1400px) {
  .u-text-right-lg-down {
    text-align: right;
  }
}
@media (width < 1400px) {
  .u-text-center-lg-down {
    text-align: center;
  }
}
@media (width < 1600px) {
  .u-text-left-xl-down {
    text-align: left;
  }
}
@media (width < 1600px) {
  .u-text-right-xl-down {
    text-align: right;
  }
}
@media (width < 1600px) {
  .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 >= 1400px ) {
  .u-text-left-lg-up {
    text-align: left;
  }
}
@media (width >= 1400px ) {
  .u-text-right-lg-up {
    text-align: right;
  }
}
@media (width >= 1400px ) {
  .u-text-center-lg-up {
    text-align: center;
  }
}
@media (width >= 1600px ) {
  .u-text-left-xl-up {
    text-align: left;
  }
}
@media (width >= 1600px ) {
  .u-text-right-xl-up {
    text-align: right;
  }
}
@media (width >= 1600px ) {
  .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-optical-sizing: auto;
  font-weight: 700;
  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);
    margin-right: auto;
    margin-left: auto;
  }
}
@media (width >= 1400px ) {
  .u-inner {
    padding-right: 0;
    padding-left: 0;
  }
}
.u-wide-inner {
  padding-right: var(--mh--contents--padding--side);
  padding-left: var(--mh--contents--padding--side);
}
@media (width >= 768px ) {
  .u-wide-inner {
    width: 100%;
    max-width: var(--mh--contents--wide-width-with-padding);
    margin-right: auto;
    margin-left: auto;
  }
}
.u-item-center {
  display: grid;
  place-items: center;
}
.u-clearfix {
  clear: both;
  display: block;
  height: 0;
  border: none;
}
/* link
-------------------------------------- */
a.u-alpha {
  display: block;
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  a.u-alpha {
    transition: opacity var(--mh--duration) var(--mh--easing);
  }
  a.u-alpha:hover {
    opacity: 0.7;
  }
}
a.u-zoom {
  display: block;
  text-decoration: none;
}
a.u-zoom .u-zoom__img {
  display: block;
}
a.u-zoom .u-zoom__img-wrap {
  display: block;
  overflow: hidden;
}
@media (hover: hover) and (pointer: fine) {
  a.u-zoom .u-zoom__img {
    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-arw-anim(矢印アニメーション)
================================================ */
.u-arw-anim .arrow-button.group {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: var(--mh--color--grayscale-100);
}
@media (width >= 768px ) {
  .u-arw-anim .arrow-button.group {
    width: 62px;
    height: 62px;
  }
}
.u-arw-anim .arrow-button__arrow-dot {
  position: relative;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--mh--color--primary-900);
  transform-origin: center;
  transition: width 300ms ease, background-color 300ms ease, border-radius 300ms ease;
}
.u-arw-anim .arrow-button__arrow-center {
  position: relative;
}
.u-arw-anim .arrow-button__arrow-center::before, .u-arw-anim .arrow-button__arrow-center::after {
  content: "";
  position: absolute;
  right: 2px;
  top: 50%;
  height: 1px;
  width: 0;
  background-color: var(--mh--color--primary-900);
  border-radius: 0.5rem;
  transform-origin: right center;
  transition: width 300ms ease 300ms, transform 300ms ease 300ms;
  opacity: 0;
}
.u-arw-anim .arrow-button__arrow-center::before {
  transform: translateY(-100%);
}
.u-arw-anim .arrow-button__arrow-center::after {
  transform: translateY(0);
}
.u-arw-anim:hover .arrow-button__arrow-dot {
  transform: scale(0);
  transition: transform 500ms ease, left 500ms ease;
  left: 3px;
}
.u-arw-anim:hover .arrow-button__arrow-center::before {
  opacity: 1;
  width: 12px;
  transform: translateY(calc(-0.5 * 1px)) rotate(-45deg);
}
.u-arw-anim:hover .arrow-button__arrow-center::after {
  opacity: 1;
  width: 12px;
  transform: translateY(calc(0.5 * 1px)) rotate(45deg);
}
.u-media-query {
  font-family: sp;
}
@media (width >= 768px ) {
  .u-media-query {
    font-family: tb;
  }
}
@media (width >= 1400px ) {
  .u-media-query {
    font-family: pc;
  }
}
.u-text-primary-900 {
  color: var(--mh--color--primary-900);
}
.u-text-primary-500 {
  color: var(--mh--color--primary-500);
}
.u-text-primary-300 {
  color: var(--mh--color--primary-300);
}
.u-text-primary-200 {
  color: var(--mh--color--primary-200);
}
.u-text-primary-100 {
  color: var(--mh--color--primary-100);
}
.u-text-grayscale-900 {
  color: var(--mh--color--grayscale-900);
}
.u-text-grayscale-800 {
  color: var(--mh--color--grayscale-800);
}
.u-text-grayscale-500 {
  color: var(--mh--color--grayscale-500);
}
.u-text-grayscale-300 {
  color: var(--mh--color--grayscale-300);
}
.u-text-grayscale-200 {
  color: var(--mh--color--grayscale-200);
}
.u-text-grayscale-100 {
  color: var(--mh--color--grayscale-100);
}
.u-bg-primary-900 {
  background-color: var(--mh--color--primary-900);
}
.u-bg-primary-500 {
  background-color: var(--mh--color--primary-500);
}
.u-bg-primary-300 {
  background-color: var(--mh--color--primary-300);
}
.u-bg-primary-200 {
  background-color: var(--mh--color--primary-200);
}
.u-bg-primary-100 {
  background-color: var(--mh--color--primary-100);
}
.u-bg-grayscale-900 {
  background-color: var(--mh--color--grayscale-900);
}
.u-bg-grayscale-800 {
  background-color: var(--mh--color--grayscale-800);
}
.u-bg-grayscale-500 {
  background-color: var(--mh--color--grayscale-500);
}
.u-bg-grayscale-300 {
  background-color: var(--mh--color--grayscale-300);
}
.u-bg-grayscale-200 {
  background-color: var(--mh--color--grayscale-200);
}
.u-bg-grayscale-100 {
  background-color: var(--mh--color--grayscale-100);
}
.u-text-gradient01 {
  background: var(--mh--gradient01);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.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;
  }
}