@charset "UTF-8";
:root {
  --mh--breakpoint--min: 375px;
  --mh--breakpoint--sm: 640px;
  --mh--breakpoint--md: 768px;
  --mh--breakpoint--lg: 1100px;
  --mh--breakpoint--xl: 1280px;
  --mh--breakpoint--x2l: 1500px;
  --mh--breakpoint--x3l: 1600px;
}
:root {
  --mh--font-family--base: "Noto Sans JP", meiryo, sans-serif;
  --mh--font-family--en: "Manrope", sans-serif;
}
html body {
  --mh--font-size--x2s: 1.1rem;
  --mh--font-size--xs: 1.2rem;
  --mh--font-size--sm: 1.3rem;
  --mh--font-size--md: 1.4rem;
  --mh--font-size--lg: 1.5rem;
  --mh--font-size--xl: 1.6rem;
  --mh--font-size--x2l: 1.8rem;
  --mh--font-size--x3l: 1.9rem;
  --mh--font-size--x4l: 2.1rem;
  --mh--font-size--x5l: 2.2rem;
  --mh--font-size--x6l: 2.4rem;
  --mh--font-size--x7l: 2.6rem;
  --mh--font-size--x8l: 2.8rem;
  --mh--font-size--x9l: 3rem;
  --mh--font-size--x10l: 3.3rem;
  --mh--font-size--x11l: 3.5rem;
  --mh--font-size--x12l: 3.8rem;
}
@media (min-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--sm: 0em;
  --mh--letter-spacing--md: 0em;
}
:root {
  --mh--line-height--none: 1;
  --mh--line-height--xs: 1.1;
  --mh--line-height--sm: 1.6;
  --mh--line-height--md: 2;
  --mh--line-height--lg: 2.5;
}
:root {
  --mh--font-weight--normal: 500;
  --mh--font-weight--bold: 700;
  --mh--font-weight--black: 900;
  --mh--font-weight--en: 800;
}
:root {
  --mh--header--height: 50px;
}
@media (min-width: 768px) {
  :root {
    --mh--header--height: 90px;
  }
}
:root {
  --mh--sidebar--width: 240px;
}
:root {
  --mh--contents--width: 1100px;
  --mh--contents--std-width: 1280px;
  --mh--contents--wide-width: 1520px;
  --mh--contents--extra-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--std-width-with-padding: calc(
  	var(--mh--contents--std-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--extra-width-with-padding: calc(
  	var(--mh--contents--extra-width) + var(--mh--contents--padding--side) * 2
  );
}
@media (min-width: 768px) {
  :root {
    --mh--contents--padding--side: 50px;
  }
}
:root {
  --border-radius--sm: 3px;
  --border-radius--md: 5px;
}
@media (min-width: 768px) {
  :root {
    --border-radius--sm: 5px;
    --border-radius--md: 10px;
  }
}
:root {
  --backdrop-filter--blur: blur(5px);
}
html body {
  --mh--color--primary-500: rgb(0, 56, 148);
  --mh--color--primary-500_op10: rgba(0, 56, 148, 0.1);
  --mh--color--primary-400: rgb(0, 78, 206);
  --mh--color--primary-300: rgb(64, 146, 255);
  --mh--color--primary-200: rgb(218, 232, 243);
  --mh--color--secondary-500: rgb(69, 176, 53);
  --mh--color--tertiary-700: rgb(195, 129, 0);
  --mh--color--tertiary-500: rgb(234, 179, 0);
  --mh--color--grayscale-900: rgb(21, 30, 47);
  --mh--color--grayscale-900_op10: rgba(21, 30, 47, 0.1);
  --mh--color--grayscale-900_op20: rgba(21, 30, 47, 0.2);
  --mh--color--grayscale-800: rgb(107, 127, 146);
  --mh--color--grayscale-600: rgb(160, 160, 160);
  --mh--color--grayscale-500: rgb(177, 188, 202);
  --mh--color--grayscale-450: rgb(232, 238, 243);
  --mh--color--grayscale-400: rgb(239, 244, 248);
  --mh--color--grayscale-100: rgb(255, 255, 255);
  --mh--color--grayscale-100_op80: rgba(255, 255, 255, 0.8);
  --mh--color--grayscale-100_op30: rgba(255, 255, 255, 0.3);
  --mh--color--grayscale-100_op10: rgba(255, 255, 255, 0.1);
  --mh--color--error-500: rgb(255, 0, 0);
  --mh--gradient01: linear-gradient(90deg, rgb(81, 142, 255) 0%, rgb(32, 116, 255) 100%);
  --mh--gradient02: linear-gradient(90deg, rgb(60, 210, 128) 0%, rgb(18, 180, 58) 100%);
  --mh--gradient03: linear-gradient(120deg, rgb(42, 122, 253) 0%, rgb(0, 78, 206) 100%);
  --mh--box-shadow--sm: inset 5px 5px 8px rgba(255, 255, 255, 0.3), inset -5px -5px 8px rgba(0, 0, 0, 0.3);
  --mh--box-shadow--md: inset 2px 2px 10px rgba(255, 255, 255, 0.3), inset -5px -5px 20px rgba(0, 0, 0, 0.3);
  --mh--shadow: 0px 0px 20px rgba(107, 127, 146, 0.25);
}
@media (min-width: 768px) {
  html body {
    --mh--shadow: 0px 0px 100px rgba(107, 127, 146, 0.25);
  }
}
:root {
  --mh--easing: ease;
  --mh--easing--cubic01: cubic-bezier(0.7, 0.16, 0.27, 0.85);
  --mh--easing--cubic02: cubic-bezier(0.25, 1, 0.3, 1);
  --mh--duration: 0.3s;
  --mh--duration--lg: 0.6s;
}
:root {
  --mh--space--x2s: 5px;
  --mh--space--xs: 10px;
  --mh--space--sm: 15px;
  --mh--space--md: 20px;
  --mh--space--lg: 25px;
  --mh--space--xl: 30px;
  --mh--space--x2l: 35px;
  --mh--space--x3l: 40px;
}
@media (min-width: 768px) {
  :root {
    --mh--space--x2s: 10px;
    --mh--space--xs: 20px;
    --mh--space--sm: 30px;
    --mh--space--md: 40px;
    --mh--space--lg: 50px;
    --mh--space--xl: 60px;
    --mh--space--x2l: 70px;
    --mh--space--x3l: 80px;
  }
}
:root {
  --mh--padding--x2s: 20px;
  --mh--padding--xs: 20px;
  --mh--padding--sm: 20px;
  --mh--padding--md: 30px;
  --mh--padding--lg: 30px;
  --mh--padding--xl: 30px;
  --mh--padding--x2l: 30px;
  --mh--padding--x3l: 30px;
  --mh--padding--x4l: 30px;
  --mh--padding--x5l: 50px;
  --mh--padding--x6l: 50px;
  --mh--padding--x7l: 60px;
  --mh--padding--x8l: 60px;
  --mh--padding--x9l: 60px;
  --mh--padding--x10l: 60px;
}
@media (min-width: 768px) {
  :root {
    --mh--padding--xs: 20px;
    --mh--padding--sm: 30px;
    --mh--padding--md: 40px;
    --mh--padding--lg: 50px;
    --mh--padding--xl: 60px;
    --mh--padding--x2l: 70px;
    --mh--padding--x3l: 120px;
    --mh--padding--x4l: 180px;
    --mh--padding--x5l: 100px;
    --mh--padding--x6l: 180px;
    --mh--padding--x7l: 80px;
    --mh--padding--x8l: 110px;
    --mh--padding--x9l: 140px;
    --mh--padding--x10l: 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,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
}
img,
svg,
video {
  width: 100%;
  max-inline-size: 100%;
  block-size: auto;
}
svg {
  fill: currentcolor;
  stroke: none;
}
svg[display=none] {
  display: none !important;
}
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 {
  overflow: auto;
}
html:not([class=is-no-smoothscroll]) {
  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: var(--mh--font-weight--normal);
  line-height: var(--mh--line-height--md);
  color: var(--mh--color--grayscale-900);
  background-color: var(--mh--color--grayscale-400);
  -webkit-text-size-adjust: 100%;
}
body:not(#home) {
  position: relative;
}
body:not(#home):before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  aspect-ratio: 375/1000;
  background: var(--mh--color--grayscale-400) url(../img/common/bg_content01_sp.png) no-repeat 0 0/cover;
}
@media (min-width: 768px) {
  body {
    min-width: var(--mh--contents--width-with-padding);
  }
  body:not(#home):before {
    aspect-ratio: 1920/1832;
    background: var(--mh--color--grayscale-400) url(../img/common/bg_content01_pc.png) no-repeat 0 0/cover;
  }
}
@media (min-width: 768px) and (hover: none) {
  body {
    -webkit-text-size-adjust: none;
  }
}
* {
  letter-spacing: var(--mh--letter-spacing--sm);
}
ins {
  text-decoration: none;
  background-color: #ff9;
}
mark {
  background-color: var(--mh--color--primary-300);
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  cursor: help;
  border-bottom: 1px dotted;
}
sup {
  font-size: 0.75em;
  vertical-align: text-top;
}
sub {
  font-size: 0.75em;
  vertical-align: text-bottom;
}
hr {
  display: block;
  height: 1px;
  padding: 0;
  margin: 1em 0;
  border: 0;
  border-top: 1px solid;
}
table {
  width: 100%;
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse;
}
a {
  color: inherit;
}
@media (max-width: 767px) {
  a:hover {
    text-decoration: none;
  }
}
input[type=text],
input[type=email],
input[type=tel],
textarea,
button,
select,
option {
  display: block;
  width: 100%;
  max-width: 100%;
  font-family: inherit;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
}
@media (max-width: 767px) {
  input[type=text],
  input[type=email],
  input[type=tel],
  textarea,
  button,
  select,
  option {
    font-size: 1.6rem;
  }
}
summary {
  display: block;
  cursor: pointer;
  list-style: none;
}
summary::-webkit-details-marker {
  display: none;
}
.l-wrapper {
  position: relative;
  padding-bottom: env(safe-area-inset-bottom);
}
@media (min-width: 1100px) {
  .l-container.is-col2 {
    display: grid;
    grid-template-columns: var(--mh--sidebar--width) 1fr;
    gap: 20px;
    width: var(--mh--contents--width);
    margin: 0 auto;
  }
  .l-container.is-col2 .l-sidebar {
    order: -1;
  }
}
/* c-box01
================================ */
/* c-archive-interview01
============================== */
.c-archive-interview01__in {
  display: grid;
  grid-template-columns: 1fr 18px;
  grid-template-areas: "img tag" "txt tag";
  align-content: start;
  align-items: start;
  gap: 10px 5px;
}
.c-archive-interview01__img {
  position: relative;
  grid-area: img;
  overflow: hidden;
  border-radius: var(--border-radius--md);
}
.c-archive-interview01__img img {
  transition: transform var(--mh--duration) var(--mh--easing);
}
.c-archive-interview01__num {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: #fff;
  font-size: var(--mh--font-size--x4l);
}
.c-archive-interview01__arw {
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  color: var(--mh--color--primary-500);
  background: var(--mh--color--grayscale-100_op80);
  border-radius: var(--border-radius--sm);
  transition: background-color var(--mh--duration) var(--mh--easing);
}
.c-archive-interview01__tag {
  grid-area: tag;
  line-height: var(--mh--line-height--sm);
  color: var(--mh--color--primary-400);
  font-weight: 700;
  font-size: var(--mh--font-size--x2s);
}
.c-archive-interview01__tag span {
  display: block;
  white-space: nowrap;
  transform: rotate(90deg);
}
.c-archive-interview01__area-txt {
  grid-area: txt;
}
.c-archive-interview01__head {
  line-height: var(--mh--line-height--sm);
  font-weight: 700;
  font-size: var(--mh--font-size--x3l);
}
.c-archive-interview01__meta {
  margin: 4px 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 15px;
}
.c-archive-interview01__cat {
  padding: 0 6px;
  line-height: var(--mh--line-height--sm);
  color: var(--mh--color--primary-500);
  font-size: var(--mh--font-size--sm);
  border: 1px solid;
  border-radius: var(--border-radius--sm);
}
.c-archive-interview01__name {
  line-height: var(--mh--line-height--sm);
  font-weight: 500;
  font-size: var(--mh--font-size--xl);
}
@media (max-width: 767px) {
  .c-archive-interview01__arw .c-ico.is-arw01:before, .c-archive-interview01__arw .c-ico.is-arw01:after {
    width: 10px;
    height: 10px;
  }
}
@media (min-width: 768px) {
  .c-archive-interview01__in {
    grid-template-columns: 1fr 21px;
    gap: 20px 15px;
  }
  .c-archive-interview01__num {
    bottom: 20px;
    left: 15px;
    font-size: var(--mh--font-size--x4l);
  }
  .c-archive-interview01__arw {
    right: 20px;
    bottom: 20px;
    width: 35px;
    height: 35px;
  }
  .c-archive-interview01__head {
    font-size: clamp(2rem, 0.3472222222vw + 1.7333333333rem, 2.4rem);
  }
  .c-archive-interview01__tag {
    font-size: var(--mh--font-size--xs);
  }
  .c-archive-interview01__meta {
    margin-top: 15px;
  }
  .c-archive-interview01__cat {
    padding: 1px 10px;
    font-size: var(--mh--font-size--sm);
  }
}
@media (min-width: 1600px) {
  .c-archive-interview01__head {
    font-size: var(--mh--font-size--x3l);
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-archive-interview01__in:hover .c-archive-interview01__img img {
    transform: scale(1.1);
  }
  .c-archive-interview01__in:hover .c-archive-interview01__arw {
    color: #fff;
    background: var(--mh--color--primary-300);
  }
}
/* .c-bnr01
================================================ */
.c-bnr01 {
  display: flex;
  min-height: 167px;
}
.c-bnr01:has(.c-bnr01__bg) {
  color: var(--mh--color--grayscale-100);
}
.c-bnr01:has(.c-bnr01__bg) .c-bnr01__head-en {
  color: inherit;
}
.c-bnr01__wrap {
  margin-top: 25px;
  display: grid;
  gap: 10px;
}
.c-bnr01__in {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: space-between;
  width: 100%;
  padding: 20px;
  border-radius: var(--border-radius--md);
}
.c-bnr01__in::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  border-radius: inherit;
  content: "";
  border: 1px solid var(--mh--color--grayscale-800);
  background-color: var(--mh--color--grayscale-100_op30);
  backdrop-filter: var(--backdrop-filter--blur);
}
.c-bnr01__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  border-radius: inherit;
  overflow: hidden;
}
.c-bnr01__bg img {
  height: 100%;
  object-fit: cover;
}
.c-bnr01__bg::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--mh--color--grayscale-900);
  opacity: 0.5;
}
.c-bnr01__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-bnr01__head-txt {
  font-size: var(--mh--font-size--x4l);
  font-weight: var(--mh--font-weight--bold);
  line-height: var(--mh--line-height--sm);
}
.c-bnr01__head-en {
  margin-bottom: -0.5em;
  font-size: var(--mh--font-size--lg);
  color: var(--mh--color--primary-500);
}
.c-bnr01__btn {
  margin-left: auto;
}
@media (min-width: 768px) {
  .c-bnr01 {
    min-height: 270px;
  }
  .c-bnr01:has(.c-bnr01__bg) {
    aspect-ratio: 750/562;
  }
  .c-bnr01__wrap {
    margin-top: 60px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .c-bnr01__in {
    padding: 55px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-bnr01__in .c-bnr01__bg, .c-bnr01__in::before {
    transition: transform var(--mh--duration) var(--mh--easing);
  }
  .c-bnr01__in .c-bnr01__bg::after {
    transition: opacity var(--mh--duration) var(--mh--easing);
  }
  .c-bnr01__in:hover .c-bnr01__bg, .c-bnr01__in:hover::before {
    transform: scale(0.973);
  }
  .c-bnr01__in:hover .c-bnr01__bg::after {
    opacity: 0.2;
  }
}
/* .c-bnr02
================================================ */
.c-bnr02 {
  position: relative;
  width: calc(100% - var(--mh--contents--padding--side) * 2);
  max-width: var(--mh--contents--std-width);
  margin: 20px auto 0;
  filter: drop-shadow(var(--mh--shadow));
}
.c-bnr02__pop {
  position: absolute;
  top: -20px;
  left: 20px;
  z-index: 3;
  padding: 10px 15px;
  border-radius: var(--border-radius--sm);
  background-color: var(--mh--color--primary-400);
  color: var(--mh--color--grayscale-100);
  font-size: var(--mh--font-size--xl);
}
.c-bnr02__pop::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: calc(100% - 8px);
  right: 12px;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18"><path d="M18 2a2 2 0 0 0-2-2H2.83A2 2 0 0 0 1.4 3.41L14.6 16.6a2 2 0 0 0 3.4-1.43V2Z"/></svg>') no-repeat left top/contain;
  mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18"><path d="M18 2a2 2 0 0 0-2-2H2.83A2 2 0 0 0 1.4 3.41L14.6 16.6a2 2 0 0 0 3.4-1.43V2Z"/></svg>') no-repeat left top/contain;
  background-color: inherit;
}
.c-bnr02__in {
  position: relative;
  border-radius: var(--border-radius--md);
  overflow: hidden;
  padding: 56.2666666667% 20px 20px;
}
.c-bnr02__img {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-bnr02__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-bnr02__content {
  padding: 20px;
  z-index: 3;
  border-radius: var(--border-radius--md);
  overflow: hidden;
  background-color: var(--mh--color--grayscale-100_op80);
  backdrop-filter: var(--backdrop-filter--blur);
}
.c-bnr02__head {
  font-size: var(--mh--font-size--x3l);
  font-weight: var(--mh--font-weight--bold);
  line-height: var(--mh--line-height--sm);
  margin-bottom: 10px;
  color: var(--mh--color--primary-500);
}
.c-bnr02__txt {
  line-height: var(--mh--line-height--sm);
}
.c-bnr02__btn {
  margin-top: 15px;
  margin-left: auto;
}
@media (min-width: 768px) {
  .c-bnr02 {
    margin: 30px auto 0;
  }
  .c-bnr02__pop {
    top: -30px;
    left: 40px;
    padding: 15px 24px;
  }
  .c-bnr02__pop::before {
    top: calc(100% - 5px);
    right: 20px;
  }
  .c-bnr02__in {
    display: grid !important;
    min-height: 480px;
    padding: 40px;
  }
  .c-bnr02__content {
    align-self: end;
    max-width: 500px;
    padding: 40px;
  }
  .c-bnr02__head {
    margin-bottom: 15px;
  }
  .c-bnr02__btn {
    margin-top: 20px;
  }
}
/* c-box-anchor01
============================ */
.c-box-anchor01 {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 20px;
  background: #fff;
  border-radius: var(--border-radius--md);
  box-shadow: var(--mh--shadow);
}
.c-box-anchor01 .c-btn04 {
  margin: 0;
  font-size: var(--mh--font-size--sm);
}
@media (min-width: 768px) {
  .c-box-anchor01 {
    gap: 40px 60px;
    padding: 30px 80px;
  }
}
/* .c-btn01
================================================ */
.c-btn01 {
  display: block;
  width: 40px;
  height: 30px;
}
.c-btn01__in {
  display: grid;
  place-content: center;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: var(--border-radius--sm);
  background-color: var(--mh--color--primary-400);
  color: var(--mh--color--grayscale-100);
  overflow: hidden;
}
.c-btn01__in::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: var(--mh--box-shadow--sm);
  background-image: var(--mh--gradient01);
}
@media (max-width: 767px) {
  .c-btn01__ico.c-ico.is-arw01::after {
    width: 12px;
    height: 12px;
  }
}
@media (min-width: 768px) {
  .c-btn01 {
    width: 60px;
    height: 45px;
  }
  .c-btn01__in::before {
    box-shadow: var(--mh--box-shadow--md);
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-btn01__in::before {
    transition: all var(--mh--duration) var(--mh--easing);
  }
  .c-btn01__in:is(a, button):hover::before {
    box-shadow: none;
    opacity: 0;
  }
  .c-btn01__parent:hover .c-btn01__in::before {
    box-shadow: none;
    opacity: 0;
  }
}
/* .c-btn02
================================================ */
.c-btn02 {
  display: block;
  width: 30px;
  height: 30px;
}
.c-btn02__in {
  display: grid;
  place-content: center;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: var(--border-radius--sm);
  background-color: var(--mh--color--primary-200);
  color: var(--mh--color--primary-500);
  overflow: hidden;
}
.c-btn02__ico.c-ico.is-blank01::after {
  width: 8px;
  height: 8px;
}
.c-btn02.is-bg-white-op80 .c-btn02__in {
  background-color: var(--mh--color--grayscale-100_op80);
}
.c-btn02.is-bg-white-op10 .c-btn02__in {
  background-color: var(--mh--color--grayscale-100_op10);
  color: var(--mh--color--grayscale-100);
}
.c-btn02.is-currentcolor .c-btn02__in {
  background-color: transparent !important;
  color: currentColor !important;
}
.c-btn02.is-currentcolor .c-btn02__in::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: currentColor;
  opacity: 0.1;
}
@media (max-width: 767px) {
  .c-btn02__ico.c-ico.is-arw01::after, .c-btn02__ico.c-ico.is-arw01::before {
    width: 10px !important;
    height: 10px !important;
  }
}
@media (min-width: 768px) {
  .c-btn02 {
    width: 50px;
    height: 50px;
  }
  .c-btn02__ico.c-ico.is-blank01::after {
    width: 12px;
    height: 12px;
  }
  .c-btn02.is-small-md-up {
    width: 35px;
    height: 35px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-btn02__in {
    transition: all var(--mh--duration) var(--mh--easing);
  }
  .c-btn02__in::before {
    transition: opacity var(--mh--duration) var(--mh--easing);
  }
  .c-btn02__in:is(a, button):hover {
    background-color: var(--mh--color--primary-300);
  }
  .c-btn02__in:is(a, button):hover .c-btn02__ico {
    color: var(--mh--color--grayscale-100);
  }
  .c-btn02__parent:hover .c-btn02__in {
    background-color: var(--mh--color--primary-300);
  }
  .c-btn02__parent:hover .c-btn02__in .c-btn02__ico {
    color: var(--mh--color--grayscale-100);
  }
  .c-btn02__parent:hover .c-btn02__in::before {
    opacity: 1;
  }
}
/* .c-btn03
================================================ */
.c-btn03 {
  display: block;
  width: 100%;
  min-height: 71px;
  margin-top: 30px;
}
.c-btn03__in {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 20px;
  border-radius: var(--border-radius--md);
  background-color: var(--mh--color--primary-200);
  color: var(--mh--color--primary-500);
  overflow: hidden;
}
.c-btn03__txt {
  line-height: var(--mh--line-height--sm);
  font-size: var(--mh--font-size--x3l);
  font-weight: var(--mh--font-weight--bold);
}
.c-btn03.is-bg-white .c-btn03__in {
  background-color: var(--mh--color--grayscale-100);
}
.c-btn03.is-bg-grad .c-btn03__in {
  background-color: var(--mh--color--primary-400);
  color: var(--mh--color--grayscale-100);
}
.c-btn03.is-bg-grad .c-btn03__in::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-image: var(--mh--gradient03);
}
.has-shadow .c-btn03__in {
  box-shadow: var(--mh--shadow);
}
@media (min-width: 768px) {
  .c-btn03 {
    max-width: 800px;
    min-height: 150px;
    margin: 80px auto 0;
  }
  .c-btn03__in {
    padding: 50px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-btn03__in {
    transition: all var(--mh--duration) var(--mh--easing);
  }
  .c-btn03__in::before {
    transition: opacity var(--mh--duration) var(--mh--easing);
  }
  .c-btn03__in:is(a, button):hover {
    background-color: var(--mh--color--primary-400) !important;
    color: var(--mh--color--grayscale-100);
  }
  .c-btn03__in:is(a, button):hover::before {
    opacity: 0;
  }
}
/* .c-btn04
================================================ */
.c-btn04 {
  display: block;
  margin-top: 15px;
  width: max-content;
}
.c-btn04__wrap {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.c-btn04__wrap .c-btn04 {
  margin-top: 0;
}
.c-btn04__in {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  z-index: 1;
  color: var(--mh--color--primary-500);
}
.c-btn04__in[href^="#"] .c-btn04__ico {
  transform: rotate(90deg);
}
.c-btn04__txt {
  font-weight: var(--mh--font-weight--bold);
}
.c-btn04.is-right {
  margin-left: auto;
}
.c-btn04.is-currentcolor .c-btn04__in {
  color: currentColor;
}
@media (min-width: 768px) {
  .c-btn04 {
    margin-top: 30px;
  }
  .c-btn04__wrap {
    margin-top: 30px;
    gap: 50px;
  }
  .c-btn04__in {
    gap: 20px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-btn04__in {
    transition: color var(--mh--duration) var(--mh--easing);
  }
  .c-btn04__in:is(a, button):hover {
    color: var(--mh--color--primary-400);
  }
}
/* .c-btn05
================================================ */
.c-btn05 {
  display: block;
  width: 100%;
  min-height: 50px;
  max-width: 295px;
  margin: 30px auto 0;
}
.c-btn05__in {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 10px 10px 10px 20px;
  border-radius: var(--border-radius--md);
  border: 1px solid var(--mh--color--grayscale-800);
  color: var(--mh--color--primary-500);
  overflow: hidden;
}
.c-btn05__txt {
  font-weight: var(--mh--font-weight--bold);
}
.c-btn05.is-white .c-btn05__in {
  border-color: var(--mh--color--grayscale-100_op80);
  color: var(--mh--color--grayscale-100);
}
@media (min-width: 768px) {
  .c-btn05 {
    max-width: 300px;
    height: 70px;
    margin-top: 60px;
  }
  .c-btn05.is-right-md-up {
    margin-right: 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-btn05__in {
    transition: all var(--mh--duration) var(--mh--easing);
  }
  .c-btn05__in::before {
    transition: opacity var(--mh--duration) var(--mh--easing);
  }
  .c-btn05__in:is(a, button):hover {
    color: var(--mh--color--grayscale-100);
  }
  .c-btn05.is-white .c-btn05__in:is(a, button):hover {
    background-color: var(--mh--color--grayscale-100);
    color: var(--mh--color--primary-500);
  }
}
/* .c-btn06
================================================ */
.c-btn06 {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 30px;
  align-items: center;
  gap: 0 5px;
  padding: 20px 0;
  line-height: var(--mh--line-height--sm);
  font-weight: 700;
  font-size: var(--mh--font-size--x3l);
  border-top: 1px solid var(--mh--color--grayscale-500);
  border-bottom: 1px solid var(--mh--color--grayscale-500);
}
.c-btn06:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--mh--color--primary-500);
  transform: scale(0, 1);
  transform-origin: left bottom;
  transition: transform var(--mh--duration) var(--mh--easing);
}
.c-btn06-list .c-btn06:nth-child(n+2) {
  border-top: 0;
}
.c-btn06__ico.c-ico {
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 1;
  color: var(--mh--color--primary-500);
  border-radius: var(--border-radius--sm);
  background: var(--mh--color--primary-200);
  transition: background-color var(--mh--duration) var(--mh--easing);
}
@media (max-width: 767px) {
  .c-btn06__ico.c-ico.is-arw01.has-anime:before, .c-btn06__ico.c-ico.is-arw01.has-anime:after {
    width: 10px;
    height: 10px;
  }
}
@media (min-width: 768px) {
  .c-btn06 {
    grid-template-columns: 1fr 50px;
    padding: 40px 0 46px;
  }
  .c-btn06__ico.c-ico.is-blank01:after {
    width: 15px;
    height: 15px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-btn06:hover:after {
    transform: scale(1, 1);
  }
  .c-btn06:hover .c-btn06__ico {
    color: #fff;
    background: var(--mh--color--primary-300);
  }
}
/* c-card-story01
============================ */
.c-card-story01 {
  border-radius: var(--border-radius--md);
  overflow: hidden;
  background-color: var(--mh--color--grayscale-100_op10);
  padding: 20px;
}
.c-card-story01__in {
  position: relative;
}
.c-card-story01__head {
  font-weight: var(--mh--font-weight--bold);
  line-height: var(--mh--line-height--sm);
  margin-bottom: 10px;
  color: var(--mh--color--grayscale-100_op80);
}
.c-card-story01__img {
  position: relative;
  border-radius: var(--border-radius--md);
  overflow: hidden;
  margin-bottom: 10px;
}
.c-card-story01__img-num {
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-size: var(--mh--font-size--x4l);
}
.c-card-story01__img-btn {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.c-card-story01__title {
  font-size: var(--mh--font-size--xl);
  font-weight: var(--mh--font-weight--bold);
  line-height: var(--mh--line-height--sm);
  color: var(--mh--color--grayscale-100);
}
.c-card-story01__txt {
  margin-top: 2px;
  font-size: var(--mh--font-size--sm);
  font-weight: var(--mh--font-weight--bold);
  line-height: var(--mh--line-height--sm);
  color: var(--mh--color--grayscale-100_op80);
}
@media (min-width: 768px) {
  .c-card-story01__head {
    margin-bottom: 15px;
    font-size: clamp(1.4rem, 0.1736111111vw + 1.2666666667rem, 1.6rem);
  }
  .c-card-story01__img {
    margin-bottom: 15px;
  }
  .c-card-story01__img-num {
    bottom: 20px;
    left: 15px;
    font-size: clamp(2.1rem, 0.6944444444vw + 1.5666666667rem, 2.9rem);
  }
  .c-card-story01__img-btn {
    bottom: 20px;
    right: 20px;
  }
  .c-card-story01__title {
    font-size: clamp(1.6rem, 0.3472222222vw + 1.3333333333rem, 2rem);
  }
  .c-card-story01__txt {
    margin-top: 5px;
  }
}
@media (min-width: 1500px) {
  .c-card-story01 {
    padding: 30px;
  }
}
/* c-card01 募集要項
================================= */
.c-card01 {
  display: grid;
  grid-template-columns: 120px 1fr;
  grid-template-areas: "img head" "txt txt";
  gap: 10px 20px;
  padding: 20px;
  border: 1px solid var(--mh--color--grayscale-500);
  background: var(--mh--color--grayscale-100_op80);
  border-radius: var(--border-radius--md);
}
.c-card01-list {
  display: grid;
  gap: 10px 0;
}
.c-card01__img {
  grid-area: img;
}
.c-card01__img img {
  border-radius: var(--border-radius--md);
}
.c-card01__area-head {
  grid-area: head;
}
.c-card01__cat {
  width: fit-content;
  margin-bottom: 6px;
  padding: 0 6px;
  color: var(--mh--color--primary-500);
  line-height: var(--mh--line-height--sm);
  font-size: var(--mh--font-size--sm);
  border: 1px solid;
  border-radius: var(--border-radius--sm);
}
.c-card01__head {
  line-height: var(--mh--line-height--sm);
  font-size: var(--mh--font-size--x3l);
  font-weight: 700;
}
.c-card01__area-txt {
  grid-area: txt;
}
.c-card01__txt {
  line-height: var(--mh--line-height--sm);
}
@media (min-width: 768px) {
  .c-card01 {
    grid-template-columns: 267px 1fr;
    grid-template-areas: "img head" "img txt";
    gap: 15px 40px;
    padding: 40px;
  }
  .c-card01-list {
    gap: 15px 0;
  }
  .c-card01__cat {
    margin-bottom: 10px;
    padding: 1px 9px;
  }
}
/* c-crosstalk01-intro
================================= */
.c-crosstalk01-intro__box {
  position: relative;
  padding: 30px 20px;
  background: #fff;
  border-radius: var(--border-radius--md);
  box-shadow: var(--mh--shadow);
}
.c-crosstalk01-intro__head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 0 10px;
  margin-bottom: 20px;
  color: var(--mh--color--primary-500);
}
.c-crosstalk01-intro__head span.is-en {
  vertical-align: bottom;
  font-size: var(--mh--font-size--x6l);
}
.c-crosstalk01-intro__head span.is-txt {
  line-height: var(--mh--line-height--sm);
  font-size: var(--mh--font-size--sm);
}
.c-crosstalk01-intro__img {
  position: absolute;
  top: -12px;
  right: 27px;
  width: 61px;
  aspect-ratio: 61/79;
}
@media (min-width: 768px) {
  .c-crosstalk01-intro__box {
    display: grid;
    grid-template-columns: 226px 1fr;
    gap: 0 60px;
    padding: 60px 120px;
  }
  .c-crosstalk01-intro__head {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px 0;
  }
  .c-crosstalk01-intro__img {
    top: auto;
    left: 0;
    bottom: -65px;
    width: 139px;
  }
}
/* c-crosstalk01-member
=============================== */
.c-crosstalk01-member {
  position: relative;
}
.c-crosstalk01-member__bg {
  position: absolute;
  bottom: -14px;
  right: -56px;
  aspect-ratio: 416/361;
  width: 175px;
}
@media (min-width: 768px) {
  .c-crosstalk01-member__bg {
    width: 416px;
    width: min(416px, 21.6666666667vw);
    right: 0;
    bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 1700px) {
  .c-crosstalk01-member__bg {
    width: min(330px, 17.1875vw);
  }
}
/* c-crosstalk01-member-list
-------------------------------------- */
.c-crosstalk01-member-list {
  display: grid;
  gap: 20px;
}
.c-crosstalk01-member-list__item {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 0 10px;
  padding: 20px;
  background: var(--mh--color--grayscale-100_op10);
  border-radius: var(--border-radius--md);
}
.c-crosstalk01-member-list__img img {
  border-radius: 50%;
}
.c-crosstalk01-member-list__area-txt {
  display: grid;
  gap: 10px 0;
}
.c-crosstalk01-member-list__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px 10px;
}
.c-crosstalk01-member-list__cat {
  padding: 0 6px;
  line-height: var(--mh--line-height--sm);
  font-size: var(--mh--font-size--sm);
  border: 1px solid;
  border-radius: var(--border-radius--sm);
}
.c-crosstalk01-member-list__en {
  font-size: var(--mh--font-size--x4l);
}
@media (min-width: 768px) {
  .c-crosstalk01-member-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .c-crosstalk01-member-list__item {
    grid-template-columns: 196px 1fr;
    gap: 0 20px;
    padding: 30px;
  }
  .c-crosstalk01-member-list__area-txt {
    align-content: center;
    gap: 20px 0;
  }
  .c-crosstalk01-member-list__cat {
    padding: 0 9px;
  }
}
/* c-crosstalk01-sec
============================= */
.c-crosstalk01-sec {
  position: relative;
}
.c-crosstalk01-sec + .c-crosstalk01-sec {
  margin-top: var(--mh--padding--x10l);
}
.c-crosstalk01-sec.has-deco01 .c-crosstalk01-sec__inner {
  position: relative;
}
.c-crosstalk01-sec.has-deco01 .c-crosstalk01-sec__inner:before {
  content: "";
  position: absolute;
  top: -72px;
  left: 10px;
  width: 74px;
  aspect-ratio: 194/225;
  background: url(../img/career/crosstalk/img_deco01.png) no-repeat 0 0/contain;
}
.c-crosstalk01-sec.has-deco02 .c-crosstalk01-sec__inner {
  position: relative;
}
.c-crosstalk01-sec.has-deco02 .c-crosstalk01-sec__inner:before {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 17px;
  width: 50px;
  aspect-ratio: 121/193;
  background: url(../img/career/crosstalk/img_deco02.png) no-repeat 0 0/contain;
}
.c-crosstalk01-sec__img01 {
  margin-bottom: 30px;
  padding-right: 40px;
}
.c-crosstalk01-sec__img02 {
  margin-bottom: 30px;
}
.c-crosstalk01-sec__head {
  display: grid;
  gap: 15px 0;
  margin-bottom: var(--mh--space--md);
}
.c-crosstalk01-sec__head-num {
  font-size: var(--mh--font-size--lg);
}
.c-crosstalk01-sec__head-main {
  line-height: var(--mh--line-height--sm);
  font-size: var(--mh--font-size--x5l);
}
.c-crosstalk01-sec__area-right .c-crosstal01-talk01:last-child {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .c-crosstalk01-sec__img01, .c-crosstalk01-sec__img02 {
    margin-inline: -20px;
  }
}
@media (min-width: 768px) {
  .c-crosstalk01-sec.has-deco01 .c-crosstalk01-sec__inner:before {
    top: -145px;
    left: 45px;
    width: 194px;
  }
  .c-crosstalk01-sec.has-deco02 .c-crosstalk01-sec__inner:before {
    right: 28px;
    bottom: -163px;
    left: auto;
    width: 121px;
  }
  .c-crosstalk01-sec__img01 {
    float: left;
    width: 40.625vw;
    max-width: 780px;
    margin: 0 0 60px calc(50% - 50vw);
    padding-right: min(100px, 5.2083333333vw);
  }
  .c-crosstalk01-sec__img02 {
    margin-bottom: 80px;
  }
  .c-crosstalk01-sec__img02 img {
    border-radius: var(--border-radius--md);
  }
  .c-crosstalk01-sec__head {
    max-width: 1120px;
    margin-inline: auto;
  }
  .c-crosstalk01-sec__area-right {
    padding-top: min(75px, 3.90625vw);
  }
  .c-crosstalk01-sec__area-right:after {
    content: "";
    display: block;
    clear: both;
  }
  .c-crosstalk01-sec__area-right .c-crosstal01-talk01:last-child {
    margin-bottom: 75px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .c-crosstalk01-sec__img01 {
    width: 50%;
    margin-left: -90px;
  }
}
@media (min-width: 1921px) {
  .c-crosstalk01-sec__img01 {
    margin-left: -320px;
  }
}
/* c-crosstal01-talk01
============================== */
.c-crosstal01-talk01 {
  display: grid;
  grid-template-columns: 50px 1fr;
  align-items: flex-start;
  gap: 0 15px;
}
.c-crosstal01-talk01 + .c-crosstal01-talk01 {
  margin-top: 15px;
}
.c-crosstal01-talk01 dt img {
  border-radius: 50%;
}
.c-crosstal01-talk01 dt p {
  margin-top: 5px;
  color: var(--mh--color--grayscale-800);
  font-size: var(--mh--font-size--xl);
  text-align: center;
}
.c-crosstal01-talk01 dd {
  position: relative;
  padding: 10px 15px;
  background: #fff;
  border-radius: var(--border-radius--md);
}
.c-crosstal01-talk01 dd:before {
  content: "";
  position: absolute;
  top: 17px;
  right: 100%;
  width: 12px;
  aspect-ratio: 16/17;
  background: #fff;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
}
@media (min-width: 768px) {
  .c-crosstal01-talk01 {
    max-width: 1120px;
    margin-inline: auto;
    grid-template-columns: 70px 1fr;
    gap: 0 30px;
  }
  .c-crosstal01-talk01 + .c-crosstal01-talk01 {
    margin-top: 30px;
  }
  .c-crosstal01-talk01 dt p {
    margin-top: 10px;
  }
  .c-crosstal01-talk01 dd {
    padding: 20px 30px;
  }
  .c-crosstal01-talk01 dd:before {
    top: 27px;
  }
}
/* c-crosstalk01-project
============================= */
.c-crosstalk01-project__head {
  position: relative;
}
.c-crosstalk01-project__deco {
  position: absolute;
  bottom: -3px;
  right: 0;
  width: 108px;
  aspect-ratio: 260/188;
}
@media (min-width: 768px) {
  .c-crosstalk01-project__deco {
    top: calc(100% + 80px);
    right: auto;
    bottom: auto;
    left: 0;
    width: clamp(200px, 260px, 13.5416666667vw);
  }
}
/* c-dl01
========================== */
.c-dl01__item > dt {
  padding: 15px 10px;
  text-align: left;
  line-height: var(--mh--line-height--sm);
  font-weight: 700;
  font-size: var(--mh--font-size--xl);
  color: var(--mh--color--primary-500);
  background: var(--mh--color--primary-200);
  border-radius: var(--border-radius--md);
}
.c-dl01__item > dd {
  padding: 25px 10px;
}
@media (max-width: 767px) {
  .c-dl01__item:last-child {
    border-bottom: 1px solid var(--mh--color--grayscale-500);
  }
}
@media (min-width: 768px) {
  .c-dl01 {
    display: grid;
    gap: 10px 0;
  }
  .c-dl01__item {
    display: grid;
    grid-template-columns: 230px 1fr;
    gap: 0 20px;
  }
  .c-dl01__item > dt {
    padding: 30px 20px;
  }
  .c-dl01__item > dd {
    position: relative;
    padding: 30px 20px;
  }
  .c-dl01__item > dd:after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 1px;
    background: var(--mh--color--grayscale-500);
  }
}
/*  .c-faq01
================================================== */
.c-faq01 {
  border-radius: var(--border-radius--sm);
  overflow: hidden;
}
.c-faq01 + .c-faq01 {
  margin-top: 20px;
}
.c-faq01.is-open summary span:not([class]) {
  width: 28px;
}
.c-faq01.is-open summary span:not([class]):after {
  transform: translateY(-50%) rotate(0);
}
.c-faq01 summary {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 74px;
  padding: 20px 54px 20px 59px;
  background: var(--mh--color--primary-200);
  font-size: var(--mh--font-size--lg);
  font-weight: 700;
  line-height: var(--mh--line-height--sm);
}
.c-faq01 summary span:not([class]) {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.c-faq01 summary span:not([class]):before, .c-faq01 summary span:not([class]):after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--mh--color--primary-500);
}
.c-faq01 summary span:not([class]):after {
  transform: rotate(90deg);
  transition: all var(--mh--duration) var(--mh--easing);
}
.c-faq01__ico {
  position: absolute;
  top: 20px;
  left: 10px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  background: var(--mh--color--secondary-500);
  border-radius: 50%;
  color: #fff;
  font-size: var(--mh--font-size--x3l);
}
.c-faq01__con {
  position: relative;
  background: #fff;
}
.c-faq01__con-in {
  padding: 20px 20px 20px 59px;
}
.c-faq01__con .c-faq01__ico {
  color: var(--mh--color--grayscale-900);
  background: var(--mh--color--grayscale-450);
}
.c-faq01__con .c-btn04 {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .c-faq01 + .c-faq01 {
    margin-top: 30px;
  }
  .c-faq01 summary {
    min-height: 90px;
    padding: 30px 74px 30px 85px;
  }
  .c-faq01 summary span:not([class]) {
    right: 30px;
  }
  .c-faq01__ico {
    top: 20px;
    left: 20px;
    width: 50px;
    height: 50px;
  }
  .c-faq01__con-in {
    padding: 30px 20px 30px 85px;
  }
  .c-faq01__con .c-btn04 {
    margin-top: 30px;
  }
}
/* .c-head01
================================================ */
.c-head01 {
  margin-bottom: 25px;
  color: var(--mh--color--primary-500);
}
.c-head01__en {
  font-size: var(--mh--font-size--x9l);
}
.c-head01__ja {
  margin-top: 5px;
  font-size: var(--mh--font-size--sm);
  font-weight: var(--mh--font-weight--bold);
  line-height: var(--mh--line-height--sm);
}
.c-head01.is-white {
  color: var(--mh--color--grayscale-100);
}
@media (max-width: 767px) {
  .c-head01:has(.c-head01__ja) {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .c-head01 {
    margin-bottom: 50px;
  }
  .c-head01__ja {
    margin-top: 11px;
  }
}
/* .c-head02
================================================ */
.c-head02 {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 5px 10px;
  margin-bottom: 30px;
  color: var(--mh--color--primary-500);
}
.c-head02__en {
  font-size: var(--mh--font-size--x6l);
}
.c-head02__ja {
  margin-top: 5px;
  font-size: var(--mh--font-size--sm);
  font-weight: var(--mh--font-weight--bold);
  line-height: var(--mh--line-height--sm);
}
.c-head02.is-white {
  color: var(--mh--color--grayscale-100);
}
@media (min-width: 768px) {
  .c-head02 {
    gap: 10px 15px;
    margin-bottom: 50px;
  }
}
.c-head02.is-vertical {
  flex-direction: column;
}
/* c-head03
================================= */
.c-head03 {
  position: relative;
  padding-left: 16px;
  line-height: var(--mh--line-height--sm);
  font-weight: 700;
}
.c-head03:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 6px;
  height: 77.7777777778%;
  border-radius: 9999px;
  background: var(--mh--color--primary-400);
}
@media (min-width: 768px) {
  .c-head03 {
    padding-left: 28px;
  }
  .c-head03:before {
    width: 8px;
  }
}
/* .c-ico
================================================== */
.c-ico {
  display: inline-block;
  vertical-align: baseline;
  line-height: 0;
}
.c-ico svg {
  transition: all var(--mh--duration) var(--mh--easing);
}
/* .c-ico.is-arw01
================================================== */
.c-ico.is-arw01::after {
  display: inline-block;
  width: 15px;
  height: 15px;
  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 15 15"><path d="M7.73 0 6.12 1.67l4.5 4.65H0v2.36h10.62l-4.5 4.65L7.73 15 15 7.5 7.73 0Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15 15"><path d="M7.73 0 6.12 1.67l4.5 4.65H0v2.36h10.62l-4.5 4.65L7.73 15 15 7.5 7.73 0Z"/></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-arw01.has-anime {
  position: relative;
  overflow: hidden;
}
.c-ico.is-arw01.has-anime::before {
  display: inline-block;
  width: 15px;
  height: 15px;
  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 15 15"><path d="M7.73 0 6.12 1.67l4.5 4.65H0v2.36h10.62l-4.5 4.65L7.73 15 15 7.5 7.73 0Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15 15"><path d="M7.73 0 6.12 1.67l4.5 4.65H0v2.36h10.62l-4.5 4.65L7.73 15 15 7.5 7.73 0Z"/></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;
  transform: translateX(-100%);
  opacity: 0;
}
a:hover .c-ico.is-arw01.has-anime::after {
  transform: translateX(100%);
  opacity: 0;
}
a:hover .c-ico.is-arw01.has-anime::before {
  transform: translateX(0%);
  opacity: 1;
  transition-delay: 0.1s;
}
/* .c-ico.is-blank01
================================================== */
.c-ico.is-blank01::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: currentColor;
  color: currentColor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 10 10" xmlns="http://www.w3.org/2000/svg"><path d="M4.44 1.11h4.44v4.44H4.44V1.11ZM3.33 6.67H10V0H3.33v6.67Z"/><path d="M0 3.33V10h6.67V7.78H5.56v1.11H1.11V4.45h1.11V3.34H0v-.01Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 10 10" xmlns="http://www.w3.org/2000/svg"><path d="M4.44 1.11h4.44v4.44H4.44V1.11ZM3.33 6.67H10V0H3.33v6.67Z"/><path d="M0 3.33V10h6.67V7.78H5.56v1.11H1.11V4.45h1.11V3.34H0v-.01Z"/></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-interview01-profile
=============================== */
.c-interview01-profile__box {
  padding: 30px 20px;
  background: #fff;
  border-radius: var(--border-radius--md);
  box-shadow: var(--mh--shadow);
}
.c-interview01-profile__head {
  text-align: center;
  margin-bottom: 10px;
  color: var(--mh--color--primary-500);
  font-size: var(--mh--font-size--x6l);
}
.c-interview01-profile__ico {
  display: grid;
  place-items: center;
  gap: 10px 0;
}
.c-interview01-profile__ico img {
  width: 120px;
  border-radius: 50%;
}
.c-interview01-profile__ico-en {
  color: var(--mh--color--grayscale-800);
  font-size: var(--mh--font-size--x4l);
}
.c-interview01-profile__txt {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .c-interview01-profile__box {
    display: grid;
    grid-template-columns: 160px 1fr;
    grid-template-areas: "ico top" "ico head" "ico txt" "ico bottom";
    align-items: center;
    gap: 0 40px;
    padding: 60px 120px;
  }
  .c-interview01-profile__ico {
    grid-area: ico;
  }
  .c-interview01-profile__ico img {
    width: 160px;
  }
  .c-interview01-profile__head {
    grid-area: head;
    margin-bottom: 20px;
    text-align: left;
  }
  .c-interview01-profile__txt {
    grid-area: txt;
    margin: 0;
  }
}
/* c-interview01-set
=========================== */
.c-interview01-set + .c-interview01-set {
  margin-top: 60px;
}
.c-interview01-set:nth-of-type(odd) .c-interview01-set__img {
  padding-right: 20px;
}
.c-interview01-set:nth-of-type(odd) .c-interview01-set__img img {
  border-radius: 0 var(--border-radius--md) var(--border-radius--md) 0;
}
.c-interview01-set:nth-of-type(even) .c-interview01-set__img {
  padding-left: 20px;
}
.c-interview01-set:nth-of-type(even) .c-interview01-set__img img {
  border-radius: var(--border-radius--md) 0 0 var(--border-radius--md);
}
.c-interview01-set__img {
  margin-bottom: 30px;
}
.c-interview01-set__sec + .c-interview01-set__sec {
  margin-top: var(--mh--space--x2l);
}
.c-interview01-set__num {
  margin-bottom: 15px;
  font-size: var(--mh--font-size--lg);
}
.c-interview01-set__area-head {
  margin-bottom: var(--mh--space--md);
}
.c-interview01-set__head {
  line-height: var(--mh--line-height--sm);
  font-size: var(--mh--font-size--x5l);
}
.c-interview01-set__txt + .c-interview01-set__txt {
  margin-top: 2em;
}
@media (max-width: 767px) {
  .c-interview01-set__img {
    margin-inline: -20px;
  }
}
@media (min-width: 768px) {
  .c-interview01-set + .c-interview01-set {
    margin-top: 180px;
  }
  .c-interview01-set:nth-of-type(odd) .c-interview01-set__con {
    grid-template-columns: 52.5% 1fr;
    margin-left: calc(50% - 50vw);
  }
  .c-interview01-set:nth-of-type(odd) .c-interview01-set__img {
    padding-right: min(100px, 5.2083333333vw);
  }
  .c-interview01-set:nth-of-type(even) .c-interview01-set__con {
    grid-template-columns: 1fr 56.25%;
    margin-right: calc(50% - 50vw);
  }
  .c-interview01-set:nth-of-type(even) .c-interview01-set__img {
    padding-left: min(100px, 5.2083333333vw);
  }
  .c-interview01-set:nth-of-type(even) .c-interview01-set__area-sec {
    order: -1;
  }
  .c-interview01-set.is-img-803-tb .c-interview01-set__con {
    grid-template-columns: 56.44% 1fr;
  }
  .c-interview01-set__con {
    display: grid;
    align-items: start;
    align-content: start;
    grid-auto-rows: minmax(0px, auto);
  }
  .c-interview01-set__img {
    margin-bottom: 0;
  }
  .c-interview01-set__area-head, .c-interview01-set__area-txt {
    max-width: 700px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .c-interview01-set:nth-of-type(odd) .c-interview01-set__con {
    margin-left: -90px;
  }
  .c-interview01-set:nth-of-type(even) .c-interview01-set__con {
    margin-right: -90px;
  }
}
@media (min-width: 1921px) {
  .c-interview01-set:nth-of-type(odd) .c-interview01-set__con {
    margin-left: -320px;
  }
  .c-interview01-set:nth-of-type(even) .c-interview01-set__con {
    margin-right: -320px;
  }
}
/* c-interview01-bnr
============================= */
.c-interview01-bnr {
  margin-block: 50px 60px;
}
@media (min-width: 768px) {
  .c-interview01-bnr {
    margin-block: 180px;
    padding-inline: 30px;
  }
  .c-interview01-bnr img {
    border-radius: var(--border-radius--md);
  }
}
/* c-links01 Next Contentsのリンク
======================================= */
.c-links01__item:first-child {
  border-top: 1px solid var(--mh--color--grayscale-500);
}
.c-links01__in {
  position: relative;
  display: grid;
  grid-template-columns: 81px 1fr 30px;
  gap: 0 15px;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid var(--mh--color--grayscale-500);
}
.c-links01__in:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--mh--color--primary-500);
  transform: scale(0, 1);
  transform-origin: left bottom;
  transition: transform var(--mh--duration) var(--mh--easing);
}
.c-links01__img img {
  border-radius: var(--border-radius--md);
}
.c-links01__txt {
  line-height: var(--mh--line-height--sm);
  font-size: var(--mh--font-size--xl);
  font-weight: 700;
}
@media (max-width: 767px) {
  .c-links01__ico.c-btn02 .c-btn02__ico:before, .c-links01__ico.c-btn02 .c-btn02__ico:after {
    width: 15px !important;
    height: 15px !important;
  }
}
@media (min-width: 768px) {
  .c-links01__in {
    grid-template-columns: 200px 1fr 50px;
    gap: 0 30px;
    padding: 30px 0;
  }
  .c-links01__txt {
    font-size: var(--mh--font-size--x3l);
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-links01__in:hover:after {
    transform: scale(1, 1);
  }
}
/* c-links01.is-col2-tb
================================== */
@media (min-width: 768px) {
  .c-links01.is-col2-tb {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 40px;
  }
  .c-links01.is-col2-tb .c-links01__item:nth-child(2) {
    border-top: 1px solid var(--mh--color--grayscale-500);
  }
}
/* c-list01
=========================== */
.c-list01__item {
  position: relative;
  padding-left: 16px;
  line-height: var(--mh--line-height--sm);
  vertical-align: middle;
}
.c-list01__item + .c-list01__item {
  margin-top: 10px;
}
.c-list01__item:before {
  content: "";
  position: absolute;
  top: calc(0.8em - 3px);
  left: 0;
  width: 6px;
  height: 6px;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--mh--color--primary-400);
}
/*  .c-num-list01
================================================== */
.c-num-list01 {
  counter-reset: num01 0;
}
.c-num-list01__item {
  padding-left: 2em;
  font-size: var(--mh--font-size--md);
  text-indent: -2em;
}
.c-num-list01__item::before {
  margin-right: 5px;
  color: var(--mh--color--primary-700);
  content: counter(num01, decimal-leading-zero) ".";
  counter-increment: num01 1;
}
.c-num-list01__item + .c-num-list01__item {
  margin-top: 0.8em;
}
.c-num-list01__item ul,
.c-num-list01__item ol {
  margin-top: 0.8em;
}
.c-num-list01__item ol {
  counter-reset: num02 0;
}
.c-num-list01__item ol li {
  padding-left: 3.5em;
  text-indent: -3.5em;
}
.c-num-list01__item ol li + li {
  margin-top: 0.8em;
}
.c-num-list01__item ol li::before {
  margin-right: 5px;
  color: var(--mh--color--primary-700);
  content: counter(num01, decimal-leading-zero) "-" counter(num02, decimal-leading-zero) ".";
  counter-increment: num02 1;
}
.c-num-list01__item ol .c-num-list01__item {
  padding-left: 3.5em;
  text-indent: -3.5em;
}
.c-num-list01__item ul {
  padding-left: 1.5em;
}
.c-num-list01__item ul li::before {
  position: relative;
  top: 14px;
  left: -1em;
  display: block;
  width: 5px;
  height: 5px;
  content: "";
  background-color: var(--mh--color--primary-700);
  border-radius: 50%;
}
.c-num-list01__item ul li + .c-num-list01__item ul li {
  margin-top: 0.8em;
}
@media (min-width: 768px) {
  .c-num-list01__item ul li::before {
    top: 17px;
    width: 6px;
    height: 6px;
  }
}
/* c-mv-crosstalk01
============================= */
.c-mv-crosstalk01__inner {
  padding: 90px 20px 40px;
}
.c-mv-crosstalk01__area-txt {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
  color: var(--mh--color--primary-500);
  margin-bottom: var(--mh--space--md);
}
.c-mv-crosstalk01__en {
  font-size: var(--mh--font-size--x12l);
}
.c-mv-crosstalk01__head {
  line-height: var(--mh--line-height--sm);
  font-size: var(--mh--font-size--x4l);
}
@media (max-width: 767px) {
  .c-mv-crosstalk01__img {
    margin-inline: -20px;
  }
}
@media (min-width: 768px) {
  .c-mv-crosstalk01__inner {
    padding: 180px 30px 40px;
  }
  .c-mv-crosstalk01__area-txt {
    flex-direction: row;
    align-items: flex-end;
    gap: 0 70px;
    max-width: 1520px;
    margin-inline: auto;
  }
  .c-mv-crosstalk01__head {
    font-size: var(--mh--font-size--x5l);
  }
  .c-mv-crosstalk01__img img {
    border-radius: 10px;
  }
}
/* c-mv-interview01
============================= */
.c-mv-interview01__inner {
  padding-block: 90px 40px;
}
.c-mv-interview01__img {
  display: grid;
  gap: 10px 0;
}
.c-mv-interview01__tag {
  padding: 0 20px;
  line-height: var(--mh--line-height--sm);
  color: var(--mh--color--primary-400);
  font-weight: 700;
  font-size: var(--mh--font-size--xs);
}
.c-mv-interview01__num {
  margin-bottom: 10px;
  color: var(--mh--color--primary-500);
  font-size: var(--mh--font-size--x11l);
}
.c-mv-interview01__head {
  padding-right: 20px;
  line-height: 2.1;
  font-size: var(--mh--font-size--x2l);
}
.c-mv-interview01__head span {
  padding: 2px 8px;
  background: var(--mh--color--grayscale-400);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.c-mv-interview01__name {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 10px;
  margin-top: 16px;
}
.c-mv-interview01__name-cat {
  padding: 0 6px;
  line-height: var(--mh--line-height--sm);
  color: var(--mh--color--primary-500);
  font-size: var(--mh--font-size--sm);
  border: 1px solid;
  border-radius: var(--border-radius--sm);
}
.c-mv-interview01__name-en {
  font-size: var(--mh--font-size--x3l);
}
@media (max-width: 767px) {
  .c-mv-interview01__img {
    margin: 0 -20px 17px;
  }
}
@media (min-width: 768px) {
  .c-mv-interview01__inner {
    display: grid;
    grid-template-columns: 55.2631578947% 1fr;
    gap: 0;
    padding-block: 174px 40px;
  }
  .c-mv-interview01__num {
    font-size: clamp(4.6rem, 1.7361111111vw + 3.2666666667rem, 6.6rem);
  }
  .c-mv-interview01__img {
    grid-template-columns: 1fr 21px;
    gap: 0 15px;
    margin-left: -39.1%;
  }
  .c-mv-interview01__img img {
    order: -1;
    border-radius: 10px;
  }
  .c-mv-interview01__tag {
    padding: 0;
  }
  .c-mv-interview01__tag span {
    display: block;
    white-space: nowrap;
    transform: rotate(90deg);
  }
  .c-mv-interview01__area-txt {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    order: -1;
  }
  .c-mv-interview01__head {
    padding: 0;
    line-height: 2;
    font-size: clamp(2.8rem, 1.1284722222vw + 1.9333333333rem, 4.1rem);
  }
  .c-mv-interview01__head span {
    padding: 2px 10px;
  }
  .c-mv-interview01__name {
    gap: 0 15px;
    margin-top: 15px;
  }
  .c-mv-interview01__name-cat {
    padding: 2px 9px;
  }
}
/* c-mv-project01
============================= */
.c-mv-project01__inner {
  padding-block: 90px 38px;
}
.c-mv-project01__num {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 10px;
  margin-bottom: 19px;
  color: var(--mh--color--primary-500);
}
.c-mv-project01__num span.is-num {
  font-size: var(--mh--font-size--x9l);
}
.c-mv-project01__num span.is-txt {
  font-size: var(--mh--font-size--lg);
}
.c-mv-project01__sub {
  margin-bottom: 6px;
  font-weight: 700;
  color: var(--mh--color--grayscale-800);
}
.c-mv-project01__head {
  line-height: 2.1;
  font-size: var(--mh--font-size--x2l);
  margin-inline: -5px -15px;
}
.c-mv-project01__head span {
  padding: 2px 4px;
  background: var(--mh--color--grayscale-400);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.c-mv-project01__name {
  margin-top: 14px;
  font-size: var(--mh--font-size--lg);
}
@media (max-width: 767px) {
  .c-mv-project01__img {
    margin: 0 -20px 25px;
  }
}
@media (min-width: 768px) {
  .c-mv-project01__inner {
    display: grid;
    grid-template-columns: 42.8947368421% 1fr;
    gap: 0 57px;
    padding-top: 140px;
    padding-block: 140px 60px;
  }
  .c-mv-project01__img img {
    border-radius: 10px;
  }
  .c-mv-project01__area-txt {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    order: -1;
  }
  .c-mv-project01__num {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px 0;
  }
  .c-mv-project01__num span.is-num {
    line-height: 1;
    font-size: var(--mh--font-size--x12l);
    font-size: clamp(4.4rem, 2.6041666667vw + 2.4rem, 7.4rem);
  }
  .c-mv-project01__num span.is-txt {
    font-size: var(--mh--font-size--x2l);
  }
  .c-mv-project01__sub {
    margin-bottom: 24px;
  }
  .c-mv-project01__head {
    margin-right: -5em;
    padding: 0;
    line-height: 2;
    font-size: var(--mh--font-size--x5l);
    font-size: clamp(1.8rem, 1.546961326vw + 1.2198895028rem, 3.2rem);
  }
  .c-mv-project01__head span {
    padding: 2px 10px;
  }
  .c-mv-project01__name {
    margin-top: 26px;
  }
}
/* c-next01 プロジェクトストーリー
=========================== */
.c-next01__con {
  display: grid;
  gap: 10px 0;
}
.c-next01__ui {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .c-next01__inner {
    display: grid;
    grid-template-columns: 310px 1fr;
    grid-template-areas: "head con" "ui con";
    gap: 0 85px;
  }
  .c-next01__head.c-head02 {
    grid-area: head;
    margin: 0;
    align-self: start;
  }
  .c-next01__con {
    grid-area: con;
    padding-right: 119px;
  }
  .c-next01__ui {
    grid-area: ui;
    align-self: end;
  }
}
/* c-next02 Next Contents
======================================== */
.c-next02__inner {
  padding-block: 60px 0;
}
.c-next02__head.c-head02 {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .c-next02__inner {
    padding-block: 180px 80px;
  }
  .c-next02__head.c-head02 {
    margin-bottom: 50px;
  }
}
/* c-next03 仲間を知る
=========================== */
.c-next03 {
  padding: 60px 20px 0;
}
.c-next03__ui.c-slider-ui01 {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .c-next03 {
    display: grid;
    grid-template-columns: 400px 1fr;
    grid-template-areas: "head ui" "track track";
    gap: 60px;
    padding: 180px 0;
    padding-left: max(var(--mh--contents--padding--side), 16.6666666667vw);
  }
  .c-next03__head {
    margin-bottom: 0;
    grid-area: head;
  }
  .c-next03__track {
    grid-area: track;
  }
  .c-next03__ui.c-slider-ui01 {
    grid-area: ui;
    justify-self: end;
    align-content: end;
    margin: 0;
    padding-right: max(80px, 4.1666666667vw);
  }
}
/* .c-pager01
=================================== */
.c-pager01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 30px -5px -10px;
  overflow: hidden;
  text-align: center;
}
.c-pager01 li {
  margin: 0 5px 10px;
}
.c-pager01 li a,
.c-pager01 li span {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  line-height: 1;
  text-decoration: none;
  border: 1px solid #000;
}
.c-pager01 li.pages span {
  width: auto;
  border: 0;
}
.c-pager01 li.current span {
  color: #fff;
  background: #000;
}
.c-pager01 li.first, .c-pager01 li.previous {
  margin-right: 15px;
}
.c-pager01 li.first a, .c-pager01 li.last a {
  width: auto;
  padding-right: 15px;
  padding-left: 15px;
  border-color: transparent;
}
.c-pager01 li.next, .c-pager01 li.last {
  margin-left: 15px;
}
.c-pager01 li.extend span {
  border: 0;
}
@media (min-width: 1100px) {
  .c-pager01 li a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #000;
    border: 1px solid #000;
  }
}
/*  .c-pager02
================================================== */
.c-pager02 {
  position: relative;
  margin-top: 30px;
  overflow: hidden;
  line-height: 1;
}
.c-pager02 a {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 50px;
  padding: 15px;
  text-decoration: none;
  border: 1px solid;
}
.c-pager02__previous, .c-pager02__next {
  width: calc(50% - 10px);
}
.c-pager02__previous {
  float: left;
}
.c-pager02__previous a {
  justify-content: flex-start;
  padding-left: 30px;
}
.c-pager02__next {
  float: right;
}
.c-pager02__next a {
  justify-content: flex-end;
  padding-right: 30px;
}
.c-pager02__all {
  clear: both;
  width: 100%;
  padding-top: 20px;
}
.c-pager02__all a {
  justify-content: center;
}
@media (min-width: 1100px) {
  .c-pager02 a {
    transition: transform var(--mh--duration) var(--mh--easing);
  }
  .c-pager02 a:hover {
    color: #fff;
    background: #000;
    border-color: #000;
  }
}
/* c-project01-intro
============================== */
.c-project01-intro__box {
  padding: 30px 20px;
  background: #fff;
  border-radius: var(--border-radius--md);
  box-shadow: var(--mh--shadow);
}
.c-project01-intro__head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 0 10px;
  margin-bottom: 20px;
  color: var(--mh--color--primary-500);
}
.c-project01-intro__head span.is-en {
  vertical-align: bottom;
  font-size: var(--mh--font-size--x6l);
}
.c-project01-intro__head span.is-txt {
  line-height: var(--mh--line-height--sm);
  font-size: var(--mh--font-size--sm);
}
@media (min-width: 768px) {
  .c-project01-intro__box {
    padding: 60px 120px;
  }
  .c-project01-intro__head {
    gap: 0 15px;
    margin-bottom: 30px;
  }
}
/* c-project01-sec
========================== */
.c-project01-sec + .c-project01-sec {
  margin-top: 60px;
}
.c-project01-sec__wrap {
  padding-bottom: var(--mh--padding--x6l);
}
.c-project01-sec__img {
  margin-bottom: 30px;
}
.c-project01-sec__img img {
  width: 100%;
}
.c-project01-sec__num {
  margin-bottom: 15px;
  color: var(--mh--color--primary-500);
  font-size: var(--mh--font-size--lg);
}
.c-project01-sec__head {
  margin-bottom: var(--mh--space--md);
  line-height: var(--mh--line-height--sm);
  font-size: var(--mh--font-size--x5l);
}
.c-project01-sec__txt + .c-project01-sec__txt {
  margin-top: 2em;
}
.c-project01-sec__txt mark {
  padding: 0 3px;
  color: #fff;
  letter-spacing: inherit;
  background-color: var(--mh--color--primary-300);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
@media (max-width: 767px) {
  .c-project01-sec__img {
    margin-inline: -20px;
  }
}
@media (min-width: 768px) {
  .c-project01-sec + .c-project01-sec {
    margin-top: 140px;
  }
  .c-project01-sec__img {
    margin-bottom: 80px;
  }
  .c-project01-sec__img img {
    border-radius: 10px;
  }
  .c-project01-sec__con {
    padding-inline: 80px;
  }
  .c-project01-sec__area-txt {
    margin-bottom: 17px;
  }
}
/* c-recruitmentinfo01
=============================== */
.c-recruitmentinfo01 {
  margin-top: 32px;
  padding-block: 20px;
  padding: 20px 10px;
  background: var(--mh--color--grayscale-450);
}
.c-recruitmentinfo01__box {
  padding: 40px 20px;
  border-radius: var(--border-radius--sm);
  background: #fff;
}
@media (min-width: 768px) {
  .c-recruitmentinfo01 {
    max-width: calc(100% - 60px);
    margin: 50px auto 0;
    padding: 100px 0;
  }
  .c-recruitmentinfo01__box {
    max-width: 1280px;
    width: calc(100% - 60px);
    margin-inline: auto;
    padding: 70px 60px;
  }
}
/* c-recruitmentinfo01-list
--------------------------------- */
.c-recruitmentinfo01-list__detail + .c-recruitmentinfo01-list__detail {
  margin-top: 25px;
}
.c-recruitmentinfo01-list__sub {
  margin-bottom: var(--mh--space--x2s);
  line-height: var(--mh--line-height--sm);
  font-weight: 700;
  font-size: var(--mh--font-size--xl);
  color: var(--mh--color--primary-500);
}
.c-recruitmentinfo01-list__txt + .c-recruitmentinfo01-list__txt {
  margin-top: 2em;
}
@media (min-width: 768px) {
  .c-recruitmentinfo01-list {
    max-width: 1100px;
  }
  .c-recruitmentinfo01-list__detail + .c-recruitmentinfo01-list__detail {
    margin-top: 30px;
  }
  .c-recruitmentinfo01-list__sub {
    font-size: var(--mh--font-size--lg);
  }
}
/*  .c-set01.is-reverse
================================================== */
@media (min-width: 768px) {
  .c-set01.is-reverse {
    flex-direction: row;
  }
  .c-set01.is-reverse .c-set01__img {
    margin: 0 0 0 40px !important;
  }
}
/*  .c-set01
================================================== */
.c-set01__img {
  margin-top: 30px !important;
}
@media (min-width: 768px) {
  .c-set01 {
    flex-direction: row-reverse;
  }
  .c-set01__img {
    flex-basis: auto !important;
    width: 40%;
    margin: 0 40px 0 0 !important;
  }
  .c-set01__area-txt {
    flex-basis: auto !important;
    width: calc(100% - 480px);
  }
}
/* c-slider-ui01 丸矢印、ドット
======================================= */
.splide:not(.is-overflow) .c-slider-ui01 {
  display: none;
}
.c-slider-ui01 {
  display: grid;
  grid-template-columns: 75px 1fr;
  align-items: center;
  gap: 0 60px;
  position: relative;
}
.c-slider-ui01 .splide__arrows {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-slider-ui01 .splide__arrow {
  position: relative;
  overflow: hidden;
  top: 0;
  width: 30px;
  height: 30px;
  opacity: 1;
  transform: none;
  color: var(--mh--color--primary-500);
  transition: background-color var(--mh--duration) var(--mh--easing);
  border: none;
  border-radius: var(--border-radius--sm);
  background: var(--mh--color--primary-200);
  display: grid;
  place-items: center;
}
.c-slider-ui01 .splide__arrow svg {
  display: none;
}
.c-slider-ui01 .splide__arrow:disabled {
  opacity: 1;
  background: var(--mh--color--grayscale-450);
}
.c-slider-ui01 .splide__arrow:disabled:before, .c-slider-ui01 .splide__arrow:disabled:after {
  color: var(--mh--color--grayscale-500);
}
.c-slider-ui01 .splide__arrow::before {
  display: inline-block;
  width: 10px;
  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 15 15"><path d="M7.73 0 6.12 1.67l4.5 4.65H0v2.36h10.62l-4.5 4.65L7.73 15 15 7.5 7.73 0Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15 15"><path d="M7.73 0 6.12 1.67l4.5 4.65H0v2.36h10.62l-4.5 4.65L7.73 15 15 7.5 7.73 0Z"/></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;
  transform: translateX(-100%);
  opacity: 0;
}
.c-slider-ui01 .splide__arrow::after {
  display: inline-block;
  width: 10px;
  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 15 15"><path d="M7.73 0 6.12 1.67l4.5 4.65H0v2.36h10.62l-4.5 4.65L7.73 15 15 7.5 7.73 0Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15 15"><path d="M7.73 0 6.12 1.67l4.5 4.65H0v2.36h10.62l-4.5 4.65L7.73 15 15 7.5 7.73 0Z"/></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-slider-ui01 .splide__arrow--prev {
  left: 0;
}
.c-slider-ui01 .splide__arrow--prev:before {
  transform: scale(-1, 1) translateX(-100%);
}
.c-slider-ui01 .splide__arrow--prev:after {
  transform: scale(-1, 1);
}
.c-slider-ui01 .splide__arrow--next {
  right: 0;
}
.c-slider-ui01 .splide__pagination {
  position: static;
  gap: 10px;
  justify-content: flex-end;
  padding: 0;
}
.c-slider-ui01 .splide__pagination__page {
  display: block;
  box-sizing: border-box;
  width: 7px;
  height: 7px;
  padding: 0;
  margin: 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-400);
  cursor: auto;
}
@media (min-width: 768px) {
  .c-slider-ui01 {
    grid-template-columns: 120px 1fr;
  }
  .c-slider-ui01 .splide__arrow {
    width: 50px;
    height: 50px;
  }
  .c-slider-ui01 .splide__arrow::before, .c-slider-ui01 .splide__arrow:after {
    width: 15px;
    height: 15px;
  }
  .c-slider-ui01 .splide__pagination__page {
    width: 10px;
    height: 10px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-slider-ui01 .splide__arrow:not(:disabled):hover {
    color: #fff;
    background: var(--mh--color--primary-300);
  }
  .c-slider-ui01 .splide__arrow:not(:disabled):hover::before {
    opacity: 1;
    transition-delay: 0.1s;
  }
  .c-slider-ui01 .splide__arrow:not(:disabled):hover::after {
    opacity: 0;
  }
  .c-slider-ui01 .splide__arrow--prev:not(:disabled):hover::before {
    transform: scale(-1, 1) translateX(0%);
  }
  .c-slider-ui01 .splide__arrow--prev:not(:disabled):hover::after {
    transform: scale(-1, 1) translateX(100%);
  }
  .c-slider-ui01 .splide__arrow--next:not(:disabled):hover::before {
    transform: translateX(0%);
  }
  .c-slider-ui01 .splide__arrow--next:not(:disabled):hover::after {
    transform: translateX(100%);
  }
  .c-slider-ui01 .splide__pagination__page:hover {
    opacity: 0.7;
  }
}
/* .c-slider-ui01.is-dot-primary-500
==================================== */
.c-slider-ui01.is-dot-primary-500 .splide__pagination__page.is-active {
  background: var(--mh--color--primary-500);
}
/* .l-breadcrumb
================================================ */
.l-breadcrumb__inner {
  padding-inline: 20px;
}
@media (min-width: 768px) {
  .l-breadcrumb__inner {
    max-width: 1920px;
    margin-inline: auto;
    padding-inline: 30px;
  }
}
/* .l-breadcrumb-list
================================================ */
.l-breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  line-height: var(--mh--line-height--sm);
}
.l-breadcrumb-list__item {
  display: inline-flex;
  align-items: center;
  color: var(--mh--color--primary-400);
  font-size: var(--mh--font-size--sm);
}
.l-breadcrumb-list__item a {
  color: var(--mh--color--grayscale-800);
  transition: color var(--mh--duration) var(--mh--easing);
}
.l-breadcrumb-list__item + .l-breadcrumb-list__item {
  margin-left: 10px;
}
.l-breadcrumb-list__item + .l-breadcrumb-list__item::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 2px;
  margin-right: 10px;
  background: var(--mh--color--grayscale-500);
}
@media (max-width: 767px) {
  .l-breadcrumb-list {
    flex-wrap: nowrap;
    overflow: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .l-breadcrumb-list::-webkit-scrollbar {
    display: none;
  }
}
@media (min-width: 768px) {
  .l-breadcrumb-list {
    justify-content: flex-end;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-breadcrumb-list__item a:hover {
    color: var(--mh--color--primary-300);
  }
}
/* .l-footer
================================================ */
.l-footer {
  position: relative;
}
.l-footer-vi + .l-footer__inner {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.l-footer__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  background-color: var(--mh--color--grayscale-100_op80);
  padding: 20px var(--mh--contents--padding--side);
}
@media (min-width: 768px) {
  .l-footer {
    padding-top: 49px;
    text-align: left;
  }
  .l-footer__inner {
    padding: 0 30px 30px;
  }
  .l-footer__content {
    gap: 15px 50px;
    padding: 20px 30px;
    background-color: var(--mh--color--grayscale-100_op80);
    backdrop-filter: var(--backdrop-filter--blur);
    border-radius: var(--border-radius--lg);
  }
}
@keyframes footer-walk01 {
  0% {
    transform: translateX(100%) rotate(5deg);
  }
  33.3% {
    transform: translateX(66.6%) rotate(0deg);
  }
  66.6% {
    transform: translateX(33.3%) rotate(5deg);
  }
  100% {
    transform: translateX(0%) rotate(0deg);
  }
}
@keyframes footer-walk02 {
  0% {
    transform: translateX(-100%) rotate(5deg);
  }
  33.3% {
    transform: translateX(-66.6%) rotate(0deg);
  }
  66.6% {
    transform: translateX(-33.3%) rotate(5deg);
  }
  100% {
    transform: translateX(0%) rotate(0deg);
  }
}
.l-footer-vi {
  position: relative;
  overflow: hidden;
  z-index: -2;
}
.l-footer-vi__item {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity var(--mh--duration--lg) var(--mh--easing), transform 0.8s cubic-bezier(0.17, 0.85, 0.45, 1);
}
.l-footer-vi__item.is-item01 {
  width: 8%;
  top: 39.0743550835%;
  left: 79.3333333333%;
}
.l-footer-vi__item.is-item02 {
  width: 7.3333333333%;
  top: 40.1365705615%;
  left: 14.8%;
}
.l-footer-vi__item.is-item07 {
  width: 84.9333333333%;
  top: 35.8118361153%;
  left: 46.9333333333%;
}
.l-footer-vi__item.is-item08 {
  width: 30.4%;
  top: 36.9499241275%;
  left: -5.2%;
}
.l-footer-vi__item.is-item09 {
  width: 46.2666666667%;
  top: 34.8254931715%;
  left: 10%;
  transform: translateY(5%);
}
.l-footer-vi__item.is-item10 {
  width: 67.7333333333%;
  top: 39.6054628225%;
  left: 44.5333333333%;
  transform: translateY(5%);
}
.l-footer-vi__item img {
  width: 100%;
  display: block;
}
.l-footer-vi.is-animated .l-footer-vi__item {
  opacity: 1;
}
.l-footer-vi.is-animated .l-footer-vi__item.is-item09, .l-footer-vi.is-animated .l-footer-vi__item.is-item10 {
  transition-delay: var(--mh--duration--lg);
  transform: translateY(0%);
}
@media (max-width: 767px) {
  .l-footer-vi__item.is-item03, .l-footer-vi__item.is-item04, .l-footer-vi__item.is-item05, .l-footer-vi__item.is-item06 {
    display: none;
  }
}
@media (min-width: 768px) {
  .l-footer-vi__item.is-item01 {
    width: 2.3958333333%;
    top: 72.5%;
    left: 64.7916666667%;
  }
  .l-footer-vi__item.is-item02 {
    width: 2.8645833333%;
    top: 70.5555555556%;
    left: 30.8854166667%;
  }
  .l-footer-vi__item.is-item03 {
    width: 3.90625%;
    top: 67.7777777778%;
    left: 0.6770833333%;
  }
  .l-footer-vi__item.is-item04 {
    width: 4.4270833333%;
    top: 72.6851851852%;
    left: 95.15625%;
  }
  .l-footer-vi__item.is-item05 {
    width: 17.96875%;
    top: 59.4444444444%;
    left: 1.0416666667%;
  }
  .l-footer-vi__item.is-item06 {
    width: 18.125%;
    top: 59.4444444444%;
    left: 64.2708333333%;
  }
  .l-footer-vi__item.is-item07 {
    width: 17.96875%;
    top: 59.3518518519%;
    left: 80%;
  }
  .l-footer-vi__item.is-item08 {
    width: 11.875%;
    top: 58.1481481481%;
    left: 17.2395833333%;
  }
  .l-footer-vi__item.is-item09 {
    width: 11.09375%;
    top: 58.8888888889%;
    left: 39.21875%;
  }
  .l-footer-vi__item.is-item10 {
    width: 15.6770833333%;
    top: 62.6851851852%;
    left: 50.6770833333%;
  }
  .l-footer-vi.is-animated .l-footer-vi__item.is-item04, .l-footer-vi.is-animated .l-footer-vi__item.is-item06 {
    animation: footer-walk01 1.6s steps(1) 1;
  }
  .l-footer-vi.is-animated .l-footer-vi__item.is-item05 {
    animation: footer-walk02 1.6s steps(1) 1;
  }
  .l-footer-vi.is-animated .l-footer-vi__item.is-item09, .l-footer-vi.is-animated .l-footer-vi__item.is-item10 {
    transition-delay: 2s;
  }
}
/* .l-footer-logo
================================================ */
.l-footer-logo {
  flex-shrink: 0;
  width: 147px;
  margin: 0 auto 15px;
}
@media (min-width: 768px) {
  .l-footer-logo {
    width: 185px;
    margin: 0;
  }
}
/* .l-footer-nav
================================================ */
.l-footer-nav {
  flex-grow: 1;
  width: 100%;
  font-size: var(--mh--font-size--sm);
  line-height: var(--mh--line-height--sm);
  display: flex;
  flex-direction: column;
  gap: 10px 40px;
  margin-bottom: 30px;
}
.l-footer-nav__item-ico {
  margin-left: 8px;
  color: var(--mh--color--grayscale-800);
}
@media (min-width: 768px) {
  .l-footer-nav {
    width: auto;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    justify-content: flex-start;
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .l-footer-nav {
    width: calc(100% - 185px - 60px);
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-footer-nav__item-in {
    transition: color var(--mh--duration) var(--mh--easing);
  }
  .l-footer-nav__item-in:hover {
    color: var(--mh--color--primary-300);
  }
  .l-footer-nav__item-in:hover .l-footer-nav__item-ico {
    color: inherit;
  }
}
/* .l-footer-cr
================================================ */
.l-footer-cr {
  font-size: var(--mh--font-size--xs);
  line-height: var(--mh--line-height--sm);
  color: var(--mh--color--grayscale-800);
}
/* .l-footer-page-top
================================================ */
.l-footer-page-top {
  flex-shrink: 0;
  margin-left: auto;
  overflow: hidden;
  color: var(--mh--color--primary-500);
  font-size: var(--mh--font-size--lg);
}
.l-footer-page-top__link {
  display: flex;
  align-items: flex-end;
  gap: 10px;
}
.l-footer-page-top .l-footer-page-top__ico {
  transform: rotate(-90deg);
}
.l-footer-page-top .l-footer-page-top__ico::after {
  width: 20px;
  height: 20px;
}
@media (min-width: 768px) {
  .l-footer-page-top__link {
    gap: 20px;
    align-items: center;
  }
  .l-footer-page-top .l-footer-page-top__ico::after {
    width: 30px;
    height: 30px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-footer-page-top__link {
    transition: color var(--mh--duration) var(--mh--easing);
  }
  .l-footer-page-top__link:hover {
    color: var(--mh--color--primary-300);
  }
}
/* .l-footer02
============================== */
.l-footer02 {
  position: relative;
  margin-top: 60px;
}
.l-footer02:has(.l-footer02__entry) .l-footer02__bg {
  padding-top: 100px;
}
.l-footer02__entry {
  padding-bottom: 90.6666666667%;
}
.l-footer02__entry-txt {
  text-align: center;
  line-height: var(--mh--line-height--sm);
  color: var(--mh--color--primary-500);
  font-size: var(--mh--font-size--x5l);
  font-weight: 700;
}
.l-footer02__entry-btn.c-btn03 .c-btn03__in {
  min-height: 90px;
}
.l-footer02__entry-btn.c-btn03 .c-btn03__txt {
  font-size: var(--mh--font-size--x8l);
}
.l-footer02__cv {
  padding-bottom: 80%;
}
.l-footer02__cv .l-career-nav-cv {
  margin-top: 0;
}
.l-footer02__con {
  position: relative;
  z-index: 1;
  padding-block: 40px;
}
.l-footer02__con:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: #fff;
}
.l-footer02__cr {
  margin-top: 40px;
  font-size: var(--mh--font-size--xs);
  line-height: var(--mh--line-height--sm);
  color: var(--mh--color--grayscale-800);
}
.l-footer02__bg {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  padding-top: 60px;
  padding-bottom: 228px;
}
.l-footer02__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
@media (min-width: 768px) {
  .l-footer02 {
    margin-top: 100px;
    padding-bottom: 30px;
  }
  .l-footer02:has(.l-footer02__entry) {
    margin-top: 180px;
  }
  .l-footer02:has(.l-footer02__entry) .l-footer02__bg {
    padding-top: 300px;
  }
  .l-footer02__entry {
    padding-bottom: 778px;
  }
  .l-footer02__entry-btn.c-btn03 {
    margin: 30px auto 0;
    max-width: 1280px;
  }
  .l-footer02__entry-btn.c-btn03 .c-btn03__in {
    min-height: 200px;
    padding: 50px 90px;
  }
  .l-footer02__cv {
    padding-bottom: 599px;
  }
  .l-footer02__cv .l-career-nav-cv {
    display: flex;
    justify-content: space-between;
  }
  .l-footer02__cv .l-career-nav-cv__item {
    position: relative;
    z-index: 1;
    max-width: 600px;
    aspect-ratio: 600/227;
  }
  .l-footer02__cv .l-career-nav-cv__item-in {
    overflow: visible;
    padding: 40px 50px 60px;
    box-shadow: none;
    filter: drop-shadow(0 0 100px rgba(107, 127, 146, 0.25));
  }
  .l-footer02__cv .l-career-nav-cv__item.is-bg-white .l-career-nav-cv__item-in {
    background: url(../img/common/bg_cv01.png) no-repeat 0 0/cover;
  }
  .l-footer02__cv .l-career-nav-cv__item.is-bg-grad .l-career-nav-cv__item-in:before {
    content: none;
  }
  .l-footer02__cv .l-career-nav-cv__item.is-bg-grad .l-career-nav-cv__item-in {
    background: url(../img/common/bg_cv02.png) no-repeat 0 0/cover;
  }
  .l-footer02__cv .l-career-nav-cv__item-ico {
    position: absolute;
    right: 20px;
    bottom: 48px;
  }
  .l-footer02__con {
    padding-block: 100px;
  }
  .l-footer02__con:before {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(15px);
    border-radius: 10px;
    inset: 0 30px;
  }
  .l-footer02__con .l-career-nav-list {
    gap: 40px;
  }
  .l-footer02__bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 150px;
    padding-top: 45px;
    border-top: 1px solid var(--mh--color--grayscale-500);
  }
  .l-footer02__bottom .l-career-nav-foot {
    border: none;
    margin: 0;
    padding: 0;
    gap: 0 70px;
  }
  .l-footer02__cr {
    margin: 0;
  }
  .l-footer02__bg {
    padding-top: 70px;
    padding-bottom: 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-footer02__cv .l-career-nav-cv__item.is-bg-white .l-career-nav-cv__item-in:hover {
    background-color: transparent !important;
    background: url(../img/common/bg_cv01_h.png) no-repeat 0 0/cover;
  }
  .l-footer02__cv .l-career-nav-cv__item.is-bg-grad .l-career-nav-cv__item-in:hover {
    background-color: transparent !important;
    background: url(../img/common/bg_cv02_h.png) no-repeat 0 0/cover;
  }
}
/* .l-footer02-bottom
=============================== */
@media (min-width: 768px) {
  .l-footer02-bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 150px;
    padding-top: 40px;
    border-top: 1px solid var(--mh--color--grayscale-500);
  }
  .l-footer02-bottom__logo {
    width: 222px;
    margin: 0;
  }
  .l-footer02-bottom__nav {
    width: auto;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 0 40px;
    margin: 0 0 0 70px;
  }
  .l-footer02-bottom__cr {
    margin: 0 0 0 auto;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-footer02-bottom__nav-item-in {
    transition: color var(--mh--duration) var(--mh--easing);
  }
  .l-footer02-bottom__nav-item-in:hover {
    color: var(--mh--color--primary-300);
  }
  .l-footer02-bottom__nav-item-in:hover .l-footer-nav__item-ico {
    color: inherit;
  }
}
/* .l-header
================================================ */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  min-width: 320px;
}
.l-header__inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  height: var(--mh--header--height);
  padding: 0 var(--mh--contents--padding--side);
}
.l-header.is-career {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .l-header.is-career .l-header__inner {
    height: 60px;
  }
}
@media (min-width: 768px) {
  .l-header__inner {
    padding: 0 0 0 30px;
  }
}
/* .l-header-logo
================================================== */
.l-header-logo {
  position: relative;
  z-index: 1;
}
.l-header-logo__link {
  display: grid !important;
  grid-template-columns: 111px auto;
  gap: 0 15px;
  align-items: center;
}
.l-header-logo__txt {
  font-size: var(--mh--font-size--xs);
  color: var(--mh--color--grayscale-800);
}
@media (min-width: 768px) {
  .l-header-logo__link {
    grid-template-columns: 222px auto;
    gap: 0 25px;
  }
  .l-header-logo__txt {
    font-size: var(--mh--font-size--md);
  }
}
/* .l-nav-btn
================================================== */
.l-nav-btn {
  position: relative;
  z-index: 1;
  width: 60px;
  height: 30px;
  border-radius: var(--border-radius--sm);
  background-color: var(--mh--color--grayscale-500);
  overflow: hidden;
  color: var(--mh--color--grayscale-100);
  cursor: pointer;
}
.l-nav-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: var(--mh--box-shadow--sm);
  background-color: var(--mh--color--primary-300);
  background-image: var(--mh--gradient01);
  transition: all var(--mh--duration) var(--mh--easing);
}
.l-nav-btn__line {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
  content: "";
  border-bottom: 2px solid;
  transition: margin var(--mh--duration) var(--mh--easing) var(--mh--duration), transform var(--mh--duration) var(--mh--easing);
}
.l-nav-btn__line:nth-child(1) {
  margin-top: -3px;
}
.l-nav-btn__line:nth-child(2) {
  margin-top: 3px;
}
.l-nav-btn.is-open::before {
  opacity: 0;
}
.l-nav-btn.is-open .l-nav-btn__line {
  margin-top: 0;
  transition-delay: 0s, var(--mh--duration);
}
.l-nav-btn.is-open .l-nav-btn__line:nth-child(1) {
  transform: translate(-50%, -50%) skewY(15deg);
}
.l-nav-btn.is-open .l-nav-btn__line:nth-child(2) {
  transform: translate(-50%, -50%) skewY(-15deg);
}
@media (hover: hover) and (pointer: fine) {
  .l-nav-btn:hover::before {
    box-shadow: none;
  }
}
/* .l-nav
================================================ */
.l-nav {
  position: fixed;
  top: 0;
  max-height: 100vh;
}
@media (max-width: 767px) {
  .l-nav {
    left: 0;
    width: 100%;
    min-width: 320px;
    padding: calc(var(--mh--header--height) + 30px) var(--mh--contents--padding--side) calc(60px + env(safe-area-inset-bottom));
    overflow: auto;
    overscroll-behavior-y: none;
    -webkit-overflow-scrolling: touch;
    opacity: 0;
    transform: translateX(120%);
    transition: opacity var(--mh--duration) var(--mh--easing), transform 0s linear var(--mh--duration);
    background-color: var(--mh--color--grayscale-100_op80);
    backdrop-filter: var(--backdrop-filter--blur);
  }
  .l-nav::-webkit-scrollbar {
    display: none;
  }
  .l-nav.is-open {
    transition-delay: var(--mh--duration) 0s;
    opacity: 1;
    transform: translateX(0);
  }
}
@media (min-width: 768px) {
  .l-nav {
    top: 0;
    right: 30px;
    display: grid;
    grid-template-columns: auto auto;
  }
}
/* .l-nav-box
================================================== */
.l-nav-box {
  position: relative;
  background-color: var(--mh--color--secondary-500);
  border-radius: var(--border-radius--md);
  overflow: hidden;
  font-weight: var(--mh--font-weight--bold);
  line-height: var(--mh--line-height--sm);
  overflow: hidden;
  z-index: 1;
}
.l-nav-box::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: var(--mh--gradient02);
  box-shadow: var(--mh--box-shadow--md);
  transition: all var(--mh--duration) var(--mh--easing);
  z-index: -1;
}
.l-nav-box.is-entry {
  background-color: var(--mh--color--primary-400);
}
.l-nav-box.is-entry::before {
  background-image: var(--mh--gradient01);
}
.l-nav-box:has(.l-nav-box__head.is-active)::before {
  box-shadow: none;
  opacity: 0;
}
.l-nav-box__head {
  position: relative;
  color: var(--mh--color--grayscale-100);
  font-size: var(--mh--font-size--lg);
  line-height: var(--mh--line-height--sm);
  text-align: left;
  padding: 20px;
  min-height: 70px;
  display: grid;
  align-items: center;
}
.l-nav-box__head::before, .l-nav-box__head::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
}
.l-nav-box__head::before {
  right: 20px;
  margin-top: -1px;
  width: 20px;
  border-top: 2px solid;
}
.l-nav-box__head::after {
  right: 29px;
  margin-top: -7px;
  height: 14px;
  border-left: 2px solid;
  transition: transform var(--mh--duration) var(--mh--easing);
}
.l-nav-box__head.is-active::after {
  transform: scaleY(0);
}
.l-nav-box__content {
  display: none;
  padding: 7px 20px;
  background-color: var(--mh--color--grayscale-100);
  box-shadow: inset -5px -5px 15px rgba(107, 127, 146, 0.3);
  border-radius: var(--border-radius--sm);
}
@media (max-width: 767px) {
  .l-nav-box + .l-nav-box {
    margin-top: 15px;
  }
  .l-nav-box__content {
    margin: 0px 20px 20px;
  }
}
@media (min-width: 768px) {
  .l-nav-box {
    min-width: 200px;
    overflow: visible;
    border-radius: 0px 0px var(--border-radius--sm) var(--border-radius--sm);
  }
  .l-nav-box::before {
    border-radius: 0px 0px var(--border-radius--sm) var(--border-radius--sm);
  }
  .l-nav-box + .l-nav-box {
    margin-left: 15px;
  }
  .l-nav-box__head {
    min-height: var(--mh--header--height);
  }
  .l-nav-box__content {
    position: absolute;
    top: calc(var(--mh--header--height) + 10px);
    left: 0;
    right: 0;
    display: block !important;
    opacity: 0;
    visibility: hidden;
    transition: all var(--mh--duration) var(--mh--easing);
  }
  .l-nav-box__content.is-active {
    opacity: 1;
    visibility: visible;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-nav-box:hover::before {
    box-shadow: none;
    opacity: 0;
  }
}
/* .l-nav-list
================================================== */
.l-nav-list__item {
  border-bottom: 1px solid var(--mh--color--grayscale-500);
}
.l-nav-list__item:last-of-type {
  border-bottom: none;
}
.l-nav-list__item-in {
  position: relative;
  display: block;
  padding: 18px 0;
  border: 0;
}
.l-nav-list__item-ico {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  color: var(--mh--color--primary-500);
}
@media (hover: hover) and (pointer: fine) {
  .l-nav-list__item-in {
    transition: color var(--mh--duration) var(--mh--easing);
  }
  .l-nav-list__item-in:hover {
    color: var(--mh--color--primary-300);
  }
  .l-nav-list__item-in:hover .l-nav-list__item-ico {
    color: var(--mh--color--primary-300);
  }
}
/* .l-nav-overlay
================================================ */
.l-nav-overlay {
  position: fixed;
  inset: 0;
  z-index: 10;
  display: none;
}
@media (min-width: 768px) {
  .l-nav-overlay {
    z-index: -1;
    display: none !important;
  }
}
/* .l-career-nav-btn
================================================== */
.l-career-nav-btn {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 11;
  width: 60px;
  height: 60px;
  background-color: var(--mh--color--grayscale-100);
  color: var(--mh--color--primary-500);
  cursor: pointer;
  overflow: hidden;
  transition: all var(--mh--duration) var(--mh--easing);
}
.l-career-nav-btn__line {
  position: absolute;
  top: calc(50% - 1px);
  left: 27.5%;
  width: 45%;
  content: "";
  border-bottom: 2px solid;
  transition: margin var(--mh--duration) var(--mh--easing) var(--mh--duration), width var(--mh--duration) var(--mh--easing), transform var(--mh--duration) var(--mh--easing), opacity var(--mh--duration) var(--mh--easing) var(--mh--duration);
}
.l-career-nav-btn__line:nth-child(1) {
  margin-top: -9px;
}
.l-career-nav-btn__line:nth-child(2) {
  width: 33.3%;
}
.l-career-nav-btn__line:nth-child(3) {
  margin-top: 9px;
  width: 21.6%;
}
.l-career-nav-btn.is-open {
  background-color: var(--mh--color--grayscale-450);
}
.l-career-nav-btn.is-open .l-career-nav-btn__line {
  margin-top: 0;
  width: 45%;
  transition-delay: 0s, 0s, var(--mh--duration), 0s;
}
.l-career-nav-btn.is-open .l-career-nav-btn__line:nth-child(1) {
  transform: rotate(32deg);
}
.l-career-nav-btn.is-open .l-career-nav-btn__line:nth-child(2) {
  opacity: 0;
}
.l-career-nav-btn.is-open .l-career-nav-btn__line:nth-child(3) {
  transform: rotate(-32deg);
}
@media (min-width: 768px) {
  .l-career-nav-btn {
    width: 90px;
    height: 90px;
  }
  .l-career-nav-btn__line:nth-child(1) {
    margin-top: -12px;
  }
  .l-career-nav-btn__line:nth-child(3) {
    margin-top: 12px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-career-nav-btn:hover {
    background-color: var(--mh--color--primary-300);
    color: var(--mh--color--grayscale-100);
  }
  .l-career-nav-btn:hover .l-career-nav-btn__line:nth-child(2), .l-career-nav-btn:hover .l-career-nav-btn__line:nth-child(3) {
    width: 45%;
  }
}
/* .l-career-nav
================================================ */
.l-career-nav {
  position: fixed;
  top: 0;
  left: 0;
  max-height: 100vh;
  width: 100%;
  min-width: 320px;
  overflow: auto;
  overscroll-behavior-y: none;
  -webkit-overflow-scrolling: touch;
  opacity: 0;
  transform: translateX(120%);
  transition: opacity var(--mh--duration) var(--mh--easing), transform 0s linear var(--mh--duration);
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(15px);
  line-height: var(--mh--line-height--sm);
  z-index: 1;
}
.l-career-nav::-webkit-scrollbar {
  display: none;
}
.l-career-nav__inner {
  padding-top: 70px;
  padding-bottom: calc(70px + env(safe-area-inset-bottom));
}
.l-career-nav.is-open {
  transition-delay: var(--mh--duration) 0s;
  opacity: 1;
  transform: translateX(0);
}
@media (min-width: 768px) {
  .l-career-nav {
    top: 0;
  }
  .l-career-nav__inner {
    padding-top: 176px;
    padding-bottom: 100px;
    max-width: calc(1580px + var(--mh--contents--padding--side) * 2);
    margin: 0 auto;
    min-height: 100vh;
    display: grid;
    align-content: center;
  }
}
/* .l-career-nav-list
================================================== */
.l-career-nav-list__item {
  margin-bottom: 30px;
}
.l-career-nav-list__item-in {
  position: relative;
  display: block;
  padding-bottom: 15px;
  border: 0;
  border-bottom: 1px solid var(--mh--color--grayscale-500);
  text-align: left;
}
.l-career-nav-list__item-in:is(button)::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 20px;
  right: 2px;
  width: 8px;
  height: 8px;
  border-right: 2px solid;
  border-bottom: 2px solid;
  color: var(--mh--color--grayscale-800);
  transform: rotate(45deg);
  transition: transform var(--mh--duration) var(--mh--easing);
}
.l-career-nav-list__item-in:is(button).is-active::after {
  transform: rotate(-135deg);
}
.l-career-nav-list__item-en {
  display: block;
  margin-bottom: 5px;
  color: var(--mh--color--grayscale-800);
  font-size: var(--mh--font-size--xs);
}
.l-career-nav-list__item-ja {
  display: block;
  line-height: var(--mh--line-height--sm);
  font-weight: var(--mh--font-weight--bold);
  font-size: var(--mh--font-size--lg);
}
.l-career-nav-list__item-content {
  display: none;
}
@media (min-width: 768px) {
  .l-career-nav-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 55px;
  }
  .l-career-nav-list__item {
    margin-bottom: 0;
  }
  .l-career-nav-list__item-in {
    padding-bottom: 20px;
    pointer-events: none;
  }
  .l-career-nav-list__item-in::after {
    content: none !important;
  }
  .l-career-nav-list__item-ja {
    margin-top: 5px;
    font-size: var(--mh--font-size--lg);
  }
  .l-career-nav-list__item-content {
    display: block !important;
  }
}
@media (min-width: 1100px) {
  .l-career-nav-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1500px) {
  .l-career-nav-list {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-career-nav-list__item-in {
    transition: color var(--mh--duration) var(--mh--easing);
  }
  .l-career-nav-list__item-in .l-career-nav-list__item-en, .l-career-nav-list__item-in::after {
    transition: color var(--mh--duration) var(--mh--easing);
  }
  .l-career-nav-list__item-in:hover {
    color: var(--mh--color--primary-300);
  }
  .l-career-nav-list__item-in:hover .l-career-nav-list__item-en, .l-career-nav-list__item-in:hover::after {
    color: var(--mh--color--primary-300);
  }
}
.l-career-nav-child {
  padding-top: 5px;
}
.l-career-nav-child__item {
  margin-top: 15px;
  font-size: var(--mh--font-size--sm);
}
.l-career-nav-child__item-in {
  position: relative;
  display: block;
  padding-left: 15px;
  line-height: var(--mh--line-height--sm);
}
.l-career-nav-child__item-in::before {
  content: "";
  display: block;
  width: 7px;
  border-top: 1px solid var(--mh--color--grayscale-500);
  position: absolute;
  top: 0.75em;
  left: 0;
}
.l-career-nav-child__item-ico {
  margin-left: 7px;
  color: var(--mh--color--grayscale-800);
}
.l-career-nav-child__item-ico.is-blank01::after {
  width: 12px;
  height: 12px;
}
@media (min-width: 768px) {
  .l-career-nav-child__item + .l-career-nav-child__item {
    margin-top: 20px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-career-nav-child__item-in:is(a) {
    transition: color var(--mh--duration) var(--mh--easing);
  }
  .l-career-nav-child__item-in:is(a):hover {
    color: var(--mh--color--primary-300);
  }
  .l-career-nav-child__item-in:is(a):hover .l-career-nav-child__item-ico {
    color: var(--mh--color--primary-300);
  }
}
.l-career-nav-grandchild {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin: 10px 0 0 15px;
  color: var(--mh--color--grayscale-800);
  font-size: var(--mh--font-size--xs);
}
@media (hover: hover) and (pointer: fine) {
  .l-career-nav-grandchild__item-in {
    transition: color var(--mh--duration) var(--mh--easing);
  }
  .l-career-nav-grandchild__item-in:hover {
    color: var(--mh--color--primary-300);
  }
}
.l-career-nav-cv {
  display: grid;
  gap: 10px;
  margin-top: 30px;
}
.l-career-nav-cv__item {
  margin: 0;
}
.l-career-nav-cv__item-in {
  min-height: 90px;
}
.l-career-nav-cv__item-txt {
  font-size: var(--mh--font-size--x5l);
}
.l-career-nav-cv__item-txt.u-font-en {
  font-size: var(--mh--font-size--x8l);
}
@media (min-width: 768px) {
  .l-career-nav-cv {
    margin-top: 70px;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
/* .l-career-nav-foot
================================================== */
.l-career-nav-foot {
  margin-top: 60px;
}
.l-career-nav-foot__logo {
  width: 147px;
}
@media (min-width: 768px) {
  .l-career-nav-foot {
    margin-top: 100px;
    padding-top: 40px;
    border-top: 1px solid var(--mh--color--grayscale-600);
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .l-career-nav-foot__logo {
    width: 222px;
  }
}
.l-career-nav-other {
  padding-top: 5px;
}
.l-career-nav-other__item {
  margin-top: 15px;
  font-size: var(--mh--font-size--sm);
}
.l-career-nav-other__item-in {
  position: relative;
  display: block;
  line-height: var(--mh--line-height--sm);
}
.l-career-nav-other__item-ico {
  margin-left: 5px;
  color: var(--mh--color--grayscale-800);
}
.l-career-nav-other__item-ico.is-blank01::after {
  width: 12px;
  height: 12px;
}
@media (min-width: 768px) {
  .l-career-nav-other {
    padding-top: 0;
    display: flex;
    justify-content: flex-end;
    gap: 40px;
  }
  .l-career-nav-other__item {
    margin-top: 0;
  }
  .l-career-nav-other__item-ico {
    margin-left: 8px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-career-nav-other__item-in {
    transition: color var(--mh--duration) var(--mh--easing);
  }
  .l-career-nav-other__item-in:hover {
    color: var(--mh--color--primary-300);
  }
  .l-career-nav-other__item-in:hover .l-career-nav-other__item-ico {
    color: var(--mh--color--primary-300);
  }
}
/* .l-career-menu
================================================== */
@media (max-width: 767px) {
  .l-career-menu {
    display: none;
  }
}
.l-career-menu-list {
  display: none;
}
@media (min-width: 1500px) {
  .l-career-menu-list {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 23px;
    margin-right: 380px;
    line-height: var(--mh--line-height--sm);
    white-space: nowrap;
  }
  .l-career-menu-list__item {
    position: relative;
  }
  .l-career-menu-list__item-in {
    position: relative;
    display: block;
    border: 0;
  }
  .l-career-menu-list__item-in:is(button)::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 0 3px 8px;
    border-right: 2px solid;
    border-bottom: 2px solid;
    color: var(--mh--color--grayscale-800);
    transform: rotate(45deg);
    transition: transform var(--mh--duration) var(--mh--easing);
    transform-origin: center 75%;
  }
  .l-career-menu-list__item-in:is(button).is-active::after {
    transform: rotate(-135deg);
  }
  .l-career-menu-list__item-content {
    position: absolute;
    top: calc(var(--mh--header--height) + 10px);
    left: 50%;
    transform: translateX(-50%);
    display: block !important;
    opacity: 0;
    visibility: hidden;
    transition: all var(--mh--duration) var(--mh--easing);
    border-radius: var(--border-radius--sm);
    background-color: var(--mh--color--grayscale-100);
    padding: 15px 30px 30px;
  }
  .l-career-menu-list__item-content.is-active {
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 1500px) and (hover: hover) and (pointer: fine) {
  .l-career-menu-list__item-in {
    transition: color var(--mh--duration) var(--mh--easing);
  }
  .l-career-menu-list__item-in::after {
    transition: color var(--mh--duration) var(--mh--easing);
  }
  .l-career-menu-list__item-in:hover {
    color: var(--mh--color--primary-300);
  }
  .l-career-menu-list__item-in:hover::after {
    color: var(--mh--color--primary-300);
  }
}
@media (min-width: 1600px) {
  .l-career-menu-list {
    gap: 30px;
    margin-right: 390px;
  }
  .l-career-menu-list__item-in:is(button) {
    margin-left: 10px;
  }
}
.l-career-menu-child__item {
  margin-top: 15px;
  font-size: var(--mh--font-size--sm);
}
.l-career-menu-child__item-in {
  position: relative;
  display: block;
  padding-left: 15px;
}
.l-career-menu-child__item-in::before {
  content: "";
  display: block;
  width: 7px;
  border-top: 1px solid var(--mh--color--grayscale-500);
  position: absolute;
  top: 0.75em;
  left: 0;
}
.l-career-menu-child__item-ico {
  margin-left: 7px;
  color: var(--mh--color--grayscale-800);
}
.l-career-menu-child__item-ico.is-blank01::after {
  width: 12px;
  height: 12px;
}
@media (min-width: 768px) {
  .l-career-menu-child__item + .l-career-menu-child__item {
    margin-top: 20px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-career-menu-child__item-in:is(a) {
    transition: color var(--mh--duration) var(--mh--easing);
  }
  .l-career-menu-child__item-in:is(a):hover {
    color: var(--mh--color--primary-300);
  }
  .l-career-menu-child__item-in:is(a):hover .l-career-nav-child__item-ico {
    color: var(--mh--color--primary-300);
  }
}
.l-career-menu-grandchild {
  display: grid;
  gap: 10px;
  margin: 10px 0 0 15px;
  color: var(--mh--color--grayscale-800);
  font-size: var(--mh--font-size--xs);
}
@media (hover: hover) and (pointer: fine) {
  .l-career-menu-grandchild__item-in {
    transition: color var(--mh--duration) var(--mh--easing);
  }
  .l-career-menu-grandchild__item-in:hover {
    color: var(--mh--color--primary-300);
  }
}
@media (min-width: 768px) {
  .l-career-menu-entry {
    position: fixed;
    top: 0;
    right: 90px;
    width: 24.7395833333%;
    max-width: 250px;
    height: 90px;
  }
  .l-career-menu-entry__in {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 30px 35px;
    background-color: var(--mh--color--primary-400);
    color: var(--mh--color--grayscale-100);
    border-radius: 0px 0px 0px var(--border-radius--md);
    font-size: var(--mh--font-size--x4l);
    z-index: 1;
    overflow: hidden;
  }
  .l-career-menu-entry__in::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background-image: var(--mh--gradient03);
  }
}
@media (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .l-career-menu-entry__in::before {
    transition: opacity var(--mh--duration) var(--mh--easing);
  }
  .l-career-menu-entry__in:hover::before {
    opacity: 0;
  }
}
/* .l-career-overlay
================================================ */
.l-career-overlay {
  position: fixed;
  top: var(--mh--header--height);
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  display: none;
  background-color: var(--mh--color--primary-500_op10);
}
@media (max-width: 767px) {
  .l-career-overlay {
    z-index: -1;
    display: none !important;
  }
}
/* .l-loading
================================================ */
.l-loading {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 100%;
  z-index: 1000;
  background-color: var(--mh--color--grayscale-400);
  -webkit-mask-image: linear-gradient(white, white), radial-gradient(circle at center, white 50%, transparent 50.1%);
  mask-image: linear-gradient(white, white), radial-gradient(circle at center, white 50%, transparent 50.1%);
  -webkit-mask-size: 100% 100%, 0% 0%;
  mask-size: 100% 100%, 0% 0%;
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  transition: z-index 0s linear var(--mh--duration--lg), visibility 0s linear var(--mh--duration--lg), -webkit-mask-size var(--mh--duration--lg) var(--mh--easing--cubic01);
  transition: mask-size var(--mh--duration--lg) var(--mh--easing--cubic01), z-index 0s linear var(--mh--duration--lg), visibility 0s linear var(--mh--duration--lg);
  transition: mask-size var(--mh--duration--lg) var(--mh--easing--cubic01), z-index 0s linear var(--mh--duration--lg), visibility 0s linear var(--mh--duration--lg), -webkit-mask-size var(--mh--duration--lg) var(--mh--easing--cubic01);
}
.l-loading__vi {
  opacity: 0;
  transition: opacity var(--mh--duration) var(--mh--easing);
}
.l-loading__vi video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.l-loading__btn {
  display: block;
  position: absolute;
  bottom: 15px;
  right: 15px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  font-size: var(--mh--font-size--x2l);
  color: var(--mh--color--primary-400);
  opacity: 0;
  transition: opacity var(--mh--duration) var(--mh--easing);
}
.l-loading__time {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  text-align: center;
  font-size: var(--mh--font-size--x6l);
  color: var(--mh--color--primary-400);
  opacity: 0.3;
}
.l-loading.is-start .l-loading__vi, .l-loading.is-start .l-loading__btn {
  opacity: 1;
}
.l-loading.is-end {
  pointer-events: none;
  -webkit-mask-size: 100% 100%, 200% 200%;
  mask-size: 100% 100%, 200% 200%;
  z-index: -1;
  visibility: hidden;
}
@media (min-width: 768px) {
  .l-loading__btn {
    bottom: 30px;
    right: 30px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-loading__btn {
    transition: color var(--mh--duration) var(--mh--easing);
  }
  .l-loading__btn:hover {
    color: var(--mh--color--primary-300);
  }
}
/* .l-main-img HOME
================================================ */
@keyframes scrollDown {
  0% {
    transform: translateY(-100%) rotate(90deg);
  }
  100% {
    transform: translateY(100%) rotate(90deg);
  }
}
.l-main-img {
  --clip-path-top: 90%;
  --clip-path-side: 16%;
  --clip-path-bottom: 28.3653846154%;
  --clip-path-round: 10px;
  --zoom-scale: 1.5;
  --scale: 1;
  position: relative;
  height: 100dvh;
  margin-bottom: -286px;
}
.l-main-img__vi {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: grid;
  align-items: end;
}
.l-main-img__vi-clip {
  position: sticky;
  bottom: 0;
  left: 0;
  will-change: clip-path;
  clip-path: inset(0%);
  overflow: hidden;
  cursor: auto;
  height: 100%;
  background-color: var(--mh--color--grayscale-400);
}
.l-main-img__vi-clip-in {
  position: absolute;
  top: 0;
  min-width: 100%;
  transform: scale(var(--scale));
  transform-origin: center 69.2307692308%;
}
.l-main-img__vi-clip-in img, .l-main-img__vi-clip-in video {
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.l-main-img__vi-layer {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  padding: 10px 20px;
  color: var(--mh--color--grayscale-100);
  background-color: red;
  opacity: 0.9;
  z-index: 10;
}
.l-main-img__inner {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: calc(var(--vh, 1) * 100);
  padding: 15px 15px 0;
}
.l-main-img__scroll {
  position: absolute;
  right: 15px;
  bottom: 0;
  display: grid;
  grid-template-columns: auto 15px;
  align-items: center;
  gap: 0 10px;
  width: fit-content;
  padding: 10px 15px;
  border-radius: 5px;
  color: var(--mh--color--primary-400);
  font-size: var(--mh--font-size--x2l);
  background: var(--mh--color--grayscale-100_op80);
  backdrop-filter: blur(5px);
  pointer-events: none;
}
.l-main-img__scroll span.is-ico {
  display: grid;
  place-items: center;
  width: 15px;
  height: 15px;
  overflow: hidden;
}
.l-main-img__scroll span.is-ico:after {
  display: inline-block;
  width: 15px;
  height: 15px;
  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 15 15"><path d="M7.73 0 6.12 1.67l4.5 4.65H0v2.36h10.62l-4.5 4.65L7.73 15 15 7.5 7.73 0Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15 15"><path d="M7.73 0 6.12 1.67l4.5 4.65H0v2.36h10.62l-4.5 4.65L7.73 15 15 7.5 7.73 0Z"/></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);
  transform: rotate(90deg);
  animation: scrollDown 1.6s linear infinite;
}
.l-main-img__copy {
  position: relative;
  transition: -webkit-mask 1.5s var(--mh--easing) 0.5s;
  transition: mask 1.5s var(--mh--easing) 0.5s;
  transition: mask 1.5s var(--mh--easing) 0.5s, -webkit-mask 1.5s var(--mh--easing) 0.5s;
  -webkit-mask-image: linear-gradient(white, white), linear-gradient(white, white), linear-gradient(white, white), linear-gradient(white, white);
  mask-image: linear-gradient(white, white), linear-gradient(white, white), linear-gradient(white, white), linear-gradient(white, white);
  -webkit-mask-size: 25% 200%, 25% 200%, 25% 200%, 25% 200%;
  mask-size: 25% 200%, 25% 200%, 25% 200%, 25% 200%;
  -webkit-mask-position: 0% 350%, 33.3% 300%, 66.6% 250%, 100% 200%;
  mask-position: 0% 350%, 33.3% 300%, 66.6% 250%, 100% 200%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  width: 58.2089552239%;
}
.l-main-img__copy-in {
  width: 100%;
  background-color: var(--mh--color--grayscale-900);
  background-image: radial-gradient(circle, #1468f2 0%, rgba(20, 104, 242, 0) 50%);
  background-repeat: no-repeat;
  background-size: 200% 200%;
  background-position: 0% 0%;
  animation: bg-anime01 3s infinite both;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 934 72"><path d="M28.168 3.089h12.355q-.147 3.235-.515 8.163-.367 4.854-1.324 10.812-.956 5.955-2.941 12.502-1.986 6.472-5.37 13.017-3.382 6.473-8.604 12.503-5.22 5.958-12.65 10.811-1.396-2.133-3.897-4.486A38.6 38.6 0 0 0 0 62.292q7.354-4.265 12.208-9.56 4.928-5.37 7.943-11.18 3.09-5.81 4.707-11.62 1.618-5.81 2.28-11.031t.735-9.267q.148-4.118.294-6.545m11.987 2.206q.075 1.47.22 4.486.222 3.016.883 7.134.663 4.119 1.913 8.9 1.323 4.78 3.53 9.854 2.28 5.002 5.59 9.855 3.383 4.78 8.163 8.973 4.78 4.118 11.252 7.207a31 31 0 0 0-4.78 4.413q-2.207 2.5-3.457 4.707-6.84-3.457-11.914-8.164-5.074-4.78-8.679-10.222-3.53-5.516-5.883-11.18-2.355-5.736-3.75-11.178-1.398-5.516-2.134-10.223-.662-4.78-.956-8.237-.221-3.53-.367-5.222zM134.513 22.137a77 77 0 0 1-3.972 2.28 85 85 0 0 1-4.265 2.206q-1.618.81-3.972 1.912a242 242 0 0 0-5.001 2.5 190 190 0 0 0-5.368 2.796 84 84 0 0 0-5.148 3.015q-4.266 2.795-7.06 5.81-2.722 3.015-2.722 6.693 0 3.604 3.53 5.368 3.53 1.766 10.591 1.766a93 93 0 0 0 7.942-.368 125 125 0 0 0 8.605-1.03q4.266-.661 7.722-1.47l-.147 12.87q-3.31.515-6.986.956-3.604.44-7.796.662-4.119.22-9.046.22-5.663 0-10.591-.882-4.854-.81-8.53-2.869-3.604-1.985-5.664-5.368-2.058-3.457-2.059-8.532 0-5.074 2.28-9.046 2.28-4.044 6.03-7.354a73 73 0 0 1 8.091-6.178 69 69 0 0 1 5.295-3.236 353 353 0 0 1 5.442-3.089 954 954 0 0 0 5.001-2.72 102 102 0 0 0 3.971-2.207q2.354-1.398 4.193-2.5a37 37 0 0 0 3.456-2.501zM97.667 5.075a132 132 0 0 0 3.898 9.487 169 169 0 0 0 4.118 8.384q2.06 3.824 3.751 6.987L99.212 35.89a176 176 0 0 1-4.266-7.796 307 307 0 0 1-4.266-8.899 431 431 0 0 1-4.192-9.56zM160.379 68.69a68 68 0 0 0-3.641-4.136 109 109 0 0 0-4.082-4.192 61 61 0 0 0-3.971-3.75l7.005-6.013q1.93 1.6 4.192 3.806a98 98 0 0 1 4.358 4.413q2.04 2.205 3.254 3.75zM204.933 9.046h25.225v8.825h-25.225zm27.726-3.677h18.607v9.34h-18.607zm-.368 19.71h20.225v9.487h-20.225zm-28.682-1.618h27.505v9.193h-27.505zm8.825-21.843h10.076v27.138h-10.076zm-8.384 38.538h26.55v9.046h-26.55zm8.237-6.399h10.076v25.74l-10.076 1.545zm-10.296 23.387 8.752-.661q4.854-.368 10.149-.81 5.369-.44 10.59-.956l.221 9.194q-7.428.809-15.003 1.544-7.575.81-13.68 1.397zm35.228-28.02h10.516v30.889q0 3.603-.735 5.883-.662 2.354-2.942 3.604-2.133 1.25-5.001 1.544-2.794.368-6.472.368-.22-2.28-1.029-5.369-.81-3.015-1.839-5.295l3.677.147q1.913 0 2.648-.073.662 0 .882-.148.295-.22.295-.882zM194.342 1.618l9.561 3.53a76 76 0 0 1-4.707 6.693 86 86 0 0 1-5.589 6.325q-2.942 2.94-5.884 5.221-.588-1.102-1.618-2.574a64 64 0 0 0-1.985-3.015q-1.03-1.47-1.839-2.427a43.4 43.4 0 0 0 4.633-4.045 49 49 0 0 0 4.266-4.854q1.986-2.574 3.162-4.854m-3.824 32.801 8.31-8.31 1.471.514v44.863h-9.781zm5.222-16.842 9.487 3.236q-2.06 4.78-5.001 9.708a104 104 0 0 1-6.251 9.193q-3.31 4.266-6.767 7.502-.441-1.177-1.47-3.09a50 50 0 0 0-2.133-3.823q-1.104-1.913-1.986-3.09 4.119-3.53 7.943-8.751 3.824-5.295 6.178-10.885M316.573 22.137a77 77 0 0 1-3.971 2.28 85 85 0 0 1-4.266 2.206q-1.618.81-3.971 1.912-2.28 1.105-5.001 2.5a190 190 0 0 0-5.369 2.796 84 84 0 0 0-5.148 3.015q-4.266 2.795-7.06 5.81-2.722 3.015-2.722 6.693 0 3.604 3.531 5.368 3.53 1.766 10.59 1.766a93 93 0 0 0 7.943-.368q4.34-.368 8.604-1.03 4.266-.661 7.723-1.47l-.147 12.87q-3.31.515-6.987.956-3.604.44-7.796.662-4.119.22-9.046.22-5.663 0-10.59-.882-4.854-.81-8.531-2.869-3.604-1.985-5.663-5.368-2.06-3.457-2.06-8.532 0-5.074 2.28-9.046 2.28-4.044 6.031-7.354a73 73 0 0 1 8.09-6.178 69 69 0 0 1 5.295-3.236 353 353 0 0 1 5.442-3.089 954 954 0 0 0 5.001-2.72 103 103 0 0 0 3.972-2.207q2.353-1.398 4.192-2.5a37 37 0 0 0 3.456-2.501zM279.727 5.075a132 132 0 0 0 3.898 9.487 168 168 0 0 0 4.119 8.384q2.06 3.824 3.75 6.987l-10.222 5.957a176 176 0 0 1-4.266-7.796 304 304 0 0 1-4.265-8.899 426 426 0 0 1-4.192-9.56zM342.56 68.69a68 68 0 0 0-3.641-4.136 109 109 0 0 0-4.081-4.192 61 61 0 0 0-3.972-3.75l7.005-6.013a70 70 0 0 1 4.192 3.806 98 98 0 0 1 4.358 4.413q2.04 2.205 3.254 3.75zM365.418 18.975h69.206V29.27h-69.206zm15.886 37.949h50.672V67.22h-50.672zm17.798-18.166h18.606v9.929h-18.606zM375.714 3.971h11.032v67.515h-11.032zm18.975-1.544H405.5v48.98h-10.811zm18.386.662h10.811v48.319h-10.811zM457.496 24.343v3.825h32.065v-3.825zm0-11.62v3.751h32.065v-3.75zm-10.664-8.53h53.908v32.506h-53.908zm37.875 26.917q2.354 3.162 5.957 5.883 3.678 2.722 8.311 4.78a57.4 57.4 0 0 0 9.781 3.31q-1.176 1.03-2.574 2.648a62 62 0 0 0-2.574 3.383 45 45 0 0 0-1.985 3.089 54.4 54.4 0 0 1-10.297-4.707 51.4 51.4 0 0 1-8.751-6.766 48.7 48.7 0 0 1-6.84-8.384zm-22.431-.074 9.414 3.604q-2.942 4.339-6.987 8.163a58.2 58.2 0 0 1-8.899 6.766 53.7 53.7 0 0 1-10.149 4.854q-.735-1.323-1.985-2.942a81 81 0 0 0-2.574-3.162q-1.325-1.618-2.501-2.648a58 58 0 0 0 9.487-3.603q4.56-2.28 8.237-5.075t5.957-5.957m-4.707 13.753h11.032v5.369q0 2.647-.662 5.663-.588 3.015-2.353 6.03-1.765 2.942-5.222 5.59-3.383 2.647-9.046 4.56-.661-1.325-1.986-2.942a53 53 0 0 0-2.721-3.236q-1.397-1.545-2.574-2.574 4.486-1.325 7.134-2.942 2.721-1.692 4.045-3.457 1.397-1.839 1.839-3.677.514-1.839.514-3.457zm10.517-36.331h10.811v23.828h-10.811zm11.326 36.552h11.179V71.19h-11.179zM572.299 22.137a77 77 0 0 1-3.972 2.28 85 85 0 0 1-4.265 2.206q-1.619.81-3.972 1.912a242 242 0 0 0-5.001 2.5 190 190 0 0 0-5.368 2.796 84 84 0 0 0-5.148 3.015q-4.266 2.795-7.061 5.81-2.721 3.015-2.721 6.693 0 3.604 3.53 5.368 3.53 1.766 10.591 1.766a93 93 0 0 0 7.943-.368 125 125 0 0 0 8.604-1.03q4.266-.661 7.722-1.47l-.147 12.87q-3.31.515-6.986.956-3.604.44-7.796.662-4.119.22-9.046.22-5.663 0-10.591-.882-4.853-.81-8.531-2.869-3.603-1.985-5.663-5.368-2.058-3.457-2.059-8.532 0-5.074 2.28-9.046 2.28-4.044 6.031-7.354a73 73 0 0 1 8.09-6.178 69 69 0 0 1 5.295-3.236 353 353 0 0 1 5.442-3.089 954 954 0 0 0 5.001-2.72 102 102 0 0 0 3.971-2.207q2.354-1.398 4.193-2.5a37 37 0 0 0 3.456-2.501zM535.453 5.075a132 132 0 0 0 3.898 9.487 169 169 0 0 0 4.118 8.384q2.06 3.824 3.751 6.987l-10.222 5.957a176 176 0 0 1-4.266-7.796 306 306 0 0 1-4.266-8.899 431 431 0 0 1-4.192-9.56zM598.132 68.69a68 68 0 0 0-3.641-4.136 109 109 0 0 0-4.081-4.192 61 61 0 0 0-3.972-3.75l7.005-6.013a70 70 0 0 1 4.192 3.806 98 98 0 0 1 4.358 4.413q2.04 2.205 3.254 3.75zM621.873 23.093a91 91 0 0 0 4.854-1.03q2.794-.735 4.78-1.25a696 696 0 0 0 5.59-1.691 153 153 0 0 1 8.016-2.354 112 112 0 0 1 9.119-1.985q4.634-.81 8.679-.81 6.986 0 12.576 2.575 5.589 2.573 8.899 7.575 3.309 4.928 3.309 12.135 0 4.853-1.765 9.12-1.765 4.264-5.295 7.795-3.457 3.53-8.605 6.178t-11.914 4.265-15.077 1.986l-5.221-11.84q7.648-.148 14.047-1.325 6.398-1.176 11.105-3.309 4.707-2.206 7.281-5.442 2.647-3.31 2.647-7.649 0-3.236-1.397-5.736-1.398-2.575-4.192-4.045-2.795-1.471-6.913-1.471-3.015 0-6.766.735a74 74 0 0 0-7.649 1.986 122 122 0 0 0-7.796 2.647 151 151 0 0 0-7.281 2.869q-3.382 1.397-6.03 2.574zM697.771 15.297q2.574.294 5.442.442 2.942.073 4.78.073 4.854 0 9.708-.515a110 110 0 0 0 9.193-1.47q4.34-.883 7.502-1.84l.294 10.224q-2.868.809-7.281 1.691-4.413.81-9.487 1.397a84 84 0 0 1-9.855.589q-2.28 0-4.633-.074-2.28-.073-4.854-.22zM727.777 4.78q-.441 1.986-1.25 5.001a223 223 0 0 1-1.692 6.472 178 178 0 0 1-2.059 6.767q-1.618 5.295-4.266 11.326a154 154 0 0 1-5.663 11.84q-3.089 5.737-6.251 10.223l-10.737-5.442a90 90 0 0 0 4.927-6.914 139 139 0 0 0 4.56-7.722 120 120 0 0 0 3.751-7.575q1.69-3.603 2.721-6.472 1.47-4.192 2.5-9.193 1.103-5 1.25-9.487zm17.209 23.02a80 80 0 0 0-.147 5.001q.074 2.574.147 5.295.074 1.545.147 4.119.147 2.5.294 5.368.148 2.796.221 5.296.147 2.5.147 3.898 0 3.676-1.397 6.619-1.398 2.94-4.633 4.633-3.237 1.765-8.899 1.765-4.855 0-8.752-1.544-3.898-1.47-6.251-4.34-2.28-2.94-2.28-7.207 0-3.677 1.912-6.766 1.913-3.162 5.736-5.001 3.824-1.912 9.488-1.912 6.618 0 12.208 1.912 5.663 1.839 10.076 4.707 4.485 2.868 7.575 5.736l-5.884 9.561a269 269 0 0 0-4.413-3.971q-2.5-2.28-5.662-4.266a31.2 31.2 0 0 0-6.767-3.383q-3.676-1.324-7.869-1.324-2.72 0-4.339 1.03-1.544.956-1.544 2.574 0 1.765 1.397 2.868 1.471 1.103 3.751 1.103 2.207 0 3.456-.809t1.765-2.28q.516-1.544.515-3.603 0-1.398-.147-4.413t-.368-6.693q-.147-3.75-.367-7.428-.147-3.75-.295-6.545zm11.473 5.001q-2.206-1.765-5.516-3.75a100 100 0 0 0-6.692-3.899q-3.383-1.912-5.957-3.015l5.736-8.825a91 91 0 0 1 4.56 2.206q2.647 1.25 5.295 2.721a95 95 0 0 1 5.075 2.795q2.353 1.324 3.824 2.353zM800.512 6.693q-.367 1.618-.809 3.603a81 81 0 0 1-.735 3.457 131 131 0 0 1-.809 3.75 123 123 0 0 0-.809 3.604l-.736 3.383a215 215 0 0 1-1.912 7.502 193 193 0 0 1-2.647 9.34 172 172 0 0 1-3.31 10.076 158 158 0 0 1-3.898 9.634q-2.058 4.634-4.265 8.164l-11.62-4.634q2.648-3.603 4.854-7.942a98 98 0 0 0 4.118-8.9q1.84-4.56 3.236-8.972 1.471-4.485 2.501-8.31t1.618-6.62q1.03-5.295 1.544-9.854.588-4.634.441-8.679zm25.373 6.766q1.692 2.5 3.53 6.104a107 107 0 0 1 3.678 7.502 152 152 0 0 1 3.162 7.648q1.471 3.678 2.28 6.325l-11.4 5.222q-.661-3.237-1.912-7.06a87 87 0 0 0-2.794-7.723 66 66 0 0 0-3.457-7.501q-1.84-3.53-3.824-6.031zm-57.07 7.722q2.133.147 4.265.147l4.339-.147q1.839-.075 4.413-.22 2.574-.222 5.442-.442l5.737-.441q2.942-.294 5.442-.441a73 73 0 0 1 4.192-.148q4.265 0 7.355 1.471 3.162 1.397 4.927 4.707t1.765 8.825q0 4.266-.368 9.414a87 87 0 0 1-1.25 9.782q-.883 4.706-2.5 7.943-1.84 3.97-5.075 5.516-3.236 1.617-7.722 1.617-2.133 0-4.56-.294a46 46 0 0 1-4.413-.735l-1.912-11.694q1.398.367 3.089.736 1.766.367 3.383.588 1.618.22 2.501.22 1.765 0 3.015-.661 1.25-.662 1.986-2.133.956-1.839 1.544-5.001.589-3.235.883-6.987.294-3.75.294-7.134 0-2.721-.736-3.971-.735-1.25-2.279-1.618-1.471-.441-3.751-.441-1.545 0-4.266.294-2.721.22-5.81.588-3.088.294-5.736.662-2.648.367-4.119.588-1.764.295-4.486.662t-4.56.736zm54.496-17.65q.956 1.323 1.986 3.235a69 69 0 0 1 2.059 3.677 80 80 0 0 1 1.692 3.163l-6.987 2.942a71 71 0 0 0-1.692-3.31 135 135 0 0 0-1.985-3.677 24.7 24.7 0 0 0-1.986-3.236zM832.357 0a51 51 0 0 1 2.059 3.31 139 139 0 0 1 2.133 3.677q1.03 1.765 1.618 3.015l-6.913 2.942a95 95 0 0 0-2.721-5.148q-1.618-2.941-3.089-5.001zM854.788 7.428q1.692.22 3.677.368 1.986.073 3.825.073h3.456q2.28-.073 5.075-.073l5.663-.147a787 787 0 0 0 5.148-.147q2.354-.147 3.677-.221 2.647-.22 4.192-.441 1.618-.221 2.354-.442l5.515 7.87q-1.396.882-2.868 1.765a31 31 0 0 0-2.795 1.838 64 64 0 0 0-3.456 2.5 94 94 0 0 0-3.898 3.016 922 922 0 0 1-3.898 3.016q-1.838 1.47-3.383 2.647a20 20 0 0 1 2.648-.367 40 40 0 0 1 2.5-.074q6.326 0 11.4 2.5 5.148 2.5 8.163 6.84 3.015 4.266 3.015 9.855 0 5.738-2.868 10.664-2.868 4.927-8.899 7.87-6.03 3.015-15.591 3.015-5.149 0-9.487-1.545-4.34-1.544-6.914-4.412-2.574-2.942-2.574-6.987 0-3.236 1.765-6.104 1.84-2.869 5.075-4.634 3.236-1.764 7.428-1.765 5.148 0 8.752 2.06 3.603 1.985 5.516 5.442 1.985 3.456 1.985 7.648l-10.443 1.25q0-3.603-1.618-5.736-1.544-2.206-4.118-2.206-1.839 0-2.869.956-.956.882-.956 1.986 0 1.691 1.692 2.794 1.691 1.104 4.486 1.104 6.177 0 10.149-1.398t5.81-3.971q1.912-2.648 1.912-6.178 0-3.162-1.985-5.442-1.913-2.354-5.222-3.604t-7.355-1.25q-4.044 0-7.575 1.177a26 26 0 0 0-6.545 3.162q-3.089 1.986-5.957 4.78a72 72 0 0 0-5.443 5.958l-8.089-8.385a436 436 0 0 0 4.118-3.31 945 945 0 0 0 4.854-3.97 757 757 0 0 1 4.78-4.046 435 435 0 0 1 3.898-3.235q1.545-1.251 3.457-2.795a224 224 0 0 0 3.971-3.163 388 388 0 0 1 3.898-3.162q1.839-1.545 3.163-2.721-1.103 0-2.648.073-1.471.074-3.162.147-1.692 0-3.457.074a63 63 0 0 0-3.236.22q-1.545.075-2.721.148a47 47 0 0 0-3.457.294q-1.839.146-3.162.368zM924.468 50.71q2.593 0 4.634 1.268a8.93 8.93 0 0 1 3.309 3.31q1.269 2.095 1.269 4.633t-1.269 4.633a8.93 8.93 0 0 1-3.309 3.31q-2.041 1.268-4.634 1.268-2.537 0-4.633-1.269a9.37 9.37 0 0 1-3.365-3.309q-1.213-2.096-1.213-4.633t1.213-4.634a9.37 9.37 0 0 1 3.365-3.31q2.096-1.268 4.633-1.268m0 13.789q1.93 0 3.255-1.324 1.323-1.38 1.323-3.254 0-1.269-.606-2.317a4.47 4.47 0 0 0-1.655-1.655 4.54 4.54 0 0 0-2.317-.606q-1.214 0-2.261.606a4.9 4.9 0 0 0-1.71 1.655 4.54 4.54 0 0 0-.607 2.317q0 1.269.607 2.316a4.9 4.9 0 0 0 1.71 1.655 4.43 4.43 0 0 0 2.261.607"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 934 72"><path d="M28.168 3.089h12.355q-.147 3.235-.515 8.163-.367 4.854-1.324 10.812-.956 5.955-2.941 12.502-1.986 6.472-5.37 13.017-3.382 6.473-8.604 12.503-5.22 5.958-12.65 10.811-1.396-2.133-3.897-4.486A38.6 38.6 0 0 0 0 62.292q7.354-4.265 12.208-9.56 4.928-5.37 7.943-11.18 3.09-5.81 4.707-11.62 1.618-5.81 2.28-11.031t.735-9.267q.148-4.118.294-6.545m11.987 2.206q.075 1.47.22 4.486.222 3.016.883 7.134.663 4.119 1.913 8.9 1.323 4.78 3.53 9.854 2.28 5.002 5.59 9.855 3.383 4.78 8.163 8.973 4.78 4.118 11.252 7.207a31 31 0 0 0-4.78 4.413q-2.207 2.5-3.457 4.707-6.84-3.457-11.914-8.164-5.074-4.78-8.679-10.222-3.53-5.516-5.883-11.18-2.355-5.736-3.75-11.178-1.398-5.516-2.134-10.223-.662-4.78-.956-8.237-.221-3.53-.367-5.222zM134.513 22.137a77 77 0 0 1-3.972 2.28 85 85 0 0 1-4.265 2.206q-1.618.81-3.972 1.912a242 242 0 0 0-5.001 2.5 190 190 0 0 0-5.368 2.796 84 84 0 0 0-5.148 3.015q-4.266 2.795-7.06 5.81-2.722 3.015-2.722 6.693 0 3.604 3.53 5.368 3.53 1.766 10.591 1.766a93 93 0 0 0 7.942-.368 125 125 0 0 0 8.605-1.03q4.266-.661 7.722-1.47l-.147 12.87q-3.31.515-6.986.956-3.604.44-7.796.662-4.119.22-9.046.22-5.663 0-10.591-.882-4.854-.81-8.53-2.869-3.604-1.985-5.664-5.368-2.058-3.457-2.059-8.532 0-5.074 2.28-9.046 2.28-4.044 6.03-7.354a73 73 0 0 1 8.091-6.178 69 69 0 0 1 5.295-3.236 353 353 0 0 1 5.442-3.089 954 954 0 0 0 5.001-2.72 102 102 0 0 0 3.971-2.207q2.354-1.398 4.193-2.5a37 37 0 0 0 3.456-2.501zM97.667 5.075a132 132 0 0 0 3.898 9.487 169 169 0 0 0 4.118 8.384q2.06 3.824 3.751 6.987L99.212 35.89a176 176 0 0 1-4.266-7.796 307 307 0 0 1-4.266-8.899 431 431 0 0 1-4.192-9.56zM160.379 68.69a68 68 0 0 0-3.641-4.136 109 109 0 0 0-4.082-4.192 61 61 0 0 0-3.971-3.75l7.005-6.013q1.93 1.6 4.192 3.806a98 98 0 0 1 4.358 4.413q2.04 2.205 3.254 3.75zM204.933 9.046h25.225v8.825h-25.225zm27.726-3.677h18.607v9.34h-18.607zm-.368 19.71h20.225v9.487h-20.225zm-28.682-1.618h27.505v9.193h-27.505zm8.825-21.843h10.076v27.138h-10.076zm-8.384 38.538h26.55v9.046h-26.55zm8.237-6.399h10.076v25.74l-10.076 1.545zm-10.296 23.387 8.752-.661q4.854-.368 10.149-.81 5.369-.44 10.59-.956l.221 9.194q-7.428.809-15.003 1.544-7.575.81-13.68 1.397zm35.228-28.02h10.516v30.889q0 3.603-.735 5.883-.662 2.354-2.942 3.604-2.133 1.25-5.001 1.544-2.794.368-6.472.368-.22-2.28-1.029-5.369-.81-3.015-1.839-5.295l3.677.147q1.913 0 2.648-.073.662 0 .882-.148.295-.22.295-.882zM194.342 1.618l9.561 3.53a76 76 0 0 1-4.707 6.693 86 86 0 0 1-5.589 6.325q-2.942 2.94-5.884 5.221-.588-1.102-1.618-2.574a64 64 0 0 0-1.985-3.015q-1.03-1.47-1.839-2.427a43.4 43.4 0 0 0 4.633-4.045 49 49 0 0 0 4.266-4.854q1.986-2.574 3.162-4.854m-3.824 32.801 8.31-8.31 1.471.514v44.863h-9.781zm5.222-16.842 9.487 3.236q-2.06 4.78-5.001 9.708a104 104 0 0 1-6.251 9.193q-3.31 4.266-6.767 7.502-.441-1.177-1.47-3.09a50 50 0 0 0-2.133-3.823q-1.104-1.913-1.986-3.09 4.119-3.53 7.943-8.751 3.824-5.295 6.178-10.885M316.573 22.137a77 77 0 0 1-3.971 2.28 85 85 0 0 1-4.266 2.206q-1.618.81-3.971 1.912-2.28 1.105-5.001 2.5a190 190 0 0 0-5.369 2.796 84 84 0 0 0-5.148 3.015q-4.266 2.795-7.06 5.81-2.722 3.015-2.722 6.693 0 3.604 3.531 5.368 3.53 1.766 10.59 1.766a93 93 0 0 0 7.943-.368q4.34-.368 8.604-1.03 4.266-.661 7.723-1.47l-.147 12.87q-3.31.515-6.987.956-3.604.44-7.796.662-4.119.22-9.046.22-5.663 0-10.59-.882-4.854-.81-8.531-2.869-3.604-1.985-5.663-5.368-2.06-3.457-2.06-8.532 0-5.074 2.28-9.046 2.28-4.044 6.031-7.354a73 73 0 0 1 8.09-6.178 69 69 0 0 1 5.295-3.236 353 353 0 0 1 5.442-3.089 954 954 0 0 0 5.001-2.72 103 103 0 0 0 3.972-2.207q2.353-1.398 4.192-2.5a37 37 0 0 0 3.456-2.501zM279.727 5.075a132 132 0 0 0 3.898 9.487 168 168 0 0 0 4.119 8.384q2.06 3.824 3.75 6.987l-10.222 5.957a176 176 0 0 1-4.266-7.796 304 304 0 0 1-4.265-8.899 426 426 0 0 1-4.192-9.56zM342.56 68.69a68 68 0 0 0-3.641-4.136 109 109 0 0 0-4.081-4.192 61 61 0 0 0-3.972-3.75l7.005-6.013a70 70 0 0 1 4.192 3.806 98 98 0 0 1 4.358 4.413q2.04 2.205 3.254 3.75zM365.418 18.975h69.206V29.27h-69.206zm15.886 37.949h50.672V67.22h-50.672zm17.798-18.166h18.606v9.929h-18.606zM375.714 3.971h11.032v67.515h-11.032zm18.975-1.544H405.5v48.98h-10.811zm18.386.662h10.811v48.319h-10.811zM457.496 24.343v3.825h32.065v-3.825zm0-11.62v3.751h32.065v-3.75zm-10.664-8.53h53.908v32.506h-53.908zm37.875 26.917q2.354 3.162 5.957 5.883 3.678 2.722 8.311 4.78a57.4 57.4 0 0 0 9.781 3.31q-1.176 1.03-2.574 2.648a62 62 0 0 0-2.574 3.383 45 45 0 0 0-1.985 3.089 54.4 54.4 0 0 1-10.297-4.707 51.4 51.4 0 0 1-8.751-6.766 48.7 48.7 0 0 1-6.84-8.384zm-22.431-.074 9.414 3.604q-2.942 4.339-6.987 8.163a58.2 58.2 0 0 1-8.899 6.766 53.7 53.7 0 0 1-10.149 4.854q-.735-1.323-1.985-2.942a81 81 0 0 0-2.574-3.162q-1.325-1.618-2.501-2.648a58 58 0 0 0 9.487-3.603q4.56-2.28 8.237-5.075t5.957-5.957m-4.707 13.753h11.032v5.369q0 2.647-.662 5.663-.588 3.015-2.353 6.03-1.765 2.942-5.222 5.59-3.383 2.647-9.046 4.56-.661-1.325-1.986-2.942a53 53 0 0 0-2.721-3.236q-1.397-1.545-2.574-2.574 4.486-1.325 7.134-2.942 2.721-1.692 4.045-3.457 1.397-1.839 1.839-3.677.514-1.839.514-3.457zm10.517-36.331h10.811v23.828h-10.811zm11.326 36.552h11.179V71.19h-11.179zM572.299 22.137a77 77 0 0 1-3.972 2.28 85 85 0 0 1-4.265 2.206q-1.619.81-3.972 1.912a242 242 0 0 0-5.001 2.5 190 190 0 0 0-5.368 2.796 84 84 0 0 0-5.148 3.015q-4.266 2.795-7.061 5.81-2.721 3.015-2.721 6.693 0 3.604 3.53 5.368 3.53 1.766 10.591 1.766a93 93 0 0 0 7.943-.368 125 125 0 0 0 8.604-1.03q4.266-.661 7.722-1.47l-.147 12.87q-3.31.515-6.986.956-3.604.44-7.796.662-4.119.22-9.046.22-5.663 0-10.591-.882-4.853-.81-8.531-2.869-3.603-1.985-5.663-5.368-2.058-3.457-2.059-8.532 0-5.074 2.28-9.046 2.28-4.044 6.031-7.354a73 73 0 0 1 8.09-6.178 69 69 0 0 1 5.295-3.236 353 353 0 0 1 5.442-3.089 954 954 0 0 0 5.001-2.72 102 102 0 0 0 3.971-2.207q2.354-1.398 4.193-2.5a37 37 0 0 0 3.456-2.501zM535.453 5.075a132 132 0 0 0 3.898 9.487 169 169 0 0 0 4.118 8.384q2.06 3.824 3.751 6.987l-10.222 5.957a176 176 0 0 1-4.266-7.796 306 306 0 0 1-4.266-8.899 431 431 0 0 1-4.192-9.56zM598.132 68.69a68 68 0 0 0-3.641-4.136 109 109 0 0 0-4.081-4.192 61 61 0 0 0-3.972-3.75l7.005-6.013a70 70 0 0 1 4.192 3.806 98 98 0 0 1 4.358 4.413q2.04 2.205 3.254 3.75zM621.873 23.093a91 91 0 0 0 4.854-1.03q2.794-.735 4.78-1.25a696 696 0 0 0 5.59-1.691 153 153 0 0 1 8.016-2.354 112 112 0 0 1 9.119-1.985q4.634-.81 8.679-.81 6.986 0 12.576 2.575 5.589 2.573 8.899 7.575 3.309 4.928 3.309 12.135 0 4.853-1.765 9.12-1.765 4.264-5.295 7.795-3.457 3.53-8.605 6.178t-11.914 4.265-15.077 1.986l-5.221-11.84q7.648-.148 14.047-1.325 6.398-1.176 11.105-3.309 4.707-2.206 7.281-5.442 2.647-3.31 2.647-7.649 0-3.236-1.397-5.736-1.398-2.575-4.192-4.045-2.795-1.471-6.913-1.471-3.015 0-6.766.735a74 74 0 0 0-7.649 1.986 122 122 0 0 0-7.796 2.647 151 151 0 0 0-7.281 2.869q-3.382 1.397-6.03 2.574zM697.771 15.297q2.574.294 5.442.442 2.942.073 4.78.073 4.854 0 9.708-.515a110 110 0 0 0 9.193-1.47q4.34-.883 7.502-1.84l.294 10.224q-2.868.809-7.281 1.691-4.413.81-9.487 1.397a84 84 0 0 1-9.855.589q-2.28 0-4.633-.074-2.28-.073-4.854-.22zM727.777 4.78q-.441 1.986-1.25 5.001a223 223 0 0 1-1.692 6.472 178 178 0 0 1-2.059 6.767q-1.618 5.295-4.266 11.326a154 154 0 0 1-5.663 11.84q-3.089 5.737-6.251 10.223l-10.737-5.442a90 90 0 0 0 4.927-6.914 139 139 0 0 0 4.56-7.722 120 120 0 0 0 3.751-7.575q1.69-3.603 2.721-6.472 1.47-4.192 2.5-9.193 1.103-5 1.25-9.487zm17.209 23.02a80 80 0 0 0-.147 5.001q.074 2.574.147 5.295.074 1.545.147 4.119.147 2.5.294 5.368.148 2.796.221 5.296.147 2.5.147 3.898 0 3.676-1.397 6.619-1.398 2.94-4.633 4.633-3.237 1.765-8.899 1.765-4.855 0-8.752-1.544-3.898-1.47-6.251-4.34-2.28-2.94-2.28-7.207 0-3.677 1.912-6.766 1.913-3.162 5.736-5.001 3.824-1.912 9.488-1.912 6.618 0 12.208 1.912 5.663 1.839 10.076 4.707 4.485 2.868 7.575 5.736l-5.884 9.561a269 269 0 0 0-4.413-3.971q-2.5-2.28-5.662-4.266a31.2 31.2 0 0 0-6.767-3.383q-3.676-1.324-7.869-1.324-2.72 0-4.339 1.03-1.544.956-1.544 2.574 0 1.765 1.397 2.868 1.471 1.103 3.751 1.103 2.207 0 3.456-.809t1.765-2.28q.516-1.544.515-3.603 0-1.398-.147-4.413t-.368-6.693q-.147-3.75-.367-7.428-.147-3.75-.295-6.545zm11.473 5.001q-2.206-1.765-5.516-3.75a100 100 0 0 0-6.692-3.899q-3.383-1.912-5.957-3.015l5.736-8.825a91 91 0 0 1 4.56 2.206q2.647 1.25 5.295 2.721a95 95 0 0 1 5.075 2.795q2.353 1.324 3.824 2.353zM800.512 6.693q-.367 1.618-.809 3.603a81 81 0 0 1-.735 3.457 131 131 0 0 1-.809 3.75 123 123 0 0 0-.809 3.604l-.736 3.383a215 215 0 0 1-1.912 7.502 193 193 0 0 1-2.647 9.34 172 172 0 0 1-3.31 10.076 158 158 0 0 1-3.898 9.634q-2.058 4.634-4.265 8.164l-11.62-4.634q2.648-3.603 4.854-7.942a98 98 0 0 0 4.118-8.9q1.84-4.56 3.236-8.972 1.471-4.485 2.501-8.31t1.618-6.62q1.03-5.295 1.544-9.854.588-4.634.441-8.679zm25.373 6.766q1.692 2.5 3.53 6.104a107 107 0 0 1 3.678 7.502 152 152 0 0 1 3.162 7.648q1.471 3.678 2.28 6.325l-11.4 5.222q-.661-3.237-1.912-7.06a87 87 0 0 0-2.794-7.723 66 66 0 0 0-3.457-7.501q-1.84-3.53-3.824-6.031zm-57.07 7.722q2.133.147 4.265.147l4.339-.147q1.839-.075 4.413-.22 2.574-.222 5.442-.442l5.737-.441q2.942-.294 5.442-.441a73 73 0 0 1 4.192-.148q4.265 0 7.355 1.471 3.162 1.397 4.927 4.707t1.765 8.825q0 4.266-.368 9.414a87 87 0 0 1-1.25 9.782q-.883 4.706-2.5 7.943-1.84 3.97-5.075 5.516-3.236 1.617-7.722 1.617-2.133 0-4.56-.294a46 46 0 0 1-4.413-.735l-1.912-11.694q1.398.367 3.089.736 1.766.367 3.383.588 1.618.22 2.501.22 1.765 0 3.015-.661 1.25-.662 1.986-2.133.956-1.839 1.544-5.001.589-3.235.883-6.987.294-3.75.294-7.134 0-2.721-.736-3.971-.735-1.25-2.279-1.618-1.471-.441-3.751-.441-1.545 0-4.266.294-2.721.22-5.81.588-3.088.294-5.736.662-2.648.367-4.119.588-1.764.295-4.486.662t-4.56.736zm54.496-17.65q.956 1.323 1.986 3.235a69 69 0 0 1 2.059 3.677 80 80 0 0 1 1.692 3.163l-6.987 2.942a71 71 0 0 0-1.692-3.31 135 135 0 0 0-1.985-3.677 24.7 24.7 0 0 0-1.986-3.236zM832.357 0a51 51 0 0 1 2.059 3.31 139 139 0 0 1 2.133 3.677q1.03 1.765 1.618 3.015l-6.913 2.942a95 95 0 0 0-2.721-5.148q-1.618-2.941-3.089-5.001zM854.788 7.428q1.692.22 3.677.368 1.986.073 3.825.073h3.456q2.28-.073 5.075-.073l5.663-.147a787 787 0 0 0 5.148-.147q2.354-.147 3.677-.221 2.647-.22 4.192-.441 1.618-.221 2.354-.442l5.515 7.87q-1.396.882-2.868 1.765a31 31 0 0 0-2.795 1.838 64 64 0 0 0-3.456 2.5 94 94 0 0 0-3.898 3.016 922 922 0 0 1-3.898 3.016q-1.838 1.47-3.383 2.647a20 20 0 0 1 2.648-.367 40 40 0 0 1 2.5-.074q6.326 0 11.4 2.5 5.148 2.5 8.163 6.84 3.015 4.266 3.015 9.855 0 5.738-2.868 10.664-2.868 4.927-8.899 7.87-6.03 3.015-15.591 3.015-5.149 0-9.487-1.545-4.34-1.544-6.914-4.412-2.574-2.942-2.574-6.987 0-3.236 1.765-6.104 1.84-2.869 5.075-4.634 3.236-1.764 7.428-1.765 5.148 0 8.752 2.06 3.603 1.985 5.516 5.442 1.985 3.456 1.985 7.648l-10.443 1.25q0-3.603-1.618-5.736-1.544-2.206-4.118-2.206-1.839 0-2.869.956-.956.882-.956 1.986 0 1.691 1.692 2.794 1.691 1.104 4.486 1.104 6.177 0 10.149-1.398t5.81-3.971q1.912-2.648 1.912-6.178 0-3.162-1.985-5.442-1.913-2.354-5.222-3.604t-7.355-1.25q-4.044 0-7.575 1.177a26 26 0 0 0-6.545 3.162q-3.089 1.986-5.957 4.78a72 72 0 0 0-5.443 5.958l-8.089-8.385a436 436 0 0 0 4.118-3.31 945 945 0 0 0 4.854-3.97 757 757 0 0 1 4.78-4.046 435 435 0 0 1 3.898-3.235q1.545-1.251 3.457-2.795a224 224 0 0 0 3.971-3.163 388 388 0 0 1 3.898-3.162q1.839-1.545 3.163-2.721-1.103 0-2.648.073-1.471.074-3.162.147-1.692 0-3.457.074a63 63 0 0 0-3.236.22q-1.545.075-2.721.148a47 47 0 0 0-3.457.294q-1.839.146-3.162.368zM924.468 50.71q2.593 0 4.634 1.268a8.93 8.93 0 0 1 3.309 3.31q1.269 2.095 1.269 4.633t-1.269 4.633a8.93 8.93 0 0 1-3.309 3.31q-2.041 1.268-4.634 1.268-2.537 0-4.633-1.269a9.37 9.37 0 0 1-3.365-3.309q-1.213-2.096-1.213-4.633t1.213-4.634a9.37 9.37 0 0 1 3.365-3.31q2.096-1.268 4.633-1.268m0 13.789q1.93 0 3.255-1.324 1.323-1.38 1.323-3.254 0-1.269-.606-2.317a4.47 4.47 0 0 0-1.655-1.655 4.54 4.54 0 0 0-2.317-.606q-1.214 0-2.261.606a4.9 4.9 0 0 0-1.71 1.655 4.54 4.54 0 0 0-.607 2.317q0 1.269.607 2.316a4.9 4.9 0 0 0 1.71 1.655 4.43 4.43 0 0 0 2.261.607"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
.l-main-img__copy-in::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 7.7107692308%;
}
.l-main-img.is-animated .l-main-img__copy {
  -webkit-mask-position: 0% 100%, 33.3% 100%, 66.6% 100%, 100% 100%;
  mask-position: 0% 100%, 33.3% 100%, 66.6% 100%, 100% 100%;
}
@media screen and (orientation: landscape) {
  .l-main-img__scroll {
    top: calc(100vh - 40px);
    bottom: auto;
  }
}
@media (min-width: 768px) {
  .l-main-img {
    --clip-path-top: 77%;
    --clip-path-side: 31.25%;
    --clip-path-bottom: 24.5238095238%;
    height: auto;
    margin-bottom: -650px;
    aspect-ratio: 1920/1680;
    aspect-ratio: 1920/1410;
  }
  .l-main-img__vi-clip {
    overflow: hidden;
    cursor: auto;
  }
  .l-main-img__vi-clip-in {
    bottom: 0;
    transform-origin: center 63.4523809524%;
  }
  .l-main-img__vi-clip-in video {
    object-position: left 50% top calc(270 / 1680 * -100vw);
  }
  .l-main-img__scroll {
    right: 30px;
    padding: 20px 30px;
  }
  .l-main-img__scroll span.is-ico {
    width: 20px;
    height: 20px;
  }
  .l-main-img__scroll span.is-ico:after {
    width: 20px;
    height: 20px;
  }
}
@media screen and (min-width: 768px) and (orientation: landscape) {
  .l-main-img__scroll {
    top: calc(100vh - 95px);
    bottom: auto;
  }
}
/* .l-career-img
================================================ */
.l-career-img {
  position: relative;
  overflow: visible;
}
.l-career-img__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.l-career-img__inner {
  position: relative;
  padding-top: 107px;
  padding-bottom: 67px;
}
.l-career-img__content {
  overflow: hidden;
}
.l-career-img__copy {
  -webkit-mask-image: url("../img/career/txt_mv01_sp.svg");
  mask-image: url("../img/career/txt_mv01_sp.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: left top;
  mask-position: left top;
  -webkit-mask-size: contain;
  mask-size: contain;
  margin: 0 var(--mh--contents--padding--side);
}
.l-career-img__copy::before {
  content: "";
  display: block;
  width: 86.5671641791%;
  padding-top: 21.7910447761%;
  background-color: var(--mh--color--primary-500);
  background-image: linear-gradient(90deg, var(--mh--color--primary-300) 0%, transparent 50%);
  background-size: 200% 100%;
  background-position: 0% 0%;
  background-repeat: no-repeat;
  -webkit-mask-image: linear-gradient(white, white);
  mask-image: linear-gradient(white, white);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: left top;
  mask-position: left top;
  -webkit-mask-size: 0% 100%;
  mask-size: 0% 100%;
  transition: background-position 1s var(--mh--easing), -webkit-mask-size 1.8s cubic-bezier(0.25, 1, 0.3, 1);
  transition: background-position 1s var(--mh--easing), mask-size 1.8s cubic-bezier(0.25, 1, 0.3, 1);
  transition: background-position 1s var(--mh--easing), mask-size 1.8s cubic-bezier(0.25, 1, 0.3, 1), -webkit-mask-size 1.8s cubic-bezier(0.25, 1, 0.3, 1);
}
.l-career-img-slide__item {
  position: relative;
}
.l-career-img-slide__item-in {
  display: grid;
  grid-template-columns: 1fr 18px;
  grid-template-rows: min-content;
  gap: 5px;
  padding-top: 35px;
  padding-bottom: 30px;
}
.l-career-img-slide__item-img {
  position: relative;
  width: 235px;
  background-color: white;
  border-radius: var(--border-radius--md);
  box-shadow: var(--mh--shadow);
  overflow: hidden;
}
.l-career-img-slide__item-img::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 133.3333333333%;
}
.l-career-img-slide__item-img .splide__video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.l-career-img-slide__item-img .splide__video__wrapper {
  display: block !important;
}
.l-career-img-slide__item-img img,
.l-career-img-slide__item-img video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.l-career-img-slide__item-tag {
  overflow: hidden;
  font-size: var(--mh--font-size--x2s);
  font-weight: var(--mh--font-weight--bold);
  color: var(--mh--color--primary-400);
  margin-bottom: -1em;
}
.l-career-img-slide__item-tag span.is-in {
  display: block;
  white-space: nowrap;
  transform: rotate(90deg);
}
.l-career-img__en {
  margin-right: 7px;
  text-align: right;
  font-size: 1.6rem;
  line-height: 1.1875 !important;
  color: var(--mh--color--grayscale-800);
}
.l-career-img.is-animated .l-career-img__copy::before {
  background-position: 100% 0%;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
@media (min-width: 768px) {
  .l-career-img__inner {
    padding-top: var(--mh--header--height);
    padding-bottom: 162px;
  }
  .l-career-img__copy {
    -webkit-mask-image: url("../img/career/txt_mv01_pc.svg");
    mask-image: url("../img/career/txt_mv01_pc.svg");
    position: absolute;
    bottom: 162px;
    left: 0;
    right: 0;
    width: 89.5833333333%;
    max-width: var(--mh--contents--extra-width);
    margin: 0 auto;
  }
  .l-career-img__copy::before {
    width: 62.1511627907%;
    padding-top: 3.3720930233%;
  }
  .l-career-img-slide__item-in {
    grid-template-columns: 1fr 26px;
    gap: 15px;
    padding-top: 4.6875vw;
    padding-bottom: 4.84375vw;
  }
  .l-career-img-slide__item-img {
    width: 100%;
  }
  .l-career-img-slide__item-tag {
    font-size: var(--mh--font-size--md);
    font-size: clamp(1.2rem, 0.3472222222vw + 0.9333333333rem, 1.6rem);
  }
  .l-career-img__bottom {
    display: flex;
    justify-content: flex-end;
  }
  .l-career-img__en {
    margin: 0;
    font-size: 1.846rem;
    line-height: 1.2 !important;
    text-align: left;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-career-img-slide__item-in:is(a) img {
    transition: transform var(--mh--duration) var(--mh--easing);
  }
  .l-career-img-slide__item-in:is(a):hover img {
    transform: scale(1.1);
  }
}
/* .l-sub-img
================================================ */
.l-sub-img__inner {
  padding-block: 90px 20px;
}
.l-sub-img__head {
  min-height: 167px;
  line-height: var(--mh--line-height--sm);
  color: var(--mh--color--primary-500);
  font-size: var(--mh--font-size--x7l);
}
@media (min-width: 768px) {
  .l-sub-img {
    padding-block: 140px 0;
  }
  .l-sub-img__inner.u-extra-inner {
    padding-block: 100px;
  }
}
/* l-sub2-img
============================= */
.l-sub2-img {
  color: var(--mh--color--primary-500);
}
.l-sub2-img__inner {
  display: grid;
  gap: 30px 0;
  padding: 90px 20px 20px;
}
.l-sub2-img__area-txt {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: end;
  min-height: 90px;
}
.l-sub2-img__en {
  margin-bottom: var(--mh--space--xs);
  font-size: var(--mh--font-size--x11l);
}
.l-sub2-img__head {
  line-height: var(--mh--line-height--sm);
  font-size: var(--mh--font-size--sm);
}
@media (max-width: 767px) {
  .l-sub2-img__img {
    margin-inline: -20px;
  }
}
@media (min-width: 768px) {
  .l-sub2-img__inner {
    grid-template-columns: 37.1511627907% 1fr;
    gap: 0 30px;
    align-items: center;
    max-width: 1920px;
    margin-inline: auto;
    padding: 180px 100px 40px;
  }
  .l-sub2-img__img img {
    border-radius: 10px;
  }
  .l-sub2-img__en {
    font-size: clamp(4.6rem, 1.7361111111vw + 3.2666666667rem, 6.6rem);
    white-space: nowrap;
  }
}
/* .l-sidebar
================================================== */
.js-c-anime-elem[data-anime=fadein-up], .js-c-anime-elem [data-anime=fadein-up] {
  transition: opacity var(--mh--duration) var(--mh--easing), transform var(--mh--duration) var(--mh--easing);
  opacity: 0;
  transform: translateY(30px);
}
.js-c-anime-elem:not(.is-animated)[data-anime=fadein-up], .js-c-anime-elem:not(.is-animated) [data-anime=fadein-up] {
  transition-duration: var(--mh--duration);
  transition-delay: 0s !important;
}
.js-c-anime-elem.is-animated[data-anime=fadein-up], .js-c-anime-elem.is-animated [data-anime=fadein-up] {
  opacity: 1;
  transform: translateY(0px);
}
.js-c-anime-elem[data-anime=mask-txt-vertical], .js-c-anime-elem [data-anime=mask-txt-vertical] {
  display: block;
  transition: -webkit-mask 1s var(--mh--easing);
  transition: mask 1s var(--mh--easing);
  transition: mask 1s var(--mh--easing), -webkit-mask 1s var(--mh--easing);
  -webkit-mask-image: linear-gradient(white, white), linear-gradient(white, white), linear-gradient(white, white);
  mask-image: linear-gradient(white, white), linear-gradient(white, white), linear-gradient(white, white);
  -webkit-mask-size: 1.25em 200%, 1.25em 200%, 1.25em 200%;
  mask-size: 1.25em 200%, 1.25em 200%, 1.25em 200%;
  -webkit-mask-position: 0em 300%, 1.25em 250%, 2.5em 200%;
  mask-position: 0em 300%, 1.25em 250%, 2.5em 200%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.js-c-anime-elem:not(.is-animated)[data-anime=mask-txt-vertical], .js-c-anime-elem:not(.is-animated) [data-anime=mask-txt-vertical] {
  transition-duration: var(--mh--duration);
  transition-delay: 0s !important;
}
.js-c-anime-elem.is-animated[data-anime=mask-txt-vertical], .js-c-anime-elem.is-animated [data-anime=mask-txt-vertical] {
  -webkit-mask-position: 0em 100%, 1.25em 100%, 2.5em 100%;
  mask-position: 0em 100%, 1.25em 100%, 2.5em 100%;
}
.js-c-anime-elem[data-anime=mask-circle], .js-c-anime-elem [data-anime=mask-circle] {
  display: block;
  transition: -webkit-mask var(--mh--duration--lg) var(--mh--easing--cubic01);
  transition: mask var(--mh--duration--lg) var(--mh--easing--cubic01);
  transition: mask var(--mh--duration--lg) var(--mh--easing--cubic01), -webkit-mask var(--mh--duration--lg) var(--mh--easing--cubic01);
  -webkit-mask-image: radial-gradient(closest-side, white calc(100% - 1px), transparent 100%);
  mask-image: radial-gradient(closest-side, white calc(100% - 1px), transparent 100%);
  -webkit-mask-size: 0% 0%;
  mask-size: 0% 0%;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.js-c-anime-elem:not(.is-animated)[data-anime=mask-circle], .js-c-anime-elem:not(.is-animated) [data-anime=mask-circle] {
  transition-duration: var(--mh--duration);
  transition-delay: 0s !important;
}
.js-c-anime-elem.is-animated[data-anime=mask-circle], .js-c-anime-elem.is-animated [data-anime=mask-circle] {
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.js-c-anime-elem[data-anime=txt-mask-grad], .js-c-anime-elem [data-anime=txt-mask-grad] {
  width: fit-content;
}
@supports (-webkit-background-clip: text) {
  .js-c-anime-elem[data-anime=txt-mask-grad], .js-c-anime-elem [data-anime=txt-mask-grad] {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-color: currentColor;
    background-image: linear-gradient(90deg, var(--mh--color--primary-300) 0%, transparent 50%);
    background-size: 200% 100%;
    background-position: 0% 0%;
    background-repeat: no-repeat;
  }
}
.js-c-anime-elem[data-anime=txt-mask-grad], .js-c-anime-elem [data-anime=txt-mask-grad] {
  -webkit-mask-image: linear-gradient(white, white);
  mask-image: linear-gradient(white, white);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: left top;
  mask-position: left top;
  -webkit-mask-size: 0% 100%;
  mask-size: 0% 100%;
  transition: background-position 1s var(--mh--easing), -webkit-mask-size 1.2s cubic-bezier(0.25, 1, 0.3, 1);
  transition: background-position 1s var(--mh--easing), mask-size 1.2s cubic-bezier(0.25, 1, 0.3, 1);
  transition: background-position 1s var(--mh--easing), mask-size 1.2s cubic-bezier(0.25, 1, 0.3, 1), -webkit-mask-size 1.2s cubic-bezier(0.25, 1, 0.3, 1);
}
.js-c-anime-elem:not(.is-animated)[data-anime=txt-mask-grad], .js-c-anime-elem:not(.is-animated) [data-anime=txt-mask-grad] {
  transition-duration: var(--mh--duration);
  transition-delay: 0s !important;
}
.js-c-anime-elem.is-animated[data-anime=txt-mask-grad], .js-c-anime-elem.is-animated [data-anime=txt-mask-grad] {
  background-position: 100% 0%;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.js-c-anime-elem[data-anime=cover-off], .js-c-anime-elem [data-anime=cover-off] {
  position: relative;
}
.js-c-anime-elem[data-anime=cover-off]::after, .js-c-anime-elem [data-anime=cover-off]::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100%;
  right: 0%;
  background-image: linear-gradient(90deg, transparent, var(--mh--color--primary-400) 50%, var(--mh--color--grayscale-100) 50%);
  background-repeat: no-repeat;
  z-index: 2;
  transition: all 0.6s var(--mh--easing--cubic02), transform 0.8s var(--mh--easing) 0.6s;
  transform-origin: right center;
}
.js-c-anime-elem:not(.is-animated)[data-anime=cover-off]::after, .js-c-anime-elem:not(.is-animated) [data-anime=cover-off]::after {
  transition-duration: var(--mh--duration);
  transition-delay: 0s !important;
}
.js-c-anime-elem.is-animated[data-anime=cover-off]::after, .js-c-anime-elem.is-animated [data-anime=cover-off]::after {
  left: 0%;
  right: -100%;
  transform: scaleX(0);
}
.js-c-anime-elem[data-anime-delay="0.1"]::after, .js-c-anime-elem [data-anime-delay="0.1"]::after {
  transition-delay: 0.1s, 0.7s;
}
.js-c-anime-elem[data-anime-delay="0.2"]::after, .js-c-anime-elem [data-anime-delay="0.2"]::after {
  transition-delay: 0.2s, 0.8s;
}
.js-c-anime-elem[data-anime-delay="0.3"]::after, .js-c-anime-elem [data-anime-delay="0.3"]::after {
  transition-delay: 0.3s, 0.9s;
}
.js-c-anime-elem[data-anime-delay="0.4"]::after, .js-c-anime-elem [data-anime-delay="0.4"]::after {
  transition-delay: 0.4s, 1s;
}
.js-c-anime-elem[data-anime-delay="0.1"], .js-c-anime-elem [data-anime-delay="0.1"] {
  transition-delay: 0.1s;
}
.js-c-anime-elem[data-anime-delay="0.2"], .js-c-anime-elem [data-anime-delay="0.2"] {
  transition-delay: 0.2s;
}
.js-c-anime-elem[data-anime-delay="0.3"], .js-c-anime-elem [data-anime-delay="0.3"] {
  transition-delay: 0.3s;
}
.js-c-anime-elem[data-anime-delay="0.4"], .js-c-anime-elem [data-anime-delay="0.4"] {
  transition-delay: 0.4s;
}
.js-c-anime-elem[data-anime-delay="0.5"], .js-c-anime-elem [data-anime-delay="0.5"] {
  transition-delay: 0.5s;
}
.js-c-anime-elem[data-anime-delay="0.6"], .js-c-anime-elem [data-anime-delay="0.6"] {
  transition-delay: 0.6s;
}
.js-c-anime-elem[data-anime-delay="0.7"], .js-c-anime-elem [data-anime-delay="0.7"] {
  transition-delay: 0.7s;
}
.js-c-anime-elem[data-anime-delay="0.8"], .js-c-anime-elem [data-anime-delay="0.8"] {
  transition-delay: 0.8s;
}
.js-c-anime-elem[data-anime-delay="0.9"], .js-c-anime-elem [data-anime-delay="0.9"] {
  transition-delay: 0.9s;
}
.js-c-anime-elem[data-anime-delay="1"], .js-c-anime-elem [data-anime-delay="1"] {
  transition-delay: 1s;
}
.js-c-anime-elem[data-anime-delay="1.1"], .js-c-anime-elem [data-anime-delay="1.1"] {
  transition-delay: 1.1s;
}
.js-c-anime-elem[data-anime-delay="1.2"], .js-c-anime-elem [data-anime-delay="1.2"] {
  transition-delay: 1.2s;
}
.js-c-anime-elem[data-anime-delay="1.3"], .js-c-anime-elem [data-anime-delay="1.3"] {
  transition-delay: 1.3s;
}
.js-c-anime-elem[data-anime-delay="1.4"], .js-c-anime-elem [data-anime-delay="1.4"] {
  transition-delay: 1.4s;
}
.js-c-anime-elem[data-anime-delay="1.5"], .js-c-anime-elem [data-anime-delay="1.5"] {
  transition-delay: 1.5s;
}
.js-c-anime-elem[data-anime-delay="1.6"], .js-c-anime-elem [data-anime-delay="1.6"] {
  transition-delay: 1.6s;
}
.js-c-anime-elem[data-anime-delay="1.7"], .js-c-anime-elem [data-anime-delay="1.7"] {
  transition-delay: 1.7s;
}
.js-c-anime-elem[data-anime-delay="1.8"], .js-c-anime-elem [data-anime-delay="1.8"] {
  transition-delay: 1.8s;
}
.js-c-anime-elem[data-anime-delay="1.9"], .js-c-anime-elem [data-anime-delay="1.9"] {
  transition-delay: 1.9s;
}
.js-c-anime-elem[data-anime-delay="2"], .js-c-anime-elem [data-anime-delay="2"] {
  transition-delay: 2s;
}
/* js-c-slider01
========================== */
.js-c-slider01:not(.is-overflow) .splide__arrows {
  display: none;
}
@media (max-width: 767px) {
  .js-c-slider01 .splide__track {
    margin-right: -20px;
  }
}
/* js-c-slider02
========================== */
.js-c-slider02:not(.is-overflow) .splide__arrows {
  display: none;
}
@media (max-width: 767px) {
  .js-c-slider02.is-overflow.is-active .splide__track {
    margin-right: -20px;
  }
  .js-c-slider02[data-option=sp_destroy] .splide__list {
    display: grid !important;
    gap: 10px 0;
  }
}
.js-c-switch-tab {
  cursor: pointer;
}
.js-c-switch-content {
  display: none;
}
.js-c-switch-content.is-active {
  display: block;
}
.js-c-toggle-trigger {
  cursor: pointer;
}
.js-c-toggle-content {
  display: none;
}
@keyframes bg-anime01 {
  0% {
    background-position: 175% 125%;
  }
  50% {
    background-position: 50% 50%;
  }
  100% {
    background-position: -125% -25%;
  }
}
.splide__container {
  box-sizing: border-box;
  position: relative;
}
.splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}
.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}
.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}
.splide:not(.is-overflow) .splide__pagination {
  display: none;
}
.splide__progress__bar {
  width: 0;
}
.splide {
  position: relative;
  visibility: hidden;
}
.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}
.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}
.splide__slide img {
  vertical-align: bottom;
}
.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}
.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}
.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}
.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}
.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}
.splide--rtl {
  direction: rtl;
}
.splide__track--ttb > .splide__list {
  display: block;
}
.splide__arrow {
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 2em;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}
.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}
.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}
.splide__arrow:disabled {
  opacity: 0.3;
}
.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__arrow--prev {
  left: 1em;
}
.splide__arrow--prev svg {
  transform: scaleX(-1);
}
.splide__arrow--next {
  right: 1em;
}
.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}
.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}
.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}
.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}
.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__progress__bar {
  background: #ccc;
  height: 3px;
}
.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.splide__slide:focus {
  outline: 0;
}
@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}
.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}
.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}
.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}
.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}
.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}
.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}
.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}
.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}
.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}
.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}
.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}
.splide__pagination--ttb {
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}
/* business-anchor
============================ */
.business-anchor {
  background: linear-gradient(to bottom, transparent 127px, rgba(239, 244, 248, 0.1) 127px, var(--mh--color--grayscale-400) 137px);
}
.business-anchor__inner {
  padding-block: 50px;
}
.business-anchor__box {
  position: relative;
  margin: 50px -20px 0;
}
.business-anchor__link {
  position: absolute;
  display: grid;
  grid-template-columns: 1fr 15px;
  align-items: center;
  gap: 0 8px;
  width: fit-content;
  padding: 1.6vw 2.6666666667vw;
  line-height: var(--mh--line-height--sm);
  color: #fff;
  font-size: 4.27vw;
  border-radius: var(--border-radius--sm);
}
.business-anchor__link:after {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  transform: translateX(-50%);
  width: 5.3333333333vw;
  height: 2.4vw;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.business-anchor__link.is-01 {
  top: 9%;
  right: 7%;
  background: var(--mh--color--primary-400);
}
.business-anchor__link.is-01:after {
  background: var(--mh--color--primary-400);
}
.business-anchor__link.is-02 {
  top: 33%;
  left: 5%;
  background: var(--mh--color--secondary-500);
}
.business-anchor__link.is-02:after {
  background: var(--mh--color--secondary-500);
}
.business-anchor__link.is-03 {
  top: 58%;
  right: 5%;
  background: var(--mh--color--tertiary-500);
}
.business-anchor__link.is-03:after {
  background: var(--mh--color--tertiary-500);
}
.business-anchor__link .c-ico.is-arw01.has-anime {
  transform: rotate(90deg);
  width: 4vw;
  height: 4vw;
}
.business-anchor__link .c-ico.is-arw01.has-anime:before, .business-anchor__link .c-ico.is-arw01.has-anime:after {
  width: 4vw;
  height: 4vw;
}
@media (min-width: 768px) {
  .business-anchor {
    background: linear-gradient(to bottom, transparent 100px, rgba(239, 244, 248, 0.1) 100px, var(--mh--color--grayscale-400) 120px);
  }
  .business-anchor__inner {
    padding-block: 100px;
  }
  .business-anchor__lead {
    max-width: 1280px;
    margin-inline: auto;
  }
  .business-anchor__box {
    margin: 100px 0 0;
  }
  .business-anchor__box img {
    border-radius: 10px;
  }
  .business-anchor__link {
    gap: 0 10px;
    padding: 0.9868421053% 1.4473684211%;
    font-size: 1.2vw;
  }
  .business-anchor__link:after {
    width: 1.0416666667vw;
    height: 0.46875vw;
  }
  .business-anchor__link.is-01 {
    top: 41.3%;
    right: auto;
    left: 7.9%;
  }
  .business-anchor__link.is-02 {
    top: 26.5%;
    left: 39.4%;
  }
  .business-anchor__link.is-03 {
    top: 41%;
    right: 8%;
  }
  .business-anchor__link .c-ico.is-arw01.has-anime {
    width: 0.78125vw;
    height: 0.78125vw;
  }
  .business-anchor__link .c-ico.is-arw01.has-anime:before, .business-anchor__link .c-ico.is-arw01.has-anime:after {
    width: 0.78125vw;
    height: 0.78125vw;
  }
}
/* business-sec
====================== */
.business-sec {
  padding: 30px 20px;
  background: #fff;
  border-radius: var(--border-radius--md);
}
.business-sec + .business-sec {
  margin-top: var(--mh--space--md);
}
.business-sec.is-primary-500 .business-sec-intro__en, .business-sec.is-primary-500 .business-sec-intro__head {
  color: var(--mh--color--primary-500);
}
.business-sec.is-primary-500 .business-sec-job-list__head {
  color: var(--mh--color--primary-500);
}
.business-sec.is-primary-500 .c-btn05__in {
  color: var(--mh--color--primary-500);
}
.business-sec.is-secondary-500 .business-sec-intro__en, .business-sec.is-secondary-500 .business-sec-intro__head {
  color: var(--mh--color--secondary-500);
}
.business-sec.is-secondary-500 .business-sec-job-list__head {
  color: var(--mh--color--secondary-500);
}
.business-sec.is-secondary-500 .c-btn05__in {
  color: var(--mh--color--secondary-500);
}
.business-sec.is-secondary-500 .c-btn02__in {
  background: rgba(69, 176, 53, 0.1);
}
.business-sec.is-secondary-500 .c-ico.is-arw01.has-anime:before,
.business-sec.is-secondary-500 .c-ico.is-arw01.has-anime:after {
  color: var(--mh--color--secondary-500);
}
.business-sec.is-secondary-500 .c-ico.is-blank01:after {
  color: var(--mh--color--secondary-500);
}
.business-sec.is-tertiary-700 .business-sec-intro__en, .business-sec.is-tertiary-700 .business-sec-intro__head {
  color: var(--mh--color--tertiary-700);
}
.business-sec.is-tertiary-700 .business-sec-job-list__head {
  color: var(--mh--color--tertiary-700);
}
.business-sec.is-tertiary-700 .c-btn05__in {
  color: var(--mh--color--tertiary-700);
}
.business-sec.is-tertiary-700 .c-btn02__in {
  background: rgba(195, 129, 0, 0.1);
}
.business-sec.is-tertiary-700 .c-ico.is-arw01.has-anime:before,
.business-sec.is-tertiary-700 .c-ico.is-arw01.has-anime:after {
  color: var(--mh--color--tertiary-700);
}
.business-sec.is-tertiary-700 .c-ico.is-blank01:after {
  color: var(--mh--color--tertiary-700);
}
@media (min-width: 768px) {
  .business-sec {
    max-width: 1720px;
    margin-inline: auto;
    padding: min(100px, 5.2083333333vw);
  }
  .business-sec__wrap {
    padding: 0 100px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .business-sec.is-secondary-500 a:hover .c-btn02__in {
    background: var(--mh--color--secondary-500);
  }
  .business-sec.is-secondary-500 a:hover .c-ico.is-arw01.has-anime:before,
  .business-sec.is-secondary-500 a:hover .c-ico.is-arw01.has-anime:after {
    color: #fff;
  }
  .business-sec.is-secondary-500 a:hover .c-ico.is-blank01:after {
    color: #fff;
  }
  .business-sec.is-tertiary-700 a:hover .c-btn02__in {
    color: #fff;
    background: var(--mh--color--tertiary-700);
  }
  .business-sec.is-tertiary-700 a:hover .c-ico.is-arw01.has-anime:before,
  .business-sec.is-tertiary-700 a:hover .c-ico.is-arw01.has-anime:after {
    color: #fff;
  }
  .business-sec.is-tertiary-700 a:hover .c-ico.is-blank01:after {
    color: #fff;
  }
}
/* business-sec-intro
--------------------------- */
.business-sec-intro {
  display: grid;
  gap: 30px 0;
}
.business-sec-intro__head {
  margin-bottom: var(--mh--space--sm);
  line-height: var(--mh--line-height--sm);
  font-size: var(--mh--font-size--x7l);
}
@media (min-width: 768px) {
  .business-sec-intro {
    grid-template-columns: 46.0526315789% 47.3684210526%;
    justify-content: space-between;
    align-items: center;
  }
  .business-sec-intro__area-txt {
    max-width: 540px;
  }
  .business-sec-intro__head {
    font-size: clamp(3rem, 0.9548611111vw + 2.2666666667rem, 4.1rem);
  }
  .business-sec-intro__btn {
    margin: 30px auto 0 0;
  }
}
/* business-sec-job
-------------------------------- */
.business-sec-job {
  display: grid;
  gap: 15px 0;
  margin-top: 40px;
  padding-top: var(--mh--space--xl);
  border-top: 1px solid var(--mh--color--grayscale-500);
}
@media (min-width: 768px) {
  .business-sec-job {
    grid-template-columns: minmax(160px, 12.2395833333vw) 1fr;
    gap: 0 min(100px, 5.2083333333vw);
    margin-top: 60px;
    padding: 60px min(40px, 2.0833333333vw) 0;
  }
  .business-sec-job__head {
    text-align: right;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .business-sec-job {
    padding-inline: 5px;
  }
}
/* business-sec-job-list
---------------------------------- */
.business-sec-job-list a {
  position: relative;
  display: grid;
  gap: 5px 0;
  padding: 20px 55px 20px 0;
  border-bottom: 1px solid var(--mh--color--grayscale-500);
}
.business-sec-job-list a:first-child {
  border-top: 1px solid var(--mh--color--grayscale-500);
}
.business-sec-job-list__sub {
  color: var(--mh--color--grayscale-800);
  font-size: var(--mh--font-size--sm);
  font-weight: 700;
  line-height: var(--mh--line-height--sm);
}
.business-sec-job-list__head {
  font-size: var(--mh--font-size--xl);
  font-weight: 700;
  line-height: var(--mh--line-height--sm);
}
.business-sec-job-list__btn {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.business-sec-job-list__btn .c-btn02__ico.c-ico.is-blank01:after {
  width: 12px;
  height: 12px;
}
@media (max-width: 767px) {
  .business-sec-job-list__btn {
    width: 35px;
    height: 35px;
  }
}
@media (min-width: 768px) {
  .business-sec-job-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 30px;
    max-width: 1026px;
  }
  .business-sec-job-list a {
    align-content: center;
  }
  .business-sec-job-list a:nth-child(2) {
    border-top: 1px solid var(--mh--color--grayscale-500);
  }
  .business-sec-job-list__head {
    font-size: clamp(1.4rem, 0.5208333333vw + 1rem, 2rem);
  }
}
/* .career-message
================================================ */
.career-message {
  position: relative;
}
.career-message::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--mh--color--grayscale-100);
}
.career-message__inner {
  position: relative;
  display: grid;
  gap: 30px 0;
  padding-top: 60px;
  padding-bottom: 60px;
}
.career-message__txt + .career-message__txt {
  margin-top: 1.1em;
}
.career-message__name {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: end;
  gap: 0 15px;
  margin-top: 23px;
}
.career-message__name span.is-name {
  line-height: var(--mh--line-height--sm);
  font-size: var(--mh--font-size--x2l);
}
.career-message__img {
  overflow: hidden;
}
.career-message__img img {
  border-radius: var(--border-radius--md);
}
@media (min-width: 768px) {
  .career-message::before {
    width: var(--mh--contents--extra-width);
    max-width: calc(100% - 40px);
    margin: 0 auto;
    border-radius: 10px;
  }
  .career-message__inner {
    grid-template-columns: repeat(2, 50%);
    align-items: start;
    padding-top: 150px;
    padding-bottom: 120px;
  }
  .career-message__area-txt {
    padding-left: min(120px, 6.25vw);
  }
  .career-message__name {
    justify-content: flex-start;
    margin-top: 40px;
  }
  .career-message__txt + .career-message__txt {
    margin-top: 2em;
  }
  .career-message__img {
    order: -1;
    padding-top: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .career-message__area-txt {
    padding-left: min(50px, 2.6041666667vw);
  }
  .career-message__txt + .career-message__txt {
    margin-top: 1em;
  }
}
.career-message-bnr {
  margin-top: 30px;
  border-radius: var(--border-radius--md);
  overflow: hidden;
}
.career-message-bnr__in {
  position: relative;
  display: block;
}
.career-message-bnr__txt {
  position: absolute;
  bottom: 15px;
  left: 15px;
  font-size: var(--mh--font-size--x5l);
  font-weight: var(--mh--font-weight--bold);
  line-height: var(--mh--line-height--sm);
  color: var(--mh--color--grayscale-100);
}
.career-message-bnr__ico {
  position: absolute;
  bottom: 15px;
  right: 15px;
}
@media (min-width: 768px) {
  .career-message-bnr {
    margin-top: 70px;
  }
  .career-message-bnr__txt {
    bottom: 40px;
    left: 40px;
  }
  .career-message-bnr__ico {
    bottom: 40px;
    right: 40px;
  }
}
/* .career-info
================================================ */
.career-info__inner {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .career-info__inner {
    padding-top: 180px;
    padding-bottom: 180px;
  }
}
/* .career-business
================================================ */
.career-business-intro {
  padding-top: 60px;
  padding-bottom: 30px;
}
.career-business__content {
  display: grid;
  gap: 10px;
}
.career-business-bottom {
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .career-business-intro {
    padding-top: 180px;
    padding-bottom: 80px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
  }
  .career-business-intro__head {
    margin-bottom: 0;
  }
  .career-business-intro__txt {
    max-width: 596px;
  }
  .career-business__content {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .career-business-bottom {
    padding-bottom: 110px;
  }
}
.career-business-box {
  border-radius: var(--border-radius--md);
  overflow: hidden;
}
.career-business-box__in {
  position: relative;
  padding: 62.1333333333% 20px 20px;
}
.career-business-box__img {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: var(--border-radius--md);
}
.career-business-box__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.career-business-box__content {
  padding: 20px;
  border-radius: var(--border-radius--md);
  overflow: hidden;
  background-color: var(--mh--color--grayscale-100_op80);
  backdrop-filter: var(--backdrop-filter--blur);
}
.career-business-box__head {
  font-size: var(--mh--font-size--x3l);
  font-weight: var(--mh--font-weight--bold);
  line-height: var(--mh--line-height--sm);
  margin-bottom: 10px;
}
.career-business-box__txt {
  line-height: var(--mh--line-height--sm);
}
@media (min-width: 768px) {
  .career-business-box {
    display: grid;
    grid-template-rows: subgrid;
  }
  .career-business-box__in {
    display: grid;
    grid-template-rows: subgrid;
  }
  .career-business-box__content {
    height: 100%;
    padding-bottom: 80px;
  }
  .career-business-box__head {
    margin-bottom: 15px;
  }
  .career-business-box__btn {
    position: absolute;
    right: 20px;
    bottom: 20px;
    margin: 0;
  }
}
@media (min-width: 1500px) {
  .career-business-box__content {
    padding: 40px 40px 140px;
  }
  .career-business-box__btn {
    right: 40px;
    bottom: 40px;
  }
}
/* .career-story
================================================ */
.career-story__inner {
  position: relative;
  padding-bottom: 60px;
}
.career-story__inner::before {
  content: "";
  display: block;
  border-top: 1px solid var(--mh--color--grayscale-100_op10);
  margin-bottom: 30px;
}
.career-story__content {
  display: grid;
  gap: 10px;
}
@media (min-width: 768px) {
  .career-story__inner {
    padding-bottom: 180px;
  }
  .career-story__inner::before {
    margin-bottom: 80px;
  }
  .career-story__content {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
/* .career-about
================================================ */
.career-about {
  position: relative;
  overflow: hidden;
  padding-bottom: 60px;
}
.career-about__inner {
  position: relative;
  padding-top: 60px;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .career-about__img {
    display: none;
  }
}
@media (min-width: 768px) {
  .career-about {
    padding-bottom: 180px;
  }
  .career-about__inner {
    padding-top: 100px;
    padding-bottom: 100px;
    display: grid;
    grid-template-columns: max(580px, 43.4210526316%);
    justify-content: end;
  }
  .career-about__inner::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: clamp(0px, 0px + (100vw - 1480px) * 190 / 420, 190px);
  }
  .career-about__img {
    position: absolute !important;
    top: 100px;
    bottom: 100px;
    left: 0;
    right: 50%;
    max-width: min(960px, 100% - 580px - 90px - 50px);
    border-radius: 0 var(--border-radius--md) var(--border-radius--md) 0;
    overflow: hidden;
  }
  .career-about__img img {
    object-fit: cover;
    height: 100%;
    transition: opacity var(--mh--duration) var(--mh--easing);
  }
  .career-about__img img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
}
@media (min-width: 1700px) {
  .career-about__img {
    left: calc(860px - 50vw - 5px);
  }
}
@media (hover: hover) and (pointer: fine) {
  .career-about:has(.career-about-list__item:nth-child(2):hover) .career-about__img img:nth-child(1) {
    opacity: 0;
  }
}
.career-about-list {
  border-top: 1px solid var(--mh--color--grayscale-500);
}
.career-about-list__item {
  border-bottom: 1px solid var(--mh--color--grayscale-500);
}
.career-about-list__item-in {
  position: relative;
  display: block;
  padding: 20px 0;
}
.career-about-list__item-in:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--mh--color--primary-500);
  transform: scale(0, 1);
  transition: transform var(--mh--duration) var(--mh--easing);
  transform-origin: left bottom;
}
.career-about-list__item-img {
  border-radius: var(--border-radius--md);
  overflow: hidden;
  margin-bottom: 15px;
}
.career-about-list__item-content {
  position: relative;
}
.career-about-list__item-btn {
  position: absolute;
  top: 0;
  right: 0;
}
.career-about-list__item-head {
  font-size: var(--mh--font-size--x3l);
  font-weight: var(--mh--font-weight--bold);
  line-height: var(--mh--line-height--sm);
  margin-bottom: 10px;
}
.career-about-list__item-txt {
  line-height: var(--mh--line-height--sm);
}
@media (min-width: 768px) {
  .career-about-list__item-in {
    padding: 40px 0;
  }
  .career-about-list__item-img {
    display: none;
  }
  .career-about-list__item-head {
    margin-bottom: 15px;
  }
  .career-about-list__item-btn {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (hover: hover) and (pointer: fine) {
  .career-about-list__item-in:hover:after {
    transform: scale(1, 1);
  }
}
/* career-members
======================== */
.career-members {
  padding-bottom: 60px;
}
.career-members__inner {
  padding: 60px 20px 50px;
}
.career-members__slider {
  margin-top: 30px;
  margin: 30px 0 28px;
}
@media (min-width: 768px) {
  .career-members {
    padding-bottom: 180px;
  }
  .career-members__inner {
    display: grid;
    grid-template-columns: 310px 1fr;
    gap: 80px 5.2083333333vw;
    grid-template-areas: "txt slider" "ui slider";
    padding: 180px 0 100px;
    padding-left: max(var(--mh--contents--padding--side), 10.4166666667vw);
  }
  .career-members__area-txt {
    grid-area: txt;
  }
  .career-members__slider {
    grid-area: slider;
    margin: 0;
  }
  .career-members__ui {
    grid-area: ui;
    align-self: start;
  }
}
/* career-culture
========================== */
.career-culture {
  position: relative;
}
.career-culture:before {
  content: "";
  position: absolute;
  z-index: -1;
  background: var(--mh--color--grayscale-450);
  border-radius: var(--border-radius--md);
  inset: 20px 20px 0;
}
.career-culture__inner {
  padding-block: 80px 60px;
}
.career-culture__area-head {
  margin-bottom: var(--mh--padding--lg);
}
.career-culture__lead {
  line-height: var(--mh--line-height--sm);
}
@media (max-width: 767px) {
  .career-culture__inner.u-std-inner {
    padding-inline: 40px;
  }
}
@media (min-width: 768px) {
  .career-culture:before {
    inset: 30px 30px 0;
  }
  .career-culture__inner {
    padding-block: 210px 180px;
  }
  .career-culture__area-head {
    display: grid;
    grid-template-columns: auto 476px;
    align-items: end;
  }
  .career-culture__head.c-head01 {
    margin-bottom: 0;
  }
}
/* data-info
=========================== */
.data-info {
  background: linear-gradient(to bottom, transparent 127px, rgba(239, 244, 248, 0.1) 127px, var(--mh--color--grayscale-400) 137px);
}
.data-info__inner {
  padding-top: 50px;
  padding-bottom: 20px;
}
.data-info__sec + .data-info__sec {
  margin-top: 60px;
}
@media (min-width: 768px) {
  .data-info {
    background: linear-gradient(to bottom, transparent 100px, rgba(239, 244, 248, 0.1) 100px, var(--mh--color--grayscale-400) 120px);
  }
  .data-info__inner {
    padding-top: 100px;
  }
  .data-info__sec + .data-info__sec {
    margin-top: 120px;
  }
}
/* data-info-list
-------------------------- */
.data-info-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 40px;
}
.data-info-list__item {
  position: relative;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  justify-content: center;
  justify-items: center;
  align-items: center;
  gap: 0;
  text-align: center;
  padding: 25px 0;
  font-weight: 700;
  background: #fff;
  border-radius: var(--border-radius--md);
  box-shadow: var(--mh--shadow);
}
.data-info-list__txt {
  line-height: var(--mh--line-height--sm);
  font-size: var(--mh--font-size--x5l);
}
.data-info-list img {
  width: auto;
  height: 100px;
  margin-top: 15px;
}
.data-info-list img.is-chart {
  height: 307px;
  margin-top: 3px;
}
.data-info-list img.is-graph {
  height: 248px;
}
.data-info-list img.is-commute {
  height: 69px;
  margin: 0;
}
.data-info-list__num {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
  gap: 0 4px;
  margin-top: 10px;
}
.data-info-list__num span {
  line-height: var(--mh--line-height--sm);
}
.data-info-list__num span.is-num {
  font-size: var(--mh--font-size--x10l);
}
.data-info-list__num span.is-txt {
  padding-bottom: 7px;
  font-size: var(--mh--font-size--x2l);
}
.data-info-list__list li {
  line-height: var(--mh--line-height--sm);
  font-size: var(--mh--font-size--x2l);
}
.data-info-list__note {
  position: absolute;
  bottom: 5px;
  right: 10px;
  color: var(--mh--color--grayscale-600);
  font-size: var(--mh--font-size--xs);
}
@media (max-width: 767px) {
  .data-info-list__item.is-wide-sp {
    grid-column: 1/-1;
  }
}
@media (min-width: 768px) {
  .data-info-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 25px;
    margin-top: 60px;
  }
  .data-info-list.is-col4-md-up {
    grid-template-columns: repeat(4, 1fr);
  }
  .data-info-list__item {
    padding: 50px 0;
  }
  .data-info-list img {
    margin-top: 30px;
    height: 180px;
  }
  .data-info-list img.is-chart {
    height: 334px;
    grid-row: 2/-1;
    margin-block: 0 -20px;
  }
  .data-info-list img.is-graph {
    height: 298px;
    grid-row: 2/-1;
  }
  .data-info-list img.is-commute {
    height: 136px;
    margin-top: 0;
  }
  .data-info-list__num span.is-txt {
    padding-bottom: 17px;
  }
  .data-info-list__list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 20px;
    justify-content: center;
    max-width: 294px;
  }
  .data-info-list__note {
    bottom: 10px;
    right: 20px;
  }
}
/* data-info-qa
-------------------------- */
.data-info-qa {
  margin-top: var(--mh--space--x3l);
}
.data-info-qa + .data-info-qa {
  margin-top: 56px;
}
.data-info-qa__num {
  color: var(--mh--color--primary-400);
  margin-bottom: 15px;
}
.data-info-qa__head {
  margin-bottom: var(--mh--space--md);
}
@media (min-width: 768px) {
  .data-info-qa + .data-info-qa {
    margin-top: 98px;
  }
}
/* data-info-qa-list
----------------------------- */
.data-info-qa-list {
  display: grid;
  gap: 26px 0;
}
.data-info-qa-list > li {
  position: relative;
  z-index: 1;
  color: #fff;
  line-height: var(--mh--line-height--sm);
  border-radius: 27px 10px 27px 10px;
  background: var(--color-bg);
  border-top: 10px solid var(--color-bg);
  border-right: 10px solid var(--color-bg);
}
.data-info-qa-list > li p {
  padding: 17px;
  border-radius: 10px;
  background: var(--color-main);
}
.data-info-qa-list > li span.is-arw {
  position: absolute;
  z-index: -1;
  top: calc(100% - 4px);
  left: 14px;
  width: 31px;
  height: 21px;
  background: var(--color-main);
  background: linear-gradient(145deg, var(--color-main) 50%, var(--color-bg) 50%);
  clip-path: polygon(9px 0, 100% 0, 100% 4px, 0 100%);
}
.data-info-qa-list > li:nth-child(1) {
  --color-main: var(--mh--color--primary-400);
  --color-bg: var(--mh--color--primary-500);
}
.data-info-qa-list > li:nth-child(2) {
  --color-main: var(--mh--color--secondary-500);
  --color-bg: rgb(43, 154, 26);
}
.data-info-qa-list > li:nth-child(3) {
  --color-main: var(--mh--color--tertiary-500);
  --color-bg: var(--mh--color--tertiary-700);
}
@media (min-width: 768px) {
  .data-info-qa-list {
    align-items: start;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
  .data-info-qa-list > li {
    border-radius: 27px 10px 27px 10px;
    background: var(--color-bg);
    border-top: 12px solid var(--color-bg);
    border-right: 12px solid var(--color-bg);
  }
  .data-info-qa-list > li p {
    padding: 20px;
  }
  .data-info-qa-list > li span.is-arw {
    top: calc(100% - 5px);
    left: 17px;
    width: 37px;
    height: 25px;
    clip-path: polygon(11px 0, 100% 0, 100% 5px, 0 100%);
  }
}
/* .error-page404
================================================ */
.error-page404__inner {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .error-page404__inner {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
/* .home-intro
================================================ */
.home-intro {
  position: relative;
  pointer-events: none;
}
.home-intro-vi {
  position: relative;
  height: 473px;
}
.home-intro-vi__copy {
  position: absolute;
  font-size: 5rem;
  line-height: 1 !important;
  color: var(--mh--color--grayscale-100);
  z-index: -1;
}
.home-intro-vi__copy.is-copy01 {
  top: 80px;
  right: 20px;
  text-align: right;
}
.home-intro-vi__copy.is-copy02 {
  bottom: 80px;
  left: 20px;
}
.home-intro-vi__layer {
  position: relative;
  top: 170px;
}
.home-intro-vi__layer-in {
  -webkit-mask-image: linear-gradient(200deg, white 48%, transparent 52%);
  mask-image: linear-gradient(200deg, white 48%, transparent 52%);
  -webkit-mask-size: 100% 300%;
  mask-size: 100% 300%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: 50% 80%;
  mask-position: 50% 80%;
}
.home-intro__inner {
  position: relative;
  padding-bottom: 60px;
}
.home-intro__txt {
  margin-top: 2em;
  font-size: var(--mh--font-size--x2l);
  font-weight: var(--mh--font-weight--bold);
  color: var(--mh--color--primary-500);
}
@media (min-width: 768px) {
  .home-intro-vi {
    height: 1033px;
  }
  .home-intro-vi__copy {
    position: absolute;
    font-size: 12rem;
  }
  .home-intro-vi__copy.is-copy01 {
    top: 187px;
    right: 100px;
  }
  .home-intro-vi__copy.is-copy02 {
    bottom: 171px;
    left: 100px;
  }
  .home-intro-vi__layer {
    top: 314px;
  }
  .home-intro__inner {
    padding-top: 187px;
    padding-bottom: 200px;
  }
  .home-intro__content {
    margin-left: auto;
    width: 65.1315789474%;
    max-width: 990px;
  }
  .home-intro__txt {
    font-size: var(--mh--font-size--x3l);
    font-size: clamp(1.9rem, 0.6076388889vw + 1.4333333333rem, 2.6rem);
    line-height: var(--mh--line-height--lg);
  }
  .home-intro__txt::first-letter {
    font-feature-settings: "palt" 1;
    letter-spacing: 0.02em;
  }
}
/* .home-message
================================================ */
.home-message {
  position: relative;
}
.home-message::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--mh--contents--padding--side);
  right: var(--mh--contents--padding--side);
  background-color: var(--mh--color--grayscale-100_op80);
  backdrop-filter: var(--backdrop-filter--blur);
  border-radius: var(--border-radius--md);
}
.home-message__inner {
  position: relative;
}
.home-message__copy {
  position: absolute;
  top: 40px;
  right: 56px;
  z-index: 1;
  writing-mode: vertical-rl;
  font-size: var(--mh--font-size--x4l);
  font-weight: var(--mh--font-weight--black);
  letter-spacing: 0.05em;
  line-height: 1.25;
  color: transparent;
  background-color: var(--mh--color--grayscale-900);
  background-image: radial-gradient(circle, #1468F2 0%, rgba(20, 104, 242, 0) 50%);
  background-repeat: no-repeat;
  background-size: 200% 200%;
  background-position: 0% 0%;
  animation: bg-anime01 5s infinite both;
  -webkit-background-clip: text;
  background-clip: text;
}
.home-message__copy[data-anime=mask-txt-vertical] {
  -webkit-mask-size: unset;
  mask-size: unset;
}
.home-message__vi-img {
  display: block;
  overflow: hidden;
}
.home-message__vi-img.is-img01 {
  width: 200px;
  margin-top: 40px;
}
.home-message__vi-img.is-img02 {
  width: 100px;
  margin: -40px 0 0 194px;
}
.home-message__txt {
  position: relative;
  margin-top: 1em;
}
.home-message__sign {
  margin-top: 20px;
  display: flex;
  align-items: center;
  line-height: var(--mh--line-height--sm);
}
.home-message__sign-pos {
  margin-top: 0.3em;
}
.home-message__sign-name {
  margin-left: 15px;
  font-size: var(--mh--font-size--x2l);
}
@media (max-width: 767px) {
  .home-message__inner {
    padding: 40px !important;
  }
}
@media (min-width: 768px) {
  .home-message::before {
    left: 30px;
    right: 30px;
  }
  .home-message__inner {
    padding-top: 32.5268817204%;
    padding-bottom: 8.064516129%;
  }
  .home-message__head {
    position: relative;
    z-index: 1;
  }
  .home-message__copy {
    top: 13.4615384615%;
    right: max(4.7058823529%, 90px);
    font-size: var(--mh--font-size--x10l);
  }
  .home-message__vi {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 39.4736842105%;
    max-width: 600px;
  }
  .home-message__vi-img.is-img01 {
    width: 100%;
    margin: -50% 0 0 -50%;
  }
  .home-message__vi-img.is-img02 {
    position: absolute;
    bottom: -13.6666666667%;
    right: 13.6666666667%;
    width: 40%;
    max-width: 240px;
    margin: 0;
  }
  .home-message__txt {
    width: 36.1842105263%;
    max-width: 550px;
    margin-top: 2em;
  }
  .home-message__sign {
    margin-top: 40px;
  }
}
/* .home-info
================================================ */
.home-info {
  position: relative;
}
.home-info__bg {
  position: absolute;
  bottom: -17.2794117647%;
  left: 0;
  right: 0;
  z-index: -1;
}
.home-info__bg-in {
  -webkit-mask-image: linear-gradient(225deg, white 48%, transparent 52%);
  mask-image: linear-gradient(225deg, white 48%, transparent 52%);
  -webkit-mask-size: 100% 300%;
  mask-size: 100% 300%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: 50% 100%;
  mask-position: 50% 100%;
}
.home-info__inner {
  position: relative;
  padding-top: 60px;
}
@media (min-width: 768px) {
  .home-info__bg {
    bottom: -60.7719928187%;
  }
  .home-info__inner {
    padding-top: 150px;
  }
}
/* recruitmentinfo-anchor
=============================== */
.recruitmentinfo-anchor {
  padding-top: 50px;
  background: linear-gradient(to top, var(--mh--color--grayscale-400) 60px, transparent 60px);
}
.recruitmentinfo-anchor__box {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 20px;
  background: #fff;
  border-radius: var(--border-radius--md);
  box-shadow: var(--mh--shadow);
}
.recruitmentinfo-anchor__box .c-btn04 {
  margin: 0;
  font-size: var(--mh--font-size--sm);
}
@media (min-width: 768px) {
  .recruitmentinfo-anchor {
    background: linear-gradient(to top, var(--mh--color--grayscale-400) 42px, transparent 42px);
  }
  .recruitmentinfo-anchor__box {
    gap: 60px;
    padding: 30px 80px;
  }
}
/* recruitmentinfo-flow
================================= */
@media (min-width: 768px) {
  .recruitmentinfo-flow__inner {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 0 178px;
  }
}
/* recruitmentinfo-flow-list
------------------------------ */
.recruitmentinfo-flow-list {
  display: grid;
  gap: 35px 0;
}
.recruitmentinfo-flow-list > li {
  position: relative;
  display: grid;
  grid-template-columns: 78px 1fr;
  grid-template-areas: "ico head" "txt txt";
  align-items: center;
  gap: 10px 20px;
  padding: 30px 20px;
  background: #fff;
  border-radius: var(--border-radius--md);
}
.recruitmentinfo-flow-list > li:last-child:after {
  content: none;
}
.recruitmentinfo-flow-list > li:after {
  display: inline-block;
  width: 15px;
  height: 15px;
  color: var(--mh--color--grayscale-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 15 15"><path d="M7.73 0 6.12 1.67l4.5 4.65H0v2.36h10.62l-4.5 4.65L7.73 15 15 7.5 7.73 0Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15 15"><path d="M7.73 0 6.12 1.67l4.5 4.65H0v2.36h10.62l-4.5 4.65L7.73 15 15 7.5 7.73 0Z"/></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% + 10px);
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
}
.recruitmentinfo-flow-list__num {
  position: absolute;
  top: 8px;
  left: 10px;
  color: var(--mh--color--primary-500);
  font-size: var(--mh--font-size--x4l);
}
.recruitmentinfo-flow-list__ico {
  grid-area: ico;
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 1;
  background: var(--mh--color--grayscale-450);
  border-radius: 50%;
}
.recruitmentinfo-flow-list__ico img {
  width: 50px;
}
.recruitmentinfo-flow-list__head {
  grid-area: head;
  font-weight: 700;
  font-size: var(--mh--font-size--x3l);
}
.recruitmentinfo-flow-list__txt {
  grid-area: txt;
}
@media (min-width: 768px) {
  .recruitmentinfo-flow-list {
    gap: 70px 0;
  }
  .recruitmentinfo-flow-list > li {
    grid-template-columns: 120px 1fr;
    grid-template-areas: "ico top" "ico head" "ico txt" "ico bottom";
    gap: 0 40px;
    padding: 40px 50px;
  }
  .recruitmentinfo-flow-list > li:after {
    top: calc(100% + 20px);
    width: 30px;
    height: 30px;
  }
  .recruitmentinfo-flow-list__num {
    top: 15px;
    left: 15px;
  }
  .recruitmentinfo-flow-list__ico img {
    width: 70px;
  }
}
/* value-intro
=========================== */
.value-intro {
  background: linear-gradient(to bottom, transparent 127px, rgba(239, 244, 248, 0.1) 127px, var(--mh--color--grayscale-400) 137px);
}
.value-intro__img {
  width: 105.377%;
  margin: -2.5% 0 0 -3%;
}
@media (min-width: 768px) {
  .value-intro {
    background: linear-gradient(to bottom, transparent 100px, rgba(239, 244, 248, 0.1) 100px, var(--mh--color--grayscale-400) 120px);
  }
  .value-intro__con {
    display: grid;
    grid-template-columns: 46.875% 46.40625%;
    justify-content: space-between;
  }
  .value-intro__img {
    width: 106.667%;
    margin: -2% 0 0 -2%;
  }
}
/* value-intro-list
----------------------------- */
.value-intro-list {
  display: grid;
  gap: var(--mh--space--xl) 0;
  margin-top: 10px;
}
.value-intro-list__item {
  display: grid;
  grid-template-columns: 65px 1fr;
  align-content: start;
  gap: 0 15px;
}
.value-intro-list__img {
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 1;
  background: var(--mh--color--primary-200);
  border-radius: 50%;
}
.value-intro-list__img img {
  width: 40px;
}
.value-intro-list__head {
  margin-bottom: 5px;
  line-height: var(--mh--line-height--sm);
  color: var(--mh--color--primary-500);
  font-weight: 700;
  font-size: var(--mh--font-size--x3l);
}
@media (min-width: 768px) {
  .value-intro-list {
    margin: 0;
  }
  .value-intro-list__item {
    grid-template-columns: 100px 1fr;
    gap: 0 20px;
  }
  .value-intro-list__img img {
    width: 50px;
  }
  .value-intro-list__head {
    margin-bottom: 10px;
  }
}
/* value-customer
========================== */
.value-customer {
  position: relative;
  text-align: center;
}
.value-customer__img {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  z-index: -1;
}
.value-customer__img img {
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.value-customer__img-filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 56, 148, 0.6) 0%, rgba(0, 56, 148, 0.6) 100%);
  backdrop-filter: blur(10px);
  opacity: 0;
  transition: opacity var(--mh--duration) var(--mh--easing);
}
.value-customer__inner {
  display: grid;
  align-content: center;
  min-height: 100vh;
  padding-top: 103px;
  padding-bottom: 103px;
}
.value-customer__head {
  margin-bottom: 20px;
  line-height: var(--mh--line-height--sm);
  font-size: var(--mh--font-size--x8l);
}
.value-customer__txt + .value-customer__txt {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .value-customer__head {
    margin-bottom: 50px;
  }
  .value-customer__txt {
    font-size: var(--mh--font-size--lg);
  }
}
/* value-profile
========================= */
.value-profile {
  text-align: center;
  padding-top: var(--mh--padding--x6l);
}
.value-profile__en {
  font-size: var(--mh--font-size--x9l);
}
.value-profile__head {
  margin-bottom: 20px;
  line-height: var(--mh--line-height--sm);
  font-weight: 700;
  font-size: var(--mh--font-size--sm);
}
@media (min-width: 768px) {
  .value-profile__en {
    margin-bottom: 15px;
  }
  .value-profile__head {
    margin-bottom: 50px;
  }
}
/* value-profile-list
--------------------------- */
.value-profile-list__item:nth-child(1) .value-profile-list__txt {
  background: var(--mh--color--primary-400);
}
.value-profile-list__item:nth-child(2) .value-profile-list__txt {
  background: var(--mh--color--secondary-500);
}
.value-profile-list__item:nth-child(3) .value-profile-list__txt {
  background: var(--mh--color--tertiary-500);
}
.value-profile-list__txt {
  padding: 50px 20px;
  color: #fff;
  font-weight: 700;
  font-size: var(--mh--font-size--xl);
}
@media (min-width: 768px) {
  .value-profile-list__item {
    display: grid;
    grid-template-columns: repeat(2, 50%);
  }
  .value-profile-list__txt {
    display: grid;
    place-items: center;
    font-size: clamp(2.3rem, 0.78125vw + 1.7rem, 3.2rem);
  }
}
.u-hidden {
  display: none;
}
.u-inline {
  display: inline;
}
.u-inline-block {
  display: inline-block;
}
.u-block {
  display: block;
}
.u-flex {
  display: flex;
}
.u-grid {
  display: grid;
}
@media (max-width: 639px) {
  .u-hidden-sm-down {
    display: none;
  }
}
@media (max-width: 767px) {
  .u-hidden-md-down {
    display: none;
  }
}
@media (max-width: 1099px) {
  .u-hidden-lg-down {
    display: none;
  }
}
@media (max-width: 1279px) {
  .u-hidden-xl-down {
    display: none;
  }
}
@media (min-width: 640px) {
  .u-hidden-sm-up {
    display: none;
  }
}
@media (min-width: 768px) {
  .u-hidden-md-up {
    display: none;
  }
}
@media (min-width: 1100px) {
  .u-hidden-lg-up {
    display: none;
  }
}
@media (min-width: 1280px) {
  .u-hidden-xl-up {
    display: none;
  }
}
/* overflow
-------------------------------------- */
.u-overflow-auto {
  overflow: auto;
}
.u-overflow-hidden {
  overflow: hidden;
}
.u-overflow-visible {
  overflow: visible;
}
/* screen reader
-------------------------------------- */
.u-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  white-space: nowrap;
  border-width: 0;
  clip: rect(0, 0, 0, 0);
}
/* text-transform
-------------------------------------- */
.u-uppercase {
  text-transform: uppercase;
}
.u-capitalize {
  text-transform: capitalize;
}
/* text-align
-------------------------------------- */
.u-text-left {
  text-align: left;
}
.u-text-right {
  text-align: right;
}
.u-text-center {
  text-align: center;
}
@media (max-width: 639px) {
  .u-text-left-sm-down {
    text-align: left;
  }
}
@media (max-width: 639px) {
  .u-text-right-sm-down {
    text-align: right;
  }
}
@media (max-width: 639px) {
  .u-text-center-sm-down {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .u-text-left-md-down {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .u-text-right-md-down {
    text-align: right;
  }
}
@media (max-width: 767px) {
  .u-text-center-md-down {
    text-align: center;
  }
}
@media (max-width: 1099px) {
  .u-text-left-lg-down {
    text-align: left;
  }
}
@media (max-width: 1099px) {
  .u-text-right-lg-down {
    text-align: right;
  }
}
@media (max-width: 1099px) {
  .u-text-center-lg-down {
    text-align: center;
  }
}
@media (max-width: 1279px) {
  .u-text-left-xl-down {
    text-align: left;
  }
}
@media (max-width: 1279px) {
  .u-text-right-xl-down {
    text-align: right;
  }
}
@media (max-width: 1279px) {
  .u-text-center-xl-down {
    text-align: center;
  }
}
@media (min-width: 640px) {
  .u-text-left-sm-up {
    text-align: left;
  }
}
@media (min-width: 640px) {
  .u-text-right-sm-up {
    text-align: right;
  }
}
@media (min-width: 640px) {
  .u-text-center-sm-up {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .u-text-left-md-up {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .u-text-right-md-up {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .u-text-center-md-up {
    text-align: center;
  }
}
@media (min-width: 1100px) {
  .u-text-left-lg-up {
    text-align: left;
  }
}
@media (min-width: 1100px) {
  .u-text-right-lg-up {
    text-align: right;
  }
}
@media (min-width: 1100px) {
  .u-text-center-lg-up {
    text-align: center;
  }
}
@media (min-width: 1280px) {
  .u-text-left-xl-up {
    text-align: left;
  }
}
@media (min-width: 1280px) {
  .u-text-right-xl-up {
    text-align: right;
  }
}
@media (min-width: 1280px) {
  .u-text-center-xl-up {
    text-align: center;
  }
}
/* font-size
-------------------------------------- */
.u-text-x2s {
  font-size: var(--mh--font-size--x2s);
}
.u-text-xs {
  font-size: var(--mh--font-size--xs);
}
.u-text-sm {
  font-size: var(--mh--font-size--sm);
}
.u-text-md {
  font-size: var(--mh--font-size--md);
}
.u-text-lg {
  font-size: var(--mh--font-size--lg);
}
.u-text-xl {
  font-size: var(--mh--font-size--xl);
}
.u-text-x2l {
  font-size: var(--mh--font-size--x2l);
}
.u-text-x3l {
  font-size: var(--mh--font-size--x3l);
}
.u-text-x4l {
  font-size: var(--mh--font-size--x4l);
}
.u-text-x5l {
  font-size: var(--mh--font-size--x5l);
}
.u-text-x6l {
  font-size: var(--mh--font-size--x6l);
}
.u-text-x7l {
  font-size: var(--mh--font-size--x7l);
}
.u-text-x8l {
  font-size: var(--mh--font-size--x8l);
}
.u-text-x9l {
  font-size: var(--mh--font-size--x9l);
}
.u-text-x10l {
  font-size: var(--mh--font-size--x10l);
}
.u-text-x11l {
  font-size: var(--mh--font-size--x11l);
}
.u-text-x12l {
  font-size: var(--mh--font-size--x12l);
}
.u-text-x13l {
  font-size: var(--mh--font-size--x13l);
}
.u-text-x14l {
  font-size: var(--mh--font-size--x14l);
}
.u-text-x15l {
  font-size: var(--mh--font-size--x15l);
}
.u-text-md {
  line-height: var(--mh--line-height--md);
  letter-spacing: var(--mh--letter-spacing--md);
}
.u-text-x2s,
.u-text-xs,
.u-text-sm,
.u-text-lg,
.u-text-xl,
.u-text-x2l,
.u-text-x3l,
.u-text-x4l,
.u-text-x5l,
.u-text-x6l,
.u-text-x7l,
.u-text-x8l,
.u-text-x9l,
.u-text-x10l,
.u-text-x11l,
.u-text-x12l,
.u-text-x13l,
.u-text-x14l,
.u-text-x15l {
  line-height: var(--mh--line-height--sm);
  letter-spacing: var(--mh--letter-spacing--md);
}
/* line-height
-------------------------------------- */
.u-leading-none {
  line-height: var(--mh--line-height--none);
}
.u-leading-xs {
  line-height: var(--mh--line-height--xs);
}
.u-leading-sm {
  line-height: var(--mh--line-height--sm);
}
.u-leading-md {
  line-height: var(--mh--line-height--md);
}
.u-leading-lg {
  line-height: var(--mh--line-height--lg);
}
/* letter-spacing
-------------------------------------- */
.u-tracking-sm {
  letter-spacing: var(--mh--letter-spacing--sm);
}
.u-tracking-md {
  letter-spacing: var(--mh--letter-spacing--md);
}
/* font-weight
-------------------------------------- */
.u-font-bold {
  font-weight: var(--mh--font-weight--bold);
}
/* font-family
-------------------------------------- */
.u-font-en {
  font-family: var(--mh--font-family--en);
  font-weight: var(--mh--font-weight--en);
  line-height: var(--mh--line-height--xs);
  letter-spacing: var(--mh--letter-spacing--sm);
}
/* position
-------------------------------------- */
.u-relative {
  position: relative;
}
.u-absolute {
  position: absolute !important;
}
/* layout
-------------------------------------- */
.u-inner {
  padding-right: var(--mh--contents--padding--side);
  padding-left: var(--mh--contents--padding--side);
}
@media (min-width: 768px) {
  .u-inner {
    width: 100%;
    max-width: var(--mh--contents--width-with-padding);
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 1100px) {
  .u-inner {
    padding-right: 0;
    padding-left: 0;
  }
}
.u-std-inner {
  padding-right: var(--mh--contents--padding--side);
  padding-left: var(--mh--contents--padding--side);
}
@media (min-width: 768px) {
  .u-std-inner {
    width: 100%;
    max-width: var(--mh--contents--std-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 (min-width: 768px) {
  .u-wide-inner {
    width: 100%;
    max-width: var(--mh--contents--wide-width-with-padding);
    margin-right: auto;
    margin-left: auto;
  }
}
.u-extra-inner {
  padding-right: var(--mh--contents--padding--side);
  padding-left: var(--mh--contents--padding--side);
}
@media (min-width: 768px) {
  .u-extra-inner {
    width: 100%;
    max-width: var(--mh--contents--extra-width-with-padding);
    margin-right: auto;
    margin-left: auto;
  }
}
.u-full-inner {
  padding-right: var(--mh--contents--padding--side);
  padding-left: var(--mh--contents--padding--side);
}
.u-item-center {
  display: grid;
  place-items: center;
}
.u-clearfix {
  clear: both;
  display: block;
  height: 0;
  border: none;
}
/* link
-------------------------------------- */
a.u-alpha {
  display: block;
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  a.u-alpha {
    transition: opacity var(--mh--duration) var(--mh--easing);
  }
  a.u-alpha:hover {
    opacity: 0.7;
  }
}
a.u-zoom {
  display: block;
  text-decoration: none;
}
a.u-zoom .u-zoom__img {
  display: block;
}
a.u-zoom .u-zoom__img-wrap {
  position: relative;
  display: block;
  overflow: hidden;
}
a.u-zoom .u-zoom__img-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--mh--color--grayscale-900_op20);
}
@media (max-width: 767px) {
  a.u-zoom .u-zoom__img.u-hidden-md-down {
    display: none;
  }
}
@media (min-width: 768px) {
  a.u-zoom .u-zoom__img.u-hidden-md-up {
    display: none;
  }
}
@media (hover: hover) and (pointer: fine) {
  a.u-zoom .u-zoom__img {
    transition: transform var(--mh--duration) var(--mh--easing);
  }
  a.u-zoom .u-zoom__img-cover {
    transition: opacity var(--mh--duration) var(--mh--easing);
  }
  a.u-zoom:hover .u-zoom__img {
    transform: scale(1.1);
  }
  a.u-zoom:hover .u-zoom__img-cover {
    opacity: 0;
  }
}
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 (min-width: 768px) {
  .u-media-query {
    font-family: tb;
  }
}
@media (min-width: 1100px) {
  .u-media-query {
    font-family: pc;
  }
}
.u-text-primary-500 {
  color: var(--mh--color--primary-500);
}
.u-text-primary-500_op10 {
  color: var(--mh--color--primary-500_op10);
}
.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-secondary-500 {
  color: var(--mh--color--secondary-500);
}
.u-text-tertiary-700 {
  color: var(--mh--color--tertiary-700);
}
.u-text-tertiary-500 {
  color: var(--mh--color--tertiary-500);
}
.u-text-grayscale-900 {
  color: var(--mh--color--grayscale-900);
}
.u-text-grayscale-900_op10 {
  color: var(--mh--color--grayscale-900_op10);
}
.u-text-grayscale-900_op20 {
  color: var(--mh--color--grayscale-900_op20);
}
.u-text-grayscale-800 {
  color: var(--mh--color--grayscale-800);
}
.u-text-grayscale-600 {
  color: var(--mh--color--grayscale-600);
}
.u-text-grayscale-500 {
  color: var(--mh--color--grayscale-500);
}
.u-text-grayscale-450 {
  color: var(--mh--color--grayscale-450);
}
.u-text-grayscale-400 {
  color: var(--mh--color--grayscale-400);
}
.u-text-grayscale-100 {
  color: var(--mh--color--grayscale-100);
}
.u-text-grayscale-100_op80 {
  color: var(--mh--color--grayscale-100_op80);
}
.u-text-grayscale-100_op30 {
  color: var(--mh--color--grayscale-100_op30);
}
.u-text-grayscale-100_op10 {
  color: var(--mh--color--grayscale-100_op10);
}
.u-text-error-500 {
  color: var(--mh--color--error-500);
}
.u-bg-primary-500 {
  background-color: var(--mh--color--primary-500);
}
.u-bg-primary-500_op10 {
  background-color: var(--mh--color--primary-500_op10);
}
.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-secondary-500 {
  background-color: var(--mh--color--secondary-500);
}
.u-bg-tertiary-700 {
  background-color: var(--mh--color--tertiary-700);
}
.u-bg-tertiary-500 {
  background-color: var(--mh--color--tertiary-500);
}
.u-bg-grayscale-900 {
  background-color: var(--mh--color--grayscale-900);
}
.u-bg-grayscale-900_op10 {
  background-color: var(--mh--color--grayscale-900_op10);
}
.u-bg-grayscale-900_op20 {
  background-color: var(--mh--color--grayscale-900_op20);
}
.u-bg-grayscale-800 {
  background-color: var(--mh--color--grayscale-800);
}
.u-bg-grayscale-600 {
  background-color: var(--mh--color--grayscale-600);
}
.u-bg-grayscale-500 {
  background-color: var(--mh--color--grayscale-500);
}
.u-bg-grayscale-450 {
  background-color: var(--mh--color--grayscale-450);
}
.u-bg-grayscale-400 {
  background-color: var(--mh--color--grayscale-400);
}
.u-bg-grayscale-100 {
  background-color: var(--mh--color--grayscale-100);
}
.u-bg-grayscale-100_op80 {
  background-color: var(--mh--color--grayscale-100_op80);
}
.u-bg-grayscale-100_op30 {
  background-color: var(--mh--color--grayscale-100_op30);
}
.u-bg-grayscale-100_op10 {
  background-color: var(--mh--color--grayscale-100_op10);
}
.u-bg-error-500 {
  background-color: var(--mh--color--error-500);
}
.u-p-x2s {
  padding: var(--mh--padding--x2s);
}
.u-py-x2s {
  padding-block: var(--mh--padding--x2s);
}
.u-px-x2s {
  padding-inline: var(--mh--padding--x2s);
}
.u-pt-x2s {
  padding-top: var(--mh--padding--x2s);
}
.u-pb-x2s {
  padding-bottom: var(--mh--padding--x2s);
}
.u-pl-x2s {
  padding-left: var(--mh--padding--x2s);
}
.u-pr-x2s {
  padding-right: var(--mh--padding--x2s);
}
.u-p-xs {
  padding: var(--mh--padding--xs);
}
.u-py-xs {
  padding-block: var(--mh--padding--xs);
}
.u-px-xs {
  padding-inline: var(--mh--padding--xs);
}
.u-pt-xs {
  padding-top: var(--mh--padding--xs);
}
.u-pb-xs {
  padding-bottom: var(--mh--padding--xs);
}
.u-pl-xs {
  padding-left: var(--mh--padding--xs);
}
.u-pr-xs {
  padding-right: var(--mh--padding--xs);
}
.u-p-sm {
  padding: var(--mh--padding--sm);
}
.u-py-sm {
  padding-block: var(--mh--padding--sm);
}
.u-px-sm {
  padding-inline: var(--mh--padding--sm);
}
.u-pt-sm {
  padding-top: var(--mh--padding--sm);
}
.u-pb-sm {
  padding-bottom: var(--mh--padding--sm);
}
.u-pl-sm {
  padding-left: var(--mh--padding--sm);
}
.u-pr-sm {
  padding-right: var(--mh--padding--sm);
}
.u-p-md {
  padding: var(--mh--padding--md);
}
.u-py-md {
  padding-block: var(--mh--padding--md);
}
.u-px-md {
  padding-inline: var(--mh--padding--md);
}
.u-pt-md {
  padding-top: var(--mh--padding--md);
}
.u-pb-md {
  padding-bottom: var(--mh--padding--md);
}
.u-pl-md {
  padding-left: var(--mh--padding--md);
}
.u-pr-md {
  padding-right: var(--mh--padding--md);
}
.u-p-lg {
  padding: var(--mh--padding--lg);
}
.u-py-lg {
  padding-block: var(--mh--padding--lg);
}
.u-px-lg {
  padding-inline: var(--mh--padding--lg);
}
.u-pt-lg {
  padding-top: var(--mh--padding--lg);
}
.u-pb-lg {
  padding-bottom: var(--mh--padding--lg);
}
.u-pl-lg {
  padding-left: var(--mh--padding--lg);
}
.u-pr-lg {
  padding-right: var(--mh--padding--lg);
}
.u-p-xl {
  padding: var(--mh--padding--xl);
}
.u-py-xl {
  padding-block: var(--mh--padding--xl);
}
.u-px-xl {
  padding-inline: var(--mh--padding--xl);
}
.u-pt-xl {
  padding-top: var(--mh--padding--xl);
}
.u-pb-xl {
  padding-bottom: var(--mh--padding--xl);
}
.u-pl-xl {
  padding-left: var(--mh--padding--xl);
}
.u-pr-xl {
  padding-right: var(--mh--padding--xl);
}
.u-p-x2l {
  padding: var(--mh--padding--x2l);
}
.u-py-x2l {
  padding-block: var(--mh--padding--x2l);
}
.u-px-x2l {
  padding-inline: var(--mh--padding--x2l);
}
.u-pt-x2l {
  padding-top: var(--mh--padding--x2l);
}
.u-pb-x2l {
  padding-bottom: var(--mh--padding--x2l);
}
.u-pl-x2l {
  padding-left: var(--mh--padding--x2l);
}
.u-pr-x2l {
  padding-right: var(--mh--padding--x2l);
}
.u-p-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-x5l {
  padding: var(--mh--padding--x5l);
}
.u-py-x5l {
  padding-block: var(--mh--padding--x5l);
}
.u-px-x5l {
  padding-inline: var(--mh--padding--x5l);
}
.u-pt-x5l {
  padding-top: var(--mh--padding--x5l);
}
.u-pb-x5l {
  padding-bottom: var(--mh--padding--x5l);
}
.u-pl-x5l {
  padding-left: var(--mh--padding--x5l);
}
.u-pr-x5l {
  padding-right: var(--mh--padding--x5l);
}
.u-p-x6l {
  padding: var(--mh--padding--x6l);
}
.u-py-x6l {
  padding-block: var(--mh--padding--x6l);
}
.u-px-x6l {
  padding-inline: var(--mh--padding--x6l);
}
.u-pt-x6l {
  padding-top: var(--mh--padding--x6l);
}
.u-pb-x6l {
  padding-bottom: var(--mh--padding--x6l);
}
.u-pl-x6l {
  padding-left: var(--mh--padding--x6l);
}
.u-pr-x6l {
  padding-right: var(--mh--padding--x6l);
}
.u-p-x7l {
  padding: var(--mh--padding--x7l);
}
.u-py-x7l {
  padding-block: var(--mh--padding--x7l);
}
.u-px-x7l {
  padding-inline: var(--mh--padding--x7l);
}
.u-pt-x7l {
  padding-top: var(--mh--padding--x7l);
}
.u-pb-x7l {
  padding-bottom: var(--mh--padding--x7l);
}
.u-pl-x7l {
  padding-left: var(--mh--padding--x7l);
}
.u-pr-x7l {
  padding-right: var(--mh--padding--x7l);
}
.u-p-x8l {
  padding: var(--mh--padding--x8l);
}
.u-py-x8l {
  padding-block: var(--mh--padding--x8l);
}
.u-px-x8l {
  padding-inline: var(--mh--padding--x8l);
}
.u-pt-x8l {
  padding-top: var(--mh--padding--x8l);
}
.u-pb-x8l {
  padding-bottom: var(--mh--padding--x8l);
}
.u-pl-x8l {
  padding-left: var(--mh--padding--x8l);
}
.u-pr-x8l {
  padding-right: var(--mh--padding--x8l);
}
.u-p-x9l {
  padding: var(--mh--padding--x9l);
}
.u-py-x9l {
  padding-block: var(--mh--padding--x9l);
}
.u-px-x9l {
  padding-inline: var(--mh--padding--x9l);
}
.u-pt-x9l {
  padding-top: var(--mh--padding--x9l);
}
.u-pb-x9l {
  padding-bottom: var(--mh--padding--x9l);
}
.u-pl-x9l {
  padding-left: var(--mh--padding--x9l);
}
.u-pr-x9l {
  padding-right: var(--mh--padding--x9l);
}
.u-p-x10l {
  padding: var(--mh--padding--x10l);
}
.u-py-x10l {
  padding-block: var(--mh--padding--x10l);
}
.u-px-x10l {
  padding-inline: var(--mh--padding--x10l);
}
.u-pt-x10l {
  padding-top: var(--mh--padding--x10l);
}
.u-pb-x10l {
  padding-bottom: var(--mh--padding--x10l);
}
.u-pl-x10l {
  padding-left: var(--mh--padding--x10l);
}
.u-pr-x10l {
  padding-right: var(--mh--padding--x10l);
}
.u-m-x2s {
  margin: var(--mh--space--x2s);
}
.u-my-x2s {
  margin-block: var(--mh--space--x2s);
}
.u-mx-x2s {
  margin-inline: var(--mh--space--x2s);
}
.u-mt-x2s {
  margin-top: var(--mh--space--x2s);
}
.u-mb-x2s {
  margin-bottom: var(--mh--space--x2s);
}
.u-ml-x2s {
  margin-left: var(--mh--space--x2s);
}
.u-mr-x2s {
  margin-right: var(--mh--space--x2s);
}
.u-m-xs {
  margin: var(--mh--space--xs);
}
.u-my-xs {
  margin-block: var(--mh--space--xs);
}
.u-mx-xs {
  margin-inline: var(--mh--space--xs);
}
.u-mt-xs {
  margin-top: var(--mh--space--xs);
}
.u-mb-xs {
  margin-bottom: var(--mh--space--xs);
}
.u-ml-xs {
  margin-left: var(--mh--space--xs);
}
.u-mr-xs {
  margin-right: var(--mh--space--xs);
}
.u-m-sm {
  margin: var(--mh--space--sm);
}
.u-my-sm {
  margin-block: var(--mh--space--sm);
}
.u-mx-sm {
  margin-inline: var(--mh--space--sm);
}
.u-mt-sm {
  margin-top: var(--mh--space--sm);
}
.u-mb-sm {
  margin-bottom: var(--mh--space--sm);
}
.u-ml-sm {
  margin-left: var(--mh--space--sm);
}
.u-mr-sm {
  margin-right: var(--mh--space--sm);
}
.u-m-md {
  margin: var(--mh--space--md);
}
.u-my-md {
  margin-block: var(--mh--space--md);
}
.u-mx-md {
  margin-inline: var(--mh--space--md);
}
.u-mt-md {
  margin-top: var(--mh--space--md);
}
.u-mb-md {
  margin-bottom: var(--mh--space--md);
}
.u-ml-md {
  margin-left: var(--mh--space--md);
}
.u-mr-md {
  margin-right: var(--mh--space--md);
}
.u-m-lg {
  margin: var(--mh--space--lg);
}
.u-my-lg {
  margin-block: var(--mh--space--lg);
}
.u-mx-lg {
  margin-inline: var(--mh--space--lg);
}
.u-mt-lg {
  margin-top: var(--mh--space--lg);
}
.u-mb-lg {
  margin-bottom: var(--mh--space--lg);
}
.u-ml-lg {
  margin-left: var(--mh--space--lg);
}
.u-mr-lg {
  margin-right: var(--mh--space--lg);
}
.u-m-xl {
  margin: var(--mh--space--xl);
}
.u-my-xl {
  margin-block: var(--mh--space--xl);
}
.u-mx-xl {
  margin-inline: var(--mh--space--xl);
}
.u-mt-xl {
  margin-top: var(--mh--space--xl);
}
.u-mb-xl {
  margin-bottom: var(--mh--space--xl);
}
.u-ml-xl {
  margin-left: var(--mh--space--xl);
}
.u-mr-xl {
  margin-right: var(--mh--space--xl);
}
.u-m-x2l {
  margin: var(--mh--space--x2l);
}
.u-my-x2l {
  margin-block: var(--mh--space--x2l);
}
.u-mx-x2l {
  margin-inline: var(--mh--space--x2l);
}
.u-mt-x2l {
  margin-top: var(--mh--space--x2l);
}
.u-mb-x2l {
  margin-bottom: var(--mh--space--x2l);
}
.u-ml-x2l {
  margin-left: var(--mh--space--x2l);
}
.u-mr-x2l {
  margin-right: var(--mh--space--x2l);
}
.u-m-x3l {
  margin: var(--mh--space--x3l);
}
.u-my-x3l {
  margin-block: var(--mh--space--x3l);
}
.u-mx-x3l {
  margin-inline: var(--mh--space--x3l);
}
.u-mt-x3l {
  margin-top: var(--mh--space--x3l);
}
.u-mb-x3l {
  margin-bottom: var(--mh--space--x3l);
}
.u-ml-x3l {
  margin-left: var(--mh--space--x3l);
}
.u-mr-x3l {
  margin-right: var(--mh--space--x3l);
}
.u-mx-auto {
  margin-inline: auto;
}