@charset "UTF-8";
:root {
  --mh--breakpoint--min: 375px;
  --mh--breakpoint--sm: 640px;
  --mh--breakpoint--md: 768px;
  --mh--breakpoint--lg: 1100px;
  --mh--breakpoint--xl: 1280px;
  --mh--breakpoint--x2l: 1440px;
  --mh--breakpoint--x3l: 1820px;
}

:root {
  --mh--font-family--base: "Zen Kaku Gothic New", "ヒラギノ角ゴ ProN W3", meiryo, sans-serif;
  --mh--font-family--en: "Heebo", sans-serif;
}

html body {
  --mh--font-size--x4s: 1.0rem;
  --mh--font-size--x3s: 1.1rem;
  --mh--font-size--x2s: 1.2rem;
  --mh--font-size--xs: 1.3rem;
  --mh--font-size--sm: 1.5rem;
  --mh--font-size--md: 1.6rem;
  --mh--font-size--lg: 1.7rem;
  --mh--font-size--xl: 1.8rem;
  --mh--font-size--x2l: 1.9rem;
  --mh--font-size--x3l: 2.0rem;
  --mh--font-size--x4l: 2.1rem;
  --mh--font-size--x5l: 2.2rem;
  --mh--font-size--x6l: 2.4rem;
  --mh--font-size--x7l: 2.6rem;
  --mh--font-size--x8l: 2.8rem;
  --mh--font-size--x9l: 3.0rem;
  --mh--font-size--x10l: 3.2rem;
  --mh--font-size--x11l: 3.4rem;
  --mh--font-size--x12l: 3.6rem;
  --mh--font-size--x13l: 3.9rem;
  --mh--font-size--x15l: 6.0rem;
}
@media (min-width: 768px) {
  html body {
    --mh--font-size--x4s: 1.1rem;
    --mh--font-size--x3s: 1.2rem;
    --mh--font-size--x2s: 1.3rem;
    --mh--font-size--xs: 1.4rem;
    --mh--font-size--sm: 1.5rem;
    --mh--font-size--md: 1.6rem;
    --mh--font-size--lg: 1.8rem;
    --mh--font-size--xl: 2.0rem;
    --mh--font-size--x2l: 2.3rem;
    --mh--font-size--x3l: 2.6rem;
    --mh--font-size--x4l: 2.9rem;
    --mh--font-size--x5l: 3.3rem;
    --mh--font-size--x6l: 3.7rem;
    --mh--font-size--x7l: 4.2rem;
    --mh--font-size--x8l: 4.7rem;
    --mh--font-size--x9l: 5.3rem;
    --mh--font-size--x10l: 6.0rem;
    --mh--font-size--x11l: 6.8rem;
    --mh--font-size--x12l: 7.7rem;
    --mh--font-size--x13l: 8.7rem;
  }
}

:root {
  --mh--letter-spacing--none: 0em;
  --mh--letter-spacing--sm: .02em;
  --mh--letter-spacing--md: .05em;
}

:root {
  --mh--line-height--none: 1;
  --mh--line-height--xs: 1.1;
  --mh--line-height--sm: 1.4;
  --mh--line-height--md: 1.9;
  --mh--line-height--lg: 2;
}

:root {
  --mh--header--height: 70px;
}
@media (min-width: 1100px) {
  :root {
    --mh--header--height: 140px;
  }
}

:root {
  --mh--sidebar--width: 240px;
}

:root {
  --mh--contents--width: 1100px;
  --mh--contents--wide-width: 1400px;
  --mh--contents--large-width: 1820px;
  --mh--contents--padding--side: 20px;
  --mh--contents--width-with-padding: calc(
  	var(--mh--contents--width) + var(--mh--contents--padding--side) * 2
  );
  --mh--contents--wide-width-with-padding: calc(
  	var(--mh--contents--wide-width) + var(--mh--contents--padding--side) * 2
  );
  --mh--contents--large-width-with-padding: calc(
  	var(--mh--contents--large-width) + var(--mh--contents--padding--side) * 2
  );
}
@media (min-width: 768px) {
  :root {
    --mh--contents--padding--side: 50px;
  }
}

html body {
  --mh--color--primary-100: rgb(250, 241, 224);
  --mh--color--primary-200: rgb(255, 218, 181);
  --mh--color--primary-400: rgb(255, 128, 37);
  --mh--color--primary-500: rgb(234, 85, 4);
  --mh--color--surface-900: rgb(76, 73, 67);
  --mh--color--grayscale-100: rgb(255, 255, 255);
  --mh--color--grayscale-200: rgb(240, 242, 243);
  --mh--color--grayscale-300: rgb(232, 234, 235);
  --mh--color--grayscale-400: rgba(0, 0, 0, 0.2);
  --mh--color--grayscale-700: rgb(130, 130, 130);
  --mh--color--grayscale-800: rgb(94, 94, 94);
  --mh--color--grayscale-900: rgb(51, 51, 51);
  --mh--color--error-500: rgb(255, 0, 0);
  --mh--gradient01: linear-gradient(90deg, rgb(234, 85, 4) 0%, rgb(254, 123, 52) 100%);
  --mh--gradient02: linear-gradient(180deg, rgb(234, 86, 5) 48.1%, rgb(253, 193, 134) 91.3%);
}

:root {
  --mh--easing: ease;
  --mh--duration: 0.6s;
}

:root {
  --mh--space--x2s: 5px;
  --mh--space--xs: 10px;
  --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 (min-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 (min-width: 768px) {
  :root {
    --mh--padding--xs: 20px;
    --mh--padding--sm: 30px;
    --mh--padding--md: 40px;
    --mh--padding--lg: 50px;
    --mh--padding--xl: 60px;
  }
}

html body {
  --mh--border-radius--sm: 3px;
  --mh--border-radius--md: 5px;
  --mh--border-radius--lg: 10px;
}
@media (min-width: 768px) {
  html body {
    --mh--border-radius--sm: 5px;
    --mh--border-radius--md: 10px;
    --mh--border-radius--lg: 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.is-smoothscroll {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  line-height: var(--mh--line-height--md);
  color: var(--mh--color--grayscale-900);
  font-family: var(--mh--font-family--base);
  font-size: var(--mh--font-size--md);
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
}
@media (min-width: 768px) {
  body {
    min-width: var(--mh--contents--width-with-padding);
  }
}
@media (min-width: 768px) and (hover: none) {
  body {
    -webkit-text-size-adjust: none;
  }
}

* {
  letter-spacing: var(--mh--letter-spacing--md);
}

ins {
  text-decoration: none;
  background-color: #ff9;
}

mark {
  font-weight: bold;
  background-color: #ff9;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  cursor: help;
  border-bottom: 1px dotted;
}

sup {
  font-size: 0.75em;
  vertical-align: text-top;
}

sub {
  font-size: 0.75em;
  vertical-align: text-bottom;
}

hr {
  display: block;
  height: 1px;
  padding: 0;
  margin: 1em 0;
  border: 0;
  border-top: 1px solid;
}

table {
  width: 100%;
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse;
}

a {
  color: inherit;
}
@media (max-width: 767px) {
  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 (max-width: 767px) {
  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;
}

.l-container__wrap {
  position: relative;
}
.l-container__wrap::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 380px;
  background: url(../img/common/bg_container01_sp.png) right bottom/320px 380px no-repeat;
}
@media (min-width: 768px) {
  .l-container__wrap::before {
    height: 666px;
    background: url(../img/common/bg_container01_pc.png) right bottom/876px 666px no-repeat;
  }
}
@media (min-width: 1100px) {
  .l-container.is-col2 {
    display: grid;
    grid-template-columns: var(--mh--sidebar--width) 1fr;
    gap: 20px;
    width: var(--mh--contents--width);
    margin: 0 auto;
  }
  .l-container.is-col2 .l-sidebar {
    order: -1;
  }
}

.svg-sprite {
  display: block;
  height: 0;
  visibility: hidden;
}

/*  .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 (min-width: 768px) {
  .c-archive01 {
    --line: 2;
  }
}

/* .c-blockquote01
================================================== */
.c-blockquote01 {
  padding: 15px;
  border: 1px solid var(--mh--color--primary-700);
}
@media (min-width: 768px) {
  .c-blockquote01 {
    padding: 25px;
  }
}

/* .c-bnr01 バナーリスト
================================================== */
.c-bnr01 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(340px, 100%), 1fr));
  gap: var(--mh--space--md) 30px;
}
.c-bnr01__in {
  display: grid;
  grid-template-columns: clamp(103px, 30.7462686567%, 150px) 1fr;
  place-items: center stretch;
  column-gap: var(--mh--space--md);
  height: 100%;
  padding-bottom: var(--mh--space--md);
  border-bottom: 1px solid var(--mh--color--grayscale-400);
}
.c-bnr01__img {
  aspect-ratio: 278/185;
  overflow: hidden;
  border-radius: var(--mh--border-radius--md);
}
.c-bnr01__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-bnr01__content {
  display: grid;
  grid-template-columns: 1fr 40px;
  column-gap: 20px;
  place-items: center stretch;
}
.c-bnr01__txt {
  line-height: var(--mh--line-height--sm);
  font-size: var(--mh--font-size--x2l);
  font-weight: 700;
}
@media (min-width: 768px) {
  .c-bnr01 {
    grid-template-columns: repeat(2, 1fr);
    column-gap: clamp(60px, 5.7142857143%, 80px);
  }
  .c-bnr01__in {
    grid-template-columns: clamp(200px, 19.3055555556%, 278px) 1fr;
  }
  .c-bnr01__content {
    grid-template-columns: 1fr 60px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-bnr01__in {
    position: relative;
    grid-template-columns: clamp(220px, 42.1212121212%, 278px) 1fr;
    transition: color var(--mh--duration) var(--mh--easing);
  }
  .c-bnr01__in::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--mh--color--primary-400);
    transform: scaleX(0);
    transform-origin: right bottom;
    transition: transform 0.5s var(--mh--easing);
  }
  .c-bnr01__in:hover {
    color: var(--mh--color--primary-400);
  }
  .c-bnr01__in:hover::before {
    transform: scaleX(1);
    transform-origin: left bottom;
  }
}

/* .c-btn01 汎用ボタン
================================================== */
.c-btn01 {
  display: grid;
  place-items: start end;
  width: 100%;
  margin-block: 0;
}
.c-btn01__in {
  display: flex;
  align-items: center;
  column-gap: var(--mh--space--xs);
}
.c-btn01__txt {
  line-height: var(--mh--line-height--sm);
  text-decoration: underline;
  text-underline-offset: 4px;
  color: var(--mh--color--primary-500);
  font-size: var(--mh--font-size--xl);
  font-weight: 700;
}
.c-btn01 .c-ico-circle01 {
  width: 70px;
  height: 44px;
}
.c-btn01 .c-ico-circle01 .c-ico.is-arw01 {
  width: 28px;
  height: 22px;
}
.c-btn01.is-white .c-btn01__txt {
  color: var(--mh--color--grayscale-100);
}
.c-btn01.is-white .c-ico-circle01 {
  color: var(--mh--color--primary-500);
  background-color: var(--mh--color--grayscale-100);
}
.c-btn01.is-left {
  place-items: start;
}
.c-btn01__wrap:is(a) {
  cursor: pointer;
}
@media (min-width: 768px) {
  .c-btn01__txt {
    padding-bottom: 4px;
    text-underline-offset: 8px;
  }
  .c-btn01 .c-ico-circle01 {
    width: 100px;
    height: 64px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-btn01__in {
    transition: background-color 0.75s var(--mh--easing);
  }
  .c-btn01__in:is(a):hover .c-btn01__txt {
    color: var(--mh--color--primary-400);
  }
  .c-btn01__txt {
    transition: color 0.75s var(--mh--easing);
  }
  .c-btn01__ico::after {
    transition: all 0.75s var(--mh--easing) !important;
  }
  .c-btn01.is-white .c-btn01__in:is(a):hover .c-btn01__txt {
    color: var(--mh--color--primary-200);
  }
  .c-btn01.is-white .c-btn01__in:is(a):hover .c-ico-circle01 {
    background-color: var(--mh--color--primary-200);
  }
  .c-btn01__wrap:hover .c-btn01__txt {
    color: var(--mh--color--primary-400);
  }
  .c-btn01__wrap:hover .c-ico-circle01 {
    background-color: var(--mh--color--primary-400);
  }
  .c-btn01__wrap:hover .c-btn01.is-white .c-btn01__txt {
    color: var(--mh--color--primary-200);
  }
  .c-btn01__wrap:hover .c-btn01.is-white .c-ico-circle01 {
    background-color: var(--mh--color--primary-200);
  }
}

/* .c-btn02 汎用ボタン（小）
================================================== */
.c-btn02 {
  display: grid;
  place-items: start end;
  width: 100%;
  margin-block: 0;
}
.c-btn02__in {
  display: flex;
  align-items: center;
  column-gap: 6px;
}
.c-btn02__txt {
  line-height: var(--mh--line-height--sm);
  text-decoration: underline;
  text-underline-offset: 4px;
  color: var(--mh--color--primary-500);
  font-size: var(--mh--font-size--sm);
  font-weight: 700;
}
.c-btn02 .c-ico-circle01 {
  width: 40px;
  height: 27px;
}
.c-btn02 .c-ico-circle01 .c-ico.is-arw01 {
  width: 14px;
  height: 11px;
}
.c-btn02.is-white .c-btn02__txt {
  color: var(--mh--color--grayscale-100);
}
.c-btn02.is-white .c-ico-circle01 {
  color: var(--mh--color--primary-500);
  background-color: var(--mh--color--grayscale-100);
}
.c-btn02__wrap:is(a) {
  cursor: pointer;
}
@media (min-width: 768px) {
  .c-btn02__in {
    column-gap: 10px;
  }
  .c-btn02__txt {
    padding-bottom: 2px;
    text-underline-offset: 5px;
  }
  .c-btn02 .c-ico-circle01 {
    width: 60px;
    height: 38px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-btn02__in {
    transition: background-color 0.75s var(--mh--easing);
  }
  .c-btn02__in:is(a):hover .c-btn02__txt {
    color: var(--mh--color--primary-400);
  }
  .c-btn02__txt {
    transition: color 0.75s var(--mh--easing);
  }
  .c-btn02__ico::after {
    transition: all 0.75s var(--mh--easing) !important;
  }
  .c-btn02.is-white .c-btn02__in:is(a):hover .c-btn02__txt {
    color: var(--mh--color--primary-200);
  }
  .c-btn02.is-white .c-btn02__in:is(a):hover .c-ico-circle01 {
    background-color: var(--mh--color--primary-200);
  }
  .c-btn02__wrap:hover .c-btn02__txt {
    color: var(--mh--color--primary-400);
  }
  .c-btn02__wrap:hover .c-ico-circle01 {
    background-color: var(--mh--color--primary-400);
  }
  .c-btn02__wrap:hover .c-btn02.is-white .c-btn02__txt {
    color: var(--mh--color--primary-200);
  }
  .c-btn02__wrap:hover .c-btn02.is-white .c-ico-circle01 {
    background-color: var(--mh--color--primary-200);
  }
}

/* .c-btn03 CVボタン
================================================== */
.c-btn03 {
  display: grid;
  place-items: start center;
  width: 100%;
  height: 90px;
  margin-block: 0;
}
.c-btn03__in {
  display: grid !important;
  place-content: center;
  position: relative;
  width: min(335px, 100%);
  height: 100%;
  padding: 20px;
  text-decoration: none !important;
  overflow: hidden;
  border-radius: var(--mh--border-radius--md);
  background-color: var(--mh--color--primary-500);
  box-sizing: border-box;
}
.c-btn03__in:has(.c-btn01__ico) {
  padding-right: 50px;
}
.c-btn03__in:not(:is(a)) {
  pointer-events: none;
}
.c-btn03__txt {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 8px;
  line-height: var(--mh--line-height--sm);
  color: var(--mh--color--grayscale-100);
  font-size: var(--mh--font-size--xl);
  font-weight: 700;
  text-decoration: none !important;
}
.c-btn03__wrap:is(a) {
  cursor: pointer;
}
@media (min-width: 768px) {
  .c-btn03 {
    height: 110px;
  }
  .c-btn03__in {
    width: min(340px, 100%);
    max-width: none;
  }
  .c-btn03__txt {
    column-gap: 10px;
  }
  .c-btn03__ico.is-mail01::after {
    width: 26px !important;
    height: 19px !important;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-btn03__in {
    transition: background-color var(--mh--duration) var(--mh--easing);
  }
  .c-btn03__in:hover {
    background-color: var(--mh--color--primary-400);
  }
}

/* .c-cv01 フッター上 共通CV
================================================== */
.c-cv01 {
  border-top: 1px solid var(--mh--color--grayscale-400);
}
.c-cv01__inner {
  display: grid;
  padding-block: 40px;
  gap: 40px;
}
.c-cv01__content {
  display: grid;
  row-gap: 15px;
}
.c-cv01__list {
  line-height: var(--mh--line-height--sm);
  color: var(--mh--color--primary-500);
  font-size: var(--mh--font-size--lg);
  font-weight: 700;
}
.c-cv01__copy {
  line-height: var(--mh--line-height--sm);
  font-size: var(--mh--font-size--x3l);
  font-weight: 700;
}
.c-cv01__box {
  display: grid;
  place-content: start center;
  gap: 20px 50px;
}
.c-cv01__tel {
  display: grid;
  place-items: start center;
  row-gap: 10px;
}
.c-cv01__tel-tit {
  line-height: var(--mh--line-height--sm);
  font-size: var(--mh--font-size--lg);
  font-weight: 700;
}
.c-cv01__tel-num {
  display: flex;
  align-items: center;
  font-size: var(--mh--font-size--x9l);
}
.c-cv01__tel-ico {
  width: 20px;
  height: 20px;
}
.c-cv01__tel-ico::after {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
}
.c-cv01__tel-txt {
  line-height: var(--mh--line-height--sm);
  font-size: var(--mh--font-size--xs);
}
@media (max-width: 767px) {
  .c-cv01__tel-in {
    display: grid;
    place-items: start center;
    width: 100%;
    padding: 18px 20px;
    border: 1px solid var(--mh--color--grayscale-900);
    border-radius: var(--mh--border-radius--md);
    background-color: var(--mh--color--grayscale-100);
  }
  .c-cv01__tel-content {
    width: 335px;
    max-width: 100%;
  }
  .c-cv01__btn {
    width: 335px;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .c-cv01__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-block: 120px;
    column-gap: 60px;
  }
  .c-cv01__content {
    display: grid;
    row-gap: 15px;
    white-space: nowrap;
  }
  .c-cv01__box {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
  }
  .c-cv01__tel {
    row-gap: 8px;
    place-items: start;
  }
  .c-cv01__tel-num {
    column-gap: 6px;
    font-size: var(--mh--font-size--x8l);
    white-space: nowrap;
  }
  .c-cv01__tel-ico {
    width: 32px;
    height: 32px;
  }
  .c-cv01__btn {
    width: 360px;
  }
  .c-cv01__btn .c-btn03__in {
    width: 100%;
  }
}
@media (min-width: 1440px) {
  .c-cv01__btn {
    width: 340px;
  }
}

/* .c-faq01
================================================== */
.c-faq01 {
  border-bottom: var(--mh--color--grayscale-900) solid 1px;
}
.c-faq01:first-child {
  border-top: var(--mh--color--grayscale-900) solid 1px;
}
.c-faq01__head {
  position: relative;
  padding: 20px 55px 21px 40px;
  display: flex;
  align-items: center;
  line-height: var(--mh--line-height--sm);
  font-size: var(--mh--font-size--lg);
  font-weight: 700;
}
.c-faq01__ico-toggle {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  width: 30px;
  height: 30px;
  margin: auto;
}
.c-faq01__ico-toggle::before, .c-faq01__ico-toggle::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 18px;
  height: 2px;
  background: var(--mh--color--grayscale-900);
  transition: all 0.2s ease;
  border-radius: 1px;
}
.c-faq01__ico-toggle::after {
  transform: rotate(90deg);
}
.c-faq01__ico-que {
  font-size: var(--mh--font-size--x3l);
  line-height: var(--mh--line-height--xs);
  color: var(--mh--color--primary-500);
  position: absolute;
  top: 22px;
  left: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-weight: 700;
}
.c-faq01__ico-ans {
  font-size: var(--mh--font-size--x3l);
  line-height: var(--mh--line-height--xs);
  color: var(--mh--color--primary-400);
  position: absolute;
  top: 16px;
  left: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-weight: 700;
}
.c-faq01[open] .c-faq01__ico-toggle::after {
  transform: rotate(0);
}
.c-faq01__contents-in {
  position: relative;
  padding: 12px 15px 12px 43px;
  background: var(--mh--color--primary-100);
  border-radius: var(--mh--border-radius--md);
  font-size: var(--mh--font-size--md);
}
.c-faq01__contents-in-wrap {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .c-faq01__head {
    padding: 36px 60px 36px 58px;
  }
  .c-faq01__ico-toggle {
    right: 20px;
    width: 40px;
    height: 40px;
  }
  .c-faq01__ico-que {
    top: 32px;
    left: 20px;
  }
  .c-faq01__ico-ans {
    top: 20px;
    left: 20px;
  }
  .c-faq01__contents-in {
    padding: 20px 20px 20px 58px;
  }
  .c-faq01__contents-in-wrap {
    padding-bottom: 29px;
  }
}

/* .c-form
================================================== */
.c-form input[type=text],
.c-form input[type=email],
.c-form input[type=tel],
.c-form textarea,
.c-form button,
.c-form select,
.c-form option {
  border: 1px solid var(--mh--color--grayscale-400);
  background: var(--mh--color--grayscale-200);
}
.c-form input[type=text]:focus-visible,
.c-form input[type=email]:focus-visible,
.c-form input[type=tel]:focus-visible,
.c-form textarea:focus-visible,
.c-form button:focus-visible,
.c-form select:focus-visible,
.c-form option:focus-visible {
  outline: 1px var(--mh--color--primary-400);
  border-color: var(--mh--color--primary-400);
  box-shadow: 0 0 10px rgba(255, 128, 37, 0.5);
  background: var(--mh--color--grayscale-100);
}
.c-form fieldset {
  border: none;
}
.c-form input,
.c-form textarea {
  box-sizing: border-box;
  padding: 10px;
  font-size: 1.6rem;
}
.c-form input[type=file] {
  padding: 0;
}
.c-form input[type=text],
.c-form input[type=tel],
.c-form input[type=email] {
  height: 46px;
}
.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: 221px;
}
.c-form__set {
  box-sizing: border-box;
  padding: 20px 0;
  border-top: 1px solid var(--mh--color--grayscale-400);
}
.c-form__head {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
  margin-bottom: 16px;
  font-size: var(--mh--font-size--lg);
  font-weight: 700;
  line-height: var(--mh--line-height--sm);
}
.c-form__head .c-form__field-description {
  width: 100%;
  margin-top: -10px;
  font-weight: 400;
}
.c-form__required, .c-form__optional {
  box-sizing: border-box;
  padding: 2px 8px 3px;
  font-size: var(--mh--font-size--x2s);
  color: var(--mh--color--grayscale-100);
  text-align: center;
  background: var(--mh--color--primary-700);
  border-radius: var(--mh--border-radius--sm);
  line-height: var(--mh--line-height--sm);
  font-weight: 400;
}
.c-form__required {
  background: var(--mh--color--primary-500);
}
.c-form__optional {
  color: var(--mh--color--grayscale-800);
  background: rgb(var(--mh--color--grayscale-100));
  border: 1px solid var(--mh--color--grayscale-400);
}
.c-form__field-set {
  display: block;
  margin-top: 15px;
}
.c-form__field-description {
  margin-top: 10px;
  font-size: var(--mh--font-size--xs);
  line-height: var(--mh--line-height--sm);
  color: var(--mh--color--grayscale-800);
}
.c-form__field-note {
  font-size: var(--mh--font-size--xs);
  line-height: var(--mh--line-height--sm);
  color: var(--mh--color--grayscale-800);
  text-indent: -1em;
  padding-left: 1em;
}
.c-form__field-txt {
  margin-bottom: 10px;
  font-size: var(--mh--font-size--xs);
  line-height: var(--mh--line-height--sm);
}
.c-form__postcode-suffix {
  font-size: var(--mh--font-size--xs);
}
.c-form__postcode-in {
  width: 100%;
}
.c-form__postcode-in .c-input {
  display: grid;
  grid-template-columns: 1fr 84px;
  gap: 5px;
  font-size: 1.6rem;
  line-height: var(--mh--line-height--sm);
}
.c-form__postcode .c-form__postcode-btn {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 84px;
  height: 46px;
  overflow: hidden;
  border-radius: 5px;
  background-color: var(--mh--color--grayscale-100) !important;
  appearance: none;
  outline: none;
  border: var(--mh--color--primary-500) solid 1px !important;
  font-size: var(--mh--font-size--xs);
  font-weight: 700;
  color: var(--mh--color--primary-500);
}
@media (hover: hover) and (pointer: fine) {
  .c-form__postcode .c-form__postcode-btn {
    transition: all var(--mh--duration) var(--mh--easing);
  }
  .c-form__postcode .c-form__postcode-btn:hover {
    background: var(--mh--color--primary-400) !important;
    color: var(--mh--color--grayscale-100) !important;
    border-color: var(--mh--color--primary-400) !important;
  }
}
.c-form__postcode > input,
.c-form__postcode > span {
  width: 40%;
}
.c-form__select-in {
  position: relative;
  display: inline-block;
}
.c-form__select-in select {
  padding: 13px 21px 13px 10px;
  font-size: 1.6rem;
  line-height: 2.2rem;
  cursor: pointer;
}
.c-form__select-in::after {
  position: absolute;
  top: 19px;
  right: 8px;
  width: 9px;
  height: 9px;
  content: "";
  border-right: 2px solid var(--mh--color--grayscale-700);
  border-bottom: 2px solid var(--mh--color--grayscale-700);
  transform: rotate(45deg);
}
.c-form__select-unit {
  margin-left: 2px;
  font-size: 1.6rem;
}
.c-form__select.is-date .c-form__select-year select {
  width: 80px;
}
.c-form__select.is-date .c-form__select-month select,
.c-form__select.is-date .c-form__select-day select {
  width: 66px;
}
.c-form__select label + label {
  margin-left: 9px;
}
.c-form__radio-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 30px;
}
.c-form__radio-list label {
  position: relative;
  padding-left: 37px;
  cursor: pointer;
}
.c-form__radio-list input + span::before {
  position: absolute;
  top: 13px;
  left: 0;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  content: "";
  border: 1px solid var(--mh--color--grayscale-400);
  background: var(--mh--color--grayscale-200);
  border-radius: 50%;
  transform: translateY(-50%);
}
.c-form__radio-list input + span::after {
  position: absolute;
  top: 6px;
  left: 8px;
  display: block;
  width: 14px;
  height: 14px;
  content: "";
  background: var(--mh--color--primary-500);
  border-radius: 50%;
  transform: scale(0);
  transition: all 0.3s ease;
}
.c-form__radio-list input:checked + span::after {
  transform: scale(1);
}
.c-form__radio-list input:checked::after {
  background: var(--mh--color--grayscale-100);
}
.c-form__radio-list span {
  margin: 0;
}
.c-form__checkbox-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 30px;
}
.c-form__checkbox-list label {
  position: relative;
  display: flex;
  padding-left: 37px;
  cursor: pointer;
}
.c-form__checkbox-list input + span::before {
  position: absolute;
  top: 16px;
  left: 0;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  content: "";
  border: 1px solid var(--mh--color--grayscale-400);
  background: var(--mh--color--grayscale-200);
  transform: translateY(-50%);
}
.c-form__checkbox-list input + span::after {
  position: absolute;
  top: 9px;
  left: 6px;
  display: block;
  width: 17px;
  height: 9px;
  content: "";
  border-color: var(--mh--color--primary-500);
  border-style: solid;
  border-width: 2px 2px 0 0;
  transform: scale(0) rotate(135deg);
  transition: all 0.3s ease;
}
.c-form__checkbox-list input:checked + span::after {
  transform: scale(1) rotate(135deg);
}
.c-form__checkbox-list input:checked::before {
  background: var(--mh--color--grayscale-100);
}
.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: var(--mh--line-height--sm);
}
.c-form__radio-list input:focus + span::before, .c-form__checkbox-list input:focus + span::before {
  border-color: var(--mh--color--primary-400);
  box-shadow: 0 0 10px rgba(255, 128, 37, 0.5);
  background: var(--mh--color--grayscale-100);
}
.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;
  font-size: var(--mh--font-size--md);
}
.c-form__privacy-link {
  color: var(--mh--color--primary-500);
  text-decoration: underline !important;
}
.c-form__agreement {
  padding: 30px 0;
}
.c-form__agreement-txt {
  text-align: center;
}
.c-form__agreement-check {
  text-align: center;
}
.c-form__agreement-check label {
  margin-left: 10px;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
}
.c-form__agreement-check span {
  margin: 0;
}
.c-form__agreement-check input + span {
  line-height: var(--mh--line-height--sm);
}
.c-form__agreement-check input + span::before {
  position: absolute;
  top: 13px;
  left: 0;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  content: "";
  border: 1px solid var(--mh--color--grayscale-400);
  background: var(--mh--color--grayscale-200);
  transform: translateY(-50%);
}
.c-form__agreement-check input + span::after {
  position: absolute;
  top: 6px;
  left: 6px;
  display: block;
  width: 17px;
  height: 9px;
  content: "";
  border-color: var(--mh--color--primary-500);
  border-style: solid;
  border-width: 2px 2px 0 0;
  transform: scale(0) rotate(135deg);
  transition: all 0.3s ease;
}
.c-form__agreement-check input:checked + span::after {
  transform: scale(1) rotate(135deg);
}
.c-form__agreement-check input:checked {
  background: var(--mh--color--grayscale-100);
}
.c-form__btn {
  text-align: center;
}
.c-form__btn input {
  box-sizing: border-box;
  display: inline-block;
  width: min(335px, 100%);
  height: 100%;
  padding: 20px;
  text-decoration: none !important;
  overflow: hidden;
  border-radius: var(--mh--border-radius--md);
  background-color: var(--mh--color--primary-500);
  box-sizing: border-box;
  appearance: none;
  outline: none;
  border: none;
  font-size: var(--mh--font-size--xl);
  font-weight: 700;
  color: var(--mh--color--grayscale-100);
}
.c-form__btn input:focus-visible,
.c-form__btn :focus {
  border-color: var(--mh--color--primary-400);
  box-shadow: 0 0 10px rgba(255, 128, 37, 0.5);
  background: var(--mh--color--grayscale-100);
}
.c-form__btn input + input {
  margin-left: 20px;
}
.c-form__btn span {
  width: 0;
  margin: 0;
}
@media (min-width: 1100px) {
  .c-form__set:first-child {
    border-top: none;
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  .c-form__set {
    padding: 30px 0;
    display: grid;
    grid-template-columns: 240px 1fr;
    gap: 20px;
  }
  .c-form__set:first-child {
    padding-top: 30px;
  }
  .c-form__set.is-block {
    display: block;
  }
  .c-form__head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 8px;
    margin-bottom: 0;
  }
  .c-form__head .c-form__field-description {
    margin-top: -30px;
  }
  .c-form__head-txt.is-line {
    margin-top: -0.6em;
  }
  .c-form__postcode-in .c-input {
    display: flex;
    gap: 5px;
    width: fit-content;
  }
  .c-form__postcode-txt {
    width: 300px;
    min-width: 300px;
  }
  .c-form__postcode-btn {
    width: 99px;
    min-width: 99px;
    height: 46px;
  }
  .c-form__select-in select {
    padding: 13px 40px 13px 10px;
  }
  .c-form__select-in::after {
    right: 12px;
  }
  .c-form__select-unit {
    margin-left: 7px;
  }
  .c-form__select.is-date .c-form__select-year select {
    width: 150px;
  }
  .c-form__select.is-date .c-form__select-month select,
  .c-form__select.is-date .c-form__select-day select {
    width: 110px;
  }
  .c-form__select label + label {
    margin-left: 18px;
  }
  .c-form__optional, .c-form__required {
    margin-left: 20px;
  }
  .c-form__radio-list, .c-form__checkbox-list {
    padding: 5px 0;
    gap: 15px 40px;
  }
  .c-form__radio-list.is-col3, .c-form__checkbox-list.is-col3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .c-form__btn input {
    width: 340px;
    margin: 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-form__privacy-link {
    transition: all var(--mh--duration) var(--mh--easing);
  }
  .c-form__privacy-link:hover {
    color: var(--mh--color--primary-400);
  }
  .c-form__btn input {
    transition: background-color var(--mh--duration) var(--mh--easing);
  }
  .c-form__btn input:hover {
    background-color: var(--mh--color--primary-400);
  }
}

/* .c-form-btn
================================================== */
.c-form-area-btn {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}
@media (min-width: 768px) {
  .c-form-area-btn {
    flex-wrap: nowrap;
    gap: 30px;
  }
}

.c-form-btn > button {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 335px;
  width: 100%;
  height: 100%;
  height: 65px;
  border-radius: var(--mh--border-radius--md);
  appearance: none;
  outline: none;
  border: none;
  font-size: var(--mh--font-size--xl);
  font-weight: 700;
  color: var(--mh--color--grayscale-100);
}
.c-form-btn .btnConfirm {
  background-color: var(--mh--color--primary-500);
}
@media (hover: hover) and (pointer: fine) {
  .c-form-btn .btnConfirm {
    transition: background-color var(--mh--duration) var(--mh--easing);
  }
  .c-form-btn .btnConfirm:hover {
    background-color: var(--mh--color--primary-400);
  }
}
.c-form-btn .btnAdjust {
  background-color: var(--mh--color--grayscale-800);
}
@media (hover: hover) and (pointer: fine) {
  .c-form-btn .btnAdjust {
    transition: background-color var(--mh--duration) var(--mh--easing);
  }
  .c-form-btn .btnAdjust:hover {
    background-color: var(--mh--color--grayscale-700);
  }
}
@media (min-width: 768px) {
  .c-form-btn > button {
    min-width: unset;
    width: 340px;
    height: 68px;
  }
}

/* #errorMsg / .c-form__link
================================================== */
#errorMsg {
  display: block;
  margin-bottom: 50px;
}
#errorMsg .error {
  display: block;
  color: var(--mh--color--error-500);
}
@media (min-width: 768px) {
  #errorMsg {
    text-align: center;
  }
}

