@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: 1680px;
}
:root {
  --mh--font-family--base: "Zen Kaku Gothic New", sans-serif;
  --mh--font-family--en: "Questrial", sans-serif;
}
html body {
  --mh--font-size--x3s: 1rem;
  --mh--font-size--x2s: 1.2rem;
  --mh--font-size--xs: 1.3rem;
  --mh--font-size--sm: 1.4rem;
  --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;
}
@media (width >= 768px ) {
  html body {
    --mh--font-size--x3s: 1rem;
    --mh--font-size--x2s: 1.1rem;
    --mh--font-size--xs: 1.3rem;
    --mh--font-size--sm: 1.4rem;
    --mh--font-size--md: 1.6rem;
    --mh--font-size--lg: 1.8rem;
    --mh--font-size--xl: 2rem;
    --mh--font-size--x2l: 2.3rem;
    --mh--font-size--x3l: 2.6rem;
    --mh--font-size--x4l: 2.9rem;
    --mh--font-size--x5l: 3.2rem;
    --mh--font-size--x6l: 3.6rem;
    --mh--font-size--x7l: 4.1rem;
    --mh--font-size--x8l: 4.6rem;
    --mh--font-size--x9l: 5.2rem;
    --mh--font-size--x10l: 5.8rem;
    --mh--font-size--x11l: 6.6rem;
    --mh--font-size--x12l: 7.4rem;
  }
}
:root {
  --mh--letter-spacing--sm: 0.00em;
  --mh--letter-spacing--md: 0.05em;
}
:root {
  --mh--line-height--none: 1;
  --mh--line-height--xs: 1.1;
  --mh--line-height--sm: 1.5;
  --mh--line-height--md: 1.8;
  --mh--line-height--lg: 2;
}
:root {
  --mh--header--height: 64px;
}
@media (width >= 768px ) {
  :root {
    --mh--header--height: 116px;
  }
}
:root {
  --mh--sidebar--width: 240px;
}
:root {
  --mh--contents--width: 1100px;
  --mh--contents--wide-width: 1580px;
  --mh--contents--padding--side: 20px;
  --mh--contents--width-with-padding: calc(
  	var(--mh--contents--width) + var(--mh--contents--padding--side) * 2
  );
  --mh--contents--wide-width-with-padding: calc(
  	var(--mh--contents--wide-width) + var(--mh--contents--padding--side) * 2
  );
}
@media (width >= 768px ) {
  :root {
    --mh--contents--padding--side: 50px;
  }
}
html body {
  --mh--color--primary-500: rgb(23, 143, 81);
  --mh--color--grayscale-900: rgb(39, 39, 39);
  --mh--color--grayscale-800: rgb(136, 136, 136);
  --mh--color--grayscale-500: rgb(204, 204, 204);
  --mh--color--grayscale-300: rgb(242, 242, 242);
  --mh--color--grayscale-200: rgb(255, 255, 255);
  --mh--color--grayscale-100: rgba(255, 255, 255, 0.4);
  --mh--gradient01: linear-gradient(270deg, rgb(186, 186, 186) 0%, rgba(22, 87, 91, 0) 100%);
}
:root {
  --mh--easing: ease;
  --mh--duration: 0.3s;
  --easeOutCubic: cubic-bezier(0.215, 0.61, 0.355, 1);
  --ease-level1: var(--easeOutCubic);
  --transition-hover: 600ms var(--ease-level1);
  --animation-hover: var(--transition-hover) forwards;
}
@keyframes hover-x-out {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes hover-x-in {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes hover-y-out {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}
@keyframes hover-y-in {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
:root {
  --mh--space--x2s: 5px;
  --mh--space--xs: 10px;
  --mh--space--sm: 15px;
  --mh--space--md: 20px;
  --mh--space--lg: 25px;
  --mh--space--xl: 30px;
  --mh--space--x2l: 35px;
  --mh--space--x3l: 40px;
  --mh--space--x4l: 50px;
  --mh--space--15_25: 15px;
  --mh--space--30_50: 30px;
}
@media (width >= 768px ) {
  :root {
    --mh--space--x2s: 10px;
    --mh--space--xs: 20px;
    --mh--space--sm: 30px;
    --mh--space--md: 40px;
    --mh--space--lg: 50px;
    --mh--space--xl: 40px;
    --mh--space--x2l: 70px;
    --mh--space--x3l: 80px;
    --mh--space--x4l: 100px;
    --mh--space--15_25: 25px;
    --mh--space--30_50: 50px;
  }
}
@media (width >= 1680px ) {
  :root {
    --mh--space--xl: 60px;
  }
}
:root {
  --mh--padding--x2s: 20px;
  --mh--padding--xs: 20px;
  --mh--padding--sm: 20px;
  --mh--padding--md: 30px;
  --mh--padding--lg: 30px;
  --mh--padding--xl: 30px;
  --mh--padding--x2l: 30px;
  --mh--padding--50_80: 50px;
  --mh--padding--50_120: 50px;
  --mh--padding--60_120: 60px;
  --mh--padding--60_150: 60px;
  --mh--padding--70_120: 70px;
  --mh--padding--70_150: 70px;
  --mh--padding--70_120_180: 70px;
}
@media (width >= 768px ) {
  :root {
    --mh--padding--xs: 20px;
    --mh--padding--sm: 30px;
    --mh--padding--md: 40px;
    --mh--padding--lg: 50px;
    --mh--padding--xl: 60px;
    --mh--padding--x2l: 70px;
    --mh--padding--50_80: 80px;
    --mh--padding--50_120: 120px;
    --mh--padding--60_120: 120px;
    --mh--padding--60_150: 150px;
    --mh--padding--70_120: 120px;
    --mh--padding--70_150: 150px;
    --mh--padding--70_120_180: 120px;
  }
}
@media (width >= 1680px ) {
  :root {
    --mh--padding--70_120_180: 180px;
  }
}
* {
  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: 0;
}
body {
  min-width: 320px;
  font-family: var(--mh--font-family--base);
  font-size: var(--mh--font-size--md);
  line-height: var(--mh--line-height--md);
  color: var(--mh--color--grayscale-900);
  -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;
  }
}
* {
  letter-spacing: var(--mh--letter-spacing--sm);
}
ins {
  text-decoration: none;
  background-color: #ff9;
}
mark {
  font-weight: bold;
  background-color: #ff9;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  cursor: help;
  border-bottom: 1px dotted;
}
sup {
  font-size: 0.75em;
  vertical-align: text-top;
}
sub {
  font-size: 0.75em;
  vertical-align: text-bottom;
}
hr {
  display: block;
  height: 1px;
  padding: 0;
  margin: 1em 0;
  border: 0;
  border-top: 1px solid;
}
table {
  width: 100%;
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse;
}
a {
  color: inherit;
}
@media (width < 768px) {
  a:hover {
    text-decoration: none;
  }
}
input[type=text],
input[type=email],
input[type=tel],
textarea,
button,
select,
option {
  display: block;
  width: 100%;
  max-width: 100%;
  font-family: inherit;
  background: none;
  border: 1px solid;
  border-radius: 0;
}
@media (width < 768px) {
  input[type=text],
  input[type=email],
  input[type=tel],
  textarea,
  button,
  select,
  option {
    font-size: 1.6rem;
  }
}
summary {
  display: block;
  cursor: pointer;
  list-style: none;
}
summary::-webkit-details-marker {
  display: none;
}
.l-wrapper {
  position: relative;
  padding-bottom: env(safe-area-inset-bottom);
}
@media (width >= 1100px ) {
  .l-container.is-col2 {
    display: grid;
    grid-template-columns: var(--mh--sidebar--width) 1fr;
    gap: 20px;
    width: var(--mh--contents--width);
    margin: 0 auto;
  }
  .l-container.is-col2 .l-sidebar {
    order: -1;
  }
}
/*  c-anchor01
================================================== */
.c-anchor01 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid var(--mh--color--grayscale-500);
  border-width: 1px 0 0 1px;
}
.c-anchor01__item {
  border: 1px solid var(--mh--color--grayscale-500);
  border-width: 0 1px 1px 0;
}
.c-anchor01__item-in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 12px;
  background: var(--mh--color--grayscale-200);
}
.c-anchor01__item-ico.c-ico.is-arw03::after {
  background: var(--mh--color--primary-500);
  rotate: 90deg;
}
@media (width >= 768px ) {
  .c-anchor01 {
    grid-template-columns: repeat(5, 1fr);
  }
  .c-anchor01__item-in {
    padding: 20px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-anchor01__item-in {
    transition: all var(--mh--duration) var(--mh--easing);
  }
  .c-anchor01__item-in:hover {
    background: var(--mh--color--primary-500);
    color: var(--mh--color--grayscale-200);
  }
  .c-anchor01__item-in:hover .c-anchor01__item-ico.c-ico.is-arw03::after {
    background: var(--mh--color--grayscale-200);
  }
}
/*  .c-archive01
================================================== */
.c-archive01 {
  --line: 2;
  --line-height: 1.5;
}
.c-archive01__item {
  border-style: solid;
  border-width: 1px 0 0;
  border-color: var(--mh--color--grayscale-500);
}
.c-archive01__item:last-child {
  border-width: 1px 0;
}
.c-archive01__item-in {
  display: block;
  padding: 19px 0;
}
.c-archive01__item-in[target=_blank] {
  position: relative;
}
.c-archive01__item-in[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: currentColor;
  color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20fill%3D%22none%22%20viewBox%3D%220%200%2012%2012%22%3E%0A%3Cpath%20fill%3D%22%23979595%22%20d%3D%22M9%200v9H0V0zM1.5%207.5h6v-6h-6zM12%2012h-1.5V3H12z%22%2F%3E%0A%3Cpath%20fill%3D%22%23979595%22%20d%3D%22M3%2012v-1.5h9V12z%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%2212%22%20height%3D%2212%22%20fill%3D%22none%22%20viewBox%3D%220%200%2012%2012%22%3E%0A%3Cpath%20fill%3D%22%23979595%22%20d%3D%22M9%200v9H0V0zM1.5%207.5h6v-6h-6zM12%2012h-1.5V3H12z%22%2F%3E%0A%3Cpath%20fill%3D%22%23979595%22%20d%3D%22M3%2012v-1.5h9V12z%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;
  right: 0;
  bottom: 20px;
  background: var(--mh--color--grayscale-800);
}
.c-archive01__item-in[target=_blank] .c-archive01__item-head {
  padding-right: 2em;
}
.c-archive01__item-meta {
  display: flex;
  flex-wrap: wrap;
}
.c-archive01__item-date {
  margin: 0 10px 0 0;
  font-family: var(--mh--font-family--en);
  line-height: var(--mh--line-height--sm);
}
.c-archive01__item-cat {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 -5px -5px 0;
}
.c-archive01__item-cat-item {
  padding: 3px 10px;
  border: 1px solid var(--mh--color--grayscale-500);
  border-radius: 90px;
  font-size: var(--mh--font-size--x2s);
  line-height: var(--mh--line-height--sm);
  margin: 0 5px;
}
.c-archive01__item-head {
  display: -webkit-box;
  max-height: calc(var(--line) * var(--line-height) * 1em);
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: var(--line);
  line-height: var(--line-height);
  -webkit-box-orient: vertical;
}
.c-archive01__item-img {
  margin-top: 20px;
}
@media (width < 768px) {
  .c-archive01 {
    margin-top: 27px;
  }
  .c-archive01__item-head {
    margin-top: 10px;
  }
}
@media (width >= 768px ) {
  .c-archive01 {
    --line: 1;
  }
  .c-archive01__item-in {
    padding: 30px 0;
    display: flex;
    align-items: center;
    gap: 0 30px;
    position: relative;
  }
  .c-archive01__item-in::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: var(--mh--color--primary-500);
    position: absolute;
    left: 0;
    bottom: -1px;
    transform: scaleX(0);
    transform-origin: 100% 0;
    transition: transform var(--mh--duration) var(--mh--easing);
  }
  .c-archive01__item-in[target=_blank]::after {
    bottom: unset;
    top: 50%;
    translate: 0 -50%;
  }
  .c-archive01__item-in:has(.c-archive01__item-img) {
    flex-wrap: wrap;
  }
  .c-archive01__item-in:has(.c-archive01__item-img) .c-archive01__item-head {
    flex: 1;
  }
  .c-archive01__item-in:has(.c-archive01__item-img) .c-archive01__item-img {
    width: 100%;
  }
  .c-archive01__item-meta {
    flex-wrap: nowrap;
    flex-shrink: 0;
  }
  .c-archive01__item-cat {
    overflow: auto;
    max-width: 100px;
    flex-wrap: nowrap;
  }
  .c-archive01__item-cat::-webkit-scrollbar {
    display: none;
  }
  .c-archive01__item-cat-item {
    white-space: nowrap;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-archive01__item-in:hover::before {
    transform: scaleX(1);
    transform-origin: 0 0;
  }
}
/*  c-archive02
================================================== */
.c-archive02__item-img img {
  width: 100%;
  aspect-ratio: 540/334;
  object-fit: cover;
}
.c-archive02__item-head {
  margin-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dashed var(--mh--color--grayscale-100);
}
.c-archive02__item-terms {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 20px;
}
.c-archive02__item-term {
  padding: 3px 10px;
  border: 1px solid var(--mh--color--grayscale-500);
  color: var(--mh--color--grayscale-200);
  font-size: var(--mh--font-size--x2s);
  line-height: var(--mh--line-height--sm);
}
@media (width >= 768px ) {
  .c-archive02__item-head {
    margin-top: 25px;
  }
}
/*  c-archive03
================================================== */
.c-archive03 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
.c-archive03__item-img img {
  width: 100%;
  aspect-ratio: 540/334;
  object-fit: cover;
}
.c-archive03__item-head {
  margin-top: 15px;
  padding-bottom: 15px;
  padding-right: 70px;
  border-bottom: 1px dashed var(--mh--color--grayscale-500);
  position: relative;
}
.c-archive03__item-ico.c-ico.is-arw03 {
  background: var(--mh--color--primary-500);
  width: 60px;
  height: 30px;
  display: grid;
  place-content: center;
  border-radius: 60px;
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
}
.c-archive03__item-ico.c-ico.is-arw03::after {
  background: var(--mh--color--grayscale-200);
}
.c-archive03__item-terms {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 20px;
}
.c-archive03__item-term {
  padding: 3px 10px;
  border: 1px solid var(--mh--color--grayscale-500);
  font-size: var(--mh--font-size--x2s);
  line-height: var(--mh--line-height--sm);
}
@media (width >= 768px ) {
  .c-archive03 {
    grid-template-columns: repeat(3, 1fr);
    gap: 60px 30px;
  }
  .c-archive03__item-head {
    margin-top: 11px;
    transition: all var(--mh--duration) var(--mh--easing);
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-archive03__item-in:hover .c-archive03__item-head {
    color: var(--mh--color--primary-500);
  }
}
/* .c-blockquote01
================================================== */
.c-blockquote01 {
  padding: 15px;
  border: 1px solid var(--mh--color--primary-700);
}
@media (width >= 768px ) {
  .c-blockquote01 {
    padding: 25px;
  }
}
/* c-box01
================================================== */
.c-box01 {
  background: var(--mh--color--grayscale-200);
  padding: 20px;
}
.c-box01__head {
  font-weight: 700;
  line-height: var(--mh--line-height--sm);
  font-size: var(--mh--font-size--lg);
}
.c-box01__txt {
  margin-top: 10px;
}
.c-box01__note {
  margin-top: 10px;
}
@media (width >= 768px ) {
  .c-box01 {
    padding: 40px;
  }
}
/* .c-btn01
================================================== */
.c-btn01__in {
  display: flex;
  align-items: center;
  gap: 20px;
}
.c-btn01__txt {
  font-weight: 700;
  line-height: var(--mh--line-height--sm);
  font-size: var(--mh--font-size--lg);
}
.c-btn01__ico {
  display: grid;
  place-content: center;
  width: 60px;
  height: 30px;
  border-radius: 60px;
  background: var(--mh--color--primary-500);
  margin: 0;
  position: relative;
  overflow: hidden;
}
.c-btn01__ico .c-ico.is-arw03 {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-btn01__ico .c-ico.is-arw03::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--mh--color--grayscale-200);
}
.c-btn01__ico .is-ico2 {
  transform: translateX(-100%);
}
@media (width >= 768px ) {
  .c-btn01__in {
    gap: 28px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-btn01__in:hover .c-btn01__ico .is-ico1 {
    animation: hover-x-out var(--animation-hover);
  }
  .c-btn01__in:hover .c-btn01__ico .is-ico2 {
    animation: hover-x-in var(--animation-hover);
  }
}
/* .c-btn02
================================================== */
.c-btn02 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
.c-btn02__item {
  background: url(../img/common/bg_btn01.png) no-repeat center right/contain;
}
.c-btn02__item-in {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--mh--color--grayscale-900);
  padding: 38px 90px 38px 20px;
}
.c-btn02__item-txt {
  transition: all var(--mh--duration) var(--mh--easing);
  font-weight: 700;
  line-height: var(--mh--line-height--sm);
  font-size: var(--mh--font-size--xl);
}
.c-btn02__item-desc {
  display: block;
  margin-top: 10px;
}
.c-btn02__item-ico.c-ico {
  background: var(--mh--color--primary-500);
  border: 1px solid var(--mh--color--primary-500);
  width: 60px;
  height: 30px;
  border-radius: 60px;
  display: grid;
  place-content: center;
  transition: all var(--mh--duration) var(--mh--easing);
}
.c-btn02__item-ico.c-ico::after {
  background: var(--mh--color--grayscale-200) !important;
  width: 13px !important;
  height: 14px !important;
}
@media (width < 768px) {
  .c-btn02__item {
    position: relative;
  }
  .c-btn02__item-ico.c-ico {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
  }
}
@media (width >= 768px ) {
  .c-btn02 {
    grid-template-columns: repeat(auto-fit, minmax(335px, 1fr));
    gap: 30px;
  }
  .c-btn02__item-in {
    padding: 30px;
    min-height: 180px;
    justify-content: space-between;
  }
  .c-btn02__item-desc {
    margin-top: 15px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-btn02__item-in:hover .c-btn02__item-txt {
    color: var(--mh--color--primary-500);
  }
}
/* .c-btn03
================================================== */
.c-btn03__item a {
  font-weight: 700;
  line-height: var(--mh--line-height--sm);
  position: relative;
  padding: 0 90px 0 0 !important;
  background: transparent !important;
  color: var(--mh--color--grayscale-900) !important;
  font-size: var(--mh--font-size--lg) !important;
}
.c-btn03__item a::before {
  content: "";
  display: grid;
  place-content: center;
  width: 60px;
  height: 30px;
  border-radius: 60px;
  background: var(--mh--color--primary-500);
  margin: 0;
  position: absolute;
  right: 0;
  overflow: hidden;
}
.c-btn03__item a::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 14px;
  background-color: currentColor;
  color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2214%22%20fill%3D%22none%22%20viewBox%3D%220%200%2014%2014%22%3E%0A%3Cg%20fill%3D%22%23fff%22%20clip-path%3D%22url(%23a)%22%3E%0A%3Cpath%20d%3D%22M13.899%206.898%207.344%2013.5l-.987-.994%205.567-5.608-5.4-5.442.988-.991z%22%2F%3E%0A%3Cpath%20d%3D%22M0%206.25V7.5h12V6.25z%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22a%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%2013.5V.5h14v13z%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%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%2214%22%20height%3D%2214%22%20fill%3D%22none%22%20viewBox%3D%220%200%2014%2014%22%3E%0A%3Cg%20fill%3D%22%23fff%22%20clip-path%3D%22url(%23a)%22%3E%0A%3Cpath%20d%3D%22M13.899%206.898%207.344%2013.5l-.987-.994%205.567-5.608-5.4-5.442.988-.991z%22%2F%3E%0A%3Cpath%20d%3D%22M0%206.25V7.5h12V6.25z%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22a%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%2013.5V.5h14v13z%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: all var(--mh--duration) var(--mh--easing);
  position: absolute;
  top: 50%;
  right: 23px;
  transform: translate(0%, -50%);
  background: var(--mh--color--grayscale-200);
}
@media (hover: hover) and (pointer: fine) {
  .c-btn03__item a {
    transition: all var(--mh--duration) var(--mh--easing);
  }
  .c-btn03__item a:hover {
    color: var(--mh--color--primary-500) !important;
  }
}
/* .c-btns01
================================================== */
.c-btns01 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
.c-btns01__item-in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--mh--color--primary-500);
  border: 1px solid var(--mh--color--primary-500);
  border-radius: 60px;
  padding: 10px 20px;
}
.c-btns01__item-txt {
  color: var(--mh--color--grayscale-200);
  font-weight: 700;
  line-height: var(--mh--line-height--sm);
}
.c-btns01__item-ico.c-ico.is-download01::after {
  background: var(--mh--color--grayscale-200);
}
@media (width >= 768px ) {
  .c-btns01 {
    grid-template-columns: repeat(3, 1fr);
  }
  .c-btns01__item-in {
    padding: 18px 20px;
    gap: 0.5em;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-btns01__item-in {
    transition: all var(--mh--duration) var(--mh--easing);
  }
  .c-btns01__item-in:hover {
    background: var(--mh--color--grayscale-200);
  }
  .c-btns01__item-in:hover .c-btns01__item-txt {
    color: var(--mh--color--primary-500);
  }
  .c-btns01__item-in:hover .c-btns01__item-ico.c-ico.is-download01::after {
    background: var(--mh--color--primary-500);
  }
}
/* .c-cat01
================================================== */
.c-cat01 {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 20px;
}
.c-cat01__item {
  padding: 3px 10px;
  border: 1px solid var(--mh--color--grayscale-500);
  font-size: var(--mh--font-size--x2s);
  line-height: var(--mh--line-height--sm);
}
/* .c-cat02
================================================== */
.c-cat02 {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.c-cat02__item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.c-cat02__item-ico {
  display: block;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  background: var(--mh--color--grayscale-200);
}
.c-cat02__item-ico.is-eco {
  background: url(../img/icons/ico_products01.svg) no-repeat center/contain;
}
.c-cat02__item-ico.is-battery {
  background: url(../img/icons/ico_products02.svg) no-repeat center/contain;
}
.c-cat02__item-ico.is-machine {
  background: url(../img/icons/ico_products03.svg) no-repeat center/contain;
}
.c-cat02__item-ico.is-box {
  background: url(../img/icons/ico_products04.svg) no-repeat center/contain;
}
.c-cat02__item-ico.is-electron {
  background: url(../img/icons/ico_products05.svg) no-repeat center/contain;
}
.c-cat02__item-ico.is-car {
  background: url(../img/icons/ico_products06.svg) no-repeat center/contain;
}
/* c-cv01
================================================== */
.c-cv01 {
  padding: 10px;
}
.c-cv01__inner {
  background: url(../img/common/img_cv01_sp.jpg) no-repeat center/cover;
}
.c-cv01__link {
  padding: 50px 30px;
  display: block;
}
.c-cv01__btn-in {
  display: grid;
  place-content: center;
  border-radius: 90px;
  border: 1px solid var(--mh--color--grayscale-100);
  width: 156px;
  height: 55px;
}
.c-cv01__btn-ico {
  display: grid;
  place-content: center;
}
.c-cv01__btn-ico::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 14px;
  background-color: currentColor;
  color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2214%22%20fill%3D%22none%22%20viewBox%3D%220%200%2020%2014%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M20%2012.077C20%2013.142%2019.103%2014%2018.021%2014H1.98C.882%2014%200%2013.129%200%2012.077V2.531L9.993%209.56h.014L20%202.53zM18.021%200c.783%200%201.467.443%201.78%201.093l-9.808%206.89v.013L.2%201.093A1.97%201.97%200%200%201%201.98%200z%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%2220%22%20height%3D%2214%22%20fill%3D%22none%22%20viewBox%3D%220%200%2020%2014%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M20%2012.077C20%2013.142%2019.103%2014%2018.021%2014H1.98C.882%2014%200%2013.129%200%2012.077V2.531L9.993%209.56h.014L20%202.53zM18.021%200c.783%200%201.467.443%201.78%201.093l-9.808%206.89v.013L.2%201.093A1.97%201.97%200%200%201%201.98%200z%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: var(--mh--color--grayscale-200);
}
.c-cv01__txt {
  margin-top: 40px;
}
@media (width < 768px) {
  .c-cv01__btn {
    margin-top: 30px;
  }
}
@media (width >= 768px ) {
  .c-cv01 {
    position: relative;
    padding: 30px;
  }
  .c-cv01__inner {
    background-image: url(../img/common/img_cv01_pc.jpg);
  }
  .c-cv01__link {
    padding: 172px 90px 176px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
  }
  .c-cv01__txt {
    margin-top: 50px;
  }
  .c-cv01__btn-in {
    width: 206px;
    height: 73px;
    transition: all var(--mh--duration) var(--mh--easing);
  }
  .c-cv01__btn-ico::after {
    width: 28px;
    height: 21px;
    -webkit-mask-size: contain;
    mask-size: contain;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-cv01__link:hover .c-cv01__btn-in {
    border-color: var(--mh--color--primary-500);
    background: var(--mh--color--primary-500);
  }
}
.c-cv01.is-recruit .c-cv01__inner {
  background-image: url(../img/common/img_cv02_sp.jpg);
}
@media (width >= 768px ) {
  .c-cv01.is-recruit .c-cv01__inner {
    background-image: url(../img/common/img_cv02_pc.jpg);
  }
}
/*  c-data01
================================================== */
.c-data01 dt {
  padding: 10px 20px;
  background: var(--mh--color--grayscale-500);
  font-weight: 700;
  line-height: var(--mh--line-height--sm);
  border-bottom: 1px solid var(--mh--color--grayscale-200);
}
.c-data01 dd {
  padding: 10px 20px;
  background: var(--mh--color--grayscale-200);
}
@media (width >= 768px ) {
  .c-data01 dl {
    display: grid;
    grid-template-columns: 38.4615384615% 1fr;
  }
  .c-data01 dl:has(dt:nth-of-type(2)) {
    grid-template-columns: 23.0769230769% 15.3846153846% 1fr;
  }
  .c-data01 dt {
    border-right: 1px solid var(--mh--color--grayscale-200);
  }
}
/* c-faq01
================================================== */
.c-faq01 {
  margin-top: 30px;
}
@media (width >= 768px ) {
  .c-faq01 {
    margin-top: 60px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
.c-faq01-content {
  background: var(--mh--color--grayscale-200);
  height: 100%;
}
.c-faq01-content summary {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  line-height: var(--mh--line-height--sm);
  padding: 10px 20px 10px 10px;
  width: 100%;
  position: relative;
}
.c-faq01-content__arw {
  display: inline-block;
  place-content: center;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  right: 10px;
  translate: 0 -50%;
}
.c-faq01-content__arw::before, .c-faq01-content__arw::after {
  content: "";
  display: block;
  width: 15px;
  height: 1px;
  background: var(--mh--color--grayscale-900);
  transition: all var(--mh--duration) var(--mh--easing);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-faq01-content__arw::after {
  rotate: 90deg;
  transform-origin: top left;
}
.c-faq01-content__en {
  display: grid;
  place-content: center;
  width: 34px;
  height: 34px;
  background: var(--mh--color--primary-500);
  color: var(--mh--color--grayscale-200);
  flex-shrink: 0;
}
.c-faq01-content__body {
  border-top: 1px solid var(--mh--color--grayscale-500);
  padding: 10px;
  background: var(--mh--color--grayscale-200);
  display: flex;
  gap: 10px;
}
.c-faq01-content__body .c-faq01-content__en {
  background: var(--mh--color--grayscale-300);
  color: var(--mh--color--grayscale-800);
}
.c-faq01-content[open=true] .c-faq01-content__arw::after {
  rotate: 0deg;
}
/* .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-500);
}
.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 select {
  box-sizing: border-box;
  padding: 10px;
  font-size: 1.6rem;
}
.c-form__set {
  box-sizing: border-box;
  padding: 20px 0;
}
.c-form__set:not(:first-child) {
  border-top: 1px solid var(--mh--color--grayscale-500);
}
.c-form__set:first-of-type {
  padding-top: 0;
}
.c-form__set.is-last {
  border-bottom: 1px solid var(--mh--color--grayscale-500);
}
.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;
  font-size: 1.2rem;
  line-height: var(--mh--line-height--sm);
  color: #fff;
  text-align: center;
  background: var(--mh--color--grayscale-800);
  border-radius: 90px;
  font-weight: 400;
}
.c-form__required {
  background: var(--mh--color--primary-500);
}
.c-form__optional {
  color: var(--mh--color--grayscale-200);
  background: var(--mh--color--grayscale-800);
}
.c-form__field-set {
  display: block;
  margin-top: 15px;
}
.c-form__field-description {
  display: grid;
  gap: 5px 0;
  margin-top: 10px;
  font-size: 1.3rem;
  line-height: 1.5;
  color: var(--mh--color--grayscale-800);
}
.c-form__field-txt {
  display: inline-block;
  font-size: 1.6rem;
  line-height: var(--mh--line-height--sm);
  font-weight: 700;
  margin-bottom: 10px;
}
.c-form__postcode-group {
  display: flex;
  align-items: center;
}
.c-form__postcode-group input {
  width: 90px;
}
.c-form__postcode-suffix {
  margin: 0 6px 0 0;
  font-size: 1.6rem;
  line-height: 1.5;
}
.c-form__postcode-separate {
  display: inline-block;
  width: 8px;
  height: 1px;
  background: var(--mh--color--grayscale-900);
  margin-inline: 6px;
}
.c-form__postcode-btn {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 103px;
  height: 45px;
  padding: 10px 20px;
  margin-left: 10px;
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--mh--color--grayscale-200);
  text-align: center;
  background: var(--mh--color--primary-500);
  border-radius: 60px;
  border: none !important;
  font-weight: 700;
}
.c-form__select-in {
  position: relative;
}
.c-form__select-in select {
  padding: 10px;
  font-size: 1.6rem;
  line-height: 2.2rem;
  cursor: pointer;
  height: 50px;
}
.c-form__select-in::after {
  position: absolute;
  top: 24px;
  right: 8px;
  width: 12px;
  height: 6px;
  content: "";
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  background: var(--mh--color--grayscale-500);
}
.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-500);
  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--primary-500);
  border-radius: 50%;
  transform: scale(0);
  transition: all 0.3s ease;
}
.c-form__radio-list input:checked + span::after {
  transform: scale(1);
}
.c-form__radio-list 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-500);
  transform: translateY(-50%);
}
.c-form__checkbox-list input + span::after {
  position: absolute;
  top: 7px;
  left: 5px;
  display: block;
  width: 13px;
  height: 8px;
  content: "";
  border-color: var(--mh--color--primary-500);
  border-style: solid;
  border-width: 2px 2px 0 0;
  transform: scale(0) rotate(135deg);
  transition: all 0.3s ease;
}
.c-form__checkbox-list input:checked + span::after {
  transform: scale(1) rotate(135deg);
}
.c-form__checkbox-list 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: 480px;
  padding: 20px;
  overflow-y: scroll;
  border: 1px solid var(--mh--color--grayscale-500);
}
.c-form__privacy::-webkit-scrollbar {
  background: var(--mh--color--grayscale-500);
  width: 0.7em;
}
.c-form__privacy::-webkit-scrollbar-thumb {
  background-color: var(--mh--color--primary-500);
}
.c-form__privacy-head {
  font-size: var(--mh--font-size--lg);
  line-height: var(--mh--line-height--sm);
  margin-bottom: 10px;
  font-weight: bold;
}
.c-form__privacy-subhead {
  line-height: var(--mh--line-height--sm);
  margin-bottom: 5px;
  font-weight: bold;
}
.c-form__privacy-group + .c-form__privacy-group {
  margin-top: 2em;
}
.c-form__agreement {
  margin-top: 30px;
}
.c-form__agreement-txt {
  text-align: center;
}
.c-form__agreement-note {
  text-align: center;
  margin-top: 10px;
  font-size: var(--mh--font-size--sm);
  line-height: var(--mh--line-height--sm);
  color: var(--mh--color--grayscale-800);
}
.c-form__agreement-check {
  margin-top: 10px;
  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-500);
  background: var(--mh--color--grayscale-200);
  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--primary-500);
  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 {
  width: fit-content;
  margin: 30px auto 0;
  text-align: center;
}
.c-form__btn input {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  min-width: 210px;
  padding: 10px 49px;
  font-weight: 700;
  line-height: var(--mh--line-height--sm);
  color: #fff;
  appearance: none;
  outline: none;
  background-color: var(--mh--color--primary-500);
  border: none;
  border: 1px solid var(--mh--color--primary-500);
  border-radius: 60px;
}
.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 input[name*=your-addr] {
    width: 444px;
  }
  .c-form__set {
    padding: 30px 0;
  }
  .c-form__head {
    display: inline-block;
    margin-bottom: 20px;
  }
  .c-form__field-set {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .c-form__field-txt {
    margin-bottom: 0;
    flex-shrink: 0;
  }
  .c-form__postcode {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .c-form__postcode-group input {
    width: 200px;
  }
  .c-form__postcode-btn {
    width: 127px;
  }
  .c-form__select {
    width: 444px;
  }
  .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: 10px;
  }
  .c-form__radio-list.is-col3, .c-form__checkbox-list.is-col3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .c-form__privacy {
    height: 290px;
    padding: 40px;
  }
  .c-form__agreement {
    margin-top: 65px;
    margin-bottom: 60px;
  }
  .c-form__btn input {
    padding: 18px 20px;
  }
}
@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-500);
    background: var(--mh--color--grayscale-200);
  }
}
/* .c-form-btn
================================================== */
.c-form-area-btn {
  margin-top: 35px;
}
@media (width >= 768px ) {
  .c-form-area-btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 35px;
  }
}
.c-form-btn {
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 320px;
  height: 60px;
  padding: 10px 20px;
  margin: 0 auto;
  font-weight: 500;
  text-align: left;
  appearance: none;
  border: 0;
}
.c-form-btn + .c-form-btn {
  margin-top: 20px;
}
@media (width >= 768px ) {
  .c-form-btn {
    max-width: 320px;
    height: 80px;
    margin: 0;
    transition: all var(--mh--duration) var(--mh--easing);
  }
  .c-form-btn + .c-form-btn {
    margin-top: 0;
    margin-left: 40px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-form-btn:hover {
    opacity: 0.8;
  }
}
/* head
================================================ */
.c-single01__content h2:not([class*=c-]), .c-surface-head {
  margin-top: var(--mh--space--xl);
  margin-bottom: var(--mh--space--15_25);
  font-size: var(--mh--font-size--x4l);
}
.c-dobble-border-head {
  position: relative;
  padding-bottom: 10px;
  padding-left: 10px;
  margin-top: var(--mh--space--xl);
  margin-bottom: var(--mh--space--sm);
  font-size: var(--mh--font-size--x3l);
  border-bottom: 1px solid var(--mh--color--primary-700);
}
.c-dobble-border-head::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 70%;
  content: "";
  background: var(--mh--color--primary-700);
}
@media (width >= 768px ) {
  .c-dobble-border-head {
    padding-bottom: 15px;
    padding-left: 15px;
  }
}
.c-single01__content h3:not([class*=c-]), .c-line-head {
  position: relative;
  padding-left: 18px;
  margin-top: var(--mh--space--xl);
  margin-bottom: var(--mh--space--15_25);
  line-height: var(--mh--line-height--sm);
  font-size: var(--mh--font-size--x3l);
}
.c-single01__content h3:not([class*=c-])::before, .c-line-head::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  content: "";
  background: var(--mh--color--primary-500);
  transform: translateY(-50%);
}
@media (width >= 768px ) {
  .c-single01__content h3:not([class*=c-]), .c-line-head {
    padding-left: 27px;
  }
  .c-single01__content h3:not([class*=c-])::before, .c-line-head::before {
    width: 12px;
    height: 12px;
  }
}
.c-under-border-head {
  padding-bottom: 10px;
  font-size: var(--mh--font-size--xl);
  border-bottom: 1px solid var(--mh--color--primary-700);
}
@media (width >= 768px ) {
  .c-under-border-head {
    padding-bottom: 20px;
  }
}
.c-single01__content h4:not([class*=c-]), .c-simple-head {
  margin: var(--mh--space--sm) 0;
  font-size: var(--mh--font-size--lg);
  color: var(--mh--color--primary-700);
}
/* list
================================================ */
.c-single01__content ul:not([class*=c-]) {
  padding-left: 0;
  margin: var(--mh--space--md) 0;
  line-height: var(--mh--line-height--sm);
  list-style: none;
}
.c-single01__content ul:not([class*=c-]) li {
  position: relative;
  padding-left: 1em;
}
.c-single01__content ul:not([class*=c-]) li::before {
  position: absolute;
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  content: "";
  background-color: var(--mh--color--primary-500);
  border-radius: 50%;
}
.c-single01__content ul:not([class*=c-]) li + li {
  margin-top: 0.8em;
}
.c-single01__content ul:not([class*=c-]) li ol:not([class*=c-]) {
  counter-reset: child-num;
}
.c-single01__content ul:not([class*=c-]) li ol:not([class*=c-]) > li {
  position: relative;
  padding-left: 2em;
  text-indent: -2em;
  counter-increment: child-num 1;
}
.c-single01__content ul:not([class*=c-]) li ol:not([class*=c-]) > li::before {
  position: static;
  margin-right: 5px;
  color: var(--mh--color--primary-500);
  content: counter(child-num, decimal-leading-zero);
  background-color: transparent;
  font-family: var(--mh--font-family--en);
}
.c-single01__content ul:not([class*=c-]) li ol:not([class*=c-]) > li + li {
  margin-top: 0.8em;
}
.c-single01__content ol:not([class*=c-]) {
  padding-left: 0;
  margin: var(--mh--space--md) 0;
  line-height: var(--mh--line-height--sm);
  list-style: none;
  counter-reset: num01;
}
.c-single01__content ol:not([class*=c-]) > li {
  position: relative;
  padding-left: 2em;
  counter-increment: num01 1;
}
.c-single01__content ol:not([class*=c-]) > li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--mh--color--primary-500);
  content: counter(num01, decimal-leading-zero);
  font-family: var(--mh--font-family--en);
}
.c-single01__content ol:not([class*=c-]) > li + li {
  margin-top: 0.8em;
}
.c-single01__content ol:not([class*=c-]) > li ol:not([class*=c-]) {
  counter-reset: num02;
}
.c-single01__content ol:not([class*=c-]) > li ol:not([class*=c-]) > li {
  display: inline-block;
  position: relative;
  counter-increment: num02 1;
}
.c-single01__content ol:not([class*=c-]) > li ol:not([class*=c-]) > li::before {
  display: inline-block;
  margin-right: 5px;
  color: var(--mh--color--primary-500);
  content: counter(num01, decimal-leading-zero) "-" counter(num02, decimal-leading-zero);
  font-family: var(--mh--font-family--en);
}
.c-single01__content ol:not([class*=c-]) > li ol:not([class*=c-]) > li + li {
  margin-top: 0.8em;
}
.c-single01__content ol:not([class*=c-]) > li ul:not([class*=c-]) {
  padding-left: 0;
  margin-top: 0.8em;
  line-height: var(--mh--line-height--sm);
  list-style: none;
}
.c-single01__content ol:not([class*=c-]) > li ul:not([class*=c-]) li {
  position: relative;
  padding-left: 1em;
}
.c-single01__content ol:not([class*=c-]) > li ul:not([class*=c-]) li::before {
  position: absolute;
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  content: "";
  background-color: var(--mh--color--primary-500);
  border-radius: 50%;
}
.c-single01__content ol:not([class*=c-]) > li ul:not([class*=c-]) li + li {
  margin-top: 0.8em;
}
/* .c-dobble-border-head
================================================== */
/* .c-head01
================================================== */
.c-head01__sub {
  font-size: clamp(3.9rem, 3.2863849765vw + 2.6676056338rem, 7.4rem);
  white-space: nowrap;
}
.c-head01__main {
  line-height: var(--mh--line-height--sm);
  font-weight: 700;
  margin-top: 5px;
}
@media (width >= 768px ) {
  .c-head01__main {
    margin-top: 10px;
  }
}
/* .c-head02
================================================== */
.c-head02 {
  font-size: var(--mh--font-size--x3l);
  line-height: var(--mh--line-height--sm);
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  gap: 10px;
}
.c-head02::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: var(--mh--color--primary-500);
  border-radius: 50%;
}
@media (width >= 768px ) {
  .c-head02 {
    margin-bottom: 25px;
    gap: 15px;
  }
}
/* .c-head03
================================================== */
.c-head03 {
  font-size: var(--mh--font-size--x6l);
  line-height: var(--mh--line-height--sm);
  margin-bottom: 30px;
}
@media (width >= 768px ) {
  .c-head03 {
    margin-bottom: 60px;
  }
}
.c-head03.is-mb-sm {
  margin-bottom: 20px;
}
@media (width >= 768px ) {
  .c-head03.is-mb-sm {
    margin-bottom: 40px;
  }
}
.c-head03.is-mb-xs {
  margin-bottom: 20px;
}
@media (width >= 768px ) {
  .c-head03.is-mb-xs {
    margin-bottom: 30px;
  }
}
/* .c-line-head
================================================== */
/* .c-simple-head
================================================== */
/* .c-surface-head
================================================== */
/* .c-under-border-head
================================================== */
/* .c-ico
================================================== */
.c-ico {
  display: inline-block;
  vertical-align: baseline;
}
.c-ico svg {
  transition: all var(--mh--duration) var(--mh--easing);
}
/* .c-ico.is-arw01
================================================== */
.c-ico.is-arw01 {
  margin-left: 5px;
  color: red;
}
.c-ico.is-arw01::after {
  display: inline-block;
  width: 7px;
  height: 10px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 6.472 9.771"><path d="M1.32,0,0,1.38,3.709,4.886,0,8.391l1.32,1.38L6.472,4.886Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 6.472 9.771"><path d="M1.32,0,0,1.38,3.709,4.886,0,8.391l1.32,1.38L6.472,4.886Z"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: all var(--mh--duration) var(--mh--easing);
}
/* .c-ico.is-arw02
================================================== */
.c-ico.is-arw02 {
  margin-left: 5px;
  color: green;
}
.c-ico.is-arw02::after {
  display: inline-block;
  width: 6px;
  height: 10px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 5.516 9.032"><path d="M0,8.032a1,1,0,0,1-.707-.293,1,1,0,0,1,0-1.414L2.1,3.516-.707.707a1,1,0,0,1,0-1.414,1,1,0,0,1,1.414,0L4.223,2.809a1,1,0,0,1,0,1.414L.707,7.739A1,1,0,0,1,0,8.032Z" transform="translate(1 1)"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 5.516 9.032"><path d="M0,8.032a1,1,0,0,1-.707-.293,1,1,0,0,1,0-1.414L2.1,3.516-.707.707a1,1,0,0,1,0-1.414,1,1,0,0,1,1.414,0L4.223,2.809a1,1,0,0,1,0,1.414L.707,7.739A1,1,0,0,1,0,8.032Z" transform="translate(1 1)"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: all var(--mh--duration) var(--mh--easing);
}
/* .c-ico.is-arw03
================================================== */
.c-ico.is-arw03 {
  margin-left: 5px;
}
.c-ico.is-arw03::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 14px;
  background-color: currentColor;
  color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2214%22%20fill%3D%22none%22%20viewBox%3D%220%200%2014%2014%22%3E%0A%3Cg%20fill%3D%22%23fff%22%20clip-path%3D%22url(%23a)%22%3E%0A%3Cpath%20d%3D%22M13.899%206.898%207.344%2013.5l-.987-.994%205.567-5.608-5.4-5.442.988-.991z%22%2F%3E%0A%3Cpath%20d%3D%22M0%206.25V7.5h12V6.25z%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22a%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%2013.5V.5h14v13z%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%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%2214%22%20height%3D%2214%22%20fill%3D%22none%22%20viewBox%3D%220%200%2014%2014%22%3E%0A%3Cg%20fill%3D%22%23fff%22%20clip-path%3D%22url(%23a)%22%3E%0A%3Cpath%20d%3D%22M13.899%206.898%207.344%2013.5l-.987-.994%205.567-5.608-5.4-5.442.988-.991z%22%2F%3E%0A%3Cpath%20d%3D%22M0%206.25V7.5h12V6.25z%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22a%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%2013.5V.5h14v13z%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: all var(--mh--duration) var(--mh--easing);
  background: var(--mh--color--grayscale-900);
}
/* .c-ico.is-arw04
================================================== */
.c-ico.is-arw04 {
  margin-left: 5px;
}
.c-ico.is-arw04::after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 10px;
  background-color: currentColor;
  color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222%22%20height%3D%2210%22%20fill%3D%22none%22%20viewBox%3D%220%200%2022%2010%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M.758%204.5h20v1h-20z%22%2F%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M17%20.758%2021.243%205l-.708.707-4.242-4.243z%22%2F%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m16.293%208.535%204.242-4.243.708.707L17%209.242z%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%2222%22%20height%3D%2210%22%20fill%3D%22none%22%20viewBox%3D%220%200%2022%2010%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M.758%204.5h20v1h-20z%22%2F%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M17%20.758%2021.243%205l-.708.707-4.242-4.243z%22%2F%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m16.293%208.535%204.242-4.243.708.707L17%209.242z%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: var(--mh--color--grayscale-900);
}
/* .c-ico.is-blank01
================================================== */
.c-ico.is-blank01 {
  margin-left: 5px;
  color: red;
}
.c-ico.is-blank01::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: currentColor;
  color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20fill%3D%22none%22%20viewBox%3D%220%200%2012%2012%22%3E%0A%3Cpath%20fill%3D%22%23979595%22%20d%3D%22M9%200v9H0V0zM1.5%207.5h6v-6h-6zM12%2012h-1.5V3H12z%22%2F%3E%0A%3Cpath%20fill%3D%22%23979595%22%20d%3D%22M3%2012v-1.5h9V12z%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%2212%22%20height%3D%2212%22%20fill%3D%22none%22%20viewBox%3D%220%200%2012%2012%22%3E%0A%3Cpath%20fill%3D%22%23979595%22%20d%3D%22M9%200v9H0V0zM1.5%207.5h6v-6h-6zM12%2012h-1.5V3H12z%22%2F%3E%0A%3Cpath%20fill%3D%22%23979595%22%20d%3D%22M3%2012v-1.5h9V12z%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-blank02
================================================== */
.c-ico.is-blank02 {
  margin-left: 5px;
  color: green;
}
.c-ico.is-blank02::after {
  display: inline-block;
  width: 14px;
  height: 14px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 13.435 13.434"><path d="M15333.549,2248.428a.56.56,0,0,1-.559-.562V2237.79a.559.559,0,0,1,.559-.558h4.479a.56.56,0,1,1,0,1.121h-3.917v8.955h8.954v-3.917a.561.561,0,1,1,1.121,0v4.475a.56.56,0,0,1-.562.562Zm5.2-5.762a.562.562,0,0,1,0-.793l5.762-5.762h-3.686a.558.558,0,1,1,0-1.117h5.038a.559.559,0,0,1,.559.559v5.038a.559.559,0,0,1-1.117,0V2236.9l-5.762,5.762a.568.568,0,0,1-.794,0Z" transform="translate(-15332.99 -2234.994)"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 13.435 13.434"><path d="M15333.549,2248.428a.56.56,0,0,1-.559-.562V2237.79a.559.559,0,0,1,.559-.558h4.479a.56.56,0,1,1,0,1.121h-3.917v8.955h8.954v-3.917a.561.561,0,1,1,1.121,0v4.475a.56.56,0,0,1-.562.562Zm5.2-5.762a.562.562,0,0,1,0-.793l5.762-5.762h-3.686a.558.558,0,1,1,0-1.117h5.038a.559.559,0,0,1,.559.559v5.038a.559.559,0,0,1-1.117,0V2236.9l-5.762,5.762a.568.568,0,0,1-.794,0Z" transform="translate(-15332.99 -2234.994)"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: all var(--mh--duration) var(--mh--easing);
}
/* .c-ico.is-blank03
================================================== */
.c-ico.is-blank03 {
  margin-left: 5px;
}
.c-ico.is-blank03::after {
  background: linear-gradient(to right, rgb(34, 193, 195) 0%, rgb(253, 187, 45) 100%);
}
/* .c-ico.is-mail01
================================================== */
.c-ico.is-mail01 {
  margin-right: 5px;
  color: skyblue;
}
.c-ico.is-mail01::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 14px;
  background-color: currentColor;
  color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2214%22%20fill%3D%22none%22%20viewBox%3D%220%200%2020%2014%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M20%2012.077C20%2013.142%2019.103%2014%2018.021%2014H1.98C.882%2014%200%2013.129%200%2012.077V2.531L9.993%209.56h.014L20%202.53zM18.021%200c.783%200%201.467.443%201.78%201.093l-9.808%206.89v.013L.2%201.093A1.97%201.97%200%200%201%201.98%200z%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%2220%22%20height%3D%2214%22%20fill%3D%22none%22%20viewBox%3D%220%200%2020%2014%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M20%2012.077C20%2013.142%2019.103%2014%2018.021%2014H1.98C.882%2014%200%2013.129%200%2012.077V2.531L9.993%209.56h.014L20%202.53zM18.021%200c.783%200%201.467.443%201.78%201.093l-9.808%206.89v.013L.2%201.093A1.97%201.97%200%200%201%201.98%200z%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-map01
