@charset "UTF-8";
@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}
.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}
.splide__track--fade>.splide__list>.splide__slide{margin:0!important;opacity:0;z-index:0}
.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;z-index:1}
.splide--rtl{direction:rtl}
.splide__track--ttb>.splide__list{display:block}
.splide__container{box-sizing:border-box;position:relative}
.splide__list{backface-visibility:hidden;display:flex;height:100%;margin:0!important;padding:0!important}
.splide.is-initialized:not(.is-active) .splide__list{display:block}
.splide__pagination{align-items:center;display:flex;flex-wrap:wrap;justify-content:center;margin:0;pointer-events:none}
.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}
.splide:not(.is-overflow) .splide__pagination{display:none}
.splide__progress__bar{width:0}
.splide{position:relative;visibility:hidden}
.splide.is-initialized,.splide.is-rendered{visibility:visible}
.splide__slide{backface-visibility:hidden;box-sizing:border-box;flex-shrink:0;list-style-type:none!important;margin:0;position:relative}
.splide__slide img{vertical-align:bottom}
.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}
.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}
.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}
.splide__toggle.is-active .splide__toggle__pause{display:inline}
.splide__track{overflow:hidden;position:relative;z-index:0}
:root {
  --mh--breakpoint--min: 375px;
  --mh--breakpoint--sm: 640px;
  --mh--breakpoint--md: 768px;
  --mh--breakpoint--lg: 1100px;
  --mh--breakpoint--xl: 1280px;
  --mh--breakpoint--x2l: 1450px;
}
:root {
  --mh--font-family--base:
  	"Noto Sans JP", "ヒラギノ角ゴ ProN W3", meiryo, sans-serif;
  --mh--font-family--en: "Montserrat", "Unbounded", sans-serif;
}
html body {
  --mh--font-size--x3s: 1.2rem;
  --mh--font-size--x2s: 1.3rem;
  --mh--font-size--xs: 1.4rem;
  --mh--font-size--sm: 1.5rem;
  --mh--font-size--md: 1.6rem;
  --mh--font-size--lg: 1.7rem;
  --mh--font-size--xl: 1.8rem;
  --mh--font-size--x2l: 2rem;
  --mh--font-size--x3l: 2.1rem;
  --mh--font-size--x4l: 2.2rem;
  --mh--font-size--x5l: 2.4rem;
  --mh--font-size--x6l: 2.6rem;
  --mh--font-size--x7l: 2.7rem;
  --mh--font-size--x8l: 2.9rem;
  --mh--font-size--x9l: 3.1rem;
  --mh--font-size--x10l: 3.4rem;
  --mh--font-size--x11l: 3.6rem;
  --mh--font-size--x12l: 3.9rem;
  --mh--font-size--x13l: 4.1rem;
}
@media (width >= 768px ) {
  html body {
    --mh--font-size--lg: 1.8rem;
    --mh--font-size--xl: 2rem;
    --mh--font-size--x2l: 2.3rem;
    --mh--font-size--x3l: 2.6rem;
    --mh--font-size--x4l: 2.9rem;
    --mh--font-size--x5l: 3.2rem;
    --mh--font-size--x6l: 3.6rem;
    --mh--font-size--x7l: 4.1rem;
    --mh--font-size--x8l: 4.6rem;
    --mh--font-size--x9l: 5.2rem;
    --mh--font-size--x10l: 5.8rem;
    --mh--font-size--x11l: 6.6rem;
    --mh--font-size--x12l: 7.4rem;
    --mh--font-size--x13l: 8.3rem;
  }
}
:root {
  --mh--font-weight--regular: 400;
  --mh--font-weight--medium: 500;
  --mh--font-weight--bold: 700;
}
:root {
  --mh--letter-spacing--sm: 0.02em;
  --mh--letter-spacing--md: 0.04em;
}
:root {
  --mh--line-height--none: 1;
  --mh--line-height--x2s: 1.1;
  --mh--line-height--xs: 1.2;
  --mh--line-height--sm: 1.4;
  --mh--line-height--smd: 1.5;
  --mh--line-height--md: 1.7;
  --mh--line-height--lg: 1.8;
}
:root {
  --mh--header--height: 75px;
}
@media (width >= 768px ) {
  :root {
    --mh--header--height: 132px;
  }
}
:root {
  --mh--sidebar--width: 400px;
}
:root {
  --mh--contents--width: 1100px;
  --mh--contents--wide-width: 1612px;
  --mh--contents--wider-width: 1760px;
  --mh--contents--padding--side: 20px;
  --mh--contents--width-with-padding: calc(
  	var(--mh--contents--width) + var(--mh--contents--padding--side) * 2
  );
  --mh--contents--wide-width-with-padding: calc(
  	var(--mh--contents--wide-width) + var(--mh--contents--padding--side) * 2
  );
  --mh--contents--wider-width-with-padding: calc(
  	var(--mh--contents--wider-width) + var(--mh--contents--padding--side) * 2
  );
}
@media (width >= 768px ) {
  :root {
    --mh--contents--padding--side: 40px;
  }
}
@media (width >= 1450px ) {
  :root {
    --mh--contents--padding--side: 60px;
  }
}
html body {
  --mh--color--primary-500: rgb(0 144 168);
  --mh--color--secondary-200: rgb(228 242 247);
  --mh--color--secondary-300: rgb(189 227 240);
  --mh--color--secondary-500: rgb(40 72 112);
  --mh--color--secondary-point: rgb(255 202 68);
  --mh--color--secondary-point-50: rgb(255 242 208);
  --mh--color--secondary-point-100: rgb(247 247 223);
  --mh--color--secondary-point-200: rgb(238 238 158);
  --mh--color--surface-600: rgb(243 243 243);
  --mh--color--grayscale-100: rgb(255 255 255);
  --mh--color--grayscale-200: rgba(255 255 255 / 30%);
  --mh--color--grayscale-400: rgba(51 51 51 / 7%);
  --mh--color--grayscale-500: rgb(207 207 207);
  --mh--color--grayscale-700: rgb(136 136 136);
  --mh--color--grayscale-800: rgb(90 90 90);
  --mh--color--grayscale-900: rgb(51 51 51);
  --mh--color--error-500: rgb(255 0 0);
  --mh--color--mscloud-01: rgb(7 127 130);
  --mh--color--mscloud-02: rgb(69 184 54);
  --mh--color--mscloud-03: rgb(216 112 189);
  --mh--color--mscloud-04: rgb(49 132 235);
  --mh--color--mscloud-05: rgb(22 192 239);
}
:root {
  --mh--space--10-10: 10px;
  --mh--space--10-15: 10px;
  --mh--space--10-30: 10px;
  --mh--space--10-40: 10px;
  --mh--space--10-60: 10px;
  --mh--space--15-15: 15px;
  --mh--space--15-20: 15px;
  --mh--space--20-120: 20px;
  --mh--space--20-10: 20px;
  --mh--space--20-15: 20px;
  --mh--space--20-20: 20px;
  --mh--space--20-30: 20px;
  --mh--space--20-50: 20px;
  --mh--space--20-60: 20px;
  --mh--space--20-80: 20px;
  --mh--space--25-25: 25px;
  --mh--space--25-30: 25px;
  --mh--space--25-60: 25px;
  --mh--space--25-70: 25px;
  --mh--space--25-80: 25px;
  --mh--space--30-30: 30px;
  --mh--space--30-40: 30px;
  --mh--space--30-50: 30px;
  --mh--space--30-80: 30px;
  --mh--space--40-100: 40px;
  --mh--space--40-120: 40px;
  --mh--space--40-60: 40px;
  --mh--space--60-100: 60px;
  --mh--space--60-160: 60px;
  --mh--space--80-170: 85px;
  --mh--space--85-170: 85px;
  --mh--space--x5s: 2px;
  --mh--space--x4s: 5px;
  --mh--space--x3s: 10px;
  --mh--space--x2s: 15px;
  --mh--space--xs: 20px;
  --mh--space--sm: 30px;
  --mh--space--md: 40px;
  --mh--space--lg: 50px;
  --mh--space--xl: 60px;
  --mh--space--x2l: 70px;
  --mh--space--x3l: 80px;
  --mh--space--x4l: 90px;
  --mh--space--x5l: 100px;
}
@media (width >= 768px ) {
  :root {
    --mh--space--10-15: 15px;
    --mh--space--10-30: 30px;
    --mh--space--10-40: 40px;
    --mh--space--10-60: 60px;
    --mh--space--15-20: 20px;
    --mh--space--20-120: 120px;
    --mh--space--20-10: 10px;
    --mh--space--20-15: 15px;
    --mh--space--20-30: 30px;
    --mh--space--20-50: 50px;
    --mh--space--20-60: 60px;
    --mh--space--20-80: 80px;
    --mh--space--25-25: 25px;
    --mh--space--25-30: 30px;
    --mh--space--25-60: 60px;
    --mh--space--25-70: 70px;
    --mh--space--25-80: 80px;
    --mh--space--30-30: 30px;
    --mh--space--30-40: 40px;
    --mh--space--30-50: 50px;
    --mh--space--30-80: 80px;
    --mh--space--40-100: 100px;
    --mh--space--40-120: 120px;
    --mh--space--40-60: 60px;
    --mh--space--60-100: 100px;
    --mh--space--60-160: 160px;
    --mh--space--80-170: 170px;
    --mh--space--85-170: 170px;
    --mh--space--x5s: 4px;
    --mh--space--x4s: 10px;
    --mh--space--x3s: 20px;
    --mh--space--x2s: 30px;
    --mh--space--xs: 40px;
    --mh--space--sm: 60px;
    --mh--space--md: 80px;
    --mh--space--lg: 100px;
    --mh--space--xl: 120px;
    --mh--space--x2l: 140px;
    --mh--space--x3l: 160px;
    --mh--space--x4l: 180px;
    --mh--space--x5l: 200px;
  }
}
:root {
  --mh--easing: ease;
  --mh--duration: 0.3s;
  --mh--duration-slow: 0.5s;
}
@keyframes arrow-slide {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  50% {
    opacity: 0;
    transform: translateX(105%);
  }
  51% {
    opacity: 0;
    transform: translateX(-55%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes arrow-slide-down {
  0% {
    opacity: 1;
    transform: rotate(90deg) translateX(0);
  }
  50% {
    opacity: 0;
    transform: rotate(90deg) translateX(105%);
  }
  51% {
    opacity: 0;
    transform: rotate(90deg) translateX(-55%);
  }
  100% {
    opacity: 1;
    transform: rotate(90deg) translateX(0);
  }
}
@keyframes arrow-slide-prev {
  0% {
    opacity: 1;
    transform: rotate(180deg) translateX(0);
  }
  50% {
    opacity: 0;
    transform: rotate(180deg) translateX(105%);
  }
  51% {
    opacity: 0;
    transform: rotate(180deg) translateX(-55%);
  }
  100% {
    opacity: 1;
    transform: rotate(180deg) translateX(0);
  }
}
@keyframes mask-up {
  to {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes cover-slide {
  0% {
    left: 0%;
    width: 0%;
  }
  50% {
    left: 0%;
    width: calc(100% + 1px);
  }
  100% {
    left: calc(100% + 1px);
    width: 0%;
  }
}
@keyframes loop-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
:root {
  --mh--border-radius--sm: 2px;
  --mh--border-radius--md: 4px;
  --mh--border-radius--lg: 8px;
}
@media (width >= 768px ) {
  :root {
    --mh--border-radius--sm: 4px;
    --mh--border-radius--md: 6px;
    --mh--border-radius--lg: 16px;
  }
}
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
*::before, *::after {
  box-sizing: border-box;
}
* :focus-visible {
  outline: 2px solid;
}
html {
  block-size: 100%;
  font-size: 62.5%;
  -webkit-text-size-adjust: none;
}
body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizespeed;
  min-block-size: 100%;
}
img,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
}
img,
svg,
video {
  max-inline-size: 100%;
  block-size: auto;
}
svg {
  fill: currentcolor;
  stroke: none;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
  line-break: strict;
}
ul,
ol {
  list-style: none;
}
a[class] {
  text-decoration: none;
}
input,
select {
  appearance: none;
}
input,
button,
textarea,
select,
input[type=file]::-webkit-file-upload-button {
  font: inherit;
  font-size: inherit;
  color: inherit;
  letter-spacing: inherit;
}
a[href],
area,
button,
input,
label[for],
select,
summary,
textarea,
[tabindex]:not([tabindex*="-"]) {
  touch-action: manipulation;
  cursor: pointer;
}
input[type=file] {
  cursor: auto;
}
button,
button[type],
input[type=button],
input[type=submit],
input[type=reset],
input[type=file]::-webkit-file-upload-button,
input[type=file]::file-selector-button {
  text-align: center;
  -webkit-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
button[disabled],
button[type][disabled],
input[type=button][disabled],
input[type=submit][disabled],
input[type=reset][disabled] {
  cursor: not-allowed;
}
/* 02_base
================================================ */
html:not([class=is-no-smoothscroll]) {
  scroll-behavior: smooth;
  scroll-padding-top: var(--mh--header--height);
}
body {
  min-width: 320px;
  font-family: var(--mh--font-family--base);
  font-size: var(--mh--font-size--md);
  font-weight: var(--mh--font-weight--medium);
  line-height: var(--mh--line-height--md);
  color: var(--mh--color--grayscale-900);
  -webkit-text-size-adjust: 100%;
}
@media (width >= 768px ) {
  body {
    min-width: var(--mh--contents--width-with-padding);
  }
}
@media (width >= 768px ) and (hover: none) {
  body {
    -webkit-text-size-adjust: none;
  }
}
body.is-cloud {
  background: url("../img/cloud/bg_cloud01.jpg") repeat top/max(1920px, 100%);
}
body.is-maas {
  background: url("../img/maas/bg_maas01.jpg") repeat-y top/max(1920px, 100%);
}
* {
  letter-spacing: var(--mh--letter-spacing--md);
}
ins {
  text-decoration: none;
  background-color: #ff9;
}
mark {
  font-weight: bold;
  background-color: #ff9;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  cursor: help;
  border-bottom: 1px dotted;
}
sup {
  font-size: 0.75em;
  vertical-align: text-top;
}
sub {
  font-size: 0.75em;
  vertical-align: text-bottom;
}
hr {
  display: block;
  height: 1px;
  padding: 0;
  margin: 1em 0;
  border: 0;
  border-top: 1px solid;
}
table {
  width: 100%;
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse;
}
a {
  color: inherit;
}
@media (width < 768px) {
  a:hover {
    text-decoration: none;
  }
}
input[type=text],
input[type=email],
input[type=tel],
textarea,
button,
select,
option {
  display: block;
  width: 100%;
  max-width: 100%;
  font-family: inherit;
  background: none;
  border: 1px solid;
  border-radius: 0;
}
@media (width < 768px) {
  input[type=text],
  input[type=email],
  input[type=tel],
  textarea,
  button,
  select,
  option {
    font-size: 1.6rem;
  }
}
input[type=text] {
  background-color: var(--mh--color--grayscale-100);
  font-size: var(--mh--font-size--lg);
  border: 0;
  border-radius: var(--mh--border-radius--md);
  padding: 14px 20px;
}
summary {
  display: block;
  cursor: pointer;
  list-style: none;
}
summary::-webkit-details-marker {
  display: none;
}
.l-wrapper {
  position: relative;
  padding-bottom: env(safe-area-inset-bottom);
}
.l-container.is-col2 {
  background: url("../img/common/bg_pattern01.png") repeat top/50px;
}
.l-container.is-col2 .l-contents {
  display: grid;
  padding: var(--mh--space--lg) var(--mh--contents--padding--side) var(--mh--space--85-170);
}
.l-container.is-col2 .l-contents > main {
  min-width: 0;
}
@media (width < 1100px) {
  .l-container.is-col2 .l-contents {
    grid-template-columns: 1fr;
    gap: var(--mh--space--md);
  }
  .l-container.is-col2 .l-sidebar {
    order: -1;
  }
}
@media (width >= 1100px ) {
  .l-container.is-col2 {
    background-size: 100px;
  }
  .l-container.is-col2 .l-contents {
    grid-template-columns: 1fr var(--mh--sidebar--width);
    align-items: start;
    gap: 60px;
    max-width: var(--mh--contents--wide-width-with-padding);
    margin: 0 auto;
  }
}
/* .c-accordion01
================================================== */
.c-accordion01 {
  overflow: hidden;
  background-color: var(--mh--color--grayscale-100);
  border-radius: var(--mh--border-radius--md);
}
.c-accordion01__head {
  display: flex;
  gap: 15px;
  align-items: flex-start;
  padding: 15px 20px;
  cursor: pointer;
  list-style: none;
}
.c-accordion01__head::-webkit-details-marker {
  display: none;
}
.c-accordion01__head > span:empty {
  display: none;
}
.c-accordion01__head-main {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 15px;
  align-items: center;
}
.c-accordion01__name {
  font-size: var(--mh--font-size--x4l);
  line-height: var(--mh--line-height--sm);
  color: var(--mh--color--grayscale-900);
}
.c-accordion01__tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.c-accordion01__toggle {
  display: flex;
  flex-shrink: 0;
  gap: 10px;
  align-items: center;
  margin-left: auto;
  font-size: var(--mh--font-size--md);
  color: var(--mh--color--grayscale-900);
}
.c-accordion01__toggle-txt {
  display: none;
}
.c-accordion01__toggle-txt::after {
  content: "詳しくはこちら";
}
.c-accordion01__toggle-ico {
  position: relative;
  width: 26px;
  height: 26px;
  background-color: var(--mh--color--primary-500);
  border-radius: var(--mh--border-radius--md);
}
.c-accordion01__toggle-ico::before, .c-accordion01__toggle-ico::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  background-color: var(--mh--color--grayscale-100);
  transform: translate(-50%, -50%);
}
.c-accordion01__toggle-ico::before {
  width: 12px;
  height: 2px;
}
.c-accordion01__toggle-ico::after {
  width: 2px;
  height: 12px;
}
.c-accordion01__body {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 15px 20px 20px;
}
.c-accordion01__img {
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: var(--mh--border-radius--md);
}
.c-accordion01__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-accordion01__detail {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.c-accordion01__textarea {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--mh--color--grayscale-500);
}
.c-accordion01__problem {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: 15px;
  border-left: 1px solid var(--mh--color--primary-500);
}
.c-accordion01__problem-head {
  font-size: var(--mh--font-size--x2l);
  line-height: var(--mh--line-height--sm);
  color: var(--mh--color--grayscale-900);
}
.c-accordion01__problem-list {
  padding-left: 22px;
  font-size: var(--mh--font-size--md);
  font-weight: var(--mh--font-weight--medium);
  line-height: var(--mh--line-height--sm);
  color: var(--mh--color--grayscale-900);
  list-style: disc;
}
.c-accordion01__solution {
  font-size: var(--mh--font-size--lg);
  line-height: var(--mh--line-height--lg);
  color: var(--mh--color--grayscale-900);
}
.c-accordion01__related {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.c-accordion01__related-head {
  display: flex;
  gap: 10px;
  align-items: center;
}
.c-accordion01__related-dot {
  flex-shrink: 0;
  width: 10px;
  height: 10px;
  background-color: var(--mh--color--primary-500);
  border-radius: 50%;
}
.c-accordion01__related-txt {
  font-size: var(--mh--font-size--xl);
  line-height: var(--mh--line-height--sm);
  color: var(--mh--color--grayscale-900);
}
.c-accordion01__related-btn {
  display: grid;
  gap: 5px;
}
.c-accordion01[open] .c-accordion01__head {
  padding-inline: 0;
  padding-bottom: 10px;
  margin: 0 20px;
  border-bottom: 1px solid var(--mh--color--grayscale-500);
}
.c-accordion01[open] .c-accordion01__toggle-txt::after {
  content: "閉じる";
}
.c-accordion01[open] .c-accordion01__toggle-ico::after {
  opacity: 0;
}
@media (width >= 768px ) {
  .c-accordion01__head {
    align-items: center;
    padding: 30px 60px;
  }
  .c-accordion01__head-main {
    gap: 10px 20px;
  }
  .c-accordion01__name {
    font-size: var(--mh--font-size--x4l);
  }
  .c-accordion01__toggle {
    gap: 15px;
  }
  .c-accordion01__toggle-txt {
    display: block;
  }
  .c-accordion01__body {
    flex-direction: row;
    gap: 40px;
    align-items: flex-start;
    padding: 30px 60px 60px;
  }
  .c-accordion01__img {
    flex-shrink: 0;
    width: 510px;
    aspect-ratio: 510/288;
  }
  .c-accordion01__detail {
    flex: 1;
    gap: 30px;
    min-width: 0;
  }
  .c-accordion01__textarea {
    gap: 30px;
    padding-bottom: 30px;
  }
  .c-accordion01__problem {
    padding-left: 20px;
  }
  .c-accordion01__problem-list {
    padding-left: 25px;
  }
  .c-accordion01__related {
    gap: 20px;
  }
  .c-accordion01__related-btn {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .c-accordion01[open] .c-accordion01__head {
    padding-top: 50px;
    padding-bottom: 20px;
    margin: 0 60px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-accordion01:not([open]) .c-accordion01__head {
    transition: background-color var(--mh--duration) var(--mh--easing);
  }
  .c-accordion01:not([open]) .c-accordion01__head:hover {
    background-color: var(--mh--color--grayscale-500);
  }
}
/*  .c-anchor01
================================================== */
.c-anchor01 {
  padding: 20px 15px;
  border-radius: var(--mh--border-radius--sm);
  background: var(--mh--color--grayscale-100);
}
.c-anchor01__head {
  font-size: var(--mh--font-size--xl);
}
.c-anchor01__list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 10px;
}
.c-anchor01__item {
  padding-right: var(--mh--space--10-30);
  border-right: 1px dashed var(--mh--color--grayscale-500);
}
.c-anchor01__item-in {
  font-weight: 700;
  line-height: var(--mh--line-height--sm);
  letter-spacing: var(--mh--letter-spacing--sm);
  display: flex;
  align-items: center;
  gap: 8px;
}
.c-anchor01__item-arw {
  display: inline-block;
  width: 16px;
  aspect-ratio: 1;
  border-radius: var(--mh--border-radius--sm);
  background: var(--mh--color--primary-500);
  position: relative;
}
.c-anchor01__item-arw::after {
  display: inline-block;
  width: 9px;
  height: 10px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229%22%20height%3D%2210%22%20fill%3D%22none%22%20viewBox%3D%220%200%209%2010%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4.43%2010%203.302%208.775%205.93%205.9H0V4.1h5.93L3.302%201.23%204.43%200%209%205l-4.57%205Z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229%22%20height%3D%2210%22%20fill%3D%22none%22%20viewBox%3D%220%200%209%2010%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4.43%2010%203.302%208.775%205.93%205.9H0V4.1h5.93L3.302%201.23%204.43%200%209%205l-4.57%205Z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  -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);
  background-color: var(--mh--color--grayscale-100);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
}
@media (width < 768px) {
  .c-anchor01__item-in {
    font-size: var(--mh--font-size--x2s);
  }
}
@media (width >= 768px ) {
  .c-anchor01 {
    padding: 25px 40px;
    display: flex;
    align-items: center;
    gap: 40px;
  }
  .c-anchor01__head {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    min-width: 116px;
    min-height: 60px;
    padding-right: 40px;
    border-right: 1px solid var(--mh--color--grayscale-900);
  }
  .c-anchor01__list {
    gap: 20px 30px;
  }
  .c-anchor01__item-in {
    gap: 10px;
  }
  .c-anchor01__item-arw {
    width: 26px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-anchor01__item-in {
    transition: color var(--mh--duration) var(--mh--easing);
  }
  .c-anchor01__item-in:hover {
    color: var(--mh--color--primary-500);
  }
}
/*  .c-archive01
================================================== */
.c-archive01 {
  --line: 2;
}
.c-archive01__item {
  border-bottom: 1px solid var(--mh--color--grayscale-500);
}
.c-archive01__item:first-child .c-archive01__item-in {
  padding-top: 0;
}
.c-archive01__item-in {
  display: grid;
  gap: var(--mh--space--10-10);
  padding-block: var(--mh--space--20-20) var(--mh--space--25-25);
}
.c-archive01__item-meta {
  display: flex;
  flex-wrap: wrap;
  gap: var(--mh--space--x4s) 20px;
  align-items: center;
}
.c-archive01__item-date {
  font-size: var(--mh--font-size--x3s);
}
.c-archive01__item-cat {
  display: flex;
  flex-wrap: wrap;
  gap: var(--mh--space--x5s);
}
.c-archive01__item-cat-item {
  padding: var(--mh--space--x5s) var(--mh--space--10-10);
  font-size: var(--mh--font-size--x2s);
  font-weight: var(--mh--font-weight--bold);
  line-height: var(--mh--line-height--sm);
  color: var(--mh--color--primary-500);
  letter-spacing: var(--mh--letter-spacing--sm);
  border: 1px solid var(--mh--color--grayscale-500);
  border-radius: 20px;
}
.c-archive01__item-head {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: var(--line);
  line-clamp: var(--line);
  -webkit-box-orient: vertical;
}
@media (hover: hover) and (pointer: fine) {
  .c-archive01__item-in {
    position: relative;
  }
  .c-archive01__item-in::before {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    content: "";
    background-color: currentcolor;
    transform: scaleX(0);
    transform-origin: top right;
    transition: transform var(--mh--duration-slow) var(--mh--easing);
  }
  .c-archive01__item-in:hover::before {
    transform: scaleX(1);
    transform-origin: top left;
  }
}
/* c-blog-archive01
================================================== */
.c-blog-archive01 {
  --_line: 3;
}
.c-blog-archive01:not(.splide__list) {
  display: grid;
  gap: var(--mh--space--xs);
}
.c-blog-archive01__item:not(.is-pickup) .c-blog-archive01__in {
  display: block;
}
.c-blog-archive01__item:not(.is-pickup) .c-blog-archive01__textarea {
  margin-top: 20px;
}
.c-blog-archive01__item:not(.is-pickup) .c-blog-archive01__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  align-items: center;
}
.c-blog-archive01__item:not(.is-pickup) .c-blog-archive01__date {
  flex-shrink: 0;
  margin-right: 10px;
}
.c-blog-archive01__item.splide__slide .c-blog-archive01__in {
  height: 100%;
}
.c-blog-archive01__item.is-pickup .c-blog-archive01__in {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 20px;
}
.c-blog-archive01__item.is-pickup .c-blog-archive01__head {
  font-size: var(--mh--font-size--xs);
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: var(--_line);
  line-clamp: var(--_line);
  -webkit-box-orient: vertical;
}
.c-blog-archive01__item.is-pickup .c-blog-archive01__label {
  top: 4px;
  left: 4px;
}
.c-blog-archive01__date {
  font-size: var(--mh--font-size--x3s);
}
.c-blog-archive01__head {
  margin-top: var(--mh--space--10-15);
  font-size: var(--mh--font-size--xl);
  font-weight: var(--mh--font-weight--bold);
  line-height: var(--mh--line-height--sm);
  letter-spacing: var(--mh--letter-spacing--sm);
}
.c-blog-archive01__img {
  position: relative;
}
.c-blog-archive01__img > img {
  height: 100%;
  object-fit: cover;
}
.c-blog-archive01__label {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 2px 5px;
  font-size: var(--mh--font-size--x2s);
  line-height: var(--mh--line-height--sm);
  color: var(--mh--color--primary-500);
  letter-spacing: var(--mh--letter-spacing--sm);
  background: var(--mh--color--grayscale-100);
  border-radius: 100px;
}
.c-blog-archive01__arw {
  display: grid;
  place-items: center;
  width: 36px;
  aspect-ratio: 1;
  margin-top: var(--mh--space--20-20);
  margin-left: auto;
  border: 1px solid var(--mh--color--grayscale-700);
  border-radius: var(--mh--border-radius--md);
}
.c-blog-archive01__arw::after {
  display: inline-block;
  width: 9px;
  height: 10px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229%22%20height%3D%2210%22%20fill%3D%22none%22%20viewBox%3D%220%200%209%2010%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4.43%2010%203.302%208.775%205.93%205.9H0V4.1h5.93L3.302%201.23%204.43%200%209%205l-4.57%205Z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229%22%20height%3D%2210%22%20fill%3D%22none%22%20viewBox%3D%220%200%209%2010%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4.43%2010%203.302%208.775%205.93%205.9H0V4.1h5.93L3.302%201.23%204.43%200%209%205l-4.57%205Z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  -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-blog-archive01__cat01 {
  display: flex;
  flex-wrap: wrap;
  gap: var(--mh--space--x4s);
}
.c-blog-archive01__cat01-item {
  padding-right: var(--mh--space--10-10);
  font-size: var(--mh--font-size--x2s);
  line-height: var(--mh--line-height--sm);
  color: var(--mh--color--grayscale-700);
  border-right: 1px solid var(--mh--color--grayscale-500);
}
.c-blog-archive01__cat02 {
  margin-top: 10px;
}
@media (width < 768px) {
  .c-blog-archive01:not(.splide__list) .c-blog-archive01__item:not(.is-pickup) .c-blog-archive01__meta {
    width: calc(100vw - var(--mh--contents--padding--side) * 2);
  }
}
@media (width >= 768px ) {
  .c-blog-archive01:not(.splide__list) {
    display: flex;
    flex-wrap: wrap;
  }
  .c-blog-archive01:not(.splide__list) .c-blog-archive01__item:not(.is-pickup) {
    width: calc(33.3333333333% - var(--mh--space--xs) * 2 / 3);
  }
  .c-blog-archive01__item.is-pickup .c-blog-archive01__in {
    grid-template-columns: 266px 1fr;
  }
  .c-blog-archive01__item.is-pickup .c-blog-archive01__head {
    font-size: var(--mh--font-size--xl);
  }
  .c-blog-archive01__cat02 {
    margin-top: 15px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-blog-archive01__in:hover .c-blog-archive01__arw {
    color: var(--mh--color--grayscale-100);
    background-color: var(--mh--color--primary-500);
    border-color: var(--mh--color--primary-500);
  }
  .c-blog-archive01__in:hover .c-blog-archive01__arw::after {
    animation: arrow-slide var(--mh--duration) var(--mh--easing);
  }
  .c-blog-archive01__arw {
    transition: color var(--mh--duration) var(--mh--easing), background-color var(--mh--duration) var(--mh--easing), border-color var(--mh--duration) var(--mh--easing);
  }
}
/* .c-blog-archive01.is-pickup
================================================== */
.c-blog-archive01.is-pickup {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
@media (width >= 768px ) {
  .c-blog-archive01.is-pickup {
    gap: 14px;
  }
}
/* .c-case-archive01
================================================== */
.c-case-archive01:not(.splide__list) {
  display: grid;
  gap: var(--mh--space--xs);
}
.c-case-archive01__in.u-zoom {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.c-case-archive01__img {
  aspect-ratio: 169/95;
  margin-bottom: var(--mh--space--x3s);
  border-radius: var(--mh--border-radius--md);
}
.c-case-archive01__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-case-archive01__tag {
  display: flex;
  flex-wrap: wrap;
  gap: var(--mh--space--x4s);
  margin-bottom: var(--mh--space--x3s);
}
.c-case-archive01__tag-item {
  padding-right: var(--mh--space--10-10);
  font-size: var(--mh--font-size--x2s);
  line-height: var(--mh--line-height--sm);
  color: var(--mh--color--grayscale-700);
  border-right: 1px solid var(--mh--color--grayscale-500);
}
.c-case-archive01__lead {
  margin-bottom: var(--mh--space--xs);
  font-size: var(--mh--font-size--x2l);
  line-height: var(--mh--line-height--sm);
}
.c-case-archive01__wrap {
  display: grid;
  grid-template-columns: 1fr 36px;
  gap: var(--mh--space--x2s);
  align-items: center;
  padding-top: var(--mh--space--x2s);
  margin-top: auto;
  border-top: 1px solid var(--mh--color--grayscale-500);
}
.c-case-archive01__head {
  font-size: var(--mh--font-size--sm);
  line-height: var(--mh--line-height--sm);
}
.c-case-archive01__arw {
  display: grid;
  place-items: center;
  width: 36px;
  aspect-ratio: 1;
  border: 1px solid var(--mh--color--grayscale-700);
  border-radius: var(--mh--border-radius--md);
}
.c-case-archive01__arw::after {
  display: inline-block;
  width: 9px;
  height: 10px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229%22%20height%3D%2210%22%20fill%3D%22none%22%20viewBox%3D%220%200%209%2010%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4.43%2010%203.302%208.775%205.93%205.9H0V4.1h5.93L3.302%201.23%204.43%200%209%205l-4.57%205Z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229%22%20height%3D%2210%22%20fill%3D%22none%22%20viewBox%3D%220%200%209%2010%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4.43%2010%203.302%208.775%205.93%205.9H0V4.1h5.93L3.302%201.23%204.43%200%209%205l-4.57%205Z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  -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);
}
@media (width >= 768px ) {
  .c-case-archive01:not(.splide__list) {
    grid-template-columns: repeat(3, 1fr);
    gap: 52px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-case-archive01__in:hover .c-case-archive01__arw {
    color: var(--mh--color--grayscale-100);
    background-color: var(--mh--color--primary-500);
    border-color: var(--mh--color--primary-500);
  }
  .c-case-archive01__in:hover .c-case-archive01__arw::after {
    animation: arrow-slide var(--mh--duration) var(--mh--easing);
  }
  .c-case-archive01__arw {
    transition: color var(--mh--duration) var(--mh--easing), background-color var(--mh--duration) var(--mh--easing), border-color var(--mh--duration) var(--mh--easing);
  }
}
/* .c-case-archive01.is-pc-col2
================================================== */
@media (width >= 768px ) {
  .c-case-archive01.is-pc-col2:not(.splide__list) {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* .c-case-archive01.is-card
================================================== */
.c-case-archive01.is-card .c-case-archive01__in {
  height: auto;
  padding: 0 15px 20px;
  overflow: hidden;
  border-radius: var(--mh--border-radius--md);
  background-color: var(--mh--color--grayscale-100);
}
.c-case-archive01.is-card .c-case-archive01__img {
  margin: 0 -15px 10px;
  border-radius: 0;
}
.c-case-archive01.is-card .c-case-archive01__tag {
  margin-bottom: 10px;
}
.c-case-archive01.is-card .c-case-archive01__lead {
  margin-bottom: 30px;
}
.c-case-archive01.is-card .c-case-archive01__wrap {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
@media (width >= 768px ) {
  .c-case-archive01.is-card .c-case-archive01__in {
    padding: 0 30px 20px;
  }
  .c-case-archive01.is-card .c-case-archive01__img {
    margin: 0 -30px 20px;
  }
  .c-case-archive01.is-card .c-case-archive01__tag {
    margin-bottom: 15px;
  }
}
/* .c-download-archive01
================================================== */
.c-download-archive01:not(.splide__list) {
  display: grid;
  row-gap: 26px;
}
.c-download-archive01__in.u-zoom {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.c-download-archive01__img {
  aspect-ratio: 163/92;
  margin-bottom: var(--mh--space--20-20);
  border-radius: var(--mh--border-radius--md);
}
.c-download-archive01__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-download-archive01__head {
  margin-bottom: var(--mh--space--10-15);
  font-size: var(--mh--font-size--xl);
  line-height: var(--mh--line-height--sm);
}
.c-download-archive01__txt {
  display: -webkit-box;
  margin-bottom: var(--mh--space--x3s);
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.c-download-archive01__arw {
  display: grid;
  place-items: center;
  width: 36px;
  aspect-ratio: 1;
  margin-top: auto;
  margin-left: auto;
  border: 1px solid var(--mh--color--grayscale-700);
  border-radius: var(--mh--border-radius--md);
}
.c-download-archive01__arw::after {
  display: inline-block;
  width: 9px;
  height: 10px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229%22%20height%3D%2210%22%20fill%3D%22none%22%20viewBox%3D%220%200%209%2010%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4.43%2010%203.302%208.775%205.93%205.9H0V4.1h5.93L3.302%201.23%204.43%200%209%205l-4.57%205Z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229%22%20height%3D%2210%22%20fill%3D%22none%22%20viewBox%3D%220%200%209%2010%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4.43%2010%203.302%208.775%205.93%205.9H0V4.1h5.93L3.302%201.23%204.43%200%209%205l-4.57%205Z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  -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);
}
@media (width >= 768px ) {
  .c-download-archive01:not(.splide__list) {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 41px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-download-archive01__in:hover .c-download-archive01__arw {
    color: var(--mh--color--grayscale-100);
    background-color: var(--mh--color--primary-500);
    border-color: var(--mh--color--primary-500);
  }
  .c-download-archive01__in:hover .c-download-archive01__arw::after {
    animation: arrow-slide var(--mh--duration) var(--mh--easing);
  }
  .c-download-archive01__arw {
    transition: color var(--mh--duration) var(--mh--easing), background-color var(--mh--duration) var(--mh--easing), border-color var(--mh--duration) var(--mh--easing);
  }
}
/* .c-interview-archive01
================================================== */
.c-interview-archive01__item-head {
  margin-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--mh--color--grayscale-500);
}
.c-interview-archive01__item-sub {
  display: flex;
  margin-top: 15px;
}
.c-interview-archive01__item-thumb img {
  width: 100%;
  aspect-ratio: 330/413;
  object-fit: cover;
}
.c-interview-archive01__item-name {
  margin-right: 15px;
  border-right: 1px solid var(--mh--color--grayscale-500);
  padding-right: 15px;
}
@media (width >= 768px ) {
  .c-interview-archive01__item-head {
    margin-top: 25px;
    padding-bottom: 25px;
  }
  .c-interview-archive01__item-sub {
    margin-top: 25px;
  }
}
/* .c-band01
================================================== */
.c-band01 {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: var(--mh--color--grayscale-400);
}
.c-band01::after {
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  z-index: 1;
  width: 65px;
  height: 20px;
  content: "";
  background: linear-gradient(var(--mh--color--grayscale-400), var(--mh--color--grayscale-400)), url("../img/cloud/bg_cloud01.jpg") repeat top/1920px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  transform: translateX(-50%);
}
@media (width >= 768px ) {
  .c-band01 {
    gap: 80px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .c-band01::after {
    width: 180px;
    height: 60px;
  }
}
/* .c-banner01
================================================== */
.c-banner01 {
  background-color: var(--mh--color--grayscale-100);
}
.c-banner01__inner {
  padding-top: 30px;
  padding-bottom: 30px;
}
.c-banner01__head {
  max-width: var(--mh--contents--width);
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--mh--color--grayscale-500);
  font-size: var(--mh--font-size--x4l);
  line-height: var(--mh--line-height--sm);
  color: var(--mh--color--grayscale-900);
}
.c-banner01__list {
  max-width: var(--mh--contents--width);
  margin-right: auto;
  margin-left: auto;
}
.c-banner01__head + .c-banner01__list {
  margin-top: 20px;
}
.c-banner01__item + .c-banner01__item {
  margin-top: 20px;
}
.c-banner01__in {
  position: relative;
}
.c-banner01__img {
  width: 100%;
  border-radius: var(--mh--border-radius--md);
}
.c-banner01__img img {
  width: 100%;
}
.c-banner01__item-head {
  display: -webkit-box;
  margin-top: 15px;
  overflow: hidden;
  font-size: var(--mh--font-size--x2l);
  line-height: var(--mh--line-height--sm);
  color: var(--mh--color--grayscale-900);
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.c-banner01__item-txt {
  display: -webkit-box;
  margin-top: 10px;
  overflow: hidden;
  font-size: var(--mh--font-size--md);
  line-height: var(--mh--line-height--md);
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.c-banner01__item-cat {
  font-size: var(--mh--font-size--sm);
  line-height: var(--mh--line-height--xs);
  color: var(--mh--color--primary-500);
}
.c-banner01__arw {
  display: grid;
  width: 36px;
  height: 36px;
  margin-top: 5px;
  margin-left: auto;
  border: 1px solid var(--mh--color--grayscale-500);
  border-radius: var(--mh--border-radius--md);
  justify-self: end;
  place-items: center;
}
.c-banner01__arw::after {
  display: inline-block;
  width: 9px;
  height: 10px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229%22%20height%3D%2210%22%20fill%3D%22none%22%20viewBox%3D%220%200%209%2010%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4.43%2010%203.302%208.775%205.93%205.9H0V4.1h5.93L3.302%201.23%204.43%200%209%205l-4.57%205Z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229%22%20height%3D%2210%22%20fill%3D%22none%22%20viewBox%3D%220%200%209%2010%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4.43%2010%203.302%208.775%205.93%205.9H0V4.1h5.93L3.302%201.23%204.43%200%209%205l-4.57%205Z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  -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-banner01__item.is-blog .c-banner01__in {
  padding: 20px;
  border: 1px solid var(--mh--color--grayscale-500);
  border-radius: var(--mh--border-radius--md);
}
.c-banner01__item.is-blog .c-banner01__img {
  aspect-ratio: 340/191;
  overflow: hidden;
}
.c-banner01__item.is-blog .c-banner01__img img {
  height: 100%;
  object-fit: cover;
}
.c-banner01__item.is-blog .c-banner01__body {
  margin-top: 15px;
}
.c-banner01__item.is-blog .c-banner01__item-head {
  display: block;
  margin-top: 5px;
  overflow: visible;
  font-size: var(--mh--font-size--lg);
  -webkit-line-clamp: unset;
}
.c-banner01__item.is-blog .c-banner01__arw {
  margin-top: 20px;
}
.c-banner01.is-dark {
  padding-bottom: 80px;
  background-color: var(--mh--color--grayscale-900);
}
.c-banner01.is-dark .c-banner01__inner {
  max-width: none;
  padding-top: 40px;
  padding-bottom: 40px;
  border-radius: var(--mh--border-radius--md);
  background-color: var(--mh--color--grayscale-100);
}
@media (width >= 768px ) {
  .c-banner01__inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .c-banner01.is-dark {
    padding-bottom: 160px;
  }
  .c-banner01.is-dark .c-banner01__inner {
    width: calc(100% - 60px);
    max-width: none;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .c-banner01__head {
    padding-bottom: 20px;
  }
  .c-banner01__head + .c-banner01__list {
    margin-top: 40px;
  }
  .c-banner01__item + .c-banner01__item {
    margin-top: 40px;
  }
  .c-banner01__in.c-banner01__in {
    display: grid;
    grid-template-columns: 340px minmax(0, 1fr);
    gap: 15px 40px;
  }
  .c-banner01__img {
    grid-row: 1/3;
    grid-column: 1;
  }
  .c-banner01__body {
    grid-row: 1;
    grid-column: 2;
  }
  .c-banner01__arw {
    grid-row: 2;
    grid-column: 2;
  }
  .c-banner01__item-head {
    display: block;
    margin-top: 0;
    overflow: visible;
    -webkit-line-clamp: unset;
  }
  .c-banner01__item-txt {
    margin-top: 15px;
  }
  .c-banner01__item.is-blog .c-banner01__in {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .c-banner01__item.is-blog .c-banner01__img {
    width: 150px;
    height: 85px;
    aspect-ratio: auto;
    flex-shrink: 0;
  }
  .c-banner01__item.is-blog .c-banner01__body {
    min-width: 0;
    margin-top: 0;
    flex: 1;
  }
  .c-banner01__item.is-blog .c-banner01__arw {
    margin-top: 0;
    flex-shrink: 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-banner01__arw {
    transition: color var(--mh--duration) var(--mh--easing), background-color var(--mh--duration) var(--mh--easing);
  }
  .c-banner01__in:hover .c-banner01__arw {
    background-color: var(--mh--color--primary-500);
    color: var(--mh--color--grayscale-100);
  }
  .c-banner01__in:hover .c-banner01__arw::after {
    animation: arrow-slide var(--mh--duration) var(--mh--easing);
  }
}
/* .c-banner02
================================================== */
.c-banner02 {
  background-color: var(--mh--color--grayscale-100);
}
.c-banner02__inner {
  padding-top: 30px;
  padding-bottom: 30px;
}
.c-banner02__head {
  max-width: var(--mh--contents--width);
  padding-bottom: 10px;
  margin-right: auto;
  margin-left: auto;
  font-size: var(--mh--font-size--x4l);
  line-height: var(--mh--line-height--sm);
  color: var(--mh--color--grayscale-900);
  border-bottom: 1px solid var(--mh--color--grayscale-500);
}
.c-banner02__slider {
  max-width: var(--mh--contents--width);
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}
.c-banner02__pagination {
  margin-bottom: 10px;
  font-size: var(--mh--font-size--lg);
  color: var(--mh--color--grayscale-900);
}
.c-banner02__track {
  margin-right: calc(var(--mh--contents--padding--side) * -1);
}
.c-banner02__in {
  display: block;
}
.c-banner02__img {
  aspect-ratio: 450/254;
  overflow: hidden;
  border-radius: var(--mh--border-radius--md);
}
.c-banner02__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-banner02__body {
  margin-top: 15px;
}
.c-banner02__item-head {
  font-size: var(--mh--font-size--lg);
  line-height: var(--mh--line-height--sm);
  color: var(--mh--color--grayscale-900);
}
.c-banner02__item-txt {
  display: -webkit-box;
  margin-top: 10px;
  overflow: hidden;
  font-size: var(--mh--font-size--md);
  font-weight: var(--mh--font-weight--medium);
  line-height: var(--mh--line-height--md);
  color: var(--mh--color--grayscale-900);
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.c-banner02__arw {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  margin-top: 10px;
  margin-left: auto;
  border: 1px solid var(--mh--color--grayscale-500);
  border-radius: var(--mh--border-radius--md);
}
.c-banner02__arw::after {
  display: inline-block;
  width: 9px;
  height: 10px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229%22%20height%3D%2210%22%20fill%3D%22none%22%20viewBox%3D%220%200%209%2010%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4.43%2010%203.302%208.775%205.93%205.9H0V4.1h5.93L3.302%201.23%204.43%200%209%205l-4.57%205Z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229%22%20height%3D%2210%22%20fill%3D%22none%22%20viewBox%3D%220%200%209%2010%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4.43%2010%203.302%208.775%205.93%205.9H0V4.1h5.93L3.302%201.23%204.43%200%209%205l-4.57%205Z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  -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-banner02.is-static .c-banner02__list {
  max-width: var(--mh--contents--width);
  margin-right: auto;
  margin-left: auto;
}
.c-banner02.is-static .c-banner02__head + .c-banner02__list {
  margin-top: 20px;
}
.c-banner02.is-static .c-banner02__item + .c-banner02__item {
  margin-top: 30px;
}
.c-banner02.is-dark {
  padding-bottom: 80px;
  background-color: var(--mh--color--grayscale-900);
}
.c-banner02.is-dark .c-banner02__inner {
  max-width: none;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: var(--mh--color--grayscale-100);
  border-radius: var(--mh--border-radius--md);
}
@media (width >= 768px ) {
  .c-banner02__inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .c-banner02__head {
    padding-bottom: 20px;
  }
  .c-banner02__slider {
    margin-top: 40px;
  }
  .c-banner02__track {
    margin-right: 0;
  }
  .c-banner02__item-txt {
    font-size: var(--mh--font-size--xs);
    line-height: var(--mh--line-height--lg);
  }
  .c-banner02.is-static .c-banner02__list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
  }
  .c-banner02.is-static .c-banner02__head + .c-banner02__list {
    margin-top: 40px;
  }
  .c-banner02.is-static .c-banner02__item + .c-banner02__item {
    margin-top: 0;
  }
  .c-banner02.is-dark {
    padding-bottom: 160px;
  }
  .c-banner02.is-dark .c-banner02__inner {
    width: calc(100% - 60px);
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-banner02__arw {
    transition: color var(--mh--duration) var(--mh--easing), background-color var(--mh--duration) var(--mh--easing);
  }
  .c-banner02__in:hover .c-banner02__arw {
    color: var(--mh--color--grayscale-100);
    background-color: var(--mh--color--primary-500);
  }
  .c-banner02__in:hover .c-banner02__arw::after {
    animation: arrow-slide var(--mh--duration) var(--mh--easing);
  }
}
/* .c-blockquote01
================================================== */
.c-blockquote01 {
  padding: 15px;
  border: 1px solid var(--mh--color--primary-700);
}
@media (width >= 768px ) {
  .c-blockquote01 {
    padding: 25px;
  }
}
/* .c-blog-block01
================================================== */
.c-blog-block01__inner {
  padding-top: 80px;
  padding-bottom: 80px;
}
.c-blog-block01__head-area {
  display: grid;
  gap: 20px;
}
.c-blog-block01__head-txt {
  margin-top: 10px;
  font-size: var(--mh--font-size--sm);
  line-height: var(--mh--line-height--md);
  color: var(--mh--color--grayscale-900);
}
.c-blog-block01__head-btn {
  display: none;
}
.c-blog-block01__body {
  margin-top: 30px;
}
.c-blog-block01__foot-btn {
  margin-top: 40px;
}
@media (width >= 768px ) {
  .c-blog-block01__inner {
    padding-top: 160px;
    padding-bottom: 160px;
  }
  .c-blog-block01__head-area {
    align-items: end;
    grid-template-columns: 1fr 320px;
    gap: 40px;
  }
  .c-blog-block01__head-txt {
    font-size: var(--mh--font-size--md);
  }
  .c-blog-block01__head-btn {
    display: block;
    grid-column: 2;
  }
  .c-blog-block01__body {
    margin-top: 60px;
  }
  .c-blog-block01__foot-btn {
    margin-top: 60px;
  }
}
/* .c-blog-block01.is-zabuton
================================================== */
.c-blog-block01.is-zabuton {
  margin-top: 10px;
  background-color: var(--mh--color--grayscale-100);
}
.c-blog-block01.is-zabuton .c-blog-block01__inner {
  padding-top: 40px;
}
@media (width >= 768px ) {
  .c-blog-block01.is-zabuton {
    margin: 20px 30px 0;
    overflow: hidden;
    border-radius: var(--mh--border-radius--md);
  }
  .c-blog-block01.is-zabuton .c-blog-block01__foot-btn {
    max-width: 320px;
    margin-left: auto;
  }
}
/* .c-blog01
================================================== */
.c-blog01__inner {
  padding-top: 60px;
  padding-bottom: 80px;
}
.c-blog01__head-area {
  margin-top: 15px;
}
.c-blog01__head-txt {
  font-size: var(--mh--font-size--x6l);
  line-height: var(--mh--line-height--sm);
  color: var(--mh--color--grayscale-900);
}
.c-blog01__body {
  margin-top: 30px;
}
.c-blog01__foot-btn {
  margin-top: 40px;
}
@media (width >= 768px ) {
  .c-blog01__inner {
    padding-top: 80px;
    padding-bottom: 160px;
  }
  .c-blog01__head-area {
    display: flex;
    margin-top: 30px;
    align-items: flex-end;
    gap: 40px;
  }
  .c-blog01__head-area:not(:has(.c-blog01__head-txt)) {
    margin-top: -72px;
  }
  .c-blog01__head-btn {
    width: 320px;
    margin-left: auto;
    flex-shrink: 0;
  }
  .c-blog01__body {
    margin-top: 60px;
  }
}
/* .c-btn01-list
================================================== */
.c-btn01-list {
  display: flex;
  flex-direction: column;
  gap: var(--mh--space--x3s);
}
@media (width >= 768px ) {
  .c-btn01-list {
    flex-direction: row;
  }
  .c-btn01-list > .c-btn01 {
    flex: 0 0 320px;
  }
}
/* .c-btn01
================================================== */
.c-btn01__in {
  display: grid;
  grid-template-columns: 1fr auto;
  max-width: 320px;
  min-height: 62px;
  color: var(--mh--color--grayscale-100);
  background-color: var(--mh--color--grayscale-900);
  border-radius: var(--mh--border-radius--md);
}
.c-btn01__txt {
  display: grid;
  align-items: center;
  padding: var(--mh--space--x3s) var(--mh--space--x3s) var(--mh--space--x3s) var(--mh--space--20-30);
  font-weight: var(--mh--font-weight--bold);
  line-height: var(--mh--line-height--sm);
  letter-spacing: var(--mh--letter-spacing--sm);
}
.c-btn01__ico {
  display: grid;
  place-content: center;
  padding-inline: var(--mh--space--x3s);
  border-left: 1px solid var(--mh--color--grayscale-500);
}
.c-btn01__ico::after {
  display: inline-block;
  width: 9px;
  height: 10px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229%22%20height%3D%2210%22%20fill%3D%22none%22%20viewBox%3D%220%200%209%2010%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4.43%2010%203.302%208.775%205.93%205.9H0V4.1h5.93L3.302%201.23%204.43%200%209%205l-4.57%205Z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229%22%20height%3D%2210%22%20fill%3D%22none%22%20viewBox%3D%220%200%209%2010%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4.43%2010%203.302%208.775%205.93%205.9H0V4.1h5.93L3.302%201.23%204.43%200%209%205l-4.57%205Z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  -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);
}
@media (width < 768px) {
  .c-btn01__in {
    margin-inline: auto;
  }
}
@media (width >= 768px ) {
  .c-btn01__in {
    min-height: 72px;
  }
  .c-btn01__txt {
    padding: var(--mh--space--20-20) var(--mh--space--x3s) var(--mh--space--20-20) var(--mh--space--20-30);
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-btn01__in {
    transition: background-color var(--mh--duration) var(--mh--easing);
  }
  .c-btn01__in:hover {
    background-color: var(--mh--color--primary-500);
  }
  .c-btn01__in:hover .c-btn01__ico::after {
    animation: arrow-slide var(--mh--duration) var(--mh--easing);
  }
}
/* .c-btn01.is-bg-primary
================================================== */
.c-btn01.is-bg-primary .c-btn01__in {
  background-color: var(--mh--color--primary-500);
}
@media (hover: hover) and (pointer: fine) {
  .c-btn01.is-bg-primary .c-btn01__in {
    transition: background-color var(--mh--duration) var(--mh--easing);
  }
  .c-btn01.is-bg-primary .c-btn01__in:hover {
    background-color: var(--mh--color--secondary-500);
  }
}
/* .c-btn01.is-full
================================================== */
.c-btn01.is-full .c-btn01__in {
  max-width: none;
}
/* .c-btn01.is-lg
================================================== */
.c-btn01.is-lg .c-btn01__txt {
  font-size: var(--mh--font-size--xl);
  white-space: nowrap;
}
@media (width >= 768px ) {
  .c-btn01.is-lg .c-btn01__txt {
    font-size: clamp(1.6rem, 0.2380952381vw + 1.3428571429rem, 1.8rem);
  }
}
/* .c-btn01.is-white
================================================== */
.c-btn01.is-white .c-btn01__in {
  color: var(--mh--color--grayscale-900);
  background-color: var(--mh--color--grayscale-100);
}
@media (hover: hover) and (pointer: fine) {
  .c-btn01.is-white .c-btn01__in {
    transition: color var(--mh--duration) var(--mh--easing), background-color var(--mh--duration) var(--mh--easing);
  }
  .c-btn01.is-white .c-btn01__in:hover {
    color: var(--mh--color--grayscale-100);
    background-color: var(--mh--color--primary-500);
  }
  .c-btn01.is-white .c-btn01__ico {
    transition: border-color var(--mh--duration) var(--mh--easing);
  }
}
/* .c-btn01.is-gray
================================================== */
.c-btn01.is-gray .c-btn01__in {
  color: var(--mh--color--grayscale-900);
  background-color: var(--mh--color--surface-600);
}
.c-btn01.is-gray .c-btn01__ico {
  border-color: var(--mh--color--grayscale-500);
}
@media (hover: hover) and (pointer: fine) {
  .c-btn01.is-gray .c-btn01__in {
    transition: color var(--mh--duration) var(--mh--easing), background-color var(--mh--duration) var(--mh--easing);
  }
  .c-btn01.is-gray .c-btn01__in:hover {
    color: var(--mh--color--grayscale-100);
    background-color: var(--mh--color--primary-500);
  }
  .c-btn01.is-gray .c-btn01__in:hover .c-btn01__ico {
    border-color: var(--mh--color--grayscale-100);
  }
  .c-btn01.is-gray .c-btn01__ico {
    transition: border-color var(--mh--duration) var(--mh--easing);
  }
}
/* .c-btn01.is-center
================================================== */
.c-btn01.is-center .c-btn01__in {
  margin-inline: auto;
}
/* .c-btn01.is-next
================================================== */
.c-btn01.is-next .c-btn01__in {
  max-width: 100%;
  height: 100%;
}
.c-btn01.is-next .c-btn01__txt {
  font-size: var(--mh--font-size--lg);
}
.c-btn01.is-next .c-btn01__ico {
  border-color: var(--mh--color--grayscale-500);
}
@media (width >= 768px ) {
  .c-btn01.is-next .c-btn01__in {
    min-height: 109px;
  }
  .c-btn01.is-next .c-btn01__txt {
    font-size: var(--mh--font-size--x2l);
  }
}
/* .c-btn01.is-hover-blue
================================================== */
@media (hover: hover) and (pointer: fine) {
  .c-btn01.is-hover-blue .c-btn01__in:hover {
    background-color: var(--mh--color--secondary-500);
  }
}
/* .c-btn02
================================================== */
.c-btn02__in {
  display: flex;
  border-radius: var(--mh--border-radius--md);
  overflow: hidden;
  align-items: stretch;
}
.c-btn02__body {
  padding: 10px 20px;
  flex: 1;
  background-color: var(--mh--color--surface-600);
}
.c-btn02__cat {
  display: flex;
  flex-wrap: wrap;
  gap: 0 10px;
}
.c-btn02__cat-item {
  padding-right: 10px;
  border-right: 2px solid var(--mh--color--grayscale-500);
  font-size: var(--mh--font-size--x2s);
  line-height: var(--mh--line-height--sm);
  color: var(--mh--color--grayscale-700);
}
.c-btn02__cat-item:last-child {
  padding-right: 0;
  border-right: none;
}
.c-btn02__head {
  display: block;
  margin-top: 2px;
  font-size: var(--mh--font-size--xl);
  line-height: var(--mh--line-height--sm);
  color: var(--mh--color--grayscale-900);
}
.c-btn02__arw {
  display: grid;
  padding: 0 10px;
  border-left: 1px solid var(--mh--color--grayscale-500);
  flex-shrink: 0;
  place-items: center;
  background-color: var(--mh--color--surface-600);
}
.c-btn02__arw::after {
  display: inline-block;
  width: 9px;
  height: 10px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229%22%20height%3D%2210%22%20fill%3D%22none%22%20viewBox%3D%220%200%209%2010%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4.43%2010%203.302%208.775%205.93%205.9H0V4.1h5.93L3.302%201.23%204.43%200%209%205l-4.57%205Z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229%22%20height%3D%2210%22%20fill%3D%22none%22%20viewBox%3D%220%200%209%2010%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4.43%2010%203.302%208.775%205.93%205.9H0V4.1h5.93L3.302%201.23%204.43%200%209%205l-4.57%205Z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  -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);
}
@media (width >= 768px ) {
  .c-btn02__body {
    padding: 15px 20px 15px 30px;
  }
  .c-btn02__arw {
    padding: 0 20px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-btn02__body, .c-btn02__arw, .c-btn02__head, .c-btn02__cat-item {
    transition: color var(--mh--duration) var(--mh--easing), background-color var(--mh--duration) var(--mh--easing), border-color var(--mh--duration) var(--mh--easing);
  }
  .c-btn02__in:hover .c-btn02__body,
  .c-btn02__in:hover .c-btn02__arw {
    background-color: var(--mh--color--primary-500);
  }
  .c-btn02__in:hover .c-btn02__cat-item {
    border-color: var(--mh--color--grayscale-100);
    color: var(--mh--color--grayscale-100);
  }
  .c-btn02__in:hover .c-btn02__head {
    color: var(--mh--color--grayscale-100);
  }
  .c-btn02__in:hover .c-btn02__arw {
    border-color: var(--mh--color--grayscale-100);
    color: var(--mh--color--grayscale-100);
  }
  .c-btn02__in:hover .c-btn02__arw::after {
    animation: arrow-slide var(--mh--duration) var(--mh--easing);
  }
}
/* .c-btn02.is-compact
================================================== */
.c-btn02.is-compact .c-btn02__cat-item:last-child {
  padding-right: 10px;
  border-right: 2px solid var(--mh--color--grayscale-500);
}
/* .c-btn02.is-tall
================================================== */
.c-btn02.is-tall .c-btn02__body {
  padding: 15px 20px;
}
@media (width >= 768px ) {
  .c-btn02.is-tall .c-btn02__body {
    padding: 20px 20px 20px 30px;
  }
}
/* .c-contact-btn
================================================== */
.c-contact-btn.is-contact .c-contact-btn__in {
  background-color: var(--mh--color--primary-500);
}
.c-contact-btn__in {
  display: grid;
  grid-template-columns: 1fr 30px;
  height: 58px;
  color: var(--mh--color--grayscale-100);
  background-color: var(--mh--color--grayscale-900);
  border-radius: var(--mh--border-radius--md);
}
.c-contact-btn__in-txt {
  display: grid;
  align-items: center;
  padding: var(--mh--space--x3s) var(--mh--space--x3s) var(--mh--space--x3s) var(--mh--space--20-30);
  font-size: var(--mh--font-size--lg);
  font-weight: var(--mh--font-weight--bold);
  line-height: var(--mh--line-height--sm);
  letter-spacing: var(--mh--letter-spacing--sm);
}
.c-contact-btn__in-ico {
  display: grid;
  place-content: center;
  border-left: 1px solid;
}
.c-contact-btn__in-ico::after {
  display: inline-block;
  width: 9px;
  height: 10px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229%22%20height%3D%2210%22%20fill%3D%22none%22%20viewBox%3D%220%200%209%2010%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4.43%2010%203.302%208.775%205.93%205.9H0V4.1h5.93L3.302%201.23%204.43%200%209%205l-4.57%205Z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229%22%20height%3D%2210%22%20fill%3D%22none%22%20viewBox%3D%220%200%209%2010%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4.43%2010%203.302%208.775%205.93%205.9H0V4.1h5.93L3.302%201.23%204.43%200%209%205l-4.57%205Z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  -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);
}
@media (width >= 768px ) {
  .c-contact-btn__in {
    grid-template-columns: 1fr 38px;
    width: 150px;
    height: 62px;
  }
  .c-contact-btn__in-txt {
    padding: 0 var(--mh--space--15-15);
    font-size: var(--mh--font-size--x2s);
  }
}
@media (width >= 1450px ) {
  .c-contact-btn__in {
    width: 170px;
    height: 72px;
  }
  .c-contact-btn__in-txt {
    padding-left: var(--mh--space--20-20);
    font-size: var(--mh--font-size--sm);
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-contact-btn__in {
    transition: background-color var(--mh--duration) var(--mh--easing);
  }
  .c-contact-btn__in:hover {
    background-color: var(--mh--color--primary-500);
  }
  .c-contact-btn__in:hover .c-contact-btn__in-ico::after {
    animation: arrow-slide var(--mh--duration) var(--mh--easing);
  }
  .c-contact-btn.is-contact .c-contact-btn__in:hover {
    background-color: var(--mh--color--grayscale-900);
  }
}
/* c-category-search01
================================================== */
.c-category-search01__contents {
  padding: var(--mh--space--sm) var(--mh--space--20-80);
  border: 1px solid var(--mh--color--grayscale-900);
  border-top: none;
  background-color: var(--mh--color--grayscale-200);
}
.c-category-search01__sec + .c-category-search01__sec {
  margin-top: var(--mh--space--xs);
  padding-top: var(--mh--space--xs);
  border-top: 1px solid var(--mh--color--grayscale-500);
}
/* .c-category01
================================================== */
.c-category01 {
  display: flex;
  flex-wrap: wrap;
  gap: var(--mh--space--x4s);
}
.c-category01__btn {
  width: fit-content;
  padding: 4px 12px 6px;
  font-weight: var(--mh--font-weight--bold);
  line-height: var(--mh--line-height--sm);
  letter-spacing: var(--mh--letter-spacing--sm);
  background-color: var(--mh--color--grayscale-100);
  border: 1px solid var(--mh--color--grayscale-500);
  border-radius: var(--mh--border-radius--md);
}
.c-category01__btn.is-active {
  color: var(--mh--color--grayscale-100);
  background-color: var(--mh--color--primary-500);
  border-color: var(--mh--color--primary-500);
}
.c-category01__btn:not(:is(a, button)) {
  background: var(--mh--color--grayscale-100);
}
@media (width >= 1100px ) {
  .c-category01 {
    display: grid;
  }
  .c-category01__btn {
    padding: 4px 10px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-category01__btn:is(a, button) {
    transition: color var(--mh--duration) var(--mh--easing), background-color var(--mh--duration) var(--mh--easing), border-color var(--mh--duration) var(--mh--easing);
  }
  .c-category01__btn:is(a, button):hover {
    color: var(--mh--color--grayscale-100);
    background-color: var(--mh--color--primary-500);
    border-color: var(--mh--color--primary-500);
  }
}
/* .c-category02
================================================== */
.c-category02 {
  display: flex;
  flex-wrap: wrap;
  gap: var(--mh--space--x4s);
  list-style: none !important;
}
.c-category02__item {
  width: fit-content;
  padding: var(--mh--space--x5s) var(--mh--space--10-10);
  font-weight: var(--mh--font-weight--bold);
  line-height: var(--mh--line-height--sm);
  letter-spacing: var(--mh--letter-spacing--sm);
  background-color: var(--mh--color--grayscale-100);
  border: 1px solid var(--mh--color--grayscale-500);
  border-radius: 100px;
  font-size: var(--mh--font-size--x2s);
  color: var(--mh--color--primary-500);
}
@media (width >= 768px ) {
  .c-category02 {
    display: grid;
    gap: 5px;
  }
}
.c-category02.is-scroll {
  flex-wrap: nowrap;
  overflow-x: auto;
}
.c-category02.is-scroll::-webkit-scrollbar {
  display: none;
}
.c-category02.is-scroll .c-category02__item {
  flex-shrink: 0;
}
@media (width >= 768px ) {
  .c-category02.is-scroll {
    display: flex;
  }
}
@media (width >= 768px ) {
  .c-category02.is-pc-flex {
    display: flex;
  }
}
.c-category02.is-border-primary-500 .c-category02__item {
  border-color: var(--mh--color--primary-500);
}
/* .c-category03
================================================== */
.c-category03 {
  display: flex;
  flex-wrap: wrap;
  gap: var(--mh--space--x4s);
  margin-bottom: var(--mh--space--x3s);
}
.c-category03 > li:not(:has(a)) {
  display: block;
  padding-right: var(--mh--space--10-10);
  font-size: var(--mh--font-size--x2s);
  line-height: var(--mh--line-height--sm);
  color: var(--mh--color--grayscale-700);
  border-right: 1px solid var(--mh--color--grayscale-500);
  font-weight: var(--mh--font-weight--bold);
}
.c-category03 > li > a {
  display: block;
  padding-right: var(--mh--space--10-10);
  font-size: var(--mh--font-size--x2s);
  line-height: var(--mh--line-height--sm);
  color: var(--mh--color--grayscale-700);
  border-right: 1px solid var(--mh--color--grayscale-500);
  font-weight: var(--mh--font-weight--bold);
}
.c-category03 > li.is-active > a {
  font-size: 1rem;
  padding: 2px var(--mh--space--10-10);
  color: var(--mh--color--grayscale-100);
  background: var(--mh--color--primary-500);
  text-align: center;
  border-radius: var(--mh--border-radius--sm);
  border-right: 0;
}
@media (hover: hover) and (pointer: fine) {
  .c-category03 > li:not(.is-active) > a {
    transition: all var(--mh--duration) var(--mh--easing);
  }
  .c-category03 > li:not(.is-active) > a:hover {
    color: var(--mh--color--primary-500);
  }
}
/* .c-tag01
================================================== */
.c-tag01 {
  display: inline-flex;
  padding: 3px 10px;
  align-items: center;
  border-radius: 999px;
  font-size: var(--mh--font-size--x2s);
  font-weight: var(--mh--font-weight--bold);
  line-height: var(--mh--line-height--sm);
  letter-spacing: var(--mh--letter-spacing--sm);
  color: var(--mh--color--grayscale-100);
  background-color: var(--mh--color--mscloud-01);
}
.c-tag01.is-platform {
  background-color: var(--mh--color--mscloud-02);
}
.c-tag01.is-apps {
  background-color: var(--mh--color--mscloud-03);
}
.c-tag01.is-automate {
  background-color: var(--mh--color--mscloud-04);
}
.c-tag01.is-copilot {
  background-color: var(--mh--color--mscloud-05);
}
.c-tag01.is-default {
  background-color: var(--mh--color--grayscale-700);
}
/* .c-document01
================================================== */
.c-document01 {
  margin-top: 10px;
  overflow: clip;
  position: relative;
  z-index: 1;
  background-color: var(--mh--color--grayscale-100);
}
.c-document01__inner {
  padding-top: 40px;
  padding-bottom: 80px;
}
.c-document01__head-area {
  margin-top: 15px;
}
.c-document01__head-txt {
  font-size: var(--mh--font-size--x6l);
  line-height: var(--mh--line-height--sm);
  color: var(--mh--color--grayscale-900);
}
.c-document01__body {
  margin-top: 30px;
}
.c-document01__foot-btn {
  margin-top: 40px;
}
.c-document01__slider {
  margin-top: 30px;
}
.c-document01__track {
  overflow: visible;
}
.c-document01__in {
  display: block;
  text-decoration: none;
}
.c-document01__img {
  border-radius: var(--mh--border-radius--md);
  overflow: hidden;
}
.c-document01__item-head {
  margin-top: 20px;
  font-size: var(--mh--font-size--xl);
  line-height: var(--mh--line-height--sm);
}
.c-document01__item-txt {
  margin-top: 10px;
  font-size: var(--mh--font-size--md);
  line-height: var(--mh--line-height--md);
  color: var(--mh--color--grayscale-900);
}
.c-document01__arw {
  display: grid;
  width: 36px;
  height: 36px;
  margin-top: 15px;
  margin-left: auto;
  border: 1px solid var(--mh--color--grayscale-500);
  border-radius: var(--mh--border-radius--md);
  place-items: center;
}
.c-document01__arw::after {
  display: inline-block;
  width: 9px;
  height: 10px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229%22%20height%3D%2210%22%20fill%3D%22none%22%20viewBox%3D%220%200%209%2010%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4.43%2010%203.302%208.775%205.93%205.9H0V4.1h5.93L3.302%201.23%204.43%200%209%205l-4.57%205Z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229%22%20height%3D%2210%22%20fill%3D%22none%22%20viewBox%3D%220%200%209%2010%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4.43%2010%203.302%208.775%205.93%205.9H0V4.1h5.93L3.302%201.23%204.43%200%209%205l-4.57%205Z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  -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-document01__btn {
  margin-top: 40px;
}
@media (width >= 768px ) {
  .c-document01 {
    margin: 24px 30px 0;
    border-radius: var(--mh--border-radius--md);
  }
  .c-document01__inner {
    padding-top: 70px;
    padding-bottom: 160px;
  }
  .c-document01__head-area {
    display: flex;
    gap: 40px;
    align-items: flex-end;
    margin-top: -72px;
  }
  .c-document01__head-btn {
    flex-shrink: 0;
    width: 320px;
    margin-left: auto;
  }
  .c-document01__body {
    margin-top: 60px;
  }
  .c-document01__slider {
    margin-top: 60px;
  }
  .c-document01__item-head {
    font-size: var(--mh--font-size--xl);
  }
  .c-document01__item-txt {
    font-size: var(--mh--font-size--md);
  }
  .c-document01__btn {
    max-width: 320px;
    margin-top: 60px;
    margin-left: auto;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-document01__arw {
    transition: color var(--mh--duration) var(--mh--easing), background-color var(--mh--duration) var(--mh--easing);
  }
  .c-document01__in:hover .c-document01__arw {
    background-color: var(--mh--color--primary-500);
    color: var(--mh--color--grayscale-100);
  }
  .c-document01__in:hover .c-document01__arw::after {
    animation: arrow-slide var(--mh--duration) var(--mh--easing);
  }
}
/* .c-faq-block01
================================================== */
.c-faq-block01__inner {
  position: relative;
  padding-top: 30px;
  padding-bottom: 90px;
}
.c-faq-block01__head-img {
  position: absolute;
  top: 113px;
  right: 24px;
  z-index: 2;
  width: 112px;
}
.c-faq-block01__body {
  position: relative;
  margin-top: 30px;
  padding: 20px 20px;
  background-color: var(--mh--color--grayscale-100);
  border-radius: var(--mh--border-radius--md);
}
.c-faq-block01__list {
  display: grid;
  gap: 20px;
}
.c-faq-block01__btn {
  margin-top: 20px;
}
@media (width >= 768px ) {
  .c-faq-block01__inner {
    padding-top: 60px;
    padding-bottom: 180px;
  }
  .c-faq-block01__head-img {
    top: 260px;
    right: 110px;
    width: 248px;
  }
  .c-faq-block01__body {
    display: grid;
    grid-template-columns: 1fr 320px;
    align-items: end;
    gap: 150px;
    margin-top: 60px;
    padding: 50px 60px;
  }
  .c-faq-block01__list {
    gap: 30px;
  }
  .c-faq-block01__btn {
    margin-top: 0;
  }
}
/* .c-faq-block01.is-sub
================================================== */
.c-faq-block01.is-sub .c-faq-block01__head-img {
  top: 72px;
}
@media (width >= 768px ) {
  .c-faq-block01.is-sub .c-faq-block01__head-img {
    top: 168px;
  }
}
/* .c-faq-sec01
================================================== */
.c-faq-sec01 {
  background-color: var(--mh--color--grayscale-400);
}
.c-faq-sec01__inner {
  padding-top: 40px;
  padding-bottom: 80px;
}
@media (width >= 768px ) {
  .c-faq-sec01__inner {
    padding-top: 80px;
    padding-bottom: 160px;
  }
}
/*  .c-faq01
================================================== */
.c-faq01.is-open summary span::before {
  transform: rotate(0);
}
.c-faq01 + .c-faq01 {
  margin-top: var(--mh--space--xs);
}
.c-faq01__question {
  border-bottom: 1px dashed var(--mh--color--grayscale-500);
  display: grid;
  min-height: 24px;
  padding-bottom: var(--mh--space--x3s);
  padding-left: calc(24px + var(--mh--space--10-15));
  position: relative;
  align-items: center;
  font-size: var(--mh--font-size--sm);
  line-height: var(--mh--line-height--sm);
  color: var(--mh--color--grayscale-800);
}
.c-faq01__question::before {
  content: "q.";
  width: 24px;
  height: 24px;
  position: absolute;
  top: calc(50% - var(--mh--space--x3s) / 2);
  left: 0;
  transform: translateY(-50%);
  font-family: var(--mh--font-family--en);
  font-size: var(--mh--font-size--x2l);
  line-height: var(--mh--line-height--xs);
  letter-spacing: var(--mh--letter-spacing--sm);
  text-transform: uppercase;
  color: var(--mh--color--primary-500);
}
.c-faq01__question:is(summary) {
  grid-template-columns: 1fr 12px;
  gap: var(--mh--space--10-15);
}
.c-faq01__question:is(summary) span {
  display: block;
  width: 12px;
  height: 12px;
  position: relative;
}
.c-faq01__question:is(summary) span::before, .c-faq01__question:is(summary) span::after {
  content: "";
  width: 100%;
  height: 1px;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  left: 0;
  transition: all var(--mh--duration) var(--mh--easing);
  background: var(--mh--color--primary-500);
}
.c-faq01__question:is(summary) span::before {
  transform: rotate(-90deg);
}
.c-faq01__answer-inner {
  display: grid;
  padding-top: var(--mh--space--x2s);
  padding-left: calc(24px + var(--mh--space--10-15));
  position: relative;
  gap: var(--mh--space--15-15);
}
.c-faq01__answer-inner::before {
  content: "a.";
  width: 24px;
  height: 24px;
  position: absolute;
  top: var(--mh--space--x3s);
  left: 0;
  font-family: var(--mh--font-family--en);
  font-size: var(--mh--font-size--x2l);
  line-height: var(--mh--line-height--xs);
  letter-spacing: var(--mh--letter-spacing--sm);
  text-transform: uppercase;
  color: var(--mh--color--primary-500);
}
.c-faq01__answer-txt {
  font-size: var(--mh--font-size--sm);
  line-height: var(--mh--line-height--sm);
  color: var(--mh--color--grayscale-800);
}
@media (width >= 768px ) {
  .c-faq01__question {
    min-height: 28px;
    padding-left: calc(28px + var(--mh--space--10-15));
  }
  .c-faq01__question::before {
    width: 28px;
    height: 28px;
  }
  .c-faq01__answer-inner {
    padding-top: var(--mh--space--x3s);
    padding-left: calc(28px + var(--mh--space--10-15));
  }
  .c-faq01__answer-inner::before {
    width: 28px;
    height: 28px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-faq01__question {
    transition: color var(--mh--duration) var(--mh--easing);
  }
  .c-faq01__question:hover {
    color: var(--mh--color--primary-500);
  }
}
/* .c-features01
================================================== */
.c-features01 {
  position: relative;
  z-index: 1;
}
.c-features01__inner {
  padding-top: 40px;
  padding-bottom: 70px;
}
.c-features01__list {
  margin-top: 30px;
}
.c-features01__item {
  padding-top: 20px;
  border-top: 1px solid var(--mh--color--grayscale-500);
}
.c-features01__item + .c-features01__item {
  margin-top: 50px;
}
.c-features01__num {
  font-size: var(--mh--font-size--x2l);
  line-height: var(--mh--line-height--xs);
  color: var(--mh--color--primary-500);
}
.c-features01__item-head {
  margin-top: 20px;
  font-size: var(--mh--font-size--x2l);
  line-height: var(--mh--line-height--sm);
  color: var(--mh--color--secondary-500);
}
.c-features01__accent {
  color: var(--mh--color--primary-500);
}
.c-features01__img {
  aspect-ratio: 1040/585;
  margin-top: 20px;
  overflow: hidden;
  border-radius: var(--mh--border-radius--md);
}
.c-features01__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-features01__item-txt {
  margin-top: 10px;
  font-size: var(--mh--font-size--md);
  font-weight: var(--mh--font-weight--medium);
  line-height: var(--mh--line-height--md);
}
.c-features01.is-reasons {
  background-color: var(--mh--color--grayscale-100);
}
.c-features01.is-reasons .c-features01__list, .c-features01.is-reasons-lg .c-features01__list {
  margin-top: 60px;
}
.c-features01.is-reasons .c-features01__item {
  display: grid;
  grid-template-areas: "hg" "txt" "img";
}
.c-features01.is-reasons .c-features01__item + .c-features01__item {
  margin-top: 80px;
}
.c-features01.is-reasons .c-features01__hgroup {
  grid-area: hg;
}
.c-features01.is-reasons .c-features01__item-head, .c-features01.is-reasons-lg .c-features01__item-head {
  font-size: var(--mh--font-size--x6l);
}
.c-features01.is-reasons .c-features01__item-txt {
  grid-area: txt;
  margin-top: 20px;
}
.c-features01.is-reasons .c-features01__img {
  grid-area: img;
  margin-top: 30px;
  aspect-ratio: 510/340;
}
.kanta-alert-related + .c-features01, .gtfs-makasete-related + .c-features01, .norikaeannai-related + .c-features01 {
  margin-top: var(--mh--space--x2l);
}
@media (width >= 768px ) {
  .c-features01__inner {
    padding-top: 80px;
    padding-bottom: 140px;
  }
  .c-features01__list {
    margin-top: 60px;
  }
  .c-features01__item {
    display: grid;
    grid-template-areas: "hg  img" "txt img";
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-template-rows: auto 1fr;
    column-gap: 80px;
    align-content: start;
    align-items: start;
    padding-top: 80px;
  }
  .c-features01__item + .c-features01__item {
    margin-top: 100px;
  }
  .c-features01__hgroup {
    position: relative;
    grid-area: hg;
  }
  .c-features01__num {
    position: absolute;
    top: 6px;
    left: 0;
  }
  .c-features01__item-head {
    margin-top: 0;
    padding-left: 60px;
    font-size: var(--mh--font-size--x6l);
  }
  .c-features01__img {
    grid-area: img;
    margin-top: 0;
  }
  .c-features01__item-txt {
    grid-area: txt;
    margin-top: 24px;
    padding-left: 60px;
  }
  .c-features01.is-reasons .c-features01__item {
    grid-template-areas: "hg img" "txt img";
    grid-template-columns: 51.86% 31.64%;
    grid-template-rows: auto 1fr;
    justify-content: space-between;
    column-gap: 0;
  }
  .c-features01.is-reasons .c-features01__item + .c-features01.is-reasons .c-features01__item {
    margin-top: 80px;
  }
  .c-features01.is-reasons .c-features01__item-txt {
    grid-area: txt;
    margin-top: 40px;
  }
  .c-features01.is-reasons .c-features01__img {
    grid-area: img;
    margin-top: 0;
    aspect-ratio: 510/340;
  }
}
/* .c-flow01
================================================== */
.c-flow01 {
  background-color: var(--mh--color--grayscale-100);
}
.c-flow01__inner {
  padding-top: 40px;
  padding-bottom: 70px;
}
.c-flow01__head-area {
  margin-top: 20px;
}
.c-flow01__txt {
  font-size: var(--mh--font-size--md);
  color: var(--mh--color--grayscale-900);
}
.c-flow01__list {
  margin-top: 50px;
}
.c-flow01__item {
  padding: 30px 20px;
  border-radius: var(--mh--border-radius--md);
  position: relative;
  box-shadow: 0 4px 0 0 var(--mh--color--grayscale-500);
  background-color: var(--mh--color--surface-600);
}
.c-flow01__item + .c-flow01__item {
  margin-top: 50px;
}
.c-flow01__item:not(:last-child)::after {
  content: "";
  width: 22px;
  height: 20px;
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  transform: translate(-50%, 6px) rotate(90deg);
  background: url("../img/common/ico_flow-arw01.png") no-repeat center/contain;
}
.c-flow01__item-hgroup {
  padding-bottom: 20px;
  border-bottom: 1px dashed var(--mh--color--grayscale-500);
  text-align: center;
}
.c-flow01__item-num {
  font-size: var(--mh--font-size--x2s);
  line-height: var(--mh--line-height--xs);
  color: var(--mh--color--primary-500);
}
.c-flow01__item-head {
  margin-top: 5px;
  font-size: var(--mh--font-size--x2l);
  line-height: var(--mh--line-height--sm);
  color: var(--mh--color--grayscale-900);
}
.c-flow01__item-txt {
  margin-top: 15px;
  font-size: var(--mh--font-size--md);
  color: var(--mh--color--grayscale-900);
}
.c-flow01__note {
  margin-top: 20px;
}
@media (width >= 768px ) {
  .c-flow01__inner {
    padding-top: 80px;
    padding-bottom: 160px;
  }
  .c-flow01__note {
    margin-top: 30px;
  }
  .c-flow01__head-area {
    display: flex;
    margin-top: -72px;
    justify-content: flex-end;
  }
  .c-flow01__txt {
    width: 776px;
    margin-top: 20px;
  }
  .c-flow01__list {
    display: grid;
    margin-top: 100px;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
  .c-flow01__item {
    padding: 30px;
    box-shadow: 0 8px 0 0 var(--mh--color--grayscale-500);
  }
  .c-flow01__item + .c-flow01__item {
    margin-top: 0;
  }
  .c-flow01__item:not(:last-child)::after {
    top: 50%;
    right: -31px;
    left: auto;
    transform: translateY(-50%);
  }
  .c-flow01__item:nth-child(3n)::after {
    display: none;
  }
  .c-flow01__item-hgroup {
    padding-bottom: 30px;
  }
  .c-flow01__item-head {
    margin-top: 10px;
  }
  .c-flow01__item-txt {
    margin-top: 20px;
    padding: 0 4px;
  }
}
/* .c-flow01.is-gray
================================================== */
.c-flow01.is-gray {
  background-color: var(--mh--color--grayscale-400);
}
.c-flow01.is-gray .c-flow01__item {
  background-color: var(--mh--color--grayscale-100);
}
/* .c-flow01.is-6col
================================================== */
@media (width >= 768px ) {
  .c-flow01.is-6col .c-flow01__inner {
    padding-bottom: 140px;
  }
  .c-flow01.is-6col .c-flow01__list {
    margin-top: 100px;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 34px;
  }
  .c-flow01.is-6col .c-flow01__item {
    padding: 30px clamp(14px, 1.9vw - 6.5px, 30px);
  }
  .c-flow01.is-6col .c-flow01__item:not(:last-child)::after {
    right: -28px;
  }
  .c-flow01.is-6col .c-flow01__item:nth-child(3n)::after {
    display: block;
  }
  .c-flow01.is-6col .c-flow01__item-head {
    min-height: calc(var(--mh--line-height--sm) * 2em);
  }
}
#gtfs-makasete .c-flow01.is-6col {
  background-color: transparent;
}
#gtfs-makasete .c-flow01.is-6col .c-flow01__item {
  background-color: var(--mh--color--grayscale-100);
}
/* .c-flow02
================================================== */
.c-flow02 {
  background-color: var(--mh--color--grayscale-100);
}
.c-flow02__inner {
  padding-top: 40px;
  padding-bottom: 80px;
}
.c-flow02__head-area {
  margin-top: 20px;
}
.c-flow02__txt {
  font-size: var(--mh--font-size--md);
  line-height: var(--mh--line-height--md);
  color: var(--mh--color--grayscale-900);
}
.c-flow02__body {
  display: flex;
  gap: 10px;
  align-items: stretch;
  margin-top: 50px;
}
.c-flow02__phase {
  display: grid;
  flex-shrink: 0;
  grid-template-rows: 1fr auto;
  gap: 5px;
  width: 60px;
}
.c-flow02__phase-item {
  display: grid;
  align-content: start;
  justify-items: center;
  padding: 20px 0 80px;
  background-color: var(--mh--color--grayscale-800);
  border-radius: var(--mh--border-radius--md);
}
.c-flow02__phase-item.is-support {
  align-content: center;
  min-height: 204px;
  padding: 30px 0;
  background-color: var(--mh--color--grayscale-900);
}
.c-flow02__phase-txt {
  width: 20px;
  font-size: var(--mh--font-size--xl);
  line-height: var(--mh--line-height--x2s);
  color: var(--mh--color--grayscale-100);
  text-align: center;
  word-break: break-all;
}
.c-flow02__phase-num {
  width: 20px;
  margin-top: 18px;
  font-size: var(--mh--font-size--xl);
  line-height: var(--mh--line-height--x2s);
  color: var(--mh--color--grayscale-100);
  text-align: center;
  word-break: break-all;
}
.c-flow02__list {
  flex: 1;
  min-width: 0;
}
.c-flow02__item {
  position: relative;
}
.c-flow02__item + .c-flow02__item {
  margin-top: 40px;
}
.c-flow02__item:not(:last-child)::after {
  position: absolute;
  top: calc(100% + 2px);
  left: 50%;
  width: 20px;
  height: 22px;
  content: "";
  background: url("../img/common/ico_flow-arw01.png") no-repeat center/contain;
  transform: translate(-50%, 9px) rotate(90deg);
}
.c-flow02__step {
  padding: 30px 20px;
  background-color: var(--mh--color--surface-600);
  border-radius: var(--mh--border-radius--md);
  box-shadow: 0 8px 0 0 var(--mh--color--grayscale-500);
}
.c-flow02__step-head {
  padding-bottom: 20px;
  border-bottom: 1px dashed var(--mh--color--grayscale-500);
}
.c-flow02__step-num {
  font-size: var(--mh--font-size--x2s);
  line-height: var(--mh--line-height--xs);
  color: var(--mh--color--primary-500);
}
.c-flow02__step-ttl {
  margin-top: 5px;
  font-size: var(--mh--font-size--x2l);
  line-height: var(--mh--line-height--sm);
  color: var(--mh--color--grayscale-900);
}
.c-flow02__decimal {
  margin-top: 15px;
}
.c-flow02__decimal-item {
  display: flex;
  gap: 4px;
}
.c-flow02__decimal-item + .c-flow02__decimal-item {
  margin-top: 10px;
}
.c-flow02__decimal-num {
  flex-shrink: 0;
  width: 20px;
  padding-top: 5px;
  font-size: var(--mh--font-size--md);
  line-height: var(--mh--line-height--xs);
  color: var(--mh--color--primary-500);
}
.c-flow02__decimal-txt {
  flex: 1;
  min-width: 0;
  font-size: var(--mh--font-size--md);
  line-height: var(--mh--line-height--md);
  color: var(--mh--color--grayscale-900);
}
@media (width >= 768px ) {
  .c-flow02__inner {
    padding-top: 80px;
    padding-bottom: 160px;
  }
  .c-flow02__head-area {
    display: flex;
    justify-content: flex-end;
    margin-top: -72px;
  }
  .c-flow02__txt {
    width: 776px;
    margin-top: 20px;
  }
  .c-flow02__body {
    gap: 30px;
    justify-content: center;
    max-width: var(--mh--contents--width);
    margin-top: 100px;
    margin-right: auto;
    margin-left: auto;
  }
  .c-flow02__phase {
    width: 100px;
  }
  .c-flow02__phase-item {
    padding: 30px 0 80px;
  }
  .c-flow02__phase-item.is-support {
    min-height: 124px;
    padding: 30px 0;
  }
  .c-flow02__phase-num {
    margin-top: 12px;
  }
  .c-flow02__step {
    display: flex;
    gap: 20px;
    align-items: center;
    padding: 30px;
  }
  .c-flow02__step-head {
    display: flex;
    gap: 10px;
    align-items: center;
    align-self: stretch;
    padding-right: 30px;
    padding-bottom: 0;
    border-right: 1px dashed var(--mh--color--grayscale-500);
    border-bottom: none;
  }
  .c-flow02__step-ttl {
    flex-shrink: 0;
    width: 250px;
    margin-top: 0;
  }
  .c-flow02__decimal {
    flex: 1;
    min-width: 0;
    margin-top: 0;
  }
}
/* .c-form
================================================== */
.c-form input[type=text],
.c-form input[type=email],
.c-form input[type=tel],
.c-form textarea,
.c-form button,
.c-form select,
.c-form option {
  border: 1px solid var(--mh--color--grayscale-700);
}
.c-form input[type=text]:focus-visible,
.c-form input[type=email]:focus-visible,
.c-form input[type=tel]:focus-visible,
.c-form textarea:focus-visible,
.c-form button:focus-visible,
.c-form select:focus-visible,
.c-form option:focus-visible {
  border-color: rgb(var(--color-black01));
  box-shadow: 0 0 0 2px rgba(var(--color-black01), 0.25);
}
.c-form fieldset {
  border: none;
}
.c-form input,
.c-form textarea {
  box-sizing: border-box;
  padding: 10px;
  font-size: 1.6rem;
}
.c-form input[type=file] {
  padding: 0;
}
.c-form input[type=text],
.c-form input[type=email] {
  height: 50px;
}
.c-form input[type=radio],
.c-form input[type=checkbox] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  white-space: nowrap;
  border-width: 0;
  clip: rect(0, 0, 0, 0);
}
.c-form textarea {
  height: 200px;
}
.c-form__set {
  box-sizing: border-box;
  padding: 50px 10px 30px;
}
.c-form__set:not(:first-child) {
  border-top: 1px solid var(--mh--color--grayscale-700);
}
.c-form__head {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}
.c-form__required, .c-form__optional {
  box-sizing: border-box;
  padding: 2px 10px 3px;
  font-size: 1.2rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  background: var(--mh--color--primary-700);
}
.c-form__required {
  background: var(--mh--color--primary-700);
}
.c-form__optional {
  color: var(--mh--color--primary-700);
  background: rgb(var(--mh--color-grayscale-700));
  border: 1px solid var(--mh--color--grayscale-700);
}
.c-form__field-set {
  display: block;
  margin-top: 15px;
}
.c-form__field-description {
  display: grid;
  gap: 5px 0;
  margin-bottom: 10px;
  font-size: 1.4rem;
  line-height: 1.5;
}
.c-form__field-txt {
  margin-bottom: 10px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.c-form__postcode {
  display: flex;
  align-items: start;
}
.c-form__postcode-suffix {
  margin: 13px 10px 0 0;
  font-size: 1.6rem;
  line-height: 1.5;
}
.c-form__postcode-btn {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 105px;
  height: 50px;
  padding: 10px 15px;
  margin-left: 15px;
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  background: var(--mh--color--primary-700);
}
.c-form__postcode > input,
.c-form__postcode > span {
  width: 40%;
}
.c-form__select-in {
  position: relative;
  display: inline-block;
}
.c-form__select-in select {
  padding: 13px 21px 13px 10px;
  font-size: 1.6rem;
  line-height: 2.2rem;
  cursor: pointer;
}
.c-form__select-in::after {
  position: absolute;
  top: 19px;
  right: 8px;
  width: 9px;
  height: 9px;
  content: "";
  border-right: 2px solid var(--mh--color--grayscale-700);
  border-bottom: 2px solid var(--mh--color--grayscale-700);
  transform: rotate(45deg);
}
.c-form__select-unit {
  margin-left: 2px;
  font-size: 1.6rem;
}
.c-form__select.is-date .c-form__select-year select {
  width: 80px;
}
.c-form__select.is-date .c-form__select-month select,
.c-form__select.is-date .c-form__select-day select {
  width: 66px;
}
.c-form__select label + label {
  margin-left: 9px;
}
.c-form__radio-list {
  display: grid;
  gap: 15px 19px;
}
.c-form__radio-list label {
  position: relative;
  padding-left: 37px;
  cursor: pointer;
}
.c-form__radio-list input + span::before {
  position: absolute;
  top: 14px;
  left: 0;
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  content: "";
  border: 1px solid var(--mh--color--grayscale-700);
  border-radius: 50%;
  transform: translateY(-50%);
}
.c-form__radio-list input + span::after {
  position: absolute;
  top: 8px;
  left: 6px;
  display: block;
  width: 12px;
  height: 12px;
  content: "";
  background: var(--mh--color--grayscale-700);
  border-radius: 50%;
  transform: scale(0);
  transition: all 0.3s ease;
}
.c-form__radio-list input:checked + span::after {
  transform: scale(1);
}
.c-form__radio-list span {
  margin: 0;
}
.c-form__checkbox-list {
  display: grid;
  gap: 15px 19px;
}
.c-form__checkbox-list label {
  position: relative;
  display: flex;
  padding-left: 37px;
  cursor: pointer;
}
.c-form__checkbox-list input + span::before {
  position: absolute;
  top: 14px;
  left: 0;
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  content: "";
  border: 1px solid var(--mh--color--grayscale-700);
  transform: translateY(-50%);
}
.c-form__checkbox-list input + span::after {
  position: absolute;
  top: 7px;
  left: 4px;
  display: block;
  width: 15px;
  height: 9px;
  content: "";
  border-color: var(--mh--color--grayscale-700);
  border-style: solid;
  border-width: 3px 3px 0 0;
  transform: scale(0) rotate(135deg);
  transition: all 0.3s ease;
}
.c-form__checkbox-list input:checked + span::after {
  transform: scale(1) rotate(135deg);
}
.c-form__checkbox-list span {
  margin: 0;
}
.c-form__radio-list label + span, .c-form__checkbox-list label + span {
  font-size: 1.6rem;
  line-height: 1.5;
}
.c-form__radio-list input:focus + span::before, .c-form__checkbox-list input:focus + span::before {
  border-color: rgb(var(--color-black01));
  box-shadow: 0 0 0 2px rgba(var(--color-black01), 0.25);
}
.c-form__radio-list input:disabled + label, .c-form__checkbox-list input:disabled + label {
  opacity: 0.5;
}
.c-form__radio-list + .c-form__radio-list, .c-form__radio-list + .c-form__checkbox-list, .c-form__checkbox-list + .c-form__radio-list, .c-form__checkbox-list + .c-form__checkbox-list {
  margin-top: 50px;
}
.c-form__radio-list.is-col2, .c-form__radio-list.is-col3, .c-form__checkbox-list.is-col2, .c-form__checkbox-list.is-col3 {
  grid-template-columns: repeat(2, 1fr);
}
.c-form__privacy {
  box-sizing: border-box;
  height: 300px;
  padding: 30px 35px;
  margin-bottom: 20px;
  overflow-y: scroll;
  border: 1px solid var(--mh--color--grayscale-700);
}
.c-form__privacy-head {
  margin-bottom: 10px;
  font-weight: bold;
}
.c-form__agreement {
  margin-bottom: 20px;
}
.c-form__agreement-txt {
  text-align: center;
}
.c-form__agreement-check {
  text-align: center;
}
.c-form__agreement-check label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
}
.c-form__agreement-check span {
  margin: 0;
}
.c-form__agreement-check input + span {
  line-height: 1.5;
}
.c-form__agreement-check input + span::before {
  position: absolute;
  top: 13px;
  left: 0;
  width: 24px;
  height: 24px;
  content: "";
  border: 1px solid var(--mh--color--grayscale-700);
  transform: translateY(-50%);
}
.c-form__agreement-check input:checked + span::after {
  position: absolute;
  top: 6px;
  left: 4px;
  display: block;
  width: 15px;
  height: 9px;
  content: "";
  border-color: var(--mh--color--grayscale-700);
  border-style: solid;
  border-width: 2px 2px 0 0;
  transform: rotate(135deg);
}
.c-form__agreement-check input:focus + span::before {
  border-color: rgb(var(--color-black01));
  box-shadow: 0 0 0 2px rgba(var(--color-black01), 0.25);
}
.c-form__agreement-check input:disabled + label {
  opacity: 0.5;
}
.c-form__btn {
  text-align: center;
}
.c-form__btn input {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  padding: 16px 20px;
  font-family: var(--fontfamily_base);
  color: #fff;
  appearance: none;
  outline: none;
  background-color: var(--mh--color--grayscale-700);
  border: none;
  border: 1px solid var(--mh--color--grayscale-700);
}
.c-form__btn input:focus-visible,
.c-form__btn :focus {
  border-color: rgb(var(--color-black01));
  box-shadow: 0 0 0 2px rgba(var(--color-black01), 0.25);
}
.c-form__btn input + input {
  margin-left: 20px;
}
.c-form__btn span {
  width: 0;
  margin: 0;
}
@media (width >= 768px ) {
  .c-form__head {
    display: inline-block;
  }
  .c-form__field-description {
    margin-bottom: 20px;
  }
  .c-form__postcode-btn {
    font-size: 1.6rem;
  }
  .c-form__select-in select {
    padding: 13px 40px 13px 10px;
  }
  .c-form__select-in::after {
    right: 12px;
  }
  .c-form__select-unit {
    margin-left: 7px;
  }
  .c-form__select.is-date .c-form__select-year select {
    width: 150px;
  }
  .c-form__select.is-date .c-form__select-month select,
  .c-form__select.is-date .c-form__select-day select {
    width: 110px;
  }
  .c-form__select label + label {
    margin-left: 18px;
  }
  .c-form__optional, .c-form__required {
    padding: 4px 17px 5px;
    margin-left: 20px;
  }
  .c-form__radio-list, .c-form__checkbox-list {
    gap: 15px 30px;
  }
  .c-form__radio-list.is-col3, .c-form__checkbox-list.is-col3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .c-form__privacy {
    height: 200px;
    padding: 40px;
  }
  .c-form__agreement {
    margin-bottom: 40px;
  }
  .c-form__btn input {
    width: 320px;
    margin: 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-form__btn input {
    transition: all var(--mh--duration) var(--mh--easing);
  }
  .c-form__btn input:hover {
    color: var(--mh--color--primary-700);
    background: var(--mh--color--grayscale-100);
  }
}
/* .c-form-btn
================================================== */
.c-form-area-btn {
  margin-top: 35px;
}
@media (width >= 768px ) {
  .c-form-area-btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 35px;
  }
}
.c-form-btn {
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 320px;
  height: 60px;
  padding: 10px 20px;
  margin: 0 auto;
  font-weight: 500;
  text-align: left;
  appearance: none;
  border: 0;
}
.c-form-btn + .c-form-btn {
  margin-top: 20px;
}
@media (width >= 768px ) {
  .c-form-btn {
    max-width: 320px;
    height: 80px;
    margin: 0;
    transition: all var(--mh--duration) var(--mh--easing);
  }
  .c-form-btn + .c-form-btn {
    margin-top: 0;
    margin-left: 40px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-form-btn:hover {
    opacity: 0.8;
  }
}
/* head
================================================ */
.c-single01__content h3:not([class*=c-]), .c-surface-head {
  margin-bottom: var(--mh--space--x2s);
  font-size: var(--mh--font-size--x4l);
  color: var(--mh--color--primary-500);
  line-height: var(--mh--line-height--sm);
  letter-spacing: var(--mh--letter-spacing--sm);
}
.c-single01__content h2:not([class*=c-]), .c-line-head {
  position: relative;
  margin-bottom: var(--mh--space--xs);
  font-size: var(--mh--font-size--x4l);
  padding-bottom: var(--mh--space--x3s);
  line-height: var(--mh--line-height--sm);
  letter-spacing: var(--mh--letter-spacing--sm);
}
.c-single01__content h2:not([class*=c-])::before, .c-line-head::before, .c-single01__content h2:not([class*=c-])::after, .c-line-head::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--mh--color--grayscale-500);
}
.c-single01__content h2:not([class*=c-])::after, .c-line-head::after {
  width: 100px;
  background: var(--mh--color--primary-500);
}
.c-under-border-head {
  padding-bottom: 10px;
  font-size: var(--mh--font-size--x4l);
  font-weight: var(--mh--font-weight--bold);
  line-height: var(--mh--line-height--sm);
  letter-spacing: var(--mh--letter-spacing--sm);
  padding-bottom: var(--mh--space--x3s);
  border-bottom: 1px solid var(--mh--color--grayscale-500);
}
.c-single01__content h4:not([class*=c-]), .c-simple-head {
  margin-bottom: var(--mh--space--x3s);
  font-size: var(--mh--font-size--xl);
  font-weight: var(--mh--font-weight--bold);
  line-height: var(--mh--line-height--sm);
  letter-spacing: var(--mh--letter-spacing--sm);
  padding-left: 20px;
  position: relative;
}
.c-single01__content h4:not([class*=c-])::before, .c-simple-head::before {
  content: "";
  display: inline-block;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--mh--color--primary-500);
  width: 10px;
  position: absolute;
  top: 7px;
  left: 0;
}
/* list
================================================ */
.c-single01__content ul:not([class*=c-]) {
  padding-left: 0;
  margin: var(--mh--space--xs) 0;
  line-height: var(--mh--line-height--sm);
  list-style: none;
}
.c-single01__content ul:not([class*=c-]) li {
  position: relative;
  padding-left: 14px;
  font-size: var(--mh--font-size--md);
  line-height: var(--mh--line-height--sm);
}
.c-single01__content ul:not([class*=c-]) li::before {
  position: absolute;
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  content: "";
  background-color: var(--mh--color--primary-500);
  border-radius: 50%;
}
.c-single01__content ul:not([class*=c-]) li + li {
  margin-top: var(--mh--space--10-10);
}
.c-single01__content ul:not([class*=c-]) li ol:not([class*=c-]) {
  counter-reset: child-num;
}
.c-single01__content ul:not([class*=c-]) li ol:not([class*=c-]) > li {
  position: relative;
  padding-left: 2em;
  text-indent: -2em;
  counter-increment: child-num 1;
}
.c-single01__content ul:not([class*=c-]) li ol:not([class*=c-]) > li::before {
  position: static;
  margin-right: 5px;
  color: var(--mh--color--primary-500);
  content: counter(num) ".";
  counter-increment: num 1;
  background-color: transparent;
  border-radius: 0;
  font-family: var(--mh--font-family--en);
}
@media (width >= 768px ) {
  .c-single01__content ul:not([class*=c-]) li::before {
    top: 8px;
    width: 6px;
    height: 6px;
  }
}
.c-single01__content ol:not([class*=c-]) {
  margin: var(--mh--space--xs) 0;
  list-style: none;
  counter-reset: num01;
}
.c-single01__content ol:not([class*=c-]) > li {
  position: relative;
  padding-left: 1.5em;
  font-size: var(--mh--font-size--md);
  line-height: var(--mh--line-height--sm);
  counter-increment: num01 1;
}
.c-single01__content ol:not([class*=c-]) > li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--mh--color--primary-500);
  content: counter(num01) ".";
  font-family: var(--mh--font-family--en);
}
.c-single01__content ol:not([class*=c-]) > li + li {
  margin-top: var(--mh--space--20-20);
}
.c-single01__content ol:not([class*=c-]) > li ol:not([class*=c-]) {
  counter-reset: num02 0;
}
.c-single01__content ol:not([class*=c-]) > li ol:not([class*=c-]) > li {
  position: relative;
  padding-left: 3.5em;
  counter-increment: num02 1;
}
.c-single01__content ol:not([class*=c-]) > li ol:not([class*=c-]) > li + li {
  margin-top: var(--mh--space--10-10);
}
.c-single01__content ol:not([class*=c-]) > li ol:not([class*=c-]) > li::before {
  margin-right: var(--mh--space--x4s);
  color: var(--mh--color--primary-500);
  content: counter(num01) "-" counter(num02) ".";
  font-family: var(--mh--font-family--en);
}
.c-single01__content ol:not([class*=c-]) > li ul:not([class*=c-]) {
  padding-left: calc(27px - 1.2em);
}
.c-single01__content ol:not([class*=c-]) > li ul:not([class*=c-]) li::before {
  position: relative;
  top: 16px;
  left: -1em;
  display: block;
  width: 6px;
  height: 6px;
  content: "";
  background-color: var(--mh--color--primary-500);
  border-radius: 50%;
}
.c-single01__content ol:not([class*=c-]) > li ul:not([class*=c-]) li + li {
  margin-top: var(--mh--space--10-10);
}
@media (width >= 768px ) {
  .c-single01__content ol:not([class*=c-]) > li ul > li::before {
    top: 17px;
    width: 6px;
    height: 6px;
  }
}
/* .c-dobble-border-head
================================================== */
/* .c-head01
================================================== */
.c-head01 {
  display: grid;
  gap: 20px;
}
.c-head01__main {
  display: grid;
  grid-template-columns: 13px 1fr;
  gap: var(--mh--space--x4s);
  align-items: center;
  padding-bottom: var(--mh--space--10-15);
  font-size: var(--mh--font-size--xs);
  font-weight: var(--mh--font-weight--bold);
  line-height: var(--mh--line-height--sm);
  letter-spacing: var(--mh--letter-spacing--sm);
  border-bottom: 1px solid;
}
.c-head01__main::before {
  width: 13px;
  height: 11px;
  content: "";
  background-color: var(--mh--color--primary-500);
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2213%22%20height%3D%2211%22%20fill%3D%22none%22%20viewBox%3D%220%200%2013%2011%22%3E%0A%3Cpath%20fill%3D%22%230090A8%22%20d%3D%22M8.667%200%206.5%202.2%204.333%204.4%202.167%206.6%200%208.8%202.167%2011l2.166-2.2L6.5%206.6l2.167-2.2%202.166-2.2L13%200H8.667Z%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat left top/contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2213%22%20height%3D%2211%22%20fill%3D%22none%22%20viewBox%3D%220%200%2013%2011%22%3E%0A%3Cpath%20fill%3D%22%230090A8%22%20d%3D%22M8.667%200%206.5%202.2%204.333%204.4%202.167%206.6%200%208.8%202.167%2011l2.166-2.2L6.5%206.6l2.167-2.2%202.166-2.2L13%200H8.667Z%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat left top/contain;
}
.c-head01__en {
  font-size: var(--mh--font-size--x13l);
  color: var(--mh--color--secondary-500);
}
.c-head01__wrap {
  display: grid;
  gap: var(--mh--space--20-20);
}
@media (width >= 768px ) {
  .c-head01 {
    gap: 100px;
  }
  .c-head01__main {
    grid-template-columns: 18px 1fr;
    font-size: var(--mh--font-size--xl);
  }
  .c-head01__main::before {
    width: 18px;
    height: 15px;
  }
  .c-head01__wrap {
    grid-template-columns: 1fr calc(776px / var(--mh--contents--wide-width) * 100%);
    align-items: end;
  }
}
@media (width >= 1612px) {
  .c-head01__main {
    width: min(1760px, 100vw - var(--mh--contents--padding--side) * 2);
    margin-inline: calc((100% - min(1760px, 100vw - var(--mh--contents--padding--side) * 2)) / 2);
  }
}
/* .c-head01.is-black
================================================== */
.c-head01.is-black .c-head01__en {
  color: var(--mh--color--grayscale-900);
}
/* .c-head01.is-white
================================================== */
.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-white .c-head01__main::before {
  background-color: var(--mh--color--grayscale-100);
}
/* .c-head01.is-secondary
================================================== */
.c-head01.is-secondary .c-head01__main {
  color: var(--mh--color--secondary-500);
}
/* .c-head02
================================================== */
.c-head02__label {
  display: flex;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--mh--color--grayscale-900);
  align-items: center;
  gap: 5px;
  font-size: var(--mh--font-size--xs);
  line-height: var(--mh--line-height--sm);
  color: var(--mh--color--grayscale-900);
}
.c-head02__label-ico {
  width: 13px;
  height: 11px;
  flex-shrink: 0;
  background-color: var(--mh--color--primary-500);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 15'%3E%3Cpath d='M12 0L9 3L6 6L3 9L0 12L3 15L6 12L9 9L12 6L15 3L18 0L12 0Z'/%3E%3C/svg%3E") no-repeat center/contain;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 15'%3E%3Cpath d='M12 0L9 3L6 6L3 9L0 12L3 15L6 12L9 9L12 6L15 3L18 0L12 0Z'/%3E%3C/svg%3E") no-repeat center/contain;
}
.c-head02__en {
  margin-top: 20px;
  font-size: var(--mh--font-size--x13l);
  line-height: var(--mh--line-height--xs);
  letter-spacing: var(--mh--letter-spacing--sm);
  color: var(--mh--color--grayscale-900);
}
@media (width >= 768px ) {
  .c-head02 {
    gap: 10px;
  }
  .c-head02__label {
    gap: 10px;
    margin-inline: calc(max(var(--mh--contents--padding--side), (100vw - var(--mh--contents--wider-width)) / 2) - max(var(--mh--contents--padding--side), (100vw - var(--mh--contents--wide-width)) / 2));
    padding-bottom: 15px;
    font-size: var(--mh--font-size--xl);
  }
  .c-head02__label-ico {
    width: 18px;
    height: 15px;
  }
  .c-head02__en {
    margin-top: 100px;
  }
}
/* .c-head02.is-light
================================================== */
.c-head02.is-light .c-head02__label {
  color: var(--mh--color--grayscale-100);
  border-bottom-color: var(--mh--color--grayscale-100);
}
.c-head02.is-light .c-head02__en {
  color: var(--mh--color--grayscale-100);
}
/* .c-head02.is-narrow
================================================== */
@media (width >= 768px ) {
  .c-head02.is-narrow .c-head02__label {
    margin-inline: 0;
  }
}
/* .c-head02.is-secondary
================================================== */
.c-head02.is-secondary .c-head02__label {
  color: var(--mh--color--secondary-500);
  border-bottom-color: var(--mh--color--secondary-500);
}
.c-head02.is-secondary .c-head02__en {
  color: var(--mh--color--secondary-500);
}
/* .c-head02.is-point
================================================== */
.c-head02.is-point .c-head02__label-ico {
  background-color: var(--mh--color--secondary-point);
}
/* .c-head04
================================================== */
.c-head04 {
  text-align: center;
}
.c-head04__en {
  font-size: var(--mh--font-size--sm);
  line-height: var(--mh--line-height--sm);
  color: var(--mh--color--primary-500);
}
.c-head04__ja {
  margin-top: 10px;
  font-size: var(--mh--font-size--x5l);
  line-height: var(--mh--line-height--sm);
  color: var(--mh--color--secondary-500);
}
@media (width >= 768px ) {
  .c-head04__ja {
    margin-top: 15px;
    font-size: var(--mh--font-size--x5l);
  }
}
/* .c-head04.is-sm
================================================== */
.c-head04.is-sm .c-head04__ja {
  font-size: var(--mh--font-size--x2l);
}
@media (width >= 768px ) {
  .c-head04.is-sm .c-head04__ja {
    font-size: var(--mh--font-size--x5l);
  }
}
/* .c-line-head
================================================== */
/* .c-simple-head
================================================== */
/* .c-surface-head
================================================== */
/* .c-under-border-head
================================================== */
/* .c-ico
================================================== */
.c-ico {
  display: inline-block;
  vertical-align: baseline;
}
.c-ico svg {
  transition: all var(--mh--duration) var(--mh--easing);
}
/* .c-ico.is-arw01
================================================== */
.c-ico.is-arw01::after {
  display: inline-block;
  width: 9px;
  height: 10px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229%22%20height%3D%2210%22%20fill%3D%22none%22%20viewBox%3D%220%200%209%2010%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4.43%2010%203.302%208.775%205.93%205.9H0V4.1h5.93L3.302%201.23%204.43%200%209%205l-4.57%205Z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229%22%20height%3D%2210%22%20fill%3D%22none%22%20viewBox%3D%220%200%209%2010%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4.43%2010%203.302%208.775%205.93%205.9H0V4.1h5.93L3.302%201.23%204.43%200%209%205l-4.57%205Z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  -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 {
  display: inline-block;
  width: 6px;
  height: 10px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 5.516 9.032"><path d="M0,8.032a1,1,0,0,1-.707-.293,1,1,0,0,1,0-1.414L2.1,3.516-.707.707a1,1,0,0,1,0-1.414,1,1,0,0,1,1.414,0L4.223,2.809a1,1,0,0,1,0,1.414L.707,7.739A1,1,0,0,1,0,8.032Z" transform="translate(1 1)"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 5.516 9.032"><path d="M0,8.032a1,1,0,0,1-.707-.293,1,1,0,0,1,0-1.414L2.1,3.516-.707.707a1,1,0,0,1,0-1.414,1,1,0,0,1,1.414,0L4.223,2.809a1,1,0,0,1,0,1.414L.707,7.739A1,1,0,0,1,0,8.032Z" transform="translate(1 1)"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: all var(--mh--duration) var(--mh--easing);
}
/* .c-ico.is-arw03
================================================== */
.c-ico.is-arw03::after {
  display: inline-block;
  width: 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);
}
/* .c-ico.is-blank01
================================================== */
.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::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-mail01
================================================== */
.c-ico.is-mail01::after {
  display: inline-block;
  width: 17px;
  height: 13px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 12.147"><path d="M16.19,1.415v9.923H.81V1.415L8.5,8.29ZM1.348.81h14.3L8.5,7.2ZM0,12.147H17V0H0Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 12.147"><path d="M16.19,1.415v9.923H.81V1.415L8.5,8.29ZM1.348.81h14.3L8.5,7.2ZM0,12.147H17V0H0Z"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: all var(--mh--duration) var(--mh--easing);
}
/* .c-ico.is-building01
================================================== */
.c-ico.is-building01::after {
  display: inline-block;
  width: 15px;
  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 16 16"><path d="M1 16V1a1 1 0 0 1 1-1h7a1 1 0 0 1 1 1v4h4a1 1 0 0 1 1 1v10H1Zm2-3h2v-2H3v2Zm0-4h2V7H3v2Zm0-4h2V3H3v2Zm4 8h2v-2H7v2Zm0-4h2V7H7v2Zm0-4h2V3H7v2Zm5 8h1.5v-2H12v2Zm0-4h1.5V7H12v2Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M1 16V1a1 1 0 0 1 1-1h7a1 1 0 0 1 1 1v4h4a1 1 0 0 1 1 1v10H1Zm2-3h2v-2H3v2Zm0-4h2V7H3v2Zm0-4h2V3H3v2Zm4 8h2v-2H7v2Zm0-4h2V7H7v2Zm0-4h2V3H7v2Zm5 8h1.5v-2H12v2Zm0-4h1.5V7H12v2Z"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: all var(--mh--duration) var(--mh--easing);
}
/* .c-ico.is-map01
================================================== */
.c-ico.is-map01::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::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 {
  display: inline-block;
  width: 24px;
  height: 24px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 23.5 23.5"><path d="M18.019,23.5c-2.313,0-7.045-.741-12.147-5.844C-.641,11.143-.085,5.26.093,4.147a3.661,3.661,0,0,1,1.045-2.1L2.405.778a2.668,2.668,0,0,1,3.767,0l3.19,3.191a2.669,2.669,0,0,1,0,3.768L7.81,9.29a18.573,18.573,0,0,0,2.752,3.674A18.585,18.585,0,0,0,14.217,15.7l1.554-1.557a2.671,2.671,0,0,1,3.77,0l3.181,3.184a2.669,2.669,0,0,1,0,3.767l-1.25,1.25A3.7,3.7,0,0,1,19.5,23.378a7.471,7.471,0,0,1-1.479.122M4.29,2.148a.516.516,0,0,0-.367.149L2.658,3.564a1.554,1.554,0,0,0-.441.9c-.1.594-.725,5.777,5.174,11.675,6.21,6.213,11.472,5.18,11.692,5.133a1.6,1.6,0,0,0,.873-.441L21.2,19.581a.522.522,0,0,0,0-.731l-3.182-3.184a.526.526,0,0,0-.733,0l-2.708,2.71-.708-.393a21.871,21.871,0,0,1-4.828-3.5A21.8,21.8,0,0,1,5.532,9.632l-.393-.708L7.845,6.218a.522.522,0,0,0,0-.731L4.655,2.3a.515.515,0,0,0-.365-.148" transform="translate(0 0)"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 23.5 23.5"><path d="M18.019,23.5c-2.313,0-7.045-.741-12.147-5.844C-.641,11.143-.085,5.26.093,4.147a3.661,3.661,0,0,1,1.045-2.1L2.405.778a2.668,2.668,0,0,1,3.767,0l3.19,3.191a2.669,2.669,0,0,1,0,3.768L7.81,9.29a18.573,18.573,0,0,0,2.752,3.674A18.585,18.585,0,0,0,14.217,15.7l1.554-1.557a2.671,2.671,0,0,1,3.77,0l3.181,3.184a2.669,2.669,0,0,1,0,3.767l-1.25,1.25A3.7,3.7,0,0,1,19.5,23.378a7.471,7.471,0,0,1-1.479.122M4.29,2.148a.516.516,0,0,0-.367.149L2.658,3.564a1.554,1.554,0,0,0-.441.9c-.1.594-.725,5.777,5.174,11.675,6.21,6.213,11.472,5.18,11.692,5.133a1.6,1.6,0,0,0,.873-.441L21.2,19.581a.522.522,0,0,0,0-.731l-3.182-3.184a.526.526,0,0,0-.733,0l-2.708,2.71-.708-.393a21.871,21.871,0,0,1-4.828-3.5A21.8,21.8,0,0,1,5.532,9.632l-.393-.708L7.845,6.218a.522.522,0,0,0,0-.731L4.655,2.3a.515.515,0,0,0-.365-.148" transform="translate(0 0)"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: all var(--mh--duration) var(--mh--easing);
}
/* .c-img01
================================================== */
.c-img01 {
  margin: var(--mh--space--md) 0;
}
/* .c-index01
================================================== */
.c-index01 {
  padding: 20px 15px;
  border-radius: var(--mh--border-radius--md);
  background-color: var(--mh--color--grayscale-100);
}
.c-index01__list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 10px;
}
.c-index01__item {
  display: flex;
  padding-right: 10px;
  border-right: 1px dashed var(--mh--color--grayscale-700);
}
.c-index01__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: var(--mh--font-size--x2s);
  line-height: var(--mh--line-height--sm);
  letter-spacing: var(--mh--letter-spacing--sm);
  color: var(--mh--color--grayscale-900);
}
.c-index01__link-ico {
  display: grid;
  width: 16px;
  height: 16px;
  border-radius: var(--mh--border-radius--md);
  flex-shrink: 0;
  place-content: center;
  background-color: var(--mh--color--primary-500);
  color: var(--mh--color--grayscale-100);
}
.c-index01__link-ico::after {
  transform: rotate(90deg);
  display: inline-block;
  width: 6px;
  height: 7px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229%22%20height%3D%2210%22%20fill%3D%22none%22%20viewBox%3D%220%200%209%2010%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4.43%2010%203.302%208.775%205.93%205.9H0V4.1h5.93L3.302%201.23%204.43%200%209%205l-4.57%205Z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229%22%20height%3D%2210%22%20fill%3D%22none%22%20viewBox%3D%220%200%209%2010%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4.43%2010%203.302%208.775%205.93%205.9H0V4.1h5.93L3.302%201.23%204.43%200%209%205l-4.57%205Z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  -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);
}
@media (width >= 768px ) {
  .c-index01 {
    display: flex;
    padding: 25px 40px;
    align-items: center;
    gap: 40px;
  }
  .c-index01__label {
    display: grid;
    align-self: stretch;
    padding-right: 40px;
    border-right: 1px solid var(--mh--color--grayscale-900);
    flex-shrink: 0;
    place-items: center;
    font-size: var(--mh--font-size--xl);
    color: var(--mh--color--grayscale-900);
  }
  .c-index01__list {
    flex: 1;
    gap: 18px 27px;
  }
  .c-index01__item {
    padding-right: 30px;
  }
  .c-index01__link {
    gap: 10px;
    font-size: var(--mh--font-size--md);
  }
  .c-index01__link-ico {
    width: 26px;
    height: 26px;
  }
  .c-index01__link-ico::after {
    display: inline-block;
    width: 10px;
    height: 12px;
    color: currentColor;
    content: "";
    background-color: currentcolor;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229%22%20height%3D%2210%22%20fill%3D%22none%22%20viewBox%3D%220%200%209%2010%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4.43%2010%203.302%208.775%205.93%205.9H0V4.1h5.93L3.302%201.23%204.43%200%209%205l-4.57%205Z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229%22%20height%3D%2210%22%20fill%3D%22none%22%20viewBox%3D%220%200%209%2010%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4.43%2010%203.302%208.775%205.93%205.9H0V4.1h5.93L3.302%201.23%204.43%200%209%205l-4.57%205Z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
    -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);
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-index01__link {
    transition: color var(--mh--duration) var(--mh--easing);
  }
  .c-index01__link:hover {
    color: var(--mh--color--primary-500);
  }
  .c-index01__link:hover .c-index01__link-ico::after {
    animation: arrow-slide-down var(--mh--duration) var(--mh--easing);
  }
}
/* .c-index01.is-grouped
================================================== */
.c-index01.is-grouped .c-index01__list + .c-index01__list {
  margin-top: 15px;
}
.c-index01.is-grouped .c-index01__list.is-passenger {
  padding: 10px 20px;
  border-radius: var(--mh--border-radius--md);
  background-color: var(--mh--color--secondary-200);
}
.c-index01.is-grouped .c-index01__list.is-operator {
  padding: 10px 20px;
  border-radius: var(--mh--border-radius--md);
  background-color: var(--mh--color--secondary-point-100);
}
.c-index01.is-grouped .c-index01__item:last-child {
  padding-right: 0;
  border-right: none;
}
@media (width >= 768px ) {
  .c-index01.is-grouped .c-index01__body {
    flex: 1;
  }
  .c-index01.is-grouped .c-index01__list + .c-index01__list {
    margin-top: 12px;
  }
  .c-index01.is-grouped .c-index01__list.is-passenger,
  .c-index01.is-grouped .c-index01__list.is-operator {
    width: fit-content;
    padding: 10px 40px;
  }
  .c-index01.is-grouped .c-index01__list.is-operator + .c-index01__list {
    margin-top: 20px;
  }
}
/*  c-check-list01
================================================== */
.c-check-list01 {
  --_icon-size: 16px;
}
.c-check-list01__item {
  position: relative;
  padding-left: calc(var(--mh--space--10-10) + var(--_icon-size));
  font-weight: var(--mh--font-weight--bold);
  line-height: var(--mh--line-height--sm);
  letter-spacing: var(--mh--letter-spacing--sm);
}
.c-check-list01__item::before {
  content: "";
  width: var(--_icon-size);
  height: var(--_icon-size);
  background: url("../img/common/ico_check01.svg") no-repeat center/contain;
  position: absolute;
  top: 2px;
  left: 0;
}
.c-check-list01__item + .c-check-list01__item {
  margin-top: 10px;
}
/*  .c-num-list01
================================================== */
.c-num-list01 {
  counter-reset: num01 0;
}
.c-num-list01__item {
  position: relative;
  padding-left: 1.5em;
  font-size: var(--mh--font-size--md);
  line-height: var(--mh--line-height--sm);
  counter-increment: num01 1;
}
.c-num-list01__item::before {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--mh--color--primary-500);
  content: counter(num01) ".";
  font-family: var(--mh--font-family--en);
}
.c-num-list01__item + .c-num-list01__item {
  margin-top: var(--mh--space--20-20);
}
.c-num-list01__item ul,
.c-num-list01__item ol {
  margin-top: var(--mh--space--10-10);
}
.c-num-list01__item ol {
  counter-reset: num02 0;
}
.c-num-list01__item ol li {
  padding-left: 3.5em;
  counter-increment: num02 1;
}
.c-num-list01__item ol li + li {
  margin-top: var(--mh--space--10-10);
}
.c-num-list01__item ol li::before {
  margin-right: var(--mh--space--x4s);
  color: var(--mh--color--primary-500);
  content: counter(num01) "-" counter(num02) ".";
  font-family: var(--mh--font-family--en);
}
.c-num-list01__item ol .c-num-list01__item {
  padding-left: 3.5em;
  text-indent: -3.5em;
}
.c-num-list01__item ul {
  padding-left: calc(27px - 1.2em);
}
.c-num-list01__item ul li::before {
  position: relative;
  top: 16px;
  left: -1em;
  display: block;
  width: 6px;
  height: 6px;
  content: "";
  background-color: var(--mh--color--primary-500);
  border-radius: 50%;
}
.c-num-list01__item ul li + .c-num-list01__item ul li {
  margin-top: var(--mh--space--10-10);
}
@media (width >= 768px ) {
  .c-num-list01__item ul li::before {
    top: 15px;
    width: 6px;
    height: 6px;
  }
}
/*  .c-simple-list01
================================================== */
.c-simple-list01__item {
  position: relative;
  padding-left: 14px;
  font-size: var(--mh--font-size--md);
  line-height: var(--mh--line-height--sm);
}
.c-simple-list01__item::before {
  position: absolute;
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  content: "";
  background-color: var(--mh--color--primary-500);
  border-radius: 50%;
}
.c-simple-list01__item + .c-simple-list01__item {
  margin-top: var(--mh--space--10-10);
}
.c-simple-list01__item ul,
.c-simple-list01__item ol {
  margin-top: var(--mh--space--10-10);
}
.c-simple-list01__item ol {
  counter-reset: num 0;
}
.c-simple-list01__item ol > li {
  padding-left: 2em;
  text-indent: -2em;
}
.c-simple-list01__item ol > li::before {
  position: static;
  margin-right: 5px;
  color: var(--mh--color--primary-500);
  content: counter(num) ".";
  counter-increment: num 1;
  background-color: transparent;
  border-radius: 0;
  font-family: var(--mh--font-family--en);
}
@media (width >= 768px ) {
  .c-simple-list01__item::before {
    top: 8px;
    width: 6px;
    height: 6px;
  }
}
.c-simple-list01.is-gray .c-simple-list01__item::before {
  background-color: var(--mh--color--grayscale-500);
}
@media (width >= 768px ) {
  .c-simple-list01.is-pc-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .c-simple-list01.is-pc-flex .c-simple-list01__item {
    margin-top: 0;
    flex: 0 0 200px;
  }
}
/* .c-merit01
================================================== */
.c-merit01 {
  background-color: var(--mh--color--grayscale-900);
}
.c-merit01__inner {
  padding-top: 50px;
  padding-bottom: 80px;
}
.c-merit01.is-flush .c-merit01__inner {
  padding-bottom: 60px;
}
.c-merit01__body {
  margin-top: 30px;
}
.c-merit01__lead {
  font-size: var(--mh--font-size--x6l);
  line-height: var(--mh--line-height--sm);
  color: var(--mh--color--grayscale-100);
}
.c-merit01__txt {
  margin-top: 15px;
  font-size: var(--mh--font-size--md);
  line-height: var(--mh--line-height--md);
  color: var(--mh--color--grayscale-100);
}
.c-merit01__list {
  margin-top: 30px;
}
.c-merit01__item {
  padding-top: 20px;
  border-top: 1px solid var(--mh--color--grayscale-500);
}
.c-merit01__item + .c-merit01__item {
  margin-top: 50px;
}
.c-merit01__item-num {
  flex-shrink: 0;
  width: 40px;
  padding-top: 4px;
  font-size: var(--mh--font-size--x2l);
  line-height: var(--mh--line-height--xs);
  color: var(--mh--color--grayscale-100);
}
.c-merit01__item-content {
  margin-top: 10px;
}
.c-merit01__item-head {
  font-size: var(--mh--font-size--x6l);
  line-height: var(--mh--line-height--sm);
  color: var(--mh--color--grayscale-100);
}
.c-merit01__item-txt {
  margin-top: 20px;
  font-size: var(--mh--font-size--md);
  line-height: var(--mh--line-height--md);
  color: var(--mh--color--grayscale-100);
}
.c-merit01__item-img {
  aspect-ratio: 510/340;
  margin-top: 30px;
  overflow: hidden;
  border-radius: var(--mh--border-radius--md);
}
.c-merit01__item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (width >= 768px ) {
  .c-merit01__inner {
    padding-top: 100px;
    padding-bottom: 160px;
  }
  .c-merit01__body {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 60px;
  }
  .c-merit01__lead {
    flex: 0 1 580px;
    min-width: 0;
  }
  .c-merit01__txt {
    flex: 0 1 776px;
    min-width: 0;
    margin-top: 0;
  }
  .c-merit01__list {
    margin-top: 60px;
  }
  .c-merit01__item {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 80px;
  }
  .c-merit01__item + .c-merit01__item {
    margin-top: 100px;
  }
  .c-merit01__item-body {
    display: flex;
    flex: 0 1 auto;
    gap: 20px;
    min-width: 0;
  }
  .c-merit01__item-content {
    flex: 0 1 776px;
    min-width: 0;
    margin-top: 0;
  }
  .c-merit01__item-txt {
    margin-top: 40px;
  }
  .c-merit01__item-img {
    flex: 0 1 510px;
    min-width: 0;
    margin-top: 0;
  }
}
/*  .c-modal01
================================================== */
.c-modal01 {
  display: none;
}
.c-modal01.is-open {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}
.c-modal01[aria-hidden=false] .c-modal01__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.c-modal01[aria-hidden=false] .c-modal01l__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.c-modal01[aria-hidden=true] .c-modal01__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.c-modal01[aria-hidden=true] .c-modal01__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.c-modal01__container, .c-modal01__overlay {
  will-change: transform;
}
.c-modal01__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.c-modal01__container {
  position: absolute;
  top: var(--mh--header--height);
  width: calc(100% - var(--mh--contents--padding--side) * 2);
  height: calc(100vh - var(--mh--header--height) - 30px);
  display: grid;
}
.c-modal01__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-modal01__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #00449e;
  box-sizing: border-box;
}
.c-modal01__close {
  display: block;
  border: 0;
  width: 45px;
  height: 45px;
  background: var(--mh--color--grayscale-900);
  border-radius: var(--mh--border-radius--md);
  margin-left: auto;
  margin-bottom: var(--mh--space--10-10);
  position: relative;
}
.c-modal01__close::before, .c-modal01__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40%;
  height: 2px;
  background-color: #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}
.c-modal01__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.c-modal01__content {
  min-width: 0;
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding: var(--mh--space--sm) var(--mh--space--20-60);
  border-radius: var(--mh--border-radius--lg);
  overflow-y: auto;
  cursor: auto;
}
@media (width >= 768px ) {
  .c-modal01__container {
    max-width: 1152px;
    height: auto;
  }
  .c-modal01__content {
    max-height: 711px;
  }
}
/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
/* .c-modal02
================================================== */
.c-modal02 {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  visibility: hidden;
  place-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  opacity: 0;
  transition: opacity var(--mh--duration) var(--mh--easing), visibility var(--mh--duration) var(--mh--easing);
}
.c-modal02.is-open {
  visibility: visible;
  opacity: 1;
}
.c-modal02__overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-color: rgba(90, 90, 90, 0.2);
}
.c-modal02__body {
  position: relative;
  display: grid;
  gap: 10px;
  justify-items: end;
  width: 100%;
  max-width: 1152px;
  transform: translateY(20px);
  transition: transform var(--mh--duration) var(--mh--easing);
}
.c-modal02__close {
  display: grid;
  place-items: center;
  width: 45px;
  height: 45px;
  padding: 0;
  cursor: pointer;
  background-color: var(--mh--color--grayscale-900);
  border: none;
  border-radius: var(--mh--border-radius--md);
}
.c-modal02__close::before, .c-modal02__close::after {
  grid-area: 1/1;
  width: 16px;
  height: 2px;
  content: "";
  background-color: var(--mh--color--grayscale-100);
}
.c-modal02__close::before {
  transform: rotate(45deg);
}
.c-modal02__close::after {
  transform: rotate(-45deg);
}
.c-modal02__inner {
  width: 100%;
  padding: 20px;
  background-color: var(--mh--color--grayscale-100);
  border-radius: var(--mh--border-radius--md);
}
.c-modal02__img {
  overflow: hidden;
  border-radius: var(--mh--border-radius--md);
}
.c-modal02__img img {
  width: 100%;
  height: auto;
}
.c-modal02.is-open .c-modal02__body {
  transform: translateY(0);
}
@media (width >= 768px ) {
  .c-modal02 {
    padding: 40px;
  }
  .c-modal02__close {
    width: 45px;
    height: 45px;
  }
  .c-modal02__inner {
    padding: 60px;
  }
}
body.is-modal-open {
  overflow: hidden;
}
/*  .c-next01
================================================== */
.c-next01 {
  position: relative;
  background: url("../img/common/bg_pattern04_sp.jpg") no-repeat center/cover;
}
.c-next01__inner {
  padding-top: 40px;
  padding-bottom: 40px;
}
.c-next01__list {
  display: grid;
  gap: 10px;
  margin-top: 20px;
}
.c-next01__item .c-btn01__txt {
  font-size: var(--mh--font-size--lg);
}
@media (width >= 768px ) {
  .c-next01 {
    margin-inline: 30px;
    margin-bottom: 30px;
    background-image: url("../img/common/bg_pattern04_pc.jpg");
    border-radius: var(--mh--border-radius--md);
  }
  .c-next01::before {
    position: absolute;
    inset: 0 -30px -30px;
    z-index: -1;
    content: "";
    background-color: var(--mh--color--grayscale-400);
  }
  .c-next01__inner {
    padding-top: 80px;
    padding-bottom: 96px;
  }
  .c-next01__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 23px;
    margin-top: 40px;
  }
  .c-next01__item .c-btn01__in {
    max-width: 100%;
    min-height: 109px;
  }
  .c-next01__item .c-btn01__txt {
    font-size: var(--mh--font-size--x2l);
  }
}
body.is-maas .c-next01::before,
body#on-demand-busyohou .c-next01::before {
  display: none;
}
/*  .c-note01
================================================== */
.c-note01 {
  color: var(--mh--color--grayscale-700);
  line-height: var(--mh--line-height--sm);
  font-size: var(--mh--font-size--sm);
  position: relative;
  padding-left: calc(1em + 2px);
}
.c-note01::before {
  content: "※";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 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: 36px;
  height: 36px;
  line-height: 1;
  text-decoration: none;
  border: 1px solid var(--mh--color--grayscale-700);
  border-radius: var(--mh--border-radius--md);
  font-family: var(--mh--font-family--en);
}
.c-pager01 li.pages, .c-pager01 li.first, .c-pager01 li.last {
  width: 0;
  height: 0;
  font-size: 0;
  padding: 0;
  margin: 0;
  border: none;
  border-color: transparent;
}
.c-pager01 li.pages span,
.c-pager01 li.pages a, .c-pager01 li.first span,
.c-pager01 li.first a, .c-pager01 li.last span,
.c-pager01 li.last a {
  width: 0;
  height: 0;
  font-size: 0;
  padding: 0;
  margin: 0;
  border: none;
  border-color: transparent;
}
.c-pager01 li.current span {
  background-color: var(--mh--color--primary-500);
  border-color: var(--mh--color--primary-500);
  color: var(--mh--color--grayscale-100);
}
.c-pager01 li.previous a, .c-pager01 li.next a {
  font-size: 0;
}
.c-pager01 li.previous a::after, .c-pager01 li.next a::after {
  display: inline-block;
  width: 9px;
  height: 10px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229%22%20height%3D%2210%22%20fill%3D%22none%22%20viewBox%3D%220%200%209%2010%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4.43%2010%203.302%208.775%205.93%205.9H0V4.1h5.93L3.302%201.23%204.43%200%209%205l-4.57%205Z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229%22%20height%3D%2210%22%20fill%3D%22none%22%20viewBox%3D%220%200%209%2010%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4.43%2010%203.302%208.775%205.93%205.9H0V4.1h5.93L3.302%201.23%204.43%200%209%205l-4.57%205Z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  -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-pager01 li.previous {
  margin-left: 0;
  margin-right: 20px;
}
.c-pager01 li.previous a::after {
  transform: rotate(180deg);
}
.c-pager01 li.next {
  margin-left: 20px;
  margin-right: 0;
}
@media (width >= 1100px ) {
  .c-pager01 {
    margin-top: 60px;
  }
  .c-pager01 li a {
    transition: all var(--mh--duration) var(--mh--easing);
  }
  .c-pager01 li a:hover {
    background-color: var(--mh--color--primary-500);
    border-color: var(--mh--color--primary-500);
    color: var(--mh--color--grayscale-100);
  }
}
/*  .c-pager02
================================================== */
.c-pager02 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding-top: var(--mh--space--sm);
  margin-top: var(--mh--space--md);
  overflow: hidden;
  line-height: 1;
  border-top: 1px solid var(--mh--color--grayscale-500);
}
.c-pager02 a {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 26px;
  text-decoration: none;
  font-weight: var(--mh--font-weight--bold);
  line-height: var(--mh--line-height--sm);
  letter-spacing: var(--mh--letter-spacing--sm);
  font-size: var(--mh--font-size--lg);
}
.c-pager02__previous a::before, .c-pager02__previous a::after, .c-pager02__next a::before, .c-pager02__next a::after {
  content: "";
  display: block;
}
.c-pager02__previous a::before, .c-pager02__next a::before {
  width: 26px;
  aspect-ratio: 1;
  border-radius: var(--mh--border-radius--sm);
  background: var(--mh--color--grayscale-900);
  position: absolute;
  left: 0;
}
.c-pager02__previous a::after, .c-pager02__next a::after {
  display: inline-block;
  width: 9px;
  height: 10px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229%22%20height%3D%2210%22%20fill%3D%22none%22%20viewBox%3D%220%200%209%2010%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4.43%2010%203.302%208.775%205.93%205.9H0V4.1h5.93L3.302%201.23%204.43%200%209%205l-4.57%205Z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229%22%20height%3D%2210%22%20fill%3D%22none%22%20viewBox%3D%220%200%209%2010%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4.43%2010%203.302%208.775%205.93%205.9H0V4.1h5.93L3.302%201.23%204.43%200%209%205l-4.57%205Z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  -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);
  position: absolute;
  left: 8px;
  color: var(--mh--color--grayscale-100);
}
.c-pager02__previous {
  grid-area: 1/1/2/2;
}
.c-pager02__previous a {
  justify-content: flex-start;
  padding-left: 46px;
}
.c-pager02__previous a::after {
  transform: rotate(180deg);
}
.c-pager02__next {
  grid-area: 1/2/2/3;
}
.c-pager02__next a {
  justify-content: flex-end;
  padding-right: 46px;
}
.c-pager02__next a::before {
  left: auto;
  right: 0;
}
.c-pager02__next a::after {
  left: auto;
  right: 8px;
}
.c-pager02__all {
  grid-area: 2/1/3/3;
  width: 100%;
}
.c-pager02__all a {
  width: 100%;
  justify-content: flex-start;
  height: auto;
  min-height: 72px;
  padding: var(--mh--space--20-20) var(--mh--space--20-30);
  color: var(--mh--color--grayscale-100);
  background-color: var(--mh--color--grayscale-900);
  border-radius: var(--mh--border-radius--md);
}
.c-pager02__all a::before, .c-pager02__all a::after {
  content: "";
  display: block;
}
.c-pager02__all a::before {
  width: 1px;
  height: 100%;
  background: var(--mh--color--grayscale-100);
  position: absolute;
  top: 0;
  right: 29px;
}
.c-pager02__all a::after {
  display: inline-block;
  width: 9px;
  height: 10px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229%22%20height%3D%2210%22%20fill%3D%22none%22%20viewBox%3D%220%200%209%2010%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4.43%2010%203.302%208.775%205.93%205.9H0V4.1h5.93L3.302%201.23%204.43%200%209%205l-4.57%205Z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229%22%20height%3D%2210%22%20fill%3D%22none%22%20viewBox%3D%220%200%209%2010%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4.43%2010%203.302%208.775%205.93%205.9H0V4.1h5.93L3.302%201.23%204.43%200%209%205l-4.57%205Z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  -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);
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  color: var(--mh--color--grayscale-100);
}
@media (width < 1100px) {
  .c-pager02__all {
    padding-top: 30px;
  }
}
@media (width >= 1100px ) {
  .c-pager02 {
    display: grid;
    grid-template-columns: calc((100% - 320px) / 2) 320px calc((100% - 320px) / 2);
    grid-template-areas: "previous all next";
    align-items: center;
  }
  .c-pager02__previous, .c-pager02__next {
    width: 100%;
  }
  .c-pager02__previous {
    grid-area: previous;
  }
  .c-pager02__next {
    grid-area: next;
  }
  .c-pager02__all {
    grid-area: all;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-pager02__previous a, .c-pager02__next a {
    transition: color var(--mh--duration) var(--mh--easing);
  }
  .c-pager02__previous a::before, .c-pager02__next a::before {
    transition: background var(--mh--duration) var(--mh--easing);
  }
  .c-pager02__previous a:hover, .c-pager02__next a:hover {
    color: var(--mh--color--primary-500);
  }
  .c-pager02__previous a:hover::before, .c-pager02__next a:hover::before {
    background: var(--mh--color--primary-500);
  }
  .c-pager02__all a {
    transition: background-color var(--mh--duration) var(--mh--easing);
  }
  .c-pager02__all a:hover {
    background-color: var(--mh--color--primary-500);
    color: var(--mh--color--grayscale-100);
  }
}
/* .c-problem-sec01
================================================== */
.c-problem-sec01 {
  background-color: var(--mh--color--grayscale-100);
}
.c-problem-sec01__inner {
  padding-top: 40px;
  padding-bottom: 80px;
}
.c-problem-sec01__head {
  margin-bottom: 30px;
}
.c-problem-sec01__list {
  position: relative;
}
.c-problem-sec01__list::after {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 66px;
  height: 19px;
  content: "";
  background-color: var(--mh--color--surface-600);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  transform: translateX(-50%);
}
.c-problem-sec01__solution {
  margin-top: 30px;
  font-size: var(--mh--font-size--x7l);
  line-height: var(--mh--line-height--sm);
  color: var(--mh--color--grayscale-900);
  text-align: center;
}
.c-problem-sec01__solution-mark {
  display: block;
  width: fit-content;
  padding: 4px 10px;
  margin: 5px auto 0;
  color: var(--mh--color--grayscale-100);
  background-color: var(--mh--color--mscloud-01);
  border-radius: var(--mh--border-radius--md);
}
.c-problem-sec01__solution-mark.is-apps {
  background-color: var(--mh--color--mscloud-03);
}
@media (width >= 768px ) {
  .c-problem-sec01 {
    margin: 0 30px;
    border-radius: var(--mh--border-radius--md);
  }
  .c-problem-sec01__list::after {
    display: none;
  }
  .c-problem-sec01__inner {
    padding-top: 80px;
    padding-bottom: 160px;
  }
  .c-problem-sec01__head {
    margin-bottom: 60px;
  }
  .c-problem-sec01__solution {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
  }
  .c-problem-sec01__solution::before, .c-problem-sec01__solution::after {
    flex: 1;
    height: 1px;
    content: "";
    background-color: var(--mh--color--grayscale-500);
  }
  .c-problem-sec01__solution::before {
    margin-right: 20px;
  }
  .c-problem-sec01__solution::after {
    margin-left: 20px;
  }
  .c-problem-sec01__solution-mark {
    width: auto;
    padding: 4px 20px;
    margin: 0 15px 0 0;
  }
}
/* .c-problem-sec01.is-solution
================================================== */
.c-problem-sec01.is-solution .c-problem-sec01__inner {
  padding-bottom: 40px;
}
.c-problem-sec01.is-solution .c-problem-sec01__list::after {
  display: none;
}
@media (width >= 768px ) {
  .c-problem-sec01.is-solution .c-problem-sec01__inner {
    padding-bottom: 120px;
  }
}
/* .c-problem01
================================================== */
.c-problem01 {
  display: grid;
  gap: 10px;
}
.c-problem01__item {
  position: relative;
  display: flex;
  gap: 15px;
  align-items: center;
  padding: 15px 10px;
  background-color: var(--mh--color--surface-600);
  border-radius: var(--mh--border-radius--md);
}
.c-problem01__num {
  flex-shrink: 0;
  font-size: var(--mh--font-size--x2s);
  line-height: var(--mh--line-height--xs);
  color: var(--mh--color--primary-500);
}
.c-problem01__txt {
  font-size: var(--mh--font-size--md);
  line-height: var(--mh--line-height--sm);
  color: var(--mh--color--grayscale-900);
}
@media (width >= 768px ) {
  .c-problem01 {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
  .c-problem01__item {
    justify-content: center;
    padding: 60px 20px;
  }
  .c-problem01__num {
    position: absolute;
    top: 16px;
    left: 20px;
    font-size: var(--mh--font-size--x2l);
  }
  .c-problem01__txt {
    font-size: var(--mh--font-size--x2l);
    text-align: center;
  }
}
/* .c-problem01.is-col2
================================================== */
@media (width >= 768px ) {
  .c-problem01.is-col2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* .c-program01
================================================== */
.c-program01 {
  background-color: var(--mh--color--grayscale-400);
}
.c-program01__inner {
  padding-top: 40px;
  padding-bottom: 80px;
}
.c-program01__txt {
  margin-top: 30px;
  font-size: var(--mh--font-size--md);
  font-weight: var(--mh--font-weight--medium);
  line-height: var(--mh--line-height--md);
  color: var(--mh--color--grayscale-900);
}
.c-program01__group {
  margin-top: 30px;
}
.c-program01__col + .c-program01__col {
  margin-top: 60px;
}
.c-program01__item {
  overflow: hidden;
  background-color: var(--mh--color--grayscale-100);
  border-radius: var(--mh--border-radius--md);
}
.c-program01__item + .c-program01__item {
  margin-top: 10px;
}
.c-program01__bar {
  display: flex;
  gap: 15px;
  align-items: flex-start;
  justify-content: space-between;
  padding: 15px 20px;
  cursor: pointer;
  list-style: none;
}
.c-program01__bar::-webkit-details-marker {
  display: none;
}
.c-program01__bar > span:empty {
  display: none;
}
.c-program01__item[open] .c-program01__bar {
  padding-bottom: 10px;
  border-bottom: 1px solid var(--mh--color--grayscale-500);
}
.c-program01__bar-head {
  font-size: var(--mh--font-size--x4l);
  line-height: var(--mh--line-height--sm);
  color: var(--mh--color--grayscale-900);
}
.c-program01__tag {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  height: 26px;
  margin-top: 10px;
  padding: 0 10px;
  font-size: var(--mh--font-size--x2s);
  line-height: var(--mh--line-height--sm);
  color: var(--mh--color--grayscale-100);
  border-radius: 100px;
}
.c-program01__tag.is-apps {
  background-color: var(--mh--color--mscloud-03);
}
.c-program01__tag.is-automate {
  background-color: var(--mh--color--mscloud-04);
}
.c-program01__toggle {
  display: flex;
  flex-shrink: 0;
  gap: 10px;
  align-items: center;
  font-size: var(--mh--font-size--md);
  color: var(--mh--color--grayscale-900);
}
.c-program01__toggle-txt {
  display: none;
}
.c-program01__toggle-txt::after {
  content: "詳しくはこちら";
}
.c-program01__toggle-ico {
  position: relative;
  width: 26px;
  height: 26px;
  background-color: var(--mh--color--primary-500);
  border-radius: var(--mh--border-radius--md);
}
.c-program01__toggle-ico::before, .c-program01__toggle-ico::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  background-color: var(--mh--color--grayscale-100);
  transform: translate(-50%, -50%);
}
.c-program01__toggle-ico::before {
  width: 12px;
  height: 2px;
}
.c-program01__toggle-ico::after {
  width: 2px;
  height: 12px;
}
.c-program01__item[open] .c-program01__toggle-txt::after {
  content: "閉じる";
}
.c-program01__item[open] .c-program01__toggle-ico::after {
  opacity: 0;
}
.c-program01__body {
  padding: 15px 20px 20px;
}
.c-program01__img {
  aspect-ratio: 676/225;
  overflow: hidden;
  border-radius: var(--mh--border-radius--md);
}
.c-program01__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-program01__detail {
  margin-top: 25px;
  font-weight: var(--mh--font-weight--medium);
}
.c-program01__desc {
  font-size: var(--mh--font-size--md);
  line-height: var(--mh--line-height--md);
  color: var(--mh--color--grayscale-900);
}
.c-program01__table {
  margin-top: 15px;
}
@media (width >= 768px ) {
  .c-program01__inner {
    padding-top: 80px;
    padding-bottom: 160px;
  }
  .c-program01__txt {
    max-width: 776px;
    margin-top: 60px;
  }
  .c-program01__group {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
    gap: 20px;
    margin-top: 60px;
  }
  .c-program01__col + .c-program01__col {
    margin-top: 0;
  }
  .c-program01__item[open] .c-program01__bar {
    padding-bottom: 15px;
  }
  .c-program01__bar {
    align-items: center;
    padding: 50px 60px;
  }
  .c-program01__bar-main {
    display: flex;
    gap: 20px;
    align-items: center;
  }
  .c-program01__tag {
    margin-top: 0;
  }
  .c-program01__toggle {
    gap: 15px;
  }
  .c-program01__toggle-txt {
    display: block;
  }
  .c-program01__body {
    padding: 30px 60px 60px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-program01__item:not([open]) {
    transition: background-color var(--mh--duration) var(--mh--easing);
  }
  .c-program01__item:not([open]):hover {
    background-color: var(--mh--color--grayscale-500);
  }
}
/* .c-projects01
================================================== */
.c-projects01 {
  overflow: hidden;
  position: relative;
  background-color: var(--mh--color--grayscale-100);
}
.c-projects01__inner {
  padding-top: 40px;
  padding-bottom: 60px;
}
.c-projects01__head-area {
  margin-top: 15px;
}
.c-projects01__head-txt {
  font-size: var(--mh--font-size--x6l);
  line-height: var(--mh--line-height--sm);
  color: var(--mh--color--grayscale-900);
}
.c-projects01__body {
  margin-top: 30px;
}
.c-projects01__tab-scroll {
  margin-bottom: 20px;
  margin-inline: calc(var(--mh--contents--padding--side) * -1);
  padding-inline: var(--mh--contents--padding--side);
  overflow-x: auto;
  scrollbar-width: none;
}
.c-projects01__tab-scroll::-webkit-scrollbar {
  display: none;
}
.c-projects01__tab-list {
  width: max-content;
  flex-wrap: nowrap;
}
.c-projects01__tab-list.c-tab01__list {
  gap: 8px;
}
.c-projects01__foot-btn {
  margin-top: 30px;
}
@media (width >= 768px ) {
  .c-projects01 {
    margin: 30px 30px 0;
    border-radius: var(--mh--border-radius--md);
    overflow: visible;
  }
  .c-projects01__inner {
    padding-top: 80px;
    padding-bottom: 160px;
  }
  .c-projects01__head-area {
    display: flex;
    margin-top: 40px;
    align-items: flex-end;
    gap: 40px;
  }
  .c-projects01__head-area:not(:has(.c-projects01__head-txt)) {
    margin-top: -72px;
  }
  .c-projects01__head-btn {
    width: 320px;
    margin-left: auto;
    flex-shrink: 0;
  }
  .c-projects01__body {
    --_slider-bleed-extra: 30px;
    margin-top: 60px;
  }
  .c-projects01__tab-scroll {
    margin-bottom: 25px;
    margin-inline: 0;
    padding-inline: 0;
    overflow-x: visible;
  }
  .c-projects01__tab-list {
    width: 100%;
  }
}
/* .c-projects01-list
================================================== */
.c-projects01-list {
  display: grid;
  gap: var(--mh--space--20-30);
}
.c-projects01-list__item {
  padding: var(--mh--space--30-30) var(--mh--space--20-30);
  background-color: var(--mh--color--surface-600);
  border-radius: var(--mh--border-radius--md);
  box-shadow: 0 8px 0 0 var(--mh--color--grayscale-500);
}
.c-projects01-list__head {
  font-weight: var(--mh--font-weight--bold);
  line-height: var(--mh--line-height--sm);
  color: var(--mh--color--grayscale-700);
}
.c-projects01-list__head-name {
  margin-right: var(--mh--space--x5s);
  font-size: var(--mh--font-size--x2l);
  color: var(--mh--color--primary-500);
}
.c-projects01-list__sub {
  margin-top: var(--mh--space--x5s);
  font-size: var(--mh--font-size--lg);
  font-weight: var(--mh--font-weight--bold);
  line-height: var(--mh--line-height--sm);
}
.c-projects01-list__content {
  padding-top: var(--mh--space--10-15);
  margin-top: var(--mh--space--10-15);
  border-top: 1px dashed var(--mh--color--grayscale-500);
}
@media (width >= 768px ) {
  .c-projects01-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
/* .c-keyword-search01
=================================== */
.c-keyword-search01 {
  --_btn-size: 80px;
  --_input-gap: 5px;
  flex: 1;
}
.c-keyword-search01__set {
  display: grid;
  grid-template-columns: 1fr var(--_btn-size);
  gap: var(--_input-gap);
}
.c-keyword-search01__input {
  height: 60px;
  padding: 14px 20px;
}
.c-keyword-search01__btn {
  height: 60px;
  color: var(--mh--color--grayscale-100);
  background-color: var(--mh--color--grayscale-900);
  border: 0;
  border-radius: var(--mh--border-radius--md);
}
@media (width >= 768px ) {
  .c-keyword-search01 {
    --_btn-size: 160px;
    --_input-gap: 16px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-keyword-search01__btn {
    transition: background-color var(--mh--duration) var(--mh--easing);
  }
  .c-keyword-search01__btn:hover {
    background-color: var(--mh--color--primary-500);
  }
}
/* .c-service01
================================================== */
.c-service01 {
  background-color: var(--mh--color--grayscale-400);
}
.c-service01__inner {
  padding-top: 40px;
  padding-bottom: 80px;
}
.c-service01__lead {
  margin-top: 30px;
  font-size: var(--mh--font-size--x6l);
  line-height: var(--mh--line-height--sm);
  color: var(--mh--color--grayscale-900);
}
.c-service01__txt {
  margin-top: 20px;
  font-size: var(--mh--font-size--md);
  line-height: var(--mh--line-height--md);
}
.c-service01__list {
  margin-top: 30px;
}
.c-service01__item + .c-service01__item {
  margin-top: 30px;
}
.c-service01__item-img {
  position: relative;
  aspect-ratio: 525/295;
  overflow: hidden;
  border-radius: var(--mh--border-radius--md);
}
.c-service01__item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-service01__item-num {
  position: absolute;
  bottom: -0.2em;
  left: 8px;
  font-size: var(--mh--font-size--x11l);
  line-height: var(--mh--line-height--none);
  color: var(--mh--color--primary-500);
}
.c-service01__item-body {
  margin-top: 20px;
}
.c-service01__item-head {
  font-size: var(--mh--font-size--x2l);
  line-height: var(--mh--line-height--sm);
  color: var(--mh--color--grayscale-900);
}
.c-service01__item-txt {
  margin-top: 10px;
  font-size: var(--mh--font-size--md);
  line-height: var(--mh--line-height--md);
}
@media (width >= 768px ) {
  .c-service01__inner {
    padding-top: 80px;
    padding-bottom: 160px;
  }
  .c-service01__lead {
    margin-top: 60px;
  }
  .c-service01__txt {
    margin-top: 60px;
  }
  .c-service01__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 60px 50px;
    max-width: var(--mh--contents--width);
    margin-top: 60px;
    margin-right: auto;
    margin-left: auto;
  }
  .c-service01__item + .c-service01__item {
    margin-top: 0;
  }
  .c-service01__item-num {
    font-size: var(--mh--font-size--x11l);
  }
  .c-service01__item-body {
    margin-top: 30px;
  }
  .c-service01__item-txt {
    margin-top: 15px;
  }
}
/* .c-service02-list
================================================== */
.c-service02-list {
  display: grid;
  row-gap: var(--mh--space--sm);
}
.c-service02-list__in.u-zoom {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.c-service02-list__img {
  aspect-ratio: 750/472;
  margin-bottom: var(--mh--space--15-20);
  border-radius: var(--mh--border-radius--md);
}
.c-service02-list__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-service02-list__head {
  margin-bottom: var(--mh--space--10-15);
  font-size: var(--mh--font-size--xl);
  font-weight: var(--mh--font-weight--bold);
  line-height: var(--mh--line-height--sm);
}
.c-service02-list__txt {
  margin-bottom: var(--mh--space--15-20);
}
.c-service02-list__arw {
  display: grid;
  place-items: center;
  width: 36px;
  aspect-ratio: 1;
  margin-top: auto;
  margin-left: auto;
  border: 1px solid var(--mh--color--grayscale-700);
  border-radius: var(--mh--border-radius--md);
}
.c-service02-list__arw::after {
  display: inline-block;
  width: 9px;
  height: 10px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229%22%20height%3D%2210%22%20fill%3D%22none%22%20viewBox%3D%220%200%209%2010%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4.43%2010%203.302%208.775%205.93%205.9H0V4.1h5.93L3.302%201.23%204.43%200%209%205l-4.57%205Z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229%22%20height%3D%2210%22%20fill%3D%22none%22%20viewBox%3D%220%200%209%2010%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4.43%2010%203.302%208.775%205.93%205.9H0V4.1h5.93L3.302%201.23%204.43%200%209%205l-4.57%205Z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  -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);
}
@media (width >= 768px ) {
  .c-service02-list {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 40px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-service02-list__in:hover .c-service02-list__arw {
    color: var(--mh--color--grayscale-100);
    background-color: var(--mh--color--primary-500);
    border-color: var(--mh--color--primary-500);
  }
  .c-service02-list__in:hover .c-service02-list__arw::after {
    animation: arrow-slide var(--mh--duration) var(--mh--easing);
  }
  .c-service02-list__arw {
    transition: color var(--mh--duration) var(--mh--easing), background-color var(--mh--duration) var(--mh--easing), border-color var(--mh--duration) var(--mh--easing);
  }
}
/*  .c-set01.is-reverse
================================================== */
@media (width >= 768px ) {
  .c-set01.is-reverse {
    flex-direction: row;
  }
  .c-set01.is-reverse .c-set01__img {
    margin: 0 0 0 40px !important;
  }
}
/*  .c-set01
================================================== */
.c-set01__img {
  margin-top: 30px !important;
}
.c-set01__area-txt h2,
.c-set01__area-txt h3,
.c-set01__area-txt h4 {
  margin-top: 0 !important;
}
@media (width >= 768px ) {
  .c-set01 {
    flex-direction: row-reverse;
  }
  .c-set01__img {
    flex-basis: auto !important;
    width: 40%;
    margin: 0 40px 0 0 !important;
  }
  .c-set01__area-txt {
    flex-basis: auto !important;
    width: calc(100% - 480px);
  }
}
/* .c-single01
================================================== */
.c-single01__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px 20px;
}
.c-single01__head {
  margin-top: var(--mh--space--x3s);
  font-size: var(--mh--font-size--x6l);
  line-height: var(--mh--line-height--sm);
  letter-spacing: var(--mh--letter-spacing--sm);
  padding-bottom: var(--mh--space--25-25);
  border-bottom: 1px solid var(--mh--color--grayscale-900);
}
.c-single01__content {
  overflow: hidden;
}
.c-single01__content > *:first-child {
  margin-top: 0 !important;
}
.c-single01__content > *:last-child {
  margin-bottom: 0 !important;
}
.c-single01__content p {
  margin: var(--mh--space--xs) 0;
}
.c-single01__content h1:not([class*=c-]),
.c-single01__content h2:not([class*=c-]),
.c-single01__content h3:not([class*=c-]),
.c-single01__content h4:not([class*=c-]),
.c-single01__content h5:not([class*=c-]),
.c-single01__content h6:not([class*=c-]) {
  clear: both;
  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-block: var(--mh--space--md) var(--mh--space--x2s);
}
.c-single01__content h4:not([class*=c-]) {
  margin-block: var(--mh--space--md) var(--mh--space--x3s);
}
.c-single01__content .c-line-head,
.c-single01__content .c-surface-head,
.c-single01__content .c-simple-head {
  margin-top: var(--mh--space--md);
}
.c-single01__content h2 + .c-line-head,
.c-single01__content h2 + .c-surface-head,
.c-single01__content h2 + .c-simple-head,
.c-single01__content h3 + .c-line-head,
.c-single01__content h3 + .c-surface-head,
.c-single01__content h3 + .c-simple-head,
.c-single01__content h4 + .c-line-head,
.c-single01__content h4 + .c-surface-head,
.c-single01__content h4 + .c-simple-head {
  margin-top: 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: var(--mh--space--10-10) 0 0;
}
.c-single01__content ul:not([class*=c-]) li > p,
.c-single01__content ol:not([class*=c-]) li > p {
  margin: 0;
  padding: 0;
}
.c-single01__content blockquote {
  padding: var(--mh--space--xs);
  margin: var(--mh--space--xs) 0;
  border: 1px solid var(--mh--color--primary-500);
}
.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-500);
  text-decoration: underline !important;
}
@media (hover: hover) and (pointer: fine) {
  .c-single01__content *:not(.c-link01) a:hover {
    text-decoration: none !important;
  }
}
.c-single01__content .c-set01 {
  margin-block: var(--mh--space--md);
}
.c-single01__content div:has(> table) {
  margin-block: var(--mh--space--md);
  width: 100%;
  overflow-x: scroll;
  padding-bottom: var(--mh--space--xs);
}
.c-single01__content div:has(> table)::-webkit-scrollbar {
  width: 10px; /* スクロールバーの幅 */
  height: 10px; /* スクロールバーの幅 */
}
.c-single01__content div:has(> table)::-webkit-scrollbar-track {
  background: var(--mh--color--grayscale-500); /* スクロールバーの背景色 */
  border-radius: var(--mh--border-radius--lg);
}
.c-single01__content div:has(> table)::-webkit-scrollbar-thumb {
  background: var(--mh--color--primary-500); /* スクロールバーの操作部分の背景色 */
  border-radius: var(--mh--border-radius--lg);
}
.c-single01__content table {
  width: 100%;
  table-layout: auto;
}
.c-single01__content table thead {
  border: 0;
}
.c-single01__content table th, .c-single01__content table td {
  width: 200px;
  min-width: 200px;
  padding: var(--mh--space--20-30) var(--mh--space--x3s);
  line-height: var(--mh--line-height--sm);
  letter-spacing: var(--mh--letter-spacing--sm);
  text-align: center;
  border: 0;
  border-left: 1px solid var(--mh--color--grayscale-500);
  place-content: center;
}
.c-single01__content table td {
  background: var(--mh--color--grayscale-100);
}
.c-single01__content table td:first-of-type {
  border-left: 0;
}
.c-single01__content table tr:first-of-type th {
  color: var(--mh--color--grayscale-100);
  background: var(--mh--color--primary-500);
}
.c-single01__content table tr:first-of-type th:first-of-type {
  border-left: 0;
}
/* .c-slider01
================================================== */
.c-slider01__ui {
  display: flex;
  gap: var(--mh--space--x3s);
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.c-slider01__ui .c-slider01__pagination {
  margin-bottom: 0;
}
.c-slider01__pagination {
  margin-bottom: var(--mh--space--x3s);
  font-size: var(--mh--font-size--lg);
}
.c-slider01__track {
  margin-top: var(--mh--space--x3s);
  margin-right: calc((var(--mh--contents--padding--side) + var(--_slider-bleed-extra, 0px)) * -1);
}
@media (width >= 768px ) {
  .c-slider01__ui {
    justify-content: start;
  }
}
@media (width >= 1682px) {
  .c-slider01__track {
    margin-right: calc((50vw - 806px) * -1);
  }
}
/* .c-slider01.is-light
================================================== */
.c-slider01.is-light .c-slider01__pagination {
  color: var(--mh--color--grayscale-100);
}
/* .c-slider01.is-center
================================================== */
@media (width < 768px) {
  .c-slider01.is-center .c-slider01__track {
    margin-left: calc(var(--mh--contents--padding--side) * -1);
  }
}
/* .c-slider01.is-boxed
================================================== */
@media (width < 768px) {
  .c-slider01.is-boxed .c-slider01__track {
    margin-right: 0;
  }
}
/* .c-slider02
================================================== */
.c-slider02__pagination {
  font-size: var(--mh--font-size--lg);
}
.c-slider02 .splide__slide .c-blog-archive01__in {
  padding: 0;
  background: transparent;
}
@media (width < 768px) {
  .c-slider02__track {
    margin-right: calc(var(--mh--contents--padding--side) * -1);
  }
}
/* .c-solution01
================================================== */
.c-solution01 {
  background-color: var(--mh--color--grayscale-900);
}
.c-solution01__inner {
  padding-top: 30px;
  padding-bottom: 80px;
}
.c-solution01__txt {
  margin-top: 10px;
  font-size: var(--mh--font-size--md);
  line-height: var(--mh--line-height--md);
  color: var(--mh--color--grayscale-100);
}
.c-solution01__body {
  margin-top: 30px;
}
.c-solution01__tab-scroll {
  margin-right: calc(var(--mh--contents--padding--side) * -1);
  overflow-x: auto;
  scrollbar-width: none;
}
.c-solution01__tab-scroll::-webkit-scrollbar {
  display: none;
}
.c-solution01__tab-list {
  width: max-content;
  min-width: 100%;
}
.c-solution01__content {
  display: none;
}
.c-solution01__content.is-active {
  display: block;
}
.c-solution01__list {
  padding-top: 20px;
}
.c-solution01__item + .c-solution01__item {
  margin-top: 12px;
}
@media (width >= 768px ) {
  .c-solution01__inner {
    padding-top: 60px;
    padding-bottom: 160px;
  }
  .c-solution01__txt {
    margin-top: 30px;
    font-size: var(--mh--font-size--md);
  }
  .c-solution01__body {
    margin-top: 60px;
  }
  .c-solution01__tab-scroll {
    margin-right: 0;
    overflow-x: visible;
  }
  .c-solution01__list {
    padding-top: 40px;
  }
  .c-solution01__item + .c-solution01__item {
    margin-top: 20px;
  }
}
/* .c-tab01
================================================== */
.c-tab01__list {
  position: relative;
  display: flex;
  gap: var(--mh--space--x4s);
}
.c-tab01__list::before {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 1px;
  content: "";
  background-color: var(--mh--color--grayscale-900);
}
.c-tab01__item {
  width: 108px;
  min-height: 55px;
  padding-inline: var(--mh--space--x3s);
  font-size: var(--mh--font-size--x3s);
  font-weight: var(--mh--font-weight--bold);
  line-height: var(--mh--line-height--sm);
  text-align: left !important;
  letter-spacing: var(--mh--letter-spacing--sm);
  background-color: var(--mh--color--grayscale-400);
  border-color: transparent;
  border-bottom: none;
  border-radius: var(--mh--border-radius--md) var(--mh--border-radius--md) 0 0;
}
.c-tab01__item.is-active {
  position: relative;
  display: grid;
  grid-template-columns: 8px 1fr;
  gap: var(--mh--space--x4s);
  align-items: center;
  background-color: transparent;
  border-color: var(--mh--color--grayscale-900);
}
.c-tab01__item.is-active::before {
  width: 8px;
  height: 7px;
  content: "";
  background-color: var(--mh--color--primary-500);
  border-radius: 100%;
}
.c-tab01__item.is-active::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 2px;
  content: "";
  background-color: var(--mh--color--grayscale-100);
}
@media (width < 768px) {
  .c-tab01 {
    overflow: auto clip;
  }
  .c-tab01__list {
    width: max-content;
    min-width: 100%;
  }
  .c-tab01__item {
    flex-shrink: 0;
  }
}
@media (width >= 768px ) {
  .c-tab01__item {
    width: 100%;
    max-width: 530px;
    min-height: 72px;
    font-size: var(--mh--font-size--xl);
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-tab01__item:not(.is-active) {
    transition: background-color var(--mh--duration) var(--mh--easing);
  }
  .c-tab01__item:not(.is-active):hover {
    background-color: rgba(51, 51, 51, 0.17);
  }
}
/* .c-tab01.is-inline
================================================== */
.c-tab01__list.is-inline::before {
  display: none;
}
.c-tab01__list.is-inline .c-tab01__item.is-active::after {
  display: none;
}
@media (width >= 768px ) {
  .c-tab01__list.is-inline .c-tab01__item {
    flex: 1;
    width: auto;
  }
}
/* .c-tab01.is-dark
================================================== */
.c-tab01__list.is-dark::before {
  background-color: var(--mh--color--grayscale-100);
}
.c-tab01__list.is-dark .c-tab01__item {
  color: var(--mh--color--grayscale-100);
  background-color: var(--mh--color--grayscale-800);
}
.c-tab01__list.is-dark .c-tab01__item.is-active {
  background-color: transparent;
  border-color: var(--mh--color--grayscale-100);
}
.c-tab01__list.is-dark .c-tab01__item.is-active::after {
  background-color: var(--mh--color--grayscale-900);
}
@media (width < 768px) {
  .c-tab01__list.is-dark .c-tab01__item {
    width: 98px;
  }
}
@media (width >= 768px ) {
  .c-tab01__list.is-dark .c-tab01__item {
    font-size: var(--mh--font-size--lg);
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-tab01__list.is-dark .c-tab01__item:not(.is-active):hover {
    background-color: var(--mh--color--grayscale-700);
  }
}
/* .c-tab01.is-beige
================================================== */
.c-tab01.is-beige .c-tab01__item.is-active::after {
  background: url("../img/common/bg_pattern02.png") repeat top/50px;
}
@media (width >= 768px ) {
  .c-tab01.is-beige .c-tab01__item.is-active::after {
    background-size: 100px;
  }
}
/* c-table01
================================================== */
.c-table01 table tbody th:not([class*=u-leading]), .c-table01 table tbody td:not([class*=u-leading]) {
  line-height: var(--mh--line-height--lg);
}
.c-table01 table tbody th:not([class*=u-tracking]), .c-table01 table tbody td:not([class*=u-tracking]) {
  letter-spacing: var(--mh--letter-spacing--sm);
}
.c-table01 table tbody th {
  text-align: left;
}
@media (width < 768px) {
  .c-table01 tr, .c-table01 th, .c-table01 td {
    display: block;
  }
  .c-table01 tr {
    padding-block: var(--mh--space--20-30) var(--mh--space--sm);
    border-top: 1px solid var(--mh--color--grayscale-500);
  }
  .c-table01 tr:last-child {
    border-bottom: 1px solid var(--mh--color--grayscale-500);
  }
  .c-table01 td {
    padding-top: var(--mh--space--xs);
  }
}
@media (width >= 768px ) {
  .c-table01 table tbody th {
    padding: var(--mh--space--20-30) var(--mh--space--20-20);
    width: 230px;
    border-bottom: 1px solid var(--mh--color--primary-500);
    place-content: center;
  }
  .c-table01 table tbody td {
    padding: var(--mh--space--x2s) var(--mh--space--20-20);
    border-bottom: 1px solid var(--mh--color--grayscale-500);
  }
}
/* c-writer01
================================================== */
.c-writer01 {
  --_img-size: 222px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px;
}
.c-writer01 > * {
  min-width: 0;
}
.c-writer01__img {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.c-writer01__img > img {
  overflow: clip;
  border-radius: 50%;
  width: var(--_img-size);
  aspect-ratio: 1;
  object-fit: cover;
}
.c-writer01__name-area {
  text-align: center;
}
.c-writer01__textarea {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--mh--space--xs);
}
.c-writer01__group {
  min-width: 0;
}
.c-writer01__group.has-border {
  border-bottom: 1px solid var(--mh--color--grayscale-500);
}
@media (width >= 768px ) {
  .c-writer01 {
    gap: 50px;
    grid-template-columns: var(--_img-size) 1fr;
  }
}
/* c-writer01.is-modal-content
================================================== */
.c-writer01.is-modal-content .c-writer01__img > img {
  border-radius: 0;
}
/* .l-breadcrumb
================================================ */
/* .l-breadcrumb-list
================================================ */
.l-breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
}
.l-breadcrumb-list__item {
  display: inline-block;
  vertical-align: top;
  font-size: var(--mh--font-size--xs);
  line-height: var(--mh--line-height--sm);
  font-weight: var(--mh--font-weight--regular);
}
.l-breadcrumb-list__item > span {
  color: var(--mh--color--grayscale-700);
}
.l-breadcrumb-list__item + .l-breadcrumb-list__item {
  margin-left: var(--mh--space--10-15);
}
.l-breadcrumb-list__item + .l-breadcrumb-list__item::before {
  margin-right: var(--mh--space--10-15);
  content: "";
  display: inline-block;
  width: 5px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--mh--color--grayscale-500);
  position: relative;
  top: -0.2em;
}
@media (width < 768px) {
  .l-breadcrumb-list {
    flex-wrap: nowrap;
    overflow: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .l-breadcrumb-list::-webkit-scrollbar {
    display: none;
  }
}
/* .l-footer
================================================ */
.l-footer {
  background: url("../img/common/bg_footer01_sp.jpg") no-repeat center/cover;
}
@media (width >= 768px ) {
  .l-footer {
    background-image: url("../img/common/bg_footer01_pc.jpg");
  }
}
/* .l-footer-cv
================================================ */
.l-footer-cv {
  margin-bottom: var(--mh--space--xs);
}
.l-footer-cv__inner {
  display: grid;
  gap: var(--mh--space--x3s);
  padding: var(--mh--space--20-30);
}
.l-footer-cv__download {
  display: grid;
  gap: var(--mh--space--x3s);
}
.l-footer-cv__contact .l-footer-cv-item {
  background-color: var(--mh--color--primary-500);
}
.l-footer-cv-item {
  padding: var(--mh--space--xs);
  color: var(--mh--color--grayscale-100);
  background-color: #595c5f;
  border-radius: var(--mh--border-radius--md);
}
.l-footer-cv-item__area-txt {
  display: grid;
  gap: var(--mh--space--10-15);
  margin-bottom: var(--mh--space--25-25);
}
.l-footer-cv-item__head {
  font-size: var(--mh--font-size--x4l);
  line-height: var(--mh--line-height--sm);
}
.l-footer-cv-item__txt {
  font-size: var(--mh--font-size--sm);
  line-height: var(--mh--line-height--sm);
}
.l-footer-cv-item__btn-in {
  max-width: 100%;
  color: var(--mh--color--grayscale-900);
  background-color: var(--mh--color--grayscale-100);
}
.l-footer-cv-item__btn-txt.is-large {
  font-size: var(--mh--font-size--lg);
}
@media (width >= 768px ) {
  .l-footer-cv__inner {
    grid-template-columns: 440px 1fr;
  }
  .l-footer-cv-item {
    display: grid;
    align-content: space-between;
    height: 100%;
  }
  .l-footer-cv-item__head {
    font-size: var(--mh--font-size--x5l);
  }
  .l-footer-cv-item__txt {
    font-size: var(--mh--font-size--md);
  }
  .l-footer-cv-item__btn-in {
    width: 100%;
    min-height: 89px;
  }
  .l-footer-cv-item__btn-txt {
    padding-bottom: var(--mh--space--25-25);
  }
  .l-footer-cv-item__btn-txt.is-large {
    font-size: var(--mh--font-size--x2l);
  }
}
@media (width >= 1500px) {
  .l-footer-cv__inner {
    grid-template-columns: 900px 1fr;
  }
  .l-footer-cv__download {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .l-footer-cv-item {
    min-height: 480px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-footer-cv__contact .l-footer-cv-item__btn-in {
    transition: color var(--mh--duration) var(--mh--easing), background-color var(--mh--duration) var(--mh--easing);
  }
  .l-footer-cv__contact .l-footer-cv-item__btn-in:hover {
    color: var(--mh--color--grayscale-100);
    background-color: var(--mh--color--grayscale-900);
  }
}
/* .l-footer-cv.is-maas
================================================ */
@media (width >= 768px ) {
  .l-footer-cv.is-maas .l-footer-cv__inner,
  .l-footer-cv.is-cloud .l-footer-cv__inner {
    grid-template-columns: 1fr 1fr;
  }
  .l-footer-cv.is-maas .l-footer-cv__download,
  .l-footer-cv.is-cloud .l-footer-cv__download {
    grid-template-columns: 1fr;
  }
}
@media (width >= 1500px) {
  .l-footer-cv.is-maas .l-footer-cv__inner,
  .l-footer-cv.is-cloud .l-footer-cv__inner {
    grid-template-columns: 1fr 1fr;
  }
  .l-footer-cv.is-maas .l-footer-cv__download,
  .l-footer-cv.is-cloud .l-footer-cv__download {
    grid-template-columns: 1fr;
  }
}
/* .l-footer-contents
================================================ */
.l-footer-contents {
  display: grid;
  gap: 60px;
  padding-inline: var(--mh--space--20-60);
  margin-bottom: 40px;
}
@media (width >= 768px ) {
  .l-footer-contents {
    margin-bottom: 160px;
  }
}
/* .l-footer-nav
================================================ */
@media (width >= 768px ) {
  .l-footer-nav {
    order: 1;
  }
}
/* .l-footer-list
================================================ */
.l-footer-list {
  display: grid;
  gap: 50px;
  color: var(--mh--color--grayscale-100);
}
.l-footer-list__item {
  font-size: var(--mh--font-size--x2l);
  line-height: var(--mh--line-height--sm);
}
.l-footer-list__item + .l-footer-list__item {
  margin-top: 29px;
}
.l-footer-list__item-in {
  position: relative;
}
.l-footer-list__item-in::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background-color: currentcolor;
  transform-origin: top left;
  transition: transform var(--mh--duration) var(--mh--easing);
}
.l-footer-list__child {
  margin-top: 25px;
}
.l-footer-list__child-category {
  display: grid;
  gap: var(--mh--space--10-15);
}
.l-footer-list__child-category + .l-footer-list__child-category {
  margin-top: 25px;
}
.l-footer-list__child-category-head {
  line-height: var(--mh--line-height--sm);
}
.l-footer-list__child-category-list {
  border-top: 1px solid var(--mh--color--grayscale-800);
}
.l-footer-list__child-category-list-item {
  padding-block: 10px;
  font-size: var(--mh--font-size--xs);
  line-height: var(--mh--line-height--sm);
  border-bottom: 1px solid var(--mh--color--grayscale-800);
}
.l-footer-list__child-category-list-in {
  color: rgba(255, 255, 255, 0.6);
}
.l-footer-list__child-list {
  display: grid;
  gap: 15px;
}
.l-footer-list__child-list-item {
  font-size: var(--mh--font-size--sm);
  line-height: var(--mh--line-height--sm);
}
@media (width >= 768px ) {
  .l-footer-list {
    gap: 35px 70px;
    justify-content: start;
    max-width: 1370px;
    margin-left: auto;
  }
  .l-footer-list__col:nth-child(1) {
    grid-area: 1/1/2/4;
  }
  .l-footer-list__col:nth-child(2) {
    grid-area: 2/1/3/2;
  }
  .l-footer-list__col:nth-child(3) {
    grid-area: 2/2/3/3;
  }
  .l-footer-list__col:nth-child(4) {
    grid-area: 2/3/3/4;
  }
  .l-footer-list__child {
    margin-top: 35px;
  }
  .l-footer-list__child-category + .l-footer-list__child-category {
    margin-top: 35px;
  }
  .l-footer-list__child-category-list {
    display: grid;
    gap: 8px;
    border-top: none;
  }
  .l-footer-list__child-category-list-item {
    padding-block: 0;
    border-bottom: none;
  }
  .l-footer-list__child-category-list-txt br {
    display: none;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-footer-list__item-in {
    transition: color var(--mh--duration) var(--mh--easing);
  }
  .l-footer-list__item-in:hover {
    color: #61b5c3;
  }
  .l-footer-list__item-in:hover::before {
    transform: scaleX(0);
    transform-origin: top right;
  }
  .l-footer-list__child-category-list-in {
    transition: color var(--mh--duration) var(--mh--easing);
  }
  .l-footer-list__child-category-list-in:hover {
    color: var(--mh--color--grayscale-100);
  }
}
/* .l-footer-info
================================================ */
.l-footer-info {
  display: grid;
  gap: 20px;
  padding-top: 30px;
  border-top: 1px solid var(--mh--color--grayscale-200);
}
.l-footer-info-logo {
  width: 90px;
  margin-inline: auto;
  line-height: var(--mh--line-height--none);
}
.l-footer-info__txt {
  font-size: var(--mh--font-size--x3s);
  line-height: var(--mh--line-height--lg);
  color: var(--mh--color--grayscale-500);
}
@media (width >= 768px ) {
  .l-footer-info {
    grid-template-columns: 128px auto;
    align-items: center;
    justify-content: space-between;
    padding-block: 10px 40px;
    border-top: none;
    border-bottom: 1px solid var(--mh--color--grayscale-200);
  }
  .l-footer-info-logo {
    width: 100%;
    margin-inline: 0;
  }
  .l-footer-info__txt {
    max-width: 1370px;
  }
}
/* .l-footer-cr
================================================ */
.l-footer-cr__inner {
  display: grid;
  gap: 20px;
  justify-content: center;
  padding: var(--mh--space--40-60) var(--mh--space--20-60);
  border-top: 1px solid var(--mh--color--grayscale-800);
}
.l-footer-cr-list__item {
  font-size: var(--mh--font-size--sm);
  line-height: var(--mh--line-height--sm);
  color: var(--mh--color--grayscale-100);
  text-align: center;
}
.l-footer-cr__txt {
  font-size: var(--mh--font-size--sm);
  line-height: var(--mh--line-height--sm);
  color: var(--mh--color--grayscale-700);
  text-align: center;
}
@media (width >= 768px ) {
  .l-footer-cr__inner {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }
}
/* .l-header
================================================ */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  min-width: 320px;
}
.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--mh--header--height);
  margin-inline: 10px;
  border-bottom: 1px solid var(--mh--color--grayscale-500);
}
@media (width < 768px) {
  .l-header__inner {
    padding-right: 50px;
  }
}
@media (width >= 768px ) {
  .l-header {
    display: grid;
    align-items: center;
    min-width: var(--mh--contents--width-with-padding);
    transition: background-color var(--mh--duration) var(--mh--easing);
  }
  .l-header__inner {
    margin-inline: 20px;
    transition: height var(--mh--duration) var(--mh--easing);
  }
  .l-header .c-contact-btn__in {
    transition: height var(--mh--duration) var(--mh--easing), background-color var(--mh--duration) var(--mh--easing);
  }
  .l-header.is-scroll {
    background-color: var(--mh--color--grayscale-100);
  }
  .l-header.is-scroll .l-header__inner {
    height: 90px;
    border-bottom: none;
  }
  .l-header.is-scroll .c-contact-btn__in {
    height: 60px;
  }
}
@media (width >= 768px ) and (hover: none) {
  .l-header {
    left: 0 !important;
  }
}
@media (width >= 1450px ) {
  .l-header__inner {
    margin-inline: 30px;
  }
}
/* .l-header-logo
================================================== */
.l-header-logo {
  position: relative;
  z-index: 1;
  width: 76px;
  line-height: var(--mh--line-height--none);
}
@media (width >= 768px ) {
  .l-header-logo {
    width: 100px;
  }
}
@media (width >= 1280px ) {
  .l-header-logo {
    width: 128px;
  }
}
/* .l-header-cv
================================================== */
.l-header-cv-btn__in {
  display: grid;
  align-items: center;
  height: 45px;
  padding-inline: 10px;
  font-size: 1rem;
  line-height: var(--mh--line-height--sm);
  color: var(--mh--color--grayscale-100);
  background-color: var(--mh--color--primary-500);
  border-radius: var(--mh--border-radius--md);
}
/* .l-nav-btn
================================================== */
.l-nav-btn {
  position: absolute;
  right: 10px;
  z-index: 1;
  width: 45px;
  height: 45px;
  color: var(--mh--color--grayscale-100);
  cursor: pointer;
  background: var(--mh--color--grayscale-900);
  border: none;
  border-radius: var(--mh--border-radius--md);
}
.l-nav-btn__line {
  position: absolute;
  left: 15px;
  width: 15px;
  height: 2px;
  content: "";
  border-bottom: 2px solid;
  transition: transform var(--mh--duration) var(--mh--easing);
}
.l-nav-btn__line:nth-child(1) {
  top: 16.5px;
}
.l-nav-btn__line:nth-child(2) {
  top: 21.5px;
}
.l-nav-btn__line:nth-child(3) {
  top: 26.5px;
}
.l-nav-btn.is-open .l-nav-btn__line:nth-child(1) {
  top: 21px;
  transform: rotate(-45deg);
}
.l-nav-btn.is-open .l-nav-btn__line:nth-child(2) {
  opacity: 0;
}
.l-nav-btn.is-open .l-nav-btn__line:nth-child(3) {
  top: 21px;
  transform: rotate(45deg);
}
/* .l-nav
================================================ */
.l-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 320px;
  max-height: 100dvh;
  padding: var(--mh--header--height) var(--mh--contents--padding--side) calc(50px + env(safe-area-inset-bottom));
  overscroll-behavior-y: none;
  background: url("../img/common/bg_gradation01_sp.png") no-repeat top/100% var(--mh--color--surface-600);
  -webkit-overflow-scrolling: touch;
}
@media (width < 768px) {
  .l-nav {
    overflow: auto;
    transform: translateX(120%);
    transition: transform var(--mh--duration) var(--mh--easing);
  }
  .l-nav::-webkit-scrollbar {
    display: none;
  }
  .l-nav.is-open {
    transform: translateX(0);
  }
}
@media (width >= 768px ) {
  .l-nav {
    position: static;
    display: flex;
    gap: var(--mh--space--x3s);
    justify-content: flex-end;
    width: 100%;
    min-width: auto;
    padding: 0;
    background: none;
  }
}
@media (width >= 1450px ) {
  .l-nav {
    gap: var(--mh--space--x2s);
  }
}
/* .l-nav-list
================================================== */
.l-nav-list .is-header-none {
  display: none;
}
@media (width < 768px) {
  .l-nav-list {
    margin-bottom: 30px;
  }
  .l-nav-list__item {
    border-bottom: 1px solid var(--mh--color--grayscale-500);
  }
  .l-nav-list__item-in {
    position: relative;
    display: block;
    padding-block: var(--mh--space--x2s);
    font-size: var(--mh--font-size--xl);
    line-height: var(--mh--line-height--sm);
    text-align: left;
    border: 0;
  }
  .l-nav-list__item-in:is(button)::before, .l-nav-list__item-in:is(button)::after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 13px;
    height: 0;
    content: "";
    border-top: 1px solid var(--mh--color--grayscale-700);
    transform: translate(0, -50%);
    transition: transform var(--mh--duration) var(--mh--easing);
  }
  .l-nav-list__item-in:is(button)::after {
    transform: translate(0, -50%) rotate(90deg);
  }
  .l-nav-list__item-in:is(button).is-active::before, .l-nav-list__item-in:is(button).is-active::after {
    border-color: var(--mh--color--primary-500);
  }
  .l-nav-list__item-in:is(button).is-active::after {
    transform: translate(0, -50%) rotate(0);
  }
  .l-nav-list__child {
    display: none;
    padding: 15px;
    margin-bottom: 20px;
    background-color: var(--mh--color--grayscale-100);
    border-radius: var(--mh--border-radius--md);
    transition: transform var(--mh--duration) var(--mh--easing);
  }
  .l-nav-list__child-top {
    padding-bottom: 20px;
    border-bottom: 1px dashed var(--mh--color--grayscale-500);
  }
  .l-nav-list__child-top-in {
    display: grid;
    grid-template-columns: 56px 1fr 9px;
    gap: 10px;
    align-items: center;
  }
  .l-nav-list__child-top-img img {
    border-radius: var(--mh--border-radius--md);
  }
  .l-nav-list__child-list-item:not(:last-child) {
    border-bottom: 1px dashed var(--mh--color--grayscale-500);
  }
  .l-nav-list__child-list-in {
    display: grid;
    grid-template-columns: 1fr 9px;
    gap: 10px;
    padding-block: 15px;
  }
  .l-nav-list__child-list-txt {
    line-height: var(--mh--line-height--sm);
  }
  .l-nav-list__child-category {
    padding-bottom: 15px;
    margin-top: 25px;
  }
  .l-nav-list__child-category:not(:last-child) {
    padding-bottom: 30px;
    border-bottom: 1px dashed var(--mh--color--grayscale-500);
  }
  .l-nav-list__child-category-head {
    margin-bottom: 20px;
    line-height: var(--mh--line-height--sm);
  }
  .l-nav-list__child-category-list {
    display: grid;
    gap: 10px;
    padding-left: 15px;
    border-left: 1px solid var(--mh--color--primary-500);
  }
  .l-nav-list__child-category-list-item {
    padding-bottom: 13px;
    border-bottom: 1px solid var(--mh--color--grayscale-400);
  }
  .l-nav-list__child-category-list-in {
    display: block;
  }
  .l-nav-list__child-category-list-txt {
    display: inline-block;
    font-size: var(--mh--font-size--xs);
    line-height: var(--mh--line-height--sm);
    color: rgba(51, 51, 51, 0.6);
  }
}
@media (width >= 768px ) {
  .l-nav-list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: var(--mh--space--x3s);
    align-items: center;
    justify-content: center;
  }
  .l-nav-list .is-header-pc-none {
    display: none;
  }
  .l-nav-list__item-in {
    display: block;
    font-size: var(--mh--font-size--sm);
    line-height: var(--mh--line-height--sm);
    border: 0;
  }
  .l-nav-list__item-in:is(button) {
    position: relative;
    padding-right: 15px;
  }
  .l-nav-list__item-in:is(button)::before, .l-nav-list__item-in:is(button)::after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 13px;
    height: 0;
    content: "";
    border-top: 1px solid var(--mh--color--grayscale-700);
    transform: translate(0, -50%);
    transition: transform var(--mh--duration) var(--mh--easing);
  }
  .l-nav-list__item-in:is(button)::after {
    transform: translate(0, -50%) rotate(90deg);
  }
  .l-nav-list__item-in:is(button).is-active::before, .l-nav-list__item-in:is(button).is-active::after {
    border-color: var(--mh--color--primary-500);
  }
  .l-nav-list__item-in:is(button).is-active::after {
    transform: translate(0, -50%) rotate(0);
  }
  .l-nav-list__child {
    position: absolute;
    top: 120%;
    right: 0;
    left: 0;
    display: grid;
    grid-template-areas: "top top" "img contents";
    grid-template-columns: 130px 1fr;
    gap: 25px 50px;
    width: 1000px;
    height: auto;
    max-height: calc(100vh - var(--mh--header--height));
    padding: 20px 30px 30px;
    overflow-y: auto;
    background: #f3f3f3;
    border-radius: var(--mh--border-radius--md);
    transition: visibility 0s linear, all 0.3s ease;
  }
  .l-nav-list__child:not(.is-active) {
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    transform: translateY(-30px);
  }
  .l-nav-list__child-top {
    grid-area: top;
  }
  .l-nav-list__child-top-in {
    display: grid;
    grid-template-columns: 1fr 9px;
    gap: 10px;
    padding-bottom: 20px;
    border-bottom: 1px dashed var(--mh--color--grayscale-500);
  }
  .l-nav-list__child-top-txt {
    line-height: var(--mh--line-height--sm);
  }
  .l-nav-list__child-img {
    grid-area: img;
  }
  .l-nav-list__child-img img {
    border-radius: var(--mh--border-radius--md);
  }
  .l-nav-list__child-contents {
    grid-area: contents;
  }
  .l-nav-list__child-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .l-nav-list__child-list-in {
    display: block;
    padding-bottom: 19px;
    line-height: var(--mh--line-height--sm);
    border-bottom: 1px dashed var(--mh--color--grayscale-500);
  }
  .l-nav-list__child-category:not(:last-child) {
    margin-bottom: 40px;
  }
  .l-nav-list__child-category-head {
    margin-bottom: 20px;
    line-height: var(--mh--line-height--sm);
  }
  .l-nav-list__child-category-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding-left: 15px;
    border-left: 1px solid var(--mh--color--primary-500);
  }
  .l-nav-list__child-category-list-in {
    display: block;
    padding-bottom: 13px;
    color: rgba(51, 51, 51, 0.6);
    border-bottom: 1px solid var(--mh--color--grayscale-400);
  }
  .l-nav-list__child-category-list-txt {
    display: inline-block;
    font-size: var(--mh--font-size--xs);
    line-height: var(--mh--line-height--sm);
  }
}
@media (width >= 1450px ) {
  .l-nav-list {
    gap: var(--mh--space--x2s);
  }
  .l-nav-list__item-in {
    font-size: var(--mh--font-size--md);
  }
  .l-nav-list__item-in:is(button) {
    padding-right: 23px;
  }
  .l-nav-list__child {
    width: 1040px;
  }
  .l-nav-list__child-list {
    gap: 20px 40px;
  }
  .l-nav-list__child-category-list {
    gap: 20px 40px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-nav-list__item-in {
    transition: color var(--mh--duration) var(--mh--easing);
  }
  .l-nav-list__item-in:hover {
    color: var(--mh--color--primary-500);
  }
  .l-nav-list__child-top-in {
    transition: color var(--mh--duration) var(--mh--easing);
  }
  .l-nav-list__child-top-in:hover {
    color: var(--mh--color--primary-500);
  }
  .l-nav-list__child-top-in:hover .l-nav-list__child-top-ico::after {
    animation: arrow-slide var(--mh--duration) var(--mh--easing);
  }
  .l-nav-list__child-list-in {
    transition: color var(--mh--duration) var(--mh--easing);
  }
  .l-nav-list__child-list-in:hover {
    color: var(--mh--color--primary-500);
  }
  .l-nav-list__child-category-list-in {
    transition: color var(--mh--duration) var(--mh--easing);
  }
  .l-nav-list__child-category-list-in:hover {
    color: var(--mh--color--primary-500);
  }
}
/* .l-nav-cv
================================================ */
.l-nav-cv {
  display: grid;
  gap: 10px;
}
@media (width < 768px) {
  .l-nav-cv {
    padding: 20px;
    margin-bottom: 30px;
    background-color: var(--mh--color--grayscale-400);
    border-radius: var(--mh--border-radius--md);
  }
  .l-nav-cv .c-contact-btn__in-txt br {
    display: none;
  }
}
@media (width >= 768px ) {
  .l-nav-cv {
    display: flex;
  }
}
/* .l-nav-policy
================================================ */
.l-nav-policy {
  font-size: var(--mh--font-size--sm);
  line-height: var(--mh--line-height--sm);
  color: var(--mh--color--grayscale-700);
  text-align: center;
}
/* .l-nav-overlay
================================================ */
.l-nav-overlay {
  position: fixed;
  inset: 0;
  z-index: 10;
  display: none;
  background: rgba(0, 0, 0, 0.4);
}
/* .l-main-img HOME
================================================ */
.l-main-img {
  --_mask-height: 263px;
  display: grid;
  height: 100svh;
  min-height: 570px;
  padding-top: var(--mh--header--height);
  overflow: clip;
  position: relative;
  align-content: space-between;
  background: url("../img/common/bg_gradation01_sp.png") no-repeat top right/100%, url("../img/common/bg_pattern01.png") repeat top/50px;
}
.l-main-img.is-first-visit .l-main-img__img::before {
  content: "";
  width: 100%;
  height: 100%;
  inset: 0;
  position: absolute;
  background-color: var(--mh--color--grayscale-100);
}
.l-main-img.is-first-visit.is-animated .l-main-img__copy {
  animation: mask-up var(--mh--duration-slow) 4s var(--mh--easing) forwards;
}
.l-main-img.is-first-visit.is-animated .l-main-img__txt {
  animation: mask-up var(--mh--duration-slow) 4s var(--mh--easing) forwards;
}
.l-main-img.is-first-visit.is-animated .l-main-img__bnr {
  animation: mv-bnr var(--mh--duration) 4.25s var(--mh--easing) forwards;
}
.l-main-img.is-first-visit.is-animated .l-main-img__img {
  animation: mv-position 0s 3.75s var(--mh--easing) forwards, mv-mask 0.75s 3.5s var(--mh--easing) forwards;
}
.l-main-img.is-first-visit.is-animated .l-main-img__img::before {
  animation: mv-fadeout var(--mh--duration) 1s var(--mh--easing) forwards;
}
.l-main-img.is-animated .l-main-img__copy {
  animation: mask-up var(--mh--duration-slow) 0.25s var(--mh--easing) forwards;
}
.l-main-img.is-animated .l-main-img__txt {
  animation: mask-up var(--mh--duration-slow) 0.25s var(--mh--easing) forwards;
}
.l-main-img.is-animated .l-main-img__bnr {
  animation: mv-bnr var(--mh--duration) 0.5s var(--mh--easing) forwards;
}
.l-main-img.is-animated .l-main-img__img {
  animation: mv-position 0s 0.25s var(--mh--easing) forwards, mv-mask 0.75s var(--mh--easing) forwards;
}
.l-main-img__movie {
  opacity: 1;
  inset: 0;
  position: absolute;
  z-index: 100;
  transition: opacity 0.75s var(--mh--easing);
}
.l-main-img__movie.is-hidden {
  opacity: 0;
  pointer-events: none;
}
.l-main-img__movie video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(0);
}
.l-main-img__area-txt {
  display: grid;
  padding: 25px var(--mh--contents--padding--side);
  gap: 15px;
}
.l-main-img__copy {
  clip-path: inset(100% 0 0 0);
  width: 241px;
}
.l-main-img__txt {
  clip-path: inset(100% 0 0 0);
  font-size: var(--mh--font-size--xs);
}
.l-main-img__bnr {
  display: grid;
  opacity: 0;
  padding: 0 var(--mh--space--x2s) var(--mh--space--20-50);
  position: relative;
  z-index: 1;
  gap: var(--mh--space--10-15);
}
.l-main-img__bnr-in {
  display: block;
  border-radius: var(--mh--border-radius--md);
  overflow: hidden;
  background-color: var(--mh--color--grayscale-100);
}
.l-main-img__bnr-head {
  display: grid;
  padding: 6px var(--mh--space--10-15);
  border-bottom: 1px solid var(--mh--color--grayscale-500);
  align-items: center;
  grid-template-columns: 1fr 26px;
  gap: var(--mh--space--10-15);
}
.l-main-img__bnr-head-txt {
  font-size: var(--mh--font-size--lg);
  font-weight: var(--mh--font-weight--bold);
  line-height: var(--mh--line-height--sm);
  letter-spacing: var(--mh--letter-spacing--sm);
}
.l-main-img__bnr-head-arw {
  display: grid;
  width: 26px;
  aspect-ratio: 1;
  border-radius: var(--mh--border-radius--md);
  place-items: center;
  background-color: var(--mh--color--grayscale-900);
  color: var(--mh--color--grayscale-100);
}
.l-main-img__bnr-head-arw::after {
  display: inline-block;
  width: 9px;
  height: 10px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229%22%20height%3D%2210%22%20fill%3D%22none%22%20viewBox%3D%220%200%209%2010%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4.43%2010%203.302%208.775%205.93%205.9H0V4.1h5.93L3.302%201.23%204.43%200%209%205l-4.57%205Z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229%22%20height%3D%2210%22%20fill%3D%22none%22%20viewBox%3D%220%200%209%2010%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4.43%2010%203.302%208.775%205.93%205.9H0V4.1h5.93L3.302%201.23%204.43%200%209%205l-4.57%205Z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  -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);
}
.l-main-img__bnr-wrap {
  display: grid;
  padding: var(--mh--space--10-15);
  grid-template-columns: 1fr 56px;
  gap: var(--mh--space--10-15);
}
.l-main-img__bnr-txt {
  font-size: var(--mh--font-size--xs);
  line-height: var(--mh--line-height--sm);
}
.l-main-img__bnr-img {
  border-radius: var(--mh--border-radius--md);
}
.l-main-img__img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.l-main-img__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (width >= 768px ) {
  .l-main-img {
    --_mask-height: 420px;
    min-height: 750px;
    background: url("../img/common/bg_gradation01_pc.png") no-repeat top right/1421px, url("../img/common/bg_pattern01.png") repeat top/100px;
  }
  .l-main-img__area-txt {
    padding-block: 56px;
    align-items: end;
    justify-content: space-between;
    grid-template-columns: 499px 360px;
  }
  .l-main-img__copy {
    width: 100%;
  }
  .l-main-img__txt {
    font-size: var(--mh--font-size--md);
  }
  .l-main-img__bnr {
    justify-content: end;
    grid-template-columns: 450px 450px;
  }
  .l-main-img__bnr-head {
    padding-block: 12px;
  }
  .l-main-img__bnr-head-txt {
    font-size: var(--mh--font-size--x2l);
  }
  .l-main-img__bnr-wrap {
    grid-template-columns: 1fr 130px;
  }
  .l-main-img__bnr-txt {
    font-size: var(--mh--font-size--md);
  }
}
@media (width >= 1450px ) {
  .l-main-img__area-txt {
    padding-inline: 80px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-main-img__bnr-in:hover .l-main-img__bnr-head-arw {
    background-color: var(--mh--color--primary-500);
  }
  .l-main-img__bnr-in:hover .l-main-img__bnr-head-arw::after {
    animation: arrow-slide var(--mh--duration) var(--mh--easing);
  }
  .l-main-img__bnr-head-arw {
    transition: background-color var(--mh--duration) var(--mh--easing);
  }
}
@keyframes mv-bnr {
  to {
    opacity: 1;
  }
}
@keyframes mv-position {
  to {
    z-index: 0;
  }
}
@keyframes mv-mask {
  0% {
    clip-path: inset(0 0 0 0);
  }
  100% {
    clip-path: inset(var(--_mask-height) 0 0 0);
  }
}
@keyframes mv-fadeout {
  to {
    opacity: 0;
  }
}
/* .l-sub-img
================================================ */
.l-sub-img {
  background: #ccc;
  font-size: 2rem;
  text-align: center;
}
.l-sub-img__inner {
  display: flex;
  height: 30vh;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media (width >= 768px ) {
  .l-sub-img {
    padding-top: var(--mh--header--height);
    font-size: 3rem;
  }
}
/* .l-sub-img-simple
================================================ */
.l-sub-img-simple {
  padding-top: var(--mh--header--height);
  overflow: clip;
  background: url("../img/common/bg_gradation01_sp.png") no-repeat top right/100%, url("../img/common/bg_pattern01.png") repeat top/50px;
}
.l-sub-img-simple__inner {
  padding-top: 40px;
}
.l-sub-img-simple__head {
  font-weight: var(--mh--font-weight--bold);
}
.l-sub-img-simple__bg {
  margin-top: 70px;
}
.l-sub-img-simple__bg img {
  width: 100%;
}
@media (width >= 768px ) {
  .l-sub-img-simple {
    background: url("../img/common/bg_gradation01_pc.png") no-repeat top right/1421px, url("../img/common/bg_pattern01.png") repeat top/100px;
  }
  .l-sub-img-simple__inner {
    padding-top: 100px;
  }
  .l-sub-img-simple__bg {
    margin-top: 120px;
  }
}
.l-sub-img-simple:not(:has(> .l-sub-img-simple__bg)) {
  border-bottom: 1px solid var(--mh--color--grayscale-500);
}
.l-sub-img-simple:not(:has(> .l-sub-img-simple__bg)) .l-sub-img-simple__inner {
  padding-bottom: var(--mh--space--md);
}
.l-sub-img-simple.is-breadcrumb-only {
  border-bottom: 0;
  overflow: visible;
  position: relative;
  z-index: 0;
  background: url("../img/common/bg_pattern01.png") repeat top/50px;
}
.l-sub-img-simple.is-breadcrumb-only::before {
  content: "";
  display: block;
  width: 100%;
  height: 100vh;
  inset: 0;
  position: absolute;
  z-index: -1;
  background: url("../img/common/bg_gradation01_sp.png") no-repeat top right/100%;
  pointer-events: none;
}
.l-sub-img-simple.is-breadcrumb-only .l-sub-img-simple__breadcrumb {
  position: relative;
  z-index: 1;
}
.l-sub-img-simple.is-breadcrumb-only + .l-container.is-col2 .l-contents {
  position: relative;
  z-index: 1;
}
@media (width >= 768px ) {
  .l-sub-img-simple.is-breadcrumb-only {
    background: url("../img/common/bg_pattern01.png") repeat top/100px;
  }
  .l-sub-img-simple.is-breadcrumb-only::before {
    aspect-ratio: 1920/642;
    background: url("../img/common/bg_gradation01_pc.png") no-repeat top right/1421px;
  }
}
.l-sub-img-simple.is-glob-archive {
  position: relative;
  z-index: 0;
}
.l-sub-img-simple.is-glob-archive::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  inset: 0;
  position: absolute;
  z-index: -1;
  background: url("../img/common/bg_gradation02.png") no-repeat bottom left/100%;
}
/* .l-sub-img-blog
================================================ */
.l-sub-img-blog {
  display: grid;
  grid-template-columns: 1fr;
  gap: 45px;
}
.l-sub-img-blog__slider, .l-sub-img-blog__pickup {
  min-width: 0;
}
.l-sub-img-blog__slider .splide__pagination__page.is-active {
  background-color: var(--mh--color--primary-500);
}
.l-sub-img-blog__pickup {
  padding: var(--mh--space--xs);
  background: var(--mh--color--grayscale-100);
}
@media (width < 768px) {
  .l-sub-img-blog {
    margin-inline: calc(-1 * var(--mh--contents--padding--side));
  }
  .l-sub-img-blog__slider {
    margin-inline: var(--mh--contents--padding--side);
  }
}
@media (width >= 768px ) {
  .l-sub-img-blog {
    grid-template-columns: 1fr 0.9962311558fr;
  }
  .l-sub-img-blog__pickup {
    padding: var(--mh--space--x2s) var(--mh--space--xs);
    border-radius: var(--mh--border-radius--lg);
  }
  .l-sub-img-blog__slider {
    margin-bottom: 0 !important;
  }
  .l-sub-img-blog__slider .splide__track {
    height: 100%;
  }
}
/* .l-sub-img-interview
================================================ */
.l-sub-img-interview {
  padding-top: var(--mh--header--height);
  overflow: clip;
  position: relative;
  background: url("../img/common/bg_gradation01_sp.png") no-repeat top right/100%, url("../img/common/bg_pattern01.png") repeat top/50px;
}
.l-sub-img-interview__bg {
  display: block;
  width: 100%;
  height: 71.0610932476%;
  position: absolute;
  bottom: 0;
  z-index: 0;
  background: url("../img/recruit/interview/bg_mv01_sp.png") no-repeat center/cover;
}
.l-sub-img-interview__inner {
  display: grid;
  padding-top: 50px;
  padding-bottom: var(--mh--space--lg);
  position: relative;
  z-index: 1;
  gap: var(--mh--space--sm);
}
.l-sub-img-interview__mv > img {
  width: 100%;
}
.l-sub-img-interview__label {
  display: inline-block;
  padding: var(--mh--space--x4s) var(--mh--space--x3s);
  border-radius: var(--mh--border-radius--md);
  background: var(--mh--color--grayscale-100);
}
.l-sub-img-interview__name {
  display: flex;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--mh--color--grayscale-100);
  flex-direction: column;
  gap: 5px;
}
@media (width >= 768px ) {
  .l-sub-img-interview {
    --_mv-side: calc(30 / 1920 * 100%);
  }
  .l-sub-img-interview__bg {
    width: calc(100% - var(--_mv-side) * 2);
    height: 65.3201970443%;
    left: var(--_mv-side);
    background-image: url("../img/recruit/interview/bg_mv01_pc.png");
  }
  .l-sub-img-interview__inner {
    padding-top: 80px;
    align-items: end;
    grid-template-columns: 42.1836228288% 1fr;
  }
  .l-sub-img-interview__name {
    flex-direction: row;
    align-items: center;
    gap: 20px;
  }
}
/* .l-sub-img-maas
================================================ */
.l-sub-img-maas {
  overflow: hidden;
  position: relative;
}
.l-sub-img-maas__bg {
  inset: 0;
  position: absolute;
  z-index: 0;
}
.l-sub-img-maas__bg picture {
  display: block;
  width: 100%;
  height: 100%;
}
.l-sub-img-maas__bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.l-sub-img-maas__inner {
  padding-top: 90px;
  padding-bottom: 25px;
  position: relative;
  z-index: 1;
  color: var(--mh--color--secondary-500);
}
.l-sub-img-maas__label {
  font-size: var(--mh--font-size--xs);
  line-height: var(--mh--line-height--sm);
}
.l-sub-img-maas__tag-list {
  display: flex;
  margin-top: 8px;
  flex-wrap: wrap;
  gap: 3px;
}
.l-sub-img-maas__tag-link {
  display: block;
  padding: 1px 6px 2px;
  border-radius: 999px;
  background-color: var(--mh--color--grayscale-100);
  font-size: var(--mh--font-size--x3s);
  color: var(--mh--color--secondary-500);
}
.l-sub-img-maas__head {
  width: 220px;
  margin-top: 12px;
}
.l-sub-img-maas__txt {
  width: 224px;
  margin-top: 12px;
  font-size: var(--mh--font-size--x3s);
  line-height: var(--mh--line-height--sm);
}
.l-sub-img-maas__features {
  display: grid;
  width: 173px;
  margin-top: 15px;
  gap: 5px;
}
.l-sub-img-maas__feature-item {
  display: grid;
  padding: 8px 5px;
  border-radius: var(--mh--border-radius--md);
  align-items: center;
  grid-template-columns: 20px 1fr;
  gap: 4px;
  background-color: rgb(190, 234, 250);
}
.l-sub-img-maas__feature-ico {
  display: grid;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  place-content: center;
  background-color: var(--mh--color--secondary-500);
  color: var(--mh--color--grayscale-100);
}
.l-sub-img-maas__feature-ico::after {
  display: inline-block;
  width: 10px;
  height: 8px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 16 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.4289 0.463559C13.0471 -0.154503 14.0494 -0.154537 14.6675 0.463559C15.2855 1.08166 15.2855 2.08398 14.6675 2.70208L7.35752 10.0117C6.73958 10.6296 5.7379 10.6297 5.11972 10.012L0.463856 5.36015C-0.154377 4.7423 -0.154619 3.74032 0.463132 3.12199C1.081 2.50363 2.0833 2.50303 2.70165 3.1209L6.2379 6.65425L12.4289 0.463559Z" fill="white"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 16 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.4289 0.463559C13.0471 -0.154503 14.0494 -0.154537 14.6675 0.463559C15.2855 1.08166 15.2855 2.08398 14.6675 2.70208L7.35752 10.0117C6.73958 10.6296 5.7379 10.6297 5.11972 10.012L0.463856 5.36015C-0.154377 4.7423 -0.154619 3.74032 0.463132 3.12199C1.081 2.50363 2.0833 2.50303 2.70165 3.1209L6.2379 6.65425L12.4289 0.463559Z" fill="white"/></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);
}
.l-sub-img-maas__feature-txt {
  font-size: var(--mh--font-size--x2s);
}
.l-sub-img-maas__btn-list {
  display: grid;
  margin-top: 16px;
  gap: 5px;
}
@media (width >= 768px ) {
  .l-sub-img-maas {
    aspect-ratio: 1920/960;
  }
  .l-sub-img-maas__inner {
    min-height: 0;
    padding-top: clamp(0px, 10.52vw, 202px);
    padding-bottom: clamp(0px, 6.1vw, 117px);
  }
  .l-sub-img-maas__content {
    max-width: clamp(500px, 46.25vw, 888px);
  }
  .l-sub-img-maas__label {
    font-size: clamp(1.5rem, 1.3095238095vw + 0.0857142857rem, 2.6rem);
  }
  .l-sub-img-maas__tag-list {
    margin-top: clamp(24px, 2.24vw, 43px);
    gap: clamp(3px, 0.3125vw, 6px);
  }
  .l-sub-img-maas__tag-link {
    padding: clamp(3px, 0.26vw, 5px) clamp(8px, 0.78vw, 15px);
    font-size: clamp(0.9rem, 0.8333333333vw + 0rem, 1.6rem);
  }
  .l-sub-img-maas__head {
    width: clamp(500px, 46.25vw, 888px);
    margin-top: clamp(14px, 1.25vw, 24px);
  }
  .l-sub-img-maas__txt {
    width: auto;
    max-width: clamp(335px, 31.0416666667vw, 596px);
    margin-top: clamp(19px, 1.77vw, 34px);
    line-height: var(--mh--line-height--lg);
    font-size: clamp(1.1rem, 1.0714285714vw + -0.0571428571rem, 2rem);
  }
  .l-sub-img-maas__features {
    width: auto;
    margin-top: clamp(14px, 1.3vw, 25px);
    grid-template-columns: repeat(3, clamp(101px, 9.375vw, 180px));
    gap: clamp(8px, 0.78vw, 15px);
  }
  .l-sub-img-maas__feature-item {
    display: block;
    width: clamp(101px, 9.375vw, 180px);
    aspect-ratio: 1/1;
    padding-top: clamp(11px, 1.04vw, 20px);
    border-radius: 50%;
    justify-items: center;
    grid-template-columns: 1fr;
    background-color: rgb(190, 234, 250);
    text-align: center;
  }
  .l-sub-img-maas__feature-ico {
    width: clamp(16px, 1.46vw, 28px);
    height: clamp(16px, 1.46vw, 28px);
  }
  .l-sub-img-maas__feature-ico::after {
    display: inline-block;
    width: 14px;
    height: 11px;
    color: currentColor;
    content: "";
    background-color: currentcolor;
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 16 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.4289 0.463559C13.0471 -0.154503 14.0494 -0.154537 14.6675 0.463559C15.2855 1.08166 15.2855 2.08398 14.6675 2.70208L7.35752 10.0117C6.73958 10.6296 5.7379 10.6297 5.11972 10.012L0.463856 5.36015C-0.154377 4.7423 -0.154619 3.74032 0.463132 3.12199C1.081 2.50363 2.0833 2.50303 2.70165 3.1209L6.2379 6.65425L12.4289 0.463559Z" fill="white"/></svg>');
    mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 16 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.4289 0.463559C13.0471 -0.154503 14.0494 -0.154537 14.6675 0.463559C15.2855 1.08166 15.2855 2.08398 14.6675 2.70208L7.35752 10.0117C6.73958 10.6296 5.7379 10.6297 5.11972 10.012L0.463856 5.36015C-0.154377 4.7423 -0.154619 3.74032 0.463132 3.12199C1.081 2.50363 2.0833 2.50303 2.70165 3.1209L6.2379 6.65425L12.4289 0.463559Z" fill="white"/></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);
  }
  .l-sub-img-maas__feature-txt {
    display: grid;
    min-height: clamp(42px, 3.9vw, 75px);
    margin-top: clamp(8px, 0.78vw, 15px);
    place-items: center;
    font-size: clamp(1rem, 0.9523809524vw + -0.0285714286rem, 1.8rem);
  }
  .l-sub-img-maas__btn-list {
    display: flex;
    margin-top: clamp(22px, 2.08vw, 40px);
    gap: clamp(11px, 1.04vw, 20px);
  }
  .l-sub-img-maas__btn-item {
    width: 320px;
    flex-shrink: 0;
  }
}
/* .l-sub-img-busyohou
================================================ */
.l-sub-img-busyohou {
  aspect-ratio: 375/667;
  overflow: hidden;
  position: relative;
  background-color: var(--mh--color--secondary-200);
}
.l-sub-img-busyohou__bg {
  inset: 0;
  position: absolute;
  z-index: 0;
  pointer-events: none;
}
.l-sub-img-busyohou__bg picture {
  display: block;
  width: 100%;
  height: 100%;
}
.l-sub-img-busyohou__bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.l-sub-img-busyohou__breadcrumb {
  position: absolute;
  top: calc(var(--mh--header--height) + 14px);
  right: 0;
  left: 0;
  z-index: 2;
}
.l-sub-img-busyohou__inner {
  height: 100%;
  padding-top: 120px;
  position: relative;
  z-index: 1;
  text-align: center;
}
.l-sub-img-busyohou__label {
  font-size: var(--mh--font-size--xs);
  line-height: var(--mh--line-height--sm);
  color: var(--mh--color--primary-500);
}
.l-sub-img-busyohou__head {
  margin-top: 16px;
}
.l-sub-img-busyohou__head-txt {
  display: block;
  width: 335px;
  max-width: 100%;
  margin-inline: auto;
}
.l-sub-img-busyohou__txt {
  margin-top: 12px;
  font-size: var(--mh--font-size--x3s);
  line-height: var(--mh--line-height--lg);
  color: var(--mh--color--secondary-500);
}
.l-sub-img-busyohou__btn-list {
  display: grid;
  position: absolute;
  right: 20px;
  bottom: 55px;
  left: 20px;
  gap: 5px;
  text-align: left;
}
@media (width >= 768px ) {
  .l-sub-img-busyohou {
    aspect-ratio: 1920/961;
  }
  .l-sub-img-busyohou__breadcrumb {
    top: calc(var(--mh--header--height) + 24px);
  }
  .l-sub-img-busyohou__inner {
    display: grid;
    padding-top: clamp(0px, (1920px - 100vw) * 0.135, 100px);
    align-items: center;
    text-align: left;
  }
  .l-sub-img-busyohou__content {
    max-width: clamp(500px, 46.25vw, 760px);
  }
  .l-sub-img-busyohou__label {
    font-size: clamp(1.8rem, 0.9523809524vw + 0.7714285714rem, 2.6rem);
  }
  .l-sub-img-busyohou__head {
    margin-top: clamp(24px, 3.5vw - 17px, 50px);
  }
  .l-sub-img-busyohou__head-txt {
    width: 686px;
    margin-inline: 0;
  }
  .l-sub-img-busyohou__txt {
    margin-top: clamp(20px, 2.7vw - 12px, 40px);
    font-size: var(--mh--font-size--lg);
  }
  .l-sub-img-busyohou__btn-list {
    display: flex;
    margin-top: clamp(24px, 3.8vw - 21px, 52px);
    position: static;
    gap: 20px;
  }
  .l-sub-img-busyohou__btn-item {
    width: 320px;
    flex-shrink: 0;
  }
}
/* .l-sub-img-maas-sub
================================================ */
.l-sub-img-maas-sub {
  aspect-ratio: 375/467;
  overflow: hidden;
  position: relative;
  background-color: var(--mh--color--secondary-200);
}
.l-sub-img-maas-sub__bg {
  inset: 0;
  position: absolute;
  z-index: 0;
  pointer-events: none;
}
.l-sub-img-maas-sub__bg picture {
  display: block;
  width: 100%;
  height: 100%;
}
.l-sub-img-maas-sub__bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.l-sub-img-maas-sub__breadcrumb {
  position: absolute;
  top: calc(var(--mh--header--height) + 14px);
  right: 0;
  left: 0;
  z-index: 2;
}
.l-sub-img-maas-sub__inner {
  display: grid;
  height: 100%;
  padding-top: 40px;
  position: relative;
  z-index: 1;
  align-content: center;
}
.l-sub-img-maas-sub__label {
  font-size: var(--mh--font-size--md);
  line-height: var(--mh--line-height--sm);
  color: var(--mh--color--primary-500);
}
.l-sub-img-maas-sub__head {
  margin-top: 2px;
  font-size: var(--mh--font-size--x5l);
  line-height: var(--mh--line-height--sm);
  color: var(--mh--color--grayscale-900);
}
.l-sub-img-maas-sub__btn-list {
  display: grid;
  margin-top: 20px;
  gap: 5px;
}
@media (width < 768px) {
  .l-sub-img-maas-sub.is-sp-big {
    aspect-ratio: 375/543;
    padding-bottom: 76px;
  }
}
@media (width >= 768px ) {
  .l-sub-img-maas-sub {
    aspect-ratio: 1920/710;
  }
  .l-sub-img-maas-sub__breadcrumb {
    top: calc(var(--mh--header--height) + 24px);
  }
  .l-sub-img-maas-sub__inner {
    padding-top: clamp(30px, (1920px - 100vw) * 0.26, 170px);
  }
  .l-sub-img-maas-sub__content {
    max-width: clamp(560px, 50vw, 770px);
    margin-left: -16px;
  }
  .l-sub-img-maas-sub__label {
    font-size: clamp(2rem, 0.7142857143vw + 1.2285714286rem, 2.6rem);
  }
  .l-sub-img-maas-sub__head {
    margin-top: 10px;
    font-size: clamp(4rem, 2.1428571429vw + 1.6857142857rem, 5.8rem);
  }
  .l-sub-img-maas-sub__btn-list {
    display: flex;
    margin-top: clamp(24px, 3.6vw - 25px, 44px);
    gap: 20px;
  }
  .l-sub-img-maas-sub__btn-item {
    width: 320px;
    flex-shrink: 0;
  }
}
/* .l-sub-img-cloud
================================================ */
.l-sub-img-cloud {
  padding-top: var(--mh--header--height);
  overflow: hidden;
  position: relative;
}
.l-sub-img-cloud__inner {
  padding-top: 30px;
  padding-bottom: 60px;
}
.l-sub-img-cloud__label {
  font-size: var(--mh--font-size--xs);
  line-height: var(--mh--line-height--sm);
  color: var(--mh--color--grayscale-800);
}
.l-sub-img-cloud__tag-list {
  display: flex;
  margin-top: 20px;
  flex-wrap: wrap;
  gap: 3px;
}
.l-sub-img-cloud__tag-item {
  display: flex;
  padding: 4px 10px;
  border-radius: 999px;
  align-items: center;
  background-color: var(--mh--color--mscloud-01);
  font-size: var(--mh--font-size--x2s);
  line-height: var(--mh--line-height--sm);
  color: var(--mh--color--grayscale-100);
}
.l-sub-img-cloud__tag-item.is-platform {
  background-color: var(--mh--color--mscloud-02);
}
.l-sub-img-cloud__tag-item.is-apps {
  background-color: var(--mh--color--mscloud-03);
}
.l-sub-img-cloud__tag-item.is-automate {
  background-color: var(--mh--color--mscloud-04);
}
.l-sub-img-cloud__tag-item.is-copilot {
  background-color: var(--mh--color--mscloud-05);
}
.l-sub-img-cloud__head {
  width: 100%;
  max-width: 335px;
  margin-top: 20px;
}
.l-sub-img-cloud__txt {
  margin-top: 16px;
  font-size: var(--mh--font-size--x2s);
  line-height: var(--mh--line-height--sm);
  color: var(--mh--color--grayscale-900);
}
.l-sub-img-cloud__btn-list {
  display: grid;
  margin-top: 30px;
  gap: 10px;
}
.l-sub-img-cloud__visual {
  margin-top: 40px;
}
.l-sub-img-cloud__slider {
  position: relative;
}
.l-sub-img-cloud__slider-nav {
  width: 100%;
  aspect-ratio: 169/95;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
}
.l-sub-img-cloud__slider-arrow {
  display: grid;
  width: 26px;
  height: 26px;
  padding: 0;
  border: none;
  border-radius: var(--mh--border-radius--md);
  position: absolute;
  top: 50%;
  place-items: center;
  transform: translateY(-50%);
  background-color: var(--mh--color--grayscale-900);
  cursor: pointer;
  pointer-events: auto;
  color: var(--mh--color--grayscale-100);
}
.l-sub-img-cloud__slider-arrow::after {
  display: inline-block;
  width: 9px;
  height: 10px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229%22%20height%3D%2210%22%20fill%3D%22none%22%20viewBox%3D%220%200%209%2010%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4.43%2010%203.302%208.775%205.93%205.9H0V4.1h5.93L3.302%201.23%204.43%200%209%205l-4.57%205Z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229%22%20height%3D%2210%22%20fill%3D%22none%22%20viewBox%3D%220%200%209%2010%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4.43%2010%203.302%208.775%205.93%205.9H0V4.1h5.93L3.302%201.23%204.43%200%209%205l-4.57%205Z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  -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);
}
.l-sub-img-cloud__slider-arrow.is-prev {
  left: 10px;
}
.l-sub-img-cloud__slider-arrow.is-prev::after {
  transform: rotate(180deg);
}
.l-sub-img-cloud__slider-arrow.is-next {
  right: 10px;
}
@media (hover: hover) and (pointer: fine) {
  .l-sub-img-cloud__slider-arrow {
    transition: background-color var(--mh--duration) var(--mh--easing);
  }
  .l-sub-img-cloud__slider-arrow:hover {
    background-color: var(--mh--color--primary-500);
  }
  .l-sub-img-cloud__slider-arrow.is-next:hover::after {
    animation: arrow-slide var(--mh--duration) var(--mh--easing);
  }
  .l-sub-img-cloud__slider-arrow.is-prev:hover::after {
    animation: arrow-slide-prev var(--mh--duration) var(--mh--easing);
  }
}
.l-sub-img-cloud__slider-pagination {
  display: flex;
  margin-top: 16px;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
.l-sub-img-cloud__slider-dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: none;
  border-radius: 999px;
  overflow: hidden;
  position: relative;
  transition: width 0.4s ease;
  background-color: var(--mh--color--grayscale-500);
  cursor: pointer;
}
.l-sub-img-cloud__slider-dot.is-active {
  width: 80px;
}
.l-sub-img-cloud__slider-bar {
  width: 0;
  inset: 0;
  border-radius: 999px;
  position: absolute;
  background-color: var(--mh--color--grayscale-900);
}
@media (width >= 768px ) {
  .l-sub-img-cloud__inner {
    display: grid;
    padding-top: clamp(40px, 3.3vw, 63px);
    padding-bottom: clamp(50px, 4.5vw, 75px);
    align-items: center;
    grid-template-columns: minmax(0, 813fr) minmax(0, 727fr);
    gap: 72px;
  }
  .l-sub-img-cloud__label {
    font-size: var(--mh--font-size--x3l);
  }
  .l-sub-img-cloud__tag-list {
    margin-top: 40px;
    gap: 6px;
  }
  .l-sub-img-cloud__tag-item {
    padding: 4px 15px;
    font-size: var(--mh--font-size--md);
  }
  .l-sub-img-cloud__head {
    width: 100%;
    max-width: 813px;
    margin-top: 40px;
  }
  .l-sub-img-cloud__txt {
    margin-top: 40px;
    font-size: var(--mh--font-size--xl);
    line-height: var(--mh--line-height--lg);
  }
  .l-sub-img-cloud__btn-list {
    margin-top: 100px;
    grid-template-columns: repeat(2, minmax(0, 320px));
    gap: 20px;
  }
  .l-sub-img-cloud__visual {
    margin-top: 0;
  }
  .l-sub-img-cloud__slider {
    width: calc(100% + max(0px, (100vw - 1612px) / 2 - 80px));
  }
  .l-sub-img-cloud__slider-arrow {
    width: 36px;
    height: 36px;
  }
  .l-sub-img-cloud__slider-arrow.is-prev {
    left: 16px;
  }
  .l-sub-img-cloud__slider-arrow.is-next {
    right: 20px;
  }
  .l-sub-img-cloud__slider-pagination {
    margin-top: 20px;
    justify-content: flex-end;
  }
}
/* .l-sub-img-cloud-sub
================================================ */
.l-sub-img-cloud-sub {
  padding-top: var(--mh--header--height);
  border-bottom: 1px solid var(--mh--color--grayscale-500);
  overflow: hidden;
  position: relative;
}
.l-sub-img-cloud-sub__breadcrumb {
  position: relative;
  z-index: 2;
}
.l-sub-img-cloud-sub__visual {
  margin-top: -32px;
  margin-bottom: -46px;
  position: relative;
  z-index: 0;
}
.l-sub-img-cloud-sub__inner {
  padding-bottom: 40px;
  position: relative;
  z-index: 1;
}
.l-sub-img-cloud-sub__label-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.l-sub-img-cloud-sub__label {
  display: inline-block;
  padding: 5px 14px;
  border-radius: 999px;
  background-color: var(--mh--color--mscloud-01);
  font-size: var(--mh--font-size--md);
  line-height: var(--mh--line-height--sm);
  color: var(--mh--color--grayscale-100);
}
.l-sub-img-cloud-sub__label.is-apps {
  background-color: var(--mh--color--mscloud-03);
}
.l-sub-img-cloud-sub__label.is-automate {
  background-color: var(--mh--color--mscloud-04);
}
.l-sub-img-cloud-sub__label.is-copilot {
  background-color: var(--mh--color--mscloud-05);
}
.l-sub-img-cloud-sub__head {
  margin-top: 10px;
  margin-right: -0.15em;
  font-size: var(--mh--font-size--x10l);
  line-height: var(--mh--line-height--sm);
  color: var(--mh--color--grayscale-900);
}
.l-sub-img-cloud-sub__sub {
  margin-top: 10px;
  font-size: var(--mh--font-size--x3l);
  line-height: var(--mh--line-height--sm);
  color: var(--mh--color--grayscale-900);
}
.l-sub-img-cloud-sub__btn-list {
  display: grid;
  margin-top: 32px;
  gap: 10px;
}
@media (width >= 768px ) {
  .l-sub-img-cloud-sub {
    display: flex;
    min-height: calc(var(--mh--header--height) + max(100vw, var(--mh--contents--width-with-padding)) * 57 / 100 * 1048 / 2200);
    flex-direction: column;
  }
  .l-sub-img-cloud-sub__visual {
    width: 57%;
    margin: 0;
    padding: 0;
    position: absolute;
    top: var(--mh--header--height);
    right: 0;
    z-index: 0;
  }
  .l-sub-img-cloud-sub__inner {
    margin-block: auto;
    padding-bottom: 20px;
  }
  .l-sub-img-cloud-sub__content {
    width: 100%;
    max-width: min(1100px, max(708px, 60vw));
  }
  .l-sub-img-cloud-sub__label {
    padding: 5px 15px;
  }
  .l-sub-img-cloud-sub__head {
    margin-top: clamp(10px, 1.19vw - 2.86px, 20px);
    font-size: clamp(3.4rem, 2.8571428571vw + 0.3142857143rem, 5.8rem);
  }
  .l-sub-img-cloud-sub__sub {
    margin-top: clamp(10px, 1.19vw - 2.86px, 20px);
    font-size: clamp(2.1rem, 0.5952380952vw + 1.4571428571rem, 2.6rem);
  }
  .l-sub-img-cloud-sub__btn-list {
    margin-top: clamp(25px, 4.1667vw - 20px, 60px);
    grid-template-columns: repeat(2, minmax(0, 320px));
    gap: 20px;
  }
}
/* l-sub-img-recruit
================================================ */
.l-sub-img-recruit {
  overflow: clip;
  background: url("../img/common/bg_gradation01_sp.png") no-repeat top right/100%, url("../img/common/bg_pattern01.png") repeat top/50px;
  padding-top: var(--mh--header--height);
  position: relative;
  padding-bottom: var(--mh--space--sm);
  z-index: 0;
}
.l-sub-img-recruit__inner {
  padding-top: 40px;
}
.l-sub-img-recruit__anchor {
  margin-top: 40px;
}
.l-sub-img-recruit__bg {
  position: absolute;
  width: 100%;
  height: 50%;
  background: url("../img/recruit/bg_mv01_sp.png") no-repeat center/cover;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media (width < 768px) {
  .l-sub-img-recruit__img {
    margin-top: 40px;
  }
}
@media (width >= 768px ) {
  .l-sub-img-recruit__inner {
    display: grid;
    grid-template-columns: auto 68.2382133995%;
    grid-template-areas: "head mv" "anchor anchor";
  }
  .l-sub-img-recruit__bg {
    height: 45%;
    background-image: url("../img/recruit/bg_mv01_pc.png");
  }
  .l-sub-img-recruit__head {
    padding-top: 33.7890625%;
  }
  .l-sub-img-recruit__anchor {
    margin-top: 60px;
    grid-area: anchor;
  }
}
/* .l-sidebar
================================================== */
@media (width >= 1100px ) {
  .l-sidebar {
    position: sticky;
    top: var(--mh--header--height);
  }
}
/* .l-sidebar-sec
================================================== */
.l-sidebar-sec__head {
  font-size: var(--mh--font-size--x2l);
  line-height: var(--mh--line-height--sm);
  letter-spacing: var(--mh--letter-spacing--sm);
  font-weight: 700;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--mh--color--grayscale-900);
}
.l-sidebar-sec__list {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: var(--mh--space--x4s);
}
.l-sidebar-sec__list-link {
  display: block;
  line-height: var(--mh--line-height--sm);
  letter-spacing: var(--mh--letter-spacing--sm);
  font-weight: 700;
  background: var(--mh--color--grayscale-100);
  padding: 4px 12px 6px;
  border: 1px solid var(--mh--color--grayscale-500);
  border-radius: var(--mh--border-radius--md);
}
@media (width >= 768px ) {
  .l-sidebar-sec__list {
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .l-sidebar-sec__list-link {
    width: fit-content;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-sidebar-sec__list-link {
    transition: all var(--mh--duration) var(--mh--easing);
  }
  .l-sidebar-sec__list-link:hover {
    border-color: var(--mh--color--primary-500);
    background: var(--mh--color--primary-500);
    color: var(--mh--color--grayscale-100);
  }
}
/* l-sidebar-blog
================================================== */
@media (width < 768px) {
  .l-sidebar-blog {
    transition: visibility var(--mh--duration) var(--mh--easing), opacity var(--mh--duration) var(--mh--easing);
    visibility: hidden;
    opacity: 0;
    background-color: var(--mh--color--grayscale-100);
    padding: 20px;
    border-radius: var(--mh--border-radius--md);
    width: 78.6666666667%;
    max-height: 70vh;
    overflow-y: auto;
    position: fixed;
    bottom: 90px;
    right: 10px;
  }
}
@media (width < 768px) {
  .l-sidebar-blog.is-active {
    visibility: visible;
    opacity: 1;
    z-index: 100;
  }
}
/* l-sidebar-bnr
================================================== */
.l-sidebar-bnr__in {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border-radius: var(--mh--border-radius--md);
  background: url(../img/blog/bg_sidebar01_pc.jpg) no-repeat center/cover;
  min-height: 180px;
  padding: 20px;
}
.l-sidebar-bnr__txt {
  color: var(--mh--color--grayscale-100);
  font-size: var(--mh--font-size--lg);
  line-height: var(--mh--line-height--sm);
  letter-spacing: var(--mh--letter-spacing--sm);
  font-weight: var(--mh--font-weight--bold);
}
.l-sidebar-bnr__arw {
  display: grid;
  place-items: center;
  width: 26px;
  aspect-ratio: 1;
  background-color: var(--mh--color--grayscale-100);
  border-radius: var(--mh--border-radius--md);
}
.l-sidebar-bnr__arw::after {
  display: inline-block;
  width: 9px;
  height: 10px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229%22%20height%3D%2210%22%20fill%3D%22none%22%20viewBox%3D%220%200%209%2010%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4.43%2010%203.302%208.775%205.93%205.9H0V4.1h5.93L3.302%201.23%204.43%200%209%205l-4.57%205Z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229%22%20height%3D%2210%22%20fill%3D%22none%22%20viewBox%3D%220%200%209%2010%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4.43%2010%203.302%208.775%205.93%205.9H0V4.1h5.93L3.302%201.23%204.43%200%209%205l-4.57%205Z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  -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);
  background-color: var(--mh--color--primary-500);
}
@media (hover: hover) and (pointer: fine) {
  .l-sidebar-bnr__in:hover .l-sidebar-bnr__arw {
    color: var(--mh--color--grayscale-100);
    background-color: var(--mh--color--primary-500);
    border-color: var(--mh--color--primary-500);
  }
  .l-sidebar-bnr__in:hover .l-sidebar-bnr__arw::after {
    animation: arrow-slide var(--mh--duration) var(--mh--easing);
    background-color: var(--mh--color--grayscale-100);
  }
  .l-sidebar-bnr__arw {
    transition: color var(--mh--duration) var(--mh--easing), background-color var(--mh--duration) var(--mh--easing), border-color var(--mh--duration) var(--mh--easing);
  }
}
/* .l-sidebar-index
================================================== */
.l-sidebar-index {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--mh--space--15-15);
}
.l-sidebar-index__item {
  min-width: 0;
  position: relative;
  padding-left: 14px;
  padding-bottom: var(--mh--space--10-15);
  border-bottom: 1px solid var(--mh--color--grayscale-500);
}
.l-sidebar-index__item::before {
  position: absolute;
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  content: "";
  background-color: var(--mh--color--primary-500);
  border-radius: 50%;
}
.l-sidebar-index__in {
  display: block;
  font-size: var(--mh--font-size--md);
  line-height: var(--mh--line-height--sm);
  padding-right: 30px;
}
.l-sidebar-index__in::after {
  display: inline-block;
  width: 9px;
  height: 10px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229%22%20height%3D%2210%22%20fill%3D%22none%22%20viewBox%3D%220%200%209%2010%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4.43%2010%203.302%208.775%205.93%205.9H0V4.1h5.93L3.302%201.23%204.43%200%209%205l-4.57%205Z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229%22%20height%3D%2210%22%20fill%3D%22none%22%20viewBox%3D%220%200%209%2010%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4.43%2010%203.302%208.775%205.93%205.9H0V4.1h5.93L3.302%201.23%204.43%200%209%205l-4.57%205Z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  -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);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(90deg);
}
@media (width >= 768px ) {
  .l-sidebar-index {
    max-height: 50svh;
    overflow-y: auto;
  }
  .l-sidebar-index::-webkit-scrollbar {
    width: 2px;
  }
  .l-sidebar-index::-webkit-scrollbar-thumb {
    background-color: var(--mh--color--primary-500);
  }
  .l-sidebar-index::-webkit-scrollbar-track {
    background-color: var(--mh--color--grayscale-500);
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-sidebar-index__in {
    transition: color var(--mh--duration) var(--mh--easing);
  }
  .l-sidebar-index__in:hover {
    color: var(--mh--color--primary-500);
  }
}
/* l-sidebar-post
================================================== */
.l-sidebar-post {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.l-sidebar-post__item {
  min-width: 0;
}
.l-sidebar-post__item-in.u-zoom {
  display: grid;
  grid-template-columns: 100px 1fr;
  align-items: start;
  gap: 20px;
}
.l-sidebar-post__item-img img {
  height: 100%;
  object-fit: cover;
}
.l-sidebar-post__item-date {
  font-size: var(--mh--font-size--x3s);
}
.l-sidebar-post__item-head {
  font-weight: var(--mh--font-weight--bold);
  line-height: var(--mh--line-height--sm);
  letter-spacing: var(--mh--letter-spacing--sm);
  margin-top: var(--mh--space--10-15);
}
/* l-sidebar-post c-keyword-search01といっしょに使う
================================================== */
.l-sidebar-form.c-keyword-search01 {
  --_btn-size: 75px;
  --_input-gap: 10px;
}
#ez-toc-widget-container .ez-toc-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--mh--space--15-15);
}
#ez-toc-widget-container .ez-toc-list li {
  min-width: 0;
  position: relative;
  padding-left: 14px;
  padding-bottom: var(--mh--space--10-15);
  border-bottom: 1px solid var(--mh--color--grayscale-500);
}
#ez-toc-widget-container .ez-toc-list li::before {
  position: absolute;
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  content: "";
  background-color: var(--mh--color--primary-500);
  border-radius: 50%;
}
#ez-toc-widget-container .ez-toc-list li.active {
  background-color: transparent !important;
}
#ez-toc-widget-container .ez-toc-list li.active > a {
  font-weight: var(--mh--font-weight--medium) !important;
}
#ez-toc-widget-container .ez-toc-list li a {
  display: block;
  font-size: var(--mh--font-size--md);
  line-height: var(--mh--line-height--sm);
  padding-right: 30px;
}
#ez-toc-widget-container .ez-toc-list li a::after {
  display: inline-block;
  width: 9px;
  height: 10px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229%22%20height%3D%2210%22%20fill%3D%22none%22%20viewBox%3D%220%200%209%2010%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4.43%2010%203.302%208.775%205.93%205.9H0V4.1h5.93L3.302%201.23%204.43%200%209%205l-4.57%205Z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229%22%20height%3D%2210%22%20fill%3D%22none%22%20viewBox%3D%220%200%209%2010%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4.43%2010%203.302%208.775%205.93%205.9H0V4.1h5.93L3.302%201.23%204.43%200%209%205l-4.57%205Z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  -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);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(90deg);
}
@media (hover: hover) and (pointer: fine) {
  #ez-toc-widget-container .ez-toc-list li a {
    transition: color var(--mh--duration) var(--mh--easing);
  }
  #ez-toc-widget-container .ez-toc-list li a:hover {
    color: var(--mh--color--primary-500);
  }
}
.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=mask-up] {
  clip-path: inset(100% 0 0 0);
}
.js-c-anime-elem[data-anime=mask-up].is-animated {
  animation: mask-up var(--mh--duration-slow) var(--mh--easing) forwards;
}
.js-c-anime-elem[data-anime=img-cover] {
  position: relative;
}
.js-c-anime-elem[data-anime=img-cover]::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  content: "";
  background-color: #bce9ff;
}
.js-c-anime-elem[data-anime=img-cover] img {
  opacity: 0;
}
.js-c-anime-elem[data-anime=img-cover].is-animated::after {
  animation: cover-slide 1.1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.js-c-anime-elem[data-anime=img-cover].is-animated img {
  opacity: 1;
  transition-delay: 0.55s;
}
.js-c-anime-elem[data-anime-delay="0.1"] {
  transition-delay: 0.1s;
}
.js-c-anime-elem[data-anime-delay="0.2"] {
  transition-delay: 0.2s;
}
.js-c-anime-elem[data-anime-delay="0.3"] {
  transition-delay: 0.3s;
}
.js-c-anime-elem[data-anime-delay="0.4"] {
  transition-delay: 0.4s;
}
.js-c-anime-elem[data-anime-delay="0.5"] {
  transition-delay: 0.5s;
}
.js-c-anime-elem[data-anime-delay="0.6"] {
  transition-delay: 0.6s;
}
.js-c-anime-elem[data-anime-delay="0.7"] {
  transition-delay: 0.7s;
}
.js-c-anime-elem[data-anime-delay="0.8"] {
  transition-delay: 0.8s;
}
.js-c-anime-elem[data-anime-delay="0.9"] {
  transition-delay: 0.9s;
}
.js-c-anime-elem[data-anime-delay="1"] {
  transition-delay: 1s;
}
.js-c-anime-elem[data-anime-delay="1.1"] {
  transition-delay: 1.1s;
}
.js-c-anime-elem[data-anime-delay="1.2"] {
  transition-delay: 1.2s;
}
.js-c-anime-elem[data-anime-delay="1.3"] {
  transition-delay: 1.3s;
}
.js-c-anime-elem[data-anime-delay="1.4"] {
  transition-delay: 1.4s;
}
.js-c-anime-elem[data-anime-delay="1.5"] {
  transition-delay: 1.5s;
}
.js-c-anime-elem[data-anime-delay="1.6"] {
  transition-delay: 1.6s;
}
.js-c-anime-elem[data-anime-delay="1.7"] {
  transition-delay: 1.7s;
}
.js-c-anime-elem[data-anime-delay="1.8"] {
  transition-delay: 1.8s;
}
.js-c-anime-elem[data-anime-delay="1.9"] {
  transition-delay: 1.9s;
}
.js-c-anime-elem[data-anime-delay="2"] {
  transition-delay: 2s;
}
.js-c-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;
}
/* arrows
---------------------------------------- */
.splide__arrows {
  display: flex;
  gap: 10px;
}
.splide__arrows[hidden] {
  display: none;
}
.splide__arrow {
  position: relative;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  color: var(--mh--color--grayscale-900);
  border: 1px solid var(--mh--color--grayscale-700);
  border-radius: var(--mh--border-radius--md);
}
.splide__arrow.is-white {
  color: var(--mh--color--grayscale-100);
}
.splide__arrow[disabled] {
  opacity: 0.5;
}
.splide__arrow::after {
  display: inline-block;
  width: 9px;
  height: 10px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229%22%20height%3D%2210%22%20fill%3D%22none%22%20viewBox%3D%220%200%209%2010%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4.43%2010%203.302%208.775%205.93%205.9H0V4.1h5.93L3.302%201.23%204.43%200%209%205l-4.57%205Z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229%22%20height%3D%2210%22%20fill%3D%22none%22%20viewBox%3D%220%200%209%2010%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4.43%2010%203.302%208.775%205.93%205.9H0V4.1h5.93L3.302%201.23%204.43%200%209%205l-4.57%205Z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  -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);
  width: 10px;
  height: 10px;
}
.splide__arrow svg {
  display: none;
}
.splide__arrow--prev {
  transform: scale(-1, 1);
}
@media (hover: hover) and (pointer: fine) {
  .splide__arrow {
    transition: color var(--mh--duration) var(--mh--easing), background-color var(--mh--duration) var(--mh--easing), border-color var(--mh--duration) var(--mh--easing);
  }
  .splide__arrow:not([disabled]):hover {
    color: var(--mh--color--grayscale-100);
    background-color: var(--mh--color--primary-500);
    border-color: var(--mh--color--primary-500);
  }
  .splide__arrow:not([disabled]):hover::after {
    animation: arrow-slide var(--mh--duration) var(--mh--easing);
  }
}
/* pagination
---------------------------------------- */
.splide {
  --_dot-size: 6px;
}
.splide:has(.splide__pagination) {
  margin-bottom: calc(var(--mh--space--x3s) + var(--_dot-size));
}
.splide__pagination {
  position: absolute;
  inset-inline: 0;
  bottom: calc((var(--mh--space--x3s) + var(--_dot-size)) * -1);
  gap: var(--mh--space--x4s);
}
.splide__pagination__page {
  width: var(--_dot-size);
  aspect-ratio: 1;
  background-color: var(--mh--color--grayscale-500);
  border: none;
  border-radius: 100%;
  opacity: 1;
}
.splide__pagination__page.is-active {
  background-color: var(--mh--color--accent-500);
}
@media (width >= 768px ) {
  .splide {
    --_dot-size: 10px;
  }
}