@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: 1500px;
}
:root {
  --mh--font-family--base: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", meiryo, sans-serif;
  --mh--font-family--en: "Poppins", sans-serif;
}
html body {
  --mh--font-size--x2s: 1.3rem;
  --mh--font-size--xs: 1.4rem;
  --mh--font-size--sm: 1.5rem;
  --mh--font-size--md: 1.6rem;
  --mh--font-size--lg: 1.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--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--md: 0;
  --mh--letter-spacing--lg: .02em;
}
:root {
  --mh--line-height--none: 1;
  --mh--line-height--xs: 1.1;
  --mh--line-height--sm: 1;
  --mh--line-height--md: 1.6;
  --mh--line-height--lg: 2;
}
:root {
  --mh--header--height: 65px;
}
@media (width >= 768px ) {
  :root {
    --mh--header--height: 120px;
    --mh--header--height-thin: 100px;
  }
}
:root {
  --mh--sidebar--width: 260px;
}
:root {
  --mh--contents--width: 1100px;
  --mh--contents--wide-width: 1400px;
  --mh--contents--maximum-width: 1720px;
  --mh--contents--padding--side: 20px;
  --mh--contents--width-with-padding: calc(
  	var(--mh--contents--width) + var(--mh--contents--padding--side) * 2
  );
  --mh--contents--wide-width-with-padding: calc(
  	var(--mh--contents--wide-width) + var(--mh--contents--padding--side) * 2
  );
  --mh--contents--maximum-width-with-padding: calc(
  	var(--mh--contents--maximum-width) + var(--mh--contents--padding--side) * 2
  );
  --mh--border-radius--sm: 5px;
  --mh--border-radius--md: 10px;
  --mh--border-radius--lg: 20px;
}
@media (width >= 768px ) {
  :root {
    --mh--contents--padding--side: 50px;
    --mh--border-radius--sm: 10px;
    --mh--border-radius--md: 20px;
    --mh--border-radius--lg: 50px;
  }
}
html body {
  --mh--color--primary-600: rgb(0, 139, 219);
  --mh--color--primary-500: rgb(0, 162, 255);
  --mh--color--primary-400: rgb(49, 180, 255);
  --mh--color--primary-300: rgb(119, 205, 255);
  --mh--color--primary-200: rgb(204, 236, 255);
  --mh--color--primary-100: rgb(234, 247, 255);
  --mh--color--secondary-500: rgb(255, 180, 0);
  --mh--color--secondary-100: rgba(255, 180, 0, 0.3);
  --mh--color--tertiary-500: rgb(180, 225, 0);
  --mh--color--tertiary-100: rgba(180, 225, 0, 0.3);
  --mh--color--grayscale-900: rgb(87, 96, 99);
  --mh--color--grayscale-700: rgb(142, 161, 167);
  --mh--color--grayscale-500: rgb(197, 213, 218);
  --mh--color--grayscale-300: rgb(214, 232, 238);
  --mh--color--grayscale-100: rgb(255, 255, 255);
  --mh--color--category01-500: rgb(30, 210, 210);
  --mh--color--category01-100: rgba(30, 210, 210, 0.3);
  --mh--color--category02-500: rgb(90, 90, 255);
  --mh--color--category03-500: rgb(255, 90, 30);
  --mh--color--error-500: rgb(255, 90, 30);
}
:root {
  --mh--easing: ease;
  --mh--easing2: cubic-bezier(.4,.4,0,1);
  --mh--duration: 0.3s;
  --mh--duration2: 0.8s;
}
@keyframes slideLoop {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
:root {
  --mh--space--x3s: 10px;
  --mh--space--x2s: 15px;
  --mh--space--xs: 15px;
  --mh--space--sm: 15px;
  --mh--space--md: 20px;
  --mh--space--lg: 25px;
  --mh--space--xl: 30px;
  --mh--space--x2l: 35px;
  --mh--space--x3l: 40px;
  --mh--space--x4l: 50px;
  --mh--space--x5l: 60px;
  --mh--space--x6l: 70px;
  --mh--space--x7l: 80px;
}
@media (width >= 768px ) {
  :root {
    --mh--space--x3s: 10px;
    --mh--space--x2s: 10px;
    --mh--space--xs: 20px;
    --mh--space--sm: 30px;
    --mh--space--md: 40px;
    --mh--space--lg: 50px;
    --mh--space--xl: 60px;
    --mh--space--x2l: 70px;
    --mh--space--x3l: 80px;
    --mh--space--x4l: 100px;
    --mh--space--x5l: 120px;
    --mh--space--x6l: 140px;
    --mh--space--x7l: 160px;
  }
}
:root {
  --mh--padding--xs: 20px;
  --mh--padding--sm: 20px;
  --mh--padding--md: 30px;
  --mh--padding--lg: 30px;
  --mh--padding--xl: 30px;
  --mh--padding--x2l: 40px;
  --mh--padding--x3l: 50px;
  --mh--padding--x4l: 60px;
  --mh--padding--20_40: 20px;
  --mh--padding--60_150: 60px;
  --mh--padding--60_160: 60px;
  --mh--padding--80_180: 80px;
}
@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: 80px;
    --mh--padding--x3l: 100px;
    --mh--padding--x4l: 120px;
    --mh--padding--20_40: 40px;
    --mh--padding--60_150: 150px;
    --mh--padding--60_160: 160px;
    --mh--padding--80_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]) {
  overflow: auto;
  scroll-behavior: smooth;
  scroll-padding-top: var(--mh--header--height);
}
body {
  overflow: clip;
  min-width: 320px;
  font-family: var(--mh--font-family--base);
  font-size: var(--mh--font-size--md);
  font-weight: 500;
  line-height: var(--mh--line-height--md);
  color: var(--mh--color--grayscale-900);
  -webkit-text-size-adjust: 100%;
  background: var(--mh--color--primary-100);
}
@media (width >= 768px ) {
  body {
    min-width: var(--mh--contents--width-with-padding);
    padding-top: var(--mh--header--height);
  }
}
@media (width >= 768px ) and (hover: none) {
  body {
    -webkit-text-size-adjust: none;
  }
}
* {
  letter-spacing: var(--mh--letter-spacing--md);
}
ins {
  text-decoration: none;
  background-color: #ff9;
}
mark {
  font-weight: bold;
  background-color: #ff9;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  cursor: help;
  border-bottom: 1px dotted;
}
sup {
  font-size: 0.75em;
  vertical-align: text-top;
}
sub {
  font-size: 0.75em;
  vertical-align: text-bottom;
}
hr {
  display: block;
  height: 1px;
  padding: 0;
  margin: 1em 0;
  border: 0;
  border-top: 1px solid;
}
table {
  width: 100%;
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse;
}
a {
  color: inherit;
}
@media (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);
}
.l-container.is-col2 {
  display: grid;
  padding-block: var(--mh--space--x5l) var(--mh--space--x7l);
}
@media (width < 768px) {
  .l-container.is-col2 {
    gap: 50px;
  }
}
@media (width >= 1100px ) {
  .l-container.is-col2 {
    grid-template-columns: var(--mh--sidebar--width) 1fr;
    gap: 50px;
    width: var(--mh--contents--width);
    margin: 0 auto;
  }
  .l-container.is-col2 .l-sidebar {
    order: -1;
    position: sticky;
    top: var(--mh--header--height);
    height: fit-content;
  }
}
/*  .c-archive01 お知らせ
================================================== */
.c-archive01 {
  --line: 2;
  --line-height: 1.6;
  display: grid;
  gap: 10px 0;
}
.c-archive01__item-in {
  position: relative;
  display: block;
  padding: 20px 60px 20px 25px;
  background: #fff;
  border-radius: var(--mh--border-radius--sm);
}
.c-archive01__item-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0 10px;
  align-items: center;
  color: var(--mh--color--grayscale-700);
}
.c-archive01__item-date {
  padding: 6px 0 3px;
  font-size: var(--mh--font-size--sm);
}
.c-archive01__item-cat {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0 5px;
}
.c-archive01__item-cat-item {
  font-size: var(--mh--font-size--sm);
}
.c-archive01__item-head {
  display: -webkit-box;
  max-height: calc(var(--line) * var(--line-height) * 1em);
  margin-top: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: var(--line);
  line-height: var(--line-height);
  -webkit-box-orient: vertical;
  font-size: var(--mh--font-size--sm);
  transition: color var(--mh--duration) var(--mh--easing);
}
.c-archive01__item-arw {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  display: grid;
  place-items: center;
  width: 35px;
  height: 35px;
  border: 2px solid var(--mh--color--grayscale-500);
  border-radius: 50%;
}
.c-archive01__item-arw:after {
  display: inline-block;
  width: 16px;
  height: 12px;
  color: var(--mh--color--primary-500);
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 10"><path fill="currentColor" d="M7.5.5 6.45 1.55l2.722 2.723H0v1.455h9.173L6.45 8.45 7.5 9.5 12 5z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 10"><path fill="currentColor" d="M7.5.5 6.45 1.55l2.722 2.723H0v1.455h9.173L6.45 8.45 7.5 9.5 12 5z"/></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);
}
@media (width >= 768px ) {
  .c-archive01 {
    --line: 1;
    gap: 20px 0;
  }
  .c-archive01__item-in {
    padding: 20px 75px 20px 25px;
  }
  .c-archive01__item-date {
    padding: 5px 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-archive01__item-in:hover .c-archive01__item-head {
    color: var(--mh--color--primary-500);
  }
}
/* c-archive02
================================= */
.c-archive02__item.is-1 .c-archive02-dot li:nth-child(1) {
  background: var(--mh--color--primary-500);
}
.c-archive02__item.is-2 .c-archive02-dot li:nth-child(1),
.c-archive02__item.is-2 .c-archive02-dot li:nth-child(2) {
  background: var(--mh--color--primary-500);
}
.c-archive02__item.is-2 .c-archive02-dot li:nth-child(1):before,
.c-archive02__item.is-2 .c-archive02-dot li:nth-child(2):before {
  background: var(--mh--color--primary-300);
}
.c-archive02__item.is-3 .c-archive02-dot li:nth-child(1),
.c-archive02__item.is-3 .c-archive02-dot li:nth-child(2),
.c-archive02__item.is-3 .c-archive02-dot li:nth-child(3) {
  background: var(--mh--color--primary-500);
}
.c-archive02__item.is-3 .c-archive02-dot li:nth-child(1):before,
.c-archive02__item.is-3 .c-archive02-dot li:nth-child(2):before,
.c-archive02__item.is-3 .c-archive02-dot li:nth-child(3):before {
  background: var(--mh--color--primary-300);
}
.c-archive02__item.is-4 .c-archive02-dot li:nth-child(1),
.c-archive02__item.is-4 .c-archive02-dot li:nth-child(2),
.c-archive02__item.is-4 .c-archive02-dot li:nth-child(3),
.c-archive02__item.is-4 .c-archive02-dot li:nth-child(4) {
  background: var(--mh--color--primary-500);
}
.c-archive02__item.is-4 .c-archive02-dot li:nth-child(1):before,
.c-archive02__item.is-4 .c-archive02-dot li:nth-child(2):before,
.c-archive02__item.is-4 .c-archive02-dot li:nth-child(3):before,
.c-archive02__item.is-4 .c-archive02-dot li:nth-child(4):before {
  background: var(--mh--color--primary-300);
}
.c-archive02__item.is-5 .c-archive02-dot li:nth-child(1),
.c-archive02__item.is-5 .c-archive02-dot li:nth-child(2),
.c-archive02__item.is-5 .c-archive02-dot li:nth-child(3),
.c-archive02__item.is-5 .c-archive02-dot li:nth-child(4),
.c-archive02__item.is-5 .c-archive02-dot li:nth-child(5) {
  background: var(--mh--color--primary-500);
}
.c-archive02__item.is-5 .c-archive02-dot li:nth-child(1):before,
.c-archive02__item.is-5 .c-archive02-dot li:nth-child(2):before,
.c-archive02__item.is-5 .c-archive02-dot li:nth-child(3):before,
.c-archive02__item.is-5 .c-archive02-dot li:nth-child(4):before,
.c-archive02__item.is-5 .c-archive02-dot li:nth-child(5):before {
  background: var(--mh--color--primary-300);
}
.c-archive02__in {
  display: block;
}
.c-archive02__box {
  position: absolute;
  z-index: 1;
  bottom: 14px;
  left: 10px;
  width: calc(100% - 20px);
  max-height: calc(67dvh - 14px);
  min-height: 180px;
  overflow: hidden;
  border-radius: 15px;
  border: 5px solid rgba(82, 191, 254, 0.5);
}
.c-archive02__box:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: calc(100% - 100px);
  min-height: 100px;
  background: linear-gradient(to top, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 60%);
}
.c-archive02-slider .splide__track {
  overflow: visible;
}
@media (width < 768px) {
  .c-archive02__img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% + 40px);
  }
  .c-archive02__img img {
    aspect-ratio: 1;
    max-height: 70vh;
    object-fit: cover;
    object-position: center top;
  }
}
@media screen and (width < 768px) and (orientation: landscape) {
  .c-archive02__box {
    max-height: calc(50dvh - 14px);
  }
}
@media (width >= 768px ) {
  .c-archive02__item {
    width: 100%;
    aspect-ratio: 1400/680;
    overflow: hidden;
    border-radius: 20px;
  }
  .c-archive02__in {
    width: 100%;
    height: 100%;
    padding: 25px;
  }
  .c-archive02__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .c-archive02__box {
    position: relative;
    bottom: auto;
    left: auto;
    width: 420px;
    min-height: 250px;
    max-height: 100%;
    margin: 0 0 0 auto;
    border-radius: 30px;
    border: 10px solid rgba(82, 191, 254, 0.5);
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-archive02__img img {
    transition: transform var(--mh--duration) var(--mh--easing);
  }
  .c-archive02-con__btn {
    transition: all var(--mh--duration) var(--mh--easing);
  }
  .c-archive02__in:hover .c-archive02__img img {
    transform: scale(1.1);
  }
  .c-archive02__in:hover .c-archive02-con__btn {
    color: var(--mh--color--category03-500);
    background: #fff;
  }
}
/* c-archive02-meta
----------------------- */
.c-archive02-meta {
  display: flex;
  align-items: flex-start;
  padding: 16px 15px 15px;
  color: #fff;
  background: var(--mh--color--primary-400);
}
.c-archive02-meta__ico {
  align-self: center;
  width: 40px;
  min-width: 40px;
  margin-right: 10px;
}
.c-archive02-meta__name {
  min-width: 95px;
  margin-right: 4px;
}
.c-archive02-meta__name-txt {
  margin: -2px 0;
  font-size: var(--mh--font-size--sm);
}
.c-archive02-meta__name-txt span {
  font-size: var(--mh--font-size--x2l);
}
.c-archive02-meta__name-year {
  font-size: var(--mh--font-size--x2s);
}
.c-archive02-meta__cat {
  align-self: start;
  margin-left: auto;
  padding: 1px 13px 0;
  font-size: 1rem;
  border-radius: 9999px;
}
@media (width >= 768px ) {
  .c-archive02-meta {
    align-items: center;
    padding: 18px 20px;
  }
  .c-archive02-meta__ico {
    width: 50px;
    min-width: 50px;
  }
  .c-archive02-meta__name {
    min-width: 95px;
  }
  .c-archive02-meta__name-year {
    font-size: var(--mh--font-size--sm);
  }
  .c-archive02-meta__cat {
    align-self: center;
    padding: 1px 15px;
    font-size: var(--mh--font-size--sm);
  }
}
/* c-archive02-con
------------------------ */
.c-archive02-con {
  display: grid;
  gap: 10px 0;
  padding: 15px;
  background: #fff;
}
.c-archive02-con__q, .c-archive02-con__a {
  width: fit-content;
  max-width: calc(100% - 17px);
  padding: 10px;
  font-weight: 700;
  font-size: var(--mh--font-size--xs);
}
.c-archive02-con__q {
  margin: 0 0 0 auto;
  color: #fff;
  background: var(--mh--color--primary-300);
  border-radius: var(--mh--border-radius--md) var(--mh--border-radius--md) 0 var(--mh--border-radius--md);
}
.c-archive02-con__a {
  margin: 0 auto 0 0;
  background: var(--mh--color--primary-100);
  border-radius: var(--mh--border-radius--md) var(--mh--border-radius--md) var(--mh--border-radius--md) 0;
}
.c-archive02-con__btn {
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% - 30px);
  min-height: 55px;
  color: #fff;
  font-weight: 700;
  background: var(--mh--color--category03-500);
  border-radius: 9999px;
  border: 2px solid var(--mh--color--category03-500);
}
.c-archive02-con__btn:after {
  display: inline-block;
  width: 16px;
  height: 12px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 10"><path fill="currentColor" d="M7.5.5 6.45 1.55l2.722 2.723H0v1.455h9.173L6.45 8.45 7.5 9.5 12 5z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 10"><path fill="currentColor" d="M7.5.5 6.45 1.55l2.722 2.723H0v1.455h9.173L6.45 8.45 7.5 9.5 12 5z"/></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);
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
@media (width >= 768px ) {
  .c-archive02-con {
    padding: 20px;
  }
  .c-archive02-con__q, .c-archive02-con__a {
    padding: 15px;
  }
  .c-archive02-con__a {
    width: calc(100% - 82px);
  }
  .c-archive02-con__a.is-last {
    height: 238px;
  }
  .c-archive02-con__btn {
    bottom: 33px;
    width: calc(100% - 80px);
    min-height: 60px;
  }
}
/* c-archive02-dot
---------------------- */
.c-archive02-dot {
  position: absolute;
  bottom: 0;
  right: -9px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 8px;
  height: calc(100% - 100vw);
  min-height: max(30vh, 124px);
  gap: 25px;
  padding: 25px 0;
}
.c-archive02-dot li {
  position: relative;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--mh--color--grayscale-500);
}
.c-archive02-dot li:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 25px;
  background: var(--mh--color--grayscale-500);
}
.c-archive02-dot li:first-child:before {
  content: none;
}
@media screen and (orientation: landscape) {
  .c-archive02-dot {
    top: auto;
    bottom: 0;
  }
}
/* c-archive03
================================= */
.c-archive03 {
  display: grid;
  gap: 20px;
}
.c-archive03__item {
  background: rgba(82, 191, 254, 0.5);
  padding: 5px;
  border-radius: 10px;
  position: relative;
  overflow: clip;
}
.c-archive03__item-in.u-zoom {
  display: grid;
  gap: 20px;
  padding: 20px 20px 40px;
  background: var(--mh--color--grayscale-100);
  border-radius: 5px;
}
.c-archive03__item-img {
  position: relative;
  aspect-ratio: 275/184;
  overflow: hidden;
  border-radius: 10px;
}
.c-archive03__item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-archive03__item-txt {
  padding: 10px 20px;
  border-radius: 10px 10px 10px 0;
}
@media (width < 768px) {
  .c-archive03__item::after {
    content: "";
    background: var(--mh--color--primary-300);
    opacity: 0.3;
    border-radius: 47px 0 0 0;
    width: 85%;
    height: 50px;
    position: absolute;
    bottom: -30px;
    right: 20px;
  }
}
@media (width >= 768px ) {
  .c-archive03 {
    gap: 40px;
  }
  .c-archive03__item {
    padding: 10px;
    border-radius: 20px;
  }
  .c-archive03__item-in.u-zoom {
    padding: 80px;
    grid-template-columns: 1fr 0.8870967742fr;
    gap: 70px;
    align-items: center;
    position: relative;
    border-radius: 10px;
  }
  .c-archive03__item-in.u-zoom::before, .c-archive03__item-in.u-zoom::after {
    content: "";
    display: block;
    width: 39.8550724638%;
    height: 85px;
    position: absolute;
    right: 80px;
    opacity: 0.3;
  }
  .c-archive03__item-in.u-zoom::before {
    background: var(--mh--color--primary-200);
    top: 0;
  }
  .c-archive03__item-in.u-zoom::after {
    border-radius: 47px 47px 0 0;
    background: var(--mh--color--primary-300);
    bottom: 0;
    height: 90px;
  }
  .c-archive03__item-img {
    border-radius: 20px;
  }
  .c-archive03__item-textarea {
    position: relative;
  }
  .c-archive03__item-txt {
    padding: 15px 20px;
  }
  .c-archive03__item-arw.c-ico.is-arw03 {
    display: block;
    width: 35px;
    height: 35px;
    border: 1px solid var(--mh--color--grayscale-500);
    border-radius: 50%;
    position: absolute;
    right: 30px;
    bottom: 30px;
  }
  .c-archive03__item-arw.c-ico.is-arw03::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: var(--mh--color--primary-500);
  }
}
@media (width >= 1280px ) {
  .c-archive03__item::before, .c-archive03__item::after {
    height: 90px;
  }
}
/* c-archive04
================================= */
.c-archive04__item-img {
  position: relative;
  border-radius: 20px;
  aspect-ratio: 335/223;
  overflow: clip;
}
.c-archive04__item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-archive04__item-arw.c-arw01 {
  position: absolute;
  right: 15px;
  bottom: 15px;
}
@media (width < 768px) {
  .c-archive04__item-info .c-info01__label {
    margin-left: 48px;
  }
}
@media (width >= 768px ) {
  .c-archive04__item-info.c-info01 {
    margin-left: 0;
  }
}
/* c-archive05 works内の「この仕事をしている先輩を見る」
====================================== */
.c-archive05 {
  display: grid;
  gap: 10px 0;
}
.c-archive05__in {
  position: relative;
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 0 15px;
  min-height: 105px;
  padding: 15px;
  background: #fff;
  border-radius: var(--mh--border-radius--sm);
}
.c-archive05__img {
  overflow: hidden;
  aspect-ratio: 335/223;
  border-radius: var(--mh--border-radius--sm);
}
.c-archive05__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--mh--duration) var(--mh--easing);
}
.c-archive05__cat {
  width: fit-content;
  margin-bottom: 10px;
  padding: 0 10px;
  color: #fff;
  font-size: var(--mh--font-size--x2s);
  border-radius: 9999px;
}
.c-archive05__name, .c-archive05__year {
  padding-right: 40px;
}
.c-archive05__name {
  font-size: var(--mh--font-size--sm);
}
.c-archive05__name span {
  margin-right: 2px;
  font-size: var(--mh--font-size--x2l);
}
.c-archive05__year {
  font-size: var(--mh--font-size--x2s);
}
.c-archive05__arw {
  position: absolute;
  right: 15px;
  bottom: 19px;
  display: grid;
  place-items: center;
  width: 35px;
  height: 35px;
  border: 2px solid var(--mh--color--grayscale-500);
  background: #fff;
  border-radius: 50%;
  transition: all var(--mh--duration) var(--mh--easing);
}
.c-archive05__arw:after {
  display: inline-block;
  width: 16px;
  height: 12px;
  color: var(--mh--color--primary-500);
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 10"><path fill="currentColor" d="M7.5.5 6.45 1.55l2.722 2.723H0v1.455h9.173L6.45 8.45 7.5 9.5 12 5z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 10"><path fill="currentColor" d="M7.5.5 6.45 1.55l2.722 2.723H0v1.455h9.173L6.45 8.45 7.5 9.5 12 5z"/></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);
}
@media (width >= 768px ) {
  .c-archive05 {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .c-archive05__in {
    grid-template-columns: 36% 58%;
    gap: 0;
    justify-content: space-between;
    align-items: center;
    min-height: 160px;
    padding: 20px;
  }
  .c-archive05__cat {
    padding: 2px 15px;
    font-size: var(--mh--font-size--sm);
  }
  .c-archive05__year {
    font-size: var(--mh--font-size--sm);
  }
  .c-archive05__arw {
    right: 20px;
    bottom: 44px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-archive05__in:hover .c-archive05__img img {
    transform: scale(1.1);
  }
  .c-archive05__in:hover .c-archive05__arw {
    border-color: var(--mh--color--primary-500);
    background: var(--mh--color--primary-500);
  }
  .c-archive05__in:hover .c-archive05__arw:after {
    color: #fff;
  }
}
/* c-arw01
* 位置調整は原則、専用クラスにて対応すること
============================= */
.c-arw01 {
  display: block;
  width: 35px;
  height: 35px;
  border: 1px solid var(--mh--color--grayscale-500);
  border-radius: 50%;
  background: var(--mh--color--grayscale-100);
  position: relative;
}
.c-arw01.c-ico.is-arw03::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--mh--color--primary-500);
}
/* c-bg-footer-primary-200
============================= */
.c-bg-footer-primary-200 {
  position: relative;
}
.c-bg-footer-primary-200__bg {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 50px;
  background: var(--mh--color--primary-200);
}
@media (width >= 768px ) {
  .c-bg-footer-primary-200__bg {
    height: 300px;
  }
}
/* .c-blockquote01
================================================== */
.c-blockquote01 {
  padding: 15px;
  border: 1px solid var(--mh--color--primary-700);
}
@media (width >= 768px ) {
  .c-blockquote01 {
    padding: 25px;
  }
}
/* c-btn01
=========================== */
.c-btn01 {
  text-align: center;
  width: calc(100% - 40px);
}
.c-btn01__sub {
  font-weight: 700;
  font-size: var(--mh--font-size--x2s);
}
.c-btn01__txt {
  color: var(--mh--color--primary-500);
  font-weight: 700;
}
.c-btn01__arw {
  position: absolute;
  top: 50%;
  right: 13px;
  transform: translateY(-50%);
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  background: var(--mh--color--primary-500);
  border-radius: 50%;
}
.c-btn01__arw:after {
  display: inline-block;
  width: 12px;
  height: 10px;
  color: #fff;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 10"><path fill="currentColor" d="M7.5.5 6.45 1.55l2.722 2.723H0v1.455h9.173L6.45 8.45 7.5 9.5 12 5z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 10"><path fill="currentColor" d="M7.5.5 6.45 1.55l2.722 2.723H0v1.455h9.173L6.45 8.45 7.5 9.5 12 5z"/></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);
}
@media (width < 768px) {
  .c-btn01 {
    display: block;
  }
  .c-btn01__sub {
    margin: 0 0 10px;
  }
  .c-btn01__txt {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 60px;
    padding: 5px 45px;
    background: #fff;
    border-radius: 9999px;
    border: 2px solid var(--mh--color--grayscale-500);
  }
}
@media (width >= 768px ) {
  .c-btn01 {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: fit-content;
    min-width: 350px;
    min-height: 80px;
    padding: 5px 70px 5px 60px;
    background: #fff;
    border-radius: 9999px;
    border: 2px solid var(--mh--color--grayscale-500);
  }
  .c-btn01__txt {
    order: -1;
  }
  .c-btn01__arw {
    right: 23px;
    width: 35px;
    height: 35px;
  }
}
@media (width >= 768px ) and (hover: hover) and (pointer: fine) {
  .c-btn01 {
    transition: all var(--mh--duration) var(--mh--easing);
  }
  .c-btn01:hover {
    background: var(--mh--color--primary-500);
    border-color: var(--mh--color--primary-500);
  }
  .c-btn01:hover .c-btn01__txt,
  .c-btn01:hover .c-btn01__sub {
    color: #fff;
  }
  .c-btn01:hover .c-btn01__arw {
    background: #fff;
  }
  .c-btn01:hover .c-btn01__arw:after {
    color: var(--mh--color--primary-500);
  }
}
/* c-btn01.is-center
============================== */
.c-btn01.is-center {
  margin-inline: auto;
}
/* c-btn01.is-center-sp
============================== */
@media (width < 768px) {
  .c-btn01.is-center-sp {
    margin-inline: auto;
  }
}
/* c-btn01.is-right-tb
============================== */
@media (width >= 768px ) {
  .c-btn01.is-right-tb {
    margin-right: 0;
    margin-left: auto;
  }
}
/* c-btn01.is-hover-white
================================ */
@media (hover: hover) and (pointer: fine) {
  .c-btn01.is-hover-white {
    border-color: #fff;
  }
}
/* c-btn02
=========================== */
.c-btn02 {
  width: 100%;
}
.c-btn02__in {
  display: block;
  background: var(--mh--color--primary-500);
  border: 1px solid var(--mh--color--primary-500);
  border-radius: 70px;
  padding: 15px 25px;
  text-align: center;
}
.c-btn02__txt {
  font-weight: 700;
  color: var(--mh--color--primary-100);
}
@media (width >= 768px ) {
  .c-btn02 {
    width: fit-content;
    margin-inline: auto;
  }
  .c-btn02__in {
    min-width: 350px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-btn02__in {
    transition: all var(--mh--duration) var(--mh--easing);
  }
  .c-btn02__in:hover {
    background: var(--mh--color--grayscale-100);
  }
  .c-btn02__in:hover .c-btn02__txt {
    color: var(--mh--color--primary-500);
  }
}
/* c-cat01
===================== */
.c-cat01 {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.c-cat01__item {
  line-height: var(--mh--line-height--md);
}
/* c-cv01
===================== */
.c-cv01 {
  position: relative;
  z-index: 1;
  border-radius: 40px 0 0 0;
  overflow: hidden;
  background: var(--mh--color--primary-500);
}
.c-cv01__inner {
  padding-block: 60px 77px;
}
.c-cv01__btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% - 40px);
  min-height: 60px;
  margin: 30px auto 0;
  font-size: var(--mh--font-size--x6l);
  background: var(--mh--color--secondary-500);
  border-radius: 9999px;
}
.c-cv01__btn:after {
  display: inline-block;
  width: 16px;
  height: 12px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 10"><path fill="currentColor" d="M7.5.5 6.45 1.55l2.722 2.723H0v1.455h9.173L6.45 8.45 7.5 9.5 12 5z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 10"><path fill="currentColor" d="M7.5.5 6.45 1.55l2.722 2.723H0v1.455h9.173L6.45 8.45 7.5 9.5 12 5z"/></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);
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}
.c-cv01__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.c-cv01__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
}
@media (width >= 768px ) {
  .c-cv01 {
    border-radius: 260px 0 0 0;
  }
  .c-cv01__inner {
    padding-block: 128px 180px;
  }
  .c-cv01__btn {
    margin: 60px auto 0;
    max-width: 600px;
    min-height: 100px;
  }
  .c-cv01__btn:after {
    right: 40px;
    width: 24px;
    height: 18px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-cv01__btn {
    transition: transform var(--mh--duration) var(--mh--easing);
  }
  .c-cv01__btn:hover {
    transform: scale(1.033);
  }
}
/* c-faq01
========================== */
.c-faq01 dt, .c-faq01 dd {
  position: relative;
  padding: 15px 10px 15px 50px;
}
.c-faq01 dt {
  color: #fff;
  font-weight: 700;
  font-size: var(--mh--font-size--xl);
  background: var(--mh--color--primary-400);
  border-radius: var(--mh--border-radius--sm) var(--mh--border-radius--sm) 0 0;
}
.c-faq01 dt .c-faq01__ico {
  top: 50%;
  transform: translateY(-50%);
  background: var(--mh--color--primary-600);
}
.c-faq01 dd {
  background: #fff;
  border-radius: 0 0 var(--mh--border-radius--sm) var(--mh--border-radius--sm);
}
.c-faq01 dd .c-faq01__ico {
  top: 15px;
  background: var(--mh--color--secondary-500);
}
.c-faq01__ico {
  position: absolute;
  left: 10px;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  color: #fff;
  font-size: var(--mh--font-size--lg);
  border-radius: 50%;
}
.c-faq01-list {
  display: grid;
  gap: 15px 0;
}
@media (width >= 768px ) {
  .c-faq01 {
    display: grid;
    grid-template-rows: min-content auto;
  }
  .c-faq01 dt, .c-faq01 dd {
    padding: 20px 20px 20px 60px;
  }
  .c-faq01 dd {
    height: 100%;
  }
  .c-faq01 dd .c-faq01__ico {
    top: 20px;
  }
  .c-faq01__ico {
    left: 20px;
  }
  .c-faq01-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
/* .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);
  background-color: var(--mh--color--grayscale-100);
  border-radius: 5px;
}
.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: 180px;
}
.c-form__set {
  box-sizing: border-box;
  padding: 20px 0;
}
.c-form__set:first-of-type {
  padding-top: 0;
}
.c-form__set:last-of-type {
  padding-bottom: 0;
}
.c-form__head {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 10px;
  font-size: var(--mh--font-size--md);
  font-weight: 700;
  line-height: var(--mh--line-height--md);
}
.c-form__head[for*=your-file] {
  margin-bottom: 20px;
}
.c-form__required, .c-form__optional {
  box-sizing: border-box;
  padding: 3px 15px;
  font-size: var(--mh--font-size--xs);
  font-weight: 700;
  font-weight: 500;
  color: var(--mh--color--grayscale-100);
  text-align: center;
  border-radius: 90px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  line-height: var(--mh--line-height--md);
}
.c-form__required {
  background: var(--mh--color--primary-500);
}
.c-form__optional {
  color: var(--mh--color--grayscale-900);
  background: var(--mh--color--grayscale-500);
}
.c-form__field-set {
  display: block;
  margin-top: 15px;
}
.c-form__field-description {
  display: grid;
  gap: 5px 0;
  margin-bottom: 15px;
  font-size: var(--mh--font-size--xs);
  line-height: var(--mh--line-height--md);
  color: var(--mh--color--grayscale-700);
}
.c-form__field-description.is-mt {
  margin-bottom: 0;
  margin-top: 55px;
}
.c-form__field-txt {
  margin-bottom: 10px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.c-form__postcode {
  display: flex;
  align-items: start;
}
.c-form__postcode-suffix {
  margin: 13px 10px 0 0;
  font-size: 1.6rem;
  line-height: 1.5;
}
.c-form__postcode-btn {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 105px;
  height: 50px;
  padding: 10px 15px;
  margin-left: 15px;
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  background: var(--mh--color--primary-700);
}
.c-form__postcode > input,
.c-form__postcode > span {
  width: 40%;
}
.c-form__select-in {
  position: relative;
  display: inline-block;
}
.c-form__select-in select {
  padding: 13px 21px 13px 10px;
  font-size: 1.6rem;
  line-height: 2.2rem;
  cursor: pointer;
}
.c-form__select-in::after {
  position: absolute;
  top: 19px;
  right: 8px;
  width: 9px;
  height: 9px;
  content: "";
  border-right: 2px solid var(--mh--color--grayscale-700);
  border-bottom: 2px solid var(--mh--color--grayscale-700);
  transform: rotate(45deg);
}
.c-form__select-unit {
  margin-left: 2px;
  font-size: 1.6rem;
}
.c-form__select.is-date .c-form__select-year select {
  width: 80px;
}
.c-form__select.is-date .c-form__select-month select,
.c-form__select.is-date .c-form__select-day select {
  width: 66px;
}
.c-form__select label + label {
  margin-left: 9px;
}
.c-form__radio-list {
  display: grid;
  gap: 15px 19px;
}
.c-form__radio-list label {
  position: relative;
  padding-left: 37px;
  cursor: pointer;
}
.c-form__radio-list input + span::before {
  position: absolute;
  top: 14px;
  left: 0;
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  content: "";
  background-color: var(--mh--color--grayscale-100);
  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: "";
  background-color: var(--mh--color--grayscale-100);
  border: 1px solid var(--mh--color--grayscale-500);
  transform: translateY(-50%);
}
.c-form__checkbox-list input + span::after {
  position: absolute;
  top: 7px;
  left: 4px;
  display: block;
  width: 15px;
  height: 9px;
  content: "";
  border-color: var(--mh--color--primary-500);
  border-style: solid;
  border-width: 3px 3px 0 0;
  transform: scale(0) rotate(135deg);
  transition: all 0.3s ease;
}
.c-form__checkbox-list input:checked + span::after {
  transform: scale(1) rotate(135deg);
}
.c-form__checkbox-list span {
  margin: 0;
}
.c-form__radio-list label + span, .c-form__checkbox-list label + span {
  font-size: 1.6rem;
  line-height: 1.5;
}
.c-form__radio-list input:focus + span::before, .c-form__checkbox-list input:focus + span::before {
  border-color: rgb(var(--color-black01));
  box-shadow: 0 0 0 2px rgba(var(--color-black01), 0.25);
}
.c-form__radio-list input:disabled + label, .c-form__checkbox-list input:disabled + label {
  opacity: 0.5;
}
.c-form__radio-list + .c-form__radio-list, .c-form__radio-list + .c-form__checkbox-list, .c-form__checkbox-list + .c-form__radio-list, .c-form__checkbox-list + .c-form__checkbox-list {
  margin-top: 50px;
}
.c-form__radio-list.is-col2, .c-form__radio-list.is-col3, .c-form__checkbox-list.is-col2, .c-form__checkbox-list.is-col3 {
  grid-template-columns: repeat(2, 1fr);
}
.c-form__privacy {
  box-sizing: border-box;
  height: 504px;
  padding: 20px;
  margin-bottom: 20px;
  overflow-y: scroll;
  border: 1px solid var(--mh--color--grayscale-700);
  pointer-events: auto;
}
.c-form__privacy-head {
  margin-bottom: 10px;
  margin-top: 2em;
  font-weight: bold;
}
.c-form__privacy-subhead {
  margin-top: 2em;
  margin-bottom: 10px;
  font-weight: bold;
}
.c-form__privacy-txt {
  line-height: 2;
}
.c-form__privacy-txt + .c-form__privacy-txt {
  margin-top: 1.5em;
}
.c-form__privacy-table {
  background: var(--mh--color--grayscale-100);
  margin-top: 1em;
  border: 1px solid var(--mh--color--grayscale-500);
}
.c-form__privacy-table th, .c-form__privacy-table td {
  padding: 0.5em;
  font-weight: normal;
  border-bottom: 1px solid var(--mh--color--grayscale-500);
}
.c-form__privacy-table th {
  text-align: left;
}
.c-form__privacy .c-btn01 {
  border-color: var(--mh--color--primary-500);
  margin: 1em auto;
}
.c-form__agreement {
  margin-bottom: 40px;
}
.c-form__agreement-txt {
  text-align: center;
  margin-bottom: 20px;
}
.c-form__agreement-check {
  text-align: center;
}
.c-form__agreement-check label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
}
.c-form__agreement-check span {
  margin: 0;
}
.c-form__agreement-check input + span {
  line-height: 1.5;
}
.c-form__agreement-check input + span::before {
  position: absolute;
  top: 13px;
  left: 0;
  width: 24px;
  height: 24px;
  content: "";
  background-color: var(--mh--color--grayscale-100);
  border: 1px solid var(--mh--color--grayscale-500);
  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 {
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.c-form__btn input {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  padding: 17px 47px;
  font-family: var(--fontfamily_base);
  color: var(--mh--color--primary-500);
  appearance: none;
  outline: none;
  background-color: var(--mh--color--grayscale-100);
  border: none;
  border: 1px solid var(--mh--color--grayscale-500);
  border-radius: 70px;
}
.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-arw {
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background-color: var(--mh--color--primary-500);
}
.c-form__btn-arw::after {
  display: inline-block;
  width: 12px;
  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 12 10"><path fill="currentColor" d="M7.5.5 6.45 1.55l2.722 2.723H0v1.455h9.173L6.45 8.45 7.5 9.5 12 5z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 10"><path fill="currentColor" d="M7.5.5 6.45 1.55l2.722 2.723H0v1.455h9.173L6.45 8.45 7.5 9.5 12 5z"/></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);
  color: var(--mh--color--grayscale-100);
  background-color: var(--mh--color--grayscale-100);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (width < 768px) {
  .c-form__privacy-table tr, .c-form__privacy-table th, .c-form__privacy-table td {
    display: block;
  }
  .c-form__privacy-table tr:last-of-type td {
    border-bottom: none;
  }
}
@media (width >= 768px ) {
  .c-form textarea {
    height: 280px;
  }
  .c-form__set {
    padding: 25px 0;
  }
  .c-form__set.is-privacy {
    padding-top: 55px;
    max-width: 887px;
    margin-inline: auto;
  }
  .c-form__head {
    display: inline-block;
  }
  .c-form__field-description {
    margin-bottom: 20px;
  }
  .c-form__field-description.is-mt {
    margin-top: 25px;
  }
  .c-form__postcode-btn {
    font-size: 1.6rem;
  }
  .c-form__select-in select {
    padding: 13px 40px 13px 10px;
  }
  .c-form__select-in::after {
    right: 12px;
  }
  .c-form__select-unit {
    margin-left: 7px;
  }
  .c-form__select.is-date .c-form__select-year select {
    width: 150px;
  }
  .c-form__select.is-date .c-form__select-month select,
  .c-form__select.is-date .c-form__select-day select {
    width: 110px;
  }
  .c-form__select label + label {
    margin-left: 18px;
  }
  .c-form__optional, .c-form__required {
    padding: 4px 17px 5px;
    margin-left: 20px;
  }
  .c-form__radio-list, .c-form__checkbox-list {
    gap: 15px 30px;
  }
  .c-form__radio-list.is-col3, .c-form__checkbox-list.is-col3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .c-form__privacy {
    height: 268px;
    padding: 40px;
  }
  .c-form__privacy-table {
    table-layout: auto;
  }
  .c-form__privacy-table tr {
    border-bottom: 1px solid var(--mh--color--grayscale-500);
  }
  .c-form__privacy-table th {
    width: 9em;
    border: none;
  }
  .c-form__privacy-table td {
    border: none;
    border-left: 1px solid var(--mh--color--grayscale-500);
  }
  .c-form__btn {
    width: fit-content;
  }
  .c-form__btn-arw {
    width: 35px;
    height: 35px;
    top: 22px;
    right: 25px;
  }
  .c-form__btn input {
    padding: 26px 70px;
    width: 350px;
    margin: 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-form__privacy .c-btn01:hover {
    background: var(--mh--color--primary-500);
  }
  .c-form__privacy .c-btn01:hover .c-btn01__txt {
    color: var(--mh--color--grayscale-100);
  }
  .c-form__btn input {
    transition: all var(--mh--duration) var(--mh--easing);
  }
  .c-form__btn input:hover {
    color: var(--mh--color--grayscale-100);
    background: var(--mh--color--primary-500);
    border-color: var(--mh--color--primary-500);
  }
}
/* .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;
  }
}
/* Contact From 7 上書き
================================================== */
.wpcf7-form-control-wrap {
  position: static;
}
.wpcf7-spinner {
  display: none;
}
/* head
================================================ */
.c-single01__content h2:not([class*=c-]), .c-surface-head {
  font-size: var(--mh--font-size--x3l);
  color: var(--mh--color--primary-500);
}
.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-line-head {
  position: relative;
  padding-left: 10px;
  margin-top: var(--mh--space--md);
  margin-bottom: var(--mh--space--sm);
  font-size: var(--mh--font-size--x2l);
}
.c-line-head::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 2px;
  height: 70%;
  content: "";
  background: var(--mh--color--primary-700);
  transform: translateY(-50%);
}
@media (width >= 768px ) {
  .c-line-head {
    padding-left: 15px;
  }
}
.c-under-border-head {
  padding-bottom: 10px;
  font-size: var(--mh--font-size--xl);
  border-bottom: 1px solid var(--mh--color--primary-700);
}
@media (width >= 768px ) {
  .c-under-border-head {
    padding-bottom: 20px;
  }
}
.c-single01__content h4:not([class*=c-]), .c-simple-head {
  margin: var(--mh--space--sm) 0;
  font-size: var(--mh--font-size--lg);
  color: var(--mh--color--primary-700);
}
.c-single01__content h3:not([class*=c-]), .c-mark-head {
  font-size: var(--mh--font-size--xl);
}
.c-single01__content h3:not([class*=c-])::before, .c-mark-head::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: var(--mh--color--primary-500);
  margin-right: 10px;
}
/* list
================================================ */
.c-single01__content ul:not([class*=c-]), .c-simple-list01 {
  --margin_right: 5px;
  padding-left: 0;
  margin-block: var(--mh--space--xl);
  list-style: none;
  line-height: var(--mh--line-height--lg);
}
.c-single01__content ul:not([class*=c-]) li, .c-simple-list01 li {
  position: relative;
  padding-left: 1em;
}
.c-single01__content ul:not([class*=c-]) li::before, .c-simple-list01 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, .c-simple-list01 li + li {
  margin-top: 10px;
}
.c-single01__content ul:not([class*=c-]) li ol:not([class*=c-]), .c-simple-list01 li ol:not([class*=c-]) {
  margin-top: 10px;
  line-height: var(--mh--line-height--lg);
  counter-reset: child-num;
}
.c-single01__content ul:not([class*=c-]) li ol:not([class*=c-]) > li, .c-simple-list01 li ol:not([class*=c-]) > li {
  position: relative;
  padding-left: 1em;
  text-indent: calc(-1em + var(--margin_right));
  counter-increment: child-num 1;
}
.c-single01__content ul:not([class*=c-]) li ol:not([class*=c-]) > li::before, .c-simple-list01 li ol:not([class*=c-]) > li::before {
  position: static;
  margin-right: var(--margin_right);
  color: var(--mh--color--primary-500);
  content: counter(child-num);
  background-color: transparent;
  font-family: var(--mh--font-family--en);
}
.c-single01__content ul:not([class*=c-]) li ol:not([class*=c-]) > li + li, .c-simple-list01 li ol:not([class*=c-]) > li + li {
  margin-top: 0.8em;
}
@media (width >= 768px ) {
  .c-single01__content ul:not([class*=c-]) li::before, .c-simple-list01 li::before {
    top: 13px;
  }
}
.c-single01__content ol:not([class*=c-]), .c-num-list01 {
  --margin_right: 5px;
  padding-left: 0;
  margin-block: var(--mh--space--xl);
  list-style: none;
  line-height: var(--mh--line-height--lg);
  counter-reset: num01;
}
.c-single01__content ol:not([class*=c-]) > li, .c-num-list01 > li {
  position: relative;
  padding-left: 1em;
  counter-increment: num01 1;
}
.c-single01__content ol:not([class*=c-]) > li::before, .c-num-list01 > li::before {
  position: absolute;
  top: 1px;
  left: 0;
  color: var(--mh--color--primary-500);
  content: counter(num01);
  font-family: var(--mh--font-family--en);
}
.c-single01__content ol:not([class*=c-]) > li + li, .c-num-list01 > li + li {
  margin-top: 10px;
}
.c-single01__content ol:not([class*=c-]) > li ol:not([class*=c-]), .c-num-list01 > li ol:not([class*=c-]) {
  margin-top: 10px;
  counter-reset: num02;
}
.c-single01__content ol:not([class*=c-]) > li ol:not([class*=c-]) > li, .c-num-list01 > li ol:not([class*=c-]) > li {
  padding-left: calc(1.5em + var(--margin_right));
  position: relative;
  counter-increment: num02 1;
}
.c-single01__content ol:not([class*=c-]) > li ol:not([class*=c-]) > li::before, .c-num-list01 > li ol:not([class*=c-]) > li::before {
  margin-right: var(--margin_right);
  color: var(--mh--color--primary-500);
  content: counter(num01) "." counter(num02);
}
.c-single01__content ol:not([class*=c-]) > li ol:not([class*=c-]) > li + li, .c-num-list01 > li ol:not([class*=c-]) > li + li {
  margin-top: 10px;
}
.c-single01__content ol:not([class*=c-]) > li ul:not([class*=c-]), .c-num-list01 > li ul:not([class*=c-]) {
  padding-left: 0;
  margin-top: 10px;
  line-height: var(--mh--line-height--lg);
  list-style: none;
}
.c-single01__content ol:not([class*=c-]) > li ul:not([class*=c-]) li, .c-num-list01 > 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, .c-num-list01 > li ul:not([class*=c-]) li::before {
  position: absolute;
  top: 14px;
  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, .c-num-list01 > li ul:not([class*=c-]) li + li {
  margin-top: 10px;
}
/* .c-mark-head
================================================== */
/* .c-dobble-border-head
================================================== */
/* c-head01
========================= */
.c-head01 {
  position: relative;
  padding-left: 25px;
  font-weight: 700;
  font-size: var(--mh--font-size--xl);
}
.c-head01:before {
  display: inline-block;
  width: 18px;
  height: 18px;
  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 18"><path d="M17.4906 0.509407C15.9962 0.170743 14.3396 0 12.5165 0C4.2206 0 0 4.22201 0 12.5165C0 14.3396 0.170741 15.9962 0.509405 17.4906C2.00376 17.8293 3.66039 18 5.48353 18C13.7794 18 18 13.778 18 5.48354C18 3.6604 17.8293 2.00376 17.4906 0.509407ZM12.2568 2.34666C13.3561 2.34666 14.3932 2.41016 15.3711 2.53434C14.9661 7.68627 6.97224 7.05409 2.39463 10.9643C2.81655 5.2507 6.13546 2.34666 12.2568 2.34666ZM5.74459 15.6533C4.64534 15.6533 3.60819 15.5898 2.63029 15.4657C3.03528 10.3137 11.0292 10.9459 15.6068 7.03575C15.1849 12.7493 11.8659 15.6533 5.74459 15.6533Z" fill="currentColor"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18"><path d="M17.4906 0.509407C15.9962 0.170743 14.3396 0 12.5165 0C4.2206 0 0 4.22201 0 12.5165C0 14.3396 0.170741 15.9962 0.509405 17.4906C2.00376 17.8293 3.66039 18 5.48353 18C13.7794 18 18 13.778 18 5.48354C18 3.6604 17.8293 2.00376 17.4906 0.509407ZM12.2568 2.34666C13.3561 2.34666 14.3932 2.41016 15.3711 2.53434C14.9661 7.68627 6.97224 7.05409 2.39463 10.9643C2.81655 5.2507 6.13546 2.34666 12.2568 2.34666ZM5.74459 15.6533C4.64534 15.6533 3.60819 15.5898 2.63029 15.4657C3.03528 10.3137 11.0292 10.9459 15.6068 7.03575C15.1849 12.7493 11.8659 15.6533 5.74459 15.6533Z" fill="currentColor"/></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);
  position: absolute;
  top: 6px;
  left: 0;
}
@media (width >= 768px ) {
  .c-head01 {
    padding-left: 27px;
  }
  .c-head01:before {
    width: 20px;
    height: 20px;
  }
}
/* .c-head01.is-center
================================ */
.c-head01.is-center {
  width: fit-content;
  margin-inline: auto;
}
/* .c-head01.is-center-tb
================================ */
@media (width >= 768px ) {
  .c-head01.is-center-tb {
    width: fit-content;
    margin-inline: auto;
  }
}
/* c-head02
========================= */
.c-head02 {
  line-height: var(--mh--line-height--md);
  padding-left: 15px;
  position: relative;
}
.c-head02::before {
  content: "";
  background: var(--mh--color--primary-500);
  display: block;
  width: 6px;
  height: 90%;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
}
/* c-head03
========================= */
.c-head03 {
  position: relative;
  width: fit-content;
  margin-inline: auto;
  padding-bottom: 15px;
  line-height: var(--mh--line-height--md);
}
.c-head03__circle {
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  display: flex;
  align-items: center;
  gap: 5px;
}
.c-head03__circle span {
  display: block;
  width: 5px;
  height: 4px;
  border-radius: 50%;
  background: var(--mh--color--primary-500);
}
.c-head03__circle span:first-of-type, .c-head03__circle span:last-of-type {
  width: 4px;
}
.c-head03.is-left {
  margin-left: 0;
}
.c-head03.is-left .c-head03__circle {
  left: 0;
  translate: 0 0;
}
@media (width >= 768px ) {
  .c-head03.is-left-md-up {
    margin-left: 0;
  }
  .c-head03.is-left-md-up .c-head03__circle {
    left: 0;
    translate: 0 0;
  }
}
/* .c-line-head
================================================== */
/* .c-simple-head
================================================== */
/* .c-surface-head
================================================== */
/* .c-under-border-head
================================================== */
/* .c-ico
================================================== */
.c-ico {
  display: inline-block;
  vertical-align: baseline;
}
.c-ico svg {
  transition: all var(--mh--duration) var(--mh--easing);
}
/* .c-ico.is-arw01
================================================== */
.c-ico.is-arw01 {
  margin-left: 5px;
  color: red;
}
.c-ico.is-arw01::after {
  display: inline-block;
  width: 7px;
  height: 10px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 6.472 9.771"><path d="M1.32,0,0,1.38,3.709,4.886,0,8.391l1.32,1.38L6.472,4.886Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 6.472 9.771"><path d="M1.32,0,0,1.38,3.709,4.886,0,8.391l1.32,1.38L6.472,4.886Z"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: all var(--mh--duration) var(--mh--easing);
}
/* .c-ico.is-arw02
================================================== */
.c-ico.is-arw02 {
  margin-left: 5px;
  color: green;
}
.c-ico.is-arw02::after {
  display: inline-block;
  width: 6px;
  height: 10px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 5.516 9.032"><path d="M0,8.032a1,1,0,0,1-.707-.293,1,1,0,0,1,0-1.414L2.1,3.516-.707.707a1,1,0,0,1,0-1.414,1,1,0,0,1,1.414,0L4.223,2.809a1,1,0,0,1,0,1.414L.707,7.739A1,1,0,0,1,0,8.032Z" transform="translate(1 1)"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 5.516 9.032"><path d="M0,8.032a1,1,0,0,1-.707-.293,1,1,0,0,1,0-1.414L2.1,3.516-.707.707a1,1,0,0,1,0-1.414,1,1,0,0,1,1.414,0L4.223,2.809a1,1,0,0,1,0,1.414L.707,7.739A1,1,0,0,1,0,8.032Z" transform="translate(1 1)"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: all var(--mh--duration) var(--mh--easing);
}
/* .c-ico.is-arw03
================================================== */
.c-ico.is-arw03 {
  margin-left: 5px;
}
.c-ico.is-arw03::after {
  display: inline-block;
  width: 12px;
  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 12 10"><path fill="currentColor" d="M7.5.5 6.45 1.55l2.722 2.723H0v1.455h9.173L6.45 8.45 7.5 9.5 12 5z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 10"><path fill="currentColor" d="M7.5.5 6.45 1.55l2.722 2.723H0v1.455h9.173L6.45 8.45 7.5 9.5 12 5z"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: all var(--mh--duration) var(--mh--easing);
  background: linear-gradient(to right, rgb(34, 193, 195) 0%, rgb(253, 187, 45) 100%);
}
/* .c-ico.is-blank01
================================================== */
.c-ico.is-blank01 {
  margin-left: 5px;
  color: red;
}
.c-ico.is-blank01::after {
  display: inline-block;
  width: 10px;
  height: 9px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9.004 8.998"><path d="M7566,22026v-5.334h1.78v.891h-.89v3.553h3.56v-.889h.885V22026Zm2.67-2.67V22018H7574v5.328Zm.89-.885h3.554v-3.559h-3.554Z" transform="translate(-7565.498 -22017.502)" stroke="rgba(0,0,0,0)" stroke-miterlimit="10" stroke-width="1"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9.004 8.998"><path d="M7566,22026v-5.334h1.78v.891h-.89v3.553h3.56v-.889h.885V22026Zm2.67-2.67V22018H7574v5.328Zm.89-.885h3.554v-3.559h-3.554Z" transform="translate(-7565.498 -22017.502)" stroke="rgba(0,0,0,0)" stroke-miterlimit="10" stroke-width="1"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: all var(--mh--duration) var(--mh--easing);
}
/* .c-ico.is-blank02
================================================== */
.c-ico.is-blank02 {
  margin-left: 5px;
  color: green;
}
.c-ico.is-blank02::after {
  display: inline-block;
  width: 14px;
  height: 14px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 13.435 13.434"><path d="M15333.549,2248.428a.56.56,0,0,1-.559-.562V2237.79a.559.559,0,0,1,.559-.558h4.479a.56.56,0,1,1,0,1.121h-3.917v8.955h8.954v-3.917a.561.561,0,1,1,1.121,0v4.475a.56.56,0,0,1-.562.562Zm5.2-5.762a.562.562,0,0,1,0-.793l5.762-5.762h-3.686a.558.558,0,1,1,0-1.117h5.038a.559.559,0,0,1,.559.559v5.038a.559.559,0,0,1-1.117,0V2236.9l-5.762,5.762a.568.568,0,0,1-.794,0Z" transform="translate(-15332.99 -2234.994)"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 13.435 13.434"><path d="M15333.549,2248.428a.56.56,0,0,1-.559-.562V2237.79a.559.559,0,0,1,.559-.558h4.479a.56.56,0,1,1,0,1.121h-3.917v8.955h8.954v-3.917a.561.561,0,1,1,1.121,0v4.475a.56.56,0,0,1-.562.562Zm5.2-5.762a.562.562,0,0,1,0-.793l5.762-5.762h-3.686a.558.558,0,1,1,0-1.117h5.038a.559.559,0,0,1,.559.559v5.038a.559.559,0,0,1-1.117,0V2236.9l-5.762,5.762a.568.568,0,0,1-.794,0Z" transform="translate(-15332.99 -2234.994)"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: all var(--mh--duration) var(--mh--easing);
}
/* .c-ico.is-blank03
================================================== */
.c-ico.is-blank03 {
  margin-left: 5px;
}
.c-ico.is-blank03::after {
  background: linear-gradient(to right, rgb(34, 193, 195) 0%, rgb(253, 187, 45) 100%);
}
/* .c-ico.is-mail01
================================================== */
.c-ico.is-mail01 {
  margin-right: 5px;
  color: skyblue;
}
.c-ico.is-mail01::after {
  display: inline-block;
  width: 17px;
  height: 13px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 12.147"><path d="M16.19,1.415v9.923H.81V1.415L8.5,8.29ZM1.348.81h14.3L8.5,7.2ZM0,12.147H17V0H0Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 12.147"><path d="M16.19,1.415v9.923H.81V1.415L8.5,8.29ZM1.348.81h14.3L8.5,7.2ZM0,12.147H17V0H0Z"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: all var(--mh--duration) var(--mh--easing);
}
/* .c-ico.is-map01
================================================== */
.c-ico.is-map01 {
  margin-right: 5px;
  color: violet;
}
.c-ico.is-map01::after {
  display: inline-block;
  width: 12px;
  height: 16px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12.016 16.221"><path d="M6.008,0A6.026,6.026,0,0,0,0,6.041C0,10.188,4.166,14.8,5.684,16.1a.5.5,0,0,0,.647,0c1.519-1.3,5.684-5.909,5.684-10.057A6.026,6.026,0,0,0,6.008,0m0,9.864A3.633,3.633,0,1,1,9.619,6.227,3.622,3.622,0,0,1,6.008,9.86" transform="translate(0 0.004)"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12.016 16.221"><path d="M6.008,0A6.026,6.026,0,0,0,0,6.041C0,10.188,4.166,14.8,5.684,16.1a.5.5,0,0,0,.647,0c1.519-1.3,5.684-5.909,5.684-10.057A6.026,6.026,0,0,0,6.008,0m0,9.864A3.633,3.633,0,1,1,9.619,6.227,3.622,3.622,0,0,1,6.008,9.86" transform="translate(0 0.004)"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: all var(--mh--duration) var(--mh--easing);
}
/* .c-ico.is-search01
================================================== */
.c-ico.is-search01 {
  margin-right: 5px;
  color: red;
}
.c-ico.is-search01::after {
  display: inline-block;
  width: 19px;
  height: 19px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18.814 18.814"><path d="M12491.646,13519.027l-4.409-4.409,0,0a7.6,7.6,0,1,1,1.386-1.387l4.409,4.413a.979.979,0,0,1,0,1.381.975.975,0,0,1-1.384,0Zm-14.97-10.43a5.922,5.922,0,1,0,5.921-5.921A5.926,5.926,0,0,0,12476.677,13508.6Z" transform="translate(-12474.751 -13500.751)" stroke-width="0.5"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18.814 18.814"><path d="M12491.646,13519.027l-4.409-4.409,0,0a7.6,7.6,0,1,1,1.386-1.387l4.409,4.413a.979.979,0,0,1,0,1.381.975.975,0,0,1-1.384,0Zm-14.97-10.43a5.922,5.922,0,1,0,5.921-5.921A5.926,5.926,0,0,0,12476.677,13508.6Z" transform="translate(-12474.751 -13500.751)" stroke-width="0.5"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: all var(--mh--duration) var(--mh--easing);
}
/* .c-ico.is-tel01
================================================== */
.c-ico.is-tel01 {
  margin-right: 5px;
  color: pink;
}
.c-ico.is-tel01::after {
  display: inline-block;
  width: 24px;
  height: 24px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 23.5 23.5"><path d="M18.019,23.5c-2.313,0-7.045-.741-12.147-5.844C-.641,11.143-.085,5.26.093,4.147a3.661,3.661,0,0,1,1.045-2.1L2.405.778a2.668,2.668,0,0,1,3.767,0l3.19,3.191a2.669,2.669,0,0,1,0,3.768L7.81,9.29a18.573,18.573,0,0,0,2.752,3.674A18.585,18.585,0,0,0,14.217,15.7l1.554-1.557a2.671,2.671,0,0,1,3.77,0l3.181,3.184a2.669,2.669,0,0,1,0,3.767l-1.25,1.25A3.7,3.7,0,0,1,19.5,23.378a7.471,7.471,0,0,1-1.479.122M4.29,2.148a.516.516,0,0,0-.367.149L2.658,3.564a1.554,1.554,0,0,0-.441.9c-.1.594-.725,5.777,5.174,11.675,6.21,6.213,11.472,5.18,11.692,5.133a1.6,1.6,0,0,0,.873-.441L21.2,19.581a.522.522,0,0,0,0-.731l-3.182-3.184a.526.526,0,0,0-.733,0l-2.708,2.71-.708-.393a21.871,21.871,0,0,1-4.828-3.5A21.8,21.8,0,0,1,5.532,9.632l-.393-.708L7.845,6.218a.522.522,0,0,0,0-.731L4.655,2.3a.515.515,0,0,0-.365-.148" transform="translate(0 0)"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 23.5 23.5"><path d="M18.019,23.5c-2.313,0-7.045-.741-12.147-5.844C-.641,11.143-.085,5.26.093,4.147a3.661,3.661,0,0,1,1.045-2.1L2.405.778a2.668,2.668,0,0,1,3.767,0l3.19,3.191a2.669,2.669,0,0,1,0,3.768L7.81,9.29a18.573,18.573,0,0,0,2.752,3.674A18.585,18.585,0,0,0,14.217,15.7l1.554-1.557a2.671,2.671,0,0,1,3.77,0l3.181,3.184a2.669,2.669,0,0,1,0,3.767l-1.25,1.25A3.7,3.7,0,0,1,19.5,23.378a7.471,7.471,0,0,1-1.479.122M4.29,2.148a.516.516,0,0,0-.367.149L2.658,3.564a1.554,1.554,0,0,0-.441.9c-.1.594-.725,5.777,5.174,11.675,6.21,6.213,11.472,5.18,11.692,5.133a1.6,1.6,0,0,0,.873-.441L21.2,19.581a.522.522,0,0,0,0-.731l-3.182-3.184a.526.526,0,0,0-.733,0l-2.708,2.71-.708-.393a21.871,21.871,0,0,1-4.828-3.5A21.8,21.8,0,0,1,5.532,9.632l-.393-.708L7.845,6.218a.522.522,0,0,0,0-.731L4.655,2.3a.515.515,0,0,0-.365-.148" transform="translate(0 0)"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: all var(--mh--duration) var(--mh--easing);
}
/* .c-img01
================================================== */
.c-img01 {
  margin: var(--mh--space--md) 0;
}
/* c-info01
================================= */
.c-info01 {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.c-info01__icon {
  flex-shrink: 0;
  width: 40px;
}
.c-info01__names {
  margin-left: 11px;
}
.c-info01__label {
  margin-left: auto;
  border-radius: 60px;
  padding: 1px 3px;
  background: var(--mh--color--secondary-500);
  min-width: 130px;
  text-align: center;
  font-size: var(--mh--font-size--x2s);
}
.c-info01__label.is-item02 {
  background: var(--mh--color--tertiary-500);
}
.c-info01__label.is-item03 {
  background: var(--mh--color--category01-500);
}
@media (width >= 768px ) {
  .c-info01 {
    margin: 20px 0 0 auto;
    width: fit-content;
  }
  .c-info01__icon {
    width: 50px;
  }
  .c-info01__label {
    margin-left: 11px;
    font-size: var(--mh--font-size--sm);
    min-width: 157px;
  }
}
/*  c-list01
================================================== */
.c-list01__item {
  line-height: var(--mh--line-height--lg);
  padding-left: 1em;
  text-indent: -1em;
}
.c-list01__item::before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  background: var(--mh--color--primary-500);
  margin-right: 10px;
  position: relative;
  top: -3px;
}
.c-list01__item.is-no-ico::before {
  content: none;
}
@media (width >= 768px ) {
  .c-list01 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }
}
.c-list01.is-lime .c-list01__item::before {
  background: var(--mh--color--tertiary-500);
}
.c-list01.is-cat01_500 .c-list01__item::before {
  background: var(--mh--color--category01-500);
}
@media (width >= 768px ) {
  .c-list01.is-pc-stack {
    grid-template-columns: 1fr;
    gap: 5px;
  }
}
/*  .c-num-list01
================================================== */
/*  .c-simple-list01
================================================== */
/* c-loop01  流れる画像
=========================================== */
.c-loop01 {
  display: grid;
}
.c-loop01__img {
  position: relative;
  top: 0;
  grid-area: 1/1/1/1;
  width: 261.0666666667vw;
  aspect-ratio: 3514/621;
  animation: slideLoop 60s linear infinite;
  padding-right: 2.6666666667vw;
}
.c-loop01__img.is-01 {
  left: 0;
}
.c-loop01__img.is-02 {
  right: 100%;
  justify-self: end;
}
.c-loop01__img img {
  width: 100%;
}
@media (width >= 768px ) {
  .c-loop01__img {
    width: 185.1041666667vw;
    padding-right: 2.0833333333vw;
  }
}
/* c-note01
========================= */
.c-note01 {
  color: var(--mh--color--grayscale-700);
  padding-left: 1em;
  text-indent: -1em;
}
.c-note01::before {
  content: "※";
}
/* .c-pager01
=================================== */
.c-pager01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 30px -5px -10px;
  overflow: hidden;
  text-align: center;
}
.c-pager01 li {
  margin: 0 4px 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: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 1;
  text-decoration: none;
  font-family: var(--mh--font-family--en);
  transition: color var(--mh--duration) var(--mh--easing);
}
.c-pager01 li.pages {
  margin: 0;
  padding: 0;
}
.c-pager01 li.pages span {
  width: 0;
  height: 0;
  border: 0;
  font-size: 0;
  margin: 0;
  padding: 0;
}
.c-pager01 li.first, .c-pager01 li.last {
  border: none;
  padding: 0;
  margin: 0;
}
.c-pager01 li.first a, .c-pager01 li.last a {
  border: none;
  font-size: 0;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
}
.c-pager01 li.current span {
  color: var(--mh--color--primary-500);
}
.c-pager01 li.previous a, .c-pager01 li.next a {
  background-color: var(--mh--color--primary-500);
  font-size: 0;
  transition: opacity var(--mh--duration) var(--mh--easing);
}
.c-pager01 li.previous a::after, .c-pager01 li.next a::after {
  display: inline-block;
  width: 12px;
  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 12 10"><path fill="currentColor" d="M7.5.5 6.45 1.55l2.722 2.723H0v1.455h9.173L6.45 8.45 7.5 9.5 12 5z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 10"><path fill="currentColor" d="M7.5.5 6.45 1.55l2.722 2.723H0v1.455h9.173L6.45 8.45 7.5 9.5 12 5z"/></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);
  color: var(--mh--color--grayscale-100);
  background-color: var(--mh--color--grayscale-100);
}
.c-pager01 li.previous {
  margin-left: 0;
  margin-right: 8px;
}
.c-pager01 li.previous a::after {
  rotate: 180deg;
}
.c-pager01 li.next {
  margin-left: 8px;
  margin-right: 0;
}
.c-pager01 li.extend span {
  border: 0;
}
@media (width >= 768px ) {
  .c-pager01 {
    margin-top: 50px;
  }
}
@media (width >= 1100px ) {
  .c-pager01 li a:hover {
    color: var(--mh--color--primary-500);
  }
  .c-pager01 li.previous a:hover, .c-pager01 li.next a:hover {
    opacity: 0.7;
  }
}
/*  .c-pager02
================================================== */
.c-pager02 {
  position: relative;
  margin-top: 25px;
  overflow: hidden;
  line-height: 1;
  height: 110px;
}
.c-pager02 a {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 50px;
  text-decoration: none;
}
.c-pager02__previous, .c-pager02__next {
  width: calc(50% - 10px);
  position: absolute;
  bottom: 0;
}
.c-pager02__previous a, .c-pager02__next a {
  font-weight: 700;
}
.c-pager02__previous {
  left: 0;
}
.c-pager02__previous a::before {
  content: "";
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2235%22%20height%3D%2235%22%20fill%3D%22none%22%20viewBox%3D%220%200%2035%2035%22%3E%0A%3Crect%20width%3D%2233%22%20height%3D%2233%22%20x%3D%22-1%22%20y%3D%221%22%20fill%3D%22%23fff%22%20rx%3D%2216.5%22%20transform%3D%22matrix(-1%200%200%201%2033%200)%22%2F%3E%0A%3Crect%20width%3D%2233%22%20height%3D%2233%22%20x%3D%22-1%22%20y%3D%221%22%20stroke%3D%22%23C5D5DA%22%20stroke-width%3D%222%22%20rx%3D%2216.5%22%20transform%3D%22matrix(-1%200%200%201%2033%200)%22%2F%3E%0A%3Cpath%20fill%3D%22%2300A2FF%22%20d%3D%22m15.5%2011.5%201.4%201.4-3.63%203.63H25.5v1.94H13.27l3.63%203.63-1.4%201.4-6-6%206-6Z%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat left top/contain;
  margin-right: 10px;
}
.c-pager02__next {
  right: 0;
}
.c-pager02__next a {
  justify-content: flex-end;
}
.c-pager02__next a::after {
  content: "";
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2235%22%20height%3D%2235%22%20fill%3D%22none%22%20viewBox%3D%220%200%2035%2035%22%3E%0A%3Crect%20width%3D%2233%22%20height%3D%2233%22%20x%3D%22-1%22%20y%3D%221%22%20fill%3D%22%23fff%22%20rx%3D%2216.5%22%20transform%3D%22matrix(-1%200%200%201%2033%200)%22%2F%3E%0A%3Crect%20width%3D%2233%22%20height%3D%2233%22%20x%3D%22-1%22%20y%3D%221%22%20stroke%3D%22%23C5D5DA%22%20stroke-width%3D%222%22%20rx%3D%2216.5%22%20transform%3D%22matrix(-1%200%200%201%2033%200)%22%2F%3E%0A%3Cpath%20fill%3D%22%2300A2FF%22%20d%3D%22m15.5%2011.5%201.4%201.4-3.63%203.63H25.5v1.94H13.27l3.63%203.63-1.4%201.4-6-6%206-6Z%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat left top/contain;
  margin-left: 10px;
  rotate: 180deg;
}
.c-pager02__all {
  clear: both;
  width: 100%;
}
.c-pager02__all a {
  display: block;
  border-radius: 70px;
  border: 1px solid var(--mh--color--primary-500);
  background-color: var(--mh--color--primary-500);
  color: var(--mh--color--primary-100);
  padding: 15px 25px;
  text-align: center;
  font-weight: 700;
  line-height: var(--mh--line-height--md);
  height: auto;
}
@media (width >= 768px ) {
  .c-pager02 {
    margin-top: 80px;
    height: 60px;
  }
  .c-pager02__previous, .c-pager02__next {
    width: fit-content;
    bottom: unset;
    top: 50%;
    translate: 0 -50%;
  }
  .c-pager02__all {
    width: 350px;
    position: absolute;
    left: 50%;
    translate: -50% 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-pager02__previous a, .c-pager02__next a {
    transition: color var(--mh--duration) var(--mh--easing);
  }
  .c-pager02__previous a: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-color: var(--mh--color--grayscale-100);
    color: var(--mh--color--primary-500);
  }
}
/* c-relation01
=================================== */
.c-relation01 {
  position: relative;
  background-color: var(--mh--color--primary-200);
}
.c-relation01::before {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  background-color: var(--mh--color--primary-200);
  position: absolute;
  left: 0;
  bottom: 0;
  translate: 0 99%;
}
.c-relation01__inner {
  padding-block: 60px;
}
.c-relation01__list {
  display: grid;
  gap: 15px;
}
.c-relation01__item {
  background: var(--mh--color--grayscale-100);
  border-radius: 10px;
  position: relative;
  box-shadow: 5px 5px 0px 1px var(--mh--color--primary-500);
}
.c-relation01__item-in {
  padding: 20px;
  display: grid;
  grid-template-columns: 57px 1fr;
  gap: 10px;
}
.c-relation01__item-ico {
  display: grid;
  place-content: center;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--mh--color--primary-500);
  padding: 13px;
}
.c-relation01__item-arw.c-ico.is-arw03 {
  display: block;
  width: 30px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid var(--mh--color--grayscale-500);
  background: var(--mh--color--grayscale-100);
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.c-relation01__item-arw.c-ico.is-arw03::after {
  color: var(--mh--color--primary-500);
  background: var(--mh--color--primary-500);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (width >= 768px ) {
  .c-relation01__inner {
    padding-block: 100px;
  }
  .c-relation01__list {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
  .c-relation01__item {
    box-shadow: 10px 10px 0px 1px var(--mh--color--primary-500);
  }
  .c-relation01__item:first-of-type .c-relation01__item-ico img, .c-relation01__item:nth-of-type(3) .c-relation01__item-ico img {
    position: relative;
    top: -5px;
  }
  .c-relation01__item-in {
    grid-template-columns: 100px 1fr;
    align-items: center;
    gap: 30px;
    padding: 30px 40px;
  }
  .c-relation01__item-arw.c-ico.is-arw03 {
    width: 35px;
    right: 20px;
    bottom: 20px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-relation01__item {
    transition: all var(--mh--duration) var(--mh--easing);
  }
  .c-relation01__item:hover {
    box-shadow: 0px 0px 0px 0px var(--mh--color--primary-500);
    translate: 10px 10px;
  }
}
/*  .c-set01
================================================== */
.c-set01 {
  margin-block: var(--mh--space--x3l);
  display: flex;
  gap: 20px;
}
.c-set01__textarea p {
  margin: 0 !important;
}
.c-set01__img figure {
  margin: 0 !important;
}
@media (width < 768px) {
  .c-set01__img {
    order: -1;
  }
}
@media (width >= 768px ) {
  .c-set01__img {
    flex: 1;
  }
  .c-set01__textarea {
    width: 0.7441860465fr;
    order: 1;
  }
}
@media (width >= 768px ) {
  .c-set01.is-reverse {
    grid-template-columns: 1fr 0.7441860465fr;
  }
  .c-set01.is-reverse .c-set01__textarea {
    order: -1;
  }
}
/* .c-single01
================================================== */
.c-single01__meta {
  display: flex;
  align-items: center;
  gap: 10px;
}
.c-single01__head {
  margin-top: 4px;
  line-height: var(--mh--line-height--md);
  padding-bottom: 15px;
  border-bottom: 1px dashed var(--mh--color--grayscale-500);
  margin-bottom: 20px;
}
.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--x3s) 0;
  line-height: var(--mh--line-height--lg);
}
.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-block: var(--mh--space--x3l) var(--mh--space--x3s);
  font-weight: 700;
  line-height: var(--mh--line-height--md);
}
.c-single01__content h5:not([class*=c-]),
.c-single01__content h6:not([class*=c-]) {
  font-size: var(--mh--font-size--md);
}
.c-single01__content h2:not([class*=c-]) {
  margin-block: var(--mh--space--x3l) var(--mh--space--x3s);
}
.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--x3l) 0;
  aspect-ratio: 3/2;
  position: relative;
}
.c-single01__content figure img {
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-single01__content strong {
  color: var(--mh--color--primary-500);
  font-weight: 700;
}
.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 {
  display: inline-block;
  width: 12px;
  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 12 10"><path fill="currentColor" d="M7.5.5 6.45 1.55l2.722 2.723H0v1.455h9.173L6.45 8.45 7.5 9.5 12 5z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 10"><path fill="currentColor" d="M7.5.5 6.45 1.55l2.722 2.723H0v1.455h9.173L6.45 8.45 7.5 9.5 12 5z"/></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);
  rotate: -45deg;
  color: var(--mh--color--primary-500);
  background-color: var(--mh--color--primary-500);
  margin-left: 5px;
}
@media (hover: hover) and (pointer: fine) {
  .c-single01__content *:not(.c-link01) a:hover {
    text-decoration: none !important;
  }
}
@media (width >= 768px ) {
  .c-single01__head {
    padding-bottom: 30px;
    margin-bottom: 40px;
  }
  .c-single01 figure img {
    border-radius: 20px;
  }
}
/* c-slider-ui01 丸矢印、ドット
======================================= */
.splide:not(.is-overflow) .c-slider-ui01 {
  display: none;
}
.c-slider-ui01 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}
.c-slider-ui01 .splide__arrows {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 120px;
}
.c-slider-ui01 .splide__arrow {
  border: 2px solid var(--mh--color--grayscale-500);
  border-radius: 50%;
  opacity: 1;
  transition: all var(--mh--duration) var(--mh--easing);
  width: 50px;
  height: 50px;
  background: #fff;
  display: grid;
  place-items: center;
}
.c-slider-ui01 .splide__arrow svg {
  display: none;
}
.c-slider-ui01 .splide__arrow::after {
  display: inline-block;
  width: 12px;
  height: 10px;
  color: var(--mh--color--primary-500);
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 10"><path fill="currentColor" d="M7.5.5 6.45 1.55l2.722 2.723H0v1.455h9.173L6.45 8.45 7.5 9.5 12 5z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 10"><path fill="currentColor" d="M7.5.5 6.45 1.55l2.722 2.723H0v1.455h9.173L6.45 8.45 7.5 9.5 12 5z"/></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);
  transition: none;
}
.c-slider-ui01 .splide__arrow--prev:after {
  transform: scale(-1, 1);
}
.c-slider-ui01 .splide__pagination {
  max-width: calc(100% - 110px - 26px);
  margin: 0 -4px 0 26px;
  justify-content: flex-start;
}
.c-slider-ui01 .splide__pagination__page {
  display: block;
  box-sizing: border-box;
  width: 8px;
  height: 8px;
  margin: 4px;
  padding: 0;
  background: var(--mh--color--grayscale-500);
  border: none;
  opacity: 1;
  transform: none !important;
  border-radius: 50%;
  appearance: none;
  transition: opacity var(--mh--duration) var(--mh--easing);
}
.c-slider-ui01 .splide__pagination__page.is-active {
  background: var(--mh--color--primary-500);
  cursor: auto;
}
@media (width >= 768px ) {
  .c-slider-ui01 {
    margin: 0 0 70px;
  }
  .c-slider-ui01 .splide__arrows {
    width: 120px;
  }
  .c-slider-ui01 .splide__arrow:after {
    width: 16px;
    height: 12px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-slider-ui01 .splide__arrow:hover {
    background: var(--mh--color--primary-500);
    border-color: var(--mh--color--primary-500);
  }
  .c-slider-ui01 .splide__arrow:hover:after {
    color: #fff;
  }
  .c-slider-ui01 .splide__pagination__page:hover {
    opacity: 0.7;
  }
}
/* .l-breadcrumb
================================================ */
.l-breadcrumb__inner {
  padding-block: 20px 0px;
  padding-inline: 15px;
}
.l-breadcrumb.is-simle .l-breadcrumb__inner {
  padding-block: 5px 0px;
}
@media (width >= 768px ) {
  .l-breadcrumb__inner {
    padding-block: 30px 0px;
    padding-inline: 40px;
  }
  .l-breadcrumb.is-simle .l-breadcrumb__inner {
    padding-block: 0px;
  }
}
/* .l-breadcrumb-list
================================================ */
.l-breadcrumb-list {
  --item_gap: 10px;
  display: flex;
  flex-wrap: wrap;
}
.l-breadcrumb-list__item {
  display: inline-block;
  vertical-align: top;
}
.l-breadcrumb-list__item.is-home {
  display: flex;
  align-items: center;
}
.l-breadcrumb-list__item.is-home a {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: var(--mh--color--grayscale-700);
  color: var(--mh--color--grayscale-700);
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2217%22%20fill%3D%22none%22%20viewBox%3D%220%200%2016%2017%22%3E%0A%3Cg%20clip-path%3D%22url(%23a)%22%3E%0A%3Cpath%20fill%3D%22%238EA1A7%22%20d%3D%22M8%20.5c.38%200%20.757.03%201.128.083L9.143.58c.065%200%20.127.014.185.034a7.998%207.998%200%200%201%204.33%202.229%207.997%207.997%200%200%201%202.336%205.47c.005.04.007.08.004.12L16%208.5a8%208%200%200%201-7.604%207.99L8%2016.5a8%208%200%200%201-7.377-4.907l-.011-.026A7.998%207.998%200%200%201%208%20.5Zm1.714%209.429a1.43%201.43%200%200%200%20.882%201.32c.173.072.36.108.547.108l.197.01a1.997%201.997%200%200%201%201.777%201.694A6.853%206.853%200%200%200%2014.85%208.75a3.498%203.498%200%200%200-1.276-.25h-2.431a1.43%201.43%200%200%200-1.429%201.429ZM1.143%208.5c0%20.786.135%201.558.393%202.286h1.607A1.428%201.428%200%200%200%204.57%209.357V7.643A2.572%202.572%200%200%201%207.143%205.07l.142-.006A1.429%201.429%200%200%200%208.57%203.643V1.669A6.856%206.856%200%200%200%201.142%208.5Zm8.571-4.857a2.572%202.572%200%200%201-2.571%202.571%201.429%201.429%200%200%200-1.429%201.429v1.714a2.572%202.572%200%200%201-2.571%202.572H2.065A6.856%206.856%200%200%200%208%2015.358l.34-.01A6.855%206.855%200%200%200%2012%2014.067v-.71a.858.858%200%200%200-.857-.857%202.573%202.573%200%200%201-2.376-1.587%202.573%202.573%200%200%201%202.376-3.556h2.437c.41.002.815.06%201.207.168A6.856%206.856%200%200%200%209.714%201.86v1.783Z%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%20.5h16v16H0z%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%2216%22%20height%3D%2217%22%20fill%3D%22none%22%20viewBox%3D%220%200%2016%2017%22%3E%0A%3Cg%20clip-path%3D%22url(%23a)%22%3E%0A%3Cpath%20fill%3D%22%238EA1A7%22%20d%3D%22M8%20.5c.38%200%20.757.03%201.128.083L9.143.58c.065%200%20.127.014.185.034a7.998%207.998%200%200%201%204.33%202.229%207.997%207.997%200%200%201%202.336%205.47c.005.04.007.08.004.12L16%208.5a8%208%200%200%201-7.604%207.99L8%2016.5a8%208%200%200%201-7.377-4.907l-.011-.026A7.998%207.998%200%200%201%208%20.5Zm1.714%209.429a1.43%201.43%200%200%200%20.882%201.32c.173.072.36.108.547.108l.197.01a1.997%201.997%200%200%201%201.777%201.694A6.853%206.853%200%200%200%2014.85%208.75a3.498%203.498%200%200%200-1.276-.25h-2.431a1.43%201.43%200%200%200-1.429%201.429ZM1.143%208.5c0%20.786.135%201.558.393%202.286h1.607A1.428%201.428%200%200%200%204.57%209.357V7.643A2.572%202.572%200%200%201%207.143%205.07l.142-.006A1.429%201.429%200%200%200%208.57%203.643V1.669A6.856%206.856%200%200%200%201.142%208.5Zm8.571-4.857a2.572%202.572%200%200%201-2.571%202.571%201.429%201.429%200%200%200-1.429%201.429v1.714a2.572%202.572%200%200%201-2.571%202.572H2.065A6.856%206.856%200%200%200%208%2015.358l.34-.01A6.855%206.855%200%200%200%2012%2014.067v-.71a.858.858%200%200%200-.857-.857%202.573%202.573%200%200%201-2.376-1.587%202.573%202.573%200%200%201%202.376-3.556h2.437c.41.002.815.06%201.207.168A6.856%206.856%200%200%200%209.714%201.86v1.783Z%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%20.5h16v16H0z%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;
}
.l-breadcrumb-list__item + .l-breadcrumb-list__item {
  margin-left: var(--item_gap);
}
.l-breadcrumb-list__item + .l-breadcrumb-list__item::before {
  position: relative;
  top: -3px;
  margin-right: var(--item_gap);
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  display: inline-block;
  background-color: var(--mh--color--grayscale-500);
}
@media (width < 768px) {
  .l-breadcrumb-list {
    flex-wrap: nowrap;
    overflow: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .l-breadcrumb-list::-webkit-scrollbar {
    display: none;
  }
}
/* .l-footer
================================================ */
.l-footer__inner {
  padding-block: 43px 30px;
}
@media (width >= 768px ) {
  .l-footer__inner {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-block: 49px 40px;
  }
}
/* .l-footer-info
================================================ */
.l-footer-info__addr {
  margin: 10px 0 0;
  font-size: var(--mh--font-size--sm);
}
@media (width >= 768px ) {
  .l-footer-info {
    grid-row: 1/2;
  }
  .l-footer-info__addr {
    margin: 16px 0 0;
  }
}
/* l-footer-info-logo
--------------------------- */
.l-footer-info-logo {
  display: flex;
  align-items: flex-end;
  gap: 0 17px;
}
.l-footer-info-logo__img {
  width: 200px;
  --leaf-color: rgb(255,255,255);
}
.l-footer-info-logo__txt {
  width: 100px;
  padding: 0 0 10px;
}
.l-footer-info-logo__txt img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(5914%) hue-rotate(83deg) brightness(112%) contrast(101%);
}
@media (width >= 768px ) {
  .l-footer-info-logo__img {
    width: 209px;
  }
  .l-footer-info-logo__txt {
    width: 110px;
  }
}
/* .l-footer-list
================================================== */
.l-footer-list {
  display: flex;
  flex-direction: column;
  gap: 30px 0;
}
.l-footer-list__wrap {
  display: grid;
  gap: 30px 0;
  margin: 40px 0 0;
}
.l-footer-list__item-link {
  position: relative;
  padding: 0 0 15px;
  border: 0;
  text-align: left;
  font-weight: 700;
  border-bottom: 1px solid;
}
.l-footer-list__item-link:is(a) {
  display: block;
}
.l-footer-list__item-link:is(a):after {
  display: inline-block;
  width: 12px;
  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 12 10"><path fill="currentColor" d="M7.5.5 6.45 1.55l2.722 2.723H0v1.455h9.173L6.45 8.45 7.5 9.5 12 5z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 10"><path fill="currentColor" d="M7.5.5 6.45 1.55l2.722 2.723H0v1.455h9.173L6.45 8.45 7.5 9.5 12 5z"/></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);
  position: absolute;
  top: calc((100% - 15px) / 2);
  right: 0;
  transform: translateY(-50%);
}
.l-footer-list__child {
  display: grid;
  gap: 15px 0;
  padding: 20px 0 0;
}
.l-footer-list__child-item-link {
  position: relative;
  display: block;
  width: fit-content;
  padding-left: 10px;
  font-size: var(--mh--font-size--sm);
}
.l-footer-list__child-item-link:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--mh--color--primary-200);
}
@media (width >= 768px ) {
  .l-footer-list {
    gap: 40px 0;
  }
  .l-footer-list__wrap {
    grid-template-columns: repeat(2, 200px);
    justify-content: flex-end;
    gap: 0 40px;
    grid-row: 1/4;
    margin: 0;
  }
  .l-footer-list__item-link {
    padding: 0 0 10px;
  }
  .l-footer-list__child {
    padding: 20px 0 0;
    gap: 10px 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-footer-list__item a.l-footer-list__item-link {
    transition: opacity var(--mh--duration) var(--mh--easing);
  }
  .l-footer-list__item a.l-footer-list__item-link:hover {
    opacity: 0.7;
  }
  .l-footer-list__child-item-link {
    transition: opacity var(--mh--duration) var(--mh--easing);
  }
  .l-footer-list__child-item-link:hover {
    opacity: 0.7;
  }
}
/* l-footer-corp
======================== */
.l-footer-corp {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% - 100px);
  margin: 50px auto 0;
  padding: 5px 25px;
  min-height: 40px;
  color: var(--mh--color--primary-500);
  font-weight: 700;
  font-size: var(--mh--font-size--sm);
  background: #fff;
  border: 1px solid var(--mh--color--grayscale-500);
  border-radius: 9999px;
}
.l-footer-corp:after {
  display: inline-block;
  width: 12px;
  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 12 10"><path fill="currentColor" d="M7.5.5 6.45 1.55l2.722 2.723H0v1.455h9.173L6.45 8.45 7.5 9.5 12 5z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 10"><path fill="currentColor" d="M7.5.5 6.45 1.55l2.722 2.723H0v1.455h9.173L6.45 8.45 7.5 9.5 12 5z"/></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);
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(-45deg);
}
@media (width >= 768px ) {
  .l-footer-corp {
    grid-row: 2/3;
    width: 200px;
    min-height: 35px;
    margin: 30px 0 0 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-footer-corp {
    transition: all var(--mh--duration) var(--mh--easing);
  }
  .l-footer-corp:hover {
    color: #fff;
    border-color: #fff;
    background: transparent;
  }
  .l-footer-corp:hover:after {
    color: #fff;
  }
}
/* l-footer-bottom
======================= */
.l-footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 40px 0 0;
}
.l-footer-bottom__cr {
  font-size: var(--mh--font-size--x2s);
}
.l-footer-bottom__pagetop {
  position: relative;
  width: 30px;
  height: 30px;
  border: 1px solid var(--mh--color--grayscale-500);
  background: #fff;
  border-radius: 50%;
}
.l-footer-bottom__pagetop:after {
  display: inline-block;
  width: 12px;
  height: 10px;
  color: var(--mh--color--primary-500);
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 10"><path fill="currentColor" d="M7.5.5 6.45 1.55l2.722 2.723H0v1.455h9.173L6.45 8.45 7.5 9.5 12 5z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 10"><path fill="currentColor" d="M7.5.5 6.45 1.55l2.722 2.723H0v1.455h9.173L6.45 8.45 7.5 9.5 12 5z"/></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);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
}
@media (width >= 768px ) {
  .l-footer-bottom {
    grid-row: 4/5;
    grid-column: 1/3;
    margin: 200px 0 0;
  }
  .l-footer-bottom__pagetop {
    width: 50px;
    height: 50px;
    border: 2px solid var(--mh--color--grayscale-500);
  }
  .l-footer-bottom__pagetop:after {
    width: 16px;
    height: 12px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-footer-bottom__pagetop {
    transition: all var(--mh--duration) var(--mh--easing);
  }
  .l-footer-bottom__pagetop:hover {
    color: #fff;
    border-color: #fff;
    background: transparent;
  }
  .l-footer-bottom__pagetop:hover:after {
    color: #fff;
  }
}
/* .l-header
================================================ */
.l-header {
  position: relative;
  z-index: 10;
  width: 100%;
  min-width: 320px;
  height: var(--mh--header--height);
  background: var(--mh--color--grayscale-100);
  transition: background-color var(--mh--duration) var(--mh--easing);
}
.l-header__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (width < 768px) {
  .l-header:has(.l-nav.is-open) .l-header-logo {
    position: fixed;
    top: 0;
    left: 0;
  }
  .l-header:has(.l-nav.is-open) .l-header-logo__img svg {
    color: #fff;
  }
  .l-header:has(.l-nav.is-open) .l-header-logo__txt span.is-txt img, .l-header:has(.l-nav.is-open) .l-header-logo__txt span.is-recruit img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(5914%) hue-rotate(83deg) brightness(112%) contrast(101%);
  }
}
@media (width >= 768px ) {
  .l-header {
    position: fixed;
    top: 0;
    left: 0;
    min-width: var(--mh--contents--width-with-padding);
  }
  .l-header.is-scrolled {
    height: var(--mh--header--height-thin);
    background: #fff;
  }
  .l-header.is-scrolled .l-header-logo {
    padding: 18px 40px 0;
  }
  .l-header.is-scrolled .l-nav-entry {
    padding-block: 26px 25px;
  }
}
@media (width >= 768px ) and (hover: hover) and (pointer: fine) {
  .l-header.is-scrolled .l-nav-entry:hover {
    padding-block: 30px 31px;
  }
}
@media (width >= 768px ) and (hover: none) {
  .l-header {
    left: 0 !important;
  }
}
.l-header.is-home {
  background: transparent;
}
/* .l-header-logo
================================================== */
.l-header-logo {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  padding: 15px 15px 0;
  gap: 0 8px;
  transition: padding var(--mh--duration) var(--mh--easing);
}
.l-header-logo__img {
  display: grid;
  width: 135px;
  aspect-ratio: 135/40;
}
.l-header-logo__txt {
  display: flex;
  align-items: center;
  gap: 0 10px;
  padding: 0 0 5px;
}
.l-header-logo__txt span {
  display: block;
}
.l-header-logo__txt span.is-txt {
  width: 80px;
}
.l-header-logo__txt span.is-recruit {
  width: 50px;
}
@media (width >= 768px ) {
  .l-header-logo {
    padding: 25px 40px 0;
    gap: 0 14px;
  }
  .l-header-logo__img {
    width: 209px;
  }
  .l-header-logo__txt {
    gap: 0 13px;
    padding: 0 0 10px;
  }
  .l-header-logo__txt span.is-txt {
    width: 110px;
  }
  .l-header-logo__txt span.is-recruit {
    width: 65px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-header-logo__img {
    transition: opacity var(--mh--duration) var(--mh--easing);
  }
  .l-header-logo__img:hover {
    opacity: 0.7;
  }
}
/* .l-nav-btn
================================================== */
.l-nav-btn {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;
  width: 55px;
  height: 55px;
  color: #fff;
  cursor: pointer;
  background: var(--mh--color--secondary-500);
  border-radius: 0 0 0 10px;
  border: none;
}
.l-nav-btn__line {
  position: absolute;
  left: 15px;
  width: 25px;
  height: 2px;
  content: "";
  border-bottom: 2px solid;
  transition: transform var(--mh--duration) var(--mh--easing);
}
.l-nav-btn__line:nth-child(1) {
  top: 19px;
}
.l-nav-btn__line:nth-child(2) {
  top: 26px;
}
.l-nav-btn__line:nth-child(3) {
  top: 33px;
}
.l-nav-btn.is-open {
  background: var(--mh--color--primary-300);
}
.l-nav-btn.is-open .l-nav-btn__line {
  top: 26px;
}
.l-nav-btn.is-open .l-nav-btn__line:nth-child(1) {
  transform: rotate(-30deg);
}
.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) {
  transform: rotate(30deg);
}
.l-nav-btn__txt {
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  line-height: var(--mh--line-height--sm);
  text-align: center;
}
/* .l-nav
================================================ */
@media (width < 768px) {
  .l-nav {
    position: fixed;
    top: 0;
    left: 0;
    height: 100dvh;
    width: 100%;
    min-width: 320px;
    padding: 105px 20px calc(65px + env(safe-area-inset-bottom));
    overflow: auto;
    overscroll-behavior-y: none;
    color: #fff;
    opacity: 0;
    clip-path: inset(0 0 100%);
    transition: opacity 150ms 0.3s cubic-bezier(0.4, 0, 0.2, 1), clip-path 450ms cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-overflow-scrolling: touch;
    background-color: var(--mh--color--primary-500);
  }
  .l-nav::-webkit-scrollbar {
    display: none;
  }
  .l-nav.is-open {
    opacity: 1;
    clip-path: inset(0);
    transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1), clip-path 450ms cubic-bezier(0.4, 0, 0.2, 1);
  }
}
@media (width >= 768px ) {
  .l-nav {
    position: relative;
    padding: 40px 220px 0 0;
    display: flex;
    justify-content: flex-end;
  }
}
/* .l-nav-list
================================================== */
@media (width < 768px) {
  .l-nav-list {
    display: flex;
    flex-direction: column;
    gap: 30px 0;
  }
  .l-nav-list__item-link {
    position: relative;
    padding: 0 0 15px;
    border: 0;
    text-align: left;
    font-weight: 700;
    border-bottom: 1px solid;
  }
  .l-nav-list__item-link:is(a) {
    display: block;
  }
  .l-nav-list__item-link:is(a):after {
    display: inline-block;
    width: 12px;
    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 12 10"><path fill="currentColor" d="M7.5.5 6.45 1.55l2.722 2.723H0v1.455h9.173L6.45 8.45 7.5 9.5 12 5z"/></svg>');
    mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 10"><path fill="currentColor" d="M7.5.5 6.45 1.55l2.722 2.723H0v1.455h9.173L6.45 8.45 7.5 9.5 12 5z"/></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);
    position: absolute;
    top: calc((100% - 15px) / 2);
    right: 0;
    transform: translateY(-50%);
  }
  .l-nav-list__child {
    display: grid;
    gap: 15px 0;
  }
  .l-nav-list__child-wrap {
    padding: 20px 0 0;
  }
  .l-nav-list__child-item-link {
    position: relative;
    display: block;
    width: fit-content;
    padding-left: 10px;
    font-size: var(--mh--font-size--sm);
  }
  .l-nav-list__child-item-link:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--mh--color--primary-200);
  }
}
@media (width >= 768px ) {
  .l-nav-list {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-shrink: 0;
    gap: 0 10px;
  }
  .l-nav-list__item {
    position: relative;
  }
  .l-nav-list__item.is-home .l-nav-list__item-link {
    padding: 5px 34px;
    color: var(--mh--color--primary-500);
    background: #fff;
    border: 2px solid var(--mh--color--grayscale-500);
  }
  .l-nav-list__item-link {
    padding: 6px 26px;
    color: #fff;
    font-weight: 700;
    border-radius: 9999px;
    background: var(--mh--color--primary-500);
    border: 2px solid var(--mh--color--primary-500);
    transition: all var(--mh--duration) var(--mh--easing);
  }
  .l-nav-list__item-link:is(button) {
    padding: 5px 34px;
    color: var(--mh--color--primary-500);
    background: #fff;
    border: 2px solid var(--mh--color--grayscale-500);
  }
  .l-nav-list__item-link:is(button)::after {
    position: absolute;
    top: 50%;
    right: 15px;
    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);
  }
  .l-nav-list__item-link:is(button)::after {
    transform: translate(0, -50%) rotate(90deg);
  }
  .l-nav-list__item-link:is(button).is-active {
    color: #fff;
    background: var(--mh--color--primary-500);
    border: 2px solid var(--mh--color--primary-500);
  }
  .l-nav-list__item-link:is(button).is-active::after {
    transform: translate(0, -50%) rotate(-90deg);
  }
  .l-nav-list__child-wrap {
    display: none;
    transition: transform var(--mh--duration) var(--mh--easing);
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    display: block;
    height: auto;
    padding: 3px 20px;
    background: #fff;
    border: 2px solid var(--mh--color--primary-500);
    border-radius: 20px;
    transition: visibility 0s linear, all 0.3s ease;
  }
  .l-nav-list__child-wrap:not(.is-active) {
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    transform: translateY(-30px);
  }
  .l-nav-list__child-item {
    position: relative;
  }
  .l-nav-list__child-item + .l-nav-list__child-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="162" height="2" viewBox="0 0 162 2" fill="none"><path d="M1 1H161" stroke="rgb(197, 213, 218)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="5 7"/></svg>') repeat-x center top 0/160px 2px;
  }
  .l-nav-list__child-item-link {
    position: relative;
    display: block;
    width: 100%;
    padding: 15px 16px 15px 0;
    font-size: var(--mh--font-size--sm);
  }
  .l-nav-list__child-item-link:after {
    display: inline-block;
    width: 16px;
    height: 12px;
    color: var(--mh--color--primary-500);
    content: "";
    background-color: currentcolor;
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 10"><path fill="currentColor" d="M7.5.5 6.45 1.55l2.722 2.723H0v1.455h9.173L6.45 8.45 7.5 9.5 12 5z"/></svg>');
    mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 10"><path fill="currentColor" d="M7.5.5 6.45 1.55l2.722 2.723H0v1.455h9.173L6.45 8.45 7.5 9.5 12 5z"/></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);
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}
@media (width >= 768px ) and (hover: hover) and (pointer: fine) {
  .l-nav-list__item.is-home .l-nav-list__item-link:hover {
    color: #fff;
    background: var(--mh--color--primary-500);
    border: 2px solid var(--mh--color--primary-500);
  }
  .l-nav-list__item.is-home .l-nav-list__item-link:hover::after {
    transform: translate(0, -50%) rotate(-90deg);
  }
  .l-nav-list__item-link:is(a):hover {
    color: var(--mh--color--primary-500);
    background: #fff;
    border: 2px solid var(--mh--color--primary-500);
  }
  .l-nav-list__item-link:is(button):hover {
    color: #fff;
    background: var(--mh--color--primary-500);
    border: 2px solid var(--mh--color--primary-500);
  }
  .l-nav-list__item-link:is(button):hover::after {
    transform: translate(0, -50%) rotate(-90deg);
  }
  .l-nav-list__child-item-link {
    transition: color var(--mh--duration) var(--mh--easing);
  }
  .l-nav-list__child-item-link:hover {
    color: var(--mh--color--primary-500);
  }
}
/* l-nav-entry
================================= */
.l-nav-entry {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% - 40px);
  min-height: 60px;
  margin: 40px auto;
  padding: 5px 40px;
  color: #fff;
  font-size: var(--mh--font-size--x6l);
  background: var(--mh--color--secondary-500);
  border-radius: 9999px;
  transition: padding var(--mh--duration) var(--mh--easing);
}
.l-nav-entry:after {
  display: inline-block;
  width: 16px;
  height: 12px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 10"><path fill="currentColor" d="M7.5.5 6.45 1.55l2.722 2.723H0v1.455h9.173L6.45 8.45 7.5 9.5 12 5z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 10"><path fill="currentColor" d="M7.5.5 6.45 1.55l2.722 2.723H0v1.455h9.173L6.45 8.45 7.5 9.5 12 5z"/></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);
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
}
@media (width >= 768px ) {
  .l-nav-entry {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    margin: 0;
    padding: 44px 44px 47px 45px;
    font-size: var(--mh--font-size--x4l);
    border-radius: 0 0 0 20px;
  }
  .l-nav-entry:after {
    content: none;
  }
}
@media (width >= 768px ) and (hover: hover) and (pointer: fine) {
  .l-nav-entry:hover {
    padding: 49px 49px 52px 50px;
  }
}
/* .l-nav-overlay
================================================ */
.l-nav-overlay {
  position: fixed;
  inset: 0;
  z-index: 10;
  display: none;
  background: transparent;
}
.l-main-img:before {
  opacity: 0;
  transition: opacity 0.5s var(--mh--easing) 1.1s;
}
.l-main-img .l-main-img-mv {
  opacity: 0;
  transition: opacity 0.5s var(--mh--easing) 0.1s;
}
.l-main-img .l-main-img-bg {
  opacity: 0;
  transition: opacity 0.5s var(--mh--easing) 0.3s;
}
.l-main-img .l-main-img-person__txt {
  opacity: 0;
  transition: opacity 0.5s var(--mh--easing) 0.5s;
}
.l-main-img .l-main-img-person__img {
  opacity: 0;
  transition: opacity 0.5s var(--mh--easing) 0.7s;
}
.l-main-img .l-main-img-news {
  opacity: 0;
  transition: opacity 0.5s var(--mh--easing) 0.9s;
}
.l-main-img.is-animated:before {
  opacity: 1;
}
.l-main-img.is-animated .l-main-img-mv {
  opacity: 1;
}
.l-main-img.is-animated .l-main-img-bg {
  opacity: 1;
}
.l-main-img.is-animated .l-main-img-person__txt {
  opacity: 1;
}
.l-main-img.is-animated .l-main-img-person__img {
  opacity: 1;
}
.l-main-img.is-animated .l-main-img-news {
  opacity: 1;
}
/* .l-main-img HOME
================================================ */
.l-main-img {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 5px 0 0;
}
.l-main-img:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 45px;
  left: -44px;
  aspect-ratio: 290/238;
  height: 98px;
  background: url(../img/home/bg_mv-leaf02.png) no-repeat 0 0/contain;
}
@media (width >= 768px ) {
  .l-main-img {
    display: grid;
    grid-template-columns: 17.1875% 15.1041666667% 57.2916666667%;
    grid-template-areas: "bg person mv";
    justify-content: space-between;
    align-items: flex-end;
    padding: 0;
  }
  .l-main-img:before {
    top: 7.2916666667vw;
    left: 5.3645833333vw;
    height: clamp(190px, 238px, 12.3958333333vw);
  }
}
/* l-main-img-mv
==================================== */
.l-main-img-mv {
  width: 100%;
  padding: 0 0 24px 80px;
}
.l-main-img-mv .splide__slide img {
  transform: scale(1);
}
.l-main-img-mv .splide__slide.is-active img {
  transform: scale(1.06);
}
.l-main-img-mv .splide__slide.is-prev img {
  transform: scale(1.06);
}
.l-main-img-mv__item {
  overflow: hidden;
  -webkit-mask: url(../img/home/img_mv-mask01_sp.png) no-repeat center bottom/100% 100%;
  mask: url(../img/home/img_mv-mask01_sp.png) no-repeat center bottom/100% 100%;
}
.l-main-img-mv__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 9s ease-out 0.2s;
}
@media (width >= 768px ) {
  .l-main-img-mv {
    grid-area: mv;
    padding: 0;
    margin: 0 0 54px;
  }
  .l-main-img-mv__item {
    -webkit-mask: url(../img/home/img_mv-mask01_pc.png) no-repeat center bottom/100% 100%;
    mask: url(../img/home/img_mv-mask01_pc.png) no-repeat center bottom/100% 100%;
  }
}
/* .l-main-img-bg
------------------------------------ */
.l-main-img-bg {
  width: 29.3333333333%;
}
.l-main-img-bg .splide__slide img {
  transform: scale(1);
}
.l-main-img-bg .splide__slide.is-active img {
  transform: scale(1.06);
}
.l-main-img-bg .splide__slide.is-prev img {
  transform: scale(1.06);
}
.l-main-img-bg__item {
  overflow: hidden;
  border-radius: 0 0 50% 0/100%;
  -webkit-mask: url(../img/home/img_mv-mask02_sp.png) no-repeat center bottom/100% 100%;
  mask: url(../img/home/img_mv-mask02_sp.png) no-repeat center bottom/100% 100%;
}
.l-main-img-bg__item img {
  width: 100%;
  transition: transform 9s ease-out 0.2s;
}
@media (width >= 768px ) {
  .l-main-img-bg {
    grid-area: bg;
    width: 100%;
  }
  .l-main-img-bg__item {
    -webkit-mask: url(../img/home/img_mv-mask02_pc.png) no-repeat center bottom/100% 100%;
    mask: url(../img/home/img_mv-mask02_pc.png) no-repeat center bottom/100% 100%;
  }
}
/* .l-main-img-person
------------------------------------ */
.l-main-img-person {
  width: 70.6666666667%;
}
.l-main-img-person .splide__slide img {
  transform: scale(0, 0);
}
.l-main-img-person .splide__slide.is-active img {
  transform: scale(1);
}
.l-main-img-person .splide__slide.is-prev img {
  transform: scale(1.06);
}
.l-main-img-person .splide__track {
  overflow: visible;
}
.l-main-img-person__item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.l-main-img-person__item:nth-of-type(1) .l-main-img-person__img img {
  position: relative;
  top: 4.5%;
}
.l-main-img-person__img {
  position: relative;
  width: 43.7735849057%;
}
.l-main-img-person__img span.is-leaf {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 290/338;
  background: url(../img/home/bg_mv-leaf01.png) no-repeat center top/contain;
  transition: all var(--mh--duration) var(--mh--easing);
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none;
}
.l-main-img-person__img img {
  width: 100%;
  transform-origin: center bottom;
  transition: transform 0.5s ease-out;
}
.l-main-img-person__txt {
  margin: 20px 0 0;
  padding: 0 5px 0 0;
  font-weight: 700;
  font-size: var(--mh--font-size--x5l);
}
@media (width >= 768px ) {
  .l-main-img-person {
    grid-area: person;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
  }
  .l-main-img-person .splide {
    height: 100%;
  }
  .l-main-img-person .splide__track {
    height: 100%;
  }
  .l-main-img-person__item {
    justify-content: space-between;
    padding: 9.8958333333vw 0 3.3854166667vw;
  }
  .l-main-img-person__item:nth-of-type(1) .l-main-img-person__img img {
    top: 6%;
  }
  .l-main-img-person__img {
    width: 100%;
  }
  .l-main-img-person__txt {
    order: -1;
    margin: 0;
    padding: 0;
    writing-mode: vertical-rl;
    white-space: nowrap;
    line-height: 1.8;
    letter-spacing: 0.11em;
    font-size: clamp(3.2rem, 1.054rem + 1.951vw, 4.8rem);
  }
}
@media (768px <= width < 1280px) {
  .l-main-img-person__item {
    padding-top: 120px;
  }
}
/* l-main-img-news
---------------------------------- */
.l-main-img-news {
  position: relative;
  width: calc(100% - 40px);
  margin: 37px auto 0;
  padding: 20px;
  border-radius: var(--mh--border-radius--sm);
  background: #fff;
}
.l-main-img-news__head {
  margin: 0 0 15px;
  padding: 0 0 15px;
  color: var(--mh--color--primary-500);
  font-weight: 700;
  border-bottom: 1px solid var(--mh--color--grayscale-500);
}
.l-main-img-news__link {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 26px;
  min-width: 70px;
  padding: 1px 5px;
  color: var(--mh--color--primary-500);
  font-size: var(--mh--font-size--x2s);
  border: 1px solid var(--mh--color--grayscale-500);
  border-radius: 9999px;
}
.l-main-img-news .c-archive01 {
  --line: 1;
}
.l-main-img-news .c-archive01__item-in {
  padding: 0;
}
.l-main-img-news .c-archive01__item-arw {
  display: none;
}
@media (width >= 768px ) {
  .l-main-img-news {
    position: absolute;
    right: 50px;
    bottom: 35px;
    width: 570px;
    padding: 20px 113px 20px 25px;
    display: grid;
    grid-template-columns: 90px minmax(0, 1fr);
    gap: 0 20px;
  }
  .l-main-img-news__head {
    margin: 0;
    padding: 0 25px 0 0;
    align-content: center;
    border-bottom: 0;
    border-right: 1px solid var(--mh--color--grayscale-500);
  }
  .l-main-img-news__link {
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    min-height: 30px;
    min-width: 73px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-main-img-news__link {
    transition: all var(--mh--duration) var(--mh--easing);
  }
  .l-main-img-news__link:hover {
    color: #fff;
    background: var(--mh--color--primary-500);
    border-color: var(--mh--color--primary-500);
  }
}
/* .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;
  border-radius: 0 0 0 20px;
  overflow: hidden;
}
.l-sub-img__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.l-sub-img__inner {
  height: 250px;
  padding-top: 96px;
}
.l-sub-img__head {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 5px 10px;
  font-size: var(--mh--font-size--x8l);
  line-height: var(--mh--line-height--md);
  font-weight: 700;
  background: rgba(234, 247, 255, 0.9);
  border-radius: 5px;
  width: fit-content;
}
.l-sub-img__head::before {
  content: "";
  flex-shrink: 0;
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/common/ico_head01.svg) no-repeat center/contain;
  position: relative;
  top: 3px;
}
@media (width >= 768px ) {
  .l-sub-img__bg {
    border-radius: 0 0 0 50px;
  }
  .l-sub-img__inner {
    height: 550px;
    padding-top: 216px;
  }
  .l-sub-img__head {
    padding: 20px;
    border-radius: 10px;
  }
  .l-sub-img__head::before {
    width: 40px;
    height: 40px;
  }
}
.l-sub-img.is-people-single .l-sub-img__bg {
  border-radius: 0;
}
.l-sub-img.is-people-single .l-sub-img__textarea {
  background: var(--mh--color--grayscale-100);
  padding: 20px 30px;
  border-radius: 10px 0 0 10px;
}
.l-sub-img.is-people-single .l-sub-img__head {
  padding: 0;
  background: transparent;
  font-size: var(--mh--font-size--x4l);
  color: var(--mh--color--primary-500);
}
.l-sub-img.is-people-single .l-sub-img__head::before {
  content: none;
}
.l-sub-img.is-people-single .c-info01 {
  margin-top: 15px;
}
@media (width < 768px) {
  .l-sub-img.is-people-single .l-sub-img__inner {
    height: 403px;
    padding-top: 180px;
    padding-bottom: 153px;
  }
  .l-sub-img.is-people-single .l-sub-img__bg {
    max-height: 250px;
  }
}
@media (width >= 768px ) {
  .l-sub-img.is-people-single .l-sub-img__inner {
    height: 600px;
    padding-top: 180px;
  }
  .l-sub-img.is-people-single .l-sub-img__textarea {
    border-radius: 20px;
    padding: 40px 60px;
    width: 54%;
    margin-left: auto;
  }
  .l-sub-img.is-people-single .c-info01 {
    margin-top: 20px;
  }
}
/* .l-simple-img
================================================ */
.l-simple-img {
  position: relative;
  background: url(../img/common/img_simple_mv01_sp.png) no-repeat center/cover;
}
.l-simple-img::after {
  content: "";
  display: block;
  width: 76px;
  aspect-ratio: 76/63;
  background: url(../img/common/img_deco01.png) no-repeat center/cover;
  position: absolute;
  right: 20px;
  bottom: 0px;
}
.l-simple-img__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 298px;
}
.l-simple-img__en {
  width: fit-content;
  color: var(--mh--color--primary-100);
  padding: 8px 20px 13px;
  background: url(../img/common/bg_head01.png) no-repeat center/contain;
}
.l-simple-img .l-sub-img__head {
  background: none;
  padding: 0;
}
.l-simple-img .l-sub-img__head::before {
  content: none;
}
@media (width >= 768px ) {
  .l-simple-img {
    background-image: url(../img/common/img_simple_mv01_pc.png);
    background-position: bottom center;
    background-size: 100%;
  }
  .l-simple-img::after {
    width: 245px;
    right: min(10.4166666667vw, 200px);
    bottom: -30px;
  }
  .l-simple-img__inner {
    height: calc(572px - var(--mh--header--height));
    justify-content: flex-start;
    padding-top: 130px;
  }
}
/* .l-sidebar
================================================== */
@media (width < 1100px) {
  .l-sidebar {
    margin: 50px var(--mh--contents--padding--side) 0;
  }
}
@media (width < 768px) {
  .l-sidebar {
    margin-top: 0;
  }
}
.l-sidebar-sec + .l-sidebar-sec {
  margin-top: 40px;
}
.l-sidebar-sec__head {
  padding-bottom: 10px;
  border-bottom: 1px solid var(--mh--color--grayscale-500);
  margin-bottom: 20px;
}
.l-sidebar-sec__list-item + .l-sidebar-sec__list-item {
  margin-top: 5px;
}
.l-sidebar-sec__list-item.is-curr::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--mh--color--primary-500);
  position: relative;
  top: -3px;
  margin-right: 6px;
}
.l-sidebar-sec__list-link {
  transition: color var(--mh--duration) var(--mh--easing);
  font-weight: 700;
}
.l-sidebar-sec__select {
  position: relative;
}
.l-sidebar-sec__select::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);
  color: var(--mh--color--primary-500);
  background-color: var(--mh--color--primary-500);
  position: absolute;
  top: 22px;
  right: 22px;
  rotate: 90deg;
}
.l-sidebar-sec select {
  background-color: var(--mh--color--grayscale-100);
  padding: 15px;
  border: 1px solid var(--mh--color--grayscale-700);
  color: var(--mh--color--grayscale-700);
}
.l-sidebar-sec option {
  color: var(--mh--color--grayscale-700);
}
@media (hover: hover) and (pointer: fine) {
  .l-sidebar-sec__list-link:hover {
    color: var(--mh--color--primary-500);
  }
}
.js-c-anime-elem[data-anime=fadein-up] {
  opacity: 0;
  transform: translateY(30px);
  transition: transform var(--mh--duration2) var(--mh--easing), opacity var(--mh--duration2) var(--mh--easing);
}
.js-c-anime-elem[data-anime=fadein-up].is-animated {
  opacity: 1;
  transform: translateY(0);
}
.js-c-anime-elem[data-anime=fadein-left] {
  opacity: 0;
  transform: translateX(-30px);
  transition: transform var(--mh--duration) var(--mh--easing), opacity var(--mh--duration) var(--mh--easing);
}
.js-c-anime-elem[data-anime=fadein-left].is-animated {
  opacity: 1;
  transform: translateX(0);
}
.js-c-anime-elem[data-anime=fadein-right] {
  opacity: 0;
  transform: translateX(30px);
  transition: transform var(--mh--duration) var(--mh--easing), opacity var(--mh--duration) var(--mh--easing);
}
.js-c-anime-elem[data-anime=fadein-right].is-animated {
  opacity: 1;
  transform: translateX(0);
}
.js-c-anime-elem[data-anime-delay="0.1"] {
  transition-delay: 0.1s;
}
.js-c-anime-elem[data-anime-delay="0.2"] {
  transition-delay: 0.2s;
}
.js-c-anime-elem[data-anime-delay="0.3"] {
  transition-delay: 0.3s;
}
.js-c-anime-elem[data-anime-delay="0.4"] {
  transition-delay: 0.4s;
}
.js-c-anime-elem[data-anime-delay="0.5"] {
  transition-delay: 0.5s;
}
.js-c-anime-elem[data-anime-delay="0.6"] {
  transition-delay: 0.6s;
}
.js-c-anime-elem[data-anime-delay="0.7"] {
  transition-delay: 0.7s;
}
.js-c-anime-elem[data-anime-delay="0.8"] {
  transition-delay: 0.8s;
}
.js-c-anime-elem[data-anime-delay="0.9"] {
  transition-delay: 0.9s;
}
.js-c-anime-elem[data-anime-delay="1"] {
  transition-delay: 1s;
}
.js-c-anime-elem[data-anime-delay="1.1"] {
  transition-delay: 1.1s;
}
.js-c-anime-elem[data-anime-delay="1.2"] {
  transition-delay: 1.2s;
}
.js-c-anime-elem[data-anime-delay="1.3"] {
  transition-delay: 1.3s;
}
.js-c-anime-elem[data-anime-delay="1.4"] {
  transition-delay: 1.4s;
}
.js-c-anime-elem[data-anime-delay="1.5"] {
  transition-delay: 1.5s;
}
.js-c-anime-elem[data-anime-delay="1.6"] {
  transition-delay: 1.6s;
}
.js-c-anime-elem[data-anime-delay="1.7"] {
  transition-delay: 1.7s;
}
.js-c-anime-elem[data-anime-delay="1.8"] {
  transition-delay: 1.8s;
}
.js-c-anime-elem[data-anime-delay="1.9"] {
  transition-delay: 1.9s;
}
.js-c-anime-elem[data-anime-delay="2"] {
  transition-delay: 2s;
}
/* js-c-sticky01
============================================= */
@media (width < 768px) {
  .js-c-sticky01 {
    position: relative;
  }
  .js-c-sticky01-sticky {
    position: sticky;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
  }
  .js-c-sticky01-sec {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all var(--mh--duration) var(--mh--easing);
  }
  .js-c-sticky01-marker {
    width: 100%;
    height: 100vh;
  }
  .js-c-sticky01-marker + .js-c-sticky01-marker {
    margin-top: 50vh;
  }
  .js-c-sticky01-marker:first-child {
    height: 200vh;
  }
  .js-c-sticky01-marker:last-child {
    height: 200vh;
  }
  .js-c-sticky01[data-num="1"] .js-c-sticky01-sec.is-1 {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
  .js-c-sticky01[data-num="2"] .js-c-sticky01-sec.is-2 {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
  .js-c-sticky01[data-num="3"] .js-c-sticky01-sec.is-3 {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
  .js-c-sticky01[data-num="4"] .js-c-sticky01-sec.is-4 {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
  .js-c-sticky01[data-num="5"] .js-c-sticky01-sec.is-5 {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
  .js-c-sticky01[data-num="6"] .js-c-sticky01-sec.is-6 {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
  .js-c-sticky01[data-num="7"] .js-c-sticky01-sec.is-7 {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
  .js-c-sticky01[data-num="8"] .js-c-sticky01-sec.is-8 {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
  .js-c-sticky01[data-num="9"] .js-c-sticky01-sec.is-9 {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
  .js-c-sticky01[data-num="10"] .js-c-sticky01-sec.is-10 {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
  .js-c-sticky01[data-num="11"] .js-c-sticky01-sec.is-11 {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
  .js-c-sticky01[data-num="12"] .js-c-sticky01-sec.is-12 {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
  .js-c-sticky01[data-num="13"] .js-c-sticky01-sec.is-13 {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
  .js-c-sticky01[data-num="14"] .js-c-sticky01-sec.is-14 {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
  .js-c-sticky01[data-num="15"] .js-c-sticky01-sec.is-15 {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
  .js-c-sticky01[data-num="16"] .js-c-sticky01-sec.is-16 {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
  .js-c-sticky01[data-num="17"] .js-c-sticky01-sec.is-17 {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
  .js-c-sticky01[data-num="18"] .js-c-sticky01-sec.is-18 {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
  .js-c-sticky01[data-num="19"] .js-c-sticky01-sec.is-19 {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
  .js-c-sticky01[data-num="20"] .js-c-sticky01-sec.is-20 {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
}
.js-c-switch-tab-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
.js-c-switch-tab {
  cursor: pointer;
  padding: 20px 10px;
  border-radius: 5px;
  background: var(--mh--color--grayscale-300);
  box-shadow: 5px 5px 0 0 #c5d5da;
  text-align: center;
}
@media (width >= 768px ) {
  .js-c-switch-tab {
    padding: 30px;
    border-radius: 10px;
  }
}
.js-c-switch-tab.is-active {
  background: var(--mh--color--primary-200);
  box-shadow: 5px 5px 0 0 var(--mh--color--primary-500);
}
.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;
}
/* about-goal
====================== */
.about-goal {
  --box_shadow_offset: 5px;
  overflow: clip;
  position: relative;
}
.about-goal__deco {
  width: 250px;
  height: 252px;
  background: url(../img/about/bg_logo01.png) no-repeat center/cover;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.about-goal__container {
  background: rgba(255, 255, 255, 0.44);
  border: 3px solid var(--mh--color--grayscale-100);
  border-radius: 20px;
  box-shadow: var(--box_shadow_offset) var(--box_shadow_offset) 0 0 var(--mh--color--primary-400);
}
.about-goal__cards {
  display: grid;
  gap: 27px;
}
.about-goal__logo {
  width: 280px;
  margin-inline: auto;
}
@media (width < 768px) {
  .about-goal__container {
    margin-inline: calc(var(--mh--contents--padding--side) * -1);
    padding: 40px var(--mh--contents--padding--side);
  }
  .about-goal__textarea {
    margin-top: 40px;
  }
}
@media (width >= 768px ) {
  .about-goal {
    --box_shadow_offset: 10px;
  }
  .about-goal__deco {
    width: 676px;
    height: 770px;
    bottom: -110px;
  }
  .about-goal__container {
    padding: 80px;
    border-radius: 50px;
    display: grid;
    grid-template-columns: calc(50% - 90px) 50%;
    gap: 90px;
  }
  .about-goal__cards {
    gap: 40px;
  }
  .about-goal__logo {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
/* .about-goal-card
====================== */
.about-goal-card {
  --box_shadow_offset: 5px;
  border-radius: 5px;
  padding: 40px 20px 20px;
  background: var(--mh--color--primary-200);
  box-shadow: var(--box_shadow_offset) var(--box_shadow_offset) 0 0 var(--mh--color--primary-500);
  position: relative;
}
.about-goal-card__head {
  background: var(--mh--color--primary-400);
  border-radius: 20px 0 20px 0;
  position: absolute;
  top: -7px;
  left: 0;
  padding: 4px 20px;
  width: fit-content;
}
.about-goal-card__head::before {
  content: "";
  display: block;
  width: 49px;
  height: 5px;
  background: url(../img/about/deco_goal_card01.png) no-repeat top left/contain;
  position: absolute;
  left: 0;
  bottom: -4px;
}
@media (width >= 768px ) {
  .about-goal-card {
    border-radius: 10px;
    padding: 60px 30px 30px;
  }
  .about-goal-card__head {
    padding: 12px 30px;
  }
}
/* カラバリ
====================== */
.about-goal-card[data-color=lime] {
  background: var(--mh--color--tertiary-100);
  box-shadow: var(--box_shadow_offset) var(--box_shadow_offset) 0 0 var(--mh--color--tertiary-500);
}
.about-goal-card[data-color=lime] .about-goal-card__head {
  background: var(--mh--color--tertiary-500);
}
.about-goal-card[data-color=lime] .about-goal-card__head::before {
  background-image: url(../img/about/deco_goal_card02.png);
}
.about-goal-card[data-color=orange] {
  background: var(--mh--color--secondary-100);
  box-shadow: var(--box_shadow_offset) var(--box_shadow_offset) 0 0 var(--mh--color--secondary-500);
}
.about-goal-card[data-color=orange] .about-goal-card__head {
  background: var(--mh--color--secondary-500);
}
.about-goal-card[data-color=orange] .about-goal-card__head::before {
  background-image: url(../img/about/deco_goal_card03.png);
}
/* .about-goal-symbol
====================== */
.about-goal-symbol {
  display: grid;
  gap: 15px 10px;
  margin-top: 20px;
  padding-bottom: 25px;
  border-bottom: 1px dotted var(--mh--color--grayscale-500);
}
.about-goal-symbol__en {
  margin-top: 5px;
}
@media (width < 768px) {
  .about-goal-symbol__img {
    grid-column: 2/3;
    grid-row: 1/span 2;
    align-self: center;
  }
}
@media (width >= 768px ) {
  .about-goal-symbol {
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 0;
  }
  .about-goal-symbol__txt {
    margin-left: 15px;
  }
  .about-goal-symbol__img {
    margin-left: 20px;
  }
}
/* .about-goal-imi
====================== */
.about-goal-imi {
  padding-block: 25px;
}
.about-goal-imi__img {
  margin: 20px -6px 0;
}
.about-goal-imi__img img {
  margin-inline: auto;
}
@media (width >= 768px ) {
  .about-goal-imi__img {
    margin: 10px 0 0;
  }
}
/* .about-goal-slogan
====================== */
.about-goal-slogan {
  padding: 20px;
  border-radius: 5px;
}
.about-goal-slogan__head {
  margin-top: 15px;
}
.about-goal-slogan__txt {
  margin-top: 20px;
}
@media (width >= 768px ) {
  .about-goal-slogan__txt {
    font-size: 1.3rem;
  }
}
/* about-service
====================== */
.about-service {
  position: relative;
  border-radius: 35px 0 40px 0;
  z-index: 0;
}
.about-service::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 165px;
  aspect-ratio: 330/34;
  background: url(../img/home/bg_works-bottom01.png) no-repeat left top/contain;
}
.about-service__deco {
  background: url(../img/common/img_deco03.png) no-repeat center/contain;
  width: 85px;
  height: 70px;
  position: absolute;
  top: -10px;
  right: 5px;
  z-index: -1;
}
.about-service__inner {
  padding-top: var(--mh--space--x5l);
  padding-bottom: 80px;
}
.about-service__set {
  margin-top: 30px;
  display: grid;
  gap: 30px;
}
.about-service__set-img img {
  width: 100%;
}
@media (width >= 768px ) {
  .about-service {
    border-radius: 260px 0 260px 0;
  }
  .about-service::after {
    width: 330px;
  }
  .about-service__deco {
    width: 291px;
    height: 238px;
    top: 67px;
    right: 50px;
  }
  .about-service__inner {
    padding-bottom: 120px;
  }
  .about-service__set {
    margin-top: 70px;
    grid-template-columns: 50% calc(50% - 100px - 160px);
    gap: 100px;
  }
}
/* .about-mission
====================== */
.about-mission {
  position: relative;
}
.about-mission__deco {
  width: 167px;
  height: 171px;
  background: url(../img/about/img_asset01_sp.png) no-repeat center/contain;
  position: absolute;
  top: -97px;
  right: 0;
}
.about-mission__container {
  overflow: clip;
  position: relative;
}
.about-mission__inner {
  padding-top: 77px;
  padding-bottom: var(--mh--padding--x4l);
}
@media (width >= 768px ) {
  .about-mission__deco {
    background-image: url(../img/about/img_asset01_pc.png);
    width: 23.28125%;
    height: auto;
    aspect-ratio: 447/820;
    top: 0;
    translate: 0 -35%;
  }
  .about-mission__inner {
    padding-top: 190px;
  }
}
/* .about-mission-content
====================== */
.about-mission-content {
  padding-top: 45px;
  position: relative;
}
.about-mission-content__bg {
  width: calc(100% + 3px);
  aspect-ratio: 338/222;
  background: url(../img/about/img_mission01_sp.png) no-repeat center/contain;
  margin-top: 20px;
}
.about-mission-content__cards {
  margin-top: 20px;
  display: grid;
  gap: 20px;
  position: relative;
}
@media (width < 768px) {
  .about-mission-content::before {
    content: "";
    display: block;
    width: 1519px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: var(--mh--color--primary-200);
    opacity: 0.5;
    position: absolute;
    top: -85px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: -1;
  }
  .about-mission-content__bg {
    margin-left: -1.5px;
    margin-right: -1.5px;
  }
}
@media (width >= 768px ) {
  .about-mission-content {
    padding-top: 57px;
  }
  .about-mission-content__cards {
    width: 100%;
    aspect-ratio: 1400/666;
    margin-top: -15px;
  }
  .about-mission-content__bg {
    width: 59%;
    aspect-ratio: 1;
    background-image: url(../img/about/img_mission01_pc.png);
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: -1;
    margin: 0;
  }
}
/* .about-mission-content-card
====================== */
.about-mission-content-card {
  padding: 20px;
  background: var(--mh--color--primary-200);
  box-shadow: 5px 5px 0 0 var(--mh--color--primary-400);
  border-radius: 5px;
}
.about-mission-content-card__head {
  margin-top: 15px;
}
.about-mission-content-card__img img {
  width: 100%;
}
@media (width >= 768px ) {
  .about-mission-content-card {
    width: 23.1428571429%;
    border-radius: 10px;
    position: absolute;
  }
}
/* 個別設定
====================== */
.about-mission-content-card[data-type=gus] {
  border: 2px solid var(--mh--color--primary-400);
}
@media (width >= 768px ) {
  .about-mission-content-card[data-type=gus] {
    top: 0;
    left: 4.2857142857%;
  }
}
.about-mission-content-card[data-type=elec] {
  border: 2px solid var(--mh--color--tertiary-500);
  background: rgb(243, 249, 218);
  box-shadow: 5px 5px 0 0 var(--mh--color--tertiary-500);
}
@media (width >= 768px ) {
  .about-mission-content-card[data-type=elec] {
    top: 0;
    right: 4.2857142857%;
  }
}
.about-mission-content-card[data-type=contri] {
  background: rgb(223, 255, 255);
  box-shadow: 5px 5px 0 0 var(--mh--color--category01-500);
  border: 2px solid var(--mh--color--category01-500);
}
@media (width >= 768px ) {
  .about-mission-content-card[data-type=contri] {
    width: 42.8571428571%;
    display: grid;
    grid-template-columns: 0.5569620253fr 1fr;
    align-items: center;
    gap: 15px;
    left: 50%;
    bottom: 0;
    translate: -50% 10%;
  }
}
@media (width >= 1280px ) {
  .about-mission-content-card[data-type=contri] {
    translate: -50% 0;
  }
}
@media (width >= 1500px ) {
  .about-mission-content-card[data-type=contri] {
    width: 56.6428571429%;
  }
}
/* about-feature
====================== */
.about-feature__set {
  margin-top: 40px;
  display: grid;
  gap: 91px;
}
.about-feature__set-img {
  position: relative;
}
.about-feature__set-img img {
  border-radius: 10px;
  width: 100%;
}
.about-feature__set-name {
  display: block;
  padding: 15px 40px;
  width: 296px;
  border-radius: 20px 0 20px 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 50%;
}
.about-feature__set-name::after {
  content: "";
  position: absolute;
  top: 99%;
  left: 0;
  width: 49px;
  aspect-ratio: 49/5;
  background: url(../img/about/deco_goal_card01.png) no-repeat left top/contain;
  z-index: 1;
}
.about-feature__set-name span {
  display: inline-block;
  margin-top: 5px;
}
.about-feature__set-txt + p {
  margin-top: 2em;
}
@media (width >= 768px ) {
  .about-feature {
    margin-inline: var(--mh--contents--padding--side);
    border-radius: 50px;
    position: relative;
  }
  .about-feature::after {
    content: "";
    width: calc(100% + var(--mh--contents--padding--side) * 2);
    aspect-ratio: 1920/523;
    position: absolute;
    left: calc(var(--mh--contents--padding--side) * -1);
    bottom: 0;
    background: var(--mh--color--primary-200);
    z-index: -1;
  }
  .about-feature__inner {
    position: relative;
    z-index: 1;
  }
  .about-feature__deco {
    width: 290px;
    height: 238px;
    background: url(../img/common/img_deco02.png) no-repeat center/cover;
    position: absolute;
    top: 70px;
    left: 70px;
  }
  .about-feature__set {
    margin-top: 70px;
    display: grid;
    align-items: start;
    grid-template-columns: 50% calc(50% - 100px);
    gap: 100px;
  }
  .about-feature__set-img img {
    border-radius: 20px;
  }
  .about-feature__set-name {
    width: 66.511627907%;
    translate: -50% 50%;
  }
}
/* .about-data
====================== */
.about-data {
  position: relative;
  z-index: 1;
}
@media (width < 768px) {
  .about-data {
    border-radius: 20px;
  }
}
/* about-data-content
====================== */
.about-data-content + .about-data-content {
  margin-top: 40px;
}
.about-data-content__cards {
  margin-top: 20px;
  display: grid;
  gap: 15px;
}
@media (width >= 768px ) {
  .about-data-content__cards {
    gap: 30px;
  }
  .about-data-content__cards.is-pc-col2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .about-data-content__cards.is-pc-col2 .is-full {
    grid-column: 1/span 2;
  }
  .about-data-content__cards.is-pc-col3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
/* 職場環境・働き方のみ PC は 3列・2列が混在 */
@media (width >= 768px ) {
  .about-data-content[data-section=style] .about-data-content__cards {
    grid-template-columns: repeat(6, 1fr);
  }
  .about-data-content[data-section=style] .about-data-content-card:nth-of-type(1) {
    grid-column: 1/span 2;
  }
  .about-data-content[data-section=style] .about-data-content-card:nth-of-type(2) {
    grid-column: 3/span 2;
  }
  .about-data-content[data-section=style] .about-data-content-card:nth-of-type(3) {
    grid-column: 5/span 2;
  }
  .about-data-content[data-section=style] .about-data-content-card:nth-of-type(4) {
    grid-column: 1/span 3;
    grid-row: 2;
  }
  .about-data-content[data-section=style] .about-data-content-card:nth-of-type(5) {
    grid-column: 1/span 3;
    grid-row: 3;
  }
  .about-data-content[data-section=style] .about-data-content-card:nth-of-type(6) {
    grid-column: 4/span 3;
    grid-row: 2/span 2;
  }
}
/* .about-data-content-card
====================== */
.about-data-content-card {
  border-radius: 10px;
  background: var(--mh--color--grayscale-100);
  padding: 20px;
}
.about-data-content-card__head {
  text-align: center;
  border-radius: 50px;
  padding: 3px 20px;
}
.about-data-content-card__set {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 13px;
  margin-top: 10px;
}
.about-data-content-card__set-note {
  margin-top: -5px;
  text-align: right;
}
.about-data-content-card__set-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px 20px;
}
.about-data-content-card__set-item {
  font-size: var(--mh--font-size--x2l);
}
.about-data-content-card__set-memo {
  display: block;
  text-align: center;
  font-size: var(--mh--font-size--xs);
}
.about-data-content-card__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin-top: 20px;
}
.about-data-content-card__item {
  display: flex;
  align-items: center;
  padding-bottom: 8px;
  position: relative;
  /* カラバリ */
}
.about-data-content-card__item::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: url(../img/about/img_border01.svg) repeat-x center left/100%;
}
.about-data-content-card__item .u-font-en {
  margin-left: auto;
}
.about-data-content-card__item-unit {
  padding-top: 5px;
}
.about-data-content-card__item.is-red span {
  color: var(--mh--color--category03-500);
}
.about-data-content-card__item.is-orange::after {
  background-image: url(../img/about/img_border02.svg);
}
.about-data-content-card__item.is-orange span {
  color: var(--mh--color--secondary-500);
}
.about-data-content-card__item.is-lime::after {
  background-image: url(../img/about/img_border03.svg);
}
.about-data-content-card__item.is-lime span {
  color: var(--mh--color--tertiary-500);
}
.about-data-content-card__item.is-green::after {
  background-image: url(../img/about/img_border04.svg);
}
.about-data-content-card__item.is-green span {
  color: var(--mh--color--category01-500);
}
.about-data-content-card__item.is-blue::after {
  background-image: url(../img/about/img_border05.svg);
}
.about-data-content-card__item.is-blue span {
  color: var(--mh--color--primary-400);
}
.about-data-content-card__item.is-plane-txt {
  padding-bottom: 0;
  margin-top: auto;
  justify-content: flex-end;
}
.about-data-content-card__item.is-plane-txt::after {
  content: none;
}
.about-data-content-card__rank {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 20px;
  counter-reset: rank;
}
.about-data-content-card__rank li {
  position: relative;
  padding-left: 38px;
}
.about-data-content-card__rank li::before, .about-data-content-card__rank li::after {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
}
.about-data-content-card__rank li::before {
  content: "";
  display: inline-block;
  background: url(../img/about/ico_rank01.svg) no-repeat center/contain;
}
.about-data-content-card__rank li::after {
  counter-increment: rank 1;
  content: counter(rank);
  color: var(--mh--color--primary-600);
  font-family: var(--mh--font-family--en);
  font-size: var(--mh--font-size--x3l);
  display: block;
  text-align: center;
  padding-top: 5px;
}
.about-data-content-card__icon-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 20px;
}
.about-data-content-card__icon-list li {
  display: grid;
  grid-template-columns: 30px 1fr;
  align-items: center;
  gap: 8px;
}
.about-data-content-card__icon-list li::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
}
.about-data-content-card__icon-list.is-star li::before {
  background: url(../img/about/icon_start01.svg) no-repeat center/contain;
}
.about-data-content-card__icon-list.is-diamond li::before {
  background: url(../img/about/icon_diamond01.svg) no-repeat center/contain;
}
@media (width < 768px) {
  .about-data-content-card__set:has(.is-mid) {
    margin-top: 20px;
  }
  .about-data-content-card__set:has(.is-mid) img {
    margin-inline: auto;
  }
  .about-data-content-card__set.is-sp-stack {
    margin-top: 20px;
    display: block;
  }
  .about-data-content-card__set.is-sp-stack .about-data-content-card__set-img {
    max-width: unset;
  }
  .about-data-content-card__set-img {
    max-width: 105px;
  }
  .about-data-content-card__set-img.is-mid {
    max-width: 200px;
  }
  .about-data-content-card__set-list {
    margin-top: 30px;
  }
  .about-data-content-card__list.is-sp-stack {
    grid-template-columns: 1fr;
  }
  .about-data-content-card__list.is-sp-stack span.u-text-sm.u-font-bold {
    display: inline-block;
    margin-right: 5px;
  }
  .about-data-content-card__item-unit {
    font-size: var(--mh--font-size--sm);
  }
}
@media (width >= 768px ) {
  .about-data-content-card {
    padding-bottom: 30px;
    border-radius: 20px;
  }
  .about-data-content-card__space {
    display: inline-block;
    width: 15px;
  }
  .about-data-content-card__set {
    margin-top: 20px;
  }
  .about-data-content-card__set-item {
    font-size: var(--mh--font-size--x4l);
  }
  .about-data-content-card__set-txt {
    display: flex;
    align-items: flex-end;
  }
  .about-data-content-card__set-memo {
    display: inline;
    place-self: center;
    font-size: var(--mh--font-size--sm);
  }
  .about-data-content-card__list {
    margin-top: 0;
    margin-left: 20px;
    gap: 25px 20px;
  }
  .about-data-content-card__list.is-pc-horizon {
    display: flex;
    align-items: center;
    gap: 45px;
  }
  .about-data-content-card__list.is-pc-stack {
    grid-template-columns: 1fr;
  }
  .about-data-content-card__rank {
    padding-inline: 30px;
  }
  .about-data-content-card__rank li {
    padding-left: 50px;
  }
  .about-data-content-card__rank li::before, .about-data-content-card__rank li::after {
    width: 40px;
    height: 40px;
  }
  .about-data-content-card__icon-list {
    display: flex;
    flex-wrap: wrap;
    gap: 11px 15px;
    padding-inline: 30px;
  }
}
/* セクションごとの独自スタイル */
.about-data-content-card[data-type=share] .u-text-xs {
  display: inline-block;
  width: 100%;
  text-align: center;
}
@media (width < 768px) {
  .about-data-content-card[data-type=share] .about-data-content-card__set-txt {
    text-align: center;
  }
  .about-data-content-card[data-type=share] .about-data-content-card__set-num {
    font-size: var(--mh--font-size--x12l);
  }
}
@media (width >= 768px ) {
  .about-data-content-card[data-type=share] .about-data-content-card__set-num {
    font-size: var(--mh--font-size--x9l);
  }
}
@media (width >= 768px ) {
  .about-data-content-card[data-type=leave] .about-data-content-card__set-txt {
    justify-content: flex-end;
  }
}
@media (width >= 768px ) {
  .about-data-content-card[data-type=bunkei-rikei] .about-data-content-card__list {
    margin-left: 27px;
  }
}
@media (width >= 768px ) {
  .about-data-content-card[data-type=form] .about-data-content-card__set-img {
    max-width: 466px;
  }
}
@media (width >= 768px ) {
  .about-data-content-card[data-type=commute] .about-data-content-card__set {
    margin-top: 63px;
  }
}
@media (width < 768px) {
  .about-data-content-card[data-type=bukatsu] .about-data-content-card__set-textarea {
    max-width: 140px;
    text-align: center;
  }
}
/* .about-msg
====================== */
.about-msg {
  position: relative;
  overflow: clip;
}
.about-msg__bg {
  width: 832px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--mh--color--grayscale-100);
  border: 15px solid rgba(204, 236, 255, 0.5);
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -1;
}
.about-msg__inner {
  padding-top: var(--mh--padding--x4l);
  padding-bottom: var(--mh--padding--x2l);
}
.about-msg__img {
  max-width: 290px;
  margin: 10px auto 0;
}
@media (width >= 768px ) {
  .about-msg {
    background: url(../img/about/bg_msg01_pc.png) no-repeat center/cover;
  }
  .about-msg__bg {
    width: 1067px;
    border: 31px solid rgba(204, 236, 255, 0.5);
    top: -50px;
  }
  .about-msg__txt {
    font-size: var(--mh--font-size--xl);
    line-height: 2.6 !important;
  }
  .about-msg__img {
    max-width: 387px;
    margin-top: 30px;
  }
}
/* entry-form
====================== */
.entry-form__inner {
  padding-block: var(--mh--space--x5l);
}
/* benefits-anchor
====================== */
.benefits-anchor__list {
  display: grid;
  gap: 15px;
}
.benefits-anchor__item {
  position: relative;
}
.benefits-anchor__item::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  right: -5px;
  bottom: -5px;
  background: var(--mh--color--grayscale-500);
  border-radius: 10px;
  z-index: -1;
}
.benefits-anchor__item-in {
  display: block;
  padding: 20px;
  border-radius: 5px;
  background: var(--mh--color--grayscale-100);
}
.benefits-anchor__item-ja {
  margin-top: 5px;
  line-height: var(--mh--line-height--md);
}
.benefits-anchor__item-arw {
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 2px solid var(--mh--color--grayscale-500);
  position: absolute;
  top: 50%;
  right: 20px;
  translate: 0 -50%;
}
.benefits-anchor__item-arw::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  rotate: 90deg;
  transform-origin: top left;
}
@media (width >= 768px ) {
  .benefits-anchor__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
  .benefits-anchor__item-in {
    padding: 30px;
  }
  .benefits-anchor__item-ja {
    margin-top: 10px;
  }
  .benefits-anchor__item-arw {
    right: 30px;
    transition: all var(--mh--duration) var(--mh--easing);
  }
}
@media (hover: hover) and (pointer: fine) {
  .benefits-anchor__item::before {
    transition: all var(--mh--duration) var(--mh--easing);
  }
  .benefits-anchor__item:hover::before {
    opacity: 0;
  }
  .benefits-anchor__item-in {
    transition: all var(--mh--duration) var(--mh--easing);
  }
  .benefits-anchor__item-in:hover {
    translate: 5px 5px;
  }
}
.benefits-anchor__item[data-color=orange]::before {
  background: var(--mh--color--secondary-500);
}
.benefits-anchor__item[data-color=orange] .benefits-anchor__item-arw::after {
  background: var(--mh--color--secondary-500);
}
@media (hover: hover) and (pointer: fine) {
  .benefits-anchor__item[data-color=orange] .benefits-anchor__item-in:hover .benefits-anchor__item-arw {
    border-color: var(--mh--color--secondary-500);
    background: var(--mh--color--secondary-500);
  }
  .benefits-anchor__item[data-color=orange] .benefits-anchor__item-in:hover .benefits-anchor__item-arw::after {
    background-color: var(--mh--color--grayscale-100);
  }
}
.benefits-anchor__item[data-color=lime]::before {
  background: var(--mh--color--tertiary-500);
}
.benefits-anchor__item[data-color=lime] .benefits-anchor__item-arw::after {
  background: var(--mh--color--tertiary-500);
}
@media (hover: hover) and (pointer: fine) {
  .benefits-anchor__item[data-color=lime] .benefits-anchor__item-in:hover .benefits-anchor__item-arw {
    border-color: var(--mh--color--tertiary-500);
    background: var(--mh--color--tertiary-500);
  }
  .benefits-anchor__item[data-color=lime] .benefits-anchor__item-in:hover .benefits-anchor__item-arw::after {
    background-color: var(--mh--color--grayscale-100);
  }
}
.benefits-anchor__item[data-color=sky]::before {
  background: var(--mh--color--category01-500);
}
.benefits-anchor__item[data-color=sky] .benefits-anchor__item-arw::after {
  background: var(--mh--color--category01-500);
}
@media (hover: hover) and (pointer: fine) {
  .benefits-anchor__item[data-color=sky] .benefits-anchor__item-in:hover .benefits-anchor__item-arw {
    border-color: var(--mh--color--category01-500);
    background: var(--mh--color--category01-500);
  }
  .benefits-anchor__item[data-color=sky] .benefits-anchor__item-in:hover .benefits-anchor__item-arw::after {
    background-color: var(--mh--color--grayscale-100);
  }
}
/* .benefits-slider
====================== */
.benefits-slider__slider {
  margin-top: 40px;
}
.benefits-slider__slider .splide__list {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.benefits-slider__slider .splide__slide {
  border-radius: 10px;
  overflow: hidden;
}
.benefits-slider__slider .splide__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.benefits-slider__slider .splide__slide.is-item1 {
  position: relative;
  top: -10px;
  width: 227px !important;
  aspect-ratio: 820/547;
}
.benefits-slider__slider .splide__slide.is-item2 {
  margin-block: auto;
  width: 124px !important;
  aspect-ratio: 449/581;
}
.benefits-slider__slider .splide__slide.is-item3 {
  margin-block: auto;
  width: 188px !important;
  aspect-ratio: 677/452;
}
.benefits-slider__slider .splide__slide.is-item4 {
  width: 163px !important;
  aspect-ratio: 588/588;
}
.benefits-slider__slider .splide__slide.is-item5 {
  position: relative;
  bottom: -10px;
  margin-top: auto;
  width: 227px !important;
  aspect-ratio: 820/547;
}
@media (width >= 768px ) {
  .benefits-slider {
    margin-top: 120px;
  }
  .benefits-slider__slider .splide__list {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .benefits-slider__slider .splide__slide.is-item1 {
    top: -40px;
    width: 820px !important;
  }
  .benefits-slider__slider .splide__slide.is-item2 {
    width: 449px !important;
  }
  .benefits-slider__slider .splide__slide.is-item3 {
    width: 677px !important;
  }
  .benefits-slider__slider .splide__slide.is-item4 {
    width: 588px !important;
  }
  .benefits-slider__slider .splide__slide.is-item5 {
    bottom: -40px;
    width: 820px !important;
  }
}
/* benefits-benefit
====================== */
.benefits-benefit {
  padding-top: 60px;
  padding-bottom: var(--mh--space--x5l);
  position: relative;
}
.benefits-benefit__deco {
  position: absolute;
}
.benefits-benefit__deco.is-item1 {
  bottom: 10px;
  left: 7px;
  width: 85px;
}
.benefits-benefit__deco.is-item2 {
  top: 0;
  right: 0;
  translate: 0 -20%;
  width: 115px;
}
.benefits-benefit__deco img {
  width: 100%;
}
.benefits-benefit__container {
  margin-top: 40px;
  border-radius: 20px;
  padding: 40px 20px;
}
.benefits-benefit__list {
  padding-bottom: 30px;
}
.benefits-benefit__list + .benefits-benefit__list {
  padding-top: 30px;
  border-top: 1px solid var(--mh--color--grayscale-500);
}
.benefits-benefit__list:last-of-type {
  padding-bottom: 0;
}
.benefits-benefit__item {
  display: grid;
  gap: 40px;
}
.benefits-benefit__set {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.benefits-benefit__img {
  flex-shrink: 0;
  width: 52px;
}
.benefits-benefit__subhead {
  flex: 1;
}
.benefits-benefit__txt {
  width: 100%;
  margin-top: 8px;
  line-height: var(--mh--line-height--lg);
}
@media (width < 768px) {
  .benefits-benefit__textarea {
    display: contents;
  }
  .benefits-benefit__item {
    margin-top: 20px;
  }
  .benefits-benefit__subhead {
    margin-left: 12px;
  }
}
@media (width >= 768px ) {
  .benefits-benefit {
    padding-top: 100px;
  }
  .benefits-benefit__deco.is-item1 {
    bottom: 10px;
    left: 7px;
    width: 291px;
  }
  .benefits-benefit__deco.is-item2 {
    top: 33px;
    right: 50px;
    width: 290px;
  }
  .benefits-benefit__container {
    border-radius: 50px;
    padding: 100px 150px;
  }
  .benefits-benefit__list {
    display: grid;
    grid-template-columns: 220px 1fr;
    align-items: start;
    gap: 120px;
  }
  .benefits-benefit__item {
    gap: 50px;
  }
  .benefits-benefit__set {
    display: grid;
    grid-template-columns: 111px 1fr;
    gap: 30px;
  }
  .benefits-benefit__img {
    width: auto;
  }
}
/* .benefits-balance
====================== */
.benefits-balance {
  position: relative;
  border-radius: 35px 0 40px 0;
}
.benefits-balance::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 165px;
  aspect-ratio: 330/34;
  background: url(../img/home/bg_works-bottom01.png) no-repeat left top/contain;
}
.benefits-balance__inner {
  padding-block: 60px;
}
@media (width < 768px) {
  .benefits-balance {
    padding-top: 40px;
  }
}
@media (width >= 768px ) {
  .benefits-balance {
    border-radius: 260px 0 260px 0;
  }
  .benefits-balance__inner {
    padding-block: 120px 150px;
  }
}
/* .benefits-balance-content
====================== */
.benefits-balance-content {
  margin-top: 50px;
  position: relative;
}
.benefits-balance-content + .benefits-balance-content {
  margin-top: 20px;
}
.benefits-balance-content:last-of-type .benefits-balance-content__deco {
  inset: unset;
  right: -10px;
  bottom: -72px;
}
.benefits-balance-content__deco {
  width: 83px;
  height: 92px;
  position: absolute;
  top: -41px;
  left: -13px;
  z-index: 1;
}
.benefits-balance-content__deco img {
  width: 100%;
}
.benefits-balance-content__img {
  border-radius: 10px 10px 0 0;
  overflow: clip;
  position: relative;
  width: 100%;
  aspect-ratio: 335/223;
}
.benefits-balance-content__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.benefits-balance-content__textarea {
  padding: 20px 20px 30px;
  border-radius: 0 0 10px 10px;
  overflow: clip;
}
.benefits-balance-content__head {
  position: relative;
  padding-bottom: 10px;
}
.benefits-balance-content__head::after {
  content: "";
  width: 100%;
  height: 4px;
  background: url(../img/common/bg_line01.svg) repeat-x top 0px left 0/100% 4px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.benefits-balance-content__txt {
  margin-top: 15px;
  line-height: var(--mh--line-height--lg);
}
@media (width >= 768px ) {
  .benefits-balance-content {
    display: grid;
    grid-template-columns: 0.75fr 1fr;
  }
  .benefits-balance-content:last-of-type .benefits-balance-content__deco {
    inset: unset;
    right: -113px;
    bottom: -91px;
    width: 223px;
    height: 203px;
  }
  .benefits-balance-content__deco {
    width: 223px;
    height: 248px;
    top: -124px;
    left: -73px;
  }
  .benefits-balance-content__deco img {
    width: 100%;
  }
  .benefits-balance-content__img {
    border-radius: 20px 0 0 20px;
    aspect-ratio: unset;
  }
  .benefits-balance-content__textarea {
    border-radius: 0 20px 20px 0;
    padding: 50px;
  }
  .benefits-balance-content__head::after {
    background-size: 35% 4px;
  }
  .benefits-balance-content__txt {
    margin-top: 20px;
  }
}
/* .benefits-step
====================== */
.benefits-step__img img {
  width: 100%;
}
.benefits-step__list {
  display: grid;
  gap: 20px;
}
.benefits-step__item {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 15px;
  padding-bottom: 15px;
  position: relative;
}
.benefits-step__item::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-size: auto 4px;
  background-repeat: repeat-x;
  background-position: top 0px left -16px;
}
.benefits-step__item-num {
  width: 54px;
  height: 56px;
  display: grid;
  place-content: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.benefits-step__item-txt {
  line-height: var(--mh--line-height--lg);
}
.benefits-step__container {
  display: grid;
  gap: 10px;
}
@media (width >= 768px ) {
  .benefits-step {
    --item_offset: 0;
  }
  .benefits-step__img {
    width: 58.9285714286%;
    margin-left: auto;
    position: relative;
    z-index: 1;
  }
  .benefits-step__set {
    position: relative;
  }
  .benefits-step__container {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
  .benefits-step__list {
    width: 68.4285714286%;
    position: absolute;
    gap: 30px;
    bottom: 0;
    translate: 0 -10%;
  }
  .benefits-step__item {
    gap: 20px;
    margin-left: calc(100px * var(--item_offset));
  }
  .benefits-step__item-txt {
    margin-top: 8px;
  }
}
@media (width >= 1500px ) {
  .benefits-step__list {
    translate: 0 -18%;
  }
  .benefits-step__item {
    grid-template-columns: 81px 1fr;
  }
  .benefits-step__item-num {
    width: 81px;
    height: 84px;
  }
}
/* カラバリ
====================== */
.benefits-step__item[data-color=red]::after {
  background-image: url(../img/environment/benefits/bg_line04.svg);
}
.benefits-step__item[data-color=red] .benefits-step__item-num {
  color: var(--mh--color--category03-500);
  background-image: url(../img/environment/benefits/bg_head04.png);
}
@media (width >= 768px ) {
  .benefits-step__item[data-color=red] {
    --item_offset: 3;
  }
}
.benefits-step__item[data-color=orange]::after {
  background-image: url(../img/environment/benefits/bg_line03.svg);
}
.benefits-step__item[data-color=orange] .benefits-step__item-num {
  color: var(--mh--color--secondary-500);
  background-image: url(../img/environment/benefits/bg_head03.png);
}
@media (width >= 768px ) {
  .benefits-step__item[data-color=orange] {
    --item_offset: 2;
  }
}
.benefits-step__item[data-color=lime]::after {
  background-image: url(../img/environment/benefits/bg_line02.svg);
}
.benefits-step__item[data-color=lime] .benefits-step__item-num {
  color: var(--mh--color--tertiary-500);
  background-image: url(../img/environment/benefits/bg_head02.png);
}
@media (width >= 768px ) {
  .benefits-step__item[data-color=lime] {
    --item_offset: 1;
  }
}
.benefits-step__item[data-color=sky]::after {
  background-image: url(../img/environment/benefits/bg_line01.svg);
}
.benefits-step__item[data-color=sky] .benefits-step__item-num {
  color: var(--mh--color--category01-500);
  background-image: url(../img/environment/benefits/bg_head01.png);
}
/* .benefits-step-content
====================== */
.benefits-step-content__head {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 12px;
  align-items: center;
  padding: 10px 20px;
  background: var(--mh--color--grayscale-500);
  line-height: var(--mh--line-height--md);
  border-radius: 10px 10px 0 0;
}
.benefits-step-content__head-num {
  opacity: 0.5;
}
.benefits-step-content__textarea {
  padding: 20px;
  border-radius: 0 0 10px 10px;
}
.benefits-step-content__txt {
  line-height: var(--mh--line-height--lg);
}
.benefits-step-content__txt + .benefits-step-content__txt {
  margin-top: 10px;
}
@media (width >= 768px ) {
  .benefits-step-content {
    display: flex;
    flex-direction: column;
  }
  .benefits-step-content__head {
    padding: 20px 30px;
    grid-template-columns: 45px 1fr;
    border-radius: 20px 20px 0 0;
  }
  .benefits-step-content__textarea {
    border-radius: 0 0 20px 20px;
    padding: 30px;
    height: 100%;
  }
}
/* カラバリ
====================== */
.benefits-step-content[data-color=sky] .benefits-step-content__head {
  background: var(--mh--color--category01-500);
}
.benefits-step-content[data-color=lime] .benefits-step-content__head {
  background: var(--mh--color--tertiary-500);
}
.benefits-step-content[data-color=orange] .benefits-step-content__head {
  background: var(--mh--color--secondary-500);
}
.benefits-step-content[data-color=red] .benefits-step-content__head {
  background: var(--mh--color--category03-500);
}
/* .benefits-shikaku
====================== */
.benefits-shikaku {
  background: url(../img/environment/benefits/bg_shikaku01_sp.jpg) no-repeat center/cover;
  border-radius: 10px;
  margin-bottom: var(--mh--space--x5l);
  margin-inline: var(--mh--contents--padding--side);
}
.benefits-shikaku__inner {
  padding: 40px 20px;
}
.benefits-shikaku__txt {
  margin-top: 10px;
  line-height: var(--mh--line-height--lg);
}
.benefits-shikaku__box {
  position: relative;
}
.benefits-shikaku__box::before {
  content: "";
  display: block;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  background: var(--mh--color--primary-100);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.5;
  border-radius: 20px;
}
.benefits-shikaku__box-inner {
  position: relative;
  padding: 20px;
  background: var(--mh--color--primary-100);
  border-radius: 10px;
  margin-top: 30px;
}
.benefits-shikaku__box-list {
  margin-top: 10px;
  position: relative;
}
@media (width < 768px) {
  .benefits-shikaku__box-list .c-list01__item.is-no-ico {
    position: absolute;
    right: 48px;
    bottom: 0px;
  }
}
@media (width >= 768px ) {
  .benefits-shikaku {
    background-image: url(../img/environment/benefits/bg_shikaku01_pc.jpg);
  }
  .benefits-shikaku__inner {
    max-width: var(--mh--contents--wide-width-with-padding);
    margin-inline: auto;
    padding: 80px var(--mh--contents--padding--side);
  }
  .benefits-shikaku__set {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
  }
  .benefits-shikaku__box::before {
    border-radius: 30px;
  }
  .benefits-shikaku__box-inner {
    margin-top: 0;
    padding: 50px;
    border-radius: 20px;
  }
  .benefits-shikaku__txt {
    margin-top: 15px;
  }
}
/* environment-sec
====================== */
.environment-sec__slider {
  margin-top: 25px;
}
.environment-sec__slider .splide__slide {
  position: relative;
  padding-top: 10px;
}
.environment-sec__slider .splide__slide img {
  transition: all var(--mh--duration) var(--mh--easing);
  scale: 0.9;
  border-radius: 10px;
  width: 100%;
  aspect-ratio: 295/197;
  object-fit: cover;
}
.environment-sec__slider .splide__slide.is-active .environment-sec__item-label {
  opacity: 1;
}
.environment-sec__slider .splide__slide.is-active img {
  scale: 1;
}
.environment-sec__sub-slider {
  margin-top: 20px;
  padding-inline: var(--mh--contents--padding--side);
}
.environment-sec__sub-slider .splide__slide img {
  width: 100%;
  aspect-ratio: 65/33;
  border-radius: 5px;
}
.environment-sec__item-label {
  opacity: 0;
  transition: opacity 0.1s var(--mh--easing);
  transition-delay: 0.2s;
  display: block;
  padding: 4px 20px;
  background: var(--mh--color--primary-400);
  border-radius: 20px 0 20px 0;
  color: var(--mh--color--grayscale-100);
  font-size: var(--mh--font-size--sm);
  position: absolute;
  top: 0;
  left: -10px;
}
.environment-sec__item-label::after {
  content: "";
  display: inline-block;
  width: 49px;
  height: 5px;
  background: url(../img/common/bg_shape01.png) no-repeat center/100%;
  position: absolute;
  left: 0;
  bottom: -5px;
}
@media (width >= 768px ) {
  .environment-sec__slider {
    margin-top: 40px;
  }
  .environment-sec__slider .splide__slide {
    padding-top: 20px;
  }
  .environment-sec__slider .splide__slide img {
    border-radius: 20px;
    aspect-ratio: 1100/550;
  }
  .environment-sec__sub-slider {
    max-width: var(--mh--contents--width);
    margin: 30px auto 0;
  }
  .environment-sec__sub-slider .splide__slide img {
    border-radius: 10px;
    aspect-ratio: 204/102;
  }
  .environment-sec__item-label {
    font-size: var(--mh--font-size--xl);
    padding: 12px 30px;
    left: -20px;
  }
}
/* .error-page404
================================================ */
.error-page404__inner {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (width >= 768px ) {
  .error-page404__inner {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
body#home {
  padding-top: 0;
}
/* home-intro
====================== */
.home-intro {
  position: relative;
}
.home-intro__inner {
  padding-block: 232px 60px;
}
.home-intro__txt {
  line-height: var(--mh--line-height--lg);
  font-size: var(--mh--font-size--lg);
}
.home-intro__txt + .home-intro__txt {
  margin-top: 0.9em;
}
.home-intro__bg01 {
  position: absolute;
  top: -112px;
  right: 0;
  z-index: -1;
  width: 275px;
  aspect-ratio: 827/1013;
}
.home-intro__bg02 {
  position: absolute;
  bottom: -120px;
  left: 0;
  z-index: -1;
  width: 198px;
  aspect-ratio: 394/1013;
}
.home-intro__leaf {
  display: inline-block;
  width: 250px;
  height: 250px;
  color: var(--mh--color--primary-500);
  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 18"><path d="M17.4906 0.509407C15.9962 0.170743 14.3396 0 12.5165 0C4.2206 0 0 4.22201 0 12.5165C0 14.3396 0.170741 15.9962 0.509405 17.4906C2.00376 17.8293 3.66039 18 5.48353 18C13.7794 18 18 13.778 18 5.48354C18 3.6604 17.8293 2.00376 17.4906 0.509407ZM12.2568 2.34666C13.3561 2.34666 14.3932 2.41016 15.3711 2.53434C14.9661 7.68627 6.97224 7.05409 2.39463 10.9643C2.81655 5.2507 6.13546 2.34666 12.2568 2.34666ZM5.74459 15.6533C4.64534 15.6533 3.60819 15.5898 2.63029 15.4657C3.03528 10.3137 11.0292 10.9459 15.6068 7.03575C15.1849 12.7493 11.8659 15.6533 5.74459 15.6533Z" fill="currentColor"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18"><path d="M17.4906 0.509407C15.9962 0.170743 14.3396 0 12.5165 0C4.2206 0 0 4.22201 0 12.5165C0 14.3396 0.170741 15.9962 0.509405 17.4906C2.00376 17.8293 3.66039 18 5.48353 18C13.7794 18 18 13.778 18 5.48354C18 3.6604 17.8293 2.00376 17.4906 0.509407ZM12.2568 2.34666C13.3561 2.34666 14.3932 2.41016 15.3711 2.53434C14.9661 7.68627 6.97224 7.05409 2.39463 10.9643C2.81655 5.2507 6.13546 2.34666 12.2568 2.34666ZM5.74459 15.6533C4.64534 15.6533 3.60819 15.5898 2.63029 15.4657C3.03528 10.3137 11.0292 10.9459 15.6068 7.03575C15.1849 12.7493 11.8659 15.6533 5.74459 15.6533Z" fill="currentColor"/></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);
  position: absolute;
  z-index: -1;
  top: 175px;
  left: -20px;
  opacity: 0.07;
}
@media (width >= 768px ) {
  .home-intro__inner {
    padding-block: 220px 180px;
  }
  .home-intro__txt + .home-intro__txt {
    margin-top: 2em;
  }
  .home-intro__bg01 {
    top: 35px;
    right: auto;
    left: calc(50% + 133px);
    width: 857px;
  }
  .home-intro__bg02 {
    top: 280px;
    bottom: auto;
    right: calc(50% + 566px);
    left: auto;
    width: 392px;
  }
  .home-intro__leaf {
    top: 56px;
    left: calc(50% - 800px);
    width: 1000px;
    height: 1005px;
  }
}
/* home-intro-list
--------------------- */
.home-intro-list {
  display: grid;
  gap: 10px 0;
  margin: 30px 0 0;
}
.home-intro-list__in {
  position: relative;
  display: grid;
  padding: 18px 50px 18px 18px;
  border-radius: var(--mh--border-radius--md);
  border: 2px solid transparent;
  background: #fff;
}
.home-intro-list__head {
  color: var(--mh--color--primary-500);
  font-weight: 700;
  font-size: var(--mh--font-size--lg);
}
.home-intro-list__txt {
  font-size: var(--mh--font-size--sm);
}
.home-intro-list__arw {
  position: absolute;
  top: 50%;
  right: 19px;
  transform: translateY(-50%);
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border: 2px solid var(--mh--color--grayscale-500);
  border-radius: 50%;
  background: #fff;
}
.home-intro-list__arw:after {
  display: inline-block;
  width: 12px;
  height: 10px;
  color: var(--mh--color--primary-500);
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 10"><path fill="currentColor" d="M7.5.5 6.45 1.55l2.722 2.723H0v1.455h9.173L6.45 8.45 7.5 9.5 12 5z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 10"><path fill="currentColor" d="M7.5.5 6.45 1.55l2.722 2.723H0v1.455h9.173L6.45 8.45 7.5 9.5 12 5z"/></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);
}
@media (width < 768px) {
  .home-intro-list__in {
    grid-template-columns: 70px minmax(0, 1fr);
    grid-template-areas: "ico head" "ico txt";
    align-items: center;
    gap: 0 15px;
  }
  .home-intro-list img {
    grid-area: ico;
  }
  .home-intro-list__head {
    grid-area: head;
  }
  .home-intro-list__txt {
    grid-area: txt;
  }
}
@media (width >= 768px ) {
  .home-intro-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin: 100px 0 0;
  }
  .home-intro-list__in {
    justify-items: center;
    padding: 30px 60px 50px;
  }
  .home-intro-list img {
    width: 100px;
  }
  .home-intro-list__head {
    margin: 15px 0 5px;
  }
  .home-intro-list__arw {
    top: auto;
    right: 18px;
    bottom: 20px;
    transform: none;
    width: 35px;
    height: 35px;
  }
  .home-intro-list__arw:after {
    width: 16px;
    height: 12px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .home-intro-list__in {
    transition: all var(--mh--duration) var(--mh--easing);
  }
  .home-intro-list__in:hover {
    border-color: var(--mh--color--primary-500);
  }
  .home-intro-list__in:hover .home-intro-list__arw {
    background: var(--mh--color--primary-500);
    border-color: var(--mh--color--primary-500);
  }
  .home-intro-list__in:hover .home-intro-list__arw:after {
    color: #fff;
  }
}
/* home-works
=========================== */
.home-works {
  position: relative;
  background: var(--mh--color--primary-500);
  border-radius: 35px 0 40px 0;
}
.home-works:before {
  content: "";
  position: absolute;
  top: -20px;
  right: 30px;
  width: 172px;
  aspect-ratio: 172/148;
  background: url(../img/home/bg_works01.png) no-repeat 0 0/contain;
}
.home-works:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 165px;
  aspect-ratio: 330/34;
  background: url(../img/home/bg_works-bottom01.png) no-repeat left top/contain;
}
.home-works__inner {
  padding-block: 60px;
}
.home-works__txt {
  margin: 15px 0 0;
}
.home-works__btn {
  margin-top: 35px;
}
@media (width < 768px) {
  .home-works__btn .c-btn01__sub {
    color: #fff;
  }
}
@media (width >= 768px ) {
  .home-works {
    border-radius: 260px 0 260px 0;
  }
  .home-works:before {
    content: none;
  }
  .home-works:after {
    width: 330px;
  }
  .home-works__inner {
    padding-block: 180px 160px;
  }
  .home-works__txt {
    margin: 25px 0 0;
  }
  .home-works__btn {
    margin-top: -50px;
  }
}
/* home-works-list
--------------------- */
.home-works-list {
  display: grid;
  gap: 35px 0;
  margin: 30px 0 0;
}
.home-works-list__item {
  position: relative;
}
.home-works-list__in {
  position: relative;
  z-index: 1;
  display: block;
}
.home-works-list__in:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 5px;
  left: 5px;
  width: 100%;
  height: 100%;
  border-radius: var(--mh--border-radius--md);
  background: currentColor;
}
.home-works-list__img img {
  width: 100%;
  border-radius: var(--mh--border-radius--md) var(--mh--border-radius--md) 0 0;
}
.home-works-list__area-txt {
  padding: 30px 20px 46px;
  background: #fff;
  border-radius: 0 0 var(--mh--border-radius--md) var(--mh--border-radius--md);
}
.home-works-list__sub {
  position: relative;
  width: fit-content;
  margin: -52px 0 12px auto;
  padding: 7px 20px;
  border-radius: 20px 0 20px 0;
  background: currentColor;
}
.home-works-list__sub:after {
  display: inline-block;
  width: 49px;
  height: 6px;
  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 49 6"><path fill="currentColor" d="M0 .5v5c14.711-3.328 31.048-5 49-5z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 49 6"><path fill="currentColor" d="M0 .5v5c14.711-3.328 31.048-5 49-5z"/></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);
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
}
.home-works-list__sub span {
  color: #fff;
}
.home-works-list__head {
  color: var(--mh--color--grayscale-900);
  font-size: var(--mh--font-size--x4l);
}
.home-works-list__txt {
  margin: 10px 0 0;
  color: var(--mh--color--grayscale-900);
}
.home-works-list__deco {
  position: absolute;
  right: 5px;
  top: -20px;
  z-index: 1;
  width: 100px;
  aspect-ratio: 1;
}
.home-works-list__arw {
  position: absolute;
  right: 15px;
  bottom: 15px;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid var(--mh--color--grayscale-500);
  border-radius: 50%;
}
.home-works-list__arw:after {
  display: inline-block;
  width: 12px;
  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 12 10"><path fill="currentColor" d="M7.5.5 6.45 1.55l2.722 2.723H0v1.455h9.173L6.45 8.45 7.5 9.5 12 5z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 10"><path fill="currentColor" d="M7.5.5 6.45 1.55l2.722 2.723H0v1.455h9.173L6.45 8.45 7.5 9.5 12 5z"/></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);
}
@media (width >= 768px ) {
  .home-works-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 46px;
    padding: 0 17px 0 0;
    margin: 90px 0 0;
  }
  .home-works-list__item:nth-child(3n+2) {
    margin-top: -90px;
  }
  .home-works-list__item:nth-child(3n+3) {
    margin-top: -180px;
  }
  .home-works-list__in:before {
    top: 10px;
    left: 10px;
  }
  .home-works-list__area-txt {
    padding: 30px 23px 50px 40px;
  }
  .home-works-list__head {
    font-size: clamp(2.6rem, 2.198rem + 0.366vw, 2.9rem);
  }
  .home-works-list__txt {
    margin: 15px 0 0;
    padding: 0 35px 0 0;
  }
  .home-works-list__deco {
    top: -60px;
    right: 20px;
    width: 39.5348837209%;
  }
  .home-works-list__arw {
    right: 20px;
    bottom: 20px;
    width: 35px;
    height: 35px;
  }
  .home-works-list__arw:after {
    width: 16px;
    height: 12px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .home-works-list__in {
    transition: transform var(--mh--duration) var(--mh--easing);
  }
  .home-works-list__in:before {
    transition: all var(--mh--duration) var(--mh--easing);
  }
  .home-works-list__in .home-works-list__arw {
    transition: all var(--mh--duration) var(--mh--easing);
  }
  .home-works-list__in:hover {
    transform: translate(10px, 10px);
  }
  .home-works-list__in:hover:before {
    opacity: 0;
    transform: translate(-5px, -5px);
  }
  .home-works-list__in:hover .home-works-list__arw {
    border-color: currentColor;
    background-color: currentColor;
  }
  .home-works-list__in:hover .home-works-list__arw:after {
    color: white;
  }
}
/* home-people
=================== */
.home-people__inner {
  padding-block: 60px;
}
.home-people__txt {
  margin: 15px 0 30px;
}
.home-people__archive {
  margin: 30px 0 0;
}
.home-people__btn {
  margin-top: 10px;
}
@media (width >= 768px ) {
  .home-people__inner {
    padding-block: 180px 100px;
  }
  .home-people__txt {
    margin: 25px 0 -50px;
  }
  .home-people__btn {
    margin-top: 50px;
  }
}
/* home-env
===================== */
.home-env {
  position: relative;
  z-index: 1;
  background: linear-gradient(to top, var(--mh--color--primary-200) 50px, transparent 359px);
}
.home-env:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: var(--mh--border-radius--lg);
}
.home-env__inner {
  padding: 60px 20px;
}
.home-env__txt {
  margin: 15px 0 0;
}
.home-env__btn {
  margin: 35px 0 0;
}
.home-env__deco01 {
  position: absolute;
  top: -24px;
  right: 20px;
  width: 115px;
  aspect-ratio: 290/238;
}
.home-env__deco02 {
  position: absolute;
  bottom: -44px;
  left: 20px;
  width: 85px;
  aspect-ratio: 85/73;
}
@media (width >= 768px ) {
  .home-env {
    background: linear-gradient(to bottom, transparent 359px, var(--mh--color--primary-200) 359px);
  }
  .home-env:before {
    width: 1820px;
    max-width: calc(100% - 100px);
  }
  .home-env__inner {
    padding: 160px 100px;
  }
  .home-env__txt {
    margin: 25px 0 0;
  }
  .home-env__btn {
    margin-top: 50px;
  }
  .home-env__deco01 {
    top: 80px;
    right: auto;
    left: calc(50% + 500px);
    width: clamp(250px, 290px, 15.1041666667vw);
  }
  .home-env__deco02 {
    right: calc(50% + 500px);
    bottom: -50px;
    left: auto;
    width: clamp(250px, 291px, 15.15625vw);
  }
}
@media (width >= 1500px ) {
  .home-env__btn {
    margin-top: 40px;
  }
}
/* home-env-list
----------------------- */
.home-env-list {
  display: grid;
  gap: 16px 0;
  margin: 20px 0 0;
}
.home-env-list__item {
  position: relative;
  width: 335px;
  max-width: 100%;
  margin-inline: auto;
}
.home-env-list__item.is-blue {
  --color: var(--mh--color--primary-500);
}
.home-env-list__item.is-orange {
  --color: var(--mh--color--secondary-500);
}
.home-env-list__item.is-green {
  --color: var(--mh--color--tertiary-500);
}
.home-env-list__item.is-tblue {
  --color: var(--mh--color--category01-500);
}
.home-env-list__in {
  display: grid;
  grid-template-rows: 68px 100px auto;
}
.home-env-list__img {
  position: relative;
  grid-column: 1/2;
  grid-row: 1/4;
  padding-right: 9px;
}
.home-env-list__img img {
  width: 253px;
  margin: 0 auto;
  transition: transform var(--mh--duration) var(--mh--easing);
}
.home-env-list__txt {
  position: relative;
  z-index: 1;
  grid-column: 1/2;
  grid-row: 3/4;
  width: 220px;
  height: fit-content;
  margin: 23px 0 0;
  padding: 9px 17px;
  font-weight: 700;
  font-size: var(--mh--font-size--xs);
  text-align: center;
  background: #fff;
  border: 2px solid var(--color);
  border-radius: var(--mh--border-radius--sm);
  box-shadow: 5px 5px var(--color);
}
.home-env-list__txt span.is-arw {
  position: absolute;
  right: 50px;
  bottom: 100%;
  width: 20px;
  height: 20px;
  background: var(--color);
  clip-path: polygon(100% 0, 100% calc(100% + 1px), 0 calc(100% + 1px));
}
.home-env-list__txt span.is-arw:after {
  content: "";
  position: absolute;
  right: 2px;
  bottom: -2px;
  width: 16px;
  height: 16px;
  background: #fff;
  clip-path: polygon(100% 0, 100% calc(100% + 1px), 0 calc(100% + 1px));
}
.home-env-list__leaf {
  position: relative;
  z-index: 1;
  grid-column: 1/2;
  grid-row: 2/3;
  justify-self: end;
  display: grid;
  place-items: center;
  width: 130px;
  height: 100px;
  text-align: center;
  color: #fff;
  font-size: var(--mh--font-size--lg);
}
.home-env-list__leaf:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: var(--color);
  -webkit-mask: url(../img/home/img_env-mask01.png) no-repeat center top/contain;
  mask: url(../img/home/img_env-mask01.png) no-repeat center top/contain;
}
.home-env-list__leaf:after {
  content: "";
  position: absolute;
  top: 2px;
  right: 2px;
  z-index: -1;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background: #fff;
  -webkit-mask: url(../img/home/img_env-mask01.png) no-repeat center/contain;
  mask: url(../img/home/img_env-mask01.png) no-repeat center/contain;
  opacity: 0;
  -webkit-user-select: none;
  user-select: none;
}
.home-env-list__leaf span.is-arw {
  position: absolute;
  right: 0;
  bottom: 0;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border: 2px solid var(--mh--color--grayscale-500);
  background: #fff;
  border-radius: 50%;
}
.home-env-list__leaf span.is-arw:after {
  display: inline-block;
  width: 12px;
  height: 10px;
  color: var(--color);
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 10"><path fill="currentColor" d="M7.5.5 6.45 1.55l2.722 2.723H0v1.455h9.173L6.45 8.45 7.5 9.5 12 5z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 10"><path fill="currentColor" d="M7.5.5 6.45 1.55l2.722 2.723H0v1.455h9.173L6.45 8.45 7.5 9.5 12 5z"/></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);
}
@media (width >= 768px ) {
  .home-env-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0;
    max-width: 1100px;
    margin: 50px auto 0;
  }
  .home-env-list__item {
    width: 465px;
    margin: 0;
  }
  .home-env-list__item:nth-child(odd) {
    z-index: 2;
  }
  .home-env-list__in {
    grid-template-rows: 140px 90px auto;
  }
  .home-env-list__img img {
    width: 380px;
  }
  .home-env-list__txt {
    width: 200px;
    margin: 0;
    padding: 16px 12px;
  }
  .home-env-list__txt span.is-arw {
    right: 18px;
  }
  .home-env-list__leaf {
    width: 160px;
    height: 125px;
    border-radius: 50px 0;
  }
  .home-env-list__leaf span.is-arw {
    bottom: -5px;
    width: 35px;
    height: 35px;
  }
  .home-env-list__leaf span.is-arw:after {
    width: 16px;
    height: 12px;
  }
}
@media (768px <= width < 1500px) {
  .home-env-list__item:nth-child(odd) {
    margin-right: -30px;
  }
  .home-env-list__item:nth-child(even) {
    margin-top: 140px;
    margin-left: -30px;
  }
}
@media (width >= 1500px ) {
  .home-env-list {
    max-width: 1720px;
    flex-wrap: nowrap;
  }
  .home-env-list__item {
    width: 27.0348837209%;
    margin: 0;
  }
  .home-env-list__item:nth-child(even) {
    margin-top: 140px;
  }
  .home-env-list__item:nth-child(1) {
    margin-right: -4.9418604651%;
  }
  .home-env-list__item:nth-child(2) {
    margin-right: 0.8720930233%;
  }
  .home-env-list__item:nth-child(3) {
    margin-left: 0.8720930233%;
  }
  .home-env-list__item:nth-child(4) {
    margin-left: -4.9418604651%;
  }
  .home-env-list__in {
    grid-template-rows: 128px 124px auto;
  }
  .home-env-list__img {
    padding: 0;
    transform: translateX(2.3%);
  }
  .home-env-list__img img {
    width: 81.7204301075%;
  }
  .home-env-list__leaf {
    width: clamp(120px, 160px, 8.6vw);
    height: clamp(80px, 124px, 6.2vw);
    font-size: clamp(1.4rem, 0.863rem + 0.488vw, 1.8rem);
  }
}
@media (hover: hover) and (pointer: fine) {
  .home-env-list__in {
    transition: color var(--mh--duration) var(--mh--easing);
  }
  .home-env-list__in .home-env-list__leaf:after {
    transition: opacity var(--mh--duration) var(--mh--easing);
  }
  .home-env-list__in .home-env-list__leaf span.is-arw {
    transition: all var(--mh--duration) var(--mh--easing);
  }
  .home-env-list__in:hover .home-env-list__leaf {
    color: var(--color);
  }
  .home-env-list__in:hover .home-env-list__leaf:after {
    opacity: 1;
  }
  .home-env-list__in:hover .home-env-list__leaf span.is-arw {
    background: var(--color);
    border-color: var(--color);
  }
  .home-env-list__in:hover .home-env-list__leaf span.is-arw:after {
    color: #fff;
  }
  .home-env-list__in:hover .home-env-list__img img {
    transform: scale(1.05);
  }
}
/* home-data
=================== */
.home-data {
  position: relative;
}
.home-data:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: calc(100% + 50px);
  background: var(--mh--color--primary-200);
}
.home-data__inner {
  padding-block: 45px 60px;
}
.home-data__txt {
  margin: 15px 0 0;
}
.home-data__btn {
  margin: 30px auto 0;
}
@media (width >= 768px ) {
  .home-data__inner {
    padding-block: 125px 180px;
  }
  .home-data__txt {
    margin: 25px 0 0;
  }
  .home-data__btn {
    margin: -80px 0 0 auto;
  }
}
/* home-data-head
---------------------------- */
.home-data-head {
  display: flex;
  flex-direction: column;
  gap: 30px 0;
}
.home-data-head__img {
  width: 77.9104477612%;
  margin: 0 2px 0 auto;
}
@media (width < 768px) {
  .home-data-head__img {
    order: -1;
  }
}
@media (width >= 768px ) {
  .home-data-head {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    gap: 0 30px;
  }
  .home-data-head__img {
    width: 37.8571428571%;
  }
  .home-data-head__area-txt {
    margin: 0 0 -10px;
  }
}
/* home-data-list
------------------- */
.home-data-list {
  display: grid;
  gap: 10px 0;
  margin: 30px 0 0;
}
.home-data-list__item {
  padding: 20px;
  background: #fff;
  border-radius: var(--mh--border-radius--md);
}
.home-data-list__head {
  margin: 0 0 6px;
  padding: 3px 10px;
  color: #fff;
  font-size: var(--mh--font-size--x3l);
  text-align: center;
  background: var(--mh--color--primary-400);
  border-radius: 9999px;
}
.home-data-list__num {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 13px;
  padding: 0 0 20px;
  border-bottom: 2px dashed var(--mh--color--grayscale-500);
  color: var(--mh--color--primary-500);
  font-weight: 700;
}
.home-data-list__num-img {
  width: 105px;
  margin-left: -10px;
}
.home-data-list__num-area-txt {
  padding: 7px 0 0;
}
.home-data-list__num-txt {
  font-size: var(--mh--font-size--x6l);
  white-space: nowrap;
}
.home-data-list__num-txt span.is-num {
  font-size: var(--mh--font-size--x12l);
}
.home-data-list__num-note {
  font-size: var(--mh--font-size--x2s);
}
.home-data-list__txt {
  margin: 14px 0 0;
  text-align: center;
}
@media (width >= 768px ) {
  .home-data-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin: 80px 0 0;
  }
  .home-data-list__item {
    padding: 20px 20px 30px;
  }
  .home-data-list__head {
    margin: 0 0 20px;
    padding: 4px 10px;
  }
  .home-data-list__num {
    max-width: 320px;
    margin: 0 auto;
    padding: 0 0 25px;
  }
  .home-data-list__num-img {
    width: 140px;
    margin: 0;
  }
  .home-data-list__num-note {
    text-align: right;
    margin-top: -6px;
  }
  .home-data-list__txt {
    margin: 23px 0 0;
  }
}
/* details-main
====================== */
.details-main__inner {
  padding-block: var(--mh--space--x5l);
}
.details-main__tab.is-active .details-main__tab-ja {
  color: var(--mh--color--grayscale-900);
}
.details-main__tab-ja {
  color: var(--mh--color--grayscale-700);
  line-height: var(--mh--line-height--md);
}
.details-main__container {
  padding-top: var(--mh--space--x5l);
}
@media (width >= 768px ) {
  .details-main__tab-ja {
    margin-top: 10px;
  }
}
.details-main-content__subhead {
  margin-top: 25px;
}
.details-main-content__table {
  display: grid;
  gap: 7px;
}
.details-main-content__table dt {
  color: var(--mh--color--grayscale-100);
  background: var(--mh--color--primary-400);
  border-radius: 5px 5px 0 0;
  padding: 10px 20px;
  font-weight: 700;
}
.details-main-content__table dd {
  background: var(--mh--color--grayscale-100);
  padding: 15px 20px;
}
.details-main-content__table dd .c-note01 {
  margin-top: 5px;
}
.details-main-content__table dd a {
  text-decoration: underline !important;
  color: var(--mh--color--primary-500);
}
.details-main-content__table dd a:hover {
  text-decoration: none !important;
}
@media (width >= 768px ) {
  .details-main-content__subhead {
    margin-top: 40px;
  }
  .details-main-content__table dl {
    display: grid;
    grid-template-columns: 240px 1fr;
  }
  .details-main-content__table dt {
    padding: 30px;
    display: flex;
    align-items: center;
    border-radius: 10px 0 0 10px;
  }
  .details-main-content__table dd {
    padding: 30px;
  }
}
/* people-archive
====================== */
.people-archive {
  padding-top: var(--mh--padding--x4l);
  padding-bottom: var(--mh--padding--80_180);
}
.people-archive__list {
  margin-top: 30px;
}
.people-archive__textarea {
  display: grid;
  gap: 15px;
}
@media (width >= 768px ) {
  .people-archive__list {
    margin-top: 120px;
  }
  .people-archive__textarea {
    grid-template-columns: auto auto;
    gap: 80px;
  }
}
/* .people-single
====================== */
.people-single__inner {
  padding-top: 60px;
  padding-bottom: 60px;
}
.people-single__container + .people-single__container {
  margin-top: var(--mh--space--x5l);
}
.people-single__container .people-single-content + .people-single-content {
  margin-top: 50px;
}
@media (width >= 768px ) {
  .people-single__inner {
    padding-top: 160px;
    padding-bottom: 120px;
  }
  .people-single__container .people-single-content + .people-single-content {
    margin-top: 100px;
  }
}
/* people-single-content
====================== */
.people-single-content {
  position: relative;
}
.people-single-content:has(.people-single-content__img) .people-single-content__textarea {
  padding: 80px 30px 40px;
}
.people-single-content__deco {
  position: absolute;
  top: 143px;
  right: 0;
  width: 100px;
  height: 82px;
}
.people-single-content__img {
  border-radius: 10px;
  width: 88.0597014925%;
  margin: 0 auto -50px;
  overflow: clip;
}
.people-single-content__img img {
  width: 100%;
}
.people-single-content__textarea {
  background: var(--mh--color--grayscale-100);
  border-radius: 20px;
  padding: 30px;
  box-shadow: 10px 10px 0 0 var(--mh--color--primary-300);
}
.people-single-content__head {
  margin-top: 15px;
}
@media (width >= 768px ) {
  .people-single-content[data-type=type1] .people-single-content__deco {
    inset: unset;
    top: 0;
    left: 0;
    translate: -40% -50%;
  }
  .people-single-content[data-type=type3] .people-single-content__deco {
    inset: unset;
    bottom: 0;
    right: 0;
    translate: 55% 25%;
  }
  .people-single-content[data-type=type4] .people-single-content__deco {
    inset: unset;
    top: 50%;
    right: 0;
    translate: 55% 0;
    z-index: 1;
  }
  .people-single-content:has(.people-single-content__img) {
    position: relative;
  }
  .people-single-content:has(.people-single-content__img).is-reverse .people-single-content__textarea {
    padding-left: 25.7142857143%;
    padding-right: 5.7142857143%;
    margin-left: auto;
  }
  .people-single-content:has(.people-single-content__img).is-reverse .people-single-content__img {
    right: unset;
    left: calc(var(--mh--contents--padding--side) * -1);
  }
  .people-single-content:has(.people-single-content__img) .people-single-content__textarea {
    padding: 5.7142857143%;
    padding-right: 25.7142857143%;
    width: 85.7142857143%;
  }
  .people-single-content__deco {
    width: 200px;
    height: 165px;
  }
  .people-single-content__head {
    margin-top: 20px;
  }
  .people-single-content__textarea {
    padding: 5.7142857143%;
  }
  .people-single-content__img {
    position: absolute;
    top: 50%;
    right: calc(var(--mh--contents--padding--side) * -1);
    translate: 0 -50%;
    width: 35.7142857143%;
  }
  .people-single-content__img.is-small {
    max-width: 540px;
    translate: 0 -50%;
  }
}
@media (width >= 1500px ) {
  .people-single-content:has(.people-single-content__img).is-reverse .people-single-content__img {
    translate: -27% -50%;
  }
  .people-single-content__img {
    width: 54.2857142857%;
    translate: 27% -50%;
  }
}
/* people-single-qa
====================== */
.people-single-qa {
  position: relative;
}
.people-single-qa::before {
  content: "";
  display: block;
  width: 34px;
  height: 80px;
  background: url(../img/people/img_single_qa01_sp.png) no-repeat center/contain;
  position: absolute;
  bottom: -24px;
  left: -11px;
}
.people-single-qa__container {
  background: var(--mh--color--primary-200);
  border-radius: 10px;
}
.people-single-qa__inner {
  padding: var(--mh--padding--20_40) var(--mh--contents--padding--side);
  display: grid;
  gap: 20px;
}
.people-single-qa__list {
  display: grid;
  gap: 20px;
}
.people-single-qa__q {
  display: flex;
  align-items: center;
  gap: 10px;
}
.people-single-qa__q-ico {
  flex-shrink: 0;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: var(--mh--color--grayscale-100);
  display: grid;
  place-content: center;
}
.people-single-qa__q-ico img {
  width: 80%;
  margin: auto;
}
.people-single-qa__q-txt {
  padding: 9px;
  border-radius: 0 10px 10px 10px;
}
.people-single-qa__a {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.people-single-qa__a-ico {
  flex-shrink: 0;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  overflow: clip;
}
.people-single-qa__a-ico img {
  width: 100%;
}
.people-single-qa__a-txt {
  padding: 10px;
  border-radius: 0 10px 10px 10px;
  background: var(--mh--color--primary-100);
}
@media (width < 768px) {
  .people-single-qa__container {
    margin-inline: calc(var(--mh--contents--padding--side) * -1);
  }
}
@media (width >= 768px ) {
  .people-single-qa::before {
    background-image: url(../img/people/img_single_qa01_pc.png);
    width: 200px;
    height: 200px;
    inset: unset;
    right: -50px;
    bottom: -29px;
  }
  .people-single-qa__container {
    border-radius: 20px;
  }
  .people-single-qa__inner {
    max-width: var(--mh--contents--width);
    margin-inline: auto;
  }
  .people-single-qa__q-ico {
    width: 50px;
    height: 50px;
  }
  .people-single-qa__q-ico img {
    width: 100%;
  }
  .people-single-qa__q-txt {
    padding: 15px;
  }
  .people-single-qa__a-ico {
    width: 50px;
    height: 50px;
  }
  .people-single-qa__a-txt {
    padding: 15px;
    background: var(--mh--color--grayscale-100);
  }
}
/* .people-single-day
====================== */
.people-single-day__group {
  margin-top: 20px;
}
.people-single-day__list {
  display: grid;
  grid-auto-rows: min-content;
  gap: 10px;
}
.people-single-day__item {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 10px;
}
.people-single-day__item-textarea {
  display: flex;
  align-items: stretch;
  gap: 10px;
}
.people-single-day__item-time {
  flex-shrink: 0;
  white-space: nowrap;
  padding-top: 8px;
  position: relative;
}
.people-single-day__item-time::after {
  content: "";
  width: 1px;
  height: 75%;
  background: var(--mh--color--grayscale-500);
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
}
@media (width >= 768px ) {
  .people-single-day {
    display: flex;
    align-items: flex-start;
    gap: 80px;
  }
  .people-single-day__head {
    flex-shrink: 0;
  }
  .people-single-day__group {
    flex: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .people-single-day__list {
    gap: 20px;
  }
  .people-single-day__item-time::after {
    height: 55%;
  }
  .people-single-day__item-txt {
    margin-top: 10px;
  }
}
/* .people-other
====================== */
.people-other {
  position: relative;
}
.people-other::before {
  content: "";
  display: block;
  width: 80px;
  height: 60px;
  background: url(../img/common/img_deco02.png) no-repeat center/contain;
  position: absolute;
  right: 4px;
  top: 40px;
}
.people-other__slider {
  position: relative;
}
.people-other__slider .splide__pagination li + li {
  margin-left: 8px;
}
.people-other__slider .splide__pagination__page {
  border-radius: 50%;
  border: none;
  width: 8px;
  height: 8px;
  background: var(--mh--color--grayscale-500);
}
.people-other__slider .splide__pagination__page.is-active {
  background: var(--mh--color--primary-500);
}
.people-other__btn {
  margin-top: 40px;
}
@media (width < 768px) {
  .people-other__slider {
    margin: 0 calc(var(--mh--contents--padding--side) * -1);
    padding-left: var(--mh--contents--padding--side);
    padding-bottom: 23px;
  }
  .people-other__slider .splide__ui {
    position: absolute;
    bottom: 0;
    width: calc(100% - var(--mh--contents--padding--side));
  }
}
@media (width >= 768px ) {
  .people-other::before {
    width: 200px;
    height: 164px;
    top: -100px;
  }
  .people-other__slider .splide__ui {
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 30px;
    position: absolute;
    right: 0;
    top: -40px;
    translate: 0 -100%;
  }
  .people-other__slider .splide__arrows {
    display: flex;
    gap: 20px;
  }
  .people-other__slider .splide__arrow {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid var(--mh--color--grayscale-500);
    position: relative;
  }
  .people-other__slider .splide__arrow::after {
    display: inline-block;
    width: 12px;
    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 12 10"><path fill="currentColor" d="M7.5.5 6.45 1.55l2.722 2.723H0v1.455h9.173L6.45 8.45 7.5 9.5 12 5z"/></svg>');
    mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 10"><path fill="currentColor" d="M7.5.5 6.45 1.55l2.722 2.723H0v1.455h9.173L6.45 8.45 7.5 9.5 12 5z"/></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--primary-500);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .people-other__slider .splide__arrow svg {
    display: none;
  }
  .people-other__slider .splide__arrow--prev::after {
    rotate: 180deg;
    transform-origin: top left;
  }
}
/* works-set01
=========================== */
.works-set01 {
  position: relative;
  display: grid;
  gap: 30px 0;
}
.works-set01__img img {
  width: 100%;
}
.works-set01 .c-head01 {
  margin-bottom: 10px;
}
.works-set01__txt + .works-set01__txt {
  margin-top: 10px;
}
@media (width >= 768px ) {
  .works-set01 {
    grid-template-columns: 38.5714285714% 55.7142857143%;
    justify-content: space-between;
    align-items: center;
  }
  .works-set01 .c-head01 {
    margin-bottom: 20px;
  }
  .works-set01__txt + .works-set01__txt {
    margin-top: 20px;
  }
}
/* works-intro
========================= */
.works-intro__inner {
  padding-block: 80px 50px;
}
.works-intro__set01-leaf {
  position: absolute;
  top: -55px;
  left: 0;
  width: 85px;
  aspect-ratio: 85/70;
}
.works-intro__set01-leaf img {
  width: 100%;
  height: 100%;
}
@media (width >= 768px ) {
  .works-intro__inner {
    padding-block: 160px 100px;
  }
  .works-intro__set01-leaf {
    top: -100px;
    left: -36px;
    width: 218px;
  }
}
/* works-business
========================= */
.works-business {
  position: relative;
}
.works-business:before {
  display: inline-block;
  width: 18px;
  height: 18px;
  color: var(--mh--color--primary-500);
  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 18"><path d="M17.4906 0.509407C15.9962 0.170743 14.3396 0 12.5165 0C4.2206 0 0 4.22201 0 12.5165C0 14.3396 0.170741 15.9962 0.509405 17.4906C2.00376 17.8293 3.66039 18 5.48353 18C13.7794 18 18 13.778 18 5.48354C18 3.6604 17.8293 2.00376 17.4906 0.509407ZM12.2568 2.34666C13.3561 2.34666 14.3932 2.41016 15.3711 2.53434C14.9661 7.68627 6.97224 7.05409 2.39463 10.9643C2.81655 5.2507 6.13546 2.34666 12.2568 2.34666ZM5.74459 15.6533C4.64534 15.6533 3.60819 15.5898 2.63029 15.4657C3.03528 10.3137 11.0292 10.9459 15.6068 7.03575C15.1849 12.7493 11.8659 15.6533 5.74459 15.6533Z" fill="currentColor"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18"><path d="M17.4906 0.509407C15.9962 0.170743 14.3396 0 12.5165 0C4.2206 0 0 4.22201 0 12.5165C0 14.3396 0.170741 15.9962 0.509405 17.4906C2.00376 17.8293 3.66039 18 5.48353 18C13.7794 18 18 13.778 18 5.48354C18 3.6604 17.8293 2.00376 17.4906 0.509407ZM12.2568 2.34666C13.3561 2.34666 14.3932 2.41016 15.3711 2.53434C14.9661 7.68627 6.97224 7.05409 2.39463 10.9643C2.81655 5.2507 6.13546 2.34666 12.2568 2.34666ZM5.74459 15.6533C4.64534 15.6533 3.60819 15.5898 2.63029 15.4657C3.03528 10.3137 11.0292 10.9459 15.6068 7.03575C15.1849 12.7493 11.8659 15.6533 5.74459 15.6533Z" fill="currentColor"/></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);
  position: absolute;
  top: -10px;
  right: 20px;
  z-index: -1;
  width: 100px;
  height: 100px;
  opacity: 0.07;
}
.works-business__area-head {
  display: grid;
  gap: 20px 0;
  margin-bottom: 30px;
}
.works-business__head strong {
  margin-right: 2px;
  color: var(--mh--color--primary-500);
  font-weight: 700;
}
.works-business__head strong span.u-font-en {
  vertical-align: -3px;
  margin-right: 2px;
}
@media (width >= 768px ) {
  .works-business:before {
    top: -192px;
    right: calc(50% + 243px);
    width: 1070px;
    height: 1070px;
  }
  .works-business__area-head {
    grid-template-columns: minmax(0, auto) minmax(0, 840px);
    justify-content: space-between;
    align-items: center;
    gap: 0 40px;
    margin-bottom: 40px;
  }
  .works-business__head span.u-text-x4l {
    font-size: clamp(2.6rem, 2.198rem + 0.366vw, 2.9rem);
  }
  .works-business__head span.u-text-x8l {
    font-size: clamp(4.2rem, 3.663rem + 0.488vw, 4.6rem);
  }
  .works-business__head strong {
    margin-right: 5px;
  }
  .works-business__head strong span.u-font-en {
    vertical-align: -3px;
    margin-right: 2px;
  }
}
/* works-business-tab
--------------------------- */
.works-business-tab {
  gap: 10px;
}
.works-business-tab__item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  gap: 0 5px;
  min-height: 62px;
  padding: 10px;
  font-weight: 700;
  font-size: var(--mh--font-size--x2s);
  background: var(--color1, var(--mh--color--primary-200)) !important;
  box-shadow: 5px 5px 0 0 var(--color2, var(--mh--color--primary-400)) !important;
  transition: all var(--mh--duration) var(--mh--easing);
}
.works-business-tab__item.is-active {
  transform: translate(5px, 5px);
  box-shadow: 0px 0px 0 0 var(--color2, var(--mh--color--primary-400)) !important;
}
.works-business-tab__item.is-blue {
  --color1: var(--mh--color--primary-200);
  --color2: var(--mh--color--primary-400);
}
.works-business-tab__item.is-purple {
  --color1: #e3e6f8;
  --color2: var(--mh--color--category02-500);
}
.works-business-tab__item.is-mint {
  --color1: #cdf8f6;
  --color2: var(--mh--color--category01-500);
}
.works-business-tab__item.is-yellow {
  --color1: #fceedb;
  --color2: var(--mh--color--secondary-500);
}
.works-business-tab__item.is-green {
  --color1: #ebf3cf;
  --color2: var(--mh--color--tertiary-500);
}
.works-business-tab__item.is-orange {
  --color1: #fbe4d8;
  --color2: var(--mh--color--category03-500);
}
.works-business-tab__item span {
  flex-shrink: 0;
  min-width: 30px;
  color: var(--color2, var(--mh--color--primary-400));
  font-size: var(--mh--font-size--x4l);
  opacity: 0.4;
}
@media (width >= 768px ) {
  .works-business-tab {
    gap: 20px;
  }
  .works-business-tab__item {
    gap: 0 10px;
    min-height: 59px;
    font-size: var(--mh--font-size--lg);
  }
  .works-business-tab__item span {
    font-size: var(--mh--font-size--x6l);
  }
}
@media (hover: hover) and (pointer: fine) {
  .works-business-tab__item:hover {
    transform: translate(5px, 5px);
    box-shadow: 0px 0px 0 0 var(--color2, var(--mh--color--primary-400)) !important;
  }
}
/* works-business-con
-------------------------------- */
.works-business-con.is-blue {
  --color1: var(--mh--color--primary-400);
  --color2: var(--mh--color--primary-400);
}
.works-business-con.is-purple {
  --color1: #7171FF;
  --color2: var(--mh--color--category02-500);
}
.works-business-con.is-mint {
  --color1: #00CFCF;
  --color2: var(--mh--color--category01-500);
}
.works-business-con.is-yellow {
  --color1: var(--mh--color--secondary-500);
  --color2: var(--mh--color--secondary-500);
}
.works-business-con.is-green {
  --color1: #A7CE0D;
  --color2: var(--mh--color--tertiary-500);
}
.works-business-con.is-orange {
  --color1: #FF6E3A;
  --color2: var(--mh--color--category03-500);
}
.works-business-con__head {
  display: flex;
  align-items: center;
  gap: 0 12px;
  padding: 10px 20px;
  color: #fff;
  font-size: var(--mh--font-size--x3l);
  border-radius: var(--mh--border-radius--md) var(--mh--border-radius--md) 0 0;
  background: var(--color1, var(--mh--color--primary-400));
}
.works-business-con__head span {
  min-width: 25px;
  flex-shrink: 0;
  opacity: 0.5;
  font-size: var(--mh--font-size--x5l);
}
.works-business-con__box {
  display: grid;
  gap: 20px 0;
  padding: 20px 20px 30px;
  background: #fff;
  border-radius: 0 0 var(--mh--border-radius--lg) var(--mh--border-radius--lg);
}
.works-business-con__img img {
  margin: 0 auto;
}
.works-business-con__copy {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: var(--mh--font-size--x3l);
  color: var(--color2, var(--mh--color--primary-500));
}
.works-business-con__cat {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 2px dashed var(--mh--color--grayscale-500);
}
.works-business-con__cat-item {
  position: relative;
  padding-left: 26px;
  font-weight: 700;
  font-size: var(--mh--font-size--sm);
}
.works-business-con__cat-item:before {
  display: inline-block;
  width: 18px;
  height: 18px;
  color: var(--color2, var(--mh--color--primary-500));
  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 18"><path d="M17.4906 0.509407C15.9962 0.170743 14.3396 0 12.5165 0C4.2206 0 0 4.22201 0 12.5165C0 14.3396 0.170741 15.9962 0.509405 17.4906C2.00376 17.8293 3.66039 18 5.48353 18C13.7794 18 18 13.778 18 5.48354C18 3.6604 17.8293 2.00376 17.4906 0.509407ZM12.2568 2.34666C13.3561 2.34666 14.3932 2.41016 15.3711 2.53434C14.9661 7.68627 6.97224 7.05409 2.39463 10.9643C2.81655 5.2507 6.13546 2.34666 12.2568 2.34666ZM5.74459 15.6533C4.64534 15.6533 3.60819 15.5898 2.63029 15.4657C3.03528 10.3137 11.0292 10.9459 15.6068 7.03575C15.1849 12.7493 11.8659 15.6533 5.74459 15.6533Z" fill="currentColor"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18"><path d="M17.4906 0.509407C15.9962 0.170743 14.3396 0 12.5165 0C4.2206 0 0 4.22201 0 12.5165C0 14.3396 0.170741 15.9962 0.509405 17.4906C2.00376 17.8293 3.66039 18 5.48353 18C13.7794 18 18 13.778 18 5.48354C18 3.6604 17.8293 2.00376 17.4906 0.509407ZM12.2568 2.34666C13.3561 2.34666 14.3932 2.41016 15.3711 2.53434C14.9661 7.68627 6.97224 7.05409 2.39463 10.9643C2.81655 5.2507 6.13546 2.34666 12.2568 2.34666ZM5.74459 15.6533C4.64534 15.6533 3.60819 15.5898 2.63029 15.4657C3.03528 10.3137 11.0292 10.9459 15.6068 7.03575C15.1849 12.7493 11.8659 15.6533 5.74459 15.6533Z" fill="currentColor"/></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);
  position: absolute;
  top: 3px;
  left: 0;
}
@media (width >= 768px ) {
  .works-business-con__head {
    padding: 20px 30px;
  }
  .works-business-con__head span {
    min-width: 33px;
  }
  .works-business-con__box {
    grid-template-columns: 40.3225806452% 54.8387096774%;
    gap: 0;
    justify-content: space-between;
    padding: 60px 80px;
  }
  .works-business-con__copy {
    margin-bottom: 15px;
  }
  .works-business-con__cat {
    flex-direction: row;
    gap: 20px;
    margin-top: 30px;
    padding-top: 30px;
  }
}
/* works-job
====================== */
.works-job {
  position: relative;
}
.works-job:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  background: var(--mh--color--primary-200);
}
.works-job__set01-leaf {
  position: absolute;
  top: -95px;
  right: -15px;
  width: 85px;
  aspect-ratio: 85/70;
}
.works-job__set01-leaf img {
  width: 100%;
  height: 100%;
}
@media (width >= 768px ) {
  .works-job:before {
    width: 1820px;
    max-width: calc(100% - 100px);
    border-radius: 50px;
  }
  .works-job__set01-leaf {
    top: -160px;
    right: -180px;
    width: 200px;
  }
}
@media (min-width: 768px) and (max-width: 1600px) {
  .works-job:before {
    max-width: calc(100% - 60px);
  }
}
/* works-job-list
------------------------ */
.works-job-list__wrap .splide__track {
  overflow: visible;
}
.works-job-list__wrap .c-slider-ui01 .splide__pagination {
  justify-content: center;
  max-width: 100%;
  margin: 26px auto 0;
}
.works-job-list__item {
  display: grid;
  grid-template-columns: 60px minmax(0, auto);
  gap: 0 10px;
  align-content: flex-start;
  padding: 30px 15px;
  border-radius: var(--mh--border-radius--lg);
  background: #fff;
  box-shadow: 8px 8px 0 0 var(--mh--color--primary-300);
}
.works-job-list__img img {
  border-radius: var(--mh--border-radius--md);
}
.works-job-list__sub {
  margin-bottom: 5px;
  font-weight: 700;
  font-size: var(--mh--font-size--x2s);
}
.works-job-list__head {
  display: flex;
  justify-content: space-between;
  color: var(--mh--color--primary-500);
  font-size: var(--mh--font-size--x5l);
}
.works-job-list__head span {
  display: block;
  min-width: 40px;
  flex-shrink: 0;
  color: var(--mh--color--primary-200);
  font-size: var(--mh--font-size--x12l);
}
.works-job-list__txt {
  grid-column: 1/3;
  margin-top: 20px;
  padding-top: 10px;
  font-size: var(--mh--font-size--xs);
  line-height: var(--mh--line-height--lg);
  border-top: 2px dashed var(--mh--color--grayscale-500);
}
@media (width < 768px) {
  .works-job-list__wrap {
    padding: 0 5px;
  }
}
@media (width >= 768px ) {
  .works-job-list__wrap {
    max-width: 1100px;
    margin-inline: auto;
  }
  .works-job-list__wrap .c-slider-ui01 {
    position: static;
    margin: 0;
  }
  .works-job-list__wrap .c-slider-ui01 .splide__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .works-job-list__wrap .c-slider-ui01 .splide__arrow--prev {
    left: -25px;
  }
  .works-job-list__wrap .c-slider-ui01 .splide__arrow--next {
    right: -25px;
  }
  .works-job-list__item {
    grid-template-columns: 220px minmax(0, auto);
    gap: 0 40px;
    padding: 60px;
  }
  .works-job-list__img {
    grid-column: 1/2;
    grid-row: 1/3;
  }
  .works-job-list__sub {
    padding-right: 50px;
    font-size: var(--mh--font-size--sm);
  }
  .works-job-list__head {
    align-items: flex-end;
  }
  .works-job-list__head span {
    min-width: 75px;
    margin-top: -30px;
  }
  .works-job-list__txt {
    grid-column: 2/3;
    grid-row: 2/3;
    padding-top: 20px;
    font-size: var(--mh--font-size--md);
  }
}
/* works-job-list-interview
------------------------------ */
.works-job-list-interview {
  grid-column: 1/3;
  margin-top: 20px;
  padding: 0 20px 20px;
  background: var(--mh--color--primary-100);
  border-radius: var(--mh--border-radius--md);
}
.works-job-list-interview__head {
  position: relative;
  width: fit-content;
  margin: -10px 0 7px -25px;
  padding: 4px 20px;
  color: #fff;
  font-weight: 700;
  font-size: var(--mh--font-size--sm);
  background: var(--mh--color--primary-400);
  border-radius: 18px 0 18px 0;
}
.works-job-list-interview__head:after {
  display: inline-block;
  width: 49px;
  height: 6px;
  color: var(--mh--color--primary-400);
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 49 6"><path fill="currentColor" d="M0 .5v5c14.711-3.328 31.048-5 49-5z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 49 6"><path fill="currentColor" d="M0 .5v5c14.711-3.328 31.048-5 49-5z"/></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);
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
}
.works-job-list-interview dl dt {
  color: var(--mh--color--primary-500);
  font-weight: 700;
  font-size: var(--mh--font-size--lg);
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 2px dashed var(--mh--color--grayscale-500);
}
.works-job-list-interview__sub {
  margin-bottom: 5px;
  font-weight: 700;
}
.works-job-list-interview__txt {
  font-size: var(--mh--font-size--xs);
}
@media (width >= 768px ) {
  .works-job-list-interview {
    margin-top: 40px;
    padding: 0 30px 30px;
  }
  .works-job-list-interview__head {
    margin: -20px 0 14px -40px;
    padding: 10px 20px;
    font-size: var(--mh--font-size--md);
  }
  .works-job-list-interview dl dt {
    margin-bottom: 20px;
  }
  .works-job-list-interview__sub {
    margin-bottom: 10px;
  }
}
/* works-info
=================== */
.works-info {
  position: relative;
  z-index: 1;
  margin-top: 20px;
  border-radius: 40px 0 0 0;
  background: var(--mh--color--primary-500);
}
.works-info:after {
  display: inline-block;
  width: 49px;
  height: 6px;
  color: var(--mh--color--primary-500);
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 49 6"><path fill="currentColor" d="M0 .5v5c14.711-3.328 31.048-5 49-5z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 49 6"><path fill="currentColor" d="M0 .5v5c14.711-3.328 31.048-5 49-5z"/></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);
  position: absolute;
  z-index: 1;
  top: calc(100% - 3px);
  left: 0;
  width: 165px;
  height: auto;
  aspect-ratio: 49/6;
}
.works-info__inner {
  padding-block: 50px 60px;
}
.works-info__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
}
.works-info__bg img {
  width: 100%;
  object-fit: cover;
  object-position: center top;
}
@media (width >= 768px ) {
  .works-info {
    margin-top: 50px;
    border-radius: 260px 0 0 0;
  }
  .works-info:after {
    top: calc(100% - 5px);
    width: 330px;
  }
  .works-info__inner {
    padding-block: 140px 120px;
  }
}
/* works-info-heading
--------------------------- */
.works-info-heading {
  display: grid;
  gap: 20px 0;
  margin-bottom: 50px;
}
.works-info-heading .c-head01 {
  margin-bottom: 10px;
}
@media (width >= 768px ) {
  .works-info-heading {
    align-items: center;
    grid-template-columns: 450px minmax(0, 840px);
    gap: 0 40px;
    justify-content: space-between;
    margin-bottom: 55px;
  }
  .works-info-heading .c-head01 {
    margin-bottom: 20px;
  }
  .works-info-heading__txt {
    padding-top: 50px;
  }
}
/* works-info-sec
---------------------- */
.works-info-sec {
  padding: 20px 20px 30px;
  background: var(--mh--color--primary-100);
  border-radius: var(--mh--border-radius--lg);
  box-shadow: 10px 10px 0 0 var(--mh--color--primary-300);
}
.works-info-sec + .works-info-sec {
  margin-top: 30px;
}
.works-info-sec__head {
  margin-bottom: 20px;
  padding: 10px;
  color: #fff;
  font-size: var(--mh--font-size--x5l);
  border-radius: var(--mh--border-radius--sm);
  background: var(--mh--color--primary-400);
}
.works-info-sec__intro {
  display: grid;
  gap: 20px 0;
}
.works-info-sec__intro-txt strong {
  font-weight: 500;
  color: var(--mh--color--primary-500);
}
.works-info-sec__intro-img img {
  width: 100%;
  border-radius: var(--mh--border-radius--sm);
}
.works-info-sec__detail {
  margin-top: 30px;
}
.works-info-sec__detail .c-head02 {
  margin-bottom: 20px;
}
.works-info-sec__detail .c-head02:before {
  background: var(--mh--color--primary-400);
}
.works-info-sec__lead strong {
  font-weight: 500;
  color: var(--mh--color--primary-500);
}
@media (width >= 768px ) {
  .works-info-sec {
    padding: 70px 150px;
  }
  .works-info-sec + .works-info-sec {
    margin-top: 50px;
  }
  .works-info-sec__head {
    margin-bottom: 30px;
    padding: 10px 20px;
  }
  .works-info-sec__intro {
    display: grid;
    grid-template-columns: 60% 36.3636363636%;
    justify-content: space-between;
    align-items: center;
    gap: 0;
  }
  .works-info-sec__detail {
    margin-top: 40px;
  }
}
/* works-info-flow
----------------------- */
.works-info-flow {
  padding: 20px 20px 20px 10px;
  background: #fff;
  border-radius: var(--mh--border-radius--md);
}
.works-info-flow:has(.works-info-flow__note) .works-info-flow__item:nth-last-child(2) .works-info-flow__img:after {
  content: none;
}
.works-info-flow__item {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 0 10px;
  align-content: flex-start;
}
.works-info-flow__item + .works-info-flow__item {
  margin-top: 10px;
}
.works-info-flow__item:last-child .works-info-flow__img:after {
  content: none;
}
.works-info-flow__img {
  position: relative;
  grid-column: 1/2;
  grid-row: 1/4;
  align-self: start;
  padding-bottom: 15px;
}
.works-info-flow__img:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 10px;
  background: var(--mh--color--grayscale-500);
}
.works-info-flow__time {
  grid-column: 2/3;
  margin-bottom: 5px;
  color: var(--mh--color--primary-500);
  font-size: var(--mh--font-size--sm);
}
.works-info-flow__txt {
  grid-column: 2/3;
  font-weight: 700;
  font-size: var(--mh--font-size--sm);
}
.works-info-flow__note {
  grid-column: 1/3;
  padding-left: 1em;
  text-indent: -1em;
  color: var(--mh--color--grayscale-700);
  font-size: var(--mh--font-size--xs);
}
@media (width < 768px) {
  .works-info-flow:has(.works-info-flow__note) .works-info-flow__item:nth-last-child(2) .works-info-flow__img {
    padding-bottom: 0;
  }
  .works-info-flow__item:last-child .works-info-flow__img {
    padding-bottom: 0;
  }
}
@media (width >= 768px ) {
  .works-info-flow {
    column-count: 3;
    column-gap: 20px;
    padding: 30px 30px 20px;
  }
  .works-info-flow__item {
    page-break-inside: avoid;
    break-inside: avoid;
    grid-template-columns: 60px 1fr;
  }
  .works-info-flow__img {
    padding-bottom: 25px;
  }
  .works-info-flow__img:after {
    height: 20px;
  }
  .works-info-flow__txt {
    font-size: var(--mh--font-size--md);
  }
}
/* works-info-shift
--------------------------- */
.works-info-shift {
  display: grid;
  gap: 20px 0;
  margin-top: 30px;
}
.works-info-shift__item {
  padding: 10px 10px 20px;
  background: #fff;
  border-radius: var(--mh--border-radius--md);
}
.works-info-shift__head {
  margin: 0 auto 15px;
  padding: 5px 10px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: var(--mh--font-size--xl);
  border-radius: 9999px;
  background: var(--mh--color--primary-400);
}
.works-info-shift__head.is-night {
  background: var(--mh--color--primary-600);
}
.works-info-shift .works-info-flow {
  padding: 0;
}
@media (width >= 768px ) {
  .works-info-shift {
    grid-template-columns: repeat(2, 1fr);
    gap: 0 30px;
    margin-top: 40px;
  }
  .works-info-shift__item {
    padding: 20px 30px;
  }
  .works-info-shift__head {
    margin: 0 0 30px;
  }
  .works-info-shift .works-info-flow {
    column-count: 2;
  }
  .works-info-shift .works-info-flow__item + .works-info-flow__item {
    margin-top: 5px;
  }
  .works-info-shift .works-info-flow__txt {
    font-size: var(--mh--font-size--sm);
  }
}
/* works-info-list
------------------------ */
.works-info-list {
  display: grid;
  gap: 10px 0;
  margin-top: 30px;
  padding: 20px 20px 20px 10px;
  border-radius: var(--mh--border-radius--md);
  background: var(--mh--color--primary-200);
}
.works-info-list__item {
  position: relative;
  padding-left: 23px;
  font-weight: 700;
  font-size: var(--mh--font-size--sm);
}
.works-info-list__item:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 15px;
  height: 15px;
  background: var(--mh--color--primary-500);
  border-radius: 50%;
}
@media (width >= 768px ) {
  .works-info-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px 20px;
    margin-top: 40px;
    padding: 30px;
  }
}
/* works-env
=================== */
.works-env {
  position: relative;
}
.works-env:before {
  content: "";
  position: absolute;
  top: 56px;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
  width: 900px;
  aspect-ratio: 1;
  border: 15px solid var(--mh--color--primary-200);
  border-radius: 50%;
  opacity: 0.36;
}
.works-env__inner {
  padding-block: 117px 50px;
}
.works-env__lead {
  margin: 20px 0 40px;
}
.works-env__bg {
  position: absolute;
  top: 42px;
  left: calc(50% - 180px);
  width: 90px;
  aspect-ratio: 1;
}
@media (width >= 768px ) {
  .works-env:before {
    top: 43px;
    width: 1580px;
    border: 31px solid var(--mh--color--primary-200);
  }
  .works-env__inner {
    padding-block: 234px 100px;
  }
  .works-env__lead {
    margin: 40px 0 50px;
  }
  .works-env__bg {
    top: 152px;
    left: 0;
    width: 340px;
  }
}
@media (width >= 1500px ) {
  .works-env__bg {
    left: calc(50% - 790px);
  }
}
/* works-loop
===================== */
.works-loop {
  position: relative;
}
.works-loop__bg {
  position: absolute;
  top: -40px;
  right: 14px;
  width: 80px;
  aspect-ratio: 1;
}
@media (width >= 768px ) {
  .works-loop__bg {
    right: 0;
    top: -42px;
    width: 200px;
  }
}
@media (width >= 1500px ) {
  .works-loop__bg {
    right: calc(50% - 730px);
  }
}
/* works-message
=========================== */
.works-message {
  position: relative;
  margin-block: 60px 50px;
}
.works-message:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
  width: calc(100% - 40px);
  height: 100%;
  background: #fff;
  border-radius: var(--mh--border-radius--lg);
}
.works-message .c-head01 {
  margin-bottom: 8px;
  font-size: var(--mh--font-size--x4l);
}
.works-message .c-head01:before {
  top: 1px;
  width: 20px;
  height: 20px;
}
.works-message__txt + .works-message__txt {
  margin-top: 20px;
}
.works-message__deco01, .works-message__deco02 {
  position: absolute;
  width: 85px;
  aspect-ratio: 85/70;
}
.works-message__deco01 {
  top: -40px;
  left: 5px;
}
.works-message__deco02 {
  bottom: -30px;
  right: 5px;
}
@media (width < 768px) {
  .works-message__inner.u-inner {
    padding-right: 39px;
    padding-left: 39px;
  }
}
@media (width >= 768px ) {
  .works-message {
    margin-block: 90px 60px;
  }
  .works-message:before {
    width: 1820px;
    max-width: calc(100% - 100px);
  }
  .works-message .c-head01 {
    font-size: var(--mh--font-size--x2l);
  }
  .works-message__deco01, .works-message__deco02 {
    width: 200px;
  }
  .works-message__deco01 {
    top: 30px;
    left: 80px;
  }
  .works-message__deco02 {
    bottom: 30px;
    right: 80px;
  }
}
@media (min-width: 1921px) {
  .works-message__deco01 {
    left: calc(50% - 880px);
  }
  .works-message__deco02 {
    right: calc(50% - 880px);
  }
}
@media (min-width: 768px) and (max-width: 1600px) {
  .works-message:before {
    max-width: calc(100% - 60px);
  }
}
.u-hidden {
  display: none;
}
.u-inline {
  display: inline;
}
.u-inline-block {
  display: inline-block;
}
.u-block {
  display: block;
}
.u-flex {
  display: flex;
}
.u-grid {
  display: grid;
}
@media (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 < 1500px) {
  .u-hidden-x2l-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;
  }
}
@media (width >= 1500px ) {
  .u-hidden-x2l-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 < 1500px) {
  .u-text-left-x2l-down {
    text-align: left;
  }
}
@media (width < 1500px) {
  .u-text-right-x2l-down {
    text-align: right;
  }
}
@media (width < 1500px) {
  .u-text-center-x2l-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;
  }
}
@media (width >= 1500px ) {
  .u-text-left-x2l-up {
    text-align: left;
  }
}
@media (width >= 1500px ) {
  .u-text-right-x2l-up {
    text-align: right;
  }
}
@media (width >= 1500px ) {
  .u-text-center-x2l-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-md {
  letter-spacing: var(--mh--letter-spacing--md);
}
.u-tracking-lg {
  letter-spacing: var(--mh--letter-spacing--lg);
}
/* font-weight
-------------------------------------- */
.u-font-bold {
  font-weight: 700;
}
.u-font-medium {
  font-weight: 500;
}
/* font-family
-------------------------------------- */
.u-font-en {
  font-family: var(--mh--font-family--en);
  font-weight: 500;
  line-height: var(--mh--line-height--sm);
  letter-spacing: var(--mh--letter-spacing--lg);
}
/* position
-------------------------------------- */
.u-relative {
  position: relative;
}
.u-absolute {
  position: absolute !important;
}
/* layout
-------------------------------------- */
.u-inner {
  padding-right: var(--mh--contents--padding--side);
  padding-left: var(--mh--contents--padding--side);
}
@media (width >= 768px ) {
  .u-inner {
    width: 100%;
    max-width: var(--mh--contents--width-with-padding);
    margin-right: auto;
    margin-left: auto;
  }
}
.u-wide-inner {
  padding-right: var(--mh--contents--padding--side);
  padding-left: var(--mh--contents--padding--side);
}
@media (width >= 768px ) {
  .u-wide-inner {
    width: 100%;
    max-width: var(--mh--contents--wide-width-with-padding);
    margin-right: auto;
    margin-left: auto;
  }
}
.u-maximum-inner {
  padding-right: var(--mh--contents--padding--side);
  padding-left: var(--mh--contents--padding--side);
}
@media (width >= 768px ) {
  .u-maximum-inner {
    width: 100%;
    max-width: var(--mh--contents--maximum-width-with-padding);
    margin-right: auto;
    margin-left: auto;
  }
}
.u-item-center {
  display: grid;
  place-items: center;
}
.u-clearfix {
  clear: both;
  display: block;
  height: 0;
  border: none;
}
.u-radius-sm {
  border-radius: var(--mh--border-radius--sm);
}
.u-radius-md {
  border-radius: var(--mh--border-radius--md);
}
.u-radius-lg {
  border-radius: var(--mh--border-radius--lg);
}
/* 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-600 {
  color: var(--mh--color--primary-600);
}
.u-text-primary-500 {
  color: var(--mh--color--primary-500);
}
.u-text-primary-400 {
  color: var(--mh--color--primary-400);
}
.u-text-primary-300 {
  color: var(--mh--color--primary-300);
}
.u-text-primary-200 {
  color: var(--mh--color--primary-200);
}
.u-text-primary-100 {
  color: var(--mh--color--primary-100);
}
.u-text-secondary-500 {
  color: var(--mh--color--secondary-500);
}
.u-text-secondary-100 {
  color: var(--mh--color--secondary-100);
}
.u-text-tertiary-500 {
  color: var(--mh--color--tertiary-500);
}
.u-text-tertiary-100 {
  color: var(--mh--color--tertiary-100);
}
.u-text-grayscale-900 {
  color: var(--mh--color--grayscale-900);
}
.u-text-grayscale-700 {
  color: var(--mh--color--grayscale-700);
}
.u-text-grayscale-500 {
  color: var(--mh--color--grayscale-500);
}
.u-text-grayscale-300 {
  color: var(--mh--color--grayscale-300);
}
.u-text-grayscale-100 {
  color: var(--mh--color--grayscale-100);
}
.u-text-category01-500 {
  color: var(--mh--color--category01-500);
}
.u-text-category01-100 {
  color: var(--mh--color--category01-100);
}
.u-text-category02-500 {
  color: var(--mh--color--category02-500);
}
.u-text-category03-500 {
  color: var(--mh--color--category03-500);
}
.u-text-error-500 {
  color: var(--mh--color--error-500);
}
.u-bg-primary-600 {
  background-color: var(--mh--color--primary-600);
}
.u-bg-primary-500 {
  background-color: var(--mh--color--primary-500);
}
.u-bg-primary-400 {
  background-color: var(--mh--color--primary-400);
}
.u-bg-primary-300 {
  background-color: var(--mh--color--primary-300);
}
.u-bg-primary-200 {
  background-color: var(--mh--color--primary-200);
}
.u-bg-primary-100 {
  background-color: var(--mh--color--primary-100);
}
.u-bg-secondary-500 {
  background-color: var(--mh--color--secondary-500);
}
.u-bg-secondary-100 {
  background-color: var(--mh--color--secondary-100);
}
.u-bg-tertiary-500 {
  background-color: var(--mh--color--tertiary-500);
}
.u-bg-tertiary-100 {
  background-color: var(--mh--color--tertiary-100);
}
.u-bg-grayscale-900 {
  background-color: var(--mh--color--grayscale-900);
}
.u-bg-grayscale-700 {
  background-color: var(--mh--color--grayscale-700);
}
.u-bg-grayscale-500 {
  background-color: var(--mh--color--grayscale-500);
}
.u-bg-grayscale-300 {
  background-color: var(--mh--color--grayscale-300);
}
.u-bg-grayscale-100 {
  background-color: var(--mh--color--grayscale-100);
}
.u-bg-category01-500 {
  background-color: var(--mh--color--category01-500);
}
.u-bg-category01-100 {
  background-color: var(--mh--color--category01-100);
}
.u-bg-category02-500 {
  background-color: var(--mh--color--category02-500);
}
.u-bg-category03-500 {
  background-color: var(--mh--color--category03-500);
}
.u-bg-error-500 {
  background-color: var(--mh--color--error-500);
}
.u-p-xs {
  padding: var(--mh--padding--xs);
}
.u-py-xs {
  padding-block: var(--mh--padding--xs);
}
.u-px-xs {
  padding-inline: var(--mh--padding--xs);
}
.u-pt-xs {
  padding-top: var(--mh--padding--xs);
}
.u-pb-xs {
  padding-bottom: var(--mh--padding--xs);
}
.u-pl-xs {
  padding-left: var(--mh--padding--xs);
}
.u-pr-xs {
  padding-right: var(--mh--padding--xs);
}
.u-p-sm {
  padding: var(--mh--padding--sm);
}
.u-py-sm {
  padding-block: var(--mh--padding--sm);
}
.u-px-sm {
  padding-inline: var(--mh--padding--sm);
}
.u-pt-sm {
  padding-top: var(--mh--padding--sm);
}
.u-pb-sm {
  padding-bottom: var(--mh--padding--sm);
}
.u-pl-sm {
  padding-left: var(--mh--padding--sm);
}
.u-pr-sm {
  padding-right: var(--mh--padding--sm);
}
.u-p-md {
  padding: var(--mh--padding--md);
}
.u-py-md {
  padding-block: var(--mh--padding--md);
}
.u-px-md {
  padding-inline: var(--mh--padding--md);
}
.u-pt-md {
  padding-top: var(--mh--padding--md);
}
.u-pb-md {
  padding-bottom: var(--mh--padding--md);
}
.u-pl-md {
  padding-left: var(--mh--padding--md);
}
.u-pr-md {
  padding-right: var(--mh--padding--md);
}
.u-p-lg {
  padding: var(--mh--padding--lg);
}
.u-py-lg {
  padding-block: var(--mh--padding--lg);
}
.u-px-lg {
  padding-inline: var(--mh--padding--lg);
}
.u-pt-lg {
  padding-top: var(--mh--padding--lg);
}
.u-pb-lg {
  padding-bottom: var(--mh--padding--lg);
}
.u-pl-lg {
  padding-left: var(--mh--padding--lg);
}
.u-pr-lg {
  padding-right: var(--mh--padding--lg);
}
.u-p-xl {
  padding: var(--mh--padding--xl);
}
.u-py-xl {
  padding-block: var(--mh--padding--xl);
}
.u-px-xl {
  padding-inline: var(--mh--padding--xl);
}
.u-pt-xl {
  padding-top: var(--mh--padding--xl);
}
.u-pb-xl {
  padding-bottom: var(--mh--padding--xl);
}
.u-pl-xl {
  padding-left: var(--mh--padding--xl);
}
.u-pr-xl {
  padding-right: var(--mh--padding--xl);
}
.u-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-x3l {
  padding: var(--mh--padding--x3l);
}
.u-py-x3l {
  padding-block: var(--mh--padding--x3l);
}
.u-px-x3l {
  padding-inline: var(--mh--padding--x3l);
}
.u-pt-x3l {
  padding-top: var(--mh--padding--x3l);
}
.u-pb-x3l {
  padding-bottom: var(--mh--padding--x3l);
}
.u-pl-x3l {
  padding-left: var(--mh--padding--x3l);
}
.u-pr-x3l {
  padding-right: var(--mh--padding--x3l);
}
.u-p-x4l {
  padding: var(--mh--padding--x4l);
}
.u-py-x4l {
  padding-block: var(--mh--padding--x4l);
}
.u-px-x4l {
  padding-inline: var(--mh--padding--x4l);
}
.u-pt-x4l {
  padding-top: var(--mh--padding--x4l);
}
.u-pb-x4l {
  padding-bottom: var(--mh--padding--x4l);
}
.u-pl-x4l {
  padding-left: var(--mh--padding--x4l);
}
.u-pr-x4l {
  padding-right: var(--mh--padding--x4l);
}
.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-60_160 {
  padding: var(--mh--padding--60_160);
}
.u-py-60_160 {
  padding-block: var(--mh--padding--60_160);
}
.u-px-60_160 {
  padding-inline: var(--mh--padding--60_160);
}
.u-pt-60_160 {
  padding-top: var(--mh--padding--60_160);
}
.u-pb-60_160 {
  padding-bottom: var(--mh--padding--60_160);
}
.u-pl-60_160 {
  padding-left: var(--mh--padding--60_160);
}
.u-pr-60_160 {
  padding-right: var(--mh--padding--60_160);
}
.u-m-x3s {
  margin: var(--mh--space--x3s);
}
.u-my-x3s {
  margin-block: var(--mh--space--x3s);
}
.u-mx-x3s {
  margin-inline: var(--mh--space--x3s);
}
.u-mt-x3s {
  margin-top: var(--mh--space--x3s);
}
.u-mb-x3s {
  margin-bottom: var(--mh--space--x3s);
}
.u-ml-x3s {
  margin-left: var(--mh--space--x3s);
}
.u-mr-x3s {
  margin-right: var(--mh--space--x3s);
}
.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-x5l {
  margin: var(--mh--space--x5l);
}
.u-my-x5l {
  margin-block: var(--mh--space--x5l);
}
.u-mx-x5l {
  margin-inline: var(--mh--space--x5l);
}
.u-mt-x5l {
  margin-top: var(--mh--space--x5l);
}
.u-mb-x5l {
  margin-bottom: var(--mh--space--x5l);
}
.u-ml-x5l {
  margin-left: var(--mh--space--x5l);
}
.u-mr-x5l {
  margin-right: var(--mh--space--x5l);
}
.u-m-x6l {
  margin: var(--mh--space--x6l);
}
.u-my-x6l {
  margin-block: var(--mh--space--x6l);
}
.u-mx-x6l {
  margin-inline: var(--mh--space--x6l);
}
.u-mt-x6l {
  margin-top: var(--mh--space--x6l);
}
.u-mb-x6l {
  margin-bottom: var(--mh--space--x6l);
}
.u-ml-x6l {
  margin-left: var(--mh--space--x6l);
}
.u-mr-x6l {
  margin-right: var(--mh--space--x6l);
}
.u-m-x7l {
  margin: var(--mh--space--x7l);
}
.u-my-x7l {
  margin-block: var(--mh--space--x7l);
}
.u-mx-x7l {
  margin-inline: var(--mh--space--x7l);
}
.u-mt-x7l {
  margin-top: var(--mh--space--x7l);
}
.u-mb-x7l {
  margin-bottom: var(--mh--space--x7l);
}
.u-ml-x7l {
  margin-left: var(--mh--space--x7l);
}
.u-mr-x7l {
  margin-right: var(--mh--space--x7l);
}
.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);
}
.wp-block-m-hand-custom-block-custom-group[class*=" u-grid-cols"],
.wp-block-m-hand-custom-block-custom-group[class*=" sm:u-grid-cols"],
.wp-block-m-hand-custom-block-custom-group[class*=" md:u-grid-cols"],
.wp-block-m-hand-custom-block-custom-group[class*=" lg:u-grid-cols"],
.wp-block-m-hand-custom-block-custom-group[class*=" xl:u-grid-cols"],
.wp-block-m-hand-custom-block-custom-group[class*=" u-gap"],
.wp-block-m-hand-custom-block-custom-group[class*=" sm:u-gap"],
.wp-block-m-hand-custom-block-custom-group[class*=" md:u-gap"],
.wp-block-m-hand-custom-block-custom-group[class*=" lg:u-gap"],
.wp-block-m-hand-custom-block-custom-group[class*=" xl:u-gap"],
.wp-block-group[class*=" u-gap"],
.wp-block-group[class*=" sm:u-gap"],
.wp-block-group[class*=" md:u-gap"],
.wp-block-group[class*=" lg:u-gap"],
.wp-block-group[class*=" xl:u-gap"],
.wp-block-group[class*=" u-grid-cols"],
.wp-block-group[class*=" sm:u-grid-cols"],
.wp-block-group[class*=" md:u-grid-cols"],
.wp-block-group[class*=" lg:u-grid-cols"],
.wp-block-group[class*=" xl:u-grid-cols"],
.wp-block-columns[class*=" u-grid-cols"],
.wp-block-columns[class*=" sm:u-grid-cols"],
.wp-block-columns[class*=" md:u-grid-cols"],
.wp-block-columns[class*=" lg:u-grid-cols"],
.wp-block-columns[class*=" xl:u-grid-cols"],
.wp-block-columns[class*=" u-gap"],
.wp-block-columns[class*=" sm:u-gap"],
.wp-block-columns[class*=" md:u-gap"],
.wp-block-columns[class*=" lg:u-gap"],
.wp-block-columns[class*=" xl:u-gap"] {
  display: grid;
}
html body a:not(.wp-element-button) {
  text-decoration: inherit;
}
@media (width >= 768px ) {
  .wp-block-image.alignleft {
    float: left;
    margin-right: 2em;
  }
  .wp-block-image.alignright {
    float: right;
    margin-left: 2em;
  }
  .wp-block-image.aligncenter {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
}
.wp-block-image.aligncenter {
  display: block;
}