.c-form__link {
  place-items: center;
  margin-top: 35px;
  display: none;
}
.c-form__link .c-btn01__in {
  padding: 0;
  justify-content: center;
}
.c-form__link-ico {
  right: unset;
  left: 50px;
}
.c-form__link-ico::after {
  transform: scale(-1, 1);
}

/* msg
================================================== */
@media (max-width: 767px) {
  .msg {
    margin-top: 50px;
  }
}

/* thankyou
================================================== */
.c-form-thanks__btn {
  margin-top: 50px;
  margin-bottom: -50px;
  display: none;
}
@media (min-width: 768px) {
  .c-form-thanks__btn {
    margin-top: 30px;
    margin-bottom: -100px;
  }
}

/* .is-confirm / .is-complete
================================================== */
.is-confirm .c-form__field-description,
.is-confirm .c-form__field-note,
.is-confirm .c-form__privacy,
.is-confirm .c-form__agreement {
  display: none;
}
.is-confirm .c-form__field-set .c-form__field-txt {
  display: block;
}
@media (min-width: 768px) {
  .is-confirm .c-form__field {
    display: flex;
    align-items: center;
  }
  .is-confirm .c-form__field.is-block {
    display: block;
  }
}

.is-complete .c-form__field-description,
.is-complete .c-form__field-note,
.is-complete .c-form__privacy,
.is-complete .c-form__agreement,
.is-complete .c-form-area-btn {
  display: none;
}
.is-complete .c-form-thanks__btn {
  display: block;
}

/* head
================================================ */
.c-single01__content h3:not([class*=c-]), .c-surface-head {
  position: relative;
  font-size: var(--mh--font-size--x4l);
  line-height: var(--mh--line-height--sm);
  border-radius: 3px 0 0 3px;
  overflow: hidden;
  padding: 10px 15px 10px 20px;
  background: var(--mh--color--primary-100);
}
.c-single01__content h3:not([class*=c-])::before, .c-surface-head::before {
  content: "";
  width: 3px;
  height: 100%;
  background-color: var(--mh--color--primary-500);
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  .c-single01__content h3:not([class*=c-]), .c-surface-head {
    padding: 10px 25px 10px 25px;
    border-radius: 5px 0 0 5px;
  }
  .c-single01__content h3:not([class*=c-])::before, .c-surface-head::before {
    width: 4px;
  }
}

.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 (min-width: 768px) {
  .c-dobble-border-head {
    padding-bottom: 15px;
    padding-left: 15px;
  }
}

.c-single01__content h2: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 h2: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 (min-width: 768px) {
  .c-single01__content h2: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 (min-width: 768px) {
  .c-under-border-head {
    padding-bottom: 20px;
  }
}

.c-simple-head {
  margin: var(--mh--space--sm) 0;
  font-size: var(--mh--font-size--lg);
  color: var(--mh--color--primary-700);
}

.c-single01__content h4:not([class*=c-]), .c-circle-ico-head {
  font-size: var(--mh--font-size--x2l);
  font-weight: 700;
  padding-left: 23px;
  position: relative;
  line-height: var(--mh--line-height--sm);
}
.c-single01__content h4:not([class*=c-])::before, .c-circle-ico-head::before {
  content: "";
  width: 15px !important;
  height: 15px !important;
  position: absolute;
  top: 7px;
  left: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjAgMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxjaXJjbGUgY3g9IjEwIiBjeT0iMTAiIHI9IjciIHN0cm9rZT0idXJsKCNwYWludDBfbGluZWFyXzE1MTFfMTI3MzQpIiBzdHJva2Utd2lkdGg9IjYiLz4KPGRlZnM+CjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQwX2xpbmVhcl8xNTExXzEyNzM0IiB4MT0iMCIgeTE9IjEwIiB4Mj0iMjAiIHkyPSIxMCIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPgo8c3RvcCBzdG9wLWNvbG9yPSIjRUE1NTA0Ii8+CjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI0ZFN0IzNCIvPgo8L2xpbmVhckdyYWRpZW50Pgo8L2RlZnM+Cjwvc3ZnPgo=");
  background-repeat: no-repeat;
  background-position: center;
  transition: all var(--mh--duration) var(--mh--easing);
  display: inline-block;
  vertical-align: baseline;
}
@media (min-width: 768px) {
  .c-single01__content h4:not([class*=c-]), .c-circle-ico-head {
    padding-left: 30px;
  }
  .c-single01__content h4:not([class*=c-])::before, .c-circle-ico-head::before {
    width: 20px !important;
    height: 20px !important;
    top: 7px;
  }
}

/* list
================================================ */
.c-single01__content ul:not([class*=c-]), .c-simple-list01 {
  list-style: none;
  padding-left: 0;
}
.c-single01__content ul:not([class*=c-]) li, .c-simple-list01 li {
  position: relative;
  padding-left: 0.9em;
  line-height: var(--mh--line-height--sm);
}
.c-single01__content ul:not([class*=c-]) li:before, .c-simple-list01 li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--mh--color--primary-500);
}
.c-single01__content ul:not([class*=c-]) li + li, .c-simple-list01 li + li {
  margin-top: 10px;
}
.c-single01__content ul:not([class*=c-]) li ol, .c-simple-list01 li ol, .c-single01__content ul:not([class*=c-]) li ul, .c-simple-list01 li ul {
  list-style: none;
  padding-left: 0.25em !important;
  margin-top: 10px !important;
}
.c-single01__content ul:not([class*=c-]) li ol:not([class*=c-]), .c-simple-list01 li ol:not([class*=c-]) {
  counter-reset: child-num;
  margin: 10px 0 !important;
}
.c-single01__content ul:not([class*=c-]) li ol:not([class*=c-]) > li, .c-simple-list01 li ol:not([class*=c-]) > li {
  position: relative;
  padding-left: 1.8em;
  counter-increment: child-num 1;
}
.c-single01__content ul:not([class*=c-]) li ol:not([class*=c-]) > li:before, .c-simple-list01 li ol:not([class*=c-]) > li:before {
  content: counter(child-num);
  line-height: var(--mh--line-height--xs);
  position: absolute;
  top: 7px;
  left: 0;
  width: auto !important;
  height: auto !important;
  border-radius: 0;
  background-color: transparent;
  font-family: var(--mh--font-family--en);
  color: var(--mh--color--primary-500);
}
@media (min-width: 768px) {
  .c-single01__content ul:not([class*=c-]) li ol:not([class*=c-]) > li:before, .c-simple-list01 li ol:not([class*=c-]) > li:before {
    top: 8px;
  }
}
.c-single01__content ul:not([class*=c-]) li ol:not([class*=c-]) > li + li, .c-simple-list01 li ol:not([class*=c-]) > li + li {
  margin-top: 0.7em;
}
.c-single01__content ul.is-policy:not([class*=c-]) li, .is-policy.c-simple-list01 li {
  line-height: var(--mh--line-height--md);
}
.c-single01__content ul.is-policy:not([class*=c-]) li + li, .is-policy.c-simple-list01 li + li {
  margin-top: 5px;
}
.c-single01__content ul.is-policy:not([class*=c-]) li:before, .is-policy.c-simple-list01 li:before {
  top: 12px;
}
@media (min-width: 768px) {
  .c-single01__content ul.is-policy:not([class*=c-]) li + li, .is-policy.c-simple-list01 li + li {
    margin-top: 10px;
  }
}

.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-under-border-head
================================================== */
/* .c-dobble-border-head
================================================== */
/* .c-head01 英語と日本語のタイトル
================================================ */
.c-head01 {
  display: grid;
  row-gap: 8px;
  margin-bottom: 40px;
}
.c-head01__en {
  color: var(--mh--color--primary-500);
  font-size: var(--mh--font-size--xl);
}
.c-head01__tit {
  line-height: var(--mh--line-height--sm);
  font-size: var(--mh--font-size--x8l);
  font-weight: 700;
}
.c-head01.is-white {
  color: var(--mh--color--grayscale-100);
}
.c-head01.is-white .c-head01__en {
  color: var(--mh--color--grayscale-100);
}
.c-head01.is-lg .c-head01__en {
  font-size: var(--mh--font-size--x2l);
}
.c-head01.is-lg .c-head01__tit {
  font-size: var(--mh--font-size--x10l);
}
.c-head01.is-sm .c-head01__en {
  font-size: var(--mh--font-size--xs);
}
.c-head01.is-sm .c-head01__tit {
  font-size: var(--mh--font-size--x6l);
}
.c-head01.has-line .c-head01__en {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}
.c-head01.has-line .c-head01__en::after {
  content: "";
  display: inline-block;
  border-top: 1px solid var(--mh--color--grayscale-400);
  flex: 1;
}
@media (min-width: 768px) {
  .c-head01 {
    row-gap: 10px;
    margin-bottom: 80px;
  }
}

/* .c-head02 英語と日本語のタイトル（小）
================================================ */
.c-head02 {
  display: grid;
  row-gap: 15px;
  margin-bottom: var(--mh--space--md);
}
.c-head02__en {
  display: flex;
  align-items: center;
  column-gap: 10px;
  font-size: var(--mh--font-size--x3s);
}
.c-head02__en::after {
  flex: 1;
  content: "";
  display: block;
  height: 1px;
  background-color: var(--mh--color--grayscale-400);
}
.c-head02__en-txt {
  background: var(--mh--gradient01);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.c-head02__tit {
  line-height: var(--mh--line-height--sm);
  font-size: var(--mh--font-size--x6l);
  font-weight: 700;
}
@media (min-width: 768px) {
  .c-head02 {
    row-gap: 20px;
  }
  .c-head02__en {
    font-size: var(--mh--font-size--xs);
  }
}

/* .c-head04 上にポイントのある日本語タイトル
================================================ */
.c-head04 {
  padding-top: 15px;
  position: relative;
  font-size: var(--mh--font-size--x7l);
  line-height: var(--mh--line-height--sm);
}
.c-head04::before {
  content: "";
  width: 40px;
  height: 5px;
  background-color: var(--mh--color--primary-500);
  border-radius: 3px 3px 0 0;
  position: absolute;
  top: 0;
  left: 0;
}
.c-head04.is-white {
  color: var(--mh--color--grayscale-100);
}
.c-head04.is-white::before {
  background-color: var(--mh--color--grayscale-100);
}

/* .c-head05 下層帯付きH3タイトル
================================================ */
.c-head05 {
  position: relative;
  font-size: var(--mh--font-size--x4l);
  line-height: var(--mh--line-height--sm);
  border-radius: 3px 0 0 3px;
  overflow: hidden;
  padding: 10px 15px 10px 20px;
}
.c-head05::before {
  content: "";
  width: 3px;
  height: 100%;
  background-color: var(--mh--color--primary-500);
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  .c-head05 {
    padding: 10px 25px 10px 25px;
    border-radius: 5px 0 0 5px;
  }
  .c-head05::before {
    width: 4px;
  }
}

/* .c-head06 下線タイトル
================================================ */
.c-head06 {
  font-size: var(--mh--font-size--x2l);
  font-weight: 700;
  padding-bottom: 10px;
  position: relative;
  line-height: var(--mh--line-height--sm);
}
.c-head06::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--mh--color--grayscale-400);
}
.c-head06.is-deco-line {
  font-size: var(--mh--font-size--x4l);
  padding-bottom: 13px;
}
.c-head06.is-deco-line::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(90deg, var(--mh--color--primary-500) 0%, var(--mh--color--primary-500) 50px, var(--mh--color--grayscale-400) 50px, var(--mh--color--grayscale-400) 100%);
}
@media (min-width: 768px) {
  .c-head06 {
    padding-bottom: 15px;
  }
  .c-head06.is-deco-line {
    font-size: var(--mh--font-size--x4l);
    padding-bottom: 20px;
  }
  .c-head06.is-deco-line::after {
    background: linear-gradient(90deg, var(--mh--color--primary-500) 0%, var(--mh--color--primary-500) 80px, var(--mh--color--grayscale-400) 80px, var(--mh--color--grayscale-400) 100%);
  }
}

/* .c-head07 〇アイコン付きタイトル
================================================ */
.c-head07 {
  font-size: var(--mh--font-size--x2l);
  font-weight: 700;
  padding-left: 23px;
  position: relative;
  line-height: var(--mh--line-height--sm);
}
.c-head07::before {
  content: "";
  width: 15px !important;
  height: 15px !important;
  position: absolute;
  top: 7px;
  left: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjAgMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxjaXJjbGUgY3g9IjEwIiBjeT0iMTAiIHI9IjciIHN0cm9rZT0idXJsKCNwYWludDBfbGluZWFyXzE1MTFfMTI3MzQpIiBzdHJva2Utd2lkdGg9IjYiLz4KPGRlZnM+CjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQwX2xpbmVhcl8xNTExXzEyNzM0IiB4MT0iMCIgeTE9IjEwIiB4Mj0iMjAiIHkyPSIxMCIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPgo8c3RvcCBzdG9wLWNvbG9yPSIjRUE1NTA0Ii8+CjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI0ZFN0IzNCIvPgo8L2xpbmVhckdyYWRpZW50Pgo8L2RlZnM+Cjwvc3ZnPgo=");
  background-repeat: no-repeat;
  background-position: center;
  transition: all var(--mh--duration) var(--mh--easing);
  display: inline-block;
  vertical-align: baseline;
}
@media (min-width: 768px) {
  .c-head07 {
    padding-left: 30px;
  }
  .c-head07::before {
    width: 20px !important;
    height: 20px !important;
    top: 7px;
  }
}