================================================== */
.c-ico.is-map01 {
  margin-right: 5px;
  color: violet;
}
.c-ico.is-map01::after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 16px;
  background-color: currentColor;
  color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211%22%20height%3D%2216%22%20fill%3D%22none%22%20viewBox%3D%220%200%2011%2016%22%3E%0A%3Cg%20fill%3D%22%23000%22%20clip-path%3D%22url(%23a)%22%3E%0A%3Cpath%20d%3D%22M5.5%2016a.34.34%200%200%201-.233-.096C5.052%2015.7%200%2010.831%200%206.024%200%202.704%202.468%200%205.5%200s5.499%202.703%205.499%206.024c0%204.807-5.053%209.675-5.267%209.88a.34.34%200%200%201-.233.096M5.5.775C2.856.775.707%203.13.707%206.025c0%203.893%203.803%208.047%204.791%209.061.989-1.014%204.792-5.168%204.792-9.062C10.29%203.13%208.14.775%205.498.775%22%2F%3E%0A%3Cpath%20d%3D%22M5.5%208.82c-1.407%200-2.55-1.254-2.55-2.794S4.092%203.232%205.5%203.232s2.55%201.253%202.55%202.794c0%201.54-1.144%202.793-2.55%202.793m0-4.814c-1.016%200-1.843.906-1.843%202.018%200%201.113.827%202.019%201.842%202.019s1.843-.906%201.843-2.019-.827-2.018-1.843-2.018%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22a%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200h11v16H0z%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%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%2211%22%20height%3D%2216%22%20fill%3D%22none%22%20viewBox%3D%220%200%2011%2016%22%3E%0A%3Cg%20fill%3D%22%23000%22%20clip-path%3D%22url(%23a)%22%3E%0A%3Cpath%20d%3D%22M5.5%2016a.34.34%200%200%201-.233-.096C5.052%2015.7%200%2010.831%200%206.024%200%202.704%202.468%200%205.5%200s5.499%202.703%205.499%206.024c0%204.807-5.053%209.675-5.267%209.88a.34.34%200%200%201-.233.096M5.5.775C2.856.775.707%203.13.707%206.025c0%203.893%203.803%208.047%204.791%209.061.989-1.014%204.792-5.168%204.792-9.062C10.29%203.13%208.14.775%205.498.775%22%2F%3E%0A%3Cpath%20d%3D%22M5.5%208.82c-1.407%200-2.55-1.254-2.55-2.794S4.092%203.232%205.5%203.232s2.55%201.253%202.55%202.794c0%201.54-1.144%202.793-2.55%202.793m0-4.814c-1.016%200-1.843.906-1.843%202.018%200%201.113.827%202.019%201.842%202.019s1.843-.906%201.843-2.019-.827-2.018-1.843-2.018%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22a%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200h11v16H0z%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: all var(--mh--duration) var(--mh--easing);
}
/* .c-ico.is-search01
================================================== */
.c-ico.is-search01 {
  margin-right: 5px;
  color: red;
}
.c-ico.is-search01::after {
  display: inline-block;
  width: 19px;
  height: 19px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18.814 18.814"><path d="M12491.646,13519.027l-4.409-4.409,0,0a7.6,7.6,0,1,1,1.386-1.387l4.409,4.413a.979.979,0,0,1,0,1.381.975.975,0,0,1-1.384,0Zm-14.97-10.43a5.922,5.922,0,1,0,5.921-5.921A5.926,5.926,0,0,0,12476.677,13508.6Z" transform="translate(-12474.751 -13500.751)" stroke-width="0.5"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18.814 18.814"><path d="M12491.646,13519.027l-4.409-4.409,0,0a7.6,7.6,0,1,1,1.386-1.387l4.409,4.413a.979.979,0,0,1,0,1.381.975.975,0,0,1-1.384,0Zm-14.97-10.43a5.922,5.922,0,1,0,5.921-5.921A5.926,5.926,0,0,0,12476.677,13508.6Z" transform="translate(-12474.751 -13500.751)" stroke-width="0.5"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: all var(--mh--duration) var(--mh--easing);
}
/* .c-ico.is-tel01
================================================== */
.c-ico.is-tel01 {
  margin-right: 5px;
  color: pink;
}
.c-ico.is-tel01::after {
  display: inline-block;
  width: 24px;
  height: 24px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 23.5 23.5"><path d="M18.019,23.5c-2.313,0-7.045-.741-12.147-5.844C-.641,11.143-.085,5.26.093,4.147a3.661,3.661,0,0,1,1.045-2.1L2.405.778a2.668,2.668,0,0,1,3.767,0l3.19,3.191a2.669,2.669,0,0,1,0,3.768L7.81,9.29a18.573,18.573,0,0,0,2.752,3.674A18.585,18.585,0,0,0,14.217,15.7l1.554-1.557a2.671,2.671,0,0,1,3.77,0l3.181,3.184a2.669,2.669,0,0,1,0,3.767l-1.25,1.25A3.7,3.7,0,0,1,19.5,23.378a7.471,7.471,0,0,1-1.479.122M4.29,2.148a.516.516,0,0,0-.367.149L2.658,3.564a1.554,1.554,0,0,0-.441.9c-.1.594-.725,5.777,5.174,11.675,6.21,6.213,11.472,5.18,11.692,5.133a1.6,1.6,0,0,0,.873-.441L21.2,19.581a.522.522,0,0,0,0-.731l-3.182-3.184a.526.526,0,0,0-.733,0l-2.708,2.71-.708-.393a21.871,21.871,0,0,1-4.828-3.5A21.8,21.8,0,0,1,5.532,9.632l-.393-.708L7.845,6.218a.522.522,0,0,0,0-.731L4.655,2.3a.515.515,0,0,0-.365-.148" transform="translate(0 0)"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 23.5 23.5"><path d="M18.019,23.5c-2.313,0-7.045-.741-12.147-5.844C-.641,11.143-.085,5.26.093,4.147a3.661,3.661,0,0,1,1.045-2.1L2.405.778a2.668,2.668,0,0,1,3.767,0l3.19,3.191a2.669,2.669,0,0,1,0,3.768L7.81,9.29a18.573,18.573,0,0,0,2.752,3.674A18.585,18.585,0,0,0,14.217,15.7l1.554-1.557a2.671,2.671,0,0,1,3.77,0l3.181,3.184a2.669,2.669,0,0,1,0,3.767l-1.25,1.25A3.7,3.7,0,0,1,19.5,23.378a7.471,7.471,0,0,1-1.479.122M4.29,2.148a.516.516,0,0,0-.367.149L2.658,3.564a1.554,1.554,0,0,0-.441.9c-.1.594-.725,5.777,5.174,11.675,6.21,6.213,11.472,5.18,11.692,5.133a1.6,1.6,0,0,0,.873-.441L21.2,19.581a.522.522,0,0,0,0-.731l-3.182-3.184a.526.526,0,0,0-.733,0l-2.708,2.71-.708-.393a21.871,21.871,0,0,1-4.828-3.5A21.8,21.8,0,0,1,5.532,9.632l-.393-.708L7.845,6.218a.522.522,0,0,0,0-.731L4.655,2.3a.515.515,0,0,0-.365-.148" transform="translate(0 0)"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: all var(--mh--duration) var(--mh--easing);
}
/* .c-ico.is-download01
================================================== */
.c-ico.is-download01 {
  margin-right: 5px;
  color: pink;
}
.c-ico.is-download01::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 15px;
  background-color: currentColor;
  color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2213%22%20height%3D%2215%22%20fill%3D%22none%22%20viewBox%3D%220%200%2013%2015%22%3E%0A%3Cg%20fill%3D%22%23fff%22%20clip-path%3D%22url(%23a)%22%3E%0A%3Cpath%20d%3D%22M6.602%2013.899%200%207.344l.994-.987%205.608%205.567%205.442-5.4.991.988z%22%2F%3E%0A%3Cpath%20d%3D%22M7.25%200H6v12h1.25zM13%2015v-1H0v1z%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22a%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200h13v15H0z%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%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%2213%22%20height%3D%2215%22%20fill%3D%22none%22%20viewBox%3D%220%200%2013%2015%22%3E%0A%3Cg%20fill%3D%22%23fff%22%20clip-path%3D%22url(%23a)%22%3E%0A%3Cpath%20d%3D%22M6.602%2013.899%200%207.344l.994-.987%205.608%205.567%205.442-5.4.991.988z%22%2F%3E%0A%3Cpath%20d%3D%22M7.25%200H6v12h1.25zM13%2015v-1H0v1z%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22a%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200h13v15H0z%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: all var(--mh--duration) var(--mh--easing);
}
/* .c-img01
================================================== */
.c-img01 {
  margin: var(--mh--space--md) 0;
}
/*  .c-num-list01
================================================== */
.c-num-list01 {
  padding-left: 0;
  margin: var(--mh--space--md) 0;
  line-height: var(--mh--line-height--sm);
  list-style: none;
  counter-reset: num01;
}
.c-num-list01__item {
  position: relative;
  padding-left: 2em;
  counter-increment: num01 1;
}
.c-num-list01__item::before {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--mh--color--primary-500);
  content: counter(num01, decimal-leading-zero);
  font-family: var(--mh--font-family--en);
}
.c-num-list01__item + .c-num-list01__item {
  margin-top: 0.8em;
}
.c-num-list01__item ol {
  counter-reset: num02;
}
.c-num-list01__item ol li {
  display: inline-block;
  position: relative;
  padding-left: 3.5em;
  counter-increment: num02 1;
}
.c-num-list01__item ol li::before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  color: var(--mh--color--primary-500);
  content: counter(num01, decimal-leading-zero) "-" counter(num02, decimal-leading-zero);
  font-family: var(--mh--font-family--en);
}
.c-num-list01__item ol li + li {
  margin-top: 0.8em;
}
.c-num-list01__item ul {
  padding-left: 0;
  margin-top: 0.8em;
  line-height: var(--mh--line-height--sm);
  list-style: none;
}
.c-num-list01__item ul li {
  position: relative;
  padding-left: 1em;
}
.c-num-list01__item ul li::before {
  position: absolute;
  top: 9px;
  left: 0;
  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: 0.8em;
}
/* c-number-text01
================================================== */
.c-number-text01 {
  padding-block: 20px;
}
.c-number-text01:last-of-type {
  border-bottom: 1px solid var(--mh--color--grayscale-500);
}
.c-number-text01__head {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.c-number-text01__head .u-font-en {
  font-size: var(--mh--font-size--x5l);
}
.c-number-text01__head-txt {
  line-height: var(--mh--line-height--sm);
}
.c-number-text01__txt {
  margin-top: 20px;
}
.c-number-text01 + .c-number-text01 {
  border-top: 1px solid var(--mh--color--grayscale-500);
}
@media (width >= 768px ) {
  .c-number-text01 {
    padding-block: 40px;
  }
  .c-number-text01__head {
    flex-direction: row;
    align-items: center;
    gap: 25px;
  }
  .c-number-text01__txt {
    padding-left: 66px;
  }
}
.c-number-text01.is-pt-none {
  padding-top: 0;
}
/*  .c-simple-list01
================================================== */
.c-simple-list01__item {
  position: relative;
  padding-left: 19px;
  font-size: var(--mh--font-size--md);
  line-height: var(--mh--line-height--sm);
}
.c-simple-list01__item::before {
  position: absolute;
  top: 11px;
  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: 10px;
}
.c-simple-list01__item ul,
.c-simple-list01__item ol {
  margin-top: 10px;
}
.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, decimal-leading-zero) ".";
  counter-increment: num 1;
  background-color: transparent;
  border-radius: 0;
}
/*  c-map01
================================================== */
.c-map01 {
  display: inline-block;
}
.c-map01__ico {
  width: fit-content;
  display: block;
  border-radius: 60px;
  background: var(--mh--color--grayscale-500);
  border: 1px solid var(--mh--color--grayscale-500);
  padding: 6px 20px;
  font-size: var(--mh--font-size--sm);
  margin-block: 5px;
}
.c-map01__ico::before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 16px;
  background-color: currentColor;
  color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211%22%20height%3D%2216%22%20fill%3D%22none%22%20viewBox%3D%220%200%2011%2016%22%3E%0A%3Cg%20fill%3D%22%23000%22%20clip-path%3D%22url(%23a)%22%3E%0A%3Cpath%20d%3D%22M5.5%2016a.34.34%200%200%201-.233-.096C5.052%2015.7%200%2010.831%200%206.024%200%202.704%202.468%200%205.5%200s5.499%202.703%205.499%206.024c0%204.807-5.053%209.675-5.267%209.88a.34.34%200%200%201-.233.096M5.5.775C2.856.775.707%203.13.707%206.025c0%203.893%203.803%208.047%204.791%209.061.989-1.014%204.792-5.168%204.792-9.062C10.29%203.13%208.14.775%205.498.775%22%2F%3E%0A%3Cpath%20d%3D%22M5.5%208.82c-1.407%200-2.55-1.254-2.55-2.794S4.092%203.232%205.5%203.232s2.55%201.253%202.55%202.794c0%201.54-1.144%202.793-2.55%202.793m0-4.814c-1.016%200-1.843.906-1.843%202.018%200%201.113.827%202.019%201.842%202.019s1.843-.906%201.843-2.019-.827-2.018-1.843-2.018%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22a%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200h11v16H0z%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%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%2211%22%20height%3D%2216%22%20fill%3D%22none%22%20viewBox%3D%220%200%2011%2016%22%3E%0A%3Cg%20fill%3D%22%23000%22%20clip-path%3D%22url(%23a)%22%3E%0A%3Cpath%20d%3D%22M5.5%2016a.34.34%200%200%201-.233-.096C5.052%2015.7%200%2010.831%200%206.024%200%202.704%202.468%200%205.5%200s5.499%202.703%205.499%206.024c0%204.807-5.053%209.675-5.267%209.88a.34.34%200%200%201-.233.096M5.5.775C2.856.775.707%203.13.707%206.025c0%203.893%203.803%208.047%204.791%209.061.989-1.014%204.792-5.168%204.792-9.062C10.29%203.13%208.14.775%205.498.775%22%2F%3E%0A%3Cpath%20d%3D%22M5.5%208.82c-1.407%200-2.55-1.254-2.55-2.794S4.092%203.232%205.5%203.232s2.55%201.253%202.55%202.794c0%201.54-1.144%202.793-2.55%202.793m0-4.814c-1.016%200-1.843.906-1.843%202.018%200%201.113.827%202.019%201.842%202.019s1.843-.906%201.843-2.019-.827-2.018-1.843-2.018%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22a%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200h11v16H0z%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: all var(--mh--duration) var(--mh--easing);
  margin-right: 2px;
  position: relative;
  top: 3px;
}
@media (width >= 768px ) {
  .c-map01__ico {
    display: inline-block;
    margin-left: 20px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-map01__ico {
    transition: all var(--mh--duration) var(--mh--easing);
  }
  .c-map01__ico:hover {
    background: var(--mh--color--grayscale-200);
  }
}
/*  c-modal01
================================================== */
.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;
}
.c-modal01__container {
  width: 100%;
  max-width: 335px;
  max-height: 100vh;
  box-sizing: border-box;
}
@media (width >= 768px ) {
  .c-modal01__container {
    max-width: 500px;
  }
}
.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 {
  border: 0;
  display: grid;
  place-content: center;
  position: relative;
  width: 40px;
  height: 40px;
  margin-left: auto;
}
.c-modal01__close::before, .c-modal01__close::after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background: var(--mh--color--grayscale-200);
  rotate: 45deg;
}
.c-modal01__close::after {
  rotate: -45deg;
  position: relative;
  top: -2px;
}
.c-modal01__map {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}
.c-modal01__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-modal01__btn {
  font-size: 0.875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  border-radius: 0.25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: transform 0.25s ease-out;
}
.c-modal01__btn:focus, .c-modal01__btn:hover {
  transform: scale(1.05);
}
.c-modal01__btn-primary {
  background-color: #00449e;
  color: #fff;
}
@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-modal01 {
  display: none;
}
.c-modal01.is-open {
  display: block;
}
.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-modal01__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 .c-modal01__container,
.c-modal01 .c-modal01__overlay {
  will-change: transform;
}
/* c-nav01
================================================== */
.c-nav01 {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  overflow: auto;
}
.c-nav01::-webkit-scrollbar {
  display: none;
}
.c-nav01__item {
  white-space: nowrap;
}
.c-nav01__item-txt {
  line-height: var(--mh--line-height--sm);
  transition: color var(--mh--duration) var(--mh--easing);
}
.c-nav01__item.is-active .c-nav01__item-txt {
  color: var(--mh--color--primary-500);
  font-weight: 700;
  position: relative;
  padding-left: 0.7em;
}
.c-nav01__item.is-active .c-nav01__item-txt::before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  background: var(--mh--color--primary-500);
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
}
@media (width >= 768px ) {
  .c-nav01 {
    flex-direction: column;
    gap: 15px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-nav01__item-in:hover .c-nav01__item-txt {
    color: var(--mh--color--primary-500);
  }
}
.c-nav01.is-row {
  flex-direction: row;
  flex-wrap: wrap;
}
/* c-note01
================================================== */
.c-note01 {
  color: var(--mh--color--grayscale-800);
}
.c-note01::before {
  content: "※";
  margin-right: 2px;
}
/* .c-pager01
=================================== */
.c-pager01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 30px -3px -10px;
  overflow: hidden;
  text-align: center;
}
.c-pager01 li {
  margin: 0 3px 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: 50px;
  height: 50px;
  line-height: 1;
  text-decoration: none;
  font-size: var(--mh--font-size--lg);
  font-family: var(--mh--font-family--en);
  transition: all var(--mh--duration) var(--mh--easing);
}
.c-pager01 li.pages, .c-pager01 li.first, .c-pager01 li.last {
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
.c-pager01 li.pages a,
.c-pager01 li.pages span, .c-pager01 li.first a,
.c-pager01 li.first span, .c-pager01 li.last a,
.c-pager01 li.last span {
  width: auto;
  border: 0;
  font-size: 0;
}
.c-pager01 li.current span {
  color: #fff;
  background: var(--mh--color--primary-500);
}
.c-pager01 li.previous a, .c-pager01 li.next a {
  width: 22px;
  font-size: 0;
}
.c-pager01 li.previous a::after, .c-pager01 li.next a::after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 10px;
  background-color: currentColor;
  color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222%22%20height%3D%2210%22%20fill%3D%22none%22%20viewBox%3D%220%200%2022%2010%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M.758%204.5h20v1h-20z%22%2F%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M17%20.758%2021.243%205l-.708.707-4.242-4.243z%22%2F%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m16.293%208.535%204.242-4.243.708.707L17%209.242z%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%2222%22%20height%3D%2210%22%20fill%3D%22none%22%20viewBox%3D%220%200%2022%2010%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M.758%204.5h20v1h-20z%22%2F%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M17%20.758%2021.243%205l-.708.707-4.242-4.243z%22%2F%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m16.293%208.535%204.242-4.243.708.707L17%209.242z%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: var(--mh--color--primary-500);
}
.c-pager01 li.previous {
  margin-right: 10px;
}
.c-pager01 li.previous a::after {
  rotate: 180deg;
}
.c-pager01 li.next {
  margin-left: 10px;
}
.c-pager01 li.extend span {
  border: 0;
}
@media (width >= 768px ) {
  .c-pager01 {
    margin-top: 52px;
  }
}
@media (width >= 1100px ) {
  .c-pager01 li:not(.previous, .next) a:hover {
    color: #fff;
    text-decoration: none;
    background: var(--mh--color--primary-500);
  }
}
/*  .c-pager02
================================================== */
.c-pager02 {
  position: relative;
  margin-top: 30px;
  overflow: hidden;
  line-height: 1;
}
.c-pager02 a {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-decoration: none;
  font-weight: 700;
  line-height: var(--mh--line-height--sm);
  font-size: var(--mh--font-size--lg);
}
.c-pager02__previous, .c-pager02__next {
  width: calc(50% - 10px);
}
.c-pager02__previous a::before, .c-pager02__next a::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 14px;
  background-color: currentColor;
  color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2214%22%20fill%3D%22none%22%20viewBox%3D%220%200%2014%2014%22%3E%0A%3Cg%20fill%3D%22%23fff%22%20clip-path%3D%22url(%23a)%22%3E%0A%3Cpath%20d%3D%22M13.899%206.898%207.344%2013.5l-.987-.994%205.567-5.608-5.4-5.442.988-.991z%22%2F%3E%0A%3Cpath%20d%3D%22M0%206.25V7.5h12V6.25z%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22a%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%2013.5V.5h14v13z%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%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%2214%22%20height%3D%2214%22%20fill%3D%22none%22%20viewBox%3D%220%200%2014%2014%22%3E%0A%3Cg%20fill%3D%22%23fff%22%20clip-path%3D%22url(%23a)%22%3E%0A%3Cpath%20d%3D%22M13.899%206.898%207.344%2013.5l-.987-.994%205.567-5.608-5.4-5.442.988-.991z%22%2F%3E%0A%3Cpath%20d%3D%22M0%206.25V7.5h12V6.25z%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22a%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%2013.5V.5h14v13z%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: all var(--mh--duration) var(--mh--easing);
  background: var(--mh--color--primary-500);
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}
.c-pager02__previous {
  float: left;
}
.c-pager02__previous a {
  justify-content: flex-start;
  padding-left: 34px;
}
.c-pager02__previous a::before {
  left: 0;
  rotate: 180deg;
}
.c-pager02__next {
  float: right;
}
.c-pager02__next a {
  justify-content: flex-end;
  padding-right: 34px;
}
.c-pager02__next a::before {
  right: 0;
}
.c-pager02__all {
  clear: both;
  width: 100%;
  padding-top: 20px;
  display: flex;
  justify-content: center;
}
.c-pager02__all a {
  min-width: 210px;
  padding: 10px 20px;
  background: var(--mh--color--primary-500);
  border: 2px solid var(--mh--color--primary-500);
  color: var(--mh--color--grayscale-200);
  justify-content: center;
  border-radius: 60px;
}
@media (width >= 768px ) {
  .c-pager02 {
    margin-top: 60px;
    position: relative;
    padding-top: 55px;
  }
  .c-pager02__previous, .c-pager02__next {
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    width: 30%;
  }
  .c-pager02__next {
    right: 0;
  }
  .c-pager02__all {
    width: fit-content;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-pager02__previous a, .c-pager02__next a {
    transition: all var(--mh--duration) var(--mh--easing);
  }
  .c-pager02__previous a:hover, .c-pager02__next a:hover {
    color: var(--mh--color--primary-500);
  }
  .c-pager02__all a {
    transition: all var(--mh--duration) var(--mh--easing);
  }
  .c-pager02__all a:hover {
    background: var(--mh--color--grayscale-200);
    color: var(--mh--color--primary-500);
  }
}
/* c-search01
=================================== */
.c-search01 {
  background: var(--mh--color--grayscale-200);
  padding: 40px 20px;
}
.c-search01__set + .c-search01__set {
  margin-top: 10px;
}
.c-search01__cat {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 5px;
}
.c-search01__cat-item label {
  cursor: pointer;
}
.c-search01__cat-item input[type=radio],
.c-search01__cat-item 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-search01__cat-item span {
  display: inline-block;
  min-width: 80px;
  padding: 5px 10px;
  border: 1px solid var(--mh--color--grayscale-500);
  text-align: center;
  font-size: var(--mh--font-size--x2s);
  line-height: var(--mh--line-height--sm);
}
.c-search01__cat-item input:checked + span {
  background: var(--mh--color--grayscale-900);
  color: var(--mh--color--grayscale-200);
}
.c-search01__cat-btn {
  display: inline-block;
  min-width: 80px;
  padding: 5px 10px;
  border: 1px solid var(--mh--color--grayscale-500);
  text-align: center;
  font-size: var(--mh--font-size--x2s);
  line-height: var(--mh--line-height--sm);
}
.c-search01__buttons {
  margin-top: 20px;
  display: grid;
  gap: 7px;
  grid-template-columns: repeat(auto-fill, minmax(144px, 1fr));
}
.c-search01 button:not([class*=c-search01__cat-btn]) {
  border-radius: 70px;
  padding: 10px;
  font-weight: 700;
  line-height: var(--mh--line-height--sm);
  text-align: center;
  border: 0;
  background: var(--mh--color--grayscale-800);
  color: var(--mh--color--grayscale-200);
}
.c-search01 button:not([class*=c-search01__cat-btn]).c-search01__submit {
  background: var(--mh--color--primary-500);
}
@media (width >= 768px ) {
  .c-search01 {
    padding: 60px;
  }
  .c-search01__set {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 5px;
  }
  .c-search01__cat-item span {
    min-width: 120px;
  }
  .c-search01__buttons {
    margin-top: 30px;
    grid-template-columns: 180px 180px;
    justify-content: center;
  }
}
/*  .c-set01.is-reverse
================================================== */
@media (width >= 768px ) {
  .c-set01.is-reverse {
    flex-direction: row;
  }
  .c-set01.is-reverse .c-set01__img {
    margin: 0 0 0 40px !important;
  }
}
/*  .c-set01
================================================== */
.c-set01__img {
  margin-top: 30px !important;
}
@media (width >= 768px ) {
  .c-set01 {
    flex-direction: row-reverse;
  }
  .c-set01__img {
    flex-basis: auto !important;
    width: 40%;
    margin: 0 40px 0 0 !important;
  }
  .c-set01__area-txt {
    flex-basis: auto !important;
    width: calc(100% - 480px);
  }
}
/* .c-single01
================================================== */
.c-single01__content {
  overflow: hidden;
}
.c-single01__content > *:first-child {
  margin-top: 0 !important;
}
.c-single01__content > *:last-child {
  margin-bottom: 0 !important;
}
.c-single01__content p {
  margin: var(--mh--space--xs) 0;
}
.c-single01__content h1:not([class*=c-]),
.c-single01__content h2:not([class*=c-]),
.c-single01__content h3:not([class*=c-]),
.c-single01__content h4:not([class*=c-]),
.c-single01__content h5:not([class*=c-]),
.c-single01__content h6:not([class*=c-]) {
  clear: both;
  margin: var(--mh--space--lg) 0 var(--mh--space--md);
  font-weight: 700;
  line-height: var(--mh--line-height--sm);
  letter-spacing: var(--mh--letter-spacing);
}
.c-single01__content h5:not([class*=c-]),
.c-single01__content h6:not([class*=c-]) {
  font-size: var(--mh--font-size--md);
}
.c-single01__content ul:not([class*=c-]) ul:not([class*=c-]),
.c-single01__content ul:not([class*=c-]) ol:not([class*=c-]),
.c-single01__content ol:not([class*=c-]) ul:not([class*=c-]),
.c-single01__content ol:not([class*=c-]) ol:not([class*=c-]) {
  margin: 0.8em 0 0;
}
.c-single01__content blockquote {
  padding: 20px;
  margin: var(--mh--space--md) 0;
  border: 1px solid var(--mh--color--primary-700);
}
.c-single01__content blockquote > *:first-child {
  margin-top: 0;
}
.c-single01__content figure {
  margin: var(--mh--space--md) 0;
}
.c-single01__content *:not(.c-link01) a {
  color: var(--mh--color--primary-500);
  text-decoration: underline !important;
}
.c-single01__content *:not(.c-link01) a[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: currentColor;
  color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20fill%3D%22none%22%20viewBox%3D%220%200%2012%2012%22%3E%0A%3Cpath%20fill%3D%22%23979595%22%20d%3D%22M9%200v9H0V0zM1.5%207.5h6v-6h-6zM12%2012h-1.5V3H12z%22%2F%3E%0A%3Cpath%20fill%3D%22%23979595%22%20d%3D%22M3%2012v-1.5h9V12z%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%2212%22%20height%3D%2212%22%20fill%3D%22none%22%20viewBox%3D%220%200%2012%2012%22%3E%0A%3Cpath%20fill%3D%22%23979595%22%20d%3D%22M9%200v9H0V0zM1.5%207.5h6v-6h-6zM12%2012h-1.5V3H12z%22%2F%3E%0A%3Cpath%20fill%3D%22%23979595%22%20d%3D%22M3%2012v-1.5h9V12z%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-single01__content *:not(.c-link01) a:hover {
    text-decoration: none !important;
  }
}
/*  c-table01
================================================== */
.c-table01 th {
  background: var(--mh--color--grayscale-500);
  text-align: left;
  padding: 10px 20px;
  line-height: var(--mh--line-height--sm);
  font-weight: 700;
}
.c-table01 tbody td {
  background: var(--mh--color--grayscale-200);
  padding: 10px;
}
.c-table01 tbody td li {
  line-height: var(--mh--line-height--md);
  padding-left: 1em;
  text-indent: -1em;
  position: relative;
}
.c-table01 tbody td li::before {
  content: "・";
  display: inline-block;
  padding-left: 1em;
  padding-right: 0.5em;
}
@media (width < 768px) {
  .c-table01 tr, .c-table01 th, .c-table01 td {
    display: block;
  }
}
@media (width >= 768px ) {
  .c-table01 tbody th {
    width: 100px;
    padding: 10px 20px;
    vertical-align: middle;
    border-bottom: 1px solid var(--mh--color--grayscale-200);
  }
  .c-table01 tbody td {
    padding: 10px 20px;
    border-bottom: 1px solid var(--mh--color--grayscale-500);
  }
}
.c-table01.is-sp-scroll {
  max-width: 100%;
  overflow: auto;
}
.c-table01.is-sp-scroll tr:last-of-type td {
  border-bottom: 0;
}
.c-table01.is-sp-scroll th {
  border-left: 1px solid var(--mh--color--grayscale-200);
  border-bottom: 1px solid var(--mh--color--grayscale-200);
  vertical-align: middle;
}
.c-table01.is-sp-scroll td {
  border-bottom: 1px solid var(--mh--color--grayscale-500);
}
.c-table01.is-sp-scroll td:not(:first-of-type) {
  border-left: 1px solid var(--mh--color--grayscale-500);
}
@media (width < 768px) {
  .c-table01.is-sp-scroll {
    padding-bottom: 10px;
  }
  .c-table01.is-sp-scroll::-webkit-scrollbar {
    background: var(--mh--color--grayscale-500);
    height: 2px;
  }
  .c-table01.is-sp-scroll::-webkit-scrollbar-thumb {
    background-color: var(--mh--color--primary-500);
  }
  .c-table01.is-sp-scroll table {
    min-width: 815px;
  }
  .c-table01.is-sp-scroll tr {
    display: table-row;
  }
  .c-table01.is-sp-scroll th, .c-table01.is-sp-scroll td {
    display: table-cell;
  }
}
/*  c-table02
================================================== */
.c-table02 th {
  text-align: left;
  line-height: var(--mh--line-height--sm);
}
.c-table02 tbody tr {
  padding-block: 20px;
  border: 1px solid var(--mh--color--grayscale-500);
  border-width: 1px 0 0;
}
.c-table02 tbody tr:last-of-type {
  border-width: 1px 0 1px 0;
}
@media (width < 768px) {
  .c-table02 tr, .c-table02 th, .c-table02 td {
    display: block;
  }
}
@media (width >= 768px ) {
  .c-table02 tbody th, .c-table02 tbody td {
    padding-block: 20px;
  }
  .c-table02 tbody th {
    width: 140px;
  }
  .c-table02 tbody td {
    padding-left: 20px;
  }
}
/* .l-breadcrumb
================================================ */
.l-breadcrumb__inner {
  padding-top: 30px;
  padding-bottom: 15px;
}
@media (width >= 768px ) {
  .l-breadcrumb__inner {
    padding-top: 70px;
    padding-bottom: 40px;
  }
}
/* .l-breadcrumb-list
================================================ */
.l-breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.l-breadcrumb-list__item {
  display: inline-block;
  vertical-align: top;
  line-height: var(--mh--line-height--sm);
  color: var(--mh--color--grayscale-200);
  font-size: 1.4rem;
}
.l-breadcrumb-list__item a {
  color: var(--mh--color--grayscale-100);
}
.l-breadcrumb-list__item + .l-breadcrumb-list__item {
  margin-left: 5px;
}
.l-breadcrumb-list__item + .l-breadcrumb-list__item::before {
  margin-right: 5px;
  content: " / ";
  color: var(--mh--color--grayscale-100);
}
@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-container
================================================ */
.l-footer-container {
  overflow: clip;
  position: relative;
  z-index: 0;
}
.l-footer-container__tape1, .l-footer-container__tape2 {
  display: block;
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
.l-footer-container__tape1 {
  width: 212px;
  aspect-ratio: 212/357;
  background: url(../img/common/bg_footer_tape01_sp.png) no-repeat center/100%;
  bottom: 0;
  left: 0;
}
.l-footer-container__tape2 {
  width: 195px;
  aspect-ratio: 195/382;
  background: url(../img/common/bg_footer_tape02_sp.png) no-repeat center right/100%;
  right: 0;
  bottom: 0;
}
@media (width >= 768px ) {
  .l-footer-container__tape1 {
    width: 27.34375%;
    aspect-ratio: 525/455;
    background-image: url(../img/common/bg_footer_tape01_pc.png);
    background-size: 100% 100%;
  }
  .l-footer-container__tape2 {
    width: 70.0520833333%;
    height: calc(100% - 30px);
    aspect-ratio: unset;
    background: url(../img/common/bg_footer_tape02_pc.png) no-repeat bottom left/cover;
    pointer-events: none;
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 1;
  }
}
/* .l-footer
================================================ */
.l-footer {
  position: relative;
  z-index: 0;
}
.l-footer__inner {
  padding: 40px var(--mh--contents--padding--side) 60px;
}
.l-footer__logo {
  width: 225px;
}
@media (width < 768px) {
  .l-footer__content {
    display: grid;
    grid-template-columns: 1fr;
  }
  .l-footer__copy {
    order: -1;
    margin-top: 96px;
  }
  .l-footer__logo {
    margin-top: 60px;
  }
}
@media (width >= 768px ) {
  .l-footer__inner {
    max-width: var(--mh--contents--wide-width-with-padding);
    padding-top: 120px;
    padding-bottom: 120px;
    margin-inline: auto;
  }
  .l-footer__content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 78px 0px;
  }
  .l-footer__logo {
    width: 350px;
  }
  .l-footer__copy {
    width: 725px;
  }
  .l-footer__copy img {
    width: 100%;
  }
}
@media (width >= 1680px ) {
  .l-footer__inner {
    padding-left: 0;
    padding-right: 0;
  }
}
/* .l-footer-nav
================================================ */
.l-footer-nav__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px 40px;
}
.l-footer-nav__sub, .l-footer-nav__main {
  display: block;
}
.l-footer-nav__child-item {
  display: flex;
  position: relative;
  padding-left: 1em;
}
.l-footer-nav__child-item::before {
  content: "";
  width: 10px;
  height: 2px;
  background: var(--mh--color--grayscale-200);
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
}
.l-footer-nav__child-in {
  display: inline-block;
  color: var(--mh--color--grayscale-200);
  line-height: var(--mh--line-height--sm);
  overflow: hidden;
}
@media (width < 768px) {
  .l-footer-nav {
    order: -2;
  }
}
@media (width >= 768px ) {
  .l-footer-nav {
    place-self: end;
  }
  .l-footer-nav__list {
    gap: 40px 60px;
  }
}
/* .l-footer-cr
================================================ */
@media (width < 768px) {
  .l-footer-cr {
    margin-top: 15px;
  }
}
@media (width >= 768px ) {
  .l-footer-cr {
    place-self: end;
  }
}
/* .l-footer-page-top
================================================ */
.l-footer-page-top {
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.l-footer-page-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  background: var(--mh--color--grayscale-200);
}
.l-footer-page-top__link {
  display: grid;
  place-content: center;
  height: 100%;
}
.l-footer-page-top__ico.c-ico.is-arw03 {
  margin: 0;
  display: grid;
  place-content: center;
  position: relative;
}
.l-footer-page-top__ico.c-ico.is-arw03::after {
  background: var(--mh--color--grayscale-200);
  rotate: -90deg;
}
/* .l-header
================================================ */
.l-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  min-width: 320px;
  border-bottom: 1px solid var(--mh--color--grayscale-100);
}
.l-header__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  height: var(--mh--header--height);
  padding-left: var(--mh--contents--padding--side);
  padding-right: var(--mh--contents--padding--side);
}
@media (width >= 768px ) {
  .l-header {
    min-width: var(--mh--contents--width-with-padding);
    position: fixed;
    top: 0;
  }
  .l-header__inner {
    width: 100%;
    flex-wrap: nowrap;
    position: relative;
    transition: all var(--mh--duration) var(--mh--easing);
  }
  .l-header__container {
    flex: 1;
    display: flex;
    align-items: center;
  }
}
@media (width >= 768px ) and (hover: none) {
  .l-header {
    left: 0 !important;
  }
}
.l-header.is-scroll {
  border-bottom: none;
}
@media (width < 768px) {
  .l-header.is-scroll .l-nav-btn {
    border-color: #ccc;
  }
  .l-header.is-scroll .l-nav-btn__line {
    background: var(--mh--color--grayscale-900);
  }
  .l-header.is-scroll .l-nav-btn__txt {
    color: var(--mh--color--grayscale-900);
  }
}
@media (width >= 768px ) {
  .l-header.is-scroll {
    --mh--header--height: 86px;
  }
  .l-header.is-scroll .l-header-logo {
    opacity: 0;
    visibility: hidden;
  }
  .l-header.is-scroll .l-header-btn__in {
    border-color: #ccc;
  }
  .l-header.is-scroll .l-header-btn__ico.c-ico.is-mail01::after {
    background: var(--mh--color--grayscale-900);
  }
  .l-header.is-scroll .l-header-btn__txt {
    color: var(--mh--color--grayscale-900);
  }
  .l-header.is-scroll .l-nav-btn {
    border-color: #ccc;
  }
  .l-header.is-scroll .l-nav-btn__line {
    background: var(--mh--color--grayscale-900);
  }
  .l-header.is-scroll .l-nav-btn__txt {
    color: var(--mh--color--grayscale-900);
  }
}
@media (width < 768px) {
  .l-header.is-scroll.is-enter-black .l-nav-btn__line {
    background: var(--mh--color--grayscale-200);
  }
  .l-header.is-scroll.is-enter-black .l-nav-btn__txt {
    color: var(--mh--color--grayscale-200);
  }
}
@media (width >= 768px ) {
  .l-header.is-scroll.is-enter-black .l-header-btn__ico.c-ico.is-mail01::after {
    background: var(--mh--color--grayscale-200);
  }
  .l-header.is-scroll.is-enter-black .l-header-btn__txt {
    color: var(--mh--color--grayscale-200);
  }
  .l-header.is-scroll.is-enter-black .l-nav-btn__line {
    background: var(--mh--color--grayscale-200);
  }
  .l-header.is-scroll.is-enter-black .l-nav-btn__txt {
    color: var(--mh--color--grayscale-200);
  }
}
/* .l-header-logo
================================================== */
.l-header-logo {
  width: 205px;
}
@media (width >= 768px ) {
  .l-header-logo {
    transition: all var(--mh--duration) var(--mh--easing);
    width: 327px;
    flex-shrink: 0;
  }
}
/* l-header-pc
================================================== */
@media (width >= 768px ) {
  .l-header-pc {
    transition: all var(--mh--duration) var(--mh--easing);
    margin-left: auto;
  }
  .l-header-pc__list {
    display: flex;
    align-items: center;
    gap: 30px;
  }
  .l-header-pc__item {
    position: relative;
  }
  .l-header-pc__item-txt {
    display: block;
    position: relative;
    white-space: nowrap;
  }
  .l-header-pc__parent {
    border: 0;
    display: block;
    position: relative;
    padding-right: 1em;
  }
  .l-header-pc__parent-txt {
    position: relative;
    display: block;
  }
  .l-header-pc__parent-ico.c-ico {
    position: absolute;
    top: 0px;
    right: 0;
  }
  .l-header-pc__parent-ico.c-ico::after {
    background: var(--mh--color--grayscale-200);
    rotate: 90deg;
  }
  .l-header-pc__parent.is-active .l-header-pc__parent-ico.c-ico::after {
    rotate: -90deg;
  }
  .l-header-pc__child {
    position: absolute;
    top: calc(100% + 20px);
    left: 0;
    padding: 20px;
    background: rgba(39, 39, 39, 0.9);
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .l-header-pc__child-item {
    position: relative;
    padding-left: 1em;
  }
  .l-header-pc__child-item::before {
    content: "";
    width: 0.7em;
    height: 1px;
    display: inline-block;
    background: var(--mh--color--grayscale-200);
    position: absolute;
    top: 50%;
    left: 0;
    translate: 0 -50%;
  }
  .l-header-pc__child-in {
    display: block;
    color: var(--mh--color--grayscale-200);
    white-space: nowrap;
    opacity: 0.7;
    transition: all var(--mh--duration) var(--mh--easing);
  }
  .l-header-pc__child-in:hover {
    opacity: 1;
  }
}
.l-header-pc.is-scroll {
  opacity: 0;
  visibility: hidden;
}
/* l-header-btn
================================================== */
@media (width >= 768px ) {
  .l-header-btn {
    margin-left: 30px;
    width: 180px;
    flex-shrink: 0;
  }
  .l-header-btn__in {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    border: 1px solid var(--mh--color--grayscale-200);
    border-radius: 60px;
    padding: 8px 32px 9px;
    height: 40px;
    transition: all var(--mh--duration) var(--mh--easing);
  }
  .l-header-btn__ico.c-ico.is-mail01::after {
    background: var(--mh--color--grayscale-200);
  }
  .l-header-btn__txt {
    line-height: var(--mh--line-height--sm);
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-header-btn__in:hover {
    border-color: var(--mh--color--primary-500);
    background: var(--mh--color--primary-500);
  }
}
/* .l-nav-btn
================================================== */
.l-nav-btn {
  position: relative;
  z-index: 10;
  width: 75px;
  height: 35px;
  border-radius: 60px;
  color: #fff;
  cursor: pointer;
}
.l-nav-btn__line {
  position: absolute;
  width: 20px;
  height: 1px;
  left: calc(50% - 10px);
  background: var(--mh--color--grayscale-200);
  transition: transform var(--mh--duration) var(--mh--easing);
}
.l-nav-btn__line:nth-child(1) {
  top: 6px;
}
.l-nav-btn__line:nth-child(2) {
  top: 9px;
}
.l-nav-btn__line:nth-child(3) {
  top: 12px;
}
.l-nav-btn.is-open {
  background: var(--mh--color--grayscale-800);
  border-color: var(--mh--color--grayscale-800);
}
.l-nav-btn.is-open .l-nav-btn__line:nth-child(1) {
  top: 15px;
  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: 15px;
  transform: rotate(45deg);
}
.l-nav-btn__txt {
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  line-height: var(--mh--line-height--sm);
  text-align: center;
  font-size: 1rem;
  display: none;
  font-weight: 700;
}
.l-nav-btn__txt.is-shown {
  display: block;
}
@media (width < 768px) {
  .l-nav-btn {
    position: fixed;
    top: 15px;
    right: 15px;
  }
}
@media (width >= 768px ) {
  .l-nav-btn {
    margin-left: 10px;
    transition: all var(--mh--duration) var(--mh--easing);
    flex-shrink: 0;
    width: 100px;
    height: 40px;
    padding: 8px 20px 6px;
  }
  .l-nav-btn__line:nth-child(1) {
    top: 9px;
  }
  .l-nav-btn__line:nth-child(2) {
    top: 12px;
  }
  .l-nav-btn__line:nth-child(3) {
    top: 15px;
  }
  .l-nav-btn.is-open .l-nav-btn__line:nth-child(1) {
    top: 18px;
  }
  .l-nav-btn.is-open .l-nav-btn__line:nth-child(3) {
    top: 18px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-nav-btn:hover {
    border-color: var(--mh--color--grayscale-800);
    background: var(--mh--color--grayscale-800);
  }
}
/* .l-nav
================================================ */
.l-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 320px;
  max-height: 100vh;
  padding: 127px var(--mh--contents--padding--side);
  overscroll-behavior-y: none;
  -webkit-overflow-scrolling: touch;
  background: rgba(39, 39, 39, 0.95);
  transition: all var(--mh--duration) var(--mh--easing);
}
@media (width < 768px) {
  .l-nav {
    overflow: auto;
    transform: translateX(120%);
  }
  .l-nav.is-open {
    transform: translateX(0);
  }
  .l-nav::-webkit-scrollbar {
    display: none;
  }
}
@media (width >= 768px ) {
  .l-nav {
    opacity: 0;
    visibility: hidden;
    width: fit-content;
    padding: 50px;
    position: absolute;
    inset: unset;
    top: var(--mh--header--height);
    right: var(--mh--contents--padding--side);
  }
  .l-nav.is-open {
    opacity: 1;
    visibility: visible;
  }
}
/* .l-nav-list
================================================== */
.l-nav-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px;
}
.l-nav-list__item-txt {
  display: block;
}
.l-nav-list__item-en, .l-nav-list__item-ja {
  display: block;
  text-align: center;
  line-height: var(--mh--line-height--sm);
}
.l-nav-list__item-en {
  font-size: var(--mh--font-size--x4l);
}
.l-nav-list__item-ja {
  font-size: var(--mh--font-size--xs);
  margin-top: 4px;
}
.l-nav-list__item-link {
  position: relative;
  padding: 0;
  border: 0;
}
.l-nav-list__item-link:is(button)::before, .l-nav-list__item-link:is(button)::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 10px;
  height: 0;
  content: "";
  border-top: 1px solid rgb(var(--color-black01));
  transform: translate(0, -50%);
  transition: transform var(--mh--duration) var(--mh--easing);
}
.l-nav-list__item-link:is(button)::after {
  transform: translate(0, -50%) rotate(90deg);
}
.l-nav-list__item-link:is(button).is-active::after {
  transform: translate(0, -50%) rotate(0);
}
.l-nav-list__child-wrap {
  margin-top: 15px;
}
.l-nav-list__child {
  display: flex;
  position: relative;
  padding-left: 18px;
}
.l-nav-list__child::before {
  content: "";
  width: 10px;
  height: 2px;
  background: var(--mh--color--grayscale-200);
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
}
.l-nav-list__child + .l-nav-list__child {
  margin-top: 10px;
}
.l-nav-list__child-in {
  display: inline-block;
}
@media (width < 768px) {
  .l-nav-list__child-wrap {
    width: fit-content;
    margin-inline: auto;
  }
}
@media (width >= 768px ) {
  .l-nav-list__item-en, .l-nav-list__item-ja {
    text-align: left;
  }
}
/* .l-nav-overlay
================================================ */
.l-nav-overlay {
  position: fixed;
  inset: 0;
  z-index: 10;
  display: none;
  background: rgba(0, 0, 0, 0.25);
}
/* .l-main-img HOME
================================================ */
.l-main-img {
  position: relative;
  z-index: 0;
  background: #ccc;
  min-height: 1000px;
  height: 200vh;
}
.l-main-img__slider-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: -1;
}
.l-main-img__slider {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
.l-main-img__slider .splide__track {
  height: 100%;
}
.l-main-img__slider .splide__slide picture,
.l-main-img__slider .splide__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.l-main-img__inner {
  padding-top: 62.6686656672vh;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.l-main-img__content {
  position: sticky;
  top: var(--mh--header--height);
  left: 0;
  padding-bottom: 60px;
}
.l-main-img__copy {
  font-size: 5rem;
  text-align: left;
}
.l-main-img__lead {
  margin-top: 15px;
  max-width: 315px;
}
.l-main-img__scroll {
  cursor: pointer;
  margin: 40px auto 0;
  width: fit-content;
  padding: 10px 38px;
  border: 1px solid var(--mh--color--grayscale-200);
  border-radius: 90px;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all var(--mh--duration) var(--mh--easing);
}
.l-main-img__scroll-txt {
  line-height: var(--mh--line-height--sm);
  font-size: var(--mh--font-size--sm);
}
.l-main-img__scroll-ico.c-ico.is-arw03 {
  display: grid;
  place-content: center;
}
.l-main-img__scroll-ico.c-ico.is-arw03::after {
  background: var(--mh--color--grayscale-200);
  rotate: 90deg;
}
.l-main-img__textarea {
  display: inline-block;
  padding-top: 30px;
  -webkit-mask-image: linear-gradient(120deg, #000 0%, #000 45%, transparent 60%, transparent 100%);
  mask-image: linear-gradient(120deg, #000 0%, #000 45%, transparent 60%, transparent 100%);
  -webkit-mask-size: 400% 100%;
  mask-size: 400% 100%;
  -webkit-mask-position: 100% 0%;
  mask-position: 100% 0%;
  transition: -webkit-mask 1.2s ease;
  transition: mask 1.2s ease;
  transition: mask 1.2s ease, -webkit-mask 1.2s ease;
}
.l-main-img__txt {
  line-height: 2.2;
}
.l-main-img__txt + .l-main-img__txt {
  margin-top: 1.1em;
}
@media (orientation: portrait) {
  .l-main-img__tape {
    position: sticky;
    top: 0;
    bottom: env(safe-area-inset-bottom);
    left: 0;
    right: 0;
    height: 100vh;
  }
  .l-main-img__tape::before {
    content: "";
    display: block;
    width: 48.5333333333%;
    aspect-ratio: 182/375;
    background: url(../img/home/bg_mv_tape01_sp.png) no-repeat bottom left/100%;
    position: absolute;
    bottom: 0;
    right: 0;
    pointer-events: none;
  }
}
@media (width >= 768px ) {
  .l-main-img__inner {
    padding-top: 71.6666666667vh;
  }
  .l-main-img__slider {
    height: calc(var(--vh, 1vh) * 100);
  }
  .l-main-img__textarea {
    padding-top: 18px;
  }
  .l-main-img__copy {
    font-size: 12rem;
  }
  .l-main-img__lead {
    max-width: 710px;
  }
  .l-main-img__txt {
    font-size: 1.8rem;
  }
  .l-main-img__txt + .l-main-img__txt {
    margin-top: 1.7em;
  }
  .l-main-img__scroll {
    margin: 30px 0 0 auto;
  }
}
.l-main-img.is-scrolled .l-main-img__textarea {
  transition: -webkit-mask 2s ease;
  transition: mask 2s ease;
  transition: mask 2s ease, -webkit-mask 2s ease;
  -webkit-mask-position: 0% 0%;
  mask-position: 0% 0%;
}
.l-main-img.is-scrolled .l-main-img__scroll {
  opacity: 0;
  visibility: hidden;
}
/* .l-sub-img
================================================ */
.l-sub-img {
  position: relative;
}
.l-sub-img__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.l-sub-img__bg picture, .l-sub-img__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.l-sub-img__inner {
  min-height: 245px;
  padding-top: calc(var(--mh--header--height) + 50px);
  padding-left: var(--mh--contents--padding--side);
  padding-right: var(--mh--contents--padding--side);
}
.l-sub-img__head {
  line-height: var(--mh--line-height--sm);
}
@media (width >= 768px ) {
  .l-sub-img__inner {
    min-height: 450px;
    padding-top: calc(var(--mh--header--height) + 104px);
    max-width: var(--mh--contents--wide-width-with-padding);
    margin-inline: auto;
  }
}
.l-sub-img.is-404 {
  background: var(--mh--color--grayscale-500);
}
.l-sub-img.is-404 .l-sub-img__bg {
  display: none;
}
/* .l-sidebar
================================================== */
.js-c-anime-elem[data-anime=fadein-up] {
  opacity: 0;
  transform: translateY(30px);
  transition: transform var(--mh--duration) var(--mh--easing), opacity var(--mh--duration) var(--mh--easing);
}
.js-c-anime-elem[data-anime=fadein-up].is-animated {
  opacity: 1;
  transform: translateY(0);
}
.js-c-anime-elem[data-anime=fadein-left] {
  opacity: 0;
  transform: translateX(-30px);
  transition: transform var(--mh--duration) var(--mh--easing), opacity var(--mh--duration) var(--mh--easing);
}
.js-c-anime-elem[data-anime=fadein-left].is-animated {
  opacity: 1;
  transform: translateX(0);
}
.js-c-anime-elem[data-anime=fadein-right] {
  opacity: 0;
  transform: translateX(30px);
  transition: transform var(--mh--duration) var(--mh--easing), opacity var(--mh--duration) var(--mh--easing);
}
.js-c-anime-elem[data-anime=fadein-right].is-animated {
  opacity: 1;
  transform: translateX(0);
}
.js-c-anime-elem[data-anime=copy] {
  clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
  transition: clip-path 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
}
.js-c-anime-elem[data-anime=copy].is-animated {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.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;
}
/* company-msg
================================================== */
.company-msg__inner {
  padding-top: 30px;
  padding-bottom: 70px;
}
@media (width >= 768px ) {
  .company-msg__inner {
    padding-top: 80px;
    padding-bottom: 120px;
  }
}
/* company-purpose
================================================== */
.company-purpose {
  background: url(../img/company/bg_purpose01_sp.jpg) no-repeat center/cover;
}
.company-purpose__head {
  margin-bottom: 30px;
  font-size: var(--mh--font-size--x6l);
  line-height: var(--mh--line-height--sm);
}
.company-purpose__box {
  border: 1px solid var(--mh--color--grayscale-200);
  backdrop-filter: blur(20px);
  background: rgba(255, 255, 255, 0.1);
  padding: 60px 10px;
}
.company-purpose__lead {
  text-align: center;
  line-height: var(--mh--line-height--sm);
}
@media (width >= 768px ) {
  .company-purpose {
    background-image: url(../img/company/bg_purpose01_pc.jpg);
  }
}
/* company-policy
================================================== */
.company-policy-container {
  position: relative;
  overflow: hidden;
}
.company-policy-container::before {
  content: "";
  width: 100%;
  aspect-ratio: 375/1119;
  background: url(../img/company/bg_policy01_sp.png) no-repeat center/cover;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  pointer-events: none;
}
@media (width >= 768px ) {
  .company-policy-container::before {
    background-image: url(../img/company/bg_policy01_pc.png);
    background-position: top right;
    width: 970px;
    aspect-ratio: 970/1911;
    inset: unset;
    right: 0;
    bottom: 0;
    translate: 0;
  }
}
/* company-policy
================================================== */
.company-policy__set {
  display: grid;
  gap: 40px;
  position: relative;
  z-index: 0;
}
@media (width >= 768px ) {
  .company-policy__set {
    grid-template-columns: 1fr 1fr;
    gap: 80px;
  }
}
/* company-action
================================================== */
.company-action {
  background: var(--mh--color--grayscale-300) url(../img/company/bg_action01_sp.png) no-repeat bottom right/100% 422px;
}
.company-action__inner {
  position: relative;
  z-index: 0;
}
@media (width >= 768px ) {
  .company-action {
    background-image: url(../img/company/bg_action01_pc.png);
    background-size: 1040px 486px;
  }
}
/* company-reason
================================================== */
.company-reason {
  position: relative;
  overflow: hidden;
}
.company-reason__en {
  position: absolute;
  top: -0.8%;
  font-size: 5rem;
  line-height: 1;
  z-index: -1;
}
.company-reason__en .splide__slide {
  width: fit-content !important;
}
.company-reason__section + .company-reason__section {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid var(--mh--color--grayscale-500);
}
.company-reason__set {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
.company-reason__lead {
  font-weight: 700;
  font-size: var(--mh--font-size--lg);
  line-height: var(--mh--line-height--sm);
  margin-bottom: 20px;
}
.company-reason__txt + .company-reason__txt {
  margin-top: 2em;
}
.company-reason__img img {
  width: 100%;
}
.company-reason__btn {
  margin-top: 30px;
}
@media (width >= 768px ) {
  .company-reason {
    position: relative;
  }
  .company-reason::before {
    content: "";
    display: block;
    width: 100%;
    aspect-ratio: 1920/868;
    background: url(../img/company/bg_tech01_pc.png) no-repeat bottom left/cover;
    position: absolute;
    bottom: 0;
    left: 0;
    pointer-events: none;
    z-index: -1;
  }
  .company-reason__en {
    font-size: 14rem;
    top: -0.3em;
  }
  .company-reason__section + .company-reason__section {
    margin-top: 90px;
    padding-top: 90px;
  }
  .company-reason__set {
    grid-template-columns: 1fr 0.9272727273fr;
    gap: 40px;
  }
  .company-reason__head.c-head03 {
    margin-bottom: 50px;
  }
  .company-reason__btn {
    margin-top: 50px;
  }
}
/* company-full
================================================== */
.company-full img {
  width: 100%;
  aspect-ratio: 375/320;
  object-fit: cover;
}
@media (width >= 768px ) {
  .company-full img {
    aspect-ratio: 1920/560;
  }
}
/* company-history
================================================== */
.company-history {
  background: url(../img/company/bg_history01_sp.png) no-repeat top center/cover;
}
.company-history__inner {
  padding-top: 93px;
  padding-bottom: 70px;
}
.company-history__set {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}
.company-history__img img {
  width: 100%;
}
.company-history__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (width < 768px) {
  .company-history__img {
    margin-right: calc(var(--mh--contents--padding--side) * -1);
  }
}
@media (width >= 768px ) {
  .company-history {
    background: url(../img/company/bg_history01_pc.png) no-repeat bottom left/cover;
  }
  .company-history__inner.u-wide-inner {
    padding-top: 155px;
    padding-bottom: 150px;
  }
  .company-history__set {
    grid-template-columns: auto 1fr;
    gap: 75px;
  }
}
@media (width >= 1680px ) {
  .company-history__set {
    margin-left: calc((var(--mh--contents--wide-width-with-padding) - var(--mh--contents--width-with-padding)) / 2 - 10px);
  }
  .company-history__list {
    gap: 40px;
  }
  .company-history__img {
    margin-right: 20px;
  }
}
/* company-history-item
================================================== */
.company-history-item {
  padding-left: 50px;
  position: relative;
}
.company-history-item::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--mh--color--primary-500);
  position: absolute;
  top: 7px;
  left: 0;
}
.company-history-item::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 1px;
  background: var(--mh--color--primary-500);
  position: absolute;
  top: 12px;
  left: 20px;
}
.company-history-item__meta {
  display: flex;
  align-items: flex-end;
  margin-bottom: 10px;
}
.company-history-item__sub {
  font-weight: 700;
  line-height: var(--mh--line-height--sm);
}
@media (width >= 768px ) {
  .company-history-item {
    padding-left: 70px;
  }
  .company-history-item::before {
    top: 9px;
  }
  .company-history-item::after {
    width: 40px;
    top: 15px;
  }
}
/* contact-faq
================================================== */
.contact-faq__note {
  margin-top: 15px;
}
.contact-faq__inner {
  padding-bottom: 40px;
}
@media (width >= 768px ) {
  .contact-faq__note {
    margin-top: 20px;
  }
  .contact-faq__inner {
    padding-bottom: 85px;
  }
}
/* contact-form
================================================== */
.contact-form__inner {
  border-top: 1px solid var(--mh--color--grayscale-500);
  padding-top: var(--mh--space--x3l);
}
@media (width >= 768px ) {
  .contact-form__txt {
    text-align: center;
  }
}
/* contact-form-content
================================================== */
.contact-form-content {
  margin-top: 30px;
  padding: 50px var(--mh--contents--padding--side);
}
@media (width < 768px) {
  .contact-form-content {
    margin-left: calc(var(--mh--contents--padding--side) * -1);
    margin-right: calc(var(--mh--contents--padding--side) * -1);
  }
}
@media (width >= 768px ) {
  .contact-form-content {
    padding: 100px;
  }
}
.contact-form-footer .c-form__set {
  padding-bottom: 0;
}
/* entry-form
================================================== */
.entry-form {
  background: var(--mh--color--grayscale-300);
}
@media (width >= 768px ) {
  .entry-form__txt {
    text-align: center;
  }
  .entry-form__txt a[href*="tel:"] {
    pointer-events: none;
  }
}
/* entry-form-content
================================================== */
.entry-form-content {
  margin-top: 30px;
  padding: 50px var(--mh--contents--padding--side);
}
@media (width < 768px) {
  .entry-form-content {
    margin-left: calc(var(--mh--contents--padding--side) * -1);
    margin-right: calc(var(--mh--contents--padding--side) * -1);
  }
}
@media (width >= 768px ) {
  .entry-form-content {
    padding: 100px;
  }
}
.entry-form-footer .c-form__set {
  padding-bottom: 0;
}
/* .error-page404
================================================ */
.error-page404__inner {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (width >= 768px ) {
  .error-page404__inner {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
/* home-mv-container
================================================== */
.home-mv-container__tape-container {
  display: none;
}
@media (orientation: landscape) and (width >= 768px ) {
  .home-mv-container {
    position: relative;
    overflow: clip;
    z-index: 0;
    width: 100%;
  }
  .home-mv-container__tape-container {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200vh;
    z-index: 1;
    pointer-events: none;
  }
  .home-mv-container__tape {
    pointer-events: none;
    display: block;
    width: 72.1875%;
    aspect-ratio: 1386/1537;
    background: url(../img/home/img_mv_tape01_pc.png) no-repeat top right/100%;
    position: sticky;
    top: 0;
    margin-left: auto;
    z-index: 1;
  }
}
@media (orientation: landscape) and (width >= 1680px ) {
  .home-mv-container__tape {
    width: 65.9375%;
  }
}
/* home-about
================================================== */
.home-about {
  overflow: clip;
}
.home-about__img {
  position: relative;
  z-index: 0;
}
.home-about__textarea {
  margin-top: 40px;
}
.home-about__txt {
  position: relative;
}
.home-about__txt + .home-about__txt {
  margin-top: 1.8em;
}
@media (width < 768px) {
  .home-about__img {
    margin-top: 40px;
  }
  .home-about__img::before, .home-about__img::after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
  }
  .home-about__img::before {
    width: 181px;
    aspect-ratio: 181/355;
    background: url(../img/home/bg_about_tape01_sp.png) no-repeat center/100%;
    top: 40%;
    left: calc(var(--mh--contents--padding--side) * -1);
  }
  .home-about__img::after {
    width: 54.328358209%;
    aspect-ratio: 182/335;
    background: url(../img/home/bg_about_tape02_sp.png) no-repeat center/100%;
    top: -80%;
    right: calc(var(--mh--contents--padding--side) * -1);
  }
}
@media (width >= 768px ) {
  .home-about {
    overflow: clip;
  }
  .home-about__inner {
    position: relative;
    z-index: 0;
  }
  .home-about__inner::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 302px;
    height: 392px;
    aspect-ratio: unset;
    background: url(../img/home/bg_about_tape01_sp.png) no-repeat top left/cover;
    inset: unset;
    left: 0;
    bottom: -210px;
    translate: -20% 0;
  }
  .home-about__content {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 60px;
  }
  .home-about__header {
    width: 100%;
  }
  .home-about__textarea {
    margin-top: 0;
  }
  .home-about__img {
    width: calc(50% - 30px);
  }
  .home-about__textarea {
    width: calc(50% - 30px);
  }
  .home-about__txt.is-pc-no-mt {
    margin-top: 0;
  }
}
@media (width >= 1680px ) {
  .home-about__inner::before {
    width: 507px;
    height: 418px;
    background-image: url(../img/home/bg_about_tape01_pc.png);
    translate: -10% 50%;
    bottom: 0;
  }
  .home-about__content {
    flex-wrap: nowrap;
    gap: 0;
  }
  .home-about__header {
    width: fit-content;
  }
  .home-about__textarea {
    margin-top: 28px;
  }
  .home-about__img {
    margin-left: -136px;
    width: auto;
  }
  .home-about__textarea {
    margin-left: 112px;
    width: auto;
  }
}
/* home-key
================================================== */
.home-key__set {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  margin-top: 40px;
}
.home-key__group {
  padding-block: 31px 25px;
  border-top: 1px solid var(--mh--color--grayscale-500);
}
.home-key__group.is-last {
  border-bottom: 1px solid var(--mh--color--grayscale-500);
}
.home-key__subhead {
  line-height: var(--mh--line-height--sm);
}
.home-key__subhead-num {
  display: block;
}
.home-key__subhead-txt {
  display: inline-block;
  margin-top: 9px;
}
.home-key__txt {
  margin-top: 20px;
}
@media (width < 768px) {
  .home-key__img {
    order: -1;
  }
}
@media (width >= 768px ) {
  .home-key {
    overflow: clip;
    position: relative;
    z-index: 0;
  }
  .home-key__tape {
    display: block;
    width: 748px;
    height: 1485px;
    background: url(../img/home/bg_key_tape01_pc.png) no-repeat bottom left/cover;
    position: absolute;
    bottom: 0;
    right: 0%;
    z-index: -1;
  }
  .home-key__set {
    align-items: start;
    grid-template-columns: 1fr 48.8095238095%;
    gap: 50px;
    margin-top: 80px;
  }
  .home-key__group {
    padding-block: 60px 58px;
  }
  .home-key__subhead {
    display: flex;
    align-items: flex-start;
    gap: 25px;
  }
  .home-key__subhead-num {
    position: relative;
    top: 4px;
  }
  .home-key__subhead-txt {
    margin-top: 0;
  }
  .home-key__txt {
    padding-left: 66px;
  }
  .home-key__img {
    position: relative;
    right: -70px;
  }
}
/* home-products
================================================== */
/* home-products-child
================================================== */
.home-products-child {
  border-top: 1px solid var(--mh--color--grayscale-100);
}
.home-products-child__subhead, .home-products-child__head {
  line-height: var(--mh--line-height--sm);
}
.home-products-child__head {
  margin-top: 5px;
}
.home-products-child__txt {
  margin-top: 30px;
}
.home-products-child__set {
  display: grid;
  grid-template-columns: 1fr;
}
.home-products-child__img-txt {
  line-height: var(--mh--line-height--sm);
}
.home-products-child__slider {
  padding-left: var(--mh--contents--padding--side);
  margin-top: var(--mh--space--xl);
}
@media (width < 768px) {
  .home-products-child__textarea {
    display: contents;
  }
  .home-products-child__header {
    order: -3;
  }
  .home-products-child__img {
    order: -2;
    margin-top: 40px;
  }
  .home-products-child__img img {
    width: 100%;
  }
  .home-products-child__img-txt {
    text-align: center;
    line-height: var(--mh--line-height--sm);
    margin-top: 20px;
  }
}
@media (width >= 768px ) {
  .home-products-child__slider .splide__arrows {
    display: flex;
    justify-content: space-between;
    width: calc(100% - var(--mh--contents--padding--side));
    position: absolute;
    top: 25%;
    right: 2.5%;
    z-index: 1;
    pointer-events: none;
  }
  .home-products-child__slider .splide__arrow {
    width: 32px;
    height: 60px;
    display: grid;
    place-content: center;
    border: none;
    pointer-events: auto;
  }
  .home-products-child__slider .splide__arrow::after {
    content: "";
    width: 32px;
    height: 60px;
    background: var(--mh--color--grayscale-200);
    display: inline-block;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2260%22%20fill%3D%22none%22%20viewBox%3D%220%200%2032%2060%22%3E%0A%3Cg%20clip-path%3D%22url(%23a)%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M1.815%2060.387%2032%2030.197%201.815%200%200%201.821l28.365%2028.375L0%2058.571z%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22a%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M32%200H0v60h32z%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%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%2232%22%20height%3D%2260%22%20fill%3D%22none%22%20viewBox%3D%220%200%2032%2060%22%3E%0A%3Cg%20clip-path%3D%22url(%23a)%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M1.815%2060.387%2032%2030.197%201.815%200%200%201.821l28.365%2028.375L0%2058.571z%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22a%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M32%200H0v60h32z%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%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);
  }
  .home-products-child__slider .splide__arrow svg {
    display: none;
  }
  .home-products-child__slider .splide__arrow--prev::after {
    rotate: 180deg;
  }
  .home-products-child__txt {
    margin-top: 50px;
  }
  .home-products-child__set {
    grid-template-columns: 1fr 38.0952380952%;
    gap: 4.7619047619%;
  }
  .home-products-child__img-txt {
    text-align: center;
    font-size: 2rem;
    margin-top: 20px;
  }
}
@media (width >= 1680px ) {
  .home-products-child__slider {
    --left_space: calc( (100% - var(--mh--contents--wide-width-with-padding)) / 2) ;
    width: calc(100% - var(--left_space));
    margin-left: auto;
    padding-left: 0;
  }
  .home-products-child__slider .splide__arrows {
    width: 100%;
  }
  .home-products-child__set {
    gap: 9.5238095238%;
  }
}
/* home-products-standard
================================================== */
@media (width >= 768px ) {
  .home-products-standard__btn {
    width: fit-content;
    margin-left: auto;
  }
}
/* home-products-order
================================================== */
.home-products-order .home-products-child__inner {
  padding-bottom: 70px;
}
.home-products-order__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px 15px;
  margin-top: 33px;
}
.home-products-order__item {
  position: relative;
}
.home-products-order__item::before {
  content: "";
  display: block;
  width: calc(100% - 2em);
  height: 1px;
  background: var(--mh--color--grayscale-200);
  position: absolute;
  top: 15px;
  right: 3px;
}
.home-products-order__item::after {
  display: inline-block;
  width: 7px;
  height: 10px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 6.472 9.771"><path d="M1.32,0,0,1.38,3.709,4.886,0,8.391l1.32,1.38L6.472,4.886Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 6.472 9.771"><path d="M1.32,0,0,1.38,3.709,4.886,0,8.391l1.32,1.38L6.472,4.886Z"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: all var(--mh--duration) var(--mh--easing);
  background: var(--mh--color--grayscale-200);
  width: 6px;
  height: 9px;
  position: absolute;
  top: 15px;
  right: 0;
  translate: 0 -45%;
}
.home-products-order__item-no {
  position: relative;
}
.home-products-order__item-txt {
  border-width: 0 1px 1px 0;
  border-color: var(--mh--color--grayscale-200);
  border-style: solid;
  padding: 14px 10px 19px 0;
  line-height: var(--mh--line-height--sm);
}
.home-products-order__txt {
  margin-top: 40px;
}
@media (width < 768px) {
  .home-products-order__list {
    order: -1;
  }
}
@media (width >= 768px ) {
  .home-products-order .home-products-child__inner {
    padding-bottom: 120px;
  }
  .home-products-order__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 44px;
  }
  .home-products-order__item-txt {
    padding: 20px 19px 29px 10px;
    font-size: clamp(1.4rem, 0.3755868545vw + 1.2591549296rem, 1.8rem);
  }
  .home-products-order__txt {
    margin-top: 55px;
  }
}
/* home-news-recruit-container
================================================== */
@media (width >= 768px ) {
  .home-news-recruit-container {
    position: relative;
    overflow: clip;
  }
  .home-news-recruit-container__tape {
    display: block;
    width: 42.8645833333%;
    aspect-ratio: 823/1485;
    min-height: 1485px;
    background: url(../img/home/bg_recruit_tape01_pc.png) no-repeat bottom left/cover;
    position: absolute;
    top: -267px;
    right: 0;
    pointer-events: none;
  }
}
/* home-news
================================================== */
.home-news__nav {
  margin-top: 38px;
}
@media (width >= 768px ) {
  .home-news__nav {
    margin-top: 45px;
  }
  .home-news__set {
    display: grid;
    grid-template-columns: 187px 1fr;
    gap: 180px;
  }
  .home-news__meta {
    position: relative;
    top: -10px;
  }
  .home-news__btn {
    width: fit-content;
    margin-left: auto;
  }
}
/* home-recruit
================================================== */
.home-recruit {
  overflow: clip;
  position: relative;
}
.home-recruit__inner {
  padding-top: 70px;
  padding-bottom: 70px;
}
.home-recruit__en {
  position: absolute;
  top: 45%;
  translate: 0 -50%;
  z-index: -1;
}
.home-recruit__en .splide__slide {
  width: fit-content !important;
  flex-shrink: 0;
}
.home-recruit__en .splide__slide span {
  display: inline-block;
  line-height: 1;
  font-size: 5rem;
  white-space: nowrap;
}
.home-recruit__img {
  position: relative;
}
.home-recruit__img img {
  width: 100%;
}
.home-recruit__img-tape2 {
  display: block;
  width: 164px;
  aspect-ratio: 164/325;
  background: url(../img/home/bg_recruit_tape02_sp.png) no-repeat top right/100%;
  position: absolute;
  top: 50%;
  left: 0;
  translate: -12% 0;
  z-index: -1;
}
@media (width < 768px) {
  .home-recruit__img {
    margin-top: 40px;
  }
  .home-recruit__img-tape1 {
    display: block;
    width: 166px;
    aspect-ratio: 332/644;
    background: url(../img/home/bg_recruit_tape01_sp.png) no-repeat top right/100%;
    position: absolute;
    top: 0;
    right: 0;
    translate: 14% -58%;
    z-index: -1;
  }
  .home-recruit__txt {
    margin-top: 40px;
    font-size: var(--mh--font-size--xl);
  }
}
@media (width >= 768px ) {
  .home-recruit {
    position: relative;
  }
  .home-recruit__inner {
    padding-top: 180px;
    padding-bottom: 170px;
  }
  .home-recruit__en .splide__slide span {
    font-size: 14rem;
  }
  .home-recruit__group {
    display: flex;
    justify-content: space-between;
  }
  .home-recruit__img {
    width: 56.25%;
    margin-left: 6%;
    flex-shrink: 0;
  }
  .home-recruit__img-tape2 {
    width: 537px;
    height: 478px;
    aspect-ratio: unset;
    background: url(../img/home/bg_recruit_tape02_pc.png) no-repeat top right/cover;
    inset: unset;
    left: 0;
    bottom: 0;
    translate: -50% 70%;
  }
  .home-recruit__txt {
    place-self: end;
    font-size: var(--mh--font-size--lg);
    padding-bottom: 10px;
  }
  .home-recruit__btn {
    width: fit-content;
    margin-left: auto;
  }
}
/* news-usually
================================================== */
.news-usually__archive {
  margin-top: 30px;
}
@media (width >= 768px ) {
  .news-usually__archive {
    margin-top: 50px;
  }
}
/* news-single
================================================== */
.news-single__head {
  line-height: var(--mh--line-height--sm);
  font-weight: 700;
  font-size: var(--mh--font-size--x5l);
  border-bottom: 1px solid var(--mh--color--grayscale-900);
  padding-bottom: 20px;
  margin-top: 10px;
  margin-bottom: 30px;
}
@media (width >= 768px ) {
  .news-single__head {
    padding-bottom: 30px;
    margin-top: 20px;
    margin-bottom: 60px;
  }
}
.news-single-meta {
  display: flex;
  align-items: center;
  gap: 10px;
}
.news-single-meta__cat {
  display: flex;
  gap: 10px;
}
.news-single-meta__cat-item {
  font-size: var(--mh--font-size--x2s);
  line-height: var(--mh--line-height--sm);
  padding: 3px 10px;
  border: 1px solid var(--mh--color--grayscale-500);
  border-radius: 90px;
}
.news-single-content {
  border-bottom: 1px solid var(--mh--color--grayscale-900);
  padding-bottom: var(--mh--space--xl);
}
/* custom-main
================================================== */
.custom-main {
  position: relative;
  z-index: 0;
}
.custom-main::before {
  content: "";
  display: block;
  width: 207px;
  height: 285px;
  background: url(../img/products/custom/bg_intro01.png) no-repeat top right/contain;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.custom-main__content {
  margin-top: 40px;
}
.custom-main__set {
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px;
}
.custom-main__head {
  font-size: var(--mh--font-size--x4l);
  line-height: var(--mh--line-height--sm);
  margin-bottom: 20px;
}
.custom-main__head::before {
  content: "";
  display: inline-block;
  background: var(--mh--color--primary-500);
  width: 4px;
  height: 20px;
  border-radius: 20px;
  margin-right: 10px;
  position: relative;
  top: 2px;
}
.custom-main__table table tbody tr {
  border-top: 1px solid var(--mh--color--grayscale-500);
  padding: 20px 0;
}
.custom-main__table table tbody tr:last-of-type {
  border-bottom: 1px solid var(--mh--color--grayscale-500);
}
.custom-main__table table tbody th {
  text-align: left;
}
.custom-main__table table tbody ul li::before {
  content: "・";
}
@media (width < 768px) {
  .custom-main__img {
    order: -1;
  }
  .custom-main__table table tbody tr, .custom-main__table table tbody th, .custom-main__table table tbody td {
    display: block;
  }
}
@media (width >= 768px ) {
  .custom-main::before {
    width: 570px;
    height: 785px;
  }
  .custom-main__head {
    margin-bottom: 30px;
  }
  .custom-main__content {
    margin-top: 60px;
  }
  .custom-main__set {
    grid-template-columns: 1fr 1fr;
    gap: 52px;
  }
  .custom-main__table table tbody th {
    padding: 20px 20px 20px 0;
    width: 87px;
  }
  .custom-main__table table tbody td {
    padding: 20px 0 20px 0;
  }
}
/* .custom-main-intro
================================================== */
.custom-main-intro {
  padding-bottom: 50px;
  border-bottom: 1px solid var(--mh--color--grayscale-500);
}
.custom-main-intro__txt {
  margin-top: 20px;
}
@media (width >= 768px ) {
  .custom-main-intro {
    padding-bottom: 60px;
  }
  .custom-main-intro__txt {
    margin-top: 30px;
  }
}
/* custom-disclaimer
================================================== */
.custom-disclaimer {
  position: relative;
  overflow: hidden;
}
.custom-disclaimer__head {
  font-size: var(--mh--font-size--x6l);
  line-height: var(--mh--line-height--sm);
  margin-bottom: 20px;
}
.custom-disclaimer__en {
  position: absolute;
  top: 0;
  z-index: -1;
}
.custom-disclaimer__en .splide__slide {
  flex-shrink: 0;
  font-size: 5rem;
  color: var(--mh--color--grayscale-300);
}
@media (width >= 768px ) {
  .custom-disclaimer__head {
    margin-bottom: 40px;
  }
  .custom-disclaimer__en .splide__slide {
    font-size: 14rem;
  }
}
/* custom-flow
================================================== */
.custom-flow__head {
  font-size: var(--mh--font-size--x6l);
  line-height: var(--mh--line-height--sm);
  margin-bottom: 20px;
}
.custom-flow__img {
  display: flex;
  justify-content: center;
}
@media (width >= 768px ) {
  .custom-flow {
    position: relative;
    z-index: 0;
  }
  .custom-flow::before {
    content: "";
    display: block;
    width: 703px;
    height: 441px;
    background: url(../img/products/custom/bg_flow01_pc.png) no-repeat bottom left/contain;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    pointer-events: none;
  }
  .custom-flow__head {
    margin-bottom: 50px;
  }
}
/* standard-main
================================================== */
.standard-main__txt {
  margin-top: 30px;
}
.standard-main__lead {
  margin-top: 70px;
}
.standard-main__btn {
  margin-top: 30px;
}
@media (width >= 768px ) {
  .standard-main__txt {
    margin-top: 20px;
  }
  .standard-main__lead {
    margin-top: 100px;
    text-align: center;
  }
  .standard-main__btn.c-btn02 {
    margin-top: 40px;
    grid-template-columns: 1fr;
  }
}
.standard-main.is-searched .c-search01__cat-btn {
  background: var(--mh--color--grayscale-900);
  color: var(--mh--color--grayscale-200);
}
/* standard-single
================================================== */
/* standard-single-section
================================================== */
.standard-single-section {
  margin-top: var(--mh--space--x3l);
  padding-bottom: var(--mh--padding--xl);
  border-bottom: 1px solid var(--mh--color--grayscale-500);
}
/* standard-single-base
================================================== */
.standard-single-base {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.standard-single-base__item {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--mh--color--grayscale-500);
}
.standard-single-base__item.is-accordion .standard-single-base__item-head {
  position: relative;
}
.standard-single-base__item.is-accordion .standard-single-base__item-head::before, .standard-single-base__item.is-accordion .standard-single-base__item-head::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 2px;
  background: var(--mh--color--primary-500);
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
}
.standard-single-base__item.is-accordion .standard-single-base__item-head::after {
  transition: all var(--mh--duration) var(--mh--easing);
  rotate: 90deg;
}
.standard-single-base__item.is-accordion .standard-single-base__item-head.is-active::after {
  rotate: 0deg;
}
.standard-single-base__item-head {
  font-weight: 700;
  line-height: var(--mh--line-height--sm);
}
.standard-single-base__item-data .c-cat01,
.standard-single-base__item-data .c-cat02 {
  margin-top: 0;
}
.standard-single-base__slider .splide__slide img {
  width: 100%;
}
.standard-single-base__slider .splide__pagination {
  gap: 10px;
  margin-top: 20px;
}
.standard-single-base__slider .splide__pagination__page {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 0;
  background: var(--mh--color--grayscale-500);
}
.standard-single-base__slider .splide__pagination__page.is-active {
  background: var(--mh--color--primary-500);
}
@media (width >= 768px ) {
  .standard-single-base {
    grid-template-columns: 52.73% 1fr;
    gap: 40px;
  }
  .standard-single-base__item {
    grid-template-columns: 140px 1fr;
    gap: 20px;
    align-items: center;
  }
  .standard-single-base__item.is-block, .standard-single-base__item.is-accordion {
    grid-template-columns: 1fr;
  }
  .standard-single-base__item.is-accordion .standard-single-base__item-head::before, .standard-single-base__item.is-accordion .standard-single-base__item-head::after {
    width: 20px;
  }
}
/* standard-single-feature
================================================== */
.standard-single-feature {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 15px;
}
.standard-single-feature__table {
  display: flex;
}
.standard-single-feature__table-item:last-of-type {
  flex: 1;
}
.standard-single-feature__table dl {
  display: flex;
  flex-direction: column;
}
.standard-single-feature__table dt, .standard-single-feature__table dd {
  vertical-align: middle;
  line-height: var(--mh--line-height--sm);
  padding: 10px 20px;
  display: grid;
  place-items: center start;
}
.standard-single-feature__table dt {
  color: var(--mh--color--grayscale-200);
  background: var(--mh--color--primary-500);
  border-bottom: 1px solid var(--mh--color--grayscale-200);
}
.standard-single-feature__table dd {
  background: var(--mh--color--grayscale-200);
  border-bottom: 1px solid var(--mh--color--grayscale-500);
}
.standard-single-feature__table.is-three .standard-single-feature__table-item:first-of-type dl {
  height: 66.6666666667%;
}
.standard-single-feature__table.is-five .standard-single-feature__table-item:first-of-type dl {
  position: relative;
  top: 20%;
  height: 60%;
}
.standard-single-feature__img img {
  width: 100%;
}
@media (width < 768px) {
  .standard-single-feature__table-item:first-of-type {
    width: 83px;
  }
  .standard-single-feature__table dt {
    text-align: center;
    border-left: 1px solid var(--mh--color--grayscale-200);
  }
  .standard-single-feature__table dd {
    border-left: 1px solid var(--mh--color--grayscale-500);
    height: 100%;
  }
  .standard-single-feature__img {
    order: -1;
  }
}
@media (width >= 768px ) {
  .standard-single-feature {
    grid-template-columns: 52.73% 1fr;
    gap: 40px;
    margin-top: 40px;
  }
  .standard-single-feature__table dl {
    flex-direction: row;
  }
  .standard-single-feature__table dt {
    width: 100px;
    place-items: center;
  }
  .standard-single-feature__table dd {
    flex: 1;
    min-width: 100px;
  }
  .standard-single-feature__table.is-three dt, .standard-single-feature__table.is-three dd {
    min-height: 99px;
  }
  .standard-single-feature__table.is-five dt, .standard-single-feature__table.is-five dd {
    min-height: 59px;
  }
}
.standard-single-group-half {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
.standard-single-group-half .standard-single-group {
  margin-top: 0;
}
.standard-single-group-half .standard-single-group + .standard-single-group {
  margin-top: 0;
}
@media (width >= 768px ) {
  .standard-single-group-half {
    grid-template-columns: 1fr 1fr;
    margin-top: 80px;
    gap: 60px;
  }
}
/* standard-single-feature2
================================================== */
.standard-single-feature2 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
@media (width >= 768px ) {
  .standard-single-feature2 {
    grid-template-columns: 1fr 1fr;
    gap: 50px;
  }
}
/* standard-single-group
================================================== */
.standard-single-group {
  margin-top: 10px;
}
.standard-single-group + .standard-single-group {
  margin-top: 30px;
}
.standard-single-group__container {
  margin-top: var(--mh--space--md);
}
.standard-single-group__main-head {
  font-weight: 700;
  line-height: var(--mh--line-height--sm);
  font-size: var(--mh--font-size--xl);
}
.standard-single-group__head {
  font-weight: 700;
  line-height: var(--mh--line-height--sm);
  font-size: var(--mh--font-size--lg);
  margin-bottom: var(--mh--space--xs);
}
.standard-single-group__table table {
  border: 0 !important;
}
.standard-single-group__table-note {
  margin-top: 10px;
}
.standard-single-group__data-note {
  margin-top: 10px;
}
@media (width >= 768px ) {
  .standard-single-group {
    margin-top: 20px;
  }
  .standard-single-group + .standard-single-group {
    margin-top: 40px;
  }
  .standard-single-group.is-pc-half {
    display: inline-block;
    width: calc((100% - 60px) / 2);
  }
  .standard-single-group.is-pc-half + .standard-single-group.is-pc-half {
    margin-left: 55px;
  }
}
/*  standard-single-video
================================================== */
.standard-single-video {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}
.standard-single-video__movie {
  max-width: 480px;
  width: 100%;
  border: 0;
}
.standard-single-video__movie img {
  width: 100%;
}
@media (width < 768px) {
  .standard-single-video__movie {
    margin-inline: auto;
  }
}
@media (width >= 768px ) {
  .standard-single-video {
    gap: 20px;
  }
}
/*  standard-single-box
================================================== */
.standard-single-box {
  margin-top: var(--mh--space--md);
  padding: 20px;
  background: var(--mh--color--grayscale-200);
}
.standard-single-box__head {
  font-weight: 700;
  line-height: var(--mh--line-height--sm);
  font-size: var(--mh--font-size--lg);
  margin-bottom: 10px;
}
.standard-single-box__note {
  font-size: var(--mh--font-size--sm);
  margin-top: 10px;
}
@media (width >= 768px ) {
  .standard-single-box {
    padding: 40px;
  }
}
/*  standard-single-set
================================================== */
.standard-single-set {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}
.standard-single-set__txt + .standard-single-set__txt {
  margin-top: 2em;
}
.standard-single-set__txt a {
  color: var(--mh--color--primary-500);
  text-decoration: underline !important;
}
.standard-single-set__txt a:hover {
  text-decoration: none !important;
}
@media (width >= 768px ) {
  .standard-single-set {
    grid-template-columns: 0.8275862069fr 1fr;
    gap: 40px;
  }
}
/*  standard-single-relation
================================================== */
.standard-single-relation {
  margin-top: var(--mh--space--x3l);
}
/* standard-single-composition
================================================== */
.standard-single-composition dl {
  background: rgb(222, 222, 222);
}
.standard-single-composition dl[data-color=sky] {
  background: rgb(216, 240, 250);
}
.standard-single-composition dl[data-color=orange] {
  background: rgb(246, 219, 188);
}
.standard-single-composition dt, .standard-single-composition dd {
  padding: 10px 20px;
  text-align: center;
}
.standard-single-composition dt {
  font-weight: 700;
  line-height: var(--mh--line-height--sm);
}
.standard-single-composition__foot {
  margin-top: 10px;
}
.standard-single-composition__foot-main {
  font-weight: 700;
  font-size: var(--mh--font-size--xl);
  line-height: var(--mh--line-height--sm);
}
@media (width < 768px) {
  .standard-single-composition dt {
    border-bottom: 1px solid var(--mh--color--grayscale-200);
  }
}
@media (width >= 768px ) {
  .standard-single-composition dl {
    display: grid;
    grid-template-columns: 26.6666666667% 1fr;
  }
  .standard-single-composition dt, .standard-single-composition dd {
    padding: 15px 20px;
  }
  .standard-single-composition dt {
    border-right: 1px solid var(--mh--color--grayscale-200);
  }
  .standard-single-composition__foot {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
}
/*  standard-single-special
================================================== */
.standard-single-special {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.standard-single-special__txt {
  margin-top: 10px;
}
.standard-single-special__table table {
  border: 0 !important;
}
@media (width < 768px) {
  .standard-single-special__table {
    overflow: hidden;
  }
  .standard-single-special__img {
    order: -1;
  }
}
@media (width >= 768px ) {
  .standard-single-special {
    grid-template-columns: 1fr 327px;
    gap: 30px;
  }
  .standard-single-special__table .c-table01 table thead th:first-of-type {
    width: 180px;
  }
}
/* recruit-mv
================================================== */
.recruit-mv {
  position: relative;
}
.recruit-mv__slider {
  position: absolute;
  inset: 0;
}
.recruit-mv__slider .splide__track, .recruit-mv__slider .splide__list {
  height: 100%;
}
.recruit-mv__slider .splide__slide picture {
  display: block;
  height: 100%;
}
.recruit-mv__slider .splide__slide img, .recruit-mv__slider .splide__slide source {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.recruit-mv__slider .splide__pagination {
  position: absolute;
  bottom: 15px;
  left: var(--mh--contents--padding--side);
}
.recruit-mv__slider .splide__pagination li + li {
  margin-left: 5px;
}
.recruit-mv__slider .splide__pagination button {
  border: 1px solid var(--mh--color--grayscale-200);
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.recruit-mv__slider .splide__pagination button.is-active {
  background: var(--mh--color--grayscale-200);
}
.recruit-mv__inner {
  position: relative;
  padding-top: calc(50px + var(--mh--header--height));
}
.recruit-mv__textarea {
  height: 435px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.recruit-mv__copy {
  font-size: var(--mh--font-size--x8l);
}
.recruit-mv__lead {
  font-weight: 700;
  margin-top: 10px;
}
@media (width >= 768px ) {
  .recruit-mv__inner {
    height: 100svh;
  }
  .recruit-mv__slider .splide__pagination {
    left: 50%;
    bottom: 50px;
    translate: -50% 0;
  }
  .recruit-mv__inner {
    padding-top: calc(104px + var(--mh--header--height));
  }
  .recruit-mv__inner .l-breadcrumb {
    position: absolute;
    right: 120px;
    bottom: 50px;
  }
  .recruit-mv__inner .l-breadcrumb__inner {
    padding: 0;
  }
  .recruit-mv__textarea {
    height: calc(613px / (100% + 104px + var(--mh--header--height)) * 100%);
  }
  .recruit-mv__lead {
    margin-top: 30px;
    font-size: var(--mh--font-size--lg);
  }
}
/* recruit-intro
================================================== */
.recruit-intro {
  position: relative;
  z-index: 0;
}
.recruit-intro::before {
  content: "";
  pointer-events: none;
  position: absolute;
  inset: 0;
  background: url(../img/recruit/bg_intro01_sp.png) no-repeat top left/cover;
  z-index: 1;
}
@media (width >= 768px ) {
  .recruit-intro::before {
    background: url(../img/recruit/bg_intro01_pc.png) no-repeat bottom left/cover;
  }
}
/* recruit-omoi
================================================== */
.recruit-omoi__inner {
  position: relative;
  z-index: 1;
}
.recruit-omoi__head {
  line-height: var(--mh--line-height--sm);
}
.recruit-omoi__txt {
  margin-top: 30px;
}
/* recruit-people
================================================== */
.recruit-people {
  position: relative;
  overflow: hidden;
}
.recruit-people__en {
  position: absolute;
  top: -0.8%;
  font-size: 5rem;
  line-height: 1;
  z-index: -1;
}
.recruit-people__en .splide__slide {
  width: fit-content !important;
}
.recruit-people__list {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  position: relative;
  z-index: 1;
}
.recruit-people__item {
  background: var(--mh--color--grayscale-300);
  padding: 30px 10px;
  border: 1px solid var(--mh--color--grayscale-500);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (width >= 768px ) {
  .recruit-people__en {
    font-size: 14rem;
    top: -0.3em;
  }
  .recruit-people__list {
    grid-template-columns: repeat(3, 1fr);
  }
  .recruit-people__item {
    padding: 60px 10px;
  }
}
/* recruit-req
================================================== */
.recruit-req {
  background: var(--mh--color--grayscale-300) url(../img/recruit/bg_requirements01_sp.png) no-repeat top center/cover;
}
.recruit-req__sec + .recruit-req__sec {
  margin-top: 60px;
}
.recruit-req__container + .recruit-req__container {
  margin-top: 10px;
}
.recruit-req__container:has(.is-active) {
  margin-bottom: 40px;
}
.recruit-req__head {
  padding: 15px 20px;
  background: var(--mh--color--grayscale-900);
  color: var(--mh--color--grayscale-200);
  display: flex;
  align-items: center;
  gap: 10px;
}
.recruit-req__head-ico {
  width: 30px;
  flex-shrink: 0;
}
.recruit-req__head-plus {
  margin-left: auto;
  width: 20px;
  height: 20px;
  position: relative;
  display: grid;
  place-content: center;
}
.recruit-req__head-plus::before, .recruit-req__head-plus::after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: var(--mh--color--grayscale-200);
}
.recruit-req__head-plus::after {
  position: relative;
  top: -2px;
  rotate: 90deg;
  transition: all var(--mh--duration) var(--mh--easing);
}
.recruit-req__head.is-active .recruit-req__head-plus::after {
  rotate: 0deg;
}
.recruit-req__content {
  margin-top: 20px;
}
.recruit-req__btn {
  width: fit-content;
  margin-top: 20px;
  margin-left: auto;
}
@media (width >= 768px ) {
  .recruit-req {
    background-image: url(../img/recruit/bg_requirements01_pc.png);
  }
  .recruit-req__sec + .recruit-req__sec {
    margin-top: 80px;
  }
  .recruit-req__container + .recruit-req__container {
    margin-top: 20px;
  }
  .recruit-req__container:has(.is-active) {
    margin-bottom: 60px;
  }
  .recruit-req__head-ico {
    width: 40px;
  }
}
/* recruit-env
================================================== */
.recruit-env {
  background: var(--mh--color--grayscale-200);
  padding: 30px 20px;
}
.recruit-env + .recruit-env {
  margin-top: 20px;
}
.recruit-env__head {
  border-bottom: 1px solid var(--mh--color--grayscale-500);
  padding-bottom: 12px;
}
.recruit-env__textarea {
  margin-top: 20px;
}
.recruit-env__textarea dl + dl {
  margin-top: 30px;
}
.recruit-env__textarea dl dt {
  font-weight: 700;
  line-height: var(--mh--line-height--sm);
}
.recruit-env__textarea dl dd {
  margin-top: 10px;
}
@media (width >= 768px ) {
  .recruit-env {
    padding: 40px;
  }
  .recruit-env__head {
    padding-bottom: 20px;
  }
  .recruit-env__textarea {
    margin-top: 30px;
  }
  .recruit-env__textarea dl + dl {
    margin-top: 20px;
  }
}
/* recruit-benefits
================================================== */
.recruit-benefits {
  background: var(--mh--color--grayscale-200) url(../img/recruit/bg_benefits01_sp.png) no-repeat bottom right/cover;
}
.recruit-benefits__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
}
.recruit-benefits__list li {
  border: 1px solid var(--mh--color--grayscale-500);
  background: var(--mh--color--grayscale-300);
  padding: 15px 10px;
  font-weight: 700;
  line-height: var(--mh--line-height--sm);
  text-align: center;
}
.recruit-benefits__sec + .recruit-benefits__sec {
  margin-top: 60px;
}
@media (width >= 768px ) {
  .recruit-benefits {
    background-image: url(../img/recruit/bg_benefits01_pc.png);
  }
  .recruit-benefits__sec + .recruit-benefits__sec {
    margin-top: 100px;
  }
  .recruit-benefits__list {
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
  }
}
/* recruit-flow
================================================== */
.recruit-flow {
  background: var(--mh--color--grayscale-300) url(../img/recruit/bg_flow01_sp.png) no-repeat bottom left/cover;
}
.recruit-flow__img source, .recruit-flow__img img {
  width: 100%;
}
@media (width >= 768px ) {
  .recruit-flow {
    background-image: url(../img/recruit/bg_flow01_pc.png);
  }
}
.u-hidden {
  display: none;
}
.u-inline {
  display: inline;
}
.u-inline-block {
  display: inline-block;
}
.u-block {
  display: block;
}
.u-flex {
  display: flex;
}
.u-grid {
  display: grid;
}
@media (width < 640px) {
  .u-hidden-sm-down {
    display: none;
  }
}
@media (width < 768px) {
  .u-hidden-md-down {
    display: none;
  }
}
@media (width < 1100px) {
  .u-hidden-lg-down {
    display: none;
  }
}
@media (width < 1280px) {
  .u-hidden-xl-down {
    display: none;
  }
}
@media (width >= 640px) {
  .u-hidden-sm-up {
    display: none;
  }
}
@media (width >= 768px ) {
  .u-hidden-md-up {
    display: none;
  }
}
@media (width >= 1100px ) {
  .u-hidden-lg-up {
    display: none;
  }
}
@media (width >= 1280px ) {
  .u-hidden-xl-up {
    display: none;
  }
}
/* overflow
-------------------------------------- */
.u-overflow-auto {
  overflow: auto;
}
.u-overflow-hidden {
  overflow: hidden;
}
.u-overflow-visible {
  overflow: visible;
}
/* screen reader
-------------------------------------- */
.u-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  white-space: nowrap;
  border-width: 0;
  clip: rect(0, 0, 0, 0);
}
/* text-transform
-------------------------------------- */
.u-uppercase {
  text-transform: uppercase;
}
.u-capitalize {
  text-transform: capitalize;
}
/* text-align
-------------------------------------- */
.u-text-left {
  text-align: left;
}
.u-text-right {
  text-align: right;
}
.u-text-center {
  text-align: center;
}
@media (width < 640px) {
  .u-text-left-sm-down {
    text-align: left;
  }
}
@media (width < 640px) {
  .u-text-right-sm-down {
    text-align: right;
  }
}
@media (width < 640px) {
  .u-text-center-sm-down {
    text-align: center;
  }
}
@media (width < 768px) {
  .u-text-left-md-down {
    text-align: left;
  }
}
@media (width < 768px) {
  .u-text-right-md-down {
    text-align: right;
  }
}
@media (width < 768px) {
  .u-text-center-md-down {
    text-align: center;
  }
}
@media (width < 1100px) {
  .u-text-left-lg-down {
    text-align: left;
  }
}
@media (width < 1100px) {
  .u-text-right-lg-down {
    text-align: right;
  }
}
@media (width < 1100px) {
  .u-text-center-lg-down {
    text-align: center;
  }
}
@media (width < 1280px) {
  .u-text-left-xl-down {
    text-align: left;
  }
}
@media (width < 1280px) {
  .u-text-right-xl-down {
    text-align: right;
  }
}
@media (width < 1280px) {
  .u-text-center-xl-down {
    text-align: center;
  }
}
@media (width >= 640px) {
  .u-text-left-sm-up {
    text-align: left;
  }
}
@media (width >= 640px) {
  .u-text-right-sm-up {
    text-align: right;
  }
}
@media (width >= 640px) {
  .u-text-center-sm-up {
    text-align: center;
  }
}
@media (width >= 768px ) {
  .u-text-left-md-up {
    text-align: left;
  }
}
@media (width >= 768px ) {
  .u-text-right-md-up {
    text-align: right;
  }
}
@media (width >= 768px ) {
  .u-text-center-md-up {
    text-align: center;
  }
}
@media (width >= 1100px ) {
  .u-text-left-lg-up {
    text-align: left;
  }
}
@media (width >= 1100px ) {
  .u-text-right-lg-up {
    text-align: right;
  }
}
@media (width >= 1100px ) {
  .u-text-center-lg-up {
    text-align: center;
  }
}
@media (width >= 1280px ) {
  .u-text-left-xl-up {
    text-align: left;
  }
}
@media (width >= 1280px ) {
  .u-text-right-xl-up {
    text-align: right;
  }
}
@media (width >= 1280px ) {
  .u-text-center-xl-up {
    text-align: center;
  }
}
/* font-size
-------------------------------------- */
.u-text-x2s {
  font-size: var(--mh--font-size--x2s);
}
.u-text-xs {
  font-size: var(--mh--font-size--xs);
}
.u-text-sm {
  font-size: var(--mh--font-size--sm);
}
.u-text-md {
  font-size: var(--mh--font-size--md);
}
.u-text-lg {
  font-size: var(--mh--font-size--lg);
}
.u-text-xl {
  font-size: var(--mh--font-size--xl);
}
.u-text-x2l {
  font-size: var(--mh--font-size--x2l);
}
.u-text-x3l {
  font-size: var(--mh--font-size--x3l);
}
.u-text-x4l {
  font-size: var(--mh--font-size--x4l);
}
.u-text-x5l {
  font-size: var(--mh--font-size--x5l);
}
.u-text-x6l {
  font-size: var(--mh--font-size--x6l);
}
.u-text-x7l {
  font-size: var(--mh--font-size--x7l);
}
.u-text-x8l {
  font-size: var(--mh--font-size--x8l);
}
.u-text-x9l {
  font-size: var(--mh--font-size--x9l);
}
.u-text-x10l {
  font-size: var(--mh--font-size--x10l);
}
.u-text-x11l {
  font-size: var(--mh--font-size--x11l);
}
.u-text-x12l {
  font-size: var(--mh--font-size--x12l);
}
/* line-height
-------------------------------------- */
.u-leading-none {
  line-height: var(--mh--line-height--none);
}
.u-leading-xs {
  line-height: var(--mh--line-height--xs);
}
.u-leading-sm {
  line-height: var(--mh--line-height--sm);
}
.u-leading-md {
  line-height: var(--mh--line-height--md);
}
.u-leading-lg {
  line-height: var(--mh--line-height--lg);
}
/* letter-spacing
-------------------------------------- */
.u-tracking-sm {
  letter-spacing: var(--mh--letter-spacing--sm);
}
.u-tracking-md {
  letter-spacing: var(--mh--letter-spacing--md);
}
/* font-weight
-------------------------------------- */
.u-font-bold {
  font-weight: 700;
}
/* font-family
-------------------------------------- */
.u-font-en {
  font-family: var(--mh--font-family--en);
  font-weight: 400;
  line-height: var(--mh--line-height--xs);
  letter-spacing: var(--mh--letter-spacing--sm);
}
/* カッコの先頭を揃える
-------------------------------------- */
.u-paren {
  display: inline-block;
  text-indent: -0.5em;
}
.u-hover-text {
  overflow: hidden;
  position: relative;
  pointer-events: auto;
}
.u-hover-text span {
  display: block;
}
.u-hover-text .is-txt2 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  transform: translateY(100%);
}
@media (hover: hover) and (pointer: fine) {
  .u-hover-text:hover .is-txt1 {
    animation: hover-y-out var(--animation-hover);
  }
  .u-hover-text:hover .is-txt2 {
    animation: hover-y-in var(--animation-hover);
  }
}
/* position
-------------------------------------- */
.u-relative {
  position: relative;
}
.u-absolute {
  position: absolute !important;
}
/* layout
-------------------------------------- */
.u-inner {
  padding-right: var(--mh--contents--padding--side);
  padding-left: var(--mh--contents--padding--side);
}
@media (width >= 768px ) {
  .u-inner {
    width: 100%;
    max-width: var(--mh--contents--width-with-padding);
    margin-right: auto;
    margin-left: auto;
  }
}
@media (width >= 1100px ) {
  .u-inner {
    max-width: var(--mh--contents--width);
    padding-right: 0;
    padding-left: 0;
  }
}
.u-wide-inner {
  padding-right: var(--mh--contents--padding--side);
  padding-left: var(--mh--contents--padding--side);
}
@media (width >= 768px ) {
  .u-wide-inner {
    width: 100%;
    max-width: var(--mh--contents--wide-width-with-padding);
    margin-right: auto;
    margin-left: auto;
  }
}
@media (width >= 1680px ) {
  .u-wide-inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.u-item-center {
  display: grid;
  place-items: center;
}
.u-clearfix {
  clear: both;
  display: block;
  height: 0;
  border: none;
}
/* link
-------------------------------------- */
a.u-alpha {
  display: block;
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  a.u-alpha {
    transition: opacity var(--mh--duration) var(--mh--easing);
  }
  a.u-alpha:hover {
    opacity: 0.7;
  }
}
a.u-zoom {
  display: block;
  text-decoration: none;
}
a.u-zoom .u-zoom__img {
  display: block;
}
a.u-zoom .u-zoom__img-wrap {
  display: block;
  overflow: hidden;
}
@media (hover: hover) and (pointer: fine) {
  a.u-zoom .u-zoom__img {
    transition: transform var(--mh--duration) var(--mh--easing);
  }
  a.u-zoom:hover .u-zoom__img {
    transform: scale(1.1);
  }
}
a.u-link-layer {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
}
a[class].u-text-underline {
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  a[class].u-text-underline:hover {
    text-decoration: none;
  }
}
.u-media-query {
  font-family: sp;
}
@media (width >= 768px ) {
  .u-media-query {
    font-family: tb;
  }
}
@media (width >= 1100px ) {
  .u-media-query {
    font-family: pc;
  }
}
.u-text-primary-500 {
  color: var(--mh--color--primary-500);
}
.u-text-grayscale-100 {
  color: var(--mh--color--grayscale-100);
}
.u-text-grayscale-200 {
  color: var(--mh--color--grayscale-200);
}
.u-text-grayscale-300 {
  color: var(--mh--color--grayscale-300);
}
.u-text-grayscale-500 {
  color: var(--mh--color--grayscale-500);
}
.u-text-grayscale-600 {
  color: var(--mh--color--grayscale-600);
}
.u-text-grayscale-800 {
  color: var(--mh--color--grayscale-800);
}
.u-text-grayscale-900 {
  color: var(--mh--color--grayscale-900);
}
.u-bg-primary-500 {
  background-color: var(--mh--color--primary-500);
}
.u-bg-grayscale-100 {
  background-color: var(--mh--color--grayscale-100);
}
.u-bg-grayscale-200 {
  background-color: var(--mh--color--grayscale-200);
}
.u-bg-grayscale-300 {
  background-color: var(--mh--color--grayscale-300);
}
.u-bg-grayscale-500 {
  background-color: var(--mh--color--grayscale-500);
}
.u-bg-grayscale-600 {
  background-color: var(--mh--color--grayscale-600);
}
.u-bg-grayscale-800 {
  background-color: var(--mh--color--grayscale-800);
}
.u-bg-grayscale-900 {
  background-color: var(--mh--color--grayscale-900);
}
.u-p-x2s {
  padding: var(--mh--padding--x2s);
}
.u-py-x2s {
  padding-block: var(--mh--padding--x2s);
}
.u-px-x2s {
  padding-inline: var(--mh--padding--x2s);
}
.u-pt-x2s {
  padding-top: var(--mh--padding--x2s);
}
.u-pb-x2s {
  padding-bottom: var(--mh--padding--x2s);
}
.u-pl-x2s {
  padding-left: var(--mh--padding--x2s);
}
.u-pr-x2s {
  padding-right: var(--mh--padding--x2s);
}
.u-p-xs {
  padding: var(--mh--padding--xs);
}
.u-py-xs {
  padding-block: var(--mh--padding--xs);
}
.u-px-xs {
  padding-inline: var(--mh--padding--xs);
}
.u-pt-xs {
  padding-top: var(--mh--padding--xs);
}
.u-pb-xs {
  padding-bottom: var(--mh--padding--xs);
}
.u-pl-xs {
  padding-left: var(--mh--padding--xs);
}
.u-pr-xs {
  padding-right: var(--mh--padding--xs);
}
.u-p-sm {
  padding: var(--mh--padding--sm);
}
.u-py-sm {
  padding-block: var(--mh--padding--sm);
}
.u-px-sm {
  padding-inline: var(--mh--padding--sm);
}
.u-pt-sm {
  padding-top: var(--mh--padding--sm);
}
.u-pb-sm {
  padding-bottom: var(--mh--padding--sm);
}
.u-pl-sm {
  padding-left: var(--mh--padding--sm);
}
.u-pr-sm {
  padding-right: var(--mh--padding--sm);
}
.u-p-md {
  padding: var(--mh--padding--md);
}
.u-py-md {
  padding-block: var(--mh--padding--md);
}
.u-px-md {
  padding-inline: var(--mh--padding--md);
}
.u-pt-md {
  padding-top: var(--mh--padding--md);
}
.u-pb-md {
  padding-bottom: var(--mh--padding--md);
}
.u-pl-md {
  padding-left: var(--mh--padding--md);
}
.u-pr-md {
  padding-right: var(--mh--padding--md);
}
.u-p-lg {
  padding: var(--mh--padding--lg);
}
.u-py-lg {
  padding-block: var(--mh--padding--lg);
}
.u-px-lg {
  padding-inline: var(--mh--padding--lg);
}
.u-pt-lg {
  padding-top: var(--mh--padding--lg);
}
.u-pb-lg {
  padding-bottom: var(--mh--padding--lg);
}
.u-pl-lg {
  padding-left: var(--mh--padding--lg);
}
.u-pr-lg {
  padding-right: var(--mh--padding--lg);
}
.u-p-xl {
  padding: var(--mh--padding--xl);
}
.u-py-xl {
  padding-block: var(--mh--padding--xl);
}
.u-px-xl {
  padding-inline: var(--mh--padding--xl);
}
.u-pt-xl {
  padding-top: var(--mh--padding--xl);
}
.u-pb-xl {
  padding-bottom: var(--mh--padding--xl);
}
.u-pl-xl {
  padding-left: var(--mh--padding--xl);
}
.u-pr-xl {
  padding-right: var(--mh--padding--xl);
}
.u-p-x2l {
  padding: var(--mh--padding--x2l);
}
.u-py-x2l {
  padding-block: var(--mh--padding--x2l);
}
.u-px-x2l {
  padding-inline: var(--mh--padding--x2l);
}
.u-pt-x2l {
  padding-top: var(--mh--padding--x2l);
}
.u-pb-x2l {
  padding-bottom: var(--mh--padding--x2l);
}
.u-pl-x2l {
  padding-left: var(--mh--padding--x2l);
}
.u-pr-x2l {
  padding-right: var(--mh--padding--x2l);
}
.u-p-50_80 {
  padding: var(--mh--padding--50_80);
}
.u-py-50_80 {
  padding-block: var(--mh--padding--50_80);
}
.u-px-50_80 {
  padding-inline: var(--mh--padding--50_80);
}
.u-pt-50_80 {
  padding-top: var(--mh--padding--50_80);
}
.u-pb-50_80 {
  padding-bottom: var(--mh--padding--50_80);
}
.u-pl-50_80 {
  padding-left: var(--mh--padding--50_80);
}
.u-pr-50_80 {
  padding-right: var(--mh--padding--50_80);
}
.u-p-50_120 {
  padding: var(--mh--padding--50_120);
}
.u-py-50_120 {
  padding-block: var(--mh--padding--50_120);
}
.u-px-50_120 {
  padding-inline: var(--mh--padding--50_120);
}
.u-pt-50_120 {
  padding-top: var(--mh--padding--50_120);
}
.u-pb-50_120 {
  padding-bottom: var(--mh--padding--50_120);
}
.u-pl-50_120 {
  padding-left: var(--mh--padding--50_120);
}
.u-pr-50_120 {
  padding-right: var(--mh--padding--50_120);
}
.u-p-60_120 {
  padding: var(--mh--padding--60_120);
}
.u-py-60_120 {
  padding-block: var(--mh--padding--60_120);
}
.u-px-60_120 {
  padding-inline: var(--mh--padding--60_120);
}
.u-pt-60_120 {
  padding-top: var(--mh--padding--60_120);
}
.u-pb-60_120 {
  padding-bottom: var(--mh--padding--60_120);
}
.u-pl-60_120 {
  padding-left: var(--mh--padding--60_120);
}
.u-pr-60_120 {
  padding-right: var(--mh--padding--60_120);
}
.u-p-60_150 {
  padding: var(--mh--padding--60_150);
}
.u-py-60_150 {
  padding-block: var(--mh--padding--60_150);
}
.u-px-60_150 {
  padding-inline: var(--mh--padding--60_150);
}
.u-pt-60_150 {
  padding-top: var(--mh--padding--60_150);
}
.u-pb-60_150 {
  padding-bottom: var(--mh--padding--60_150);
}
.u-pl-60_150 {
  padding-left: var(--mh--padding--60_150);
}
.u-pr-60_150 {
  padding-right: var(--mh--padding--60_150);
}
.u-p-70_120 {
  padding: var(--mh--padding--70_120);
}
.u-py-70_120 {
  padding-block: var(--mh--padding--70_120);
}
.u-px-70_120 {
  padding-inline: var(--mh--padding--70_120);
}
.u-pt-70_120 {
  padding-top: var(--mh--padding--70_120);
}
.u-pb-70_120 {
  padding-bottom: var(--mh--padding--70_120);
}
.u-pl-70_120 {
  padding-left: var(--mh--padding--70_120);
}
.u-pr-70_120 {
  padding-right: var(--mh--padding--70_120);
}
.u-p-70_150 {
  padding: var(--mh--padding--70_150);
}
.u-py-70_150 {
  padding-block: var(--mh--padding--70_150);
}
.u-px-70_150 {
  padding-inline: var(--mh--padding--70_150);
}
.u-pt-70_150 {
  padding-top: var(--mh--padding--70_150);
}
.u-pb-70_150 {
  padding-bottom: var(--mh--padding--70_150);
}
.u-pl-70_150 {
  padding-left: var(--mh--padding--70_150);
}
.u-pr-70_150 {
  padding-right: var(--mh--padding--70_150);
}
.u-p-70_120_180 {
  padding: var(--mh--padding--70_120_180);
}
.u-py-70_120_180 {
  padding-block: var(--mh--padding--70_120_180);
}
.u-px-70_120_180 {
  padding-inline: var(--mh--padding--70_120_180);
}
.u-pt-70_120_180 {
  padding-top: var(--mh--padding--70_120_180);
}
.u-pb-70_120_180 {
  padding-bottom: var(--mh--padding--70_120_180);
}
.u-pl-70_120_180 {
  padding-left: var(--mh--padding--70_120_180);
}
.u-pr-70_120_180 {
  padding-right: var(--mh--padding--70_120_180);
}
.u-m-x2s {
  margin: var(--mh--space--x2s);
}
.u-my-x2s {
  margin-block: var(--mh--space--x2s);
}
.u-mx-x2s {
  margin-inline: var(--mh--space--x2s);
}
.u-mt-x2s {
  margin-top: var(--mh--space--x2s);
}
.u-mb-x2s {
  margin-bottom: var(--mh--space--x2s);
}
.u-ml-x2s {
  margin-left: var(--mh--space--x2s);
}
.u-mr-x2s {
  margin-right: var(--mh--space--x2s);
}
.u-m-xs {
  margin: var(--mh--space--xs);
}
.u-my-xs {
  margin-block: var(--mh--space--xs);
}
.u-mx-xs {
  margin-inline: var(--mh--space--xs);
}
.u-mt-xs {
  margin-top: var(--mh--space--xs);
}
.u-mb-xs {
  margin-bottom: var(--mh--space--xs);
}
.u-ml-xs {
  margin-left: var(--mh--space--xs);
}
.u-mr-xs {
  margin-right: var(--mh--space--xs);
}
.u-m-sm {
  margin: var(--mh--space--sm);
}
.u-my-sm {
  margin-block: var(--mh--space--sm);
}
.u-mx-sm {
  margin-inline: var(--mh--space--sm);
}
.u-mt-sm {
  margin-top: var(--mh--space--sm);
}
.u-mb-sm {
  margin-bottom: var(--mh--space--sm);
}
.u-ml-sm {
  margin-left: var(--mh--space--sm);
}
.u-mr-sm {
  margin-right: var(--mh--space--sm);
}
.u-m-md {
  margin: var(--mh--space--md);
}
.u-my-md {
  margin-block: var(--mh--space--md);
}
.u-mx-md {
  margin-inline: var(--mh--space--md);
}
.u-mt-md {
  margin-top: var(--mh--space--md);
}
.u-mb-md {
  margin-bottom: var(--mh--space--md);
}
.u-ml-md {
  margin-left: var(--mh--space--md);
}
.u-mr-md {
  margin-right: var(--mh--space--md);
}
.u-m-lg {
  margin: var(--mh--space--lg);
}
.u-my-lg {
  margin-block: var(--mh--space--lg);
}
.u-mx-lg {
  margin-inline: var(--mh--space--lg);
}
.u-mt-lg {
  margin-top: var(--mh--space--lg);
}
.u-mb-lg {
  margin-bottom: var(--mh--space--lg);
}
.u-ml-lg {
  margin-left: var(--mh--space--lg);
}
.u-mr-lg {
  margin-right: var(--mh--space--lg);
}
.u-m-xl {
  margin: var(--mh--space--xl);
}
.u-my-xl {
  margin-block: var(--mh--space--xl);
}
.u-mx-xl {
  margin-inline: var(--mh--space--xl);
}
.u-mt-xl {
  margin-top: var(--mh--space--xl);
}
.u-mb-xl {
  margin-bottom: var(--mh--space--xl);
}
.u-ml-xl {
  margin-left: var(--mh--space--xl);
}
.u-mr-xl {
  margin-right: var(--mh--space--xl);
}
.u-m-x2l {
  margin: var(--mh--space--x2l);
}
.u-my-x2l {
  margin-block: var(--mh--space--x2l);
}
.u-mx-x2l {
  margin-inline: var(--mh--space--x2l);
}
.u-mt-x2l {
  margin-top: var(--mh--space--x2l);
}
.u-mb-x2l {
  margin-bottom: var(--mh--space--x2l);
}
.u-ml-x2l {
  margin-left: var(--mh--space--x2l);
}
.u-mr-x2l {
  margin-right: var(--mh--space--x2l);
}
.u-m-x3l {
  margin: var(--mh--space--x3l);
}
.u-my-x3l {
  margin-block: var(--mh--space--x3l);
}
.u-mx-x3l {
  margin-inline: var(--mh--space--x3l);
}
.u-mt-x3l {
  margin-top: var(--mh--space--x3l);
}
.u-mb-x3l {
  margin-bottom: var(--mh--space--x3l);
}
.u-ml-x3l {
  margin-left: var(--mh--space--x3l);
}
.u-mr-x3l {
  margin-right: var(--mh--space--x3l);
}
.u-m-x4l {
  margin: var(--mh--space--x4l);
}
.u-my-x4l {
  margin-block: var(--mh--space--x4l);
}
.u-mx-x4l {
  margin-inline: var(--mh--space--x4l);
}
.u-mt-x4l {
  margin-top: var(--mh--space--x4l);
}
.u-mb-x4l {
  margin-bottom: var(--mh--space--x4l);
}
.u-ml-x4l {
  margin-left: var(--mh--space--x4l);
}
.u-mr-x4l {
  margin-right: var(--mh--space--x4l);
}
.u-m-15_25 {
  margin: var(--mh--space--15_25);
}
.u-my-15_25 {
  margin-block: var(--mh--space--15_25);
}
.u-mx-15_25 {
  margin-inline: var(--mh--space--15_25);
}
.u-mt-15_25 {
  margin-top: var(--mh--space--15_25);
}
.u-mb-15_25 {
  margin-bottom: var(--mh--space--15_25);
}
.u-ml-15_25 {
  margin-left: var(--mh--space--15_25);
}
.u-mr-15_25 {
  margin-right: var(--mh--space--15_25);
}
.u-m-30_50 {
  margin: var(--mh--space--30_50);
}
.u-my-30_50 {
  margin-block: var(--mh--space--30_50);
}
.u-mx-30_50 {
  margin-inline: var(--mh--space--30_50);
}
.u-mt-30_50 {
  margin-top: var(--mh--space--30_50);
}
.u-mb-30_50 {
  margin-bottom: var(--mh--space--30_50);
}
.u-ml-30_50 {
  margin-left: var(--mh--space--30_50);
}
.u-mr-30_50 {
  margin-right: var(--mh--space--30_50);
}
.u-mx-auto {
  margin-inline: auto;
}
html body {
  --wp--style--block-gap: 0;
}
html body {
  --wp--preset--font-size--x-2-s: var(--mh--font-size--x2s);
  --wp--preset--font-size--xs: var(--mh--font-size--xs);
  --wp--preset--font-size--sm: var(--mh--font-size--sm);
  --wp--preset--font-size--md: var(--mh--font-size--md);
  --wp--preset--font-size--lg: var(--mh--font-size--lg);
  --wp--preset--font-size--xl: var(--mh--font-size--xl);
  --wp--preset--font-size--x-2-l: var(--mh--font-size--x2l);
  --wp--preset--font-size--x-3-l: var(--mh--font-size--x3l);
  --wp--preset--font-size--x-4-l: var(--mh--font-size--x4l);
  --wp--preset--font-size--x-5-l: var(--mh--font-size--x5l);
  --wp--preset--font-size--x-6-l: var(--mh--font-size--x6l);
  --wp--preset--font-size--x-7-l: var(--mh--font-size--x7l);
  --wp--preset--font-size--x-8-l: var(--mh--font-size--x8l);
  --wp--preset--font-size--x-9-l: var(--mh--font-size--x9l);
  --wp--preset--font-size--x-10-l: var(--mh--font-size--x10l);
  --wp--preset--font-size--x-11-l: var(--mh--font-size--x11l);
  --wp--preset--font-size--x-12-l: var(--mh--font-size--x12l);
  --wp--preset--font-size--x-13-l: var(--mh--font-size--x13l);
  --wp--preset--font-size--x-14-l: var(--mh--font-size--x14l);
  --wp--preset--font-size--x-15-l: var(--mh--font-size--x15l);
}
.has-lg-font-size,
.has-xl-font-size,
.has-x-2-l-font-size,
.has-x-3-l-font-size,
.has-x-4-l-font-size {
  line-height: var(--mh--line-height--sm);
}
.has-x-5-l-font-size,
.has-x-6-l-font-size,
.has-x-7-l-font-size,
.has-x-8-l-font-size,
.has-x-9-l-font-size,
.has-x-10-l-font-size,
.has-x-11-l-font-size,
.has-x-12-l-font-size,
.has-x-13-l-font-size,
.has-x-14-l-font-size,
.has-x-15-l-font-size {
  line-height: var(--mh--line-height--xs);
}
.wp-block-m-hand-custom-block-custom-group[class*=" u-grid-cols"],
.wp-block-m-hand-custom-block-custom-group[class*=" sm:u-grid-cols"],
.wp-block-m-hand-custom-block-custom-group[class*=" md:u-grid-cols"],
.wp-block-m-hand-custom-block-custom-group[class*=" lg:u-grid-cols"],
.wp-block-m-hand-custom-block-custom-group[class*=" xl:u-grid-cols"],
.wp-block-m-hand-custom-block-custom-group[class*=" u-gap"],
.wp-block-m-hand-custom-block-custom-group[class*=" sm:u-gap"],
.wp-block-m-hand-custom-block-custom-group[class*=" md:u-gap"],
.wp-block-m-hand-custom-block-custom-group[class*=" lg:u-gap"],
.wp-block-m-hand-custom-block-custom-group[class*=" xl:u-gap"],
.wp-block-group[class*=" u-gap"],
.wp-block-group[class*=" sm:u-gap"],
.wp-block-group[class*=" md:u-gap"],
.wp-block-group[class*=" lg:u-gap"],
.wp-block-group[class*=" xl:u-gap"],
.wp-block-group[class*=" u-grid-cols"],
.wp-block-group[class*=" sm:u-grid-cols"],
.wp-block-group[class*=" md:u-grid-cols"],
.wp-block-group[class*=" lg:u-grid-cols"],
.wp-block-group[class*=" xl:u-grid-cols"],
.wp-block-columns[class*=" u-grid-cols"],
.wp-block-columns[class*=" sm:u-grid-cols"],
.wp-block-columns[class*=" md:u-grid-cols"],
.wp-block-columns[class*=" lg:u-grid-cols"],
.wp-block-columns[class*=" xl:u-grid-cols"],
.wp-block-columns[class*=" u-gap"],
.wp-block-columns[class*=" sm:u-gap"],
.wp-block-columns[class*=" md:u-gap"],
.wp-block-columns[class*=" lg:u-gap"],
.wp-block-columns[class*=" xl:u-gap"] {
  display: grid;
}
html body a:not(.wp-element-button) {
  text-decoration: inherit;
}
@media (width >= 768px ) {
  .wp-block-image.alignleft {
    float: left;
    margin-right: 1em;
  }
  .wp-block-image.alignright {
    float: right;
    margin-left: 1em;
  }
  .wp-block-image.aligncenter {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
}