/* .c-line-head
================================================== */
/* .c-simple-head
================================================== */
/* .c-surface-head
================================================== */
/* .c-under-border-head
================================================== */
/* .c-ico-xxxx
================================================== */
/* .c-ico-circle01 ●背景の矢印アイコン（ボタン対応済）
-------------------------------------------------- */
.c-ico-circle01 {
  display: grid !important;
  place-content: center;
  width: 40px;
  height: 27px;
  margin-left: 0 !important;
  overflow: hidden;
  border-radius: 50%;
  color: var(--mh--color--grayscale-100);
  background-color: var(--mh--color--primary-500);
}
.c-ico-circle01__in {
  overflow: hidden;
}
.c-ico-circle01 .c-ico {
  position: relative;
}
.c-ico-circle01 .c-ico.is-arw01 {
  width: 14px;
  height: 11px;
}
.c-ico-circle01 .c-ico::before, .c-ico-circle01 .c-ico::after {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
}
.c-ico-circle01.is-down .c-ico.is-arw01 {
  transform: rotate(90deg);
}
@media (min-width: 768px) {
  .c-ico-circle01 {
    width: 60px;
    height: 38px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-ico-circle01 {
    transition: background-color var(--mh--duration) var(--mh--easing);
  }
  .c-ico-circle01:is(a) .c-ico.is-arw01::before, .c-ico-circle01:is(button) .c-ico.is-arw01::before {
    content: "";
    display: inline-block;
    width: 28px;
    height: 22px;
    background-color: currentColor;
    color: currentColor;
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg width="28" height="22" viewBox="0 0 28 22" xmlns="http://www.w3.org/2000/svg"><path d="M16.7883 0C17.41 2.19317 18.9682 4.46113 21.0292 6.33466C23.0604 8.18102 25.5124 9.58193 27.896 10.1616H27.9361V10.1715C27.9576 10.1767 27.9786 10.1831 28 10.1881L27.9964 11.8301C27.9762 11.8347 27.9563 11.8403 27.9361 11.845V11.8566H27.8905C25.5093 12.4287 23.0595 13.8252 21.0292 15.6686C18.9686 17.5398 17.4101 19.8069 16.7883 22L15.8832 21.7898L14.9781 21.5779C15.7017 19.0253 17.4693 16.5033 19.7062 14.4719C20.802 13.4768 22.0286 12.5846 23.3248 11.8566H0V10.1616H23.3431C22.0401 9.42939 20.8074 8.53243 19.7062 7.53141C17.4696 5.4982 15.7019 2.97629 14.9781 0.423745L16.7883 0Z" /></svg>');
    mask-image: url('data:image/svg+xml;utf8,<svg width="28" height="22" viewBox="0 0 28 22" xmlns="http://www.w3.org/2000/svg"><path d="M16.7883 0C17.41 2.19317 18.9682 4.46113 21.0292 6.33466C23.0604 8.18102 25.5124 9.58193 27.896 10.1616H27.9361V10.1715C27.9576 10.1767 27.9786 10.1831 28 10.1881L27.9964 11.8301C27.9762 11.8347 27.9563 11.8403 27.9361 11.845V11.8566H27.8905C25.5093 12.4287 23.0595 13.8252 21.0292 15.6686C18.9686 17.5398 17.4101 19.8069 16.7883 22L15.8832 21.7898L14.9781 21.5779C15.7017 19.0253 17.4693 16.5033 19.7062 14.4719C20.802 13.4768 22.0286 12.5846 23.3248 11.8566H0V10.1616H23.3431C22.0401 9.42939 20.8074 8.53243 19.7062 7.53141C17.4696 5.4982 15.7019 2.97629 14.9781 0.423745L16.7883 0Z" /></svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
    transition: all var(--mh--duration) var(--mh--easing);
    transition: all 0.5s var(--mh--easing) 0.1s;
  }
  .c-ico-circle01:is(a) .c-ico.is-arw01::after, .c-ico-circle01:is(button) .c-ico.is-arw01::after {
    opacity: 0;
    transform: translateX(-100%);
    transition: all 0.5s var(--mh--easing);
  }
  .c-ico-circle01:is(a).is-left .c-ico.is-arw01, .c-ico-circle01:is(button).is-left .c-ico.is-arw01 {
    transform: scaleX(-1);
  }
  .c-ico-circle01:is(a).is-up .c-ico.is-arw01, .c-ico-circle01:is(button).is-up .c-ico.is-arw01 {
    transform: rotate(-90deg);
  }
  .c-ico-circle01:is(a):hover, .c-ico-circle01:is(button):hover {
    background-color: var(--mh--color--primary-400);
  }
  .c-ico-circle01:is(a):hover.is-right .c-ico.is-arw01::before, .c-ico-circle01:is(a):hover.is-left .c-ico.is-arw01::before, .c-ico-circle01:is(a):hover.is-up .c-ico.is-arw01::before, .c-ico-circle01:is(a):hover.is-down .c-ico.is-arw01::before, .c-ico-circle01:is(button):hover.is-right .c-ico.is-arw01::before, .c-ico-circle01:is(button):hover.is-left .c-ico.is-arw01::before, .c-ico-circle01:is(button):hover.is-up .c-ico.is-arw01::before, .c-ico-circle01:is(button):hover.is-down .c-ico.is-arw01::before {
    opacity: 0;
    transform: translateX(100%);
    transition: all 0.5s var(--mh--easing);
  }
  .c-ico-circle01:is(a):hover.is-right .c-ico.is-arw01::after, .c-ico-circle01:is(a):hover.is-left .c-ico.is-arw01::after, .c-ico-circle01:is(a):hover.is-up .c-ico.is-arw01::after, .c-ico-circle01:is(a):hover.is-down .c-ico.is-arw01::after, .c-ico-circle01:is(button):hover.is-right .c-ico.is-arw01::after, .c-ico-circle01:is(button):hover.is-left .c-ico.is-arw01::after, .c-ico-circle01:is(button):hover.is-up .c-ico.is-arw01::after, .c-ico-circle01:is(button):hover.is-down .c-ico.is-arw01::after {
    opacity: 1;
    transform: translateX(0);
    transition: all 0.5s var(--mh--easing) 0.1s;
  }
}

@media (hover: hover) and (pointer: fine) {
  .c-ico-circle01__wrap:has(.c-ico-circle01) .c-ico-circle01 .c-ico.is-arw01::before {
    content: "";
    display: inline-block;
    width: 28px;
    height: 22px;
    background-color: currentColor;
    color: currentColor;
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg width="28" height="22" viewBox="0 0 28 22" xmlns="http://www.w3.org/2000/svg"><path d="M16.7883 0C17.41 2.19317 18.9682 4.46113 21.0292 6.33466C23.0604 8.18102 25.5124 9.58193 27.896 10.1616H27.9361V10.1715C27.9576 10.1767 27.9786 10.1831 28 10.1881L27.9964 11.8301C27.9762 11.8347 27.9563 11.8403 27.9361 11.845V11.8566H27.8905C25.5093 12.4287 23.0595 13.8252 21.0292 15.6686C18.9686 17.5398 17.4101 19.8069 16.7883 22L15.8832 21.7898L14.9781 21.5779C15.7017 19.0253 17.4693 16.5033 19.7062 14.4719C20.802 13.4768 22.0286 12.5846 23.3248 11.8566H0V10.1616H23.3431C22.0401 9.42939 20.8074 8.53243 19.7062 7.53141C17.4696 5.4982 15.7019 2.97629 14.9781 0.423745L16.7883 0Z" /></svg>');
    mask-image: url('data:image/svg+xml;utf8,<svg width="28" height="22" viewBox="0 0 28 22" xmlns="http://www.w3.org/2000/svg"><path d="M16.7883 0C17.41 2.19317 18.9682 4.46113 21.0292 6.33466C23.0604 8.18102 25.5124 9.58193 27.896 10.1616H27.9361V10.1715C27.9576 10.1767 27.9786 10.1831 28 10.1881L27.9964 11.8301C27.9762 11.8347 27.9563 11.8403 27.9361 11.845V11.8566H27.8905C25.5093 12.4287 23.0595 13.8252 21.0292 15.6686C18.9686 17.5398 17.4101 19.8069 16.7883 22L15.8832 21.7898L14.9781 21.5779C15.7017 19.0253 17.4693 16.5033 19.7062 14.4719C20.802 13.4768 22.0286 12.5846 23.3248 11.8566H0V10.1616H23.3431C22.0401 9.42939 20.8074 8.53243 19.7062 7.53141C17.4696 5.4982 15.7019 2.97629 14.9781 0.423745L16.7883 0Z" /></svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
    transition: all var(--mh--duration) var(--mh--easing);
    transition: all 0.5s var(--mh--easing) 0.1s;
  }
  .c-ico-circle01__wrap:has(.c-ico-circle01) .c-ico-circle01 .c-ico.is-arw01::after {
    opacity: 0;
    transform: translateX(-100%);
    transition: all 0.5s var(--mh--easing);
  }
  .c-ico-circle01__wrap:has(.c-ico-circle01) .c-ico-circle01.is-left .c-ico.is-arw01 {
    transform: scaleX(-1);
  }
  .c-ico-circle01__wrap:has(.c-ico-circle01) .c-ico-circle01.is-up .c-ico.is-arw01 {
    transform: rotate(-90deg);
  }
  .c-ico-circle01__wrap:has(.c-ico-circle01):hover .c-ico-circle01 {
    background-color: var(--mh--color--primary-400);
  }
  .c-ico-circle01__wrap:has(.c-ico-circle01):hover .c-ico-circle01.is-right .c-ico.is-arw01::before, .c-ico-circle01__wrap:has(.c-ico-circle01):hover .c-ico-circle01.is-left .c-ico.is-arw01::before, .c-ico-circle01__wrap:has(.c-ico-circle01):hover .c-ico-circle01.is-up .c-ico.is-arw01::before, .c-ico-circle01__wrap:has(.c-ico-circle01):hover .c-ico-circle01.is-down .c-ico.is-arw01::before {
    opacity: 0;
    transform: translateX(100%);
    transition: all 0.5s var(--mh--easing);
  }
  .c-ico-circle01__wrap:has(.c-ico-circle01):hover .c-ico-circle01.is-right .c-ico.is-arw01::after, .c-ico-circle01__wrap:has(.c-ico-circle01):hover .c-ico-circle01.is-left .c-ico.is-arw01::after, .c-ico-circle01__wrap:has(.c-ico-circle01):hover .c-ico-circle01.is-up .c-ico.is-arw01::after, .c-ico-circle01__wrap:has(.c-ico-circle01):hover .c-ico-circle01.is-down .c-ico.is-arw01::after {
    opacity: 1;
    transform: translateX(0);
    transition: all 0.5s var(--mh--easing) 0.1s;
  }
}

/* .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::after {
  content: "";
  display: inline-block;
  width: 28px;
  height: 22px;
  background-color: currentColor;
  color: currentColor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg width="28" height="22" viewBox="0 0 28 22" xmlns="http://www.w3.org/2000/svg"><path d="M16.7883 0C17.41 2.19317 18.9682 4.46113 21.0292 6.33466C23.0604 8.18102 25.5124 9.58193 27.896 10.1616H27.9361V10.1715C27.9576 10.1767 27.9786 10.1831 28 10.1881L27.9964 11.8301C27.9762 11.8347 27.9563 11.8403 27.9361 11.845V11.8566H27.8905C25.5093 12.4287 23.0595 13.8252 21.0292 15.6686C18.9686 17.5398 17.4101 19.8069 16.7883 22L15.8832 21.7898L14.9781 21.5779C15.7017 19.0253 17.4693 16.5033 19.7062 14.4719C20.802 13.4768 22.0286 12.5846 23.3248 11.8566H0V10.1616H23.3431C22.0401 9.42939 20.8074 8.53243 19.7062 7.53141C17.4696 5.4982 15.7019 2.97629 14.9781 0.423745L16.7883 0Z" /></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg width="28" height="22" viewBox="0 0 28 22" xmlns="http://www.w3.org/2000/svg"><path d="M16.7883 0C17.41 2.19317 18.9682 4.46113 21.0292 6.33466C23.0604 8.18102 25.5124 9.58193 27.896 10.1616H27.9361V10.1715C27.9576 10.1767 27.9786 10.1831 28 10.1881L27.9964 11.8301C27.9762 11.8347 27.9563 11.8403 27.9361 11.845V11.8566H27.8905C25.5093 12.4287 23.0595 13.8252 21.0292 15.6686C18.9686 17.5398 17.4101 19.8069 16.7883 22L15.8832 21.7898L14.9781 21.5779C15.7017 19.0253 17.4693 16.5033 19.7062 14.4719C20.802 13.4768 22.0286 12.5846 23.3248 11.8566H0V10.1616H23.3431C22.0401 9.42939 20.8074 8.53243 19.7062 7.53141C17.4696 5.4982 15.7019 2.97629 14.9781 0.423745L16.7883 0Z" /></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: all var(--mh--duration) var(--mh--easing);
}

/* .c-ico.is-arw02
-------------------------------------------------- */
.c-ico.is-arw02::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 10px;
  background-color: currentColor;
  color: currentColor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg width="6" height="10" viewBox="0 0 6 10" xmlns="http://www.w3.org/2000/svg"><path d="M1.7882 10L0 9.71556C0.3177 7.82222 1.65204 6.04444 3.36762 5.00444C1.65204 3.95556 0.3177 2.17778 0 0.284444L1.7882 0C2.1059 1.92 4.03933 3.81333 6 4.12444V5.87556C4.03933 6.18667 2.11498 8.08 1.7882 10Z" /></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg width="6" height="10" viewBox="0 0 6 10" xmlns="http://www.w3.org/2000/svg"><path d="M1.7882 10L0 9.71556C0.3177 7.82222 1.65204 6.04444 3.36762 5.00444C1.65204 3.95556 0.3177 2.17778 0 0.284444L1.7882 0C2.1059 1.92 4.03933 3.81333 6 4.12444V5.87556C4.03933 6.18667 2.11498 8.08 1.7882 10Z" /></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: all var(--mh--duration) var(--mh--easing);
}
.c-ico.is-arw02.is-return::after {
  transform: scale(-1, 1);
}

/* .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;
}
.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::after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 16px;
  background-color: currentColor;
  color: currentColor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg width="22" height="16" viewBox="0 0 22 16" xmlns="http://www.w3.org/2000/svg"><path d="M11 9.32L22 0.52V0H0V0.51L11 9.32Z" /><path d="M11.47 10.87C11.33 10.98 11.17 11.03 11 11.03C10.83 11.03 10.67 10.98 10.53 10.87L0 2.44V16H22V2.44L11.47 10.87Z" /></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg width="22" height="16" viewBox="0 0 22 16" xmlns="http://www.w3.org/2000/svg"><path d="M11 9.32L22 0.52V0H0V0.51L11 9.32Z" /><path d="M11.47 10.87C11.33 10.98 11.17 11.03 11 11.03C10.83 11.03 10.67 10.98 10.53 10.87L0 2.44V16H22V2.44L11.47 10.87Z" /></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: all var(--mh--duration) var(--mh--easing);
  display: block;
}

/* .c-ico.is-map01
-------------------------------------------------- */
.c-ico.is-map01 {
  margin-right: 5px;
  color: violet;
}
.c-ico.is-map01::after {
  display: inline-block;
  width: 12px;
  height: 16px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12.016 16.221"><path d="M6.008,0A6.026,6.026,0,0,0,0,6.041C0,10.188,4.166,14.8,5.684,16.1a.5.5,0,0,0,.647,0c1.519-1.3,5.684-5.909,5.684-10.057A6.026,6.026,0,0,0,6.008,0m0,9.864A3.633,3.633,0,1,1,9.619,6.227,3.622,3.622,0,0,1,6.008,9.86" transform="translate(0 0.004)"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12.016 16.221"><path d="M6.008,0A6.026,6.026,0,0,0,0,6.041C0,10.188,4.166,14.8,5.684,16.1a.5.5,0,0,0,.647,0c1.519-1.3,5.684-5.909,5.684-10.057A6.026,6.026,0,0,0,6.008,0m0,9.864A3.633,3.633,0,1,1,9.619,6.227,3.622,3.622,0,0,1,6.008,9.86" transform="translate(0 0.004)"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: all var(--mh--duration) var(--mh--easing);
}

/* .c-ico.is-search01
-------------------------------------------------- */
.c-ico.is-search01 {
  margin-right: 5px;
  color: red;
}
.c-ico.is-search01::after {
  display: inline-block;
  width: 19px;
  height: 19px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18.814 18.814"><path d="M12491.646,13519.027l-4.409-4.409,0,0a7.6,7.6,0,1,1,1.386-1.387l4.409,4.413a.979.979,0,0,1,0,1.381.975.975,0,0,1-1.384,0Zm-14.97-10.43a5.922,5.922,0,1,0,5.921-5.921A5.926,5.926,0,0,0,12476.677,13508.6Z" transform="translate(-12474.751 -13500.751)" stroke-width="0.5"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18.814 18.814"><path d="M12491.646,13519.027l-4.409-4.409,0,0a7.6,7.6,0,1,1,1.386-1.387l4.409,4.413a.979.979,0,0,1,0,1.381.975.975,0,0,1-1.384,0Zm-14.97-10.43a5.922,5.922,0,1,0,5.921-5.921A5.926,5.926,0,0,0,12476.677,13508.6Z" transform="translate(-12474.751 -13500.751)" stroke-width="0.5"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: all var(--mh--duration) var(--mh--easing);
}

/* .c-ico.is-tel01
-------------------------------------------------- */
.c-ico.is-tel01::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: currentColor;
  color: currentColor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M6.27277 13.7203C11.3737 18.8187 16.2383 19.8916 18.0404 19.99C19.1925 18.3069 19.675 16.9191 20 15.679C18.7592 14.4683 16.9473 13.238 15.293 12.5392L13.3333 14.4979C12.6637 14.3207 10.8223 13.5628 8.62629 11.3581C6.43033 9.15339 5.67208 7.32268 5.48498 6.65339L7.44461 4.69472C6.74545 3.04118 5.51452 1.23016 4.3033 -0.00999999C3.07238 0.324646 1.6839 0.806929 0 1.9585C0.0984737 3.75969 1.17184 8.62189 6.27277 13.7203Z" /></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M6.27277 13.7203C11.3737 18.8187 16.2383 19.8916 18.0404 19.99C19.1925 18.3069 19.675 16.9191 20 15.679C18.7592 14.4683 16.9473 13.238 15.293 12.5392L13.3333 14.4979C12.6637 14.3207 10.8223 13.5628 8.62629 11.3581C6.43033 9.15339 5.67208 7.32268 5.48498 6.65339L7.44461 4.69472C6.74545 3.04118 5.51452 1.23016 4.3033 -0.00999999C3.07238 0.324646 1.6839 0.806929 0 1.9585C0.0984737 3.75969 1.17184 8.62189 6.27277 13.7203Z" /></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: all var(--mh--duration) var(--mh--easing);
}

/* .c-ico.is-circle01
-------------------------------------------------- */
.c-ico.is-circle01::after {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjAgMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxjaXJjbGUgY3g9IjEwIiBjeT0iMTAiIHI9IjciIHN0cm9rZT0idXJsKCNwYWludDBfbGluZWFyXzE1MTFfMTI3MzQpIiBzdHJva2Utd2lkdGg9IjYiLz4KPGRlZnM+CjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQwX2xpbmVhcl8xNTExXzEyNzM0IiB4MT0iMCIgeTE9IjEwIiB4Mj0iMjAiIHkyPSIxMCIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPgo8c3RvcCBzdG9wLWNvbG9yPSIjRUE1NTA0Ii8+CjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI0ZFN0IzNCIvPgo8L2xpbmVhckdyYWRpZW50Pgo8L2RlZnM+Cjwvc3ZnPgo=");
  background-repeat: no-repeat;
  background-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: 1.2em;
  font-size: var(--mh--font-size--md);
  text-indent: -1.2em;
}
.c-num-list01__item::before {
  margin-right: 5px;
  color: var(--mh--color--primary-500);
  content: counter(num01) ".";
  counter-increment: num01 1;
  font-weight: 700;
  font-family: var(--mh--font-family--en);
}
.c-num-list01__item + .c-num-list01__item {
  margin-top: 0.2em;
}
.c-num-list01__item ol {
  margin-top: 0 !important;
  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.3em;
}
.c-num-list01__item ol li::before {
  margin-right: 5px;
  color: var(--mh--color--grayscale-700);
  content: counter(num02) ".";
  counter-increment: num02 1;
  font-weight: 700;
  font-family: var(--mh--font-family--en);
}
.c-num-list01__item ul {
  margin-top: 0 !important;
  padding-left: 1.5em;
}
.c-num-list01__item ul li {
  position: relative;
  padding-left: 1.9em;
  line-height: var(--mh--line-height--sm);
}
.c-num-list01__item ul li::before {
  content: "";
  position: absolute;
  top: 11px !important;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--mh--color--primary-500);
}
.c-num-list01__item ul li + li {
  margin-top: 0.8em;
}
.c-num-list01__item-note {
  margin-top: 5px;
  color: var(--mh--color--grayscale-800);
  font-size: var(--mh--font-size--xs);
  text-indent: -1em;
  padding-left: 1em;
}
@media (min-width: 768px) {
  .c-num-list01__item + .c-num-list01__item {
    margin-top: 0.5em;
  }
}

.c-num-list-wrapper {
  counter-reset: num01;
}
.c-num-list-wrapper .c-num-list01 {
  counter-reset: none;
}
.c-num-list-wrapper .c-num-list01__item {
  padding-left: 1.9em;
  text-indent: -1.9em;
}
.c-num-list-wrapper .c-num-list01__item + .c-num-list01__item {
  margin-top: 15px;
}
.c-num-list-wrapper .c-num-list01__item.is-digit {
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.c-num-list-wrapper .c-num-list01__item ol {
  margin-top: 10px !important;
  counter-reset: num02 0;
}
.c-num-list-wrapper .c-num-list01__item ol li {
  padding-left: 1.9em;
  text-indent: -1.9em;
}
.c-num-list-wrapper .c-num-list01__item ol li + li {
  margin-top: 10px;
}
.c-num-list-wrapper .c-num-list01__item ol li.is-digit {
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.c-num-list-wrapper .c-num-list01__item ul {
  padding-top: 10px;
  padding-left: 0;
}
.c-num-list-wrapper .c-num-list01__item ul li {
  padding-left: 0.9em;
  text-indent: 0;
}
.c-num-list-wrapper .c-num-list01__item ul li::before {
  top: 9px !important;
}
.c-num-list-wrapper .c-num-list01__item ul li ol {
  margin-top: 5px !important;
  counter-reset: num02 0;
}
.c-num-list-wrapper .c-num-list01__item ul li ol li {
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.c-num-list-wrapper .c-num-list01__item ul li ol li + li {
  margin-top: 0.3em;
}
.c-num-list-wrapper .c-num-list01__item ul li ol li::before {
  margin-right: 5px;
  color: var(--mh--color--grayscale-700);
  content: counter(num02) ".";
  counter-increment: num02 1;
  font-weight: 700;
  font-family: var(--mh--font-family--en);
  width: 0;
  height: 0;
  position: static;
  background: none;
  border-radius: unset;
}
.c-num-list-wrapper .c-num-list01__item ul li ol li ul li {
  padding-left: 10px;
  text-indent: 0;
  font-size: var(--mh--font-size--sm);
}
.c-num-list-wrapper .c-num-list01__item ul li ol li ul li::before {
  content: "";
  position: absolute;
  top: 10px !important;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--mh--color--grayscale-700);
}
.c-num-list-wrapper .c-num-list01__item ul li ol li ul li + li {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .c-num-list-wrapper .c-num-list01 .c-num-list01__item + .c-num-list01__item {
    margin-top: 20px;
  }
  .c-num-list-wrapper .c-num-list01 .c-num-list01__item ul {
    padding-top: 15px;
  }
}

.c-service-list01 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(335px, 100%), 1fr));
  gap: 20px;
}
.c-service-list01__item {
  position: relative;
  display: grid;
  place-content: start center;
  place-items: start center;
  row-gap: 20px;
  position: relative;
  height: auto;
  padding: 36px 24px 30px;
  border-radius: var(--mh--border-radius--lg);
  background-color: var(--mh--color--grayscale-100);
}
.c-service-list01__item::before {
  content: "";
  display: block;
  position: absolute;
  inset: 10px 10px auto;
  height: 5px;
  border-radius: 5px 5px 0 0;
  background: var(--mh--gradient01);
}
.c-service-list01__num {
  position: absolute;
  top: 25px;
  right: 20px;
  display: flex;
  justify-content: flex-end;
  font-size: var(--mh--font-size--x3l);
}
.c-service-list01__num span {
  background: var(--mh--gradient01);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.c-service-list01__img {
  width: 95px;
  height: 95px;
}
.c-service-list01__tit {
  line-height: var(--mh--line-height--sm);
  text-align: center;
  font-size: var(--mh--font-size--x4l);
  font-weight: 700;
}
.c-service-list01__tit em {
  color: var(--mh--color--primary-500);
  font-style: normal;
}
@media (min-width: 768px) {
  .c-service-list01 {
    grid-template-columns: repeat(auto-fill, minmax(min(500px, 100%), 1fr));
    gap: 30px;
  }
  .c-service-list01__item {
    padding: 55px 55px 50px;
    row-gap: 10px;
  }
  .c-service-list01__item::before {
    inset: 15px 15px auto;
    height: 10px;
    border-radius: 10px 10px 0 0;
  }
  .c-service-list01__num {
    top: 35px;
    right: 25px;
  }
  .c-service-list01__img {
    width: 110px;
    height: 110px;
    margin-bottom: 10px;
  }
  .c-service-list01__tit {
    line-height: var(--mh--line-height--sm);
    text-align: center;
    font-size: var(--mh--font-size--x3l);
    font-weight: 700;
  }
  .c-service-list01__tit em {
    color: var(--mh--color--primary-500);
    font-style: normal;
  }
  .c-service-list01.is-sm {
    grid-template-columns: repeat(auto-fill, minmax(min(400px, 100%), 1fr));
  }
  .c-service-list01.is-sm .c-service-list01__item {
    padding-bottom: 40px;
  }
  .c-service-list01.is-sm .c-service-list01__num {
    font-size: var(--mh--font-size--x2l);
  }
  .c-service-list01.is-sm .c-service-list01__img {
    width: 100px;
    height: 100px;
  }
  .c-service-list01.is-sm .c-service-list01__tit {
    font-size: var(--mh--font-size--x2l);
  }
}

/*  .c-simple-list01
================================================== */
/* .c-local-nav01
================================================== */
.c-local-nav01 {
  padding: 25px 0;
}
.c-local-nav01__item + .c-local-nav01__item {
  margin-top: 22px;
}
.c-local-nav01__btn {
  width: fit-content;
}
@media (min-width: 768px) {
  .c-local-nav01 {
    display: flex;
    flex-wrap: wrap;
    gap: 25px 50px;
    padding: 50px 0;
  }
  .c-local-nav01__item + .c-local-nav01__item {
    margin-top: 0;
  }
}

/* .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 (min-width: 1100px) {
  .c-pager01 li a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #000;
    border: 1px solid #000;
  }
}

/*  .c-pager02
================================================== */
.c-pager02 {
  --line: 3;
  --line-height-sm: 1.4;
  margin-top: 35px;
  line-height: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.c-pager02 > li {
  width: 100%;
}
.c-pager02__link {
  background: var(--mh--color--grayscale-100);
  border-radius: var(--mh--border-radius--md);
  padding: 15px;
  line-height: ver(--mh--line-height--sm);
  display: block;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .c-pager02__link:hover {
    color: var(--mh--color--primary-400);
  }
  .c-pager02__link:hover .c-pager02__head {
    color: var(--mh--color--primary-400);
  }
  .c-pager02__link:hover .c-pager02__ico {
    color: var(--mh--color--primary-400);
  }
}
.c-pager02__head {
  font-weight: 700;
  font-size: var(--mh--font-size--xs);
  color: var(--mh--color--primary-500);
  transition: all var(--mh--duration) var(--mh--easing);
}
.c-pager02__txt {
  margin-top: 5px;
  font-size: var(--mh--font-size--sm);
  display: -webkit-box;
  max-height: calc(var(--line) * var(--line-height) * 3em);
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: var(--line);
  line-height: var(--line-height-sm);
  -webkit-box-orient: vertical;
  transition: all var(--mh--duration) var(--mh--easing);
}
.c-pager02__ico {
  position: absolute;
  top: 0;
  bottom: 0;
  color: var(--mh--color--primary-500);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all var(--mh--duration) var(--mh--easing);
}
.c-pager02__ico::after {
  width: 6px;
  height: 10px;
}
.c-pager02__previous {
  order: 1;
}
.c-pager02__previous .c-pager02__link {
  padding-left: 36px;
}
.c-pager02__previous .c-pager02__ico {
  left: 15px;
}
.c-pager02__next {
  order: 2;
}
.c-pager02__next .c-pager02__link {
  padding-right: 36px;
}
.c-pager02__next .c-pager02__ico {
  right: 15px;
}
.c-pager02__all {
  order: 3;
  padding-top: 25px;
  display: flex;
  justify-content: center;
  width: 100%;
}
.c-pager02__all-in {
  width: fit-content;
}
@media (min-width: 1100px) {
  .c-pager02 {
    --line: 2;
    margin-top: 70px;
    display: block;
    position: relative;
    min-height: 110px;
  }
  .c-pager02 > li {
    width: unset;
  }
  .c-pager02__link {
    width: 358px;
    height: 110px;
    padding: 20px;
  }
  .c-pager02__txt {
    margin-top: 10px;
    max-height: calc(var(--line) * var(--line-height) * 2em);
  }
  .c-pager02__ico::after {
    width: 7px;
    height: 12px;
  }
  .c-pager02__previous {
    float: left;
  }
  .c-pager02__previous .c-pager02__link {
    padding-left: 47px;
  }
  .c-pager02__previous .c-pager02__ico {
    left: 20px;
  }
  .c-pager02__next {
    float: right;
  }
  .c-pager02__next .c-pager02__link {
    padding-right: 47px;
  }
  .c-pager02__next .c-pager02__ico {
    right: 20px;
  }
  .c-pager02__all {
    order: 2;
    padding-top: 0;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    width: fit-content !important;
  }
}

.c-recommend01 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.c-recommend01__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}
.c-recommend01__item-in {
  border-radius: var(--mh--border-radius--md);
  color: var(--mh--color--grayscale-100);
  font-size: var(--mh--font-size--xl);
  font-weight: 700;
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
  height: 120px;
}
.c-recommend01__item-in img {
  width: 100%;
  height: auto;
  aspect-ratio: 335/120;
  object-fit: cover;
}
.c-recommend01__item-txt {
  position: absolute;
  bottom: 15px;
  left: 20px;
  line-height: ver(--mh--line-height--sm);
  z-index: 1;
}
.c-recommend01__item-ico {
  color: var(--mh--color--primary-500);
  background-color: var(--mh--color--primary-100);
  position: absolute;
  bottom: 15px;
  right: 15px;
  z-index: 1;
}
@media (min-width: 768px) {
  .c-recommend01 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .c-recommend01__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 31px;
  }
  .c-recommend01__item-in {
    height: 346px;
  }
  .c-recommend01__item-in img {
    aspect-ratio: 346/346;
  }
  .c-recommend01__item-txt {
    bottom: 25px;
    left: 30px;
  }
  .c-recommend01__item-ico {
    bottom: 20px;
    right: 20px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-recommend01__item-in {
    transition: all var(--mh--duration) var(--mh--easing);
  }
  .c-recommend01__item-in:hover {
    color: var(--mh--color--primary-400);
  }
  .c-recommend01__item-in:hover .c-recommend01__item-ico {
    color: var(--mh--color--grayscale-100);
    background-color: var(--mh--color--primary-400);
  }
}

/* .c-section01 （PC）サイドにタイトルのあるセクション
================================================== */
.c-section01 {
  display: grid;
}
.c-section01__head {
  display: flex;
  color: var(--mh--color--primary-500);
}
.c-section01__head-en {
  font-size: var(--mh--font-size--sm);
}
.c-section01__head-txt {
  line-height: var(--mh--line-height--sm);
  font-size: var(--mh--font-size--xs);
}
.c-section01.is-white .c-section01__head {
  color: var(--mh--color--grayscale-100);
}
@media (max-width: 1099px) {
  .c-section01__head {
    align-items: baseline;
    justify-content: flex-start;
    column-gap: 15px;
    padding: 15px var(--mh--contents--padding--side);
    text-align: center;
    border-top: 1px solid var(--mh--color--grayscale-400);
    border-bottom: 1px solid var(--mh--color--grayscale-400);
  }
}
@media (min-width: 1100px) {
  .c-section01 {
    grid-template-columns: 88px 1fr;
  }
  .c-section01__head {
    align-items: center;
    column-gap: 20px;
    padding-inline: 50px;
    writing-mode: vertical-rl;
    white-space: nowrap;
    border-right: 1px solid var(--mh--color--grayscale-400);
  }
  .c-section01__head-en {
    font-size: var(--mh--font-size--lg);
  }
  .c-section01__head-txt {
    font-size: var(--mh--font-size--md);
  }
}
@media (min-width: 1100px) and (max-width: 1819px) and (min-width: 1730px) {
  .c-section01__inner {
    position: relative;
    left: calc(var(--mh--contents--padding--side) * -1);
  }
}
@media (min-width: 1820px) {
  .c-section01 {
    display: block;
    position: relative;
  }
  .c-section01__head {
    position: absolute;
    top: 0;
    left: 0;
    width: 140px;
    height: 100%;
  }
}

/*  .c-set01.is-reverse
================================================== */
@media (min-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 (min-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-set02__img {
  margin-bottom: 30px;
}
.c-set02__img img {
  width: 100%;
  border-radius: var(--mh--border-radius--lg);
}
.c-set02__area-txt.is-lh-lg .c-set02__txt + .c-set02__txt {
  margin-top: 1.8em;
}
.c-set02__area-txt.is-bold .c-set02__txt {
  font-weight: 700;
}
.c-set02__txt + .c-set02__txt {
  margin-top: 1em;
}
@media (min-width: 768px) {
  .c-set02 {
    display: grid;
    grid-template-columns: 1fr max-content;
    gap: 7.27%;
  }
  .c-set02__img {
    order: 2;
    margin-bottom: 0;
    max-width: 440px;
  }
  .c-set02__area-txt.is-bold .c-set02__txt {
    font-size: var(--mh--font-size--xl);
  }
  .c-set02__txt + .c-set02__txt {
    margin-top: 1em;
  }
}

/* .c-single01
================================================== */
.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 h3:not([class*=c-]) {
  margin-top: var(--mh--space--x2l);
  margin-bottom: 0;
}
.c-single01__content h3:not([class*=c-]) + p {
  margin-top: var(--mh--space--sm);
}
.c-single01__content h4:not([class*=c-]) {
  margin-top: var(--mh--space--md);
  margin-bottom: 0;
}
.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;
  }
}
@media (min-width: 768px) {
  .c-single01__content h3:not([class*=c-]) {
    margin-top: var(--mh--space--x3l);
  }
  .c-single01__content h4:not([class*=c-]) {
    margin-top: var(--mh--space--xl);
  }
}
.c-single01__list-set {
  display: grid;
  row-gap: 8px;
  overflow: hidden;
}
.c-single01__list-set-item + .c-single01__list-set-item {
  margin-top: 15px;
}
.c-single01__list-set-in {
  display: grid;
  row-gap: 2px;
}
.c-single01__list-set-head {
  margin-bottom: 10px;
}
.c-single01__list-set-head-in {
  font-weight: 700;
  color: var(--mh--color--primary-500);
  position: relative;
  padding-right: 10px;
  display: inline-block;
}
.c-single01__list-set-head-in::after {
  content: "";
  width: calc(1010px - 100%);
  height: 1px;
  background: var(--mh--color--grayscale-400);
  position: absolute;
  inset: 0 0 0 100%;
  margin: auto;
}
.c-single01__list-set-in {
  margin-top: 10px;
}
.c-single01__list-set-tit {
  position: relative;
  padding-left: 12px;
  line-height: var(--mh--line-height--sm);
  font-size: var(--mh--font-size--xs);
  font-weight: 700;
}
.c-single01__list-set-tit::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(var(--mh--line-height--sm) * 0.5em - 3px);
  left: 1px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--mh--color--primary-500);
}
.c-single01__list-set-txt {
  line-height: var(--mh--line-height--sm);
  font-size: var(--mh--font-size--xs);
}
@media (min-width: 768px) {
  .c-single01__list-set {
    row-gap: 15px;
    padding-right: 25px;
  }
  .c-single01__list-set-item + .c-single01__list-set-item {
    margin-top: 20px;
  }
  .c-single01__list-set-in {
    grid-template-columns: 10em 1fr;
    gap: 10px;
  }
  .c-single01__list-set-head {
    margin-bottom: 15px;
  }
  .c-single01__list-set-tit {
    padding-left: 15px;
    font-size: var(--mh--font-size--sm);
  }
  .c-single01__list-set-tit::before {
    top: calc(var(--mh--line-height--sm) * 0.5em - 2px);
    left: 2px;
  }
  .c-single01__list-set-txt {
    font-size: var(--mh--font-size--sm);
  }
}

/* .c-table01
================================================== */
.c-table01 {
  background: var(--mh--color--grayscale-100);
}
.c-table01 th, .c-table01 td {
  padding: 14px 15px 15px;
  line-height: var(--mh--line-height--sm);
  text-align: left;
  font-size: var(--mh--font-size--md);
}
.c-table01 th {
  background: var(--mh--color--grayscale-300);
}
.c-table01 th.is-border {
  border-right: var(--mh--color--grayscale-400) solid 1px;
}
.c-table01 tr > *:last-child {
  border-right: none;
}
.c-table01 tr + tr th, .c-table01 tr + tr td {
  border-top: var(--mh--color--grayscale-400) solid 1px;
}
.c-table01 td {
  border-right: var(--mh--color--grayscale-400) solid 1px;
}
.c-table01 td.is-cell-merge {
  padding: 18px 15px;
  border-top-color: var(--mh--color--grayscale-900);
}
.c-table01.is-half th, .c-table01.is-half td {
  width: 50%;
}
.c-table01__note {
  margin-top: 10px;
  font-size: var(--mh--font-size--xs);
  color: var(--mh--color--grayscale-800);
  line-height: var(--mh--line-height--sm);
}
.c-table01__note-item {
  text-indent: -1em;
  padding-left: 1em;
}
.c-table01__note-item + .c-table01__note-item {
  margin-top: 5px;
}
@media (min-width: 768px) {
  .c-table01 th, .c-table01 td {
    padding: 18px 20px;
  }
  .c-table01 td.is-cell-merge {
    padding: 18px 20px;
  }
}

/* .c-table02
================================================== */
.c-table02 th, .c-table02 td {
  line-height: var(--mh--line-height--sm);
  text-align: left;
  font-size: var(--mh--font-size--md);
}
.c-table02 th {
  font-weight: 700;
}
@media (max-width: 767px) {
  .c-table02 tr, .c-table02 th, .c-table02 td {
    display: block;
  }
  .c-table02 tr {
    padding: 19px 0;
    border-bottom: var(--mh--color--grayscale-400) solid 1px;
  }
  .c-table02 tr:first-child {
    border-top: var(--mh--color--grayscale-400) solid 1px;
  }
  .c-table02 td {
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  .c-table02 tr:first-child th {
    border-top: var(--mh--color--grayscale-700) solid 1px;
  }
  .c-table02 tr:first-child td {
    border-top: var(--mh--color--grayscale-400) solid 1px;
  }
  .c-table02 th, .c-table02 td {
    padding: 29px 10px;
  }
  .c-table02 th {
    border-bottom: var(--mh--color--grayscale-700) solid 1px;
  }
  .c-table02 td {
    border-bottom: var(--mh--color--grayscale-400) solid 1px;
  }
}

/* .l-breadcrumb
================================================ */
.l-breadcrumb__inner {
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .l-breadcrumb__inner {
    padding-bottom: 15px;
  }
}

/* .l-breadcrumb-list
================================================ */
.l-breadcrumb-list {
  display: flex;
  flex-wrap: nowrap;
  font-size: var(--mh--font-size--x2s);
  overflow: hidden;
}
.l-breadcrumb-list__item {
  display: inline-block;
  vertical-align: top;
  flex-shrink: 0;
}
.l-breadcrumb-list__item + .l-breadcrumb-list__item {
  margin-left: 10px;
}
.l-breadcrumb-list__item + .l-breadcrumb-list__item::before {
  margin-right: 10px;
  content: "";
  display: inline-block;
  width: 6px;
  height: 10px;
  background-color: currentColor;
  color: currentColor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg width="6" height="10" viewBox="0 0 6 10" xmlns="http://www.w3.org/2000/svg"><path d="M1.7882 10L0 9.71556C0.3177 7.82222 1.65204 6.04444 3.36762 5.00444C1.65204 3.95556 0.3177 2.17778 0 0.284444L1.7882 0C2.1059 1.92 4.03933 3.81333 6 4.12444V5.87556C4.03933 6.18667 2.11498 8.08 1.7882 10Z" /></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg width="6" height="10" viewBox="0 0 6 10" xmlns="http://www.w3.org/2000/svg"><path d="M1.7882 10L0 9.71556C0.3177 7.82222 1.65204 6.04444 3.36762 5.00444C1.65204 3.95556 0.3177 2.17778 0 0.284444L1.7882 0C2.1059 1.92 4.03933 3.81333 6 4.12444V5.87556C4.03933 6.18667 2.11498 8.08 1.7882 10Z" /></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: all var(--mh--duration) var(--mh--easing);
  color: var(--mh--color--primary-500);
}
.l-breadcrumb-list__item:last-child {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  flex-shrink: unset;
}
.l-breadcrumb-list__item a {
  color: var(--mh--color--primary-500);
  position: relative;
  display: inline-block;
  text-transform: uppercase;
}
.l-breadcrumb-list__item a::after {
  content: "";
  background: var(--mh--color--primary-500);
  height: 1px;
  position: absolute;
  bottom: 5px;
  left: 0;
  transform: scale(1, 1);
  transform-origin: left top;
  transition: transform 0.2s;
  width: 100%;
}
@media (hover: hover) and (pointer: fine) {
  .l-breadcrumb-list__item a {
    transition: all var(--mh--duration) var(--mh--easing);
  }
  .l-breadcrumb-list__item a:hover {
    color: var(--mh--color--primary-400);
  }
  .l-breadcrumb-list__item a:hover::after {
    transform-origin: right top;
    transform: scale(0, 1);
  }
}
@media (max-width: 767px) {
  .l-breadcrumb-list__item {
    flex-wrap: nowrap;
    overflow: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .l-breadcrumb-list__item::-webkit-scrollbar {
    display: none;
  }
}

/* .l-footer
================================================ */
.l-footer {
  position: relative;
  overflow: hidden;
  color: var(--mh--color--grayscale-100);
  background-color: var(--mh--color--surface-900);
}
.l-footer__sec-content {
  padding-block: 20px 50px;
}
.l-footer__content {
  display: grid;
  row-gap: 5px;
  position: relative;
  padding-bottom: 50px;
}
.l-footer__content::after {
  content: "";
  display: block;
  position: absolute;
  inset: auto calc(var(--mh--contents--padding--side) * -1) 0;
  width: 100vw;
  height: 1px;
  background-color: var(--mh--color--grayscale-400);
}
@media (max-width: 1099px) {
  .l-footer__sec-side {
    order: 1;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    height: var(--mh--header--height);
    padding: 0 var(--mh--contents--padding--side) 0 0;
    border: none !important;
  }
}
@media (max-width: 1099px) and (min-width: 768px) {
  .l-footer__sec-side {
    height: 87px;
  }
}
@media (min-width: 1100px) {
  .l-footer__sec-side {
    justify-content: space-between;
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  .l-footer__sec-content {
    padding-block: 120px;
  }
  .l-footer__content {
    grid-template-columns: auto auto;
    place-items: start stretch;
    column-gap: 60px;
    padding-bottom: 60px;
  }
  .l-footer__content::after {
    inset: auto auto 0;
    width: 100%;
  }
}

/* .l-footer-logo
------------------------------------------------ */
.l-footer-logo {
  aspect-ratio: 1;
  width: 70px;
}
.l-footer-logo__in {
  display: grid;
  place-content: center;
  width: 100%;
  height: 100%;
  background-color: var(--mh--color--primary-500);
}
.l-footer-logo__in img {
  width: 41px;
  height: auto;
}
@media (min-width: 768px) {
  .l-footer-logo {
    width: 87px;
  }
  .l-footer-logo img {
    width: 55px;
  }
}
@media (min-width: 1820px) {
  .l-footer-logo {
    width: 140px;
  }
  .l-footer-logo img {
    width: 82px;
  }
}

/* .l-footer-cr
------------------------------------------------ */
.l-footer-cr {
  font-size: var(--mh--font-size--x3s);
}

/* .l-footer-page-top
------------------------------------------------ */
.l-footer-page-top {
  display: flex;
  justify-content: flex-end;
}
.l-footer-page-top__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.l-footer-page-top__txt {
  font-size: var(--mh--font-size--x3s);
  white-space: nowrap;
}
.l-footer-page-top__ico {
  width: 40px;
  height: 27px;
  border-radius: 50%;
  background-color: var(--mh--color--grayscale-100);
}
.l-footer-page-top__ico .c-ico {
  width: 14px !important;
  height: 11px !important;
  color: var(--mh--color--grayscale-900);
}
@media (min-width: 768px) {
  .l-footer-page-top {
    order: 1;
  }
  .l-footer-page-top__link {
    display: grid;
    place-content: center start;
  }
  .l-footer-page-top__txt {
    order: 1;
    text-align: center;
  }
  .l-footer-page-top__ico {
    width: 60px;
    height: 38px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-footer-page-top__link:hover .l-footer-page-top__txt {
    color: var(--mh--color--primary-400);
  }
  .l-footer-page-top__txt {
    transition: color var(--mh--duration) var(--mh--easing);
  }
}

/* .l-footer-sitemap
------------------------------------------------ */
.l-footer-sitemap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 15px;
}
.l-footer-sitemap__item {
  line-height: var(--mh--line-height--sm);
  font-size: var(--mh--font-size--sm);
  font-weight: 700;
}
.l-footer-sitemap__item-txt {
  position: relative;
  padding-left: 12px;
}
.l-footer-sitemap__item-txt::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 10px;
  background-color: currentColor;
  color: var(--mh--color--primary-500);
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg width="6" height="10" viewBox="0 0 6 10" xmlns="http://www.w3.org/2000/svg"><path d="M1.7882 10L0 9.71556C0.3177 7.82222 1.65204 6.04444 3.36762 5.00444C1.65204 3.95556 0.3177 2.17778 0 0.284444L1.7882 0C2.1059 1.92 4.03933 3.81333 6 4.12444V5.87556C4.03933 6.18667 2.11498 8.08 1.7882 10Z" /></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg width="6" height="10" viewBox="0 0 6 10" xmlns="http://www.w3.org/2000/svg"><path d="M1.7882 10L0 9.71556C0.3177 7.82222 1.65204 6.04444 3.36762 5.00444C1.65204 3.95556 0.3177 2.17778 0 0.284444L1.7882 0C2.1059 1.92 4.03933 3.81333 6 4.12444V5.87556C4.03933 6.18667 2.11498 8.08 1.7882 10Z" /></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: all var(--mh--duration) var(--mh--easing);
  display: block;
  position: absolute;
  top: calc(var(--mh--line-height--sm) * 0.5em - 3px);
  left: 0;
}
@media (max-width: 767px) {
  .l-footer-sitemap__item:first-child {
    grid-column-start: 1;
    grid-column-end: 3;
  }
}
@media (min-width: 768px) {
  .l-footer-sitemap {
    grid-auto-flow: column;
    grid-template-columns: repeat(5, max-content);
    grid-template-rows: repeat(2, auto);
    grid-auto-columns: auto;
    gap: 20px clamp(30px, 6.8965517241%, 60px);
  }
  .l-footer-sitemap__item {
    font-size: var(--mh--font-size--md);
  }
  .l-footer-sitemap__item-txt {
    white-space: nowrap;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-footer-sitemap__item-txt:is(a) {
    transition: color var(--mh--duration) var(--mh--easing);
  }
  .l-footer-sitemap__item-txt:is(a):hover {
    color: var(--mh--color--primary-400);
  }
  .l-footer-sitemap__item-txt:is(a):hover::before {
    background-color: var(--mh--color--primary-400);
  }
}

/* .l-footer-info
------------------------------------------------ */
.l-footer-info {
  display: grid;
  row-gap: 60px;
  padding-top: 50px;
}
.l-footer-info__copy {
  width: min(85.4599406528%, 400px);
}
.l-footer-info__copy svg {
  width: 100%;
}
.l-footer-info__tit {
  margin-bottom: 5px;
  line-height: var(--mh--line-height--sm);
  font-size: var(--mh--font-size--sm);
  font-weight: 700;
}
.l-footer-info__address, .l-footer-info__tel {
  line-height: var(--mh--line-height--sm);
}
.l-footer-info__address {
  font-style: normal;
}
@media (min-width: 768px) {
  .l-footer-info {
    grid-template-areas: "content copy" "links copy";
    grid-template-columns: auto min(54.5454545455%, 600px);
    grid-template-rows: 1fr auto;
    place-items: end stretch;
    gap: 50px 60px;
    padding-top: 200px;
  }
  .l-footer-info__content {
    grid-area: content;
  }
  .l-footer-info__copy {
    grid-area: copy;
    width: 100%;
  }
  .l-footer-info__copy svg {
    width: 100%;
  }
  .l-footer-info__tit {
    margin-bottom: 5px;
    line-height: var(--mh--line-height--sm);
    font-size: var(--mh--font-size--sm);
    font-weight: 700;
  }
  .l-footer-info__address, .l-footer-info__tel {
    line-height: var(--mh--line-height--sm);
  }
}

/* .l-footer-links
------------------------------------------------ */
.l-footer-links {
  display: grid;
  gap: var(--mh--space--sm);
}
.l-footer-links__item {
  line-height: var(--mh--line-height--sm);
  font-size: var(--mh--font-size--xs);
}
.l-footer-links__item-txt {
  position: relative;
  padding-left: 10px;
}
.l-footer-links__item-txt::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 10px;
  background-color: currentColor;
  color: var(--mh--color--primary-500);
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg width="6" height="10" viewBox="0 0 6 10" xmlns="http://www.w3.org/2000/svg"><path d="M1.7882 10L0 9.71556C0.3177 7.82222 1.65204 6.04444 3.36762 5.00444C1.65204 3.95556 0.3177 2.17778 0 0.284444L1.7882 0C2.1059 1.92 4.03933 3.81333 6 4.12444V5.87556C4.03933 6.18667 2.11498 8.08 1.7882 10Z" /></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg width="6" height="10" viewBox="0 0 6 10" xmlns="http://www.w3.org/2000/svg"><path d="M1.7882 10L0 9.71556C0.3177 7.82222 1.65204 6.04444 3.36762 5.00444C1.65204 3.95556 0.3177 2.17778 0 0.284444L1.7882 0C2.1059 1.92 4.03933 3.81333 6 4.12444V5.87556C4.03933 6.18667 2.11498 8.08 1.7882 10Z" /></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: all var(--mh--duration) var(--mh--easing);
  display: block;
  position: absolute;
  top: calc(var(--mh--line-height--sm) * 0.5em - 4px);
  left: 0;
}
@media (min-width: 768px) {
  .l-footer-links {
    grid-area: links;
    gap: 10px;
  }
  .l-footer-links__item {
    line-height: var(--mh--line-height--sm);
    font-size: var(--mh--font-size--xs);
  }
  .l-footer-links__item-txt {
    padding-left: 12px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-footer-links__item-txt:is(a) {
    transition: color var(--mh--duration) var(--mh--easing);
  }
  .l-footer-links__item-txt:is(a):hover {
    color: var(--mh--color--primary-400);
  }
  .l-footer-links__item-txt:is(a):hover::before {
    background-color: var(--mh--color--primary-400);
  }
}

/* .l-header
================================================ */
.l-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  min-width: 320px;
  transition: all 0.4s var(--mh--easing), opacity var(--mh--duration) var(--mh--easing) 3.6s;
}
.l-header__inner {
  display: flex;
  justify-content: space-between;
  height: var(--mh--header--height);
}
.l-header.is-loading {
  opacity: 0;
}
.l-header.is-fast {
  transition-delay: 0s, 1s;
}
@media (min-width: 1100px) {
  .l-header {
    position: fixed;
    min-width: var(--mh--contents--width-with-padding);
  }
}
@media (min-width: 1100px) and (hover: none) {
  .l-header {
    left: 0 !important;
  }
}
@media (min-width: 1100px) {
  .l-header.is-active {
    transform: translateY(0);
  }
  .l-header.is-active:not(.is-fixed) {
    background-color: var(--mh--color--grayscale-100);
  }
  .l-header.is-hide {
    transform: translateY(-150px);
  }
  .l-header__inner {
    border-bottom: 1px solid var(--mh--color--grayscale-400);
  }
}

/* .l-header-logo
-------------------------------------------------- */
.l-header-logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: var(--mh--header--height);
  opacity: 1;
  visibility: visible;
}
.l-header-logo__link {
  display: grid;
  place-content: center;
  width: 100%;
  height: 100%;
  background-color: var(--mh--color--primary-500);
}
.l-header-logo__link img {
  width: 41px;
}
@media (max-width: 1099px) {
  .l-header-logo {
    position: relative;
    opacity: 1;
    visibility: visible;
  }
  .l-header-logo.is-set.is-shown {
    animation: logo01 var(--mh--duration) both;
  }
  .l-header-logo.is-set:not(.is-shown) {
    animation: logo02 var(--mh--duration) both;
  }
  .l-header.is-set .l-header-logo.is-set {
    opacity: 1 !important;
    visibility: visible !important;
  }
}
@media (min-width: 1100px) {
  .l-header-logo {
    width: 140px;
  }
  .l-header-logo__link img {
    width: 82px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-header-logo__link {
    transition: background-color var(--mh--duration) var(--mh--easing);
  }
  .l-header-logo__link:hover {
    background-color: var(--mh--color--primary-400);
  }
}

@keyframes logo01 {
  0% {
    position: relative;
    opacity: 0;
    visibility: hidden;
  }
  1% {
    position: fixed;
    opacity: 0;
    visibility: hidden;
  }
  100% {
    position: fixed;
    opacity: 1;
    visibility: visible;
  }
}
@keyframes logo02 {
  0% {
    position: fixed;
    opacity: 1;
    visibility: visible;
  }
  99% {
    position: fixed;
    opacity: 0;
    visibility: hidden;
  }
  100% {
    position: relative;
    opacity: 0;
    visibility: hidden;
  }
}
/* .l-nav-btn
-------------------------------------------------- */
.l-nav-btn {
  position: fixed;
  top: 12px;
  right: 12px;
  z-index: 10;
  width: 48px;
  height: 48px;
  cursor: pointer;
  border: 2px solid var(--mh--color--primary-500);
  border-radius: 50%;
  background-color: var(--mh--color--grayscale-100);
}
.l-nav-btn__line {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  width: 20px;
  height: 2px;
  margin: auto;
  background-color: var(--mh--color--primary-500);
  transition: transform var(--mh--duration) var(--mh--easing);
}
.l-nav-btn__line:nth-child(1) {
  transform: translateY(-6px) rotate(0);
}
.l-nav-btn__line:nth-child(3) {
  transform: translateY(6px) rotate(0);
}
.l-nav-btn.is-open .l-nav-btn__line:nth-child(1) {
  transform: translateY(0) rotate(-45deg);
}
.l-nav-btn.is-open .l-nav-btn__line:nth-child(2) {
  transform: scale(0, 1);
}
.l-nav-btn.is-open .l-nav-btn__line:nth-child(3) {
  transform: translateY(0) rotate(45deg);
}
.l-nav-btn__txt {
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  line-height: var(--mh--line-height--sm);
  text-align: center;
}

/* .l-nav
-------------------------------------------------- */
.l-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  min-width: 320px;
  padding-top: calc(30px + var(--mh--header--height));
  overflow: hidden;
  overscroll-behavior-y: none;
  opacity: 0;
  visibility: hidden;
  transition: all var(--mh--duration) var(--mh--easing);
  background-color: var(--mh--color--grayscale-100);
  box-sizing: border-box;
}
.l-nav::-webkit-scrollbar {
  display: none;
}
.l-nav__inner {
  height: 100%;
  padding: 0 var(--mh--contents--padding--side) calc(50px + env(safe-area-inset-bottom));
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.l-nav__inner::-webkit-scrollbar {
  display: none;
}
.l-nav__inner::-webkit-scrollbar {
  display: none;
}
.l-nav__content {
  display: grid;
  row-gap: 40px;
}
.l-nav.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
@media (min-width: 1100px) {
  .l-nav {
    position: static;
    height: auto;
    padding-top: 0;
    opacity: 1;
    visibility: visible;
    background-color: transparent;
  }
  .l-nav__inner {
    display: grid;
    place-content: end;
    padding: 0 var(--mh--contents--padding--side) 28px 0;
  }
  .l-nav__content {
    display: grid;
    grid-template-areas: "links cv" "list list";
    grid-template-columns: 1fr 160px;
    grid-template-rows: 46px auto;
    place-content: end;
    place-items: end;
    gap: 15px 25px;
  }
}

/* .l-nav-logo
-------------------------------------------------- */
.l-nav-logo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 70px;
  height: var(--mh--header--height);
  opacity: 1;
  visibility: visible;
}
.l-nav-logo__link {
  display: grid;
  place-content: center;
  width: 100%;
  height: 100%;
  background-color: var(--mh--color--primary-500);
}
.l-nav-logo__link img {
  width: 41px;
}

/* .l-nav-list
-------------------------------------------------- */
.l-nav-list {
  display: grid;
  gap: 20px 40px;
}
.l-nav-list__item {
  line-height: var(--mh--line-height--sm);
  font-size: var(--mh--font-size--xl);
}
.l-nav-list__item-txt {
  font-weight: 700;
}
@media (min-width: 1100px) {
  .l-nav-list {
    grid-area: list;
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
  }
  .l-nav-list__item {
    font-size: var(--mh--font-size--lg);
  }
}
@media (min-width: 1100px) and (max-width: 1279px) {
  .l-nav-list {
    column-gap: 30px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-nav-list__item-txt:is(a) {
    transition: color var(--mh--duration) var(--mh--easing);
  }
  .l-nav-list__item-txt:is(a):hover {
    color: var(--mh--color--primary-400);
  }
}

/* .l-nav-links
-------------------------------------------------- */
.l-nav-links {
  display: grid;
  gap: var(--mh--space--sm);
}
.l-nav-links__item {
  line-height: var(--mh--line-height--sm);
  font-size: var(--mh--font-size--xs);
}
.l-nav-links__item-txt {
  position: relative;
  padding-left: 10px;
}
.l-nav-links__item-txt::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 10px;
  background-color: currentColor;
  color: var(--mh--color--primary-500);
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg width="6" height="10" viewBox="0 0 6 10" xmlns="http://www.w3.org/2000/svg"><path d="M1.7882 10L0 9.71556C0.3177 7.82222 1.65204 6.04444 3.36762 5.00444C1.65204 3.95556 0.3177 2.17778 0 0.284444L1.7882 0C2.1059 1.92 4.03933 3.81333 6 4.12444V5.87556C4.03933 6.18667 2.11498 8.08 1.7882 10Z" /></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg width="6" height="10" viewBox="0 0 6 10" xmlns="http://www.w3.org/2000/svg"><path d="M1.7882 10L0 9.71556C0.3177 7.82222 1.65204 6.04444 3.36762 5.00444C1.65204 3.95556 0.3177 2.17778 0 0.284444L1.7882 0C2.1059 1.92 4.03933 3.81333 6 4.12444V5.87556C4.03933 6.18667 2.11498 8.08 1.7882 10Z" /></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: all var(--mh--duration) var(--mh--easing);
  display: block;
  position: absolute;
  top: calc(var(--mh--line-height--sm) * 0.5em - 4px);
  left: 0;
}
@media (min-width: 1100px) {
  .l-nav-links {
    grid-area: links;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-nav-links__item-txt:is(a) {
    transition: color var(--mh--duration) var(--mh--easing);
  }
  .l-nav-links__item-txt:is(a):hover {
    color: var(--mh--color--primary-400);
  }
  .l-nav-links__item-txt:is(a):hover::before {
    background-color: var(--mh--color--primary-400);
  }
}

/* .l-nav-cv
-------------------------------------------------- */
@media (min-width: 1100px) {
  .l-nav-cv {
    grid-area: cv;
    width: 160px;
    height: 46px;
  }
  .l-nav-cv .c-btn03__in {
    height: 100%;
    padding: 10px;
    border-radius: 5px;
  }
  .l-nav-cv .c-btn03__txt {
    row-gap: 5px;
    font-size: var(--mh--font-size--xs);
  }
  .l-nav-cv .c-btn03__ico.is-mail01::after {
    width: 18px !important;
    height: 13px !important;
  }
}

/* .l-nav-overlay
-------------------------------------------------- */
.l-nav-overlay {
  position: fixed;
  inset: 0;
  z-index: 10;
  display: none;
  background: rgba(0, 0, 0, 0.25);
}
@media (min-width: 1100px) {
  .l-nav-overlay {
    display: none !important;
  }
}

/* .l-main-img HOME
================================================ */
/* .l-sub-img
================================================ */
.l-sub-img {
  padding-top: var(--mh--header--height);
}
.l-sub-img__inner {
  border-top: var(--mh--color--grayscale-400) solid 1px;
  border-bottom: var(--mh--color--grayscale-400) solid 1px;
}
.l-sub-img__content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 188px;
}
.l-sub-img__content > * {
  display: block;
}
.l-sub-img__head {
  margin-top: 10px;
  letter-spacing: 0.045em !important;
}
@media (min-width: 768px) {
  .l-sub-img {
    border-bottom: var(--mh--color--grayscale-400) solid 1px;
  }
  .l-sub-img__inner {
    border: none;
  }
  .l-sub-img__content {
    height: 310px;
  }
  .l-sub-img__content-in {
    padding-top: 15px;
  }
}

/* .l-sub-img (お客様事例 下層)
================================================ */
.l-sub-img.is-case-detail .l-sub-img__content {
  padding-top: 48px;
  padding-bottom: 35px;
  height: auto;
}
.l-sub-img.is-case-detail .l-sub-img__content-set {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.l-sub-img.is-case-detail .l-sub-img__content-set-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 335/221;
  object-fit: cover;
  border-radius: var(--mh--border-radius--md);
}
@media (min-width: 768px) {
  .l-sub-img.is-case-detail .l-sub-img__content {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .l-sub-img.is-case-detail .l-sub-img__content-set {
    display: grid;
    grid-template-columns: minmax(0, 1fr) clamp(500px, 31.25vw, 600px);
    gap: max(50px, 2.6041666667vw);
    align-items: center;
    margin: auto;
  }
  .l-sub-img.is-case-detail .l-sub-img__content-set-img img {
    width: 100%;
    height: auto;
    aspect-ratio: 335/221;
    object-fit: cover;
    border-radius: var(--mh--border-radius--md);
  }
  .l-sub-img.is-case-detail .l-sub-img__content .l-sub-img__head {
    font-size: clamp(3.9rem, 1.912rem + 1.4vw, 4.6rem);
    line-height: var(--mh--line-height--sm);
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .l-sub-img.is-case-detail .l-sub-img__content-set {
    grid-template-columns: minmax(0, 1fr) clamp(420px, 31.25vw, 600px);
    gap: 2.6041666667vw;
  }
}

/* .l-sidebar
================================================== */
.js-c-anime-elem[data-anime=fadein] {
  opacity: 0;
  transition: opacity var(--mh--duration) var(--mh--easing);
}
.js-c-anime-elem[data-anime=fadein].is-animated {
  opacity: 1;
}

.js-c-anime-elem[data-anime=fadein-up] {
  opacity: 0;
  transform: translateY(30px);
  transition: transform var(--mh--duration) var(--mh--easing), opacity var(--mh--duration) var(--mh--easing);
}
.js-c-anime-elem[data-anime=fadein-up].is-animated {
  opacity: 1;
  transform: translateY(0);
}

.js-c-anime-elem[data-anime=fadein-left] {
  opacity: 0;
  transform: translateX(-30px);
  transition: transform var(--mh--duration) var(--mh--easing), opacity var(--mh--duration) var(--mh--easing);
}
.js-c-anime-elem[data-anime=fadein-left].is-animated {
  opacity: 1;
  transform: translateX(0);
}

.js-c-anime-elem[data-anime=fadein-right] {
  opacity: 0;
  transform: translateX(30px);
  transition: transform var(--mh--duration) var(--mh--easing), opacity var(--mh--duration) var(--mh--easing);
}
.js-c-anime-elem[data-anime=fadein-right].is-animated {
  opacity: 1;
  transform: translateX(0);
}

.js-c-anime-elem[data-anime-delay="0.1"] {
  transition-delay: 0.1s;
}
.js-c-anime-elem[data-anime-parent] [data-anime-delay="0.1"] {
  transition-delay: 0.1s !important;
}
.js-c-anime-elem[data-anime-delay="0.2"] {
  transition-delay: 0.2s;
}
.js-c-anime-elem[data-anime-parent] [data-anime-delay="0.2"] {
  transition-delay: 0.2s !important;
}
.js-c-anime-elem[data-anime-delay="0.3"] {
  transition-delay: 0.3s;
}
.js-c-anime-elem[data-anime-parent] [data-anime-delay="0.3"] {
  transition-delay: 0.3s !important;
}
.js-c-anime-elem[data-anime-delay="0.4"] {
  transition-delay: 0.4s;
}
.js-c-anime-elem[data-anime-parent] [data-anime-delay="0.4"] {
  transition-delay: 0.4s !important;
}
.js-c-anime-elem[data-anime-delay="0.5"] {
  transition-delay: 0.5s;
}
.js-c-anime-elem[data-anime-parent] [data-anime-delay="0.5"] {
  transition-delay: 0.5s !important;
}
.js-c-anime-elem[data-anime-delay="0.6"] {
  transition-delay: 0.6s;
}
.js-c-anime-elem[data-anime-parent] [data-anime-delay="0.6"] {
  transition-delay: 0.6s !important;
}
.js-c-anime-elem[data-anime-delay="0.7"] {
  transition-delay: 0.7s;
}
.js-c-anime-elem[data-anime-parent] [data-anime-delay="0.7"] {
  transition-delay: 0.7s !important;
}
.js-c-anime-elem[data-anime-delay="0.8"] {
  transition-delay: 0.8s;
}
.js-c-anime-elem[data-anime-parent] [data-anime-delay="0.8"] {
  transition-delay: 0.8s !important;
}
.js-c-anime-elem[data-anime-delay="0.9"] {
  transition-delay: 0.9s;
}
.js-c-anime-elem[data-anime-parent] [data-anime-delay="0.9"] {
  transition-delay: 0.9s !important;
}
.js-c-anime-elem[data-anime-delay="1"] {
  transition-delay: 1s;
}
.js-c-anime-elem[data-anime-parent] [data-anime-delay="1"] {
  transition-delay: 1s !important;
}
.js-c-anime-elem[data-anime-delay="1.1"] {
  transition-delay: 1.1s;
}
.js-c-anime-elem[data-anime-parent] [data-anime-delay="1.1"] {
  transition-delay: 1.1s !important;
}
.js-c-anime-elem[data-anime-delay="1.2"] {
  transition-delay: 1.2s;
}
.js-c-anime-elem[data-anime-parent] [data-anime-delay="1.2"] {
  transition-delay: 1.2s !important;
}
.js-c-anime-elem[data-anime-delay="1.3"] {
  transition-delay: 1.3s;
}
.js-c-anime-elem[data-anime-parent] [data-anime-delay="1.3"] {
  transition-delay: 1.3s !important;
}
.js-c-anime-elem[data-anime-delay="1.4"] {
  transition-delay: 1.4s;
}
.js-c-anime-elem[data-anime-parent] [data-anime-delay="1.4"] {
  transition-delay: 1.4s !important;
}
.js-c-anime-elem[data-anime-delay="1.5"] {
  transition-delay: 1.5s;
}
.js-c-anime-elem[data-anime-parent] [data-anime-delay="1.5"] {
  transition-delay: 1.5s !important;
}
.js-c-anime-elem[data-anime-delay="1.6"] {
  transition-delay: 1.6s;
}
.js-c-anime-elem[data-anime-parent] [data-anime-delay="1.6"] {
  transition-delay: 1.6s !important;
}
.js-c-anime-elem[data-anime-delay="1.7"] {
  transition-delay: 1.7s;
}
.js-c-anime-elem[data-anime-parent] [data-anime-delay="1.7"] {
  transition-delay: 1.7s !important;
}
.js-c-anime-elem[data-anime-delay="1.8"] {
  transition-delay: 1.8s;
}
.js-c-anime-elem[data-anime-parent] [data-anime-delay="1.8"] {
  transition-delay: 1.8s !important;
}
.js-c-anime-elem[data-anime-delay="1.9"] {
  transition-delay: 1.9s;
}
.js-c-anime-elem[data-anime-parent] [data-anime-delay="1.9"] {
  transition-delay: 1.9s !important;
}
.js-c-anime-elem[data-anime-delay="2"] {
  transition-delay: 2s;
}
.js-c-anime-elem[data-anime-parent] [data-anime-delay="2"] {
  transition-delay: 2s !important;
}

.js-c-anime-elem[data-anime-parent] [data-anime=fadein] {
  opacity: 0;
  transition: opacity var(--mh--duration) var(--mh--easing);
}
.js-c-anime-elem[data-anime-parent].is-animated [data-anime=fadein]:not(.js-c-anime-elem) {
  opacity: 1;
}
.js-c-anime-elem[data-anime-parent] .is-animated[data-anime=fadein] {
  opacity: 1;
}
.js-c-anime-elem[data-anime-parent] [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-parent].is-animated [data-anime=fadein-up]:not(.js-c-anime-elem) {
  opacity: 1;
  transform: translateY(0);
}
.js-c-anime-elem[data-anime-parent] .is-animated[data-anime=fadein-up] {
  opacity: 1;
  transform: translateY(0);
}

.js-c-switch-tab {
  cursor: pointer;
}

.js-c-switch-content {
  display: none;
}
.js-c-switch-content.is-active {
  display: block;
}

.js-c-toggle-trigger {
  cursor: pointer;
}

.js-c-toggle-content {
  display: none;
}

/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 1;
  background: var(--mh--color--grayscale-400);
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  height: 6px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-y {
  display: none;
  opacity: 0;
  background: var(--mh--color--grayscale-400);
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  width: 6px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
}

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 1;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: var(--mh--color--primary-500);
  border-radius: 6px;
  transition: background-color 0.2s linear, height 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, height 0.2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 0;
  /* please don't change 'position' */
  position: absolute;
}

.ps__thumb-y {
  background-color: var(--mh--color--primary-500);
  border-radius: 6px;
  transition: background-color 0.2s linear, width 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, width 0.2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px;
}

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}
@keyframes scroll-hint-appear {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    transform: translateX(-40px);
    opacity: 0;
  }
}
.scroll-hint-icon {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 60px);
  box-sizing: border-box;
  width: 120px;
  height: auto;
  border-radius: 5px;
  transition: opacity 0.3s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 20px 10px 10px 10px;
}

.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
}

.scroll-hint-text {
  font-size: 10px;
  color: #FFF;
  margin-top: 5px;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: 0.8;
}

.scroll-hint-icon:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon:after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  opacity: 0;
  transition-delay: 2.4s;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  animation: scroll-hint-appear 1.2s linear;
  animation-iteration-count: 2;
}

.scroll-hint-icon-white {
  background-color: #FFF;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
}

.scroll-hint-icon-white:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon-white:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==);
}

.scroll-hint-icon-white .scroll-hint-text {
  color: #000;
}

.scroll-hint-shadow-wrap {
  position: relative;
}

.scroll-hint-shadow-wrap:has(.scroll-hint.is-right-scrollable)::after,
.scroll-hint-shadow-wrap.is-right-scrollable::after {
  opacity: 1;
  visibility: visible;
}

.scroll-hint-shadow-wrap:has(.scroll-hint.is-left-scrollable)::before,
.scroll-hint-shadow-wrap.is-left-scrollable::before {
  opacity: 1;
  visibility: visible;
}

.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 infinite linear;
  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 {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle__pause {
  display: none;
}
.splide__toggle.is-active .splide__toggle__play {
  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: rotateZ(0);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
.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 {
  background: #ccc;
  border: 0;
  cursor: pointer;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  opacity: 0.7;
  align-items: center;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  height: 2em;
  width: 2em;
}
.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}
.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}
.splide__arrow:disabled {
  opacity: 0.3;
}
.splide__arrow:focus-visible {
  outline: #0bf 3px solid;
  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: #0bf 3px solid;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}
.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
  opacity: 0.7;
}
.splide__pagination__page.is-active {
  background: #fff;
  z-index: 1;
  transform: scale(1.4);
}
.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}
.splide__pagination__page:focus-visible {
  outline: #0bf 3px solid;
  outline-offset: 3px;
}
.splide.is-focus-in .splide__pagination__page:focus {
  outline: #0bf 3px solid;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: transparent;
}
.splide__slide:focus {
  outline: 0;
}
.splide__slide:focus-visible {
  /* IE does not support outline-offset */
}
@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: #0bf 3px solid;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: #0bf 3px solid;
  }
}
.splide.is-focus-in .splide__slide:focus {
  /* IE does not support outline-offset */
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: #0bf 3px solid;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: #0bf 3px solid;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}

.splide__toggle {
  cursor: pointer;
}
.splide__toggle:focus-visible {
  outline: #0bf 3px solid;
  outline-offset: 3px;
}
.splide.is-focus-in .splide__toggle:focus {
  outline: #0bf 3px solid;
  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%, 0);
}
.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}
.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotateZ(-90deg);
}
.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}
.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotateZ(90deg);
}
.splide__pagination--ttb {
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}
.splide {
  position: relative;
}

.splide__pagination {
  gap: var(--mh--gap--x5s);
}
.splide__pagination li {
  width: 10px;
  height: 10px;
}
.splide__pagination__page {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 1;
  background-color: var(--mh--color--grayscale-500);
}
.splide__pagination__page.is-active {
  transform: none;
  background-color: var(--mh--color--primary-700);
}
@media (hover: hover) and (pointer: fine) {
  .splide__pagination__page {
    transition: all var(--mh--duration) var(--mh--easing);
  }
  .splide__pagination__page:hover {
    background-color: var(--mh--color--primary-700);
  }
}

/* .splide__arrow {
	display: grid;
	place-content: center;
	width: 40px;
	height: 40px;
	opacity: 1;
	border-radius: 50%;
	background-color: var(--mh--color--grayscale-100);
	box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
	svg {
		display: block;
		width: 14px;
		height: 14px;
		fill: var(--mh--color--secondary-500);
	}
	&[disabled] {
		opacity: .5;
	}
	@include mixin.mq-up {
	}
	@include mixin.mq-hover {
		transition: all var(--mh--duration) var(--mh--easing);
		&:not([disabled]) {
			&:hover {
				opacity: 1;
				background-color: var(--mh--color--secondary-100);
				box-shadow: 0 0 10px 0 rgba(0,0,0,.3);
			}
		}
	}
}
.splide__arrows {
	&.is-small {
		.splide__arrow {
			width: 24px;
			height: 24px;
			border: 1px solid var(--mh--color--secondary-500);
			background-color: var(--mh--color--secondary-500);
			box-shadow: none;
			svg {
				width: 12px;
				height: 12px;
				fill: var(--mh--color--grayscale-100);
			}
		}
	}
	@include mixin.mq-hover {
		&.is-small {
			.splide__arrow {
				&:not([disabled]) {
					&:hover {
						opacity: 1;
						background-color: transparent;
						box-shadow: none;
						svg {
							fill: var(--mh--color--secondary-500);
						}
					}
					svg {
						transition: fill var(--mh--duration) var(--mh--easing);
					}
				}
			}
		}
	}
} */
.splide__progress {
  height: 2px;
  border-radius: 100vmax;
  background-color: var(--mh--color--grayscale-400);
}
.splide__progress-bar {
  width: 0;
  height: 2px;
  border-radius: 100vmax;
  background-color: var(--mh--color--primary-500);
  transition: width 0.8s var(--mh--easing);
}

.splide:not(.is-overflow) .splide__list {
  transform: none !important;
}
.splide:not(.is-overflow) .splide__slide:last-child {
  margin: 0 !important;
}
.splide:not(.is-overflow) .splide__arrows {
  margin: 0 !important;
  display: none !important;
}
.splide:not(.is-overflow) .splide__progress {
  display: none !important;
}

/* .about-overview
================================================ */
.about-overview__inner {
  padding-top: 60px;
  padding-bottom: 60px;
}
.about-overview__table {
  margin-top: 20px;
}
.about-overview__box {
  margin-top: 25px;
  border-radius: var(--mh--border-radius--lg);
  padding: 25px 20px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
.about-overview__box-area-txt {
  position: relative;
}
.about-overview__box-area-txt::before {
  content: "";
  width: 100%;
  height: 1px;
  background: var(--mh--color--grayscale-400);
  position: absolute;
  top: -15px;
  left: 0;
}
@media (min-width: 768px) {
  .about-overview__inner {
    padding-top: 120px;
    padding-bottom: 160px;
  }
  .about-overview__table {
    margin-top: 40px;
  }
  .about-overview__table th {
    width: 230px;
  }
  .about-overview__box {
    margin-top: 50px;
    padding: 50px;
    align-items: center;
    grid-template-columns: auto 1fr;
    gap: 100px;
  }
  .about-overview__box-area-txt::before {
    width: 1px;
    height: 100%;
    top: 0;
    left: -50px;
  }
}

/* .about-career
================================================ */
.about-career__inner {
  padding-top: 60px;
  padding-bottom: 50px;
}
.about-career__set {
  margin-top: 20px;
  display: grid !important;
  place-items: start stretch;
  row-gap: 20px;
  height: 100%;
  padding: 25px 25px 20px 10px;
  border-top: 5px solid var(--mh--color--grayscale-100);
  border-right: 5px solid var(--mh--color--grayscale-100);
  border-radius: 5px 10px 5px 0;
}
.about-career__set-head {
  border-bottom: var(--mh--color--grayscale-400) solid 1px;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.about-career__set-head > * {
  display: block;
}
.about-career__set-head-name {
  margin-top: 5px;
}
.about-career__area-txt {
  order: 2;
}
.about-career__area-img {
  order: 1;
}
.about-career__area-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 295/295;
  object-fit: cover;
  border-radius: var(--mh--border-radius--lg);
}
@media (min-width: 768px) {
  .about-career__inner {
    padding-top: 160px;
    padding-bottom: 140px;
  }
  .about-career__set {
    margin-top: 40px;
    grid-template-columns: 1fr 35%;
    gap: 0 80px;
    padding: 60px 60px 60px 30px;
    border-top: 10px solid var(--mh--color--grayscale-100);
    border-right: 10px solid var(--mh--color--grayscale-100);
    border-radius: 10px 20px 10px 0;
  }
  .about-career__set-head {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .about-career__set-head-name {
    margin-top: 10px;
  }
  .about-career__area-txt {
    order: 1;
  }
  .about-career__area-img {
    order: 2;
  }
  .about-career__area-img img {
    aspect-ratio: 350/350;
  }
}

/* .case-archive
================================================ */
.case-archive__inner {
  padding-top: 60px;
  padding-bottom: 60px;
}
.case-archive__list-item + .case-archive__list-item {
  margin-top: 20px;
}
.case-archive__list-item-in {
  display: grid !important;
  place-items: start stretch;
  row-gap: 25px;
  height: 100%;
  padding: 25px 25px 20px 10px;
  border-top: 5px solid var(--mh--color--grayscale-100);
  border-right: 5px solid var(--mh--color--grayscale-100);
  border-radius: 5px 10px 5px 0;
}
@media (hover: hover) and (pointer: fine) {
  .case-archive__list-item-in:hover .case-archive__list-tit-in {
    background-size: 100% 1px;
    background-position: left bottom;
    transition: background-size 0.4s var(--mh--easing);
    color: var(--mh--color--primary-400);
  }
  .case-archive__list-item-in[data-underline-speed="0.1"] .case-archive__list-tit-in {
    transition-duration: 0.1s;
  }
  .case-archive__list-item-in[data-underline-speed="0.1"]:hover .case-archive__list-tit-in {
    transition-duration: 0.1s;
  }
  .case-archive__list-item-in[data-underline-speed="0.2"] .case-archive__list-tit-in {
    transition-duration: 0.2s;
  }
  .case-archive__list-item-in[data-underline-speed="0.2"]:hover .case-archive__list-tit-in {
    transition-duration: 0.2s;
  }
  .case-archive__list-item-in[data-underline-speed="0.3"] .case-archive__list-tit-in {
    transition-duration: 0.3s;
  }
  .case-archive__list-item-in[data-underline-speed="0.3"]:hover .case-archive__list-tit-in {
    transition-duration: 0.3s;
  }
  .case-archive__list-item-in[data-underline-speed="0.4"] .case-archive__list-tit-in {
    transition-duration: 0.4s;
  }
  .case-archive__list-item-in[data-underline-speed="0.4"]:hover .case-archive__list-tit-in {
    transition-duration: 0.4s;
  }
  .case-archive__list-item-in[data-underline-speed="0.5"] .case-archive__list-tit-in {
    transition-duration: 0.5s;
  }
  .case-archive__list-item-in[data-underline-speed="0.5"]:hover .case-archive__list-tit-in {
    transition-duration: 0.5s;
  }
  .case-archive__list-item-in[data-underline-speed="0.6"] .case-archive__list-tit-in {
    transition-duration: 0.6s;
  }
  .case-archive__list-item-in[data-underline-speed="0.6"]:hover .case-archive__list-tit-in {
    transition-duration: 0.6s;
  }
  .case-archive__list-item-in[data-underline-speed="0.7"] .case-archive__list-tit-in {
    transition-duration: 0.7s;
  }
  .case-archive__list-item-in[data-underline-speed="0.7"]:hover .case-archive__list-tit-in {
    transition-duration: 0.7s;
  }
  .case-archive__list-item-in[data-underline-speed="0.8"] .case-archive__list-tit-in {
    transition-duration: 0.8s;
  }
  .case-archive__list-item-in[data-underline-speed="0.8"]:hover .case-archive__list-tit-in {
    transition-duration: 0.8s;
  }
  .case-archive__list-item-in[data-underline-speed="0.9"] .case-archive__list-tit-in {
    transition-duration: 0.9s;
  }
  .case-archive__list-item-in[data-underline-speed="0.9"]:hover .case-archive__list-tit-in {
    transition-duration: 0.9s;
  }
  .case-archive__list-item-in[data-underline-speed="1"] .case-archive__list-tit-in {
    transition-duration: 1s;
  }
  .case-archive__list-item-in[data-underline-speed="1"]:hover .case-archive__list-tit-in {
    transition-duration: 1s;
  }
  .case-archive__list-item-in[data-underline-speed="1.1"] .case-archive__list-tit-in {
    transition-duration: 1.1s;
  }
  .case-archive__list-item-in[data-underline-speed="1.1"]:hover .case-archive__list-tit-in {
    transition-duration: 1.1s;
  }
  .case-archive__list-item-in[data-underline-speed="1.2"] .case-archive__list-tit-in {
    transition-duration: 1.2s;
  }
  .case-archive__list-item-in[data-underline-speed="1.2"]:hover .case-archive__list-tit-in {
    transition-duration: 1.2s;
  }
  .case-archive__list-item-in[data-underline-speed="1.3"] .case-archive__list-tit-in {
    transition-duration: 1.3s;
  }
  .case-archive__list-item-in[data-underline-speed="1.3"]:hover .case-archive__list-tit-in {
    transition-duration: 1.3s;
  }
  .case-archive__list-item-in[data-underline-speed="1.4"] .case-archive__list-tit-in {
    transition-duration: 1.4s;
  }
  .case-archive__list-item-in[data-underline-speed="1.4"]:hover .case-archive__list-tit-in {
    transition-duration: 1.4s;
  }
  .case-archive__list-item-in[data-underline-speed="1.5"] .case-archive__list-tit-in {
    transition-duration: 1.5s;
  }
  .case-archive__list-item-in[data-underline-speed="1.5"]:hover .case-archive__list-tit-in {
    transition-duration: 1.5s;
  }
  .case-archive__list-item-in[data-underline-speed="1.6"] .case-archive__list-tit-in {
    transition-duration: 1.6s;
  }
  .case-archive__list-item-in[data-underline-speed="1.6"]:hover .case-archive__list-tit-in {
    transition-duration: 1.6s;
  }
  .case-archive__list-item-in[data-underline-speed="1.7"] .case-archive__list-tit-in {
    transition-duration: 1.7s;
  }
  .case-archive__list-item-in[data-underline-speed="1.7"]:hover .case-archive__list-tit-in {
    transition-duration: 1.7s;
  }
  .case-archive__list-item-in[data-underline-speed="1.8"] .case-archive__list-tit-in {
    transition-duration: 1.8s;
  }
  .case-archive__list-item-in[data-underline-speed="1.8"]:hover .case-archive__list-tit-in {
    transition-duration: 1.8s;
  }
  .case-archive__list-item-in[data-underline-speed="1.9"] .case-archive__list-tit-in {
    transition-duration: 1.9s;
  }
  .case-archive__list-item-in[data-underline-speed="1.9"]:hover .case-archive__list-tit-in {
    transition-duration: 1.9s;
  }
  .case-archive__list-item-in[data-underline-speed="2"] .case-archive__list-tit-in {
    transition-duration: 2s;
  }
  .case-archive__list-item-in[data-underline-speed="2"]:hover .case-archive__list-tit-in {
    transition-duration: 2s;
  }
  .case-archive__list-item-in .case-archive__list-tit {
    line-height: var(--mh--line-height--sm);
    font-size: var(--mh--font-size--x4l);
    font-weight: 700;
    position: relative;
  }
  .case-archive__list-item-in .case-archive__list-tit-in {
    background-image: linear-gradient(90deg, currentColor, currentColor);
    background-position: right bottom;
    background-size: 0 1px;
    background-repeat: no-repeat;
    backface-visibility: hidden;
    transition: background-size 0.8s var(--mh--easing);
  }
}
@media (hover: hover) and (pointer: fine) {
  .case-archive__list-item-in .case-archive__list-tit {
    transition: all var(--mh--duration) var(--mh--easing);
  }
  .case-archive__list-item-in:hover .case-archive__list-tit {
    color: var(--mh--color--primary-400);
  }
}
.case-archive__list-img {
  aspect-ratio: 245/162;
  margin-bottom: -5px;
  overflow: hidden;
  border-radius: var(--mh--border-radius--md);
}
.case-archive__list-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.case-archive__list-content {
  display: grid;
  place-content: start stretch;
  height: 100%;
  row-gap: 10px;
}
.case-archive__list-cat {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 5px;
}
.case-archive__list-cat-item {
  padding: 2px 5px 3px;
  line-height: var(--mh--line-height--sm);
  color: var(--mh--color--primary-500);
  font-size: var(--mh--font-size--x2s);
  border: 1px solid var(--mh--color--primary-500);
  border-radius: var(--mh--border-radius--sm);
}
.case-archive__list-set {
  display: grid;
  row-gap: 8px;
  padding-top: 20px;
  border-top: 1px solid var(--mh--color--grayscale-400);
}
.case-archive__list-set-item {
  display: grid;
  row-gap: 2px;
}
.case-archive__list-set-tit {
  position: relative;
  padding-left: 12px;
  line-height: var(--mh--line-height--sm);
  font-size: var(--mh--font-size--xs);
  font-weight: 700;
}
.case-archive__list-set-tit::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(var(--mh--line-height--sm) * 0.5em - 3px);
  left: 1px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--mh--color--primary-500);
}
.case-archive__list-set-tit::after {
  content: "：";
}
.case-archive__list-set-txt {
  line-height: var(--mh--line-height--sm);
  font-size: var(--mh--font-size--xs);
}
.case-archive__list-btn {
  place-self: end;
}
.case-archive__list-foot {
  display: grid;
  gap: 40px min(8.5714285714%, 120px);
  margin-top: var(--mh--space--xl);
  max-width: calc(100% - var(--mh--contents--padding--side));
  padding-inline: 0 !important;
}
.case-archive__list-nav {
  display: grid;
  grid-template-columns: auto 1fr;
  place-items: center stretch;
  column-gap: 20px;
}
.case-archive__list-count {
  font-size: var(--mh--font-size--xs);
}
@media (min-width: 768px) {
  .case-archive__inner {
    padding-top: 120px;
    padding-bottom: 160px;
  }
  .case-archive__list-item + .case-archive__list-item {
    margin-top: 30px;
  }
  .case-archive__list-item-in {
    grid-template-columns: 50.5050505051% 1fr;
    grid-template-rows: auto auto 1fr;
    grid-template-areas: "content img" "set img" "btn btn";
    gap: 0 50px;
    padding: 60px 10px 20px 40px;
    border-top: 10px solid var(--mh--color--grayscale-100);
    border-right: 10px solid var(--mh--color--grayscale-100);
    border-radius: 10px 20px 10px 0;
  }
  .case-archive__list-img {
    grid-area: img;
    aspect-ratio: 245/162;
    margin: 0 min(46.7391304348%, 50px) 25px 0;
    overflow: hidden;
    border-radius: var(--mh--border-radius--md);
  }
  .case-archive__list-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .case-archive__list-content {
    row-gap: 10px;
  }
  .case-archive__list-cat {
    gap: 5px;
  }
  .case-archive__list-cat-item {
    padding: 3px 8px;
  }
  .case-archive__list-set {
    row-gap: 15px;
  }
  .case-archive__list-set-item {
    display: flex;
  }
  .case-archive__list-set-tit {
    padding-left: 15px;
    font-size: var(--mh--font-size--sm);
  }
  .case-archive__list-set-tit::before {
    top: calc(var(--mh--line-height--sm) * 0.5em - 2px);
    left: 2px;
  }
  .case-archive__list-set-txt {
    font-size: var(--mh--font-size--sm);
  }
  .case-archive__list-btn {
    grid-area: btn;
    margin-top: 5px;
    margin-right: 20px;
  }
  .case-archive__list-foot {
    display: grid;
    grid-template-columns: 1fr auto;
    place-content: stretch center;
    margin-inline: 0;
    padding-inline: 0 var(--mh--contents--padding--side) !important;
  }
  .case-archive__list-nav {
    display: grid;
    grid-template-columns: auto 1fr;
    place-items: center stretch;
    column-gap: 20px;
  }
  .case-archive__list-count {
    font-size: var(--mh--font-size--xs);
  }
}

/* .case-single
================================================ */
.case-single__inner {
  padding-top: 60px;
  padding-bottom: 60px;
}
.case-single__list {
  padding: 25px 25px 20px 10px;
  border-top: 5px solid var(--mh--color--grayscale-100);
  border-right: 5px solid var(--mh--color--grayscale-100);
  border-radius: 5px 10px 5px 0;
}
.case-single__content {
  margin-top: 20px;
  position: relative;
  padding: 40px 0;
}
.case-single__content::after {
  content: "";
  width: calc(100% + var(--mh--contents--padding--side) * 2);
  height: 100%;
  background: var(--mh--color--grayscale-100);
  position: absolute;
  top: 0;
  left: calc(var(--mh--contents--padding--side) * -1);
}
.case-single__content > * {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .case-single__inner {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .case-single__list {
    padding: 35px 10px 40px 40px;
    border-top: 10px solid var(--mh--color--grayscale-100);
    border-right: 10px solid var(--mh--color--grayscale-100);
    border-radius: 10px 20px 10px 0;
  }
  .case-single__content {
    margin-top: 40px;
    padding: 80px;
  }
  .case-single__content::after {
    width: 100%;
    left: 0;
    border-radius: var(--mh--border-radius--lg);
  }
}

/* .contact-sec
================================================ */
.contact-sec__inner {
  padding-top: 0;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .contact-sec {
    border-bottom: var(--mh--color--grayscale-400) solid 1px;
  }
  .contact-sec__inner {
    padding-top: 65px;
    padding-bottom: 160px;
  }
}

/* .error-page404
================================================ */
.error-page404__inner {
  padding-top: 50px;
  padding-bottom: 50px;
}
.error-page404__head {
  margin-bottom: 30px;
}
.error-page404__txt {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .error-page404__inner {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .error-page404__head {
    margin-bottom: 60px;
  }
  .error-page404__txt {
    margin-bottom: 100px;
  }
}

/* .faq-archive
================================================ */
.faq-archive {
  border-top: var(--mh--color--grayscale-400) solid 1px;
}
.faq-archive__inner {
  padding-bottom: 60px;
}
.faq-archive__post {
  padding-top: 20px;
}
.faq-archive-sec {
  padding-top: 60px;
}
@media (min-width: 768px) {
  .faq-archive {
    border-bottom: var(--mh--color--grayscale-400) solid 1px;
  }
  .faq-archive__inner {
    padding-bottom: 160px;
  }
  .faq-archive__post {
    padding-top: 40px;
  }
  .faq-archive-sec {
    padding-top: 160px;
  }
}

/* .fee-intro
================================================ */
.fee-intro__inner {
  padding-top: 60px;
  padding-bottom: 60px;
}
.fee-intro__set {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.fee-intro__set-txt {
  margin-top: 20px;
}
.fee-intro__area-img img {
  border-radius: var(--mh--border-radius--md);
  width: 100%;
  height: auto;
  aspect-ratio: 335/221;
  object-fit: cover;
}
@media (min-width: 768px) {
  .fee-intro__inner {
    padding-top: 120px;
    padding-bottom: 140px;
  }
  .fee-intro__set {
    grid-template-columns: minmax(0, 1fr) 500px;
    gap: max(40px, 2.0833333333vw);
  }
  .fee-intro__set-txt {
    margin-top: 40px;
  }
  .fee-intro__area-txt {
    display: flex;
    align-items: center;
  }
}

/* .fee-plan
================================================ */
.fee-plan-sec + .fee-plan-sec {
  border-top: var(--mh--color--grayscale-400) solid 1px;
}
.fee-plan-sec__inner {
  padding-top: 60px;
  padding-bottom: 60px;
}
.fee-plan-sec__head {
  display: grid;
  grid-template-columns: 60px 1fr;
  align-items: center;
  gap: 15px;
}
.fee-plan-sec__head-ico {
  width: 100%;
}
.fee-plan-sec__head-ico img {
  width: 100%;
  height: auto;
}
.fee-plan-sec__list {
  margin-top: 20px;
}
.fee-plan-sec__list-item {
  background: var(--mh--color--grayscale-100);
  border-radius: var(--mh--border-radius--lg);
  padding: 10px;
  line-height: var(--mh--line-height--sm);
  text-align: center;
}
.fee-plan-sec__list-item + .fee-plan-sec__list-item {
  margin-top: 15px;
}
.fee-plan-sec__list-item-head {
  background: var(--mh--gradient01);
  border-radius: var(--mh--border-radius--md) var(--mh--border-radius--md) 0 0;
  padding: 4px 0;
  font-size: var(--mh--font-size--sm);
}
.fee-plan-sec__list-item-body {
  margin-top: 15px;
  min-height: 70px;
}
.fee-plan-sec__list-item-body.is-middle {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: unset;
}
.fee-plan-sec__list-item-num {
  line-height: var(--mh--line-height--xs);
  font-size: var(--mh--font-size--x15l);
}
.fee-plan-sec__list-item-num.is-percent {
  font-size: var(--mh--font-size--x13l);
  letter-spacing: -0.03em;
}
.fee-plan-sec__list-item-unit {
  font-size: var(--mh--font-size--x4l);
}
.fee-plan-sec__list-item-txt {
  font-size: var(--mh--font-size--x4l);
}
.fee-plan-sec__list-item-note {
  color: var(--mh--color--grayscale-800);
  font-size: var(--mh--font-size--xs);
  display: block;
}
.fee-plan-sec__item + .fee-plan-sec__item {
  margin-top: 40px;
}
.fee-plan-sec__item-content {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 5px;
}
.fee-plan-sec__item-content-item + .fee-plan-sec__item-content-item {
  margin-top: 20px;
}
.fee-plan-sec__item-content-item img {
  width: 100%;
  height: auto;
}
.fee-plan-sec__item-content-item-head {
  margin-bottom: 15px;
}
.fee-plan-sec__item-table-result {
  display: grid;
  grid-template-columns: 53px 1fr;
  align-items: center;
  gap: 20px;
  min-height: 70px;
}
.fee-plan-sec__item-table-result-head {
  border-radius: var(--mh--border-radius--sm);
  background: var(--mh--color--primary-100);
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--mh--color--primary-500);
  font-size: var(--mh--font-size--md);
  font-weight: 700;
  height: 100%;
}
.fee-plan-sec__item-table-result-txt {
  font-size: var(--mh--font-size--lg);
}
.fee-plan-sec__item-table .is-w230 {
  width: 61.3333333333vw;
}
@media (min-width: 768px) {
  .fee-plan-sec__inner {
    padding-top: 120px;
    padding-bottom: 160px;
  }
  .fee-plan-sec__head {
    grid-template-columns: 80px 1fr;
    align-items: flex-end;
    gap: 20px;
  }
  .fee-plan-sec__list {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
  }
  .fee-plan-sec__list-item {
    padding: 15px;
  }
  .fee-plan-sec__list-item + .fee-plan-sec__list-item {
    margin-top: 0;
  }
  .fee-plan-sec__list-item-head {
    padding: 5px 0;
    font-size: var(--mh--font-size--lg);
  }
  .fee-plan-sec__list-item-body {
    min-height: 110px;
  }
  .fee-plan-sec__list-item-num {
    font-size: var(--mh--font-size--x13l);
  }
  .fee-plan-sec__list-item-num.is-percent {
    font-size: var(--mh--font-size--x10l);
  }
  .fee-plan-sec__item + .fee-plan-sec__item {
    margin-top: 80px;
  }
  .fee-plan-sec__item-content {
    margin-top: 30px;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
  }
  .fee-plan-sec__item-content-item {
    margin-top: 0;
  }
  .fee-plan-sec__item-content-item + .fee-plan-sec__item-content-item {
    margin-top: 0;
  }
  .fee-plan-sec__item-content-item-head {
    margin-bottom: 30px;
  }
  .fee-plan-sec__item-table {
    align-items: flex-start;
  }
  .fee-plan-sec__item-table-result {
    min-height: 55px;
  }
  .fee-plan-sec__item-table .is-w230 {
    width: 50%;
  }
}

/* .flow-flow
================================================ */
.flow-flow__inner {
  padding-top: 60px;
  padding-bottom: 60px;
}
.flow-flow__txt {
  margin-top: 20px;
}
.flow-flow__contents {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 25px;
}
.flow-flow-list__head {
  writing-mode: vertical-rl;
  white-space: nowrap;
  gap: 10px;
  position: relative;
  left: 18px;
}
.flow-flow-list__head > * {
  font-weight: 700;
}
.flow-flow-list__head-main {
  font-size: 1.6rem;
  background: linear-gradient(180deg, #FAF1E0 0%, #FFDAB5 50%, #FF8025 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0 30px;
  height: calc(100% - 13px);
  order: 2;
  width: 30px;
}
.flow-flow-list__head-main::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-top: 13px solid var(--mh--color--primary-400);
  border-bottom: 0;
  position: absolute;
  top: calc(100% - 13px);
  left: -18px;
}
.flow-flow-list__head-sub {
  font-size: 1.6rem;
  order: 1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100% - 140px);
}
.flow-flow-list__head-sub-in {
  background: var(--mh--color--grayscale-100);
  padding: 5px 0;
}
.flow-flow-list__head-sub-emphasis {
  font-size: 2rem;
}
.flow-flow-list__head-sub-arrow {
  width: 2px;
  height: 100%;
  background: var(--mh--color--primary-500);
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
}
.flow-flow-list__head-sub-arrow::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-bottom: 10px solid var(--mh--color--primary-500);
  border-top: 0;
  position: absolute;
  top: 0;
  left: -5px;
}
.flow-flow-list__head-sub-arrow::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-bottom: 10px solid var(--mh--color--primary-500);
  border-top: 0;
  position: absolute;
  bottom: 0;
  left: -5px;
  transform: scale(1, -1);
}
.flow-flow-list__item {
  border: var(--mh--color--grayscale-400) solid 1px;
  border-radius: var(--mh--border-radius--lg);
}
.flow-flow-list__item + .flow-flow-list__item {
  margin-top: 27px;
}
.flow-flow-list__item-in {
  padding: 0 15px;
  width: 100%;
  height: 100%;
  display: block;
  min-height: 113px;
}
.flow-flow-list__item-set {
  margin-top: 12px;
  position: relative;
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 15px;
  padding-right: 55px;
}
.flow-flow-list__item-tag {
  background: var(--mh--gradient01);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: var(--mh--font-size--xs);
}
.flow-flow-list__item-ico img {
  width: 50px;
  height: auto;
}
.flow-flow-list__item-txt {
  font-size: var(--mh--font-size--lg);
  line-height: var(--mh--line-height--sm);
  display: block;
}
.flow-flow-list__item-arrow {
  position: absolute;
  right: 0;
  top: calc(50% - 15px);
}
.flow-flow-list__item.is-last .flow-flow-list__item-in {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 0;
}
.flow-flow-list__item.is-last .flow-flow-list__item-in::after {
  content: "";
  width: 200px;
  height: 200px;
  border: var(--mh--color--primary-100) solid 40px;
  border-radius: 50%;
  position: absolute;
  inset: 0;
  margin: auto;
  z-index: -1;
}
.flow-flow-list__item.is-last .flow-flow-list__item-set {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 0;
}
.flow-flow-list__item.is-last .flow-flow-list__item-ico img {
  width: 56px;
}
.flow-flow-list__item.is-last .flow-flow-list__item-txt {
  font-size: var(--mh--font-size--x5l);
}
@media (min-width: 768px) {
  .flow-flow__inner {
    padding-top: 120px;
    padding-bottom: 140px;
  }
  .flow-flow__txt {
    margin-top: 40px;
  }
  .flow-flow__contents {
    margin-top: 58px;
    display: block;
  }
  .flow-flow-list {
    margin-top: 25px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 52px;
  }
  .flow-flow-list__head {
    writing-mode: horizontal-tb;
    left: 0;
    display: flex;
    flex-direction: column;
  }
  .flow-flow-list__head-main {
    background: linear-gradient(90deg, #FAF1E0 0%, #FFDAB5 50%, #FF8025 100%);
    width: calc(100% - 20px);
    height: unset;
    order: 1;
    height: 45px;
    padding: 0;
  }
  .flow-flow-list__head-main::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    border-left: 20px solid var(--mh--color--primary-400);
    border-right: 0;
    position: absolute;
    top: 0;
    left: calc(100% - 20px);
  }
  .flow-flow-list__head-sub {
    margin-top: 5px;
    font-size: var(--mh--font-size--xl);
    order: 2;
    height: unset;
    width: calc(100% - 288px);
  }
  .flow-flow-list__head-sub-in {
    padding: 0 10px;
  }
  .flow-flow-list__head-sub-emphasis {
    font-size: var(--mh--font-size--x4l);
  }
  .flow-flow-list__head-sub-arrow {
    width: 100%;
    height: 2px;
    top: 50%;
    left: 0;
  }
  .flow-flow-list__head-sub-arrow::before {
    transform: rotate(-90deg);
    top: -4px;
    left: -2px;
  }
  .flow-flow-list__head-sub-arrow::after {
    transform: rotate(-30deg);
    bottom: unset;
    left: unset;
    top: -5px;
    right: 0;
  }
  .flow-flow-list__item {
    gap: 52px;
  }
  .flow-flow-list__item + .flow-flow-list__item {
    margin-top: 0;
  }
  .flow-flow-list__item-in {
    padding: 10px 20px 30px;
    min-height: unset;
  }
  .flow-flow-list__item-set {
    margin-top: 10px;
    display: block;
    padding-right: 0;
    padding-bottom: 58px;
    text-align: center;
  }
  .flow-flow-list__item-tag {
    font-size: var(--mh--font-size--lg);
  }
  .flow-flow-list__item-ico img {
    width: 90px;
    margin: auto;
  }
  .flow-flow-list__item-txt {
    margin-top: 20px;
    font-size: var(--mh--font-size--x2l);
  }
  .flow-flow-list__item-arrow {
    left: 0;
    top: unset;
    bottom: 0;
    display: grid;
    place-items: center;
    width: 100%;
  }
  .flow-flow-list__item.is-last .flow-flow-list__item-in {
    padding: 0;
  }
  .flow-flow-list__item.is-last .flow-flow-list__item-in::after {
    width: 246px;
    height: 246px;
    left: -5px;
  }
  .flow-flow-list__item.is-last .flow-flow-list__item-set {
    display: block;
    margin-top: -5px;
  }
  .flow-flow-list__item.is-last .flow-flow-list__item-ico img {
    width: 90px;
  }
  .flow-flow-list__item.is-last .flow-flow-list__item-txt {
    margin-top: 0;
    font-size: var(--mh--font-size--x5l);
  }
}

/* .flow-step
================================================ */
.flow-step__inner {
  padding-top: 60px;
  padding-bottom: 60px;
}
.flow-step-sec + .flow-step-sec {
  margin-top: 60px;
}
.flow-step-sec__head-sub {
  margin-top: 30px;
}
.flow-step-list {
  margin-top: 25px;
  padding-left: 60px;
}
.flow-step-list__item {
  position: relative;
}
.flow-step-list__item + .flow-step-list__item {
  margin-top: 15px;
}
.flow-step-list__item::before {
  content: "";
  width: 40px;
  height: 1px;
  border-bottom: var(--mh--color--primary-500) dashed 1px;
  position: absolute;
  top: 0;
  left: -40px;
  bottom: 0;
  margin: auto;
}
.flow-step-list__item:not(:last-child)::after {
  content: "";
  width: 2px;
  height: calc(100% + 15px);
  background: var(--mh--color--primary-500);
  position: absolute;
  top: 50%;
  left: -40px;
}
.flow-step-list__item-num {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: var(--mh--line-height--xs);
  color: var(--mh--color--grayscale-100);
  font-size: var(--mh--font-size--x2l);
  background: var(--mh--gradient01);
  position: absolute;
  top: 0;
  left: -60px;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  z-index: 1;
}
.flow-step-list__item-contents {
  background: var(--mh--color--grayscale-100);
  border-radius: var(--mh--border-radius--lg);
  padding: 20px 18px;
}
.flow-step-list__item-head {
  font-weight: 700;
}
.flow-step-list__item-txt {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .flow-step__inner {
    padding-top: 160px;
    padding-bottom: 160px;
  }
  .flow-step-sec + .flow-step-sec {
    margin-top: 120px;
  }
  .flow-step-sec__head-sub {
    margin-top: 60px;
  }
  .flow-step-list {
    margin-top: 50px;
    padding-left: 110px;
  }
  .flow-step-list__item + .flow-step-list__item {
    margin-top: 20px;
  }
  .flow-step-list__item::before {
    width: 75px;
    left: -75px;
  }
  .flow-step-list__item:not(:last-child)::after {
    height: calc(100% + 20px);
    left: -75px;
  }
  .flow-step-list__item-num {
    width: 70px;
    height: 70px;
    left: -110px;
  }
  .flow-step-list__item-contents {
    padding: 30px;
  }
  .flow-step-list__item-txt {
    margin-top: 15px;
  }
}

/* #home
================================================ */
.home-first {
  position: relative;
}
.home-first::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: min(100%, 430px);
  height: 420px;
  background: url(../img/home/bg_mv01_sp.png) left top/430px 420px no-repeat;
  transition: opacity var(--mh--duration) var(--mh--easing) 3.6s;
  z-index: -1;
}
.home-first__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: opacity var(--mh--duration) var(--mh--easing) 3.6s;
}
.home-first.is-loading::before {
  opacity: 0;
}
.home-first.is-loading .home-first__bg {
  opacity: 0;
}
.home-first.is-loading .home-mv__copy-txt01-part {
  opacity: 0;
  transform: translateY(20px);
}
@media (min-width: 768px) {
  .home-first::before {
    width: min(100%, 1575px);
    height: 570px;
    background: url(../img/home/bg_mv01_pc.png) center top/1575px 570px no-repeat;
  }
}
@media (min-width: 1100px) {
  .home-first::before {
    width: min(100%, 1820px);
    height: 660px;
    background-size: 1820px 660px;
  }
}
@media (min-width: 1280px) {
  .home-first::before {
    width: min(100%, 2360px);
    height: 855px;
    background-size: 2360px 855px;
  }
}

/* bg
------------------------------------------------ */
.home-bg {
  --circle01_deg: -120;
  --circle01_deg: 30;
  position: sticky;
  right: 0;
  top: 0;
  width: min(100%, 520px);
  height: 100vh;
  margin-left: auto;
  overflow: hidden;
}
.home-bg__wrap {
  position: relative;
}
.home-bg__box {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 305px;
  max-height: 80vh;
  max-height: calc(var(--vh, 1vh) * 80);
  overflow: hidden;
}
.home-bg__box-circle01, .home-bg__box-circle02 {
  display: block;
  position: absolute;
  top: 0;
  right: -168px;
  width: 646px;
  height: 646px;
  background: var(--mh--gradient02) left -50px/100% 355px no-repeat;
}
.home-bg__box-circle01 {
  clip-path: url(#home-circle01-sp);
}
.home-bg__box-circle02 {
  clip-path: url(#home-circle02-sp);
}
.home-bg__svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 646px;
  height: 646px;
}
@media (min-width: 768px) {
  .home-bg {
    width: min(100%, 910px);
  }
  .home-bg__box {
    height: 537px;
  }
  .home-bg__box-circle01, .home-bg__box-circle02 {
    right: -280px;
    width: 1138px;
    height: 1138px;
    background: var(--mh--gradient02) left -85px/100% 622px no-repeat;
  }
  .home-bg__box-circle01 {
    clip-path: url(#home-circle-tab01);
  }
  .home-bg__box-circle02 {
    clip-path: url(#home-circle-tab02);
  }
  .home-bg__svg {
    width: 1138px;
    height: 1138px;
  }
}
@media (min-width: 1100px) {
  .home-bg {
    width: min(100%, 1624px);
  }
  .home-bg__box {
    height: 807px;
  }
  .home-bg__box-circle01, .home-bg__box-circle02 {
    right: -430px;
    width: 1624px;
    height: 1624px;
    background: var(--mh--gradient02) left -273px/100% 1080px no-repeat;
  }
  .home-bg__box-circle01 {
    clip-path: url(#home-circle-pc01);
  }
  .home-bg__box-circle02 {
    clip-path: url(#home-circle-pc02);
  }
  .home-bg__svg {
    width: 1624px;
    height: 1624px;
  }
}

path.home-circle01, path.home-circle02 {
  width: 100%;
  height: auto;
  transform-origin: 50% 50% !important;
}
path.home-circle01 {
  transform: rotate(calc(var(--circle01_deg) * 1deg));
}
path.home-circle02 {
  transform: rotate(calc(var(--circle02_deg) * 1deg));
}

/* #mv
------------------------------------------------ */
.home-mv {
  display: grid;
  position: relative;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
}
.home-mv__inner {
  position: relative;
  z-index: 1;
}
.home-mv__content {
  min-height: min(100% - 305px, 62%);
  padding-top: var(--mh--header--height);
  display: grid;
  align-items: center;
}
.home-mv__content-inner {
  padding: 50px 0;
  overflow: hidden;
}
.home-mv__copy {
  position: relative;
  width: 100%;
  max-width: 480px;
  transform-origin: left center;
}
.home-mv__copy-before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 721 315" xmlns="http://www.w3.org/2000/svg"><path d="M208.18 150.39c2.07-4.95 3.42-8.9 4.32-13.94 5.3 1.9 10.34 3.78 14.03 5.85.8.35 1.17.98 1.17 1.61 0 .54-.36 1.26-1 1.9-1.07 1.07-1.79 2.78-3.59 6.64-4.67 10.61-10.97 21.76-19.15 30.66-1.08 1.16-1.98 1.8-2.88 1.8-.8 0-1.62-.46-2.7-1.27a36.2 36.2 0 0 0-10.25-4.67 88.9 88.9 0 0 0 20.05-28.58Zm36.89-13.04c.72-.45 1.17-.72 1.62-.72.45 0 .9.36 1.53 1 9.98 10.42 17 21.12 23.2 34.33.35.72.53 1.26.53 1.7 0 .64-.35 1.09-1.07 1.63a78.2 78.2 0 0 1-10.08 6.38c-.54.27-.9.45-1.26.45-.53 0-.9-.45-1.25-1.44-5.94-14.65-13.5-26.79-22.85-36.77a250.6 250.6 0 0 0 9.63-6.56Zm64.23 39.01c6.56-2.7 13.4-6.02 21.5-10.96 9.7-5.85 17.53-11.6 25.35-19.69.1 5.48 1 9.89 2.07 13.4.18.62.27 1.25.27 1.8 0 1.16-.45 2.06-1.53 2.96a157.14 157.14 0 0 1-22.21 15.55 184.52 184.52 0 0 1-23.47 11.78c-2.16.9-3.78 1.8-5.04 2.78-.72.63-1.44 1-2.16 1-.54 0-1.07-.28-1.7-.82a37.61 37.61 0 0 1-7.29-8.27 2.87 2.87 0 0 1-.63-1.7c0-.55.18-1.08.45-1.8.54-1.17.45-3.42.45-5.85l.18-34.42c0-6.57-.18-11.24-.8-16 6.74.72 11.95 1.61 14.65 2.51 1.35.45 1.89 1 1.89 1.89a6.6 6.6 0 0 1-.63 2.25c-.72 1.97-.99 4.94-1.08 11.05l-.27 32.54Zm79.46-24.63c2.07-4.94 3.41-8.9 4.31-13.93 5.31 1.89 10.35 3.78 14.03 5.84.81.36 1.17 1 1.17 1.62 0 .54-.36 1.26-.99 1.89-1.08 1.08-1.8 2.79-3.6 6.65-4.67 10.6-10.97 21.75-19.15 30.65-1.08 1.17-1.98 1.8-2.88 1.8-.8 0-1.62-.45-2.7-1.26a36.26 36.26 0 0 0-10.25-4.67 88.9 88.9 0 0 0 20.06-28.59Zm36.88-13.03c.72-.45 1.17-.72 1.62-.72.45 0 .9.36 1.53.99 9.98 10.43 17 21.12 23.2 34.34.36.72.54 1.26.54 1.7 0 .64-.36 1.08-1.08 1.62a78.32 78.32 0 0 1-10.07 6.39c-.54.27-.9.45-1.26.45-.54 0-.9-.45-1.26-1.44-5.94-14.65-13.49-26.79-22.84-36.77 3.69-2.42 7.28-4.85 9.62-6.56Zm9.62-10.97c.27-.18.45-.27.63-.27.27 0 .54.18.9.45 2.61 1.98 6.48 6.66 8.81 10.16.18.27.27.45.27.72 0 .36-.18.63-.54.9l-4.31 3.24c-.27.27-.54.36-.72.36-.36 0-.63-.18-.9-.63-2.43-3.69-6.12-8.36-9.53-11.15l5.4-3.78Zm8.46-6.29c.27-.18.45-.27.63-.27.35 0 .62.18 1.07.54a48.4 48.4 0 0 1 8.64 9.62c.27.27.36.63.36.9s-.1.54-.54.9l-4.23 3.32c-.27.18-.54.27-.72.27-.36 0-.63-.18-.9-.54a51.9 51.9 0 0 0-9.44-11.14l5.13-3.6Zm47.23 54.92c6.57-2.7 13.4-6.02 21.5-10.96 9.7-5.85 17.53-11.6 25.36-19.69.09 5.48.99 9.89 2.06 13.4.18.62.27 1.25.27 1.8 0 1.16-.45 2.06-1.52 2.96a157.14 157.14 0 0 1-22.22 15.55 184.52 184.52 0 0 1-23.47 11.78c-2.16.9-3.77 1.8-5.03 2.78-.72.63-1.44 1-2.16 1-.54 0-1.08-.28-1.71-.82a37.58 37.58 0 0 1-7.28-8.27 2.87 2.87 0 0 1-.63-1.7c0-.55.17-1.08.44-1.8.54-1.17.45-3.42.45-5.85l.18-34.42c0-6.57-.18-11.24-.8-16 6.74.72 11.96 1.61 14.65 2.51 1.35.45 1.9 1 1.9 1.89a6.6 6.6 0 0 1-.64 2.25c-.72 1.97-.99 4.94-1.08 11.05l-.27 32.54Z" /></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 721 315" xmlns="http://www.w3.org/2000/svg"><path d="M208.18 150.39c2.07-4.95 3.42-8.9 4.32-13.94 5.3 1.9 10.34 3.78 14.03 5.85.8.35 1.17.98 1.17 1.61 0 .54-.36 1.26-1 1.9-1.07 1.07-1.79 2.78-3.59 6.64-4.67 10.61-10.97 21.76-19.15 30.66-1.08 1.16-1.98 1.8-2.88 1.8-.8 0-1.62-.46-2.7-1.27a36.2 36.2 0 0 0-10.25-4.67 88.9 88.9 0 0 0 20.05-28.58Zm36.89-13.04c.72-.45 1.17-.72 1.62-.72.45 0 .9.36 1.53 1 9.98 10.42 17 21.12 23.2 34.33.35.72.53 1.26.53 1.7 0 .64-.35 1.09-1.07 1.63a78.2 78.2 0 0 1-10.08 6.38c-.54.27-.9.45-1.26.45-.53 0-.9-.45-1.25-1.44-5.94-14.65-13.5-26.79-22.85-36.77a250.6 250.6 0 0 0 9.63-6.56Zm64.23 39.01c6.56-2.7 13.4-6.02 21.5-10.96 9.7-5.85 17.53-11.6 25.35-19.69.1 5.48 1 9.89 2.07 13.4.18.62.27 1.25.27 1.8 0 1.16-.45 2.06-1.53 2.96a157.14 157.14 0 0 1-22.21 15.55 184.52 184.52 0 0 1-23.47 11.78c-2.16.9-3.78 1.8-5.04 2.78-.72.63-1.44 1-2.16 1-.54 0-1.07-.28-1.7-.82a37.61 37.61 0 0 1-7.29-8.27 2.87 2.87 0 0 1-.63-1.7c0-.55.18-1.08.45-1.8.54-1.17.45-3.42.45-5.85l.18-34.42c0-6.57-.18-11.24-.8-16 6.74.72 11.95 1.61 14.65 2.51 1.35.45 1.89 1 1.89 1.89a6.6 6.6 0 0 1-.63 2.25c-.72 1.97-.99 4.94-1.08 11.05l-.27 32.54Zm79.46-24.63c2.07-4.94 3.41-8.9 4.31-13.93 5.31 1.89 10.35 3.78 14.03 5.84.81.36 1.17 1 1.17 1.62 0 .54-.36 1.26-.99 1.89-1.08 1.08-1.8 2.79-3.6 6.65-4.67 10.6-10.97 21.75-19.15 30.65-1.08 1.17-1.98 1.8-2.88 1.8-.8 0-1.62-.45-2.7-1.26a36.26 36.26 0 0 0-10.25-4.67 88.9 88.9 0 0 0 20.06-28.59Zm36.88-13.03c.72-.45 1.17-.72 1.62-.72.45 0 .9.36 1.53.99 9.98 10.43 17 21.12 23.2 34.34.36.72.54 1.26.54 1.7 0 .64-.36 1.08-1.08 1.62a78.32 78.32 0 0 1-10.07 6.39c-.54.27-.9.45-1.26.45-.54 0-.9-.45-1.26-1.44-5.94-14.65-13.49-26.79-22.84-36.77 3.69-2.42 7.28-4.85 9.62-6.56Zm9.62-10.97c.27-.18.45-.27.63-.27.27 0 .54.18.9.45 2.61 1.98 6.48 6.66 8.81 10.16.18.27.27.45.27.72 0 .36-.18.63-.54.9l-4.31 3.24c-.27.27-.54.36-.72.36-.36 0-.63-.18-.9-.63-2.43-3.69-6.12-8.36-9.53-11.15l5.4-3.78Zm8.46-6.29c.27-.18.45-.27.63-.27.35 0 .62.18 1.07.54a48.4 48.4 0 0 1 8.64 9.62c.27.27.36.63.36.9s-.1.54-.54.9l-4.23 3.32c-.27.18-.54.27-.72.27-.36 0-.63-.18-.9-.54a51.9 51.9 0 0 0-9.44-11.14l5.13-3.6Zm47.23 54.92c6.57-2.7 13.4-6.02 21.5-10.96 9.7-5.85 17.53-11.6 25.36-19.69.09 5.48.99 9.89 2.06 13.4.18.62.27 1.25.27 1.8 0 1.16-.45 2.06-1.52 2.96a157.14 157.14 0 0 1-22.22 15.55 184.52 184.52 0 0 1-23.47 11.78c-2.16.9-3.77 1.8-5.03 2.78-.72.63-1.44 1-2.16 1-.54 0-1.08-.28-1.71-.82a37.58 37.58 0 0 1-7.28-8.27 2.87 2.87 0 0 1-.63-1.7c0-.55.17-1.08.44-1.8.54-1.17.45-3.42.45-5.85l.18-34.42c0-6.57-.18-11.24-.8-16 6.74.72 11.96 1.61 14.65 2.51 1.35.45 1.9 1 1.9 1.89a6.6 6.6 0 0 1-.64 2.25c-.72 1.97-.99 4.94-1.08 11.05l-.27 32.54Z" /></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center top;
  mask-position: center top;
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto;
  background-image: linear-gradient(90deg, var(--mh--color--primary-500) 0%, rgb(254, 123, 52) 33%, var(--mh--color--grayscale-900) 75%, var(--mh--color--grayscale-900) 100%);
  background-size: 300% 100%;
  background-repeat: no-repeat;
  background-position: 100% top;
  transition: background-position 1.2s ease-in-out;
}
.home-mv__copy svg {
  width: 100%;
}
.home-mv__copy-txt01-part {
  transition: all var(--mh--duration) var(--mh--easing);
}
.home-mv__copy-txt01-part.is-part01 {
  transition-delay: 1.28s;
}
.home-mv__copy-txt01-part.is-part02 {
  transition-delay: 1.36s;
}
.home-mv__copy-txt01-part.is-part03 {
  transition-delay: 1.44s;
}
.home-mv__copy-txt01-part.is-part04 {
  transition-delay: 1.52s;
}
.home-mv__copy-txt01-part.is-part05 {
  transition-delay: 1.6s;
}
.home-mv__copy-txt01-part.is-part06 {
  transition-delay: 1.68s;
}
.home-mv__copy-txt01-part.is-part07 {
  transition-delay: 1.76s;
}
.home-mv__copy-txt01-part.is-part08 {
  transition-delay: 1.84s;
}
.home-mv__copy-txt01-part.is-part09 {
  transition-delay: 2.32s;
}
.home-mv__copy-txt01-part.is-part10 {
  transition-delay: 2.4s;
}
.home-mv__copy-txt01-part.is-part11 {
  transition-delay: 2.48s;
}
.home-mv__copy-txt01-part.is-part12 {
  transition-delay: 2.56s;
}
.home-mv__copy-txt01-part.is-part13 {
  transition-delay: 2.64s;
}
.home-mv__copy-txt01-part.is-part14 {
  transition-delay: 2.72s;
}
.home-mv__copy-txt01-part.is-part15 {
  transition-delay: 2.8s;
}
.home-mv__copy-txt01-part.is-part16 {
  transition-delay: 2.88s;
}
.home-mv__copy-txt01-part.is-part17 {
  transition-delay: 2.96s;
}
.home-mv__copy-txt01-part.is-part18 {
  transition-delay: 3.04s;
}
.home-mv__txt {
  margin-top: var(--mh--space--xl);
  line-height: var(--mh--line-height--sm);
  font-size: var(--mh--font-size--lg);
  font-weight: 700;
}
.home-mv.is-animated .home-mv__copy-before {
  background-position: 0% top;
}
@media (min-width: 768px) {
  .home-mv .home-mv__inner {
    max-width: 1760px;
  }
  .home-mv__content {
    min-height: min(100% - 537px, 62%);
  }
  .home-mv__copy {
    min-width: 480px;
    width: 43.4337349398%;
    max-width: 721px;
  }
  .home-mv__txt {
    font-size: var(--mh--font-size--xl);
  }
}
@media (min-width: 1100px) {
  .home-mv {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: unset;
    min-height: 50vh;
    min-height: calc(var(--vh, 1vh) * 50);
  }
  .home-mv__content {
    min-height: 100%;
    padding-top: calc(var(--vh, 1vh) * 50 - 14.559939759%);
  }
  .home-mv__content-inner {
    padding: 60px 0;
  }
  .home-mv__copy {
    transition: opacity 1s var(--mh--easing), transform 1s var(--mh--easing);
  }
  .home-mv.is-hide .home-mv__copy {
    opacity: 0;
    transform: scale(1.2);
  }
}
@media (min-width: 1100px) and (max-width: 1819px) and (min-width: 1730px) {
  .home-mv {
    margin-left: -10px;
  }
}

/* #mission
------------------------------------------------ */
.home-mission {
  position: relative;
}
.home-mission__copy {
  line-height: var(--mh--line-height--sm);
  font-size: var(--mh--font-size--x8l);
  font-weight: 700;
  transition: opacity var(--mh--duration) var(--mh--easing);
}
.home-mission__content {
  display: grid;
  row-gap: var(--mh--space--lg);
  margin-top: var(--mh--space--lg);
}
.home-mission__txtbox {
  display: grid;
  row-gap: var(--mh--space--sm);
}
.home-mission__txt {
  font-weight: 700;
}
@media (max-width: 767px) {
  .home-mission__inner {
    padding-block: 60px;
  }
}
@media (min-width: 768px) {
  .home-mission__copy {
    font-size: var(--mh--font-size--x9l);
  }
  .home-mission__inner {
    padding-bottom: 220px;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  .home-mission__inner {
    padding-top: 120px;
  }
}
@media (min-width: 768px) {
  .home-mission__content {
    grid-template-columns: 1fr auto;
    place-items: end stretch;
    column-gap: 60px;
  }
  .home-mission__txt {
    font-size: var(--mh--font-size--lg);
  }
}
@media (min-width: 1100px) {
  .home-mission {
    display: grid;
  }
  .home-mission__head {
    position: relative;
    border-right: none;
  }
  .home-mission__head::before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: -50px;
    width: 1px;
    height: 100%;
    transform: scaleY(0);
    transform-origin: right bottom;
    background-color: var(--mh--color--grayscale-400);
    transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .home-mission__head .c-section01__head {
    position: sticky;
    top: calc(var(--mh--header--height) + 55px);
    left: 0;
    margin: 0 auto;
    border: none;
    width: auto;
    height: 860px;
    min-height: calc(var(--vh, 1vh) * 100 - var(--mh--header--height) - 55px);
    opacity: 0;
    transform: translateY(30px);
    transition: opacity var(--mh--duration) var(--mh--easing), transform var(--mh--duration) var(--mh--easing) var(--mh--duration);
  }
  .home-mission__copy {
    position: relative;
    height: 600px;
    min-height: 70vh;
    min-height: calc(var(--vh, 1vh) * 70);
  }
  .home-mission__copy-txt {
    position: sticky;
    top: calc(var(--mh--header--height) + 100px);
    top: 40vh;
    top: calc(var(--vh, 1vh) * 40);
    left: 0;
    transform: scale(0.33);
    transform-origin: left top;
  }
  .home-mission.is-active .home-mission__head::before {
    transform: scaleY(1);
  }
  .home-mission.is-active .c-section01__head {
    opacity: 1;
    transform: translateY(0px);
    transition-delay: 0.5s, 0.5s;
  }
  .home-mission.is-hide .home-mission__copy {
    opacity: 0;
  }
}
@media (min-width: 1440px) {
  .home-mission__copy {
    font-size: var(--mh--font-size--x10l);
  }
}

/* #service
------------------------------------------------ */
.home-service {
  position: relative;
  padding-block: 60px;
  overflow: hidden;
  --clip: 25px;
  --radius: 10px;
}
.home-service.is-active .home-service__inner {
  opacity: 1;
  visibility: visible;
}
.home-service__inner {
  position: relative;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s var(--mh--easing);
}
.home-service__btn {
  margin-top: 30px;
}
.home-service__bg {
  display: block;
  position: absolute;
  inset: 0;
  background: var(--mh--gradient01);
  margin: var(--clip);
  border-radius: var(--radius);
}
@media (min-width: 768px) {
  .home-service {
    --clip: 50px;
    --radius: 20px;
    padding-block: 120px;
  }
  .home-service__btn {
    margin-top: 40px;
  }
}

/* #case
------------------------------------------------ */
.home-case {
  padding-block: 60px;
  overflow: hidden;
  background-color: var(--mh--color--primary-100);
}
.home-case__content {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
}
.home-case__slider-list {
  display: grid;
}
.home-case__slider-slide {
  display: grid !important;
}
.home-case__slider-in {
  display: grid !important;
  place-items: start stretch;
  row-gap: 25px;
  height: 100%;
  padding: 25px 25px 20px 10px;
  border-top: 5px solid var(--mh--color--grayscale-100);
  border-right: 5px solid var(--mh--color--grayscale-100);
  border-radius: 5px 10px 5px 0;
}
.home-case__slider-img {
  aspect-ratio: 245/162;
  margin-bottom: -5px;
  overflow: hidden;
  border-radius: var(--mh--border-radius--md);
}
.home-case__slider-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.home-case__slider-content {
  display: grid;
  place-content: start stretch;
  height: 100%;
  row-gap: 5px;
}
.home-case__slider-cat {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 5px;
}
.home-case__slider-cat-item {
  padding: 2px 5px;
  line-height: var(--mh--line-height--sm);
  color: var(--mh--color--primary-500);
  font-size: var(--mh--font-size--x2s);
  border: 1px solid var(--mh--color--primary-500);
  border-radius: var(--mh--border-radius--sm);
}
.home-case__slider-tit {
  line-height: var(--mh--line-height--sm);
  font-size: var(--mh--font-size--x4l);
  font-weight: 700;
}
.home-case__slider-set {
  display: grid;
  row-gap: 8px;
  padding-top: 25px;
  border-top: 1px solid var(--mh--color--grayscale-400);
}
.home-case__slider-set-item {
  display: grid;
  row-gap: 2px;
}
.home-case__slider-set-tit {
  position: relative;
  padding-left: 12px;
  line-height: var(--mh--line-height--sm);
  font-size: var(--mh--font-size--xs);
  font-weight: 700;
}
.home-case__slider-set-tit::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(var(--mh--line-height--sm) * 0.5em - 3px);
  left: 1px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--mh--color--primary-500);
}
.home-case__slider-set-tit::after {
  content: "：";
}
.home-case__slider-set-txt {
  line-height: var(--mh--line-height--sm);
  font-size: var(--mh--font-size--xs);
}
.home-case__slider-btn {
  place-self: end;
}
.home-case__slider-foot {
  display: grid;
  gap: 40px min(8.5714285714%, 120px);
  margin-top: var(--mh--space--xl);
  max-width: calc(100% - var(--mh--contents--padding--side));
  padding-inline: 0 !important;
}
.home-case__slider-nav {
  display: grid;
  grid-template-columns: auto 1fr;
  place-items: center stretch;
  column-gap: 20px;
}
.home-case__slider-count {
  font-size: var(--mh--font-size--xs);
}
@media (max-width: 767px) {
  .home-case__slider:not(.is-overflow) {
    justify-content: center;
  }
  .home-case__slider-list {
    grid-auto-flow: column;
  }
  .home-case__slider-slide {
    grid-template-rows: subgrid;
    grid-row: span 4;
  }
  .home-case__slider-in {
    grid-template-rows: subgrid;
    grid-row: span 4;
  }
}
@media (min-width: 768px) {
  .home-case {
    padding-block: 120px;
  }
  .home-case__slider-list {
    display: flex;
  }
  .home-case__slider-in {
    grid-template-columns: 46.7391304348% 1fr;
    grid-template-rows: auto auto 1fr;
    grid-template-areas: "content img" "set img" "btn btn";
    gap: 30px 40px;
    padding: 70px 30px 20px 40px;
    border-top: 10px solid var(--mh--color--grayscale-100);
    border-right: 10px solid var(--mh--color--grayscale-100);
    border-radius: 10px 20px 10px 0;
  }
  .home-case__slider-img {
    grid-area: img;
    aspect-ratio: 245/162;
    margin: 0 min(46.7391304348%, 50px) 25px 0;
    overflow: hidden;
    border-radius: var(--mh--border-radius--md);
  }
  .home-case__slider-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .home-case__slider-content {
    row-gap: 10px;
  }
  .home-case__slider-cat {
    gap: 5px;
  }
  .home-case__slider-cat-item {
    padding: 3px 8px;
  }
  .home-case__slider-set {
    row-gap: 15px;
  }
  .home-case__slider-set-tit {
    padding-left: 15px;
    font-size: var(--mh--font-size--sm);
  }
  .home-case__slider-set-tit::before {
    top: calc(var(--mh--line-height--sm) * 0.5em - 2px);
    left: 2px;
  }
  .home-case__slider-set-txt {
    font-size: var(--mh--font-size--sm);
  }
  .home-case__slider-btn {
    grid-area: btn;
    margin-top: -25px;
  }
  .home-case__slider-foot {
    display: grid;
    grid-template-columns: 1fr auto;
    place-content: stretch center;
    margin-inline: 0;
    padding-inline: 0 var(--mh--contents--padding--side) !important;
  }
  .home-case__slider-nav {
    display: grid;
    grid-template-columns: auto 1fr;
    place-items: center stretch;
    column-gap: 20px;
  }
  .home-case__slider-count {
    font-size: var(--mh--font-size--xs);
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  .home-case__content {
    width: 1200px;
    margin-left: 0;
  }
  .home-case__slider-in {
    padding: 50px 40px 20px 30px;
  }
  .home-case__slider-img {
    margin-right: 0;
  }
}

/* #value
------------------------------------------------ */
.home-value {
  padding-top: 60px;
}
.home-value:last-child {
  padding-bottom: 60px;
}
.home-value__lead {
  margin-top: 8px;
}
.home-value__content {
  display: grid;
  row-gap: 50px;
}
.home-value__img {
  display: grid;
  place-content: start center;
  margin-top: 50px;
}
.home-value__img img {
  width: 500px;
}
@media (min-width: 768px) {
  .home-value {
    padding-top: 120px;
  }
  .home-value:last-child {
    padding-bottom: 0;
  }
  .home-value:last-child .home-value__content {
    padding-bottom: 160px;
  }
  .home-value__inner {
    display: grid;
    grid-template-columns: 670px 1fr;
    grid-template-areas: "head content" "img content";
    place-content: start stretch;
    place-items: start stretch;
    gap: 65px clamp(60px, 7.1428571429%, 120px);
  }
  .home-value__head {
    grid-area: head;
    margin-bottom: 0;
  }
  .home-value__content {
    grid-area: content;
    row-gap: 80px;
    margin-top: 40px;
    padding-bottom: 100px;
  }
  .home-value__img {
    grid-area: img;
    place-self: end start;
    margin-top: 0;
  }
  .home-value__img img {
    width: 100%;
  }
}

/* .home-value-sec */
.home-value-sec__content .home-value-sec__txt ~ .home-value-sec__txt {
  margin-top: 20px;
}
.home-value-sec__list {
  counter-reset: value;
  display: flex;
  flex-wrap: wrap;
  column-gap: var(--mh--space--xs);
  line-height: var(--mh--line-height--sm);
  font-size: var(--mh--font-size--lg);
}
.home-value-sec__list-item {
  counter-increment: value;
  font-weight: 700;
}
.home-value-sec__list-item::before {
  content: counter(value) ". ";
  line-height: var(--mh--line-height--xs);
  color: var(--mh--color--primary-500);
  font-family: var(--mh--font-family--en);
  font-size: var(--mh--font-size--xl);
  font-weight: 700;
  letter-spacing: var(--mh--letter-spacing--sm);
}
@media (min-width: 768px) {
  .home-value-sec__list {
    max-width: 430px;
    line-height: var(--mh--line-height--md);
  }
}

/* #links
------------------------------------------------ */
.home-links {
  padding-block: 60px;
  border-top: 1px solid var(--mh--color--grayscale-400);
}
@media (min-width: 768px) {
  .home-links {
    padding-block: 160px;
  }
}

/* .ma-guidelines-sec
================================================ */
.ma-guidelines-sec__inner {
  padding-top: 60px;
  padding-bottom: 60px;
}
.ma-guidelines-sec__block-item + .ma-guidelines-sec__block-item {
  margin-top: 50px;
}
.ma-guidelines-sec__block-txt {
  font-size: var(--mh--font-size--md);
}
.ma-guidelines-sec__block-head {
  margin-bottom: 20px;
}
.ma-guidelines-sec__block-head-sub {
  margin-bottom: 15px;
}
.ma-guidelines-sec__block-body + .ma-guidelines-sec__block-body {
  margin-top: 40px;
}
.ma-guidelines-sec__block-link {
  text-decoration: underline !important;
}
@media (hover: hover) and (pointer: fine) {
  .ma-guidelines-sec__block-link {
    transition: all var(--mh--duration) var(--mh--easing);
  }
  .ma-guidelines-sec__block-link:hover {
    color: var(--mh--color--primary-400);
  }
}
@media (min-width: 768px) {
  .ma-guidelines-sec__inner {
    padding-top: 120px;
    padding-bottom: 160px;
  }
  .ma-guidelines-sec__block-item + .ma-guidelines-sec__block-item {
    margin-top: 100px;
  }
  .ma-guidelines-sec__block-head {
    margin-bottom: 30px;
  }
  .ma-guidelines-sec__block-head-sub {
    margin-bottom: 15px;
  }
  .ma-guidelines-sec__block-body p.is-last {
    margin-top: 15px;
  }
}

/* mission-content
------------------------------------- */
.mission-content {
  position: relative;
  z-index: 1;
  overflow: clip;
}
.mission-content__bg img {
  width: 100%;
}
@media (min-width: 768px) {
  .mission-content__bg {
    position: absolute;
    top: 100px;
    right: 0;
    width: min(45.78vw, 879px);
    aspect-ratio: 879/1389;
    z-index: -1;
  }
}

/* mission-purpose
------------------------------------- */
.mission-purpose__inner {
  padding-top: 40px;
}
.mission-purpose__head {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .mission-purpose__inner {
    padding-top: 160px;
  }
  .mission-purpose__head {
    margin-bottom: 60px;
  }
}

/* mission-message
------------------------------------- */
.mission-message {
  position: relative;
}
.mission-message__inner {
  padding-block: 60px;
}
.mission-message__head {
  margin-bottom: 30px;
}
.mission-message__name {
  display: flex;
  align-items: baseline;
  margin-top: 20px;
  font-weight: 700;
  font-size: var(--mh--font-size--x3l);
  line-height: var(--mh--line-height--sm);
}
.mission-message__name-in {
  margin-right: 15px;
  font-size: var(--mh--font-size--xl);
}
.mission-message__btn {
  border-top: 1px solid var(--mh--color--grayscale-400);
  margin-top: 40px;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .mission-message__inner {
    padding-block: 160px;
  }
  .mission-message__head {
    margin-bottom: 60px;
  }
  .mission-message__name {
    margin-top: 40px;
    padding-bottom: 0;
  }
  .mission-message__btn {
    margin-top: 50px;
    padding-top: 30px;
  }
}

/* mission-logo
------------------------------------- */
.mission-logo {
  position: relative;
  background: var(--mh--gradient01);
  overflow: clip;
  z-index: 1;
}
.mission-logo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 331px;
  height: 215px;
  background: url(../img/mission/bg_logo01_sp.svg) no-repeat left top/contain;
  z-index: -1;
}
.mission-logo__inner {
  padding-block: 60px;
}
.mission-logo__box {
  margin-top: 30px;
  padding: 30px 25px;
  background: var(--mh--color--grayscale-100);
  border-radius: var(--mh--border-radius--lg);
}
.mission-logo__box-img {
  margin-bottom: 20px;
  height: 222px;
  display: grid;
  place-content: center;
}
.mission-logo__box-img img {
  width: 155px;
}
.mission-logo__box-txt {
  font-weight: bold;
}
.mission-logo__box-txt + .mission-logo__box-txt {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .mission-logo::before {
    content: "";
    width: 1026px;
    height: 717px;
    background-image: url(../img/mission/bg_logo01_pc.svg);
  }
  .mission-logo__inner {
    padding-block: 120px 140px;
  }
  .mission-logo__box {
    margin-top: 60px;
    display: grid;
    grid-template-columns: max-content 1fr;
    align-items: center;
    gap: 20px;
    padding: 30px;
  }
  .mission-logo__box-img {
    margin-bottom: 0;
    width: 360px;
    height: 302px;
  }
  .mission-logo__box-img img {
    width: 210px;
  }
  .mission-logo__box-txt {
    font-size: var(--mh--font-size--lg);
  }
  .mission-logo__box-txt + .mission-logo__box-txt {
    margin-top: 20px;
  }
}

/* .privacy-policy-sec
================================================ */
.privacy-policy-sec__inner {
  padding-top: 60px;
  padding-bottom: 60px;
}
.privacy-policy-sec__block-item + .privacy-policy-sec__block-item {
  margin-top: 40px;
}
.privacy-policy-sec__block-head {
  margin-bottom: 13px;
}
.privacy-policy-sec__block-body-txt {
  font-size: var(--mh--font-size--md);
}
.privacy-policy-sec__block-body-txt + .privacy-policy-sec__block-body-txt {
  margin-top: 2em;
}
.privacy-policy-sec__block-body-txt.is-last {
  margin-top: 15px;
}
.privacy-policy-sec__block-body ol {
  margin-top: 10px;
}
.privacy-policy-sec__block-body ul {
  margin-top: 18px;
}
.privacy-policy-sec__block-link {
  text-decoration: underline !important;
}
@media (hover: hover) and (pointer: fine) {
  .privacy-policy-sec__block-link {
    transition: all var(--mh--duration) var(--mh--easing);
  }
  .privacy-policy-sec__block-link:hover {
    color: var(--mh--color--primary-400);
  }
}
@media (min-width: 768px) {
  .privacy-policy-sec__inner {
    padding-top: 120px;
    padding-bottom: 160px;
  }
  .privacy-policy-sec__block-item + .privacy-policy-sec__block-item {
    margin-top: 80px;
  }
  .privacy-policy-sec__block-head {
    margin-bottom: 20px;
  }
  .privacy-policy-sec__block-body p.is-last {
    margin-top: 15px;
  }
  .privacy-policy-sec__block-body ol {
    margin-top: 15px;
  }
  .privacy-policy-sec__block-body ul {
    margin-top: 18px;
  }
}

/* service-content
------------------------------------- */
.service-content {
  position: relative;
  z-index: 1;
  overflow: clip;
}
.service-content__bg img {
  width: 100%;
}
@media (min-width: 768px) {
  .service-content__bg {
    position: absolute;
    top: 100px;
    right: 0;
    width: min(45.78vw, 879px);
    aspect-ratio: 879/1389;
    z-index: -1;
  }
}

/* service-info
------------------------------------- */
.service-info__inner {
  padding-top: 40px;
}
.service-info__head {
  margin-bottom: 30px;
  font-size: var(--mh--font-size--x10l);
  line-height: var(--mh--line-height--sm);
  font-weight: 700;
}
@media (min-width: 768px) {
  .service-info__inner {
    padding-top: 160px;
  }
  .service-info__head {
    margin-bottom: 60px;
  }
}

/* service-feature
------------------------------------- */
.service-feature__inner {
  padding-block: 60px;
}
.service-feature__head {
  margin-bottom: 30px;
}
.service-feature__img img {
  image-rendering: -webkit-optimize-contrast;
}
@media (max-width: 767px) {
  .service-feature__wrap {
    position: relative;
  }
  .service-feature__img {
    position: relative;
    padding: 0 20px 20px 0;
    margin-right: calc(var(--mh--contents--padding--side) * -1);
    overflow-x: auto;
    overflow-y: hidden;
  }
  .service-feature__img img {
    width: 664px;
    max-width: none;
  }
  .service-feature__img-swipe {
    position: absolute;
    left: 0;
    bottom: -1.5em;
    font-size: 1.4rem;
    padding-right: 10px;
    background: var(--mh--color--grayscale-100);
    z-index: 2;
    line-height: var(--mh--line-height--sm);
  }
}
@media (min-width: 768px) {
  .service-feature__inner {
    padding-block: 160px;
  }
  .service-feature__head {
    margin-bottom: 60px;
  }
}
@media (min-width: 665px) {
  .service-feature__img {
    padding: 0 0 20px 0;
    margin-right: 0;
    overflow-x: unset;
    overflow-y: unset;
  }
  .service-feature__img img {
    width: 100%;
    max-width: 1100px;
  }
}

/* service-think
------------------------------------- */
.service-think__inner {
  padding-block: 60px;
}
.service-think__head {
  margin-bottom: 40px;
}
.service-think__content-txt {
  margin-bottom: 40px;
}
.service-think__content-img {
  margin-bottom: 40px;
}
.service-think__content-img img {
  width: 100%;
  border-radius: var(--mh--border-radius--lg);
}
.service-think__content-list {
  display: grid;
  gap: 30px;
}
.service-think__content-item-head {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  margin-bottom: 25px;
  border-bottom: 1px solid;
  color: var(--mh--color--primary-500);
  font-size: var(--mh--font-size--x3l);
  line-height: var(--mh--line-height--sm);
  font-weight: 700;
  gap: 10px;
}
.service-think__content-item-head-num {
  display: grid;
  place-content: center;
  width: 40px;
  height: 28px;
  border-radius: 50%;
  padding-top: 3px;
  background: var(--mh--color--primary-500);
  color: var(--mh--color--grayscale-100);
  font-size: var(--mh--font-size--md);
}
@media (min-width: 768px) {
  .service-think__inner {
    padding-block: 160px;
  }
  .service-think__head {
    margin-bottom: 60px;
  }
  .service-think__content-txt {
    margin-bottom: 60px;
  }
  .service-think__content-img {
    margin-bottom: 0;
  }
  .service-think__content-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
  .service-think__content-item-head {
    padding-bottom: 15px;
  }
  .service-think__content-item-head-num {
    width: 54px;
    height: 34px;
  }
}

/* service-can
------------------------------------- */
.service-can {
  position: relative;
  background: var(--mh--gradient01);
}
.service-can__inner {
  padding-block: 60px;
}
.service-can__head {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .service-can__inner {
    padding-block: 160px;
  }
  .service-can__head {
    margin-bottom: 60px;
  }
}

.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 (max-width: 639px) {
  .u-hidden-sm-down {
    display: none;
  }
}
@media (max-width: 767px) {
  .u-hidden-md-down {
    display: none;
  }
}
@media (max-width: 1099px) {
  .u-hidden-lg-down {
    display: none;
  }
}
@media (max-width: 1279px) {
  .u-hidden-xl-down {
    display: none;
  }
}
@media (min-width: 640px) {
  .u-hidden-sm-up {
    display: none;
  }
}
@media (min-width: 768px) {
  .u-hidden-md-up {
    display: none;
  }
}
@media (min-width: 1100px) {
  .u-hidden-lg-up {
    display: none;
  }
}
@media (min-width: 1280px) {
  .u-hidden-xl-up {
    display: none;
  }
}
/* overflow
-------------------------------------- */
.u-overflow-auto {
  overflow: auto;
}

.u-overflow-hidden {
  overflow: hidden;
}

.u-overflow-visible {
  overflow: visible;
}

/* screen reader
-------------------------------------- */
.u-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  white-space: nowrap;
  border-width: 0;
  clip: rect(0, 0, 0, 0);
}

/* text-transform
-------------------------------------- */
.u-uppercase {
  text-transform: uppercase;
}

.u-capitalize {
  text-transform: capitalize;
}

/* text-align
-------------------------------------- */
.u-text-left {
  text-align: left;
}

.u-text-right {
  text-align: right;
}

.u-text-center {
  text-align: center;
}

@media (max-width: 639px) {
  .u-text-left-sm-down {
    text-align: left;
  }
}
@media (max-width: 639px) {
  .u-text-right-sm-down {
    text-align: right;
  }
}
@media (max-width: 639px) {
  .u-text-center-sm-down {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .u-text-left-md-down {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .u-text-right-md-down {
    text-align: right;
  }
}
@media (max-width: 767px) {
  .u-text-center-md-down {
    text-align: center;
  }
}
@media (max-width: 1099px) {
  .u-text-left-lg-down {
    text-align: left;
  }
}
@media (max-width: 1099px) {
  .u-text-right-lg-down {
    text-align: right;
  }
}
@media (max-width: 1099px) {
  .u-text-center-lg-down {
    text-align: center;
  }
}
@media (max-width: 1279px) {
  .u-text-left-xl-down {
    text-align: left;
  }
}
@media (max-width: 1279px) {
  .u-text-right-xl-down {
    text-align: right;
  }
}
@media (max-width: 1279px) {
  .u-text-center-xl-down {
    text-align: center;
  }
}
@media (min-width: 640px) {
  .u-text-left-sm-up {
    text-align: left;
  }
}
@media (min-width: 640px) {
  .u-text-right-sm-up {
    text-align: right;
  }
}
@media (min-width: 640px) {
  .u-text-center-sm-up {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .u-text-left-md-up {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .u-text-right-md-up {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .u-text-center-md-up {
    text-align: center;
  }
}
@media (min-width: 1100px) {
  .u-text-left-lg-up {
    text-align: left;
  }
}
@media (min-width: 1100px) {
  .u-text-right-lg-up {
    text-align: right;
  }
}
@media (min-width: 1100px) {
  .u-text-center-lg-up {
    text-align: center;
  }
}
@media (min-width: 1280px) {
  .u-text-left-xl-up {
    text-align: left;
  }
}
@media (min-width: 1280px) {
  .u-text-right-xl-up {
    text-align: right;
  }
}
@media (min-width: 1280px) {
  .u-text-center-xl-up {
    text-align: center;
  }
}
/* font-size
-------------------------------------- */
.u-text-x4s {
  font-size: var(--mh--font-size--x4s);
}

.u-text-x3s {
  font-size: var(--mh--font-size--x3s);
}

.u-text-x2s {
  font-size: var(--mh--font-size--x2s);
}

.u-text-xs {
  font-size: var(--mh--font-size--xs);
}

.u-text-sm {
  font-size: var(--mh--font-size--sm);
}

.u-text-md {
  font-size: var(--mh--font-size--md);
}

.u-text-lg {
  font-size: var(--mh--font-size--lg);
}

.u-text-xl {
  font-size: var(--mh--font-size--xl);
}

.u-text-x2l {
  font-size: var(--mh--font-size--x2l);
}

.u-text-x3l {
  font-size: var(--mh--font-size--x3l);
}

.u-text-x4l {
  font-size: var(--mh--font-size--x4l);
}

.u-text-x5l {
  font-size: var(--mh--font-size--x5l);
}

.u-text-x6l {
  font-size: var(--mh--font-size--x6l);
}

.u-text-x7l {
  font-size: var(--mh--font-size--x7l);
}

.u-text-x8l {
  font-size: var(--mh--font-size--x8l);
}

.u-text-x9l {
  font-size: var(--mh--font-size--x9l);
}

.u-text-x10l {
  font-size: var(--mh--font-size--x10l);
}

.u-text-x11l {
  font-size: var(--mh--font-size--x11l);
}

.u-text-x12l {
  font-size: var(--mh--font-size--x12l);
}

.u-text-x13l {
  font-size: var(--mh--font-size--x13l);
}

.u-text-x14l {
  font-size: var(--mh--font-size--x14l);
}

.u-text-md {
  line-height: var(--mh--line-height--md);
  letter-spacing: var(--mh--letter-spacing--md);
}

.u-text-x4s,
.u-text-x3s,
.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 {
  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-none {
  letter-spacing: var(--mh--letter-spacing--none);
}

.u-tracking-sm {
  letter-spacing: var(--mh--letter-spacing--sm);
}

.u-tracking-md {
  letter-spacing: var(--mh--letter-spacing--md);
}

/* font-weight
-------------------------------------- */
.u-font-bold {
  font-weight: 700;
}

/* font-family
-------------------------------------- */
.u-font-en {
  font-family: var(--mh--font-family--en);
  font-weight: 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 (min-width: 768px) {
  .u-inner {
    width: 100%;
    max-width: var(--mh--contents--width);
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 1100px) {
  .u-inner {
    padding-right: 0;
    padding-left: 0;
  }
  .u-inner.has-pad {
    padding-right: var(--mh--contents--padding--side);
    padding-left: var(--mh--contents--padding--side);
  }
}

.u-wide-inner {
  padding-right: var(--mh--contents--padding--side);
  padding-left: var(--mh--contents--padding--side);
}
@media (min-width: 768px) {
  .u-wide-inner {
    width: 100%;
    max-width: var(--mh--contents--wide-width-with-padding);
    margin-right: auto;
    margin-left: auto;
  }
}

.u-large-inner {
  padding-right: var(--mh--contents--padding--side);
  padding-left: var(--mh--contents--padding--side);
}
@media (min-width: 768px) {
  .u-large-inner {
    width: 100%;
    max-width: var(--mh--contents--large-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-underline {
  transition: all var(--mh--duration) var(--mh--easing);
}
@media (hover: hover) and (pointer: fine) {
  .u-underline .u-underline__txt {
    background-image: linear-gradient(90deg, currentColor, currentColor);
    background-position: right bottom;
    background-size: 0 1px;
    background-repeat: no-repeat;
    backface-visibility: hidden;
    transition: background-size 0.4s var(--mh--easing);
  }
  .u-underline:hover .u-underline__txt {
    background-size: 100% 1px;
    background-position: left bottom;
    transition: background-size 0.4s var(--mh--easing);
  }
  .u-underline[data-underline-speed="0.1"] .u-underline__txt {
    transition-duration: 0.1s;
  }
  .u-underline[data-underline-speed="0.1"]:hover .u-underline__txt {
    transition-duration: 0.1s;
  }
  .u-underline[data-underline-speed="0.2"] .u-underline__txt {
    transition-duration: 0.2s;
  }
  .u-underline[data-underline-speed="0.2"]:hover .u-underline__txt {
    transition-duration: 0.2s;
  }
  .u-underline[data-underline-speed="0.3"] .u-underline__txt {
    transition-duration: 0.3s;
  }
  .u-underline[data-underline-speed="0.3"]:hover .u-underline__txt {
    transition-duration: 0.3s;
  }
  .u-underline[data-underline-speed="0.4"] .u-underline__txt {
    transition-duration: 0.4s;
  }
  .u-underline[data-underline-speed="0.4"]:hover .u-underline__txt {
    transition-duration: 0.4s;
  }
  .u-underline[data-underline-speed="0.5"] .u-underline__txt {
    transition-duration: 0.5s;
  }
  .u-underline[data-underline-speed="0.5"]:hover .u-underline__txt {
    transition-duration: 0.5s;
  }
  .u-underline[data-underline-speed="0.6"] .u-underline__txt {
    transition-duration: 0.6s;
  }
  .u-underline[data-underline-speed="0.6"]:hover .u-underline__txt {
    transition-duration: 0.6s;
  }
  .u-underline[data-underline-speed="0.7"] .u-underline__txt {
    transition-duration: 0.7s;
  }
  .u-underline[data-underline-speed="0.7"]:hover .u-underline__txt {
    transition-duration: 0.7s;
  }
  .u-underline[data-underline-speed="0.8"] .u-underline__txt {
    transition-duration: 0.8s;
  }
  .u-underline[data-underline-speed="0.8"]:hover .u-underline__txt {
    transition-duration: 0.8s;
  }
  .u-underline[data-underline-speed="0.9"] .u-underline__txt {
    transition-duration: 0.9s;
  }
  .u-underline[data-underline-speed="0.9"]:hover .u-underline__txt {
    transition-duration: 0.9s;
  }
  .u-underline[data-underline-speed="1"] .u-underline__txt {
    transition-duration: 1s;
  }
  .u-underline[data-underline-speed="1"]:hover .u-underline__txt {
    transition-duration: 1s;
  }
  .u-underline[data-underline-speed="1.1"] .u-underline__txt {
    transition-duration: 1.1s;
  }
  .u-underline[data-underline-speed="1.1"]:hover .u-underline__txt {
    transition-duration: 1.1s;
  }
  .u-underline[data-underline-speed="1.2"] .u-underline__txt {
    transition-duration: 1.2s;
  }
  .u-underline[data-underline-speed="1.2"]:hover .u-underline__txt {
    transition-duration: 1.2s;
  }
  .u-underline[data-underline-speed="1.3"] .u-underline__txt {
    transition-duration: 1.3s;
  }
  .u-underline[data-underline-speed="1.3"]:hover .u-underline__txt {
    transition-duration: 1.3s;
  }
  .u-underline[data-underline-speed="1.4"] .u-underline__txt {
    transition-duration: 1.4s;
  }
  .u-underline[data-underline-speed="1.4"]:hover .u-underline__txt {
    transition-duration: 1.4s;
  }
  .u-underline[data-underline-speed="1.5"] .u-underline__txt {
    transition-duration: 1.5s;
  }
  .u-underline[data-underline-speed="1.5"]:hover .u-underline__txt {
    transition-duration: 1.5s;
  }
  .u-underline[data-underline-speed="1.6"] .u-underline__txt {
    transition-duration: 1.6s;
  }
  .u-underline[data-underline-speed="1.6"]:hover .u-underline__txt {
    transition-duration: 1.6s;
  }
  .u-underline[data-underline-speed="1.7"] .u-underline__txt {
    transition-duration: 1.7s;
  }
  .u-underline[data-underline-speed="1.7"]:hover .u-underline__txt {
    transition-duration: 1.7s;
  }
  .u-underline[data-underline-speed="1.8"] .u-underline__txt {
    transition-duration: 1.8s;
  }
  .u-underline[data-underline-speed="1.8"]:hover .u-underline__txt {
    transition-duration: 1.8s;
  }
  .u-underline[data-underline-speed="1.9"] .u-underline__txt {
    transition-duration: 1.9s;
  }
  .u-underline[data-underline-speed="1.9"]:hover .u-underline__txt {
    transition-duration: 1.9s;
  }
  .u-underline[data-underline-speed="2"] .u-underline__txt {
    transition-duration: 2s;
  }
  .u-underline[data-underline-speed="2"]:hover .u-underline__txt {
    transition-duration: 2s;
  }
}

.u-media-query {
  font-family: sp;
}
@media (min-width: 768px) {
  .u-media-query {
    font-family: tb;
  }
}
@media (min-width: 1100px) {
  .u-media-query {
    font-family: pc;
  }
}

.u-text-primary-100 {
  color: var(--mh--color--primary-100);
}

.u-text-primary-200 {
  color: var(--mh--color--primary-200);
}

.u-text-primary-400 {
  color: var(--mh--color--primary-400);
}

.u-text-primary-500 {
  color: var(--mh--color--primary-500);
}

.u-text-surface-900 {
  color: var(--mh--color--surface-900);
}

.u-text-grayscale-100 {
  color: var(--mh--color--grayscale-100);
}

.u-text-grayscale-400 {
  color: var(--mh--color--grayscale-400);
}

.u-text-grayscale-800 {
  color: var(--mh--color--grayscale-800);
}

.u-text-grayscale-900 {
  color: var(--mh--color--grayscale-900);
}

.u-text-error-500 {
  color: var(--mh--color--error-500);
}

.u-bg-primary-100 {
  background-color: var(--mh--color--primary-100);
}

.u-bg-primary-200 {
  background-color: var(--mh--color--primary-200);
}

.u-bg-primary-400 {
  background-color: var(--mh--color--primary-400);
}

.u-bg-primary-500 {
  background-color: var(--mh--color--primary-500);
}

.u-bg-surface-900 {
  background-color: var(--mh--color--surface-900);
}

.u-bg-grayscale-100 {
  background-color: var(--mh--color--grayscale-100);
}

.u-bg-grayscale-400 {
  background-color: var(--mh--color--grayscale-400);
}

.u-bg-grayscale-800 {
  background-color: var(--mh--color--grayscale-800);
}

.u-bg-grayscale-900 {
  background-color: var(--mh--color--grayscale-900);
}

.u-bg-error-500 {
  background-color: var(--mh--color--error-500);
}

.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-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);
}

.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 (min-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;
  }
}