@charset "UTF-8";
@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}
.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}
.splide__track--fade>.splide__list>.splide__slide{margin:0!important;opacity:0;z-index:0}
.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;z-index:1}
.splide--rtl{direction:rtl}
.splide__track--ttb>.splide__list{display:block}
.splide__container{box-sizing:border-box;position:relative}
.splide__list{backface-visibility:hidden;display:flex;height:100%;margin:0!important;padding:0!important}
.splide.is-initialized:not(.is-active) .splide__list{display:block}
.splide__pagination{align-items:center;display:flex;flex-wrap:wrap;justify-content:center;margin:0;pointer-events:none}
.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}
.splide:not(.is-overflow) .splide__pagination{display:none}
.splide__progress__bar{width:0}
.splide{position:relative;visibility:hidden}
.splide.is-initialized,.splide.is-rendered{visibility:visible}
.splide__slide{backface-visibility:hidden;box-sizing:border-box;flex-shrink:0;list-style-type:none!important;margin:0;position:relative}
.splide__slide img{vertical-align:bottom}
.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}
.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}
.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}
.splide__toggle.is-active .splide__toggle__pause{display:inline}
.splide__track{overflow:hidden;position:relative;z-index:0}
:root {
  --mh--breakpoint--min: 375px;
  --mh--breakpoint--sm: 640px;
  --mh--breakpoint--md: 768px;
  --mh--breakpoint--lg: 1100px;
  --mh--breakpoint--xl: 1400px;
  --mh--breakpoint--x2l: 1600px;
}
:root {
  --mh--font-family--base:
  	"Noto Sans JP", "ヒラギノ角ゴ ProN W3", meiryo, sans-serif;
  --mh--font-family--en: "DM Sans", sans-serif;
}
html body {
  --mh--font-size--x3s: 1.2rem;
  --mh--font-size--x2s: 1.3rem;
  --mh--font-size--xs: 1.4rem;
  --mh--font-size--sm: 1.5rem;
  --mh--font-size--md: 1.6rem;
  --mh--font-size--lg: 1.7rem;
  --mh--font-size--xl: 1.8rem;
  --mh--font-size--x2l: 2rem;
  --mh--font-size--x3l: 2.1rem;
  --mh--font-size--x4l: 2.2rem;
  --mh--font-size--x5l: 2.4rem;
  --mh--font-size--x6l: 2.6rem;
  --mh--font-size--x7l: 2.7rem;
  --mh--font-size--x8l: 2.9rem;
  --mh--font-size--x9l: 3.1rem;
  --mh--font-size--x10l: 3.4rem;
  --mh--font-size--x11l: 3.6rem;
  --mh--font-size--x12l: 3.9rem;
  --mh--font-size--x13l: 4.4rem;
}
@media (width >= 768px ) {
  html body {
    --mh--font-size--x3s: 1.2rem;
    --mh--font-size--x2s: 1.3rem;
    --mh--font-size--xs: 1.4rem;
    --mh--font-size--sm: 1.5rem;
    --mh--font-size--md: 1.6rem;
    --mh--font-size--lg: 1.8rem;
    --mh--font-size--xl: 2rem;
    --mh--font-size--x2l: 2.3rem;
    --mh--font-size--x3l: 2.6rem;
    --mh--font-size--x4l: 2.9rem;
    --mh--font-size--x5l: 3.2rem;
    --mh--font-size--x6l: 3.6rem;
    --mh--font-size--x7l: 4.1rem;
    --mh--font-size--x8l: 4.6rem;
    --mh--font-size--x9l: 5.2rem;
    --mh--font-size--x10l: 5.8rem;
    --mh--font-size--x11l: 6.6rem;
    --mh--font-size--x12l: 7.4rem;
    --mh--font-size--x13l: 9.4rem;
  }
}
:root {
  --mh--letter-spacing--none: 0;
  --mh--letter-spacing--sm: 0.02em;
  --mh--letter-spacing--md: 0.04em;
}
:root {
  --mh--line-height--none: 1;
  --mh--line-height--xs: 1.2;
  --mh--line-height--sm: 1.4;
  --mh--line-height--md: 1.7;
}
:root {
  --mh--header--height: 88px;
}
@media (width >= 768px ) {
  :root {
    --mh--header--height: 120px;
  }
}
:root {
  --mh--sidebar--width: 240px;
}
:root {
  --mh--contents--width: 1100px;
  --mh--contents--wide-width: 1400px;
  --mh--contents--extra-wide-width: 1800px;
  --mh--contents--padding--side: 15px;
  --mh--contents--width-with-padding: calc(
  	var(--mh--contents--width) + var(--mh--contents--padding--side) * 2
  );
  --mh--contents--wide-width-with-padding: calc(
  	var(--mh--contents--wide-width) + var(--mh--contents--padding--side) * 2
  );
  --mh--contents--extra-wide-width-with-padding: calc(
  	var(--mh--contents--extra-wide-width) + var(--mh--contents--padding--side) * 2
  );
}
@media (width >= 768px ) {
  :root {
    --mh--contents--padding--side: 30px;
  }
}
@media (width >= 1400px ) {
  :root {
    --mh--contents--padding--side: 60px;
  }
}
html body {
  --mh--color--primary-100: rgb(235 229 237);
  --mh--color--primary-400: rgb(124 54 161);
  --mh--color--primary-500: rgb(97 25 135);
  --mh--color--surface-300: rgba(255,255,255,0.5);
  --mh--color--surface-400: rgb(245 245 245);
  --mh--color--grayscale-100: rgb(255 255 255);
  --mh--color--grayscale-300: rgb(230 230 230);
  --mh--color--grayscale-400: rgb(219 219 219);
  --mh--color--grayscale-500: rgb(181 181 181);
  --mh--color--grayscale-800: rgb(136 136 136);
  --mh--color--grayscale-900: rgb(45 45 45);
}
:root {
  --mh--easing: ease;
  --mh--duration: 0.3s;
  --mh--duration02: 0.6s;
  --mh--duration03: 0.9s;
  --mh--duration04: 1.2s;
  --mh--duration05: 1.5s;
  --mh--duration06: 1.8s;
}
: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 (width >= 768px ) {
  :root {
    --mh--space--x2s: 10px;
    --mh--space--xs: 20px;
    --mh--space--sm: 30px;
    --mh--space--md: 40px;
    --mh--space--lg: 50px;
    --mh--space--xl: 60px;
    --mh--space--x2l: 70px;
    --mh--space--x3l: 80px;
  }
}
:root {
  --mh--padding--xs: 20px;
  --mh--padding--sm: 20px;
  --mh--padding--md: 30px;
  --mh--padding--lg: 30px;
  --mh--padding--xl: 30px;
}
@media (width >= 768px ) {
  :root {
    --mh--padding--xs: 20px;
    --mh--padding--sm: 30px;
    --mh--padding--md: 40px;
    --mh--padding--lg: 50px;
    --mh--padding--xl: 60px;
  }
}
:root {
  --mh--radius_s: 3px;
  --mh--radius_m: 5px;
  --mh--radius_l: 8px;
}
@media (width >= 768px ) {
  :root {
    --mh--radius_s: 3px;
    --mh--radius_m: 10px;
    --mh--radius_l: 16px;
  }
}
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
*::before, *::after {
  box-sizing: border-box;
}
* :focus-visible {
  outline: 2px solid;
}
html {
  block-size: 100%;
  font-size: 62.5%;
  -webkit-text-size-adjust: none;
}
body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizespeed;
  min-block-size: 100%;
}
img,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
}
img,
svg,
video {
  max-inline-size: 100%;
  block-size: auto;
}
svg {
  fill: currentcolor;
  stroke: none;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
  line-break: strict;
}
ul,
ol {
  list-style: none;
}
a[class] {
  text-decoration: none;
}
input,
select {
  appearance: none;
}
input,
button,
textarea,
select,
input[type=file]::-webkit-file-upload-button {
  font: inherit;
  font-size: inherit;
  color: inherit;
  letter-spacing: inherit;
}
a[href],
area,
button,
input,
label[for],
select,
summary,
textarea,
[tabindex]:not([tabindex*="-"]) {
  touch-action: manipulation;
  cursor: pointer;
}
input[type=file] {
  cursor: auto;
}
button,
button[type],
input[type=button],
input[type=submit],
input[type=reset],
input[type=file]::-webkit-file-upload-button,
input[type=file]::file-selector-button {
  text-align: center;
  -webkit-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
button[disabled],
button[type][disabled],
input[type=button][disabled],
input[type=submit][disabled],
input[type=reset][disabled] {
  cursor: not-allowed;
}
/* 02_base
================================================ */
html:not([class=is-no-smoothscroll]) {
  scroll-behavior: smooth;
  scroll-padding-top: var(--mh--header--height);
}
body {
  min-width: 320px;
  font-family: var(--mh--font-family--base);
  font-size: var(--mh--font-size--md);
  font-weight: 500;
  line-height: var(--mh--line-height--md);
  color: var(--mh--color--grayscale-900);
  -webkit-text-size-adjust: 100%;
  background: url(../img/common/bg_pattern01.jpg);
  background-size: 100px 100px;
}
@media (width >= 768px ) {
  body {
    min-width: var(--mh--contents--width-with-padding);
  }
}
@media (width >= 768px ) and (hover: none) {
  body {
    -webkit-text-size-adjust: none;
  }
}
* {
  letter-spacing: var(--mh--letter-spacing--sm);
}
ins {
  text-decoration: none;
  background-color: #ff9;
}
mark {
  font-weight: bold;
  background-color: #ff9;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  cursor: help;
  border-bottom: 1px dotted;
}
sup {
  font-size: 0.75em;
  vertical-align: text-top;
}
sub {
  font-size: 0.75em;
  vertical-align: text-bottom;
}
hr {
  display: block;
  height: 1px;
  padding: 0;
  margin: 1em 0;
  border: 0;
  border-top: 1px solid;
}
table {
  width: 100%;
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse;
}
a {
  color: inherit;
}
@media (width < 768px) {
  a:hover {
    text-decoration: none;
  }
}
input[type=text],
input[type=email],
input[type=tel],
textarea,
button,
select,
option {
  display: block;
  width: 100%;
  max-width: 100%;
  font-family: inherit;
  background: none;
  border: 1px solid;
  border-radius: 0;
}
@media (width < 768px) {
  input[type=text],
  input[type=email],
  input[type=tel],
  textarea,
  button,
  select,
  option {
    font-size: 1.6rem;
  }
}
summary {
  display: block;
  cursor: pointer;
  list-style: none;
}
summary::-webkit-details-marker {
  display: none;
}
.l-wrapper {
  position: relative;
  padding-bottom: env(safe-area-inset-bottom);
  overflow: hidden;
}
@media (width >= 1100px ) {
  .l-container.is-col2 {
    display: grid;
    grid-template-columns: var(--mh--sidebar--width) 1fr;
    gap: 20px;
    width: var(--mh--contents--width);
    margin: 0 auto;
  }
  .l-container.is-col2 .l-sidebar {
    order: -1;
  }
}
/*  .c-anchor01
================================================== */
.c-anchor01__btn {
  margin-bottom: 10px;
}
.c-anchor01__btn-link {
  display: grid;
  grid-template-columns: 1fr 16px;
  font-size: var(--mh--font-size--lg);
  font-weight: 700;
  line-height: var(--mh--line-height--sm);
  padding: 20px 30px;
  border-radius: var(--mh--radius_s);
  border: solid 1px;
}
.c-anchor01__btn-ico {
  position: relative;
}
.c-anchor01__btn-ico::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  display: inline-block;
  width: 12px;
  height: 12px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M11.2 5.6L5.6 11.2L4.69053 10.2905L8.73791 6.24316H0V4.95684H8.73791L4.69053 0.909466L5.6 0L11.2 5.6Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M11.2 5.6L5.6 11.2L4.69053 10.2905L8.73791 6.24316H0V4.95684H8.73791L4.69053 0.909466L5.6 0L11.2 5.6Z"/></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);
  width: 16px;
  height: 16px;
}
@media (width < 768px) {
  .c-anchor01__btn-link {
    padding: 20px 24px 20px 20px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-anchor01__btn-link {
    transition: all var(--mh--duration) var(--mh--easing);
  }
  .c-anchor01__btn-link:hover {
    color: var(--mh--color--grayscale-100);
    background: var(--mh--color--grayscale-900);
  }
}
/*  .c-archive01
================================================== */
.c-archive01 {
  --line: 3;
  --line-height: 1.7;
  display: grid;
  gap: 15px;
}
.c-archive01__item-in {
  display: grid !important;
  gap: 20px;
  padding: 20px;
  padding-bottom: 70px;
  background: var(--mh--color--grayscale-100);
  border-radius: var(--mh--radius_m);
  border: solid 1px var(--mh--color--grayscale-100);
  position: relative;
}
.c-archive01__item-meta {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 10px;
}
.c-archive01__item-date {
  font-size: var(--mh--font-size--xs);
  color: var(--mh--color--grayscale-800);
}
.c-archive01__item-cat {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.c-archive01__item-cat-item {
  padding: 0 10px;
  font-size: var(--mh--font-size--x3s);
  color: var(--mh--color--primary-500);
  border: solid 1px;
  border-radius: 9999px;
}
.c-archive01__item-img {
  width: 192px;
  border-radius: var(--mh--radius_m);
  overflow: hidden;
}
.c-archive01__item-img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 384/256;
  object-fit: cover;
}
.c-archive01__item-head {
  font-size: var(--mh--font-size--xl);
}
.c-archive01__item-txt {
  display: -webkit-box;
  max-height: calc(var(--line) * var(--line-height) * 1em);
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: var(--line);
  line-height: var(--line-height);
  -webkit-box-orient: vertical;
}
.c-archive01__item-tag {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 25px;
}
.c-archive01__item-tag-item {
  color: var(--mh--color--grayscale-800);
}
.c-archive01__item-tag-item::before {
  content: "#";
}
.c-archive01__item-ico {
  display: block;
  color: var(--mh--color--grayscale-100);
  background: var(--mh--color--primary-500);
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 35px;
  height: 35px;
  border-radius: var(--mh--radius_s);
}
.c-archive01__item-ico::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 12px;
  height: 12px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M11.2 5.6L5.6 11.2L4.69053 10.2905L8.73791 6.24316H0V4.95684H8.73791L4.69053 0.909466L5.6 0L11.2 5.6Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M11.2 5.6L5.6 11.2L4.69053 10.2905L8.73791 6.24316H0V4.95684H8.73791L4.69053 0.909466L5.6 0L11.2 5.6Z"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: all var(--mh--duration) var(--mh--easing);
}
@media (width >= 768px ) {
  .c-archive01__item-in {
    padding: 30px 110px 30px 30px;
    grid-template-columns: 140px 270px 1fr;
    align-items: flex-start;
    gap: 50px;
    position: relative;
  }
  .c-archive01__item-meta {
    display: block;
  }
  .c-archive01__item-date {
    margin-bottom: 20px;
  }
  .c-archive01__item-img {
    width: 100%;
  }
  .c-archive01__item-areatxt {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    flex: 1 0 0;
    align-self: stretch;
  }
  .c-archive01__item-head {
    max-width: 750px;
    font-size: var(--mh--font-size--x2l);
  }
  .c-archive01__item-txt {
    max-width: 750px;
  }
  .c-archive01__item-ico {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
  }
  .c-archive01__item-ico::after {
    width: 16px;
    height: 16px;
  }
}
@media (width >= 1400px ) {
  .c-archive01__item-in {
    padding: 30px 110px 30px 50px;
    grid-template-columns: 150px 320px 1fr;
  }
  .c-archive01__item-ico {
    right: 50px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-archive01__item-in {
    transition: all var(--mh--duration) var(--mh--easing);
  }
  .c-archive01__item-in:hover {
    border-color: var(--mh--color--primary-500);
  }
}
/*  .c-archive02
================================================== */
.c-archive02 {
  display: grid;
  gap: var(--mh--space--sm);
}
.c-archive02__link {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  padding: 20px;
  min-height: 260px;
  background: var(--mh--color--grayscale-100);
  border-radius: var(--mh--radius_s);
  border: solid 1px var(--mh--color--grayscale-100);
}
.c-archive02__img {
  width: 232px;
}
.c-archive02__img img {
  width: auto;
  height: 52px;
  object-fit: contain;
}
.c-archive02__area-txt {
  width: 100%;
}
.c-archive02__cat {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.c-archive02__cat-item {
  padding: 0 10px;
  font-size: var(--mh--font-size--x3s);
  color: var(--mh--color--primary-500);
  border: solid 1px;
  border-radius: 9999px;
}
@media (width >= 768px ) {
  .c-archive02 {
    grid-template-columns: repeat(3, 1fr);
  }
  .c-archive02__link {
    padding: 50px;
    min-height: 340px;
  }
  .c-archive02__img {
    width: 270px;
  }
  .c-archive02__img img {
    width: auto;
    height: 60px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-archive02__link {
    transition: all var(--mh--duration) var(--mh--easing);
  }
  .c-archive02__link:hover {
    border-color: var(--mh--color--primary-500);
  }
}
/*  .c-pickup-archive01
================================================== */
.c-pickup-archive01__item-in {
  padding: 20px;
  background: var(--mh--color--grayscale-100);
  border-radius: var(--mh--radius_m);
  border: solid 1px var(--mh--color--grayscale-100);
  position: relative;
}
.c-pickup-archive01__item-meta {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.c-pickup-archive01__item-date {
  font-size: var(--mh--font-size--xs);
  color: var(--mh--color--grayscale-800);
}
.c-pickup-archive01__item-cat {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.c-pickup-archive01__item-cat-item {
  padding: 0 10px;
  font-size: var(--mh--font-size--x3s);
  color: var(--mh--color--primary-500);
  border: solid 1px;
  border-radius: 9999px;
}
.c-pickup-archive01__item-img {
  margin-top: 40px;
  border-radius: var(--mh--radius_m);
  overflow: hidden;
}
.c-pickup-archive01__item-img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 384/256;
  object-fit: cover;
}
.c-pickup-archive01__item-head {
  font-size: var(--mh--font-size--x3l);
}
@media (width >= 768px ) {
  .c-pickup-archive01__item-in {
    padding: 30px 50px;
    display: grid !important;
    grid-template-columns: 300fr 370fr;
    align-items: flex-start;
    gap: 55px 80px;
    position: relative;
  }
  .c-pickup-archive01__item-meta {
    order: 3;
    margin-top: 0;
  }
  .c-pickup-archive01__item-img {
    margin-top: 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-pickup-archive01__item-in {
    transition: all var(--mh--duration) var(--mh--easing);
  }
  .c-pickup-archive01__item-in:hover {
    border-color: var(--mh--color--primary-500);
  }
}
/* .c-blockquote01
================================================== */
.c-blockquote01 {
  padding: 15px;
  border: 1px solid var(--mh--color--primary-700);
}
@media (width >= 768px ) {
  .c-blockquote01 {
    padding: 25px;
  }
}
/*  .c-btn01
================================================== */
.c-btn01 {
  max-width: 310px;
  margin: var(--mh--space--lg) auto 0;
}
.c-btn01__link {
  display: grid;
  grid-template-columns: 1fr 16px;
  font-size: var(--mh--font-size--lg);
  font-weight: 700;
  line-height: var(--mh--line-height--sm);
  padding: 20px;
  border-radius: var(--mh--radius_s);
  color: var(--mh--color--grayscale-100);
  background: var(--mh--color--primary-500);
}
.c-btn01__ico {
  position: relative;
}
.c-btn01__ico::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 12px;
  height: 12px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M11.2 5.6L5.6 11.2L4.69053 10.2905L8.73791 6.24316H0V4.95684H8.73791L4.69053 0.909466L5.6 0L11.2 5.6Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M11.2 5.6L5.6 11.2L4.69053 10.2905L8.73791 6.24316H0V4.95684H8.73791L4.69053 0.909466L5.6 0L11.2 5.6Z"/></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);
  width: 16px;
  height: 16px;
}
.c-btn01__area-txt {
  overflow: hidden;
}
.c-btn01__area-txt .c-btn01__txt {
  --base-offset-y: 3em;
}
.c-btn01__txt {
  overflow: hidden;
  --base-offset-y: 2em;
  --shadow-color: var(--mh--color--grayscale-100);
  transition: all var(--mh--duration) var(--mh--easing);
  color: transparent;
  text-shadow: 0 calc(var(--hover-offset-y, 0em) * -1) 0 var(--shadow-color), 0 calc(var(--base-offset-y, 1.5em) - var(--hover-offset-y, 0em)) 0 var(--shadow-color);
}
.c-btn01__txt.is-small {
  font-size: var(--mh--font-size--sm);
  display: block;
  margin-top: 5px;
}
@media (width >= 768px ) {
  .c-btn01__link {
    padding: 26px 30px;
    gap: 20px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-btn01__link:hover .c-btn01__txt {
    --hover-offset-y: 2em;
  }
}
/*  .c-btn01.is-left-pc
================================================== */
@media (width >= 768px ) {
  .c-btn01.is-left-pc {
    margin-left: 0;
  }
}
/*  .c-btn01.is-right-pc
================================================== */
@media (width >= 768px ) {
  .c-btn01.is-right-pc {
    margin-right: 0;
  }
}
/*  .c-btn01.is-white
================================================== */
.c-btn01.is-white .c-btn01__link {
  border: solid 1px;
  background: none;
}
/*  .c-btn01.is-large
================================================== */
.c-btn01.is-large {
  max-width: 340px;
}
@media (hover: hover) and (pointer: fine) {
  .c-btn01.is-large .c-btn01__link:hover .c-btn01__txt {
    --hover-offset-y: 3em;
  }
}
/*  .c-btn02
================================================== */
.c-btn02 {
  margin: var(--mh--space--lg) auto 0;
}
.c-btn02__list {
  display: grid;
  gap: 10px;
}
.c-btn02__list .c-btn02 {
  margin: 0;
}
.c-btn02__link {
  display: block;
  font-weight: 700;
  line-height: var(--mh--line-height--sm);
  padding: 20px;
  border-radius: var(--mh--radius_m);
  background: var(--mh--color--primary-100);
  position: relative;
  outline: solid 1px transparent;
  transition: all var(--mh--duration) var(--mh--easing);
}
.c-btn02__logo {
  display: block;
  margin-top: 14px;
  width: 184px;
}
.c-btn02__ico {
  display: block;
  color: var(--mh--color--grayscale-100);
  background: var(--mh--color--primary-500);
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 35px;
  height: 35px;
  border-radius: var(--mh--radius_s);
}
.c-btn02__ico::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 12px;
  height: 12px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M11.2 5.6L5.6 11.2L4.69053 10.2905L8.73791 6.24316H0V4.95684H8.73791L4.69053 0.909466L5.6 0L11.2 5.6Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M11.2 5.6L5.6 11.2L4.69053 10.2905L8.73791 6.24316H0V4.95684H8.73791L4.69053 0.909466L5.6 0L11.2 5.6Z"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: all var(--mh--duration) var(--mh--easing);
}
@media (width >= 768px ) {
  .c-btn02__list {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .c-btn02__link {
    padding: 26px 30px 30px;
    font-size: var(--mh--font-size--xl);
  }
  .c-btn02__logo {
    width: 210px;
    margin-top: 22px;
  }
  .c-btn02__ico {
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
  }
  .c-btn02__ico::after {
    width: 16px;
    height: 16px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-btn02__link:hover {
    outline: solid 1px var(--mh--color--primary-500);
  }
}
/*  .c-btn03
================================================== */
.c-btn03__link {
  display: block;
  padding: 20px;
  background-color: #fff;
  border-radius: var(--mh--radius_m);
}
.c-btn03__area-txt {
  display: grid;
  grid-template-columns: 1fr 66px;
  gap: 10px;
  align-items: center;
}
.c-btn03__head {
  display: block;
  font-size: var(--mh--font-size--x2l);
  line-height: var(--mh--line-height--sm);
  font-weight: 700;
}
.c-btn03__txt {
  font-size: var(--mh--font-size--sm);
}
.c-btn03__ico {
  width: 66px;
  height: 66px;
  background: var(--mh--color--primary-100);
  border-radius: 50%;
  position: relative;
  transition: all var(--mh--duration) var(--mh--easing);
}
.c-btn03__ico::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 26px;
  height: 22px;
  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 26 22"><path d="M24.7358 0.0514147C25.0413 -0.0591344 25.3826 0.0116875 25.6196 0.234032C25.8565 0.456329 25.9487 0.792265 25.8579 1.10415L20.0249 21.1041C19.9479 21.368 19.7499 21.5804 19.4917 21.6745C19.2333 21.7685 18.9449 21.7334 18.7163 21.5807L10.7407 16.2536L11.6997 14.818L18.6967 19.4918L23.7241 2.25259L2.96529 9.76919L8.35689 12.6872C8.63547 12.8379 8.80892 13.1292 8.80904 13.4459V20.4459H7.08345V13.9606L0.451616 10.3717C0.152833 10.2098 -0.02284 9.88739 0.00239726 9.54848C0.0277817 9.20963 0.249296 8.91714 0.568803 8.80141L24.7358 0.0514147Z"/><path d="M14.9246 10.6094C15.2616 10.2724 15.8082 10.2725 16.1453 10.6094C16.4823 10.9464 16.4823 11.493 16.1453 11.8301L11.8298 16.1455C11.4928 16.4824 10.9461 16.4825 10.6091 16.1455C10.2723 15.8085 10.2723 15.2618 10.6091 14.9248L14.9246 10.6094ZM17.6316 5.76367C18.0228 5.49167 18.5605 5.58853 18.8328 5.97949C19.105 6.37076 19.0091 6.90941 18.6179 7.18164L8.69214 14.0859C8.30084 14.3582 7.7622 14.2614 7.48999 13.8701C7.21812 13.4789 7.3148 12.9411 7.70581 12.6689L17.6316 5.76367Z"/><path d="M13.0699 16.3761C13.4789 16.1319 14.0089 16.2651 14.2535 16.6739C14.4982 17.083 14.3648 17.6139 13.9557 17.8585L8.38927 21.1876C7.98017 21.4323 7.44936 21.2989 7.2047 20.8898C6.96012 20.4808 7.09381 19.951 7.50255 19.7062L13.0699 16.3761Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 26 22"><path d="M24.7358 0.0514147C25.0413 -0.0591344 25.3826 0.0116875 25.6196 0.234032C25.8565 0.456329 25.9487 0.792265 25.8579 1.10415L20.0249 21.1041C19.9479 21.368 19.7499 21.5804 19.4917 21.6745C19.2333 21.7685 18.9449 21.7334 18.7163 21.5807L10.7407 16.2536L11.6997 14.818L18.6967 19.4918L23.7241 2.25259L2.96529 9.76919L8.35689 12.6872C8.63547 12.8379 8.80892 13.1292 8.80904 13.4459V20.4459H7.08345V13.9606L0.451616 10.3717C0.152833 10.2098 -0.02284 9.88739 0.00239726 9.54848C0.0277817 9.20963 0.249296 8.91714 0.568803 8.80141L24.7358 0.0514147Z"/><path d="M14.9246 10.6094C15.2616 10.2724 15.8082 10.2725 16.1453 10.6094C16.4823 10.9464 16.4823 11.493 16.1453 11.8301L11.8298 16.1455C11.4928 16.4824 10.9461 16.4825 10.6091 16.1455C10.2723 15.8085 10.2723 15.2618 10.6091 14.9248L14.9246 10.6094ZM17.6316 5.76367C18.0228 5.49167 18.5605 5.58853 18.8328 5.97949C19.105 6.37076 19.0091 6.90941 18.6179 7.18164L8.69214 14.0859C8.30084 14.3582 7.7622 14.2614 7.48999 13.8701C7.21812 13.4789 7.3148 12.9411 7.70581 12.6689L17.6316 5.76367Z"/><path d="M13.0699 16.3761C13.4789 16.1319 14.0089 16.2651 14.2535 16.6739C14.4982 17.083 14.3648 17.6139 13.9557 17.8585L8.38927 21.1876C7.98017 21.4323 7.44936 21.2989 7.2047 20.8898C6.96012 20.4808 7.09381 19.951 7.50255 19.7062L13.0699 16.3761Z"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: all var(--mh--duration) var(--mh--easing);
  color: var(--mh--color--primary-500);
  transition: all var(--mh--duration) var(--mh--easing);
}
@media (width >= 768px ) {
  .c-btn03__link {
    padding: 30px;
    position: relative;
  }
  .c-btn03__area-txt {
    display: block;
    padding-right: 120px;
  }
  .c-btn03__head {
    font-size: var(--mh--font-size--x3l);
    margin-bottom: 25px;
  }
  .c-btn03__ico {
    width: 90px;
    height: 90px;
    position: absolute;
    right: 30px;
    bottom: 30px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-btn03__link:hover .c-btn03__ico {
    background: var(--mh--color--primary-400);
  }
  .c-btn03__link:hover .c-btn03__ico::before {
    color: var(--mh--color--grayscale-100);
  }
}
/*  .c-cv01
================================================== */
.c-cv01 {
  color: var(--mh--color--grayscale-100);
  background: var(--mh--color--grayscale-900) url(../img/common/bg_cv01_sp.jpg) no-repeat 0 100%/cover;
  border-radius: var(--mh--radius_l) var(--mh--radius_l) 0 0;
}
.c-cv01__inner {
  padding-top: 20px;
  padding-bottom: 70px;
}
.c-cv01__en {
  font-size: var(--mh--font-size--x8l);
  margin-bottom: 140px;
}
.c-cv01__head {
  font-size: var(--mh--font-size--x7l);
  font-weight: 700;
  line-height: var(--mh--line-height--sm);
  margin-bottom: 15px;
}
@media (width >= 768px ) {
  .c-cv01 {
    background: var(--mh--color--grayscale-900) url(../img/common/bg_cv01_pc.jpg) no-repeat top right/cover;
    background-size: 1920px 854px;
  }
  .c-cv01__inner {
    padding-top: 30px;
    min-height: 540px;
  }
  .c-cv01__en {
    margin-bottom: 80px;
  }
  .c-cv01__head {
    font-size: var(--mh--font-size--x4l);
    margin-bottom: 30px;
  }
}
@media (width >= 1400px ) {
  .c-cv01__inner {
    padding-top: 30px;
    min-height: 850px;
  }
  .c-cv01__head {
    font-size: var(--mh--font-size--x7l);
  }
}
/*  .c-cv02
================================================== */
.c-cv02__content {
  padding-top: 16px;
  padding-bottom: 75px;
  border-top: solid 1px;
  display: grid;
  gap: 20px 60px;
}
.c-cv02__img {
  overflow: hidden;
}
.c-cv02__img img {
  width: 100%;
  border-radius: var(--mh--radius_m);
}
.c-cv02__head {
  margin-bottom: var(--mh--space--sm) !important;
}
@media (width < 768px) {
  .c-cv02__img {
    width: 55.6%;
  }
}
@media (width >= 768px ) {
  .c-cv02__content {
    padding-top: 50px;
    padding-bottom: 180px;
    grid-template-columns: 1080fr 720fr;
  }
  .c-cv02__img {
    order: 2;
  }
}
/* .c-faq01-list
================================================ */
.c-faq01-list {
  display: grid;
  gap: 8px 0;
}
@media (width >= 768px ) {
  .c-faq01-list {
    gap: 15px 0;
  }
}
/* .c-faq01
================================================ */
.c-faq01__detail {
  display: block;
  border-radius: var(--mh--radius_s);
  border: solid 1px var(--mh--color--grayscale-100);
  background-color: var(--mh--color--grayscale-100);
  position: relative;
  overflow: hidden;
}
.c-faq01__detail.is-open .c-faq01__head {
  padding-bottom: 0;
}
.c-faq01__detail.is-open .c-faq01__ico:after {
  transform: translate(-50%, -50%) rotate(0);
}
.c-faq01__head {
  padding: 20px;
  padding-bottom: 66px;
  display: grid;
  align-items: flex-start;
  grid-template-columns: 44px 1fr;
  font-size: var(--mh--font-size--lg);
  transition: all var(--mh--duration) var(--mh--easing);
}
.c-faq01__head-en {
  font-size: var(--mh--font-size--x5l);
}
.c-faq01__ico {
  display: inline-block;
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 36px;
  height: 36px;
  border-radius: var(--mh--radius_s);
  background-color: var(--mh--color--primary-500);
  z-index: 2;
}
.c-faq01__ico:before, .c-faq01__ico:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 18px;
  height: 2px;
  background-color: var(--mh--color--grayscale-100);
  transition: transform var(--mh--duration) var(--mh--easing);
}
.c-faq01__ico:after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.c-faq01__content-inner {
  padding: 25px 20px 66px 20px;
}
@media (width >= 768px ) {
  .c-faq01__head {
    padding: 35px 50px;
    padding-right: 180px;
    grid-template-columns: 112px 1fr;
    font-size: var(--mh--font-size--x2l);
  }
  .c-faq01__ico {
    top: 30px;
    right: 30px;
    bottom: auto;
    width: 50px;
    height: 50px;
  }
  .c-faq01__content-inner {
    padding: 56px 160px 30px 160px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-faq01__detail {
    transition: all var(--mh--duration) var(--mh--easing);
  }
  .c-faq01__detail:hover {
    border-color: var(--mh--color--primary-500);
  }
}
/* .c-form
================================================== */
.c-form input[type=text]:focus-visible,
.c-form input[type=email]:focus-visible,
.c-form input[type=tel]:focus-visible,
.c-form textarea:focus-visible,
.c-form button:focus-visible,
.c-form select:focus-visible,
.c-form option:focus-visible {
  border-color: rgb(var(--color-black01));
  box-shadow: 0 0 0 2px rgba(var(--color-black01), 0.25);
}
.c-form fieldset {
  border: none;
}
.c-form input,
.c-form textarea {
  box-sizing: border-box;
  padding: 20px;
  font-size: 1.6rem;
  border: 1px solid var(--mh--color--grayscale-500);
  background-color: var(--mh--color--grayscale-100);
}
.c-form input[type=file] {
  padding: 0;
}
.c-form input[type=text],
.c-form input[type=email] {
  height: 67px;
}
.c-form input[type=radio],
.c-form input[type=checkbox] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  white-space: nowrap;
  border-width: 0;
  clip: rect(0, 0, 0, 0);
}
.c-form textarea {
  height: 345px;
}
.c-form__set {
  box-sizing: border-box;
  padding: 15px 0 10px;
}
.c-form__set:not(:first-child) {
  border-top: 1px solid var(--mh--color--grayscale-700);
}
.c-form__head {
  position: relative;
  width: 100%;
  display: inline-flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: var(--mh--font-size--xl);
  line-height: var(--mh--line-height--sm);
  font-weight: 700;
}
.c-form__required, .c-form__optional {
  box-sizing: border-box;
  padding: 1px 10px;
  border-radius: 30px;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  margin-left: 20px;
}
.c-form__required {
  color: #fff;
  background: var(--mh--color--primary-500);
}
.c-form__optional {
  color: var(--mh--color--primary-500);
  border: 1px solid var(--mh--color--primary-500);
}
.c-form__field-set {
  display: block;
  margin-top: 10px;
  max-width: 700px;
}
.c-form__field-description {
  display: grid;
  color: var(--mh--color--grayscale-800);
  letter-spacing: var(--mh--letter-spacing--md);
  gap: 5px 0;
  margin-top: 10px;
}
.c-form__field-txt {
  margin-bottom: 10px;
  font-size: 1.6rem;
  line-height: 1.5;
  display: block;
}
.c-form__postcode {
  display: flex;
  align-items: start;
  margin-top: 15px;
}
.c-form__postcode-suffix {
  margin: 18px 10px 0 0;
  font-size: 1.6rem;
  line-height: var(--mh--line-height--sm);
}
.c-form__postcode-btn {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 110px;
  height: 66px;
  padding: 10px;
  margin-left: 10px;
  font-size: var(--mh--font-size--lg);
  font-weight: 700;
  color: #fff;
  text-align: center;
  background: var(--mh--color--grayscale-900);
  border: none;
}
.c-form__select-in {
  position: relative;
}
.c-form__select-in select {
  border: 1px solid var(--mh--color--grayscale-500);
  background-color: var(--mh--color--grayscale-100);
  color: var(--mh--color--grayscale-800);
  font-weight: 700;
  padding: 20px;
  height: 67px;
  font-size: 1.6rem;
  line-height: 2.2rem;
  cursor: pointer;
}
.c-form__select-in::after {
  position: absolute;
  top: 26px;
  right: 30px;
  width: 9px;
  height: 9px;
  content: "";
  border-right: 2px solid var(--mh--color--grayscale-900);
  border-bottom: 2px solid var(--mh--color--grayscale-900);
  transform: rotate(45deg);
}
.c-form__select-unit {
  margin-left: 2px;
  font-size: 1.6rem;
}
.c-form__select.is-date .c-form__select-year select {
  width: 80px;
}
.c-form__select.is-date .c-form__select-month select,
.c-form__select.is-date .c-form__select-day select {
  width: 66px;
}
.c-form__select label + label {
  margin-left: 9px;
}
.c-form__radio-list {
  display: grid;
  gap: 15px 19px;
}
.c-form__radio-list label {
  position: relative;
  padding-left: 37px;
  cursor: pointer;
}
.c-form__radio-list input + span::before {
  position: absolute;
  top: 14px;
  left: 0;
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  content: "";
  border: 1px solid var(--mh--color--grayscale-700);
  border-radius: 50%;
  transform: translateY(-50%);
}
.c-form__radio-list input + span::after {
  position: absolute;
  top: 8px;
  left: 6px;
  display: block;
  width: 12px;
  height: 12px;
  content: "";
  background: var(--mh--color--grayscale-700);
  border-radius: 50%;
  transform: scale(0);
  transition: all 0.3s ease;
}
.c-form__radio-list input:checked + span::after {
  transform: scale(1);
}
.c-form__radio-list span {
  margin: 0;
}
.c-form__checkbox-list {
  display: grid;
  gap: 15px 19px;
}
.c-form__checkbox-list label {
  position: relative;
  display: flex;
  padding-left: 37px;
  cursor: pointer;
}
.c-form__checkbox-list input + span::before {
  position: absolute;
  top: 14px;
  left: 0;
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  content: "";
  border: 1px solid var(--mh--color--grayscale-700);
  transform: translateY(-50%);
}
.c-form__checkbox-list input + span::after {
  position: absolute;
  top: 7px;
  left: 4px;
  display: block;
  width: 15px;
  height: 9px;
  content: "";
  border-color: var(--mh--color--grayscale-700);
  border-style: solid;
  border-width: 3px 3px 0 0;
  transform: scale(0) rotate(135deg);
  transition: all 0.3s ease;
}
.c-form__checkbox-list input:checked + span::after {
  transform: scale(1) rotate(135deg);
}
.c-form__checkbox-list span {
  margin: 0;
}
.c-form__radio-list label + span, .c-form__checkbox-list label + span {
  font-size: 1.6rem;
  line-height: 1.5;
}
.c-form__radio-list input:focus + span::before, .c-form__checkbox-list input:focus + span::before {
  border-color: rgb(var(--color-black01));
  box-shadow: 0 0 0 2px rgba(var(--color-black01), 0.25);
}
.c-form__radio-list input:disabled + label, .c-form__checkbox-list input:disabled + label {
  opacity: 0.5;
}
.c-form__radio-list + .c-form__radio-list, .c-form__radio-list + .c-form__checkbox-list, .c-form__checkbox-list + .c-form__radio-list, .c-form__checkbox-list + .c-form__checkbox-list {
  margin-top: 50px;
}
.c-form__radio-list.is-col2, .c-form__radio-list.is-col3, .c-form__checkbox-list.is-col2, .c-form__checkbox-list.is-col3 {
  grid-template-columns: repeat(2, 1fr);
}
.c-form__privacy {
  box-sizing: border-box;
  height: 300px;
  padding: 30px 35px;
  margin-bottom: 20px;
  overflow-y: scroll;
  border: 1px solid var(--mh--color--grayscale-700);
}
.c-form__privacy-head {
  margin-bottom: 10px;
  font-weight: bold;
}
.c-form__agreement {
  margin-bottom: 25px;
}
.c-form__agreement-check {
  margin-top: 15px;
}
.c-form__agreement-check label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
}
.c-form__agreement-check span {
  margin: 0;
}
.c-form__agreement-check input + span {
  line-height: 1.5;
}
.c-form__agreement-check input + span::before {
  position: absolute;
  top: 13px;
  left: 0;
  width: 20px;
  height: 20px;
  content: "";
  border: 1px solid var(--mh--color--grayscale-800);
  background-color: #fff;
  transform: translateY(-50%);
}
.c-form__agreement-check input:checked + span::after {
  position: absolute;
  top: 8px;
  left: 4px;
  display: block;
  width: 11px;
  height: 6px;
  content: "";
  border-color: var(--mh--color--primary-500);
  border-style: solid;
  border-width: 2px 2px 0 0;
  transform: rotate(135deg);
}
.c-form__agreement-check input:focus + span::before {
  border-color: rgb(var(--color-black01));
  box-shadow: 0 0 0 2px rgba(var(--color-black01), 0.25);
}
.c-form__agreement-check input:disabled + label {
  opacity: 0.5;
}
@media (width >= 768px ) {
  .c-form textarea {
    height: 300px;
    margin-top: 10px;
  }
  .c-form__postcode {
    width: 470px;
  }
  .c-form__postcode-btn {
    font-size: 1.8rem;
    width: 134px;
  }
  .c-form__set {
    padding-top: 0;
    padding-bottom: 50px;
  }
  .c-form__select {
    width: 500px;
  }
  .c-form__select-in select {
    padding: 20px 40px 20px 20px;
  }
  .c-form__select-unit {
    margin-left: 7px;
  }
  .c-form__select.is-date .c-form__select-year select {
    width: 150px;
  }
  .c-form__select.is-date .c-form__select-month select,
  .c-form__select.is-date .c-form__select-day select {
    width: 110px;
  }
  .c-form__select label + label {
    margin-left: 18px;
  }
  .c-form__radio-list, .c-form__checkbox-list {
    gap: 15px 30px;
  }
  .c-form__radio-list.is-col3, .c-form__checkbox-list.is-col3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .c-form__privacy {
    height: 200px;
    padding: 40px;
  }
  .c-form__agreement {
    margin-top: 20px;
    margin-bottom: 50px;
  }
  .c-form__btn {
    width: 310px;
  }
  .c-form__btn input {
    padding: 26px 30px;
    margin: 0;
  }
}
/* .c-form-btn
================================================== */
.c-form-area-btn {
  margin-top: 35px;
}
@media (width >= 768px ) {
  .c-form-area-btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 35px;
  }
}
.c-form-btn {
  width: 100%;
  max-width: 310px;
  font-weight: 500;
  text-align: left;
  appearance: none;
  border: 0;
  position: relative;
}
.c-form-btn::after {
  display: inline-block;
  width: 12px;
  height: 12px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M11.2 5.6L5.6 11.2L4.69053 10.2905L8.73791 6.24316H0V4.95684H8.73791L4.69053 0.909466L5.6 0L11.2 5.6Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M11.2 5.6L5.6 11.2L4.69053 10.2905L8.73791 6.24316H0V4.95684H8.73791L4.69053 0.909466L5.6 0L11.2 5.6Z"/></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;
  width: 16px;
  height: 16px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  color: #fff;
}
.c-form-btn input {
  padding: 18px 20px;
  box-sizing: border-box;
  display: block;
  width: 100%;
  border-radius: var(--mh--radius_s);
  font-size: 1.7rem;
  font-family: var(--fontfamily_base);
  color: #fff;
  appearance: none;
  outline: none;
  background-color: var(--mh--color--primary-500);
  border: none;
  text-align: left;
}
.c-form-btn input:focus-visible,
.c-form-btn :focus {
  border-color: rgb(var(--color-black01));
  box-shadow: 0 0 0 2px rgba(var(--color-black01), 0.25);
}
.c-form-btn input + input {
  margin-left: 20px;
}
.c-form-btn span {
  width: 0;
  margin: 0;
}
.c-form-btn + .c-form-btn {
  margin-top: 20px;
}
@media (width >= 768px ) {
  .c-form-btn {
    margin: 0;
    transition: all var(--mh--duration) var(--mh--easing);
  }
  .c-form-btn::after {
    right: 30px;
  }
  .c-form-btn + .c-form-btn {
    margin-top: 0;
    margin-left: 40px;
  }
  .c-form-btn input {
    transition: all var(--mh--duration) var(--mh--easing);
    padding: 24px 30px;
  }
  .c-form-btn input:hover {
    color: var(--mh--color--primary-500);
    background: var(--mh--color--grayscale-100);
  }
}
/* head
================================================ */
.c-single01__content h2:not([class*=c-]), .c-surface-head {
  padding: 10px 20px !important;
  margin-top: var(--mh--space--xl);
  margin-bottom: var(--mh--space--sm);
  font-size: var(--mh--font-size--x6l);
  background-color: var(--mh--color--surface-400);
}
@media (width >= 768px ) {
  .c-single01__content h2:not([class*=c-]), .c-surface-head {
    margin-bottom: var(--mh--space--xs);
  }
}
.c-dobble-border-head {
  position: relative;
  padding-bottom: 10px;
  padding-left: 10px;
  margin-top: var(--mh--space--xl);
  margin-bottom: var(--mh--space--sm);
  font-size: var(--mh--font-size--x3l);
  border-bottom: 1px solid var(--mh--color--primary-700);
}
.c-dobble-border-head::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 70%;
  content: "";
  background: var(--mh--color--primary-700);
}
@media (width >= 768px ) {
  .c-dobble-border-head {
    padding-bottom: 15px;
    padding-left: 15px;
  }
}
.c-single01__content h3:not([class*=c-]), .c-under-border-head {
  padding-bottom: 15px;
  font-size: var(--mh--font-size--x5l);
  border-bottom: 1px solid var(--mh--color--grayscale-500);
  margin-top: var(--mh--padding--sm);
  margin-bottom: var(--mh--space--sm);
}
@media (width >= 768px ) {
  .c-single01__content h3:not([class*=c-]), .c-under-border-head {
    margin-bottom: var(--mh--space--xs);
  }
}
.c-single01__content h4:not([class*=c-]), .c-simple-head {
  margin-top: var(--mh--padding--sm);
  margin-bottom: var(--mh--space--sm);
  font-size: var(--mh--font-size--x4l);
}
.c-single01__content h4.is-sm:not([class*=c-]), .is-sm.c-simple-head {
  margin-bottom: var(--mh--space--xs);
  font-size: var(--mh--font-size--xl);
}
@media (width >= 768px ) {
  .c-single01__content h4:not([class*=c-]), .c-simple-head {
    margin-bottom: var(--mh--space--xs);
  }
}
.c-single01__content h5:not([class*=c-]), .c-line-head {
  position: relative;
  padding-left: 18px;
  margin-top: var(--mh--padding--sm);
  margin-bottom: var(--mh--space--sm);
  font-size: var(--mh--font-size--x2l);
  line-height: var(--mh--line-height--sm);
}
.c-single01__content h5:not([class*=c-])::before, .c-line-head::before {
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  content: "";
  background: var(--mh--color--grayscale-900);
}
@media (width >= 768px ) {
  .c-single01__content h5:not([class*=c-]), .c-line-head {
    margin-bottom: var(--mh--space--xs);
  }
  .c-single01__content h5:not([class*=c-])::before, .c-line-head::before {
    top: 13px;
  }
}
/* list
================================================ */
.c-single01__content ul:not([class*=c-]), .c-simple-list01 {
  padding-left: 0;
  margin: var(--mh--space--md) 0;
  line-height: var(--mh--line-height--sm);
  list-style: none;
}
.c-single01__content ul:not([class*=c-]) li, .c-simple-list01 li {
  position: relative;
  padding-left: 1em;
}
.c-single01__content ul:not([class*=c-]) li::before, .c-simple-list01 li::before {
  position: absolute;
  top: 9px;
  left: 0;
  width: 5px;
  height: 5px;
  content: "";
  background-color: var(--mh--color--primary-500);
}
.c-single01__content ul:not([class*=c-]) li + li, .c-simple-list01 li + li {
  margin-top: 0.8em;
}
.c-single01__content ul:not([class*=c-]) li ol:not([class*=c-]), .c-simple-list01 li ol:not([class*=c-]) {
  counter-reset: child-num;
}
.c-single01__content ul:not([class*=c-]) li ol:not([class*=c-]) > li, .c-simple-list01 li ol:not([class*=c-]) > li {
  position: relative;
  padding-left: 2em;
  text-indent: -2em;
  counter-increment: child-num 1;
}
.c-single01__content ul:not([class*=c-]) li ol:not([class*=c-]) > li::before, .c-simple-list01 li ol:not([class*=c-]) > li::before {
  position: static;
  margin-right: 5px;
  color: var(--mh--color--primary-500);
  content: counter(child-num);
  background-color: transparent;
  font-family: var(--mh--font-family--en);
}
.c-single01__content ul:not([class*=c-]) li ol:not([class*=c-]) > li + li, .c-simple-list01 li ol:not([class*=c-]) > li + li {
  margin-top: 0.8em;
}
.c-single01__content ol:not([class*=c-]), .c-num-list01 {
  padding-left: 0;
  margin: var(--mh--space--md) 0;
  line-height: var(--mh--line-height--sm);
  list-style: none;
  counter-reset: num01;
}
.c-single01__content ol:not([class*=c-]) > li, .c-num-list01 > li {
  position: relative;
  padding-left: 1em;
  counter-increment: num01 1;
}
.c-single01__content ol:not([class*=c-]) > li::before, .c-num-list01 > li::before {
  position: absolute;
  top: 1px;
  left: 0;
  color: var(--mh--color--primary-500);
  content: counter(num01);
  font-family: var(--mh--font-family--en);
}
.c-single01__content ol:not([class*=c-]) > li + li, .c-num-list01 > li + li {
  margin-top: 0.8em;
}
.c-single01__content ol:not([class*=c-]) > li ol:not([class*=c-]), .c-num-list01 > li ol:not([class*=c-]) {
  counter-reset: num02;
}
.c-single01__content ol:not([class*=c-]) > li ol:not([class*=c-]) > li, .c-num-list01 > li ol:not([class*=c-]) > li {
  position: relative;
  padding-left: 3.5em;
  text-indent: -3.5em;
  counter-increment: num02 1;
}
.c-single01__content ol:not([class*=c-]) > li ol:not([class*=c-]) > li::before, .c-num-list01 > li ol:not([class*=c-]) > li::before {
  margin-right: 5px;
  color: var(--mh--color--primary-500);
  content: counter(num01) "-" counter(num02);
  font-family: var(--mh--font-family--en);
}
.c-single01__content ol:not([class*=c-]) > li ol:not([class*=c-]) > li + li, .c-num-list01 > li ol:not([class*=c-]) > li + li {
  margin-top: 0.8em;
}
.c-single01__content ol:not([class*=c-]) > li ul:not([class*=c-]), .c-num-list01 > li ul:not([class*=c-]) {
  padding-left: 0;
  margin-top: 0.8em;
  line-height: var(--mh--line-height--sm);
  list-style: none;
}
.c-single01__content ol:not([class*=c-]) > li ul:not([class*=c-]) li, .c-num-list01 > li ul:not([class*=c-]) li {
  position: relative;
  padding-left: 1em;
}
.c-single01__content ol:not([class*=c-]) > li ul:not([class*=c-]) li::before, .c-num-list01 > li ul:not([class*=c-]) li::before {
  position: absolute;
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  content: "";
  background-color: var(--mh--color--primary-500);
  border-radius: 50%;
}
.c-single01__content ol:not([class*=c-]) > li ul:not([class*=c-]) li + li, .c-num-list01 > li ul:not([class*=c-]) li + li {
  margin-top: 0.8em;
}
/* .c-dobble-border-head
================================================== */
/*  .c-head01
================================================== */
.c-head01 {
  font-size: var(--mh--font-size--x8l);
  margin-bottom: var(--mh--space--x3l);
  padding-top: 20px;
}
@media (width >= 768px ) {
  .c-head01 {
    padding-top: 30px;
  }
}
/*  .c-head02
================================================== */
.c-head02 {
  font-size: var(--mh--font-size--x7l);
  line-height: var(--mh--line-height--sm);
  margin-bottom: var(--mh--space--x3l);
}
@media (width >= 768px ) {
  .c-head02 {
    font-size: var(--mh--font-size--x5l);
  }
}
/*  .c-head02.has-border
================================================== */
.c-head02.has-border {
  font-size: var(--mh--font-size--x5l);
  padding-top: 20px;
  border-top: solid 1px;
}
@media (width >= 768px ) {
  .c-head02.has-border {
    padding-top: 50px;
  }
}
/*  .c-head03
================================================== */
.c-head03 {
  font-size: var(--mh--font-size--x4l);
  line-height: var(--mh--line-height--sm);
  margin-bottom: var(--mh--space--sm);
  color: var(--mh--color--primary-500);
}
@media (width >= 768px ) {
  .c-head03 {
    font-size: var(--mh--font-size--x3l);
  }
}
/*  .c-head04
================================================== */
.c-head04 {
  font-size: var(--mh--font-size--x2l);
  line-height: var(--mh--line-height--sm);
  margin-bottom: var(--mh--space--sm);
  padding-left: 18px;
  position: relative;
}
.c-head04::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  top: 10px;
  left: 0;
  background: var(--mh--color--grayscale-900);
}
@media (width >= 768px ) {
  .c-head04 {
    margin-bottom: var(--mh--space--xs);
  }
  .c-head04::before {
    top: 13px;
  }
}
/* .c-head04.is-white
================================================== */
.c-head04.is-white::before {
  background: var(--mh--color--grayscale-100);
}
/* .c-line-head
================================================== */
/* .c-simple-head
================================================== */
/* .c-surface-head
================================================== */
/* .c-under-border-head
================================================== */
/* .c-ico
================================================== */
.c-ico {
  display: inline-block;
  vertical-align: baseline;
}
.c-ico svg {
  transition: all var(--mh--duration) var(--mh--easing);
}
/* .c-ico.is-arw01
================================================== */
.c-ico.is-arw01::after {
  display: inline-block;
  width: 7px;
  height: 12px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 7 12"><path d="M0.970215 12L6.97021 6L0.970215 0L0.000215054 0.97L5.02021 6L0.000215054 11.03L0.970215 12Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 7 12"><path d="M0.970215 12L6.97021 6L0.970215 0L0.000215054 0.97L5.02021 6L0.000215054 11.03L0.970215 12Z"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: all var(--mh--duration) var(--mh--easing);
}
/* .c-ico.is-arw02
================================================== */
.c-ico.is-arw02::after {
  display: inline-block;
  width: 6px;
  height: 10px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 6 10"><path d="M0.293691 9.70826C0.684832 10.0979 1.31794 10.0972 1.70775 9.70631L5.6931 5.70631C6.08185 5.31609 6.08185 4.68442 5.6931 4.2942L1.70775 0.294199C1.31794 -0.0967163 0.684832 -0.0974331 0.293691 0.292232C-0.0972118 0.682047 -0.097928 1.31517 0.291738 1.70631L3.57201 5.00026L0.291738 8.2942C-0.097928 8.68534 -0.0972112 9.31845 0.293691 9.70826Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 6 10"><path d="M0.293691 9.70826C0.684832 10.0979 1.31794 10.0972 1.70775 9.70631L5.6931 5.70631C6.08185 5.31609 6.08185 4.68442 5.6931 4.2942L1.70775 0.294199C1.31794 -0.0967163 0.684832 -0.0974331 0.293691 0.292232C-0.0972118 0.682047 -0.097928 1.31517 0.291738 1.70631L3.57201 5.00026L0.291738 8.2942C-0.097928 8.68534 -0.0972112 9.31845 0.293691 9.70826Z"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: all var(--mh--duration) var(--mh--easing);
}
/* .c-ico.is-arw03
================================================== */
.c-ico.is-arw03::after {
  display: inline-block;
  width: 12px;
  height: 12px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M11.2 5.6L5.6 11.2L4.69053 10.2905L8.73791 6.24316H0V4.95684H8.73791L4.69053 0.909466L5.6 0L11.2 5.6Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M11.2 5.6L5.6 11.2L4.69053 10.2905L8.73791 6.24316H0V4.95684H8.73791L4.69053 0.909466L5.6 0L11.2 5.6Z"/></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-arw04
================================================== */
.c-ico.is-arw04::after {
  display: inline-block;
  width: 12px;
  height: 20px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg width="12" height="20" viewBox="0 0 12 20" xmlns="http://www.w3.org/2000/svg"><path d="M12 10L1.67676 20L0 18.376L7.72656 11H0V9H7.72656L0 1.62402L1.67676 0L12 10Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg width="12" height="20" viewBox="0 0 12 20" xmlns="http://www.w3.org/2000/svg"><path d="M12 10L1.67676 20L0 18.376L7.72656 11H0V9H7.72656L0 1.62402L1.67676 0L12 10Z"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: all var(--mh--duration) var(--mh--easing);
}
/* .c-ico.is-blank01
================================================== */
.c-ico.is-blank01 {
  margin-left: 5px;
  color: red;
}
.c-ico.is-blank01::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 10 10"><path d="M9 3L9 9L3 9L3 10L10 10L10 3L9 3Z"/><path d="M7 1.37469e-08L1.96387e-08 0L5.8918e-09 7L7 7L7 1.37469e-08ZM6 6L1 6L1 1L6 1L6 6Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 10"><path d="M9 3L9 9L3 9L3 10L10 10L10 3L9 3Z"/><path d="M7 1.37469e-08L1.96387e-08 0L5.8918e-09 7L7 7L7 1.37469e-08ZM6 6L1 6L1 1L6 1L6 6Z"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: all var(--mh--duration) var(--mh--easing);
}
/* .c-ico.is-blank02
================================================== */
.c-ico.is-blank02 {
  margin-left: 5px;
  color: green;
}
.c-ico.is-blank02::after {
  display: inline-block;
  width: 14px;
  height: 14px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 13.435 13.434"><path d="M15333.549,2248.428a.56.56,0,0,1-.559-.562V2237.79a.559.559,0,0,1,.559-.558h4.479a.56.56,0,1,1,0,1.121h-3.917v8.955h8.954v-3.917a.561.561,0,1,1,1.121,0v4.475a.56.56,0,0,1-.562.562Zm5.2-5.762a.562.562,0,0,1,0-.793l5.762-5.762h-3.686a.558.558,0,1,1,0-1.117h5.038a.559.559,0,0,1,.559.559v5.038a.559.559,0,0,1-1.117,0V2236.9l-5.762,5.762a.568.568,0,0,1-.794,0Z" transform="translate(-15332.99 -2234.994)"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 13.435 13.434"><path d="M15333.549,2248.428a.56.56,0,0,1-.559-.562V2237.79a.559.559,0,0,1,.559-.558h4.479a.56.56,0,1,1,0,1.121h-3.917v8.955h8.954v-3.917a.561.561,0,1,1,1.121,0v4.475a.56.56,0,0,1-.562.562Zm5.2-5.762a.562.562,0,0,1,0-.793l5.762-5.762h-3.686a.558.558,0,1,1,0-1.117h5.038a.559.559,0,0,1,.559.559v5.038a.559.559,0,0,1-1.117,0V2236.9l-5.762,5.762a.568.568,0,0,1-.794,0Z" transform="translate(-15332.99 -2234.994)"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: all var(--mh--duration) var(--mh--easing);
}
/* .c-ico.is-blank03
================================================== */
.c-ico.is-blank03 {
  margin-left: 5px;
}
.c-ico.is-blank03::after {
  background: linear-gradient(to right, rgb(34, 193, 195) 0%, rgb(253, 187, 45) 100%);
}
/* .c-ico.is-mail01
================================================== */
.c-ico.is-mail01 {
  margin-right: 5px;
  color: skyblue;
}
.c-ico.is-mail01::after {
  display: inline-block;
  width: 26px;
  height: 22px;
  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 26 22"><path d="M24.7358 0.0514147C25.0413 -0.0591344 25.3826 0.0116875 25.6196 0.234032C25.8565 0.456329 25.9487 0.792265 25.8579 1.10415L20.0249 21.1041C19.9479 21.368 19.7499 21.5804 19.4917 21.6745C19.2333 21.7685 18.9449 21.7334 18.7163 21.5807L10.7407 16.2536L11.6997 14.818L18.6967 19.4918L23.7241 2.25259L2.96529 9.76919L8.35689 12.6872C8.63547 12.8379 8.80892 13.1292 8.80904 13.4459V20.4459H7.08345V13.9606L0.451616 10.3717C0.152833 10.2098 -0.02284 9.88739 0.00239726 9.54848C0.0277817 9.20963 0.249296 8.91714 0.568803 8.80141L24.7358 0.0514147Z"/><path d="M14.9246 10.6094C15.2616 10.2724 15.8082 10.2725 16.1453 10.6094C16.4823 10.9464 16.4823 11.493 16.1453 11.8301L11.8298 16.1455C11.4928 16.4824 10.9461 16.4825 10.6091 16.1455C10.2723 15.8085 10.2723 15.2618 10.6091 14.9248L14.9246 10.6094ZM17.6316 5.76367C18.0228 5.49167 18.5605 5.58853 18.8328 5.97949C19.105 6.37076 19.0091 6.90941 18.6179 7.18164L8.69214 14.0859C8.30084 14.3582 7.7622 14.2614 7.48999 13.8701C7.21812 13.4789 7.3148 12.9411 7.70581 12.6689L17.6316 5.76367Z"/><path d="M13.0699 16.3761C13.4789 16.1319 14.0089 16.2651 14.2535 16.6739C14.4982 17.083 14.3648 17.6139 13.9557 17.8585L8.38927 21.1876C7.98017 21.4323 7.44936 21.2989 7.2047 20.8898C6.96012 20.4808 7.09381 19.951 7.50255 19.7062L13.0699 16.3761Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 26 22"><path d="M24.7358 0.0514147C25.0413 -0.0591344 25.3826 0.0116875 25.6196 0.234032C25.8565 0.456329 25.9487 0.792265 25.8579 1.10415L20.0249 21.1041C19.9479 21.368 19.7499 21.5804 19.4917 21.6745C19.2333 21.7685 18.9449 21.7334 18.7163 21.5807L10.7407 16.2536L11.6997 14.818L18.6967 19.4918L23.7241 2.25259L2.96529 9.76919L8.35689 12.6872C8.63547 12.8379 8.80892 13.1292 8.80904 13.4459V20.4459H7.08345V13.9606L0.451616 10.3717C0.152833 10.2098 -0.02284 9.88739 0.00239726 9.54848C0.0277817 9.20963 0.249296 8.91714 0.568803 8.80141L24.7358 0.0514147Z"/><path d="M14.9246 10.6094C15.2616 10.2724 15.8082 10.2725 16.1453 10.6094C16.4823 10.9464 16.4823 11.493 16.1453 11.8301L11.8298 16.1455C11.4928 16.4824 10.9461 16.4825 10.6091 16.1455C10.2723 15.8085 10.2723 15.2618 10.6091 14.9248L14.9246 10.6094ZM17.6316 5.76367C18.0228 5.49167 18.5605 5.58853 18.8328 5.97949C19.105 6.37076 19.0091 6.90941 18.6179 7.18164L8.69214 14.0859C8.30084 14.3582 7.7622 14.2614 7.48999 13.8701C7.21812 13.4789 7.3148 12.9411 7.70581 12.6689L17.6316 5.76367Z"/><path d="M13.0699 16.3761C13.4789 16.1319 14.0089 16.2651 14.2535 16.6739C14.4982 17.083 14.3648 17.6139 13.9557 17.8585L8.38927 21.1876C7.98017 21.4323 7.44936 21.2989 7.2047 20.8898C6.96012 20.4808 7.09381 19.951 7.50255 19.7062L13.0699 16.3761Z"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: all var(--mh--duration) var(--mh--easing);
}
/* .c-ico.is-map01
================================================== */
.c-ico.is-map01 {
  margin-right: 5px;
}
.c-ico.is-map01::after {
  display: inline-block;
  width: 12px;
  height: 16px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url("data:image/svg+xml;utf8,%3Csvg%20viewBox%3D%220%200%2010%2015%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M7.49966%200.673145C6.71532%200.217314%205.85148%200%205.00354%200H4.99295C4.14501%200%203.28647%200.217314%202.49683%200.673145C0.111999%202.05124%20-0.709442%205.10954%200.668458%207.5L4.99824%2015L9.32803%207.5C10.7112%205.10954%209.88979%202.05124%207.49966%200.673145ZM4.99824%207.26148C3.74754%207.26148%202.73001%206.24382%202.73001%204.99293C2.73001%203.74205%203.74754%202.72438%204.99824%202.72438C6.24895%202.72438%207.26648%203.74205%207.26648%204.99293C7.26648%206.24382%206.24895%207.26148%204.99824%207.26148Z%22%20fill%3D%22%23611987%22%2F%3E%3C%2Fsvg%3E");
  mask-image: url("data:image/svg+xml;utf8,%3Csvg%20viewBox%3D%220%200%2010%2015%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M7.49966%200.673145C6.71532%200.217314%205.85148%200%205.00354%200H4.99295C4.14501%200%203.28647%200.217314%202.49683%200.673145C0.111999%202.05124%20-0.709442%205.10954%200.668458%207.5L4.99824%2015L9.32803%207.5C10.7112%205.10954%209.88979%202.05124%207.49966%200.673145ZM4.99824%207.26148C3.74754%207.26148%202.73001%206.24382%202.73001%204.99293C2.73001%203.74205%203.74754%202.72438%204.99824%202.72438C6.24895%202.72438%207.26648%203.74205%207.26648%204.99293C7.26648%206.24382%206.24895%207.26148%204.99824%207.26148Z%22%20fill%3D%22%23611987%22%2F%3E%3C%2Fsvg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: all var(--mh--duration) var(--mh--easing);
}
/* .c-ico.is-search01
================================================== */
.c-ico.is-search01 {
  margin-right: 5px;
  color: red;
}
.c-ico.is-search01::after {
  display: inline-block;
  width: 18px;
  height: 18px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url("data:image/svg+xml;utf8,%3Csvg%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M17.7642%2016.6906L12.4153%2011.3371C14.6314%208.57578%2014.4445%204.56736%2011.908%202.03761C9.19357%20-0.679203%204.76143%20-0.679203%202.04697%202.03761C0.72979%203.35593%200%205.11073%200%206.98132C0%208.85191%200.72979%2010.5978%202.04697%2011.9161C3.36415%2013.2344%205.11743%2013.9649%206.9775%2013.9649C8.57058%2013.9649%2010.1014%2013.4215%2011.3384%2012.4239L16.6873%2017.7773C16.8297%2017.9198%2017.0255%2018%2017.2302%2018C17.4349%2018%2017.6218%2017.9198%2017.7731%2017.7773C18.0756%2017.4834%2018.0756%2016.9934%2017.7731%2016.6906H17.7642ZM6.9775%2012.4328C5.51792%2012.4328%204.15624%2011.8627%203.12386%2010.8383C2.09147%209.80502%201.53078%208.44216%201.53078%206.98132C1.53078%205.52048%202.10037%204.15762%203.12386%203.12434C4.14734%202.09996%205.51792%201.52988%206.9775%201.52988C8.43708%201.52988%209.79877%202.09996%2010.8312%203.12434C12.9582%205.25325%2012.9582%208.70939%2010.8312%2010.8383C9.79877%2011.8716%208.43708%2012.4328%206.9775%2012.4328Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E");
  mask-image: url("data:image/svg+xml;utf8,%3Csvg%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M17.7642%2016.6906L12.4153%2011.3371C14.6314%208.57578%2014.4445%204.56736%2011.908%202.03761C9.19357%20-0.679203%204.76143%20-0.679203%202.04697%202.03761C0.72979%203.35593%200%205.11073%200%206.98132C0%208.85191%200.72979%2010.5978%202.04697%2011.9161C3.36415%2013.2344%205.11743%2013.9649%206.9775%2013.9649C8.57058%2013.9649%2010.1014%2013.4215%2011.3384%2012.4239L16.6873%2017.7773C16.8297%2017.9198%2017.0255%2018%2017.2302%2018C17.4349%2018%2017.6218%2017.9198%2017.7731%2017.7773C18.0756%2017.4834%2018.0756%2016.9934%2017.7731%2016.6906H17.7642ZM6.9775%2012.4328C5.51792%2012.4328%204.15624%2011.8627%203.12386%2010.8383C2.09147%209.80502%201.53078%208.44216%201.53078%206.98132C1.53078%205.52048%202.10037%204.15762%203.12386%203.12434C4.14734%202.09996%205.51792%201.52988%206.9775%201.52988C8.43708%201.52988%209.79877%202.09996%2010.8312%203.12434C12.9582%205.25325%2012.9582%208.70939%2010.8312%2010.8383C9.79877%2011.8716%208.43708%2012.4328%206.9775%2012.4328Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: all var(--mh--duration) var(--mh--easing);
}
/* .c-ico.is-tel01
================================================== */
.c-ico.is-tel01 {
  margin-right: 5px;
  color: pink;
}
.c-ico.is-tel01::after {
  display: inline-block;
  width: 24px;
  height: 24px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 23.5 23.5"><path d="M18.019,23.5c-2.313,0-7.045-.741-12.147-5.844C-.641,11.143-.085,5.26.093,4.147a3.661,3.661,0,0,1,1.045-2.1L2.405.778a2.668,2.668,0,0,1,3.767,0l3.19,3.191a2.669,2.669,0,0,1,0,3.768L7.81,9.29a18.573,18.573,0,0,0,2.752,3.674A18.585,18.585,0,0,0,14.217,15.7l1.554-1.557a2.671,2.671,0,0,1,3.77,0l3.181,3.184a2.669,2.669,0,0,1,0,3.767l-1.25,1.25A3.7,3.7,0,0,1,19.5,23.378a7.471,7.471,0,0,1-1.479.122M4.29,2.148a.516.516,0,0,0-.367.149L2.658,3.564a1.554,1.554,0,0,0-.441.9c-.1.594-.725,5.777,5.174,11.675,6.21,6.213,11.472,5.18,11.692,5.133a1.6,1.6,0,0,0,.873-.441L21.2,19.581a.522.522,0,0,0,0-.731l-3.182-3.184a.526.526,0,0,0-.733,0l-2.708,2.71-.708-.393a21.871,21.871,0,0,1-4.828-3.5A21.8,21.8,0,0,1,5.532,9.632l-.393-.708L7.845,6.218a.522.522,0,0,0,0-.731L4.655,2.3a.515.515,0,0,0-.365-.148" transform="translate(0 0)"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 23.5 23.5"><path d="M18.019,23.5c-2.313,0-7.045-.741-12.147-5.844C-.641,11.143-.085,5.26.093,4.147a3.661,3.661,0,0,1,1.045-2.1L2.405.778a2.668,2.668,0,0,1,3.767,0l3.19,3.191a2.669,2.669,0,0,1,0,3.768L7.81,9.29a18.573,18.573,0,0,0,2.752,3.674A18.585,18.585,0,0,0,14.217,15.7l1.554-1.557a2.671,2.671,0,0,1,3.77,0l3.181,3.184a2.669,2.669,0,0,1,0,3.767l-1.25,1.25A3.7,3.7,0,0,1,19.5,23.378a7.471,7.471,0,0,1-1.479.122M4.29,2.148a.516.516,0,0,0-.367.149L2.658,3.564a1.554,1.554,0,0,0-.441.9c-.1.594-.725,5.777,5.174,11.675,6.21,6.213,11.472,5.18,11.692,5.133a1.6,1.6,0,0,0,.873-.441L21.2,19.581a.522.522,0,0,0,0-.731l-3.182-3.184a.526.526,0,0,0-.733,0l-2.708,2.71-.708-.393a21.871,21.871,0,0,1-4.828-3.5A21.8,21.8,0,0,1,5.532,9.632l-.393-.708L7.845,6.218a.522.522,0,0,0,0-.731L4.655,2.3a.515.515,0,0,0-.365-.148" transform="translate(0 0)"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: all var(--mh--duration) var(--mh--easing);
}
/* .c-img01
================================================== */
.c-img01 {
  margin: var(--mh--space--md) 0;
}
/*  .c-interview01
================================================== */
.c-interview01__qa {
  border-top: 1px solid var(--mh--color--grayscale-900);
  padding-top: 20px;
  padding-bottom: 60px;
}
.c-interview01__qa:last-of-type {
  padding-bottom: 0;
}
.c-interview01__q-txt {
  color: var(--mh--color--primary-500);
  display: flex;
  gap: 15px;
  margin-bottom: 25px;
}
.c-interview01__ico {
  font-size: var(--mh--font-size--x7l);
}
.c-interview01__img {
  margin-top: 40px;
  border-radius: var(--mh--radius_m);
  overflow: hidden;
}
.c-interview01__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-interview01__a-txt {
  letter-spacing: var(--mh--letter-spacing--md);
}
@media (width >= 768px ) {
  .c-interview01__qa {
    padding-top: 30px;
    padding-bottom: 120px;
  }
  .c-interview01__q-txt {
    gap: 40px;
  }
  .c-interview01__img {
    width: 400px;
  }
}
/* .c-interview01__intro
================================================== */
.c-interview01__intro-header {
  margin-bottom: 40px;
  font-weight: 700;
}
.c-interview01__intro-tag {
  width: fit-content;
  border: 1px solid;
  color: var(--mh--color--primary-500);
  padding: 0 10px;
  margin-bottom: 10px;
}
.c-interview01__intro-img {
  max-width: 520px;
  border-radius: var(--mh--radius_m);
  overflow: hidden;
  margin: 0 auto 40px;
  text-align: center;
}
.c-interview01__intro-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-interview01__intro-name {
  display: flex;
  align-items: flex-end;
  gap: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
.c-interview01__intro-date {
  padding-bottom: 2px;
}
.c-interview01__intro-txt {
  letter-spacing: var(--mh--letter-spacing--md);
}
@media (width >= 768px ) {
  .c-interview01__intro {
    padding-top: 50px;
    padding-bottom: 70px;
  }
  .c-interview01__intro-inner {
    position: relative;
    min-height: 520px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
  }
  .c-interview01__intro-header {
    width: 50%;
    padding-right: 60px;
    max-width: 810px;
  }
  .c-interview01__intro-img {
    position: absolute;
    right: var(--mh--contents--padding--side);
    top: 0;
    margin: 0;
  }
  .c-interview01__intro-img img {
    display: block;
    width: 520px;
    border-radius: var(--mh--radius_s);
  }
  .c-interview01__intro-info {
    width: 50%;
    padding-right: 60px;
    max-width: 810px;
  }
}
/* .c-interview01-pager
================================================== */
.c-interview01-pager__inner {
  padding-bottom: 30px;
}
.c-interview01-pager__list {
  display: flex;
  gap: 20px;
  flex-direction: column;
}
.c-interview01-pager__item-link {
  background-color: #fff;
  padding: 20px 20px 70px;
  gap: 20px;
  position: relative;
  outline: solid 1px transparent;
  transition: all var(--mh--duration) var(--mh--easing);
  border-radius: var(--mh--radius_m);
}
.c-interview01-pager__item-img {
  width: 133px;
  height: 133px;
  border-radius: var(--mh--radius_s);
  overflow: hidden;
}
.c-interview01-pager__item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-interview01-pager__item-area-txt {
  margin-top: 20px;
}
.c-interview01-pager__item-tag {
  display: block;
  width: fit-content;
  padding: 0 10px;
  border: 1px solid;
  color: var(--mh--color--primary-500);
  margin-bottom: 10px;
}
.c-interview01-pager__item-txt {
  font-weight: 700;
}
.c-interview01-pager__item-name {
  margin-top: 10px;
  display: flex;
  align-items: flex-end;
  gap: 20px;
}
.c-interview01-pager__item-date {
  padding-bottom: 2px;
}
.c-interview01-pager__item-arrow {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 35px;
  height: 35px;
  border-radius: var(--mh--radius_s);
  background: var(--mh--color--primary-500);
}
.c-interview01-pager__item-arrow::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 12px;
  height: 12px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M11.2 5.6L5.6 11.2L4.69053 10.2905L8.73791 6.24316H0V4.95684H8.73791L4.69053 0.909466L5.6 0L11.2 5.6Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M11.2 5.6L5.6 11.2L4.69053 10.2905L8.73791 6.24316H0V4.95684H8.73791L4.69053 0.909466L5.6 0L11.2 5.6Z"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: all var(--mh--duration) var(--mh--easing);
  color: var(--mh--color--grayscale-100);
  width: 12px;
  height: 12px;
}
@media (width >= 768px ) {
  .c-interview01-pager__inner {
    padding-bottom: 60px;
  }
  .c-interview01-pager__list {
    flex-direction: row;
    gap: 30px;
  }
  .c-interview01-pager__list:not(.is-col3) .c-interview01-pager__item-link {
    display: grid;
  }
  .c-interview01-pager__item {
    width: calc(50% - 15px);
  }
  .c-interview01-pager__item-link {
    grid-template-columns: 133px 1fr;
    gap: 40px;
    padding: 30px 110px 30px 30px;
    height: 100%;
  }
  .c-interview01-pager__item-area-txt {
    margin: 0;
  }
  .c-interview01-pager__item-arrow {
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
  }
  .c-interview01-pager__item-arrow::before {
    width: 16px;
    height: 16px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-interview01-pager__item-link:hover {
    outline: solid 1px var(--mh--color--primary-500);
  }
}
.c-interview01-pager__list.is-col3 .c-interview01-pager__item-name {
  font-size: var(--mh--font-size--xl);
}
.c-interview01-pager__list.is-col3 .c-interview01-pager__item-date {
  font-size: var(--mh--font-size--xs);
}
@media (width >= 768px ) {
  .c-interview01-pager__list.is-col3 .c-interview01-pager__item {
    width: calc(33.33333% - 15px);
  }
  .c-interview01-pager__list.is-col3 .c-interview01-pager__item-link {
    padding: 30px 30px 100px;
  }
  .c-interview01-pager__list.is-col3 .c-interview01-pager__item-img {
    width: 250px;
    height: 250px;
  }
  .c-interview01-pager__list.is-col3 .c-interview01-pager__item-area-txt {
    margin-top: 60px;
  }
  .c-interview01-pager__list.is-col3 .c-interview01-pager__item-tag {
    font-size: var(--mh--font-size--xl);
  }
  .c-interview01-pager__list.is-col3 .c-interview01-pager__item-txt {
    font-size: var(--mh--font-size--x3l);
  }
  .c-interview01-pager__list.is-col3 .c-interview01-pager__item-name-en {
    font-size: var(--mh--font-size--x7l);
  }
  .c-interview01-pager__list.is-col3 .c-interview01-pager__item-date {
    font-size: var(--mh--font-size--xl);
  }
}
/*  .c-layout01
================================================== */
.c-layout01__inner {
  padding-top: 15px;
  padding-bottom: 75px;
}
.c-layout01__content {
  display: grid;
}
@media (width >= 768px ) {
  .c-layout01__inner {
    padding-top: 50px;
    padding-bottom: 180px;
  }
  .c-layout01__content {
    grid-template-columns: 310px 1fr;
    gap: 60px;
  }
}
@media (width >= 1600px) {
  .c-layout01__content {
    grid-template-columns: 600px 1fr;
  }
}
/* .c-layout02
================================================ */
.c-layout02 {
  display: grid;
  gap: 30px;
}
.c-layout02__list {
  display: grid;
  gap: 40px;
}
.c-layout02__img {
  border-radius: var(--mh--radius_m);
  overflow: hidden;
}
.c-layout02__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-layout02__head {
  margin-bottom: 10px;
}
@media (width >= 768px ) {
  .c-layout02 {
    gap: 60px;
    grid-template-columns: 300px 1fr;
    align-items: center;
  }
  .c-layout02__list {
    gap: 80px;
  }
  .c-layout02__area-txt {
    display: grid;
    gap: 40px;
    grid-template-columns: 400px 1fr;
    align-items: center;
  }
}
@media (width >= 1400px ) {
  .c-layout02 {
    grid-template-columns: 400px 1fr;
  }
  .c-layout02__area-txt {
    gap: 100px;
    grid-template-columns: 400px 1fr;
  }
}
/*  .c-case-list01
================================================== */
.c-case-list01 {
  display: grid;
  gap: 15px;
}
.c-case-list01__item {
  background-color: var(--mh--color--primary-100);
  padding: 10px 20px;
  border-radius: var(--mh--radius_s);
}
.c-case-list01__item-img {
  width: 60px;
  margin-bottom: 20px;
}
.c-case-list01__item-head {
  font-size: var(--mh--font-size--xl);
  line-height: var(--mh--line-height--sm);
}
@media (width >= 768px ) {
  .c-case-list01 {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .c-case-list01__item {
    padding: 30px;
  }
  .c-case-list01__item-head {
    font-size: var(--mh--font-size--x2l);
  }
  .c-case-list01__item-img {
    margin-bottom: 60px;
  }
}
/*  .c-cat-list01
================================================== */
.c-cat-list01 {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.c-cat-list01__item.is-active .c-cat-list01__link {
  color: var(--mh--color--grayscale-100);
  background: var(--mh--color--grayscale-900);
}
.c-cat-list01__item.is-active .c-cat-list01__txt {
  --shadow-color: var(--mh--color--grayscale-100);
}
.c-cat-list01__link {
  display: block;
  padding: 20px;
  border: solid 1px var(--mh--color--grayscale-900);
  border-radius: var(--mh--radius_s);
  font-size: var(--mh--font-size--lg);
  font-weight: 700;
  line-height: var(--mh--line-height--sm);
}
.c-cat-list01__txt {
  display: block;
  overflow: hidden;
  --base-offset-y: 2em;
  --shadow-color: var(--mh--color--grayscale-900);
  transition: all var(--mh--duration) var(--mh--easing);
  color: transparent;
  text-shadow: 0 calc(var(--hover-offset-y, 0em) * -1) 0 var(--shadow-color), 0 calc(var(--base-offset-y, 1.5em) - var(--hover-offset-y, 0em)) 0 var(--shadow-color);
}
@media (width < 768px) {
  .c-cat-list01 {
    width: 565px;
  }
  .c-cat-list01__wrap {
    overflow-x: scroll;
    margin-right: -20px;
  }
}
@media (width >= 768px ) {
  .c-cat-list01 {
    gap: 10px;
  }
  .c-cat-list01__link {
    text-align: center;
    font-size: var(--mh--font-size--lg);
    min-width: 210px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-cat-list01__link {
    transition: all var(--mh--duration) var(--mh--easing);
  }
  .c-cat-list01__link:hover .c-cat-list01__txt {
    --hover-offset-y: 2em;
  }
}
/*  .c-check-list01
================================================== */
.c-check-list01 {
  display: grid;
  gap: 10px;
}
.c-check-list01__item {
  padding-left: 26px;
  position: relative;
}
.c-check-list01__item::before {
  position: absolute;
  display: inline-block;
  width: 18px;
  height: 17px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 17"><path d="M7.33028 12C7.31783 12 7.30801 11.9961 7.29884 11.9869L3.0131 7.6899C3.00393 7.68071 3 7.67152 3 7.65971C3 7.64789 3.00393 7.63739 3.0131 7.62886L4.27642 6.36261C4.28494 6.35408 4.29476 6.34948 4.3072 6.34948C4.31965 6.34948 4.32882 6.35342 4.33668 6.36195L7.32962 9.36182L14.6627 2.01313C14.6718 2.00394 14.681 2 14.6928 2C14.7046 2 14.7151 2.00394 14.7236 2.01313L15.9869 3.27938C15.9954 3.28791 16 3.29841 16 3.31023C16 3.32204 15.9961 3.33189 15.9876 3.33977L7.3604 11.9875C7.35254 11.9954 7.34207 12 7.33028 12Z"/><path d="M16.4802 6.89438V14.5562C16.4802 15.1124 16.0013 15.5647 15.4123 15.5647H2.58766C1.9987 15.5647 1.51977 15.1124 1.51977 14.5562V7.59029C1.47828 7.47615 1.45573 7.3552 1.45573 7.23084C1.45573 7.10647 1.47828 6.98467 1.51977 6.87053V2.44463C1.51977 1.88842 1.9987 1.43612 2.58766 1.43612H15.4123C15.4168 1.43612 15.4214 1.43612 15.4259 1.43612L16.6381 0.292164C16.2728 0.105622 15.8561 0 15.4123 0H2.58766C1.1608 0.000851789 0 1.0971 0 2.44463V14.5562C0 15.9037 1.1608 17 2.58766 17H15.4123C16.8392 17 18 15.9037 18 14.5562V5.45911L16.4802 6.89438Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 17"><path d="M7.33028 12C7.31783 12 7.30801 11.9961 7.29884 11.9869L3.0131 7.6899C3.00393 7.68071 3 7.67152 3 7.65971C3 7.64789 3.00393 7.63739 3.0131 7.62886L4.27642 6.36261C4.28494 6.35408 4.29476 6.34948 4.3072 6.34948C4.31965 6.34948 4.32882 6.35342 4.33668 6.36195L7.32962 9.36182L14.6627 2.01313C14.6718 2.00394 14.681 2 14.6928 2C14.7046 2 14.7151 2.00394 14.7236 2.01313L15.9869 3.27938C15.9954 3.28791 16 3.29841 16 3.31023C16 3.32204 15.9961 3.33189 15.9876 3.33977L7.3604 11.9875C7.35254 11.9954 7.34207 12 7.33028 12Z"/><path d="M16.4802 6.89438V14.5562C16.4802 15.1124 16.0013 15.5647 15.4123 15.5647H2.58766C1.9987 15.5647 1.51977 15.1124 1.51977 14.5562V7.59029C1.47828 7.47615 1.45573 7.3552 1.45573 7.23084C1.45573 7.10647 1.47828 6.98467 1.51977 6.87053V2.44463C1.51977 1.88842 1.9987 1.43612 2.58766 1.43612H15.4123C15.4168 1.43612 15.4214 1.43612 15.4259 1.43612L16.6381 0.292164C16.2728 0.105622 15.8561 0 15.4123 0H2.58766C1.1608 0.000851789 0 1.0971 0 2.44463V14.5562C0 15.9037 1.1608 17 2.58766 17H15.4123C16.8392 17 18 15.9037 18 14.5562V5.45911L16.4802 6.89438Z"/></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);
  top: 5px;
  left: 0;
  color: var(--mh--color--primary-500);
}
/*  .c-check-list01.is-bg-gray
================================================== */
.c-check-list01.is-bg-gray .c-check-list01__item {
  background-color: var(--mh--color--surface-400);
  padding: 11px 10px 11px 36px;
}
.c-check-list01.is-bg-gray .c-check-list01__item::before {
  top: 15px;
  left: 10px;
}
/*  .c-num-list01
================================================== */
/*  .c-simple-list01
================================================== */
.c-simple-list01.is-narrow {
  margin: 8px 0 10px;
}
.c-simple-list01.is-narrow li {
  padding-left: 10px;
}
.c-simple-list01.is-narrow li + li {
  margin-top: 5px;
}
/*  .c-menu01
================================================== */
.c-menu01__inner {
  padding: 0 15px 15px;
}
.c-menu01-list {
  display: grid;
  gap: 15px;
  counter-reset: menu01 0;
}
.c-menu01-list__link {
  border-radius: var(--mh--radius_m);
  overflow: hidden;
  position: relative;
}
.c-menu01-list__area-txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 15px;
  display: grid;
  grid-template-rows: 1fr auto;
  color: var(--mh--color--grayscale-100);
}
.c-menu01-list__num::before {
  content: counter(menu01, decimal-leading-zero);
  counter-increment: menu01 1;
}
.c-menu01-list__head {
  display: grid;
  grid-template-columns: 1fr 35px;
  font-size: var(--mh--font-size--x5l);
  line-height: var(--mh--line-height--sm);
}
.c-menu01-list__ico {
  display: block;
  width: 35px;
  height: 35px;
  border: solid 1px;
  border-radius: var(--mh--radius_s);
  position: relative;
}
.c-menu01-list__ico::before {
  position: absolute;
  display: inline-block;
  width: 12px;
  height: 12px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M11.2 5.6L5.6 11.2L4.69053 10.2905L8.73791 6.24316H0V4.95684H8.73791L4.69053 0.909466L5.6 0L11.2 5.6Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M11.2 5.6L5.6 11.2L4.69053 10.2905L8.73791 6.24316H0V4.95684H8.73791L4.69053 0.909466L5.6 0L11.2 5.6Z"/></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);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (width >= 768px ) {
  .c-menu01 {
    max-width: 1920px;
    margin: 0 auto;
  }
  .c-menu01__inner {
    padding: 0 30px 30px;
  }
  .c-menu01-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .c-menu01-list__area-txt {
    padding: 30px;
  }
  .c-menu01-list__head {
    grid-template-columns: 1fr 50px;
  }
  .c-menu01-list__ico {
    width: 50px;
    height: 50px;
  }
}
@media (width >= 768px ) {
  .c-menu01.is-col3 .c-menu01-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
/*  .c-modal01
================================================== */
.c-modal01 {
  position: relative;
}
.c-modal01__container.modal__container {
  position: relative;
  background: unset;
  border-radius: unset;
  padding: 0;
  height: 80svh;
}
.c-modal01__overlay.modal__overlay {
  background: rgba(69, 45, 81, 0.3);
  backdrop-filter: blur(10px);
}
.c-modal01__header.modal__header {
  width: calc(100% - 40px);
  margin: auto;
}
.c-modal01__close.modal__close {
  position: absolute;
  top: 10px;
  right: 30px;
  left: auto;
  display: block;
  width: 40px;
  height: 40px;
  border: 0;
  cursor: pointer;
  appearance: none;
  outline: 0;
  text-indent: -9999px;
  color: transparent;
  background: url(../img/about/ico_minus01.svg) no-repeat center center/contain;
}
@media (width >= 768px ) {
  .c-modal01__container.modal__container {
    max-width: var(--mh--contents--width);
    display: grid;
    place-content: center;
    height: auto;
    max-height: 90svh;
  }
  .c-modal01__header.modal__header {
    top: calc(var(--mh--header--height) - 10px);
    right: 0;
  }
  .c-modal01__close.modal__close {
    right: 50px;
    top: 10px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-modal01__close.modal__close {
    transition: background-color var(--mh--duration) var(--mh--easing);
  }
  .c-modal01__close.modal__close::before, .c-modal01__close.modal__close::after {
    transition: background-color var(--mh--duration) var(--mh--easing);
  }
  .c-modal01__close.modal__close:hover {
    background-color: var(--mh--color--primary-900);
  }
  .c-modal01__close.modal__close:hover::before, .c-modal01__close.modal__close:hover::after {
    background-color: #fff;
  }
}
/*  c-modal01-content
================================================== */
.c-modal01-content {
  background: var(--mh--color--surface-400);
  width: calc(100% - 40px);
  margin: auto;
  padding: 30px 20px;
}
.c-modal01-content__img {
  border-radius: var(--mh--radius_s);
  overflow: hidden;
  margin-bottom: 20px;
}
.c-modal01-content__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-modal01-content__info {
  color: var(--mh--color--grayscale-800);
  margin-bottom: 3px;
}
.c-modal01-content__name {
  font-weight: 400;
  font-size: var(--mh--font-size--x6l);
  line-height: var(--mh--line-height--sm);
  margin-bottom: 20px;
}
@media (width >= 768px ) {
  .c-modal01-content {
    width: calc(100% - 80px);
    max-width: 1100px;
    padding: 60px 80px;
    display: grid;
    grid-template-columns: 360px 1fr;
    gap: 50px;
    align-items: center;
  }
  .c-modal01-content:not(:has(.c-modal01-content__img)) {
    grid-template-columns: 1fr;
  }
  .c-modal01-content__img {
    width: 360px;
    height: 360px;
    margin: 0;
  }
  .c-modal01-content__name {
    margin-bottom: 30px;
  }
}
/* .c-pager01
===================================*/
.c-pager01 {
  overflow: hidden;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  margin: var(--mh--space--x3l) auto 0;
  position: relative;
}
.c-pager01 li a, .c-pager01 li span {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-decoration: none;
  font-size: var(--mh--font-size--xl);
  border-radius: var(--mh--radius_s);
  color: var(--mh--color--grayscale-800);
  transition: all var(--mh--duration) var(--mh--easing);
}
.c-pager01 li.pages span {
  width: auto;
  border: 0;
}
.c-pager01 li.page {
  font-family: var(--mh--font-family--en);
}
.c-pager01 li.current span {
  color: var(--mh--color--grayscale-900);
  font-family: var(--mh--font-family--en);
}
.c-pager01 li.first, .c-pager01 li.previous {
  margin-right: 9px;
}
.c-pager01 li.first a, .c-pager01 li.last a {
  width: auto;
  border-color: transparent;
  text-decoration: underline;
  background: transparent;
}
.c-pager01 li.next, .c-pager01 li.last {
  margin-left: 9px;
}
.c-pager01 li.extend span {
  width: fit-content;
}
.c-pager01 li.previous a, .c-pager01 li.next a {
  color: transparent;
  background: var(--mh--color--primary-500);
  position: relative;
}
.c-pager01 li.previous a::before, .c-pager01 li.next a::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 12px;
  height: 12px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M11.2 5.6L5.6 11.2L4.69053 10.2905L8.73791 6.24316H0V4.95684H8.73791L4.69053 0.909466L5.6 0L11.2 5.6Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M11.2 5.6L5.6 11.2L4.69053 10.2905L8.73791 6.24316H0V4.95684H8.73791L4.69053 0.909466L5.6 0L11.2 5.6Z"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: all var(--mh--duration) var(--mh--easing);
  color: var(--mh--color--grayscale-100);
}
.c-pager01 li.previous a::before {
  transform: translate(-50%, -50%) scale(-1, 1);
}
@media (width >= 768px ) {
  .c-pager01 li {
    margin: 0 4px;
  }
  .c-pager01 li.first, .c-pager01 li.previous {
    margin-right: 30px;
  }
  .c-pager01 li.next, .c-pager01 li.last {
    margin-left: 30px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-pager01 li a:hover {
    color: var(--mh--color--grayscale-900);
  }
  .c-pager01 li.previous a:hover, .c-pager01 li.next a:hover {
    opacity: 0.7;
  }
}
/*  .c-pager02
================================================== */
.c-pager02 {
  position: relative;
  margin-top: var(--mh--space--xl);
  padding-top: var(--mh--space--xl);
  border-top: solid 1px var(--mh--color--grayscale-500);
  overflow: hidden;
  line-height: 1;
}
.c-pager02__previous, .c-pager02__next {
  width: 50%;
}
.c-pager02__previous a, .c-pager02__next a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
  font-size: var(--mh--font-size--sm);
  font-weight: 700;
}
.c-pager02__txt {
  padding: 5px 0;
  overflow: hidden;
  --base-offset-y: 2em;
  --shadow-color: var(--mh--color--grayscale-900);
  transition: all var(--mh--duration) var(--mh--easing);
  color: transparent;
  text-shadow: 0 calc(var(--hover-offset-y, 0em) * -1) 0 var(--shadow-color), 0 calc(var(--base-offset-y, 1.5em) - var(--hover-offset-y, 0em)) 0 var(--shadow-color);
  position: relative;
}
.c-pager02__txt::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background: var(--mh--color--grayscale-900);
  transition: all var(--mh--duration) var(--mh--easing);
  opacity: 0;
}
.c-pager02__ico {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: var(--mh--radius_s);
  background: var(--mh--color--primary-500);
  position: relative;
}
.c-pager02__ico::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 12px;
  height: 12px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M11.2 5.6L5.6 11.2L4.69053 10.2905L8.73791 6.24316H0V4.95684H8.73791L4.69053 0.909466L5.6 0L11.2 5.6Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M11.2 5.6L5.6 11.2L4.69053 10.2905L8.73791 6.24316H0V4.95684H8.73791L4.69053 0.909466L5.6 0L11.2 5.6Z"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: all var(--mh--duration) var(--mh--easing);
  color: var(--mh--color--grayscale-100);
  width: 16px;
  height: 16px;
}
.c-pager02__previous {
  float: left;
}
.c-pager02__previous a {
  justify-content: flex-start;
}
.c-pager02__previous .c-pager02__ico::before {
  transform: translate(-50%, -50%) scale(-1, 1);
}
.c-pager02__next {
  float: right;
  border-left: solid 1px var(--mh--color--grayscale-500);
}
.c-pager02__next a {
  justify-content: flex-end;
}
.c-pager02__all {
  clear: both;
  padding-top: 30px;
}
@media (width >= 768px ) {
  .c-pager02 {
    margin-bottom: -60px;
  }
  .c-pager02__previous, .c-pager02__next {
    width: fit-content;
    padding-top: 13px;
    overflow: hidden;
  }
  .c-pager02__previous a, .c-pager02__next a {
    font-size: var(--mh--font-size--lg);
    gap: 20px;
  }
  .c-pager02__next {
    border-left: none;
  }
  .c-pager02__all {
    transform: translateY(-63px);
    padding-top: 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-pager02__previous a:hover .c-pager02__txt, .c-pager02__next a:hover .c-pager02__txt {
    --hover-offset-y: 2em;
  }
  .c-pager02__previous a:hover .c-pager02__txt::after, .c-pager02__next a:hover .c-pager02__txt::after {
    opacity: 1;
  }
}
/*  .c-set01.is-reverse
================================================== */
@media (width >= 768px ) {
  .c-set01.is-reverse {
    flex-direction: row;
  }
  .c-set01.is-reverse .c-set01__img {
    margin: 0 0 0 40px !important;
  }
}
/*  .c-set01
================================================== */
.c-set01__img {
  margin-top: 30px !important;
}
@media (width >= 768px ) {
  .c-set01 {
    flex-direction: row-reverse;
  }
  .c-set01__img {
    flex-basis: auto !important;
    width: 40%;
    margin: 0 40px 0 0 !important;
  }
  .c-set01__area-txt {
    flex-basis: auto !important;
    width: calc(100% - 480px);
  }
}
/* .c-single01
================================================== */
.c-single01__meta {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}
.c-single01__date {
  font-size: var(--mh--font-size--xs);
  color: var(--mh--color--grayscale-800);
}
.c-single01__cat {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.c-single01__cat-item {
  padding: 0 10px;
  font-size: var(--mh--font-size--x3s);
  color: var(--mh--color--primary-500);
  border: solid 1px;
  border-radius: 9999px;
}
.c-single01__title {
  font-size: var(--mh--font-size--x7l);
  line-height: var(--mh--line-height--sm);
  margin-bottom: var(--mh--space--xl);
}
.c-single01__eyecatch {
  border-radius: var(--mh--radius_m);
  overflow: hidden;
  margin-bottom: var(--mh--space--xl);
}
.c-single01__eyecatch img {
  width: 100%;
}
.c-single01__content {
  overflow: hidden;
}
.c-single01__content > *:first-child {
  margin-top: 0 !important;
}
.c-single01__content > *:last-child {
  margin-bottom: 0 !important;
}
.c-single01__content p {
  margin: var(--mh--space--xs) 0;
}
.c-single01__content h1:not([class*=c-]),
.c-single01__content h2:not([class*=c-]),
.c-single01__content h3:not([class*=c-]),
.c-single01__content h4:not([class*=c-]),
.c-single01__content h5:not([class*=c-]),
.c-single01__content h6:not([class*=c-]) {
  clear: both;
  font-weight: 700;
  line-height: var(--mh--line-height--sm);
  letter-spacing: var(--mh--letter-spacing);
}
.c-single01__content h6:not([class*=c-]) {
  margin-top: var(--mh--padding--sm);
  font-size: var(--mh--font-size--xl);
}
.c-single01__content ul:not([class*=c-]) ul:not([class*=c-]),
.c-single01__content ul:not([class*=c-]) ol:not([class*=c-]),
.c-single01__content ol:not([class*=c-]) ul:not([class*=c-]),
.c-single01__content ol:not([class*=c-]) ol:not([class*=c-]) {
  margin: 0.8em 0 0;
}
.c-single01__content blockquote {
  padding: 20px;
  margin: var(--mh--space--md) 0;
  border: 1px solid var(--mh--color--primary-700);
}
.c-single01__content blockquote > *:first-child {
  margin-top: 0;
}
.c-single01__content figure,
.c-single01__content img {
  margin: var(--mh--padding--sm) 0;
  border-radius: var(--mh--radius_m);
}
.c-single01__content *:not(.c-link01) a {
  color: var(--mh--color--primary-700);
  text-decoration: underline !important;
}
.c-single01__content *:not(.c-link01) a[target=_blank]::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 10 10"><path d="M9 3L9 9L3 9L3 10L10 10L10 3L9 3Z"/><path d="M7 1.37469e-08L1.96387e-08 0L5.8918e-09 7L7 7L7 1.37469e-08ZM6 6L1 6L1 1L6 1L6 6Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 10"><path d="M9 3L9 9L3 9L3 10L10 10L10 3L9 3Z"/><path d="M7 1.37469e-08L1.96387e-08 0L5.8918e-09 7L7 7L7 1.37469e-08ZM6 6L1 6L1 1L6 1L6 6Z"/></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);
  margin-left: 8px;
  color: var(--mh--color--grayscale-800);
}
@media (hover: hover) and (pointer: fine) {
  .c-single01__content *:not(.c-link01) a:hover {
    text-decoration: none !important;
  }
}
@media (width >= 768px ) {
  .c-single01__meta {
    margin-bottom: 20px;
    gap: 20px;
  }
  .c-single01__date {
    font-size: var(--mh--font-size--md);
  }
  .c-single01__cat-item {
    font-size: var(--mh--font-size--xs);
  }
  .c-single01 img.alignleft {
    margin-top: 0;
  }
}
/* .c-single02
================================================== */
.c-single02 {
  margin-bottom: 60px;
}
.c-single02__sec + .c-single02__sec {
  padding-top: var(--mh--space--sm);
  margin-top: 60px;
  border-top: solid 1px;
}
.c-single02__sec .c-head02 {
  margin-bottom: var(--mh--space--xl);
}
.c-single02__set {
  display: grid;
  gap: var(--mh--space--md);
}
.c-single02__set-img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: var(--mh--radius_m);
}
.c-single02__set-info {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 10px;
  padding-left: 10px;
  border-left: solid 1px;
}
.c-single02__set-info dd {
  display: flex;
}
.c-single02__set-info dd::before {
  content: ":";
  margin-right: 10px;
}
.c-single02__sub {
  font-size: var(--mh--font-size--x3l);
  line-height: var(--mh--line-height--sm);
  margin-bottom: var(--mh--space--xs);
}
.c-single02__sub.has-bg {
  padding: 20px;
  background: var(--mh--color--surface-400);
}
.c-single02__box {
  margin-top: var(--mh--space--md);
  padding: var(--mh--padding--sm);
  border-radius: var(--mh--radius_s);
  background: var(--mh--color--surface-400);
}
.c-single02__box > *:first-child {
  margin-top: 0 !important;
}
.c-single02__box > *:last-child {
  margin-bottom: 0 !important;
}
.c-single02__box .c-simple-list01 {
  margin-top: 0 !important;
}
.c-single02__box-list {
  display: grid;
  gap: 15px 20px;
}
.c-single02__box-list .c-single02__box {
  margin-top: 0;
}
.c-single02__box-list + .c-single02__box {
  margin-top: 15px;
}
.c-single02-list01 {
  border-bottom: solid 1px var(--mh--color--grayscale-500);
  counter-reset: list01;
}
.c-single02-list01__item {
  padding: 20px 0 var(--mh--space--md);
  padding-left: 69px;
  border-top: solid 1px var(--mh--color--grayscale-500);
  position: relative;
  counter-increment: list01 1;
}
.c-single02-list01__item::before {
  position: absolute;
  top: 22px;
  left: 0;
  color: var(--mh--color--grayscale-800);
  content: "(" counter(list01, decimal-leading-zero) ")";
  font-size: var(--mh--font-size--x3s);
  font-weight: 700;
}
.c-single02-list01__head {
  font-size: var(--mh--font-size--xl);
  font-weight: 700;
  line-height: var(--mh--line-height--sm);
  margin-bottom: 15px;
}
.c-single02-list02 {
  display: grid;
  gap: 10px;
}
.c-single02-list02__item {
  padding: var(--mh--padding--sm);
  border-radius: var(--mh--radius_s);
  background: var(--mh--color--surface-400);
  display: grid;
  gap: 15px 40px;
}
.c-single02-list02__area-head {
  text-align: center;
}
.c-single02-list02__head {
  font-size: var(--mh--font-size--x4l);
  font-weight: 700;
  line-height: var(--mh--line-height--sm);
}
.c-single02-list02__sub {
  font-size: var(--mh--font-size--xs);
}
.c-single02-last {
  padding: var(--mh--padding--sm);
  border-radius: var(--mh--radius_m);
  border: solid 1px;
}
.c-single02-last__content {
  display: grid;
  gap: 15px 30px;
}
.c-single02-last__img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: var(--mh--radius_m);
}
.c-single02-last__name {
  margin-top: 15px;
  font-size: var(--mh--font-size--x2s);
  color: var(--mh--color--grayscale-800);
}
@media (width < 768px) {
  .c-single02-list02__area-head {
    padding-bottom: 15px;
    border-bottom: solid 1px var(--mh--color--grayscale-500);
  }
  .c-single02-last__img {
    width: 190px;
    margin: 0 auto;
  }
}
@media (width >= 768px ) {
  .c-single02 {
    margin-bottom: 120px;
  }
  .c-single02__sec + .c-single02__sec {
    margin-top: 120px;
  }
  .c-single02__set:has(.c-single02__set-img) {
    grid-template-columns: 320px 1fr;
  }
  .c-single02__set-area-txt {
    order: 2;
  }
  .c-single02__box-list.is-col2-pc {
    grid-template-columns: repeat(2, 1fr);
  }
  .c-single02__box-list + .c-single02__box {
    margin-top: 20px;
  }
  .c-single02-list01__item {
    padding-left: 114px;
  }
  .c-single02-list01__item::before {
    top: 25px;
  }
  .c-single02-list02__item {
    grid-template-columns: 153px 1fr;
    align-items: center;
  }
  .c-single02-list02__sub {
    margin-top: 5px;
  }
  .c-single02-list02__area-txt {
    padding-left: 40px;
    border-left: solid 1px var(--mh--color--grayscale-500);
  }
  .c-single02-last {
    padding: 30px 40px 40px;
  }
  .c-single02-last__content:has(.c-single02-last__img) {
    grid-template-columns: 135px 1fr;
  }
  .c-single02-last__name {
    margin-top: 10px;
  }
}
/*  .c-table01
================================================== */
.c-table01.is-slim table th {
  padding: 3px 15px;
  font-size: var(--mh--font-size--md);
}
.c-table01 table {
  border-collapse: separate;
  border-spacing: 3px;
  word-break: break-all;
}
.c-table01 tr.u-font-en th {
  font-weight: 500;
}
.c-table01 th, .c-table01 td {
  vertical-align: middle;
  text-align: left;
}
.c-table01 th {
  font-size: var(--mh--font-size--lg);
  color: var(--mh--color--grayscale-100);
  background: var(--mh--color--primary-500);
  padding: 20px 15px;
}
.c-table01 td {
  padding: 10px;
  background: var(--mh--color--surface-300);
}
.c-table01 td.u-text-center {
  text-align: center;
}
@media (width >= 768px ) {
  .c-table01 th, .c-table01 td {
    padding: 20px 15px;
  }
}
/*  .c-table01-status
================================================== */
.c-table01-status {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3px;
  align-items: center;
}
.c-table01-status__item {
  display: block;
  width: 100%;
  height: 5px;
  background: var(--mh--color--grayscale-400);
}
.c-table01-status[data-status="1"] .c-table01-status__item:nth-child(-n+1), .c-table01-status[data-status="2"] .c-table01-status__item:nth-child(-n+2), .c-table01-status[data-status="3"] .c-table01-status__item:nth-child(-n+3) {
  background-color: var(--mh--color--primary-400);
}
/*  .c-table02
================================================== */
.c-table02 table {
  border-collapse: separate;
  border-spacing: 0 3px;
}
.c-table02 tr.u-font-en th {
  font-weight: 500;
}
.c-table02 th, .c-table02 td {
  vertical-align: middle;
  text-align: left;
}
.c-table02 th {
  font-size: var(--mh--font-size--lg);
  background: var(--mh--color--grayscale-300);
  padding: 8px 15px;
}
.c-table02 td {
  padding: 16px 15px;
  background: var(--mh--color--surface-300);
}
@media (width < 768px) {
  .c-table02:not(.is-overview) table, .c-table02:not(.is-overview) tbody, .c-table02:not(.is-overview) tr, .c-table02:not(.is-overview) th, .c-table02:not(.is-overview) td {
    display: block;
  }
  .c-table02.is-overview {
    overflow: auto;
    padding-bottom: 10px;
    width: calc(100vw - 30px);
  }
  .c-table02.is-overview table {
    width: 800px;
  }
}
@media (width >= 768px ) {
  .c-table02 {
    max-width: 1140px;
  }
  .c-table02 th {
    width: 260px;
    padding: 22px 30px;
  }
  .c-table02 td {
    padding: 20px 33px;
  }
}
/* .l-breadcrumb
================================================ */
.l-breadcrumb {
  padding-bottom: 20px;
}
.l-breadcrumb__inner {
  padding-bottom: var(--mh--space--sm);
  position: relative;
}
.l-breadcrumb__inner::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 30px);
  max-width: 1800px;
  height: 1px;
  background: var(--mh--color--grayscale-500);
}
@media (width >= 768px ) {
  .l-breadcrumb {
    padding-bottom: 60px;
  }
  .l-breadcrumb__inner {
    max-width: var(--mh--contents--extra-wide-width-with-padding) !important;
  }
  .l-breadcrumb__inner::after {
    width: calc(100% - 60px);
  }
}
@media (width >= 1400px ) {
  .l-breadcrumb__inner::after {
    width: calc(100% - 120px);
  }
}
/* .l-breadcrumb-list
================================================ */
.l-breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
}
.l-breadcrumb-list__item {
  display: inline-block;
  vertical-align: top;
  font-size: var(--mh--font-size--sm);
}
.l-breadcrumb-list__item + .l-breadcrumb-list__item {
  padding-left: 27px;
  position: relative;
}
.l-breadcrumb-list__item + .l-breadcrumb-list__item::before {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  display: inline-block;
  width: 7px;
  height: 12px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 7 12"><path d="M0.970215 12L6.97021 6L0.970215 0L0.000215054 0.97L5.02021 6L0.000215054 11.03L0.970215 12Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 7 12"><path d="M0.970215 12L6.97021 6L0.970215 0L0.000215054 0.97L5.02021 6L0.000215054 11.03L0.970215 12Z"/></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);
  margin-top: 1px;
  color: var(--mh--color--grayscale-500);
}
.l-breadcrumb-list__item a {
  color: var(--mh--color--primary-400);
}
@media (width < 768px) {
  .l-breadcrumb-list {
    flex-wrap: nowrap;
    overflow: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .l-breadcrumb-list::-webkit-scrollbar {
    display: none;
  }
}
@media (width >= 768px ) {
  .l-breadcrumb-list {
    justify-content: flex-end;
  }
  .l-breadcrumb-list__item + .l-breadcrumb-list__item {
    padding-left: 47px;
  }
  .l-breadcrumb-list__item + .l-breadcrumb-list__item::before {
    left: 20px;
  }
}
/* .l-footer
================================================ */
.c-cv01 + .l-footer {
  border-top: none;
}
.l-footer {
  position: relative;
  border-top: solid 1px var(--mh--color--grayscale-500);
}
.l-footer__area-cv {
  display: grid;
  gap: 40px;
  padding-top: 20px;
}
@media (width >= 768px ) {
  .l-footer__area-cv {
    padding-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
/* .l-footer-cv
================================================ */
.l-footer-cv {
  border-bottom: solid 1px var(--mh--color--grayscale-500);
}
.l-footer-cv__link {
  display: block;
  padding-bottom: 40px;
}
.l-footer-cv__en {
  display: block;
  font-size: var(--mh--font-size--x8l);
  margin-bottom: 40px;
}
.l-footer-cv__area-txt {
  display: grid;
  grid-template-columns: 1fr 110px;
  gap: 10px;
  align-items: center;
}
.l-footer-cv__ja {
  display: block;
  font-size: var(--mh--font-size--x4l);
  line-height: var(--mh--line-height--sm);
  font-weight: 700;
}
.l-footer-cv__txt {
  display: block;
  font-size: var(--mh--font-size--sm);
}
.l-footer-cv__ico {
  width: 110px;
  height: 110px;
  background: var(--mh--color--primary-100);
  border-radius: 50%;
  position: relative;
  transition: all var(--mh--duration) var(--mh--easing);
}
.l-footer-cv__ico::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 26px;
  height: 22px;
  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 26 22"><path d="M24.7358 0.0514147C25.0413 -0.0591344 25.3826 0.0116875 25.6196 0.234032C25.8565 0.456329 25.9487 0.792265 25.8579 1.10415L20.0249 21.1041C19.9479 21.368 19.7499 21.5804 19.4917 21.6745C19.2333 21.7685 18.9449 21.7334 18.7163 21.5807L10.7407 16.2536L11.6997 14.818L18.6967 19.4918L23.7241 2.25259L2.96529 9.76919L8.35689 12.6872C8.63547 12.8379 8.80892 13.1292 8.80904 13.4459V20.4459H7.08345V13.9606L0.451616 10.3717C0.152833 10.2098 -0.02284 9.88739 0.00239726 9.54848C0.0277817 9.20963 0.249296 8.91714 0.568803 8.80141L24.7358 0.0514147Z"/><path d="M14.9246 10.6094C15.2616 10.2724 15.8082 10.2725 16.1453 10.6094C16.4823 10.9464 16.4823 11.493 16.1453 11.8301L11.8298 16.1455C11.4928 16.4824 10.9461 16.4825 10.6091 16.1455C10.2723 15.8085 10.2723 15.2618 10.6091 14.9248L14.9246 10.6094ZM17.6316 5.76367C18.0228 5.49167 18.5605 5.58853 18.8328 5.97949C19.105 6.37076 19.0091 6.90941 18.6179 7.18164L8.69214 14.0859C8.30084 14.3582 7.7622 14.2614 7.48999 13.8701C7.21812 13.4789 7.3148 12.9411 7.70581 12.6689L17.6316 5.76367Z"/><path d="M13.0699 16.3761C13.4789 16.1319 14.0089 16.2651 14.2535 16.6739C14.4982 17.083 14.3648 17.6139 13.9557 17.8585L8.38927 21.1876C7.98017 21.4323 7.44936 21.2989 7.2047 20.8898C6.96012 20.4808 7.09381 19.951 7.50255 19.7062L13.0699 16.3761Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 26 22"><path d="M24.7358 0.0514147C25.0413 -0.0591344 25.3826 0.0116875 25.6196 0.234032C25.8565 0.456329 25.9487 0.792265 25.8579 1.10415L20.0249 21.1041C19.9479 21.368 19.7499 21.5804 19.4917 21.6745C19.2333 21.7685 18.9449 21.7334 18.7163 21.5807L10.7407 16.2536L11.6997 14.818L18.6967 19.4918L23.7241 2.25259L2.96529 9.76919L8.35689 12.6872C8.63547 12.8379 8.80892 13.1292 8.80904 13.4459V20.4459H7.08345V13.9606L0.451616 10.3717C0.152833 10.2098 -0.02284 9.88739 0.00239726 9.54848C0.0277817 9.20963 0.249296 8.91714 0.568803 8.80141L24.7358 0.0514147Z"/><path d="M14.9246 10.6094C15.2616 10.2724 15.8082 10.2725 16.1453 10.6094C16.4823 10.9464 16.4823 11.493 16.1453 11.8301L11.8298 16.1455C11.4928 16.4824 10.9461 16.4825 10.6091 16.1455C10.2723 15.8085 10.2723 15.2618 10.6091 14.9248L14.9246 10.6094ZM17.6316 5.76367C18.0228 5.49167 18.5605 5.58853 18.8328 5.97949C19.105 6.37076 19.0091 6.90941 18.6179 7.18164L8.69214 14.0859C8.30084 14.3582 7.7622 14.2614 7.48999 13.8701C7.21812 13.4789 7.3148 12.9411 7.70581 12.6689L17.6316 5.76367Z"/><path d="M13.0699 16.3761C13.4789 16.1319 14.0089 16.2651 14.2535 16.6739C14.4982 17.083 14.3648 17.6139 13.9557 17.8585L8.38927 21.1876C7.98017 21.4323 7.44936 21.2989 7.2047 20.8898C6.96012 20.4808 7.09381 19.951 7.50255 19.7062L13.0699 16.3761Z"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: all var(--mh--duration) var(--mh--easing);
  color: var(--mh--color--primary-500);
  transition: all var(--mh--duration) var(--mh--easing);
}
@media (width < 768px) {
  .l-footer-cv__txt {
    grid-column: 1/3;
  }
}
@media (width >= 768px ) {
  .l-footer-cv__link {
    padding-bottom: 110px;
  }
  .l-footer-cv__area-txt {
    grid-template-columns: 1fr 120px;
    gap: 15px 10px;
  }
  .l-footer-cv__ja {
    font-size: var(--mh--font-size--x3l);
  }
  .l-footer-cv__ico {
    grid-column: 2/3;
    grid-row: 1/3;
    width: 120px;
    height: 120px;
  }
}
@media (width >= 1400px ) {
  .l-footer-cv__area-txt {
    grid-template-columns: 1fr 160px;
  }
  .l-footer-cv__ico {
    width: 160px;
    height: 160px;
  }
}
@media (width >= 1600px) {
  .l-footer-cv__area-txt {
    gap: 15px 100px;
  }
  .l-footer-cv__ja {
    font-size: var(--mh--font-size--x4l);
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-footer-cv__link:hover .l-footer-cv__ico {
    background: var(--mh--color--primary-400);
  }
  .l-footer-cv__link:hover .l-footer-cv__ico::before {
    color: var(--mh--color--grayscale-100);
  }
}
/* .l-footer-sitemap
================================================ */
.l-footer-sitemap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 0;
}
.l-footer-sitemap__child {
  margin-top: 10px;
  display: grid;
  gap: 8px;
}
.l-footer-sitemap__child-item {
  overflow: hidden;
  width: fit-content;
}
.l-footer-sitemap__child-link {
  display: block;
  font-size: var(--mh--font-size--x3s);
  color: var(--mh--color--grayscale-800);
  --shadow-color: var(--mh--color--grayscale-800) !important;
  position: relative;
}
.l-footer-sitemap__child-link::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background: var(--mh--color--grayscale-800);
  opacity: 0;
  transition: all var(--mh--duration) var(--mh--easing);
}
@media (width < 768px) {
  .l-footer-sitemap__item.is-wide-sp {
    grid-column: 1/3;
  }
  .l-footer-sitemap__child.is-col2-sp {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (width >= 768px ) {
  .l-footer-sitemap {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding-top: 10px;
  }
  .l-footer-sitemap__head {
    font-size: var(--mh--font-size--xl);
  }
  .l-footer-sitemap__child {
    margin-top: 40px;
    gap: 20px;
  }
  .l-footer-sitemap__child-link {
    font-size: var(--mh--font-size--sm);
  }
}
@media (width >= 1400px) {
  .l-footer-sitemap {
    gap: 50px;
  }
}
@media (width >= 1600px) {
  .l-footer-sitemap {
    gap: 100px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-footer-sitemap__child-link:hover::before {
    opacity: 1;
  }
}
/* .l-footer-info
================================================ */
.l-footer-info {
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
.l-footer-info__logo {
  width: 120px;
}
@media (width >= 768px ) {
  .l-footer-info {
    margin-top: 115px;
  }
  .l-footer-info__logo {
    width: 150px;
  }
}
@media (width >= 1400px) {
  .l-footer-info {
    margin-top: 230px;
  }
}
/* .l-footer-other
================================================ */
.l-footer-other {
  margin-top: 20px;
  border-top: solid 1px var(--mh--color--grayscale-500);
  text-align: center;
  font-size: var(--mh--font-size--x2s);
}
.l-footer-other__inner {
  padding-top: 20px;
  padding-bottom: 20px;
}
.l-footer-other__list {
  display: grid;
  gap: 10px;
}
.l-footer-other__list-item {
  overflow: hidden;
}
.l-footer-other__list-link {
  position: relative;
}
.l-footer-other__list-link::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  bottom: -2px;
  left: 0;
  background: var(--mh--color--grayscale-900);
  opacity: 0;
  transition: all var(--mh--duration) var(--mh--easing);
}
.l-footer-other__cr {
  margin-top: 30px;
}
@media (width >= 768px ) {
  .l-footer-other {
    margin-top: 40px;
    text-align: left;
    font-size: var(--mh--font-size--sm);
  }
  .l-footer-other__inner {
    padding-top: 70px;
    padding-bottom: 70px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  .l-footer-other__list {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    align-items: center;
  }
  .l-footer-other__cr {
    margin-top: 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-footer-other__list-link:hover::before {
    opacity: 1;
  }
}
/* .l-footer-page-top
================================================ */
.l-footer-page-top__link {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  overflow: hidden;
  color: var(--mh--color--grayscale-100);
  background: var(--mh--color--primary-500);
  border-radius: var(--mh--radius_s);
  text-align: center;
  text-indent: 200%;
  white-space: nowrap;
  text-decoration: none;
  position: relative;
}
.l-footer-page-top__link::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  display: inline-block;
  width: 12px;
  height: 12px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M11.2 5.6L5.6 11.2L4.69053 10.2905L8.73791 6.24316H0V4.95684H8.73791L4.69053 0.909466L5.6 0L11.2 5.6Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M11.2 5.6L5.6 11.2L4.69053 10.2905L8.73791 6.24316H0V4.95684H8.73791L4.69053 0.909466L5.6 0L11.2 5.6Z"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: all var(--mh--duration) var(--mh--easing);
  transition: all var(--mh--duration) var(--mh--easing);
}
/* .l-header
================================================ */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  min-width: 320px;
}
.l-header__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  height: var(--mh--header--height);
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
.l-header__inner::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background: var(--mh--color--grayscale-500);
  z-index: 2;
}
.l-header__inner::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/common/bg_pattern01.jpg);
  background-size: 100px 100px;
  transition: all var(--mh--duration) var(--mh--easing);
}
.l-header__area-btn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (width >= 768px ) {
  .l-header {
    min-width: var(--mh--contents--width-with-padding);
  }
  .l-header.is-open .l-header__inner::after {
    opacity: 1;
  }
  .l-header.is-open .l-header-list {
    opacity: 0;
  }
  .l-header.is-open .l-header-list.is-contact {
    opacity: 1;
  }
  .l-header.is-scroll .l-header__inner::after {
    opacity: 1;
  }
}
@media (width >= 768px ) and (hover: none) {
  .l-header {
    left: 0 !important;
  }
}
@media (width >= 768px ) {
  .l-header__inner {
    width: 100%;
    padding-left: 20px;
    padding-right: 25px;
  }
  .l-header__inner::after {
    opacity: 0;
  }
  .l-header__area-logo {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
  }
  .l-header__area-btn .l-header-list {
    margin-right: 20px;
  }
}
@media (width >= 1400px ) {
  .l-header__area-logo {
    gap: 80px;
  }
  .l-header__area-btn .l-header-list {
    margin-right: 35px;
  }
}
/* .l-header-logo
================================================== */
.l-header-logo {
  width: 80px;
  position: relative;
  z-index: 2;
}
@media (width >= 768px ) {
  .l-header-logo {
    width: 90px;
  }
}
@media (width >= 1400px ) {
  .l-header-logo {
    width: 117px;
  }
}
/* .l-nav-btn
================================================== */
.l-nav-btn {
  position: relative;
  z-index: 2;
  width: 58px;
  height: 58px;
  color: var(--mh--color--grayscale-100);
  background: var(--mh--color--primary-500);
  border-radius: var(--mh--radius_s);
  border: none;
  cursor: pointer;
}
.l-nav-btn__line {
  position: absolute;
  left: 14px;
  width: 30px;
  height: 1px;
  content: "";
  border-bottom: 1px solid;
  transition: transform var(--mh--duration) var(--mh--easing);
}
.l-nav-btn__line:nth-child(1) {
  top: 22px;
}
.l-nav-btn__line:nth-child(2) {
  top: 28px;
}
.l-nav-btn__line:nth-child(3) {
  top: 34px;
}
.l-nav-btn.is-open .l-nav-btn__line:nth-child(1) {
  top: 28px;
  transform: rotate(-30deg);
}
.l-nav-btn.is-open .l-nav-btn__line:nth-child(2) {
  opacity: 0;
}
.l-nav-btn.is-open .l-nav-btn__line:nth-child(3) {
  top: 28px;
  transform: rotate(30deg);
}
.l-nav-btn__txt {
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  line-height: var(--mh--line-height--sm);
  text-align: center;
}
@media (width >= 768px ) {
  .l-nav-btn {
    width: 76px;
    height: 76px;
  }
  .l-nav-btn__line {
    left: 21px;
    width: 35px;
  }
  .l-nav-btn__line:nth-child(1) {
    top: 31px;
  }
  .l-nav-btn__line:nth-child(2) {
    top: 38px;
  }
  .l-nav-btn__line:nth-child(3) {
    top: 45px;
  }
  .l-nav-btn.is-open .l-nav-btn__line:nth-child(1) {
    top: 38px;
    transform: rotate(-30deg);
  }
  .l-nav-btn.is-open .l-nav-btn__line:nth-child(2) {
    opacity: 0;
  }
  .l-nav-btn.is-open .l-nav-btn__line:nth-child(3) {
    top: 38px;
    transform: rotate(30deg);
  }
}
/* .l-nav
================================================ */
.l-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 320px;
  height: 100dvh;
  padding: calc(var(--mh--header--height) + 50px) 30px 100px;
  overscroll-behavior-y: none;
  background: url(../img/common/bg_pattern01.jpg);
  background-size: 100px 100px;
  -webkit-overflow-scrolling: touch;
  overflow: auto;
  transform: translateX(120%);
  transition: transform var(--mh--duration) var(--mh--easing);
}
.l-nav::-webkit-scrollbar {
  display: none;
}
.l-nav.is-open {
  transform: translateX(0);
}
@media (width >= 1100px ) {
  .l-nav {
    display: grid;
    align-items: center;
    grid-template-columns: 714fr 1146fr;
    padding: calc(var(--mh--header--height) + 30px) 30px 30px;
  }
}
/* .l-nav-list
================================================== */
.l-nav-list {
  display: grid;
  gap: 25px;
}
.l-nav-list__item {
  padding-bottom: 25px;
  border-bottom: solid 1px var(--mh--color--grayscale-500);
}
.l-nav-list__item-link {
  font-size: var(--mh--font-size--xl);
  line-height: var(--mh--line-height--sm);
  font-weight: 700;
  text-align: left;
  position: relative;
  border: none;
}
.l-nav-list__item-link:is(button)::before {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translate(0, -50%);
  display: inline-block;
  width: 6px;
  height: 10px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 6 10"><path d="M0.293691 9.70826C0.684832 10.0979 1.31794 10.0972 1.70775 9.70631L5.6931 5.70631C6.08185 5.31609 6.08185 4.68442 5.6931 4.2942L1.70775 0.294199C1.31794 -0.0967163 0.684832 -0.0974331 0.293691 0.292232C-0.0972118 0.682047 -0.097928 1.31517 0.291738 1.70631L3.57201 5.00026L0.291738 8.2942C-0.097928 8.68534 -0.0972112 9.31845 0.293691 9.70826Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 6 10"><path d="M0.293691 9.70826C0.684832 10.0979 1.31794 10.0972 1.70775 9.70631L5.6931 5.70631C6.08185 5.31609 6.08185 4.68442 5.6931 4.2942L1.70775 0.294199C1.31794 -0.0967163 0.684832 -0.0974331 0.293691 0.292232C-0.0972118 0.682047 -0.097928 1.31517 0.291738 1.70631L3.57201 5.00026L0.291738 8.2942C-0.097928 8.68534 -0.0972112 9.31845 0.293691 9.70826Z"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: all var(--mh--duration) var(--mh--easing);
  color: var(--mh--color--primary-500);
  transition: transform var(--mh--duration) var(--mh--easing);
}
.l-nav-list__item-link:is(button).is-active::before {
  transform: translate(0, -50%) rotate(180deg);
}
.l-nav-list__child {
  padding-top: 25px;
  display: grid;
  gap: 10px;
}
.l-nav-list__child-wrap {
  display: none;
  transition: transform var(--mh--duration) var(--mh--easing);
}
.l-nav-list__child-item {
  overflow: hidden;
  font-size: var(--mh--font-size--sm);
  color: var(--mh--color--grayscale-800);
}
.l-nav-list__child-item-link {
  --shadow-color: var(--mh--color--grayscale-800) !important;
  position: relative;
}
.l-nav-list__child-item-link::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  bottom: -2px;
  left: 0;
  background: var(--mh--color--grayscale-800);
  opacity: 0;
  transition: all var(--mh--duration) var(--mh--easing);
}
@media (width >= 1100px ) {
  .l-nav-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 600px;
  }
  .l-nav-list__wrap {
    display: grid;
    justify-content: center;
    align-items: center;
  }
  .l-nav-list__item {
    border-bottom: none;
    padding-bottom: 0;
  }
  .l-nav-list__item-link:is(button) {
    pointer-events: none;
  }
  .l-nav-list__item-link:is(button)::before {
    display: none;
  }
  .l-nav-list__child {
    padding-top: 20px;
  }
  .l-nav-list__child-wrap {
    display: block;
  }
}
@media (width >= 1400px ) {
  .l-nav-list__item-link {
    font-size: var(--mh--font-size--x2l);
  }
  .l-nav-list__child {
    padding-top: 40px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-nav-list__child-item-link:hover::before {
    opacity: 1;
  }
}
/* .l-header-list
================================================ */
.l-header-list {
  display: none;
}
@media (width >= 768px ) {
  .l-header-list {
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    font-size: var(--mh--font-size--sm);
    transition: all var(--mh--duration) var(--mh--easing);
  }
  .l-header-list__item {
    overflow: hidden;
  }
  .l-header-list__link {
    position: relative;
  }
  .l-header-list__link::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    bottom: -2px;
    left: 0;
    background: var(--mh--color--grayscale-900);
    opacity: 0;
    transition: all var(--mh--duration) var(--mh--easing);
  }
  .l-header-list.is-contact .l-header-list__link::before {
    background: var(--mh--color--primary-500);
  }
}
@media (width >= 1400px ) {
  .l-header-list {
    gap: 35px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-header-list__link:hover::before {
    opacity: 1;
  }
  .l-header-list.is-contact .l-header-list__link:hover {
    --shadow-color: var(--mh--color--primary-500);
  }
}
/* .l-nav-img
================================================ */
.l-nav-lang {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  margin-right: 20px;
}
.l-nav-lang__item {
  overflow: hidden;
}
.l-nav-lang__item + .l-nav-lang__item {
  position: relative;
  padding-left: 0.5em;
  margin-left: 0.5em;
}
.l-nav-lang__item + .l-nav-lang__item::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 0.8em;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: var(--mh--color--grayscale-900);
}
.l-nav-lang__item.is-active {
  color: var(--mh--color--primary-500);
}
.l-nav-lang__item.is-active .l-nav-lang__link {
  color: var(--mh--color--primary-500);
}
.l-nav-lang__link {
  font-size: var(--mh--font-size--sm);
  color: var(--mh--color--grayscale-800);
}
@media (width >= 1100px ) {
  .l-nav-lang {
    margin-right: 30px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-nav-lang__link {
    transition: all var(--mh--duration) var(--mh--easing);
  }
  .l-nav-lang__link:hover {
    color: var(--mh--color--grayscale-900);
  }
}
/* .l-nav-img
================================================ */
@media (width >= 1100px ) {
  .l-nav-img {
    height: calc(100dvh - 180px);
  }
  .l-nav-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: var(--mh--radius_l);
  }
}
/* .l-nav-cv
================================================ */
.l-nav-cv {
  margin-top: 80px;
}
.l-nav-cv__link {
  display: grid;
  grid-template-columns: 1fr 110px;
  align-items: center;
  padding-bottom: var(--mh--space--lg);
  border-bottom: solid 1px var(--mh--color--grayscale-500);
}
.l-nav-cv__area-txt {
  display: grid;
  gap: 20px;
}
.l-nav-cv__en {
  display: block;
  font-size: var(--mh--font-size--xl);
}
.l-nav-cv__ja {
  display: block;
  font-size: var(--mh--font-size--x2l);
  line-height: var(--mh--line-height--sm);
  font-weight: 700;
}
.l-nav-cv__ico {
  width: 110px;
  height: 110px;
  background: var(--mh--color--primary-100);
  border-radius: 50%;
  position: relative;
  transition: all var(--mh--duration) var(--mh--easing);
}
.l-nav-cv__ico::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 26px;
  height: 22px;
  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 26 22"><path d="M24.7358 0.0514147C25.0413 -0.0591344 25.3826 0.0116875 25.6196 0.234032C25.8565 0.456329 25.9487 0.792265 25.8579 1.10415L20.0249 21.1041C19.9479 21.368 19.7499 21.5804 19.4917 21.6745C19.2333 21.7685 18.9449 21.7334 18.7163 21.5807L10.7407 16.2536L11.6997 14.818L18.6967 19.4918L23.7241 2.25259L2.96529 9.76919L8.35689 12.6872C8.63547 12.8379 8.80892 13.1292 8.80904 13.4459V20.4459H7.08345V13.9606L0.451616 10.3717C0.152833 10.2098 -0.02284 9.88739 0.00239726 9.54848C0.0277817 9.20963 0.249296 8.91714 0.568803 8.80141L24.7358 0.0514147Z"/><path d="M14.9246 10.6094C15.2616 10.2724 15.8082 10.2725 16.1453 10.6094C16.4823 10.9464 16.4823 11.493 16.1453 11.8301L11.8298 16.1455C11.4928 16.4824 10.9461 16.4825 10.6091 16.1455C10.2723 15.8085 10.2723 15.2618 10.6091 14.9248L14.9246 10.6094ZM17.6316 5.76367C18.0228 5.49167 18.5605 5.58853 18.8328 5.97949C19.105 6.37076 19.0091 6.90941 18.6179 7.18164L8.69214 14.0859C8.30084 14.3582 7.7622 14.2614 7.48999 13.8701C7.21812 13.4789 7.3148 12.9411 7.70581 12.6689L17.6316 5.76367Z"/><path d="M13.0699 16.3761C13.4789 16.1319 14.0089 16.2651 14.2535 16.6739C14.4982 17.083 14.3648 17.6139 13.9557 17.8585L8.38927 21.1876C7.98017 21.4323 7.44936 21.2989 7.2047 20.8898C6.96012 20.4808 7.09381 19.951 7.50255 19.7062L13.0699 16.3761Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 26 22"><path d="M24.7358 0.0514147C25.0413 -0.0591344 25.3826 0.0116875 25.6196 0.234032C25.8565 0.456329 25.9487 0.792265 25.8579 1.10415L20.0249 21.1041C19.9479 21.368 19.7499 21.5804 19.4917 21.6745C19.2333 21.7685 18.9449 21.7334 18.7163 21.5807L10.7407 16.2536L11.6997 14.818L18.6967 19.4918L23.7241 2.25259L2.96529 9.76919L8.35689 12.6872C8.63547 12.8379 8.80892 13.1292 8.80904 13.4459V20.4459H7.08345V13.9606L0.451616 10.3717C0.152833 10.2098 -0.02284 9.88739 0.00239726 9.54848C0.0277817 9.20963 0.249296 8.91714 0.568803 8.80141L24.7358 0.0514147Z"/><path d="M14.9246 10.6094C15.2616 10.2724 15.8082 10.2725 16.1453 10.6094C16.4823 10.9464 16.4823 11.493 16.1453 11.8301L11.8298 16.1455C11.4928 16.4824 10.9461 16.4825 10.6091 16.1455C10.2723 15.8085 10.2723 15.2618 10.6091 14.9248L14.9246 10.6094ZM17.6316 5.76367C18.0228 5.49167 18.5605 5.58853 18.8328 5.97949C19.105 6.37076 19.0091 6.90941 18.6179 7.18164L8.69214 14.0859C8.30084 14.3582 7.7622 14.2614 7.48999 13.8701C7.21812 13.4789 7.3148 12.9411 7.70581 12.6689L17.6316 5.76367Z"/><path d="M13.0699 16.3761C13.4789 16.1319 14.0089 16.2651 14.2535 16.6739C14.4982 17.083 14.3648 17.6139 13.9557 17.8585L8.38927 21.1876C7.98017 21.4323 7.44936 21.2989 7.2047 20.8898C6.96012 20.4808 7.09381 19.951 7.50255 19.7062L13.0699 16.3761Z"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: all var(--mh--duration) var(--mh--easing);
  color: var(--mh--color--primary-500);
  transition: all var(--mh--duration) var(--mh--easing);
}
@media (width >= 1100px ) {
  .l-nav-cv {
    margin-top: 60px;
  }
  .l-nav-cv__link {
    padding-bottom: var(--mh--space--sm);
  }
}
@media (width >= 1400px ) {
  .l-nav-cv {
    margin-top: 80px;
  }
  .l-nav-cv__link {
    grid-template-columns: 1fr 135px;
    padding-bottom: var(--mh--space--lg);
  }
  .l-nav-cv__ja {
    font-size: var(--mh--font-size--x4l);
  }
  .l-nav-cv__ico {
    width: 135px;
    height: 135px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-nav-cv__link:hover .l-nav-cv__ico {
    background: var(--mh--color--primary-400);
  }
  .l-nav-cv__link:hover .l-nav-cv__ico::before {
    color: var(--mh--color--grayscale-100);
  }
}
/* .l-nav-overlay
================================================ */
.l-nav-overlay {
  position: fixed;
  inset: 0;
  z-index: 10;
  display: none;
  background: rgba(0, 0, 0, 0.25);
}
/* 
================================================ */
body.is-transparent .l-header:not(.is-scroll) .l-header__inner::after {
  opacity: 0;
}
body.is-transparent .l-header:not(.is-scroll) .l-header-logo {
  background: url(../img/common/logo02.png) no-repeat center/contain;
}
body.is-transparent .l-header:not(.is-scroll) .l-header-logo img {
  opacity: 0;
}
body.is-transparent .l-header:not(.is-scroll) .l-nav-lang__item.is-active .l-nav-lang__link {
  color: var(--mh--color--grayscale-100);
}
body.is-transparent .l-header:not(.is-scroll) .l-nav-lang__item + .l-nav-lang__item::before {
  background: var(--mh--color--grayscale-100);
}
body.is-transparent .l-header:not(.is-scroll) .l-nav-btn {
  background: var(--mh--color--grayscale-100);
  color: var(--mh--color--grayscale-900);
}
body.is-transparent .l-header:not(.is-scroll).is-open .l-header-logo {
  background: none;
}
body.is-transparent .l-header:not(.is-scroll).is-open .l-header-logo img {
  opacity: 1;
}
body.is-transparent .l-header:not(.is-scroll).is-open .l-nav-lang__item.is-active .l-nav-lang__link {
  color: var(--mh--color--primary-500);
}
body.is-transparent .l-header:not(.is-scroll).is-open .l-nav-lang__item + .l-nav-lang__item::before {
  background: var(--mh--color--grayscale-900);
}
body.is-transparent .l-header:not(.is-scroll).is-open .l-nav-btn {
  color: var(--mh--color--grayscale-100);
  background: var(--mh--color--primary-500);
}
@media (width >= 768px ) {
  body.is-transparent .l-header:not(.is-scroll) .l-header-list__link {
    --shadow-color: var(--mh--color--grayscale-100);
    color: var(--mh--color--grayscale-100);
  }
  body.is-transparent .l-header:not(.is-scroll) .l-header-list__link::before {
    background: var(--mh--color--grayscale-100);
  }
  body.is-transparent .l-header:not(.is-scroll).is-open .l-header-list__link {
    --shadow-color: var(--mh--color--grayscale-800);
    color: var(--mh--color--grayscale-800);
  }
  body.is-transparent .l-header:not(.is-scroll).is-open .l-header-list__link::before {
    background: var(--mh--color--grayscale-800);
  }
}
/* .l-main-img HOME
================================================ */
.l-main-img {
  padding-top: var(--mh--header--height);
  height: 100dvh;
  position: relative;
  z-index: 2;
}
.l-main-img__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: calc(100% + 123px);
}
.l-main-img__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.l-main-img__inner {
  padding-top: 30px;
  padding-bottom: 15px;
  display: grid;
  grid-template-rows: 1fr auto;
  height: 100%;
}
.l-main-img__txt {
  color: var(--mh--color--grayscale-100);
  font-size: 1.4rem;
  line-height: 1.6;
}
.l-main-img__copy {
  color: var(--mh--color--grayscale-100);
  font-size: var(--mh--font-size--x5l);
  line-height: 1.4;
  font-size: 6.4vw;
  font-weight: 700;
  line-height: var(--mh--line-height--sm);
  margin-bottom: 20px;
}
.l-main-img__scroll {
  margin-top: 20px;
  width: fit-content;
}
.l-main-img__scroll-link {
  display: grid;
  grid-template-columns: 28px 1fr;
  align-items: center;
  gap: 13px;
}
.l-main-img__scroll-txt {
  overflow: hidden;
  --base-offset-y: 2em;
  --shadow-color: var(--mh--color--grayscale-900);
  transition: all var(--mh--duration) var(--mh--easing);
  color: var(--mh--color--grayscale-100);
  text-shadow: 0 calc(var(--hover-offset-y, 0em) * -1) 0 var(--shadow-color), 0 calc(var(--base-offset-y, 1.5em) - var(--hover-offset-y, 0em)) 0 var(--shadow-color);
}
.l-main-img__scroll-ico {
  width: 28px;
  height: 28px;
  background: var(--mh--color--grayscale-100);
  color: var(--mh--color--primary-500);
  border-radius: var(--mh--radius_s);
  position: relative;
}
.l-main-img__scroll-ico::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  display: inline-block;
  width: 12px;
  height: 12px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M11.2 5.6L5.6 11.2L4.69053 10.2905L8.73791 6.24316H0V4.95684H8.73791L4.69053 0.909466L5.6 0L11.2 5.6Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M11.2 5.6L5.6 11.2L4.69053 10.2905L8.73791 6.24316H0V4.95684H8.73791L4.69053 0.909466L5.6 0L11.2 5.6Z"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: all var(--mh--duration) var(--mh--easing);
}
@media (width >= 768px ) {
  .l-main-img__bg {
    width: 100%;
    height: auto;
  }
  .l-main-img__inner {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .l-main-img__txt {
    font-size: 1.5rem;
  }
  .l-main-img__content {
    display: grid;
    grid-template-columns: 1fr 400px;
    align-items: flex-end;
  }
  .l-main-img__copy {
    font-size: clamp(4.3rem, 5.3658536585vw + -1.6024390244rem, 8.7rem);
    line-height: 1.3;
    margin-bottom: 1.1em;
  }
}
@media (width >= 1400px ) {
  .l-main-img__inner {
    padding-top: 74px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-main-img__scroll-link:hover .l-main-img__scroll-txt {
    --hover-offset-y: 2em;
  }
}
/* .l-main-news
================================================ */
.l-main-news {
  --line: 2;
  --line-height: 1.7;
  overflow: hidden;
  width: calc(100vw - 30px);
}
.l-main-news__item-in {
  width: calc(100% - 30px);
  display: grid !important;
  grid-template-columns: 1fr 80px;
  gap: 20px;
  padding: 10px;
  background: var(--mh--color--grayscale-100);
  border-radius: var(--mh--radius_s);
  box-sizing: border-box;
  min-height: 100px;
  border: solid 1px var(--mh--color--grayscale-100);
  position: relative;
}
.l-main-news__item-areatxt {
  display: grid;
  grid-template-rows: 1fr auto;
}
.l-main-news__item-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.l-main-news__item-date {
  font-size: var(--mh--font-size--x3s);
  color: var(--mh--color--grayscale-800);
}
.l-main-news__item-cat {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.l-main-news__item-cat-item {
  padding: 0 10px;
  font-size: var(--mh--font-size--x3s);
  color: var(--mh--color--primary-500);
  border: solid 1px;
  border-radius: 9999px;
}
.l-main-news__item-head {
  font-size: var(--mh--font-size--x2s);
  display: -webkit-box;
  max-height: calc(var(--line) * var(--line-height) * 1em);
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: var(--line);
  line-height: var(--line-height);
  -webkit-box-orient: vertical;
}
.l-main-news__item-img {
  border-radius: var(--mh--radius_s);
  overflow: hidden;
}
.l-main-news__item-img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.l-main-news__slider.is-noLoop .l-main-news__slider-ui {
  display: none;
}
.l-main-news__slider-ui {
  margin-top: 10px;
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  width: 103px;
  justify-content: space-between;
  position: relative;
  color: var(--mh--color--grayscale-100);
}
.l-main-news__slider .splide__arrows {
  justify-content: space-between;
  width: 100%;
}
.l-main-news__slider .splide__arrow {
  width: 16px;
  height: 16px;
  background: none;
}
.l-main-news__slider .splide__arrow::before {
  color: var(--mh--color--grayscale-100);
  width: 16px;
  height: 16px;
}
.l-main-news__slider-pagination {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  gap: 10px;
  font-size: var(--mh--font-size--x2s);
}
.l-main-news__slider-pagination-num::before {
  content: "0";
}
@media (width >= 768px ) {
  .l-main-news {
    grid-column: 2/3;
    grid-row: 1/3;
    --line: 5;
    width: 400px;
  }
  .l-main-news__item-in {
    grid-template-columns: 1fr 140px;
    width: 400px;
  }
  .l-main-news__item-head {
    font-size: var(--mh--font-size--xs);
  }
  .l-main-news__slider-ui {
    width: 110px;
  }
  .l-main-news__slider-pagination {
    font-size: var(--mh--font-size--sm);
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-main-news__item-in {
    transition: all var(--mh--duration) var(--mh--easing);
  }
  .l-main-news__item-in:hover {
    border-color: var(--mh--color--primary-500);
  }
}
/* .l-main-img.is-animated
================================================ */
.l-main-img__bg {
  opacity: 0;
  transition: opacity var(--mh--duration04) var(--mh--easing);
  transition-delay: 0.3s;
}
.l-main-img__slide {
  display: inline-block;
  clip-path: polygon(0% 105%, 100% 105%, 100% 105%, 0% 105%);
}
.l-main-img.is-animated .l-main-img__bg {
  opacity: 1;
}
.l-main-img.is-animated .l-main-img__slide {
  transition: clip-path 1.1s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition-property: clip-path, opacity;
  clip-path: polygon(0% -5%, 100% -5%, 100% 105%, 0% 105%);
  transition-delay: 0.3s;
}
/* .l-sub-img
================================================ */
.l-sub-img {
  padding-top: var(--mh--header--height);
}
.l-sub-img__inner {
  padding-top: var(--mh--space--lg);
  padding-bottom: 40px;
}
.l-sub-img__en {
  font-size: var(--mh--font-size--x13l);
  margin-bottom: 10px;
}
.l-sub-img__head {
  font-size: var(--mh--font-size--lg);
  line-height: var(--mh--line-height--sm);
}
@media (width >= 768px ) {
  .l-sub-img__inner {
    padding-bottom: 20px;
  }
  .l-sub-img__en {
    margin-bottom: 15px;
  }
}
/* .l-sub-img.is-news
================================================ */
.l-sub-img.is-news {
  padding-top: calc(var(--mh--header--height) + var(--mh--space--lg));
}
.l-sub-img.is-news .l-breadcrumb__inner {
  padding-bottom: 0;
}
.l-sub-img.is-news .l-breadcrumb__inner::after {
  display: none;
}
/* .l-sub-img.is-results
================================================ */
.l-sub-img.is-results {
  margin-top: calc(var(--mh--header--height));
  padding-top: var(--mh--space--lg);
  background: url(../img/results/bg_mv01_sp.png) no-repeat 0 100%/cover;
}
.l-sub-img.is-results .l-breadcrumb__inner {
  padding-bottom: 0;
}
.l-sub-img.is-results .l-breadcrumb__inner::after {
  display: none;
}
.l-sub-img.is-results .l-sub-img__inner {
  padding-top: 0;
  padding-bottom: 60px;
}
.l-sub-img.is-results .l-sub-img__content {
  display: grid;
  gap: var(--mh--space--xl);
}
.l-sub-img.is-results .l-sub-img__area-img {
  padding: 15px;
  background: var(--mh--color--grayscale-100);
  aspect-ratio: 1/1;
  display: grid;
  place-items: center;
}
.l-sub-img.is-results .l-sub-img__cat {
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.l-sub-img.is-results .l-sub-img__cat-item {
  padding: 0 10px;
  font-size: var(--mh--font-size--x3s);
  color: var(--mh--color--primary-500);
  border: solid 1px;
  border-radius: 9999px;
}
.l-sub-img.is-results .l-sub-img__head {
  font-size: var(--mh--font-size--x7l);
  line-height: var(--mh--line-height--sm);
}
.l-sub-img.is-results .l-sub-img__txt {
  margin-top: 15px;
}
.l-sub-img.is-results .l-sub-img__list {
  margin-top: var(--mh--space--xl);
  border-top: solid 1px var(--mh--color--grayscale-500);
  border-bottom: solid 1px var(--mh--color--grayscale-500);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 30px;
}
.l-sub-img.is-results .l-sub-img__list-item {
  text-align: center;
  padding: var(--mh--space--sm) 0;
}
.l-sub-img.is-results .l-sub-img__list-item:nth-child(n+2) {
  position: relative;
}
.l-sub-img.is-results .l-sub-img__list-item:nth-child(n+2)::before {
  position: absolute;
  content: "";
  width: 1px;
  height: calc(100% - 30px);
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
  background: var(--mh--color--grayscale-500);
}
.l-sub-img.is-results .l-sub-img__list-head {
  font-size: var(--mh--font-size--x4l);
  line-height: var(--mh--line-height--sm);
  font-weight: 700;
}
.l-sub-img.is-results .l-sub-img__list-txt {
  margin-top: 5px;
  font-size: var(--mh--font-size--xs);
}
@media (width < 768px) {
  .l-sub-img.is-results .l-sub-img__area-img {
    width: 43.7%;
  }
  .l-sub-img.is-results .l-sub-img__list-item:nth-child(n+3) {
    border-top: solid 1px var(--mh--color--grayscale-500);
  }
  .l-sub-img.is-results .l-sub-img__list-item:nth-child(odd)::before {
    display: none;
  }
}
@media (width >= 768px ) {
  .l-sub-img.is-results {
    background-image: url(../img/results/bg_mv01_pc.png);
  }
  .l-sub-img.is-results .l-sub-img__inner {
    padding-top: 60px;
    padding-bottom: 120px;
    max-width: 1800px !important;
  }
  .l-sub-img.is-results .l-sub-img__content {
    grid-template-columns: 1fr 380px;
    align-items: flex-end;
  }
  .l-sub-img.is-results .l-sub-img__area-img {
    order: 2;
    padding: 40px;
  }
  .l-sub-img.is-results .l-sub-img__cat {
    margin-bottom: 20px;
  }
  .l-sub-img.is-results .l-sub-img__cat-item {
    font-size: var(--mh--font-size--xs);
  }
  .l-sub-img.is-results .l-sub-img__txt {
    margin-top: 20px;
  }
  .l-sub-img.is-results .l-sub-img__list {
    max-width: 860px;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  }
  .l-sub-img.is-results .l-sub-img__list-item:nth-child(n+2)::before {
    height: calc(100% - 60px);
  }
}
/* .l-sub-img.is-recruit
================================================ */
.l-sub-img.is-recruit .l-sub-img__en {
  margin-bottom: 40px;
}
.l-sub-img.is-recruit .l-sub-img__head {
  margin-bottom: 20px;
}
.l-sub-img.is-recruit .l-sub-img__img {
  border-radius: var(--mh--radius_m);
  overflow: hidden;
}
.l-sub-img.is-recruit .l-sub-img__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.l-sub-img.is-recruit .l-breadcrumb {
  padding-bottom: 40px;
}
.l-sub-img.is-recruit .l-breadcrumb__inner {
  padding: 0;
}
.l-sub-img.is-recruit .l-breadcrumb__inner::after {
  display: none;
}
.l-sub-img.is-recruit .l-breadcrumb-list {
  justify-content: flex-start;
}
@media (width >= 768px ) {
  .l-sub-img.is-recruit .l-sub-img__inner {
    padding-bottom: 90px;
  }
  .l-sub-img.is-recruit .l-sub-img__en {
    margin-bottom: 80px;
  }
  .l-sub-img.is-recruit .l-sub-img__head {
    margin-bottom: 40px;
  }
  .l-sub-img.is-recruit .l-sub-img__img {
    width: calc(100% - 610px);
    max-width: 720px;
  }
  .l-sub-img.is-recruit .l-sub-img__inner {
    display: flex;
    justify-content: space-between;
  }
  .l-sub-img.is-recruit .l-sub-img__area-txt {
    width: 550px;
  }
}
/* .l-sidebar
================================================== */
.js-c-anime-elem[data-anime=fadein-up] {
  opacity: 0;
  transform: translateY(30px);
  transition: all var(--mh--duration02) var(--mh--easing);
}
@media (width >= 768px ) {
  .js-c-anime-elem[data-anime=fadein-up] {
    transform: translateY(60px);
  }
}
.js-c-anime-elem[data-anime=fadein-up].is-animated {
  opacity: 1;
  transform: translateY(0);
}
.js-c-anime-elem[data-anime=fadein-left] {
  opacity: 0;
  transform: translateX(-30px);
  transition: transform var(--mh--duration) var(--mh--easing), opacity var(--mh--duration) var(--mh--easing);
}
.js-c-anime-elem[data-anime=fadein-left].is-animated {
  opacity: 1;
  transform: translateX(0);
}
.js-c-anime-elem[data-anime=fadein-right] {
  opacity: 0;
  transform: translateX(30px);
  transition: transform var(--mh--duration) var(--mh--easing), opacity var(--mh--duration) var(--mh--easing);
}
.js-c-anime-elem[data-anime=fadein-right].is-animated {
  opacity: 1;
  transform: translateX(0);
}
.js-c-anime-elem[data-anime-delay="0.1"] {
  transition-delay: 0.1s;
}
.js-c-anime-elem[data-anime-delay="0.2"] {
  transition-delay: 0.2s;
}
.js-c-anime-elem[data-anime-delay="0.3"] {
  transition-delay: 0.3s;
}
.js-c-anime-elem[data-anime-delay="0.4"] {
  transition-delay: 0.4s;
}
.js-c-anime-elem[data-anime-delay="0.5"] {
  transition-delay: 0.5s;
}
.js-c-anime-elem[data-anime-delay="0.6"] {
  transition-delay: 0.6s;
}
.js-c-anime-elem[data-anime-delay="0.7"] {
  transition-delay: 0.7s;
}
.js-c-anime-elem[data-anime-delay="0.8"] {
  transition-delay: 0.8s;
}
.js-c-anime-elem[data-anime-delay="0.9"] {
  transition-delay: 0.9s;
}
.js-c-anime-elem[data-anime-delay="1"] {
  transition-delay: 1s;
}
.js-c-anime-elem[data-anime-delay="1.1"] {
  transition-delay: 1.1s;
}
.js-c-anime-elem[data-anime-delay="1.2"] {
  transition-delay: 1.2s;
}
.js-c-anime-elem[data-anime-delay="1.3"] {
  transition-delay: 1.3s;
}
.js-c-anime-elem[data-anime-delay="1.4"] {
  transition-delay: 1.4s;
}
.js-c-anime-elem[data-anime-delay="1.5"] {
  transition-delay: 1.5s;
}
.js-c-anime-elem[data-anime-delay="1.6"] {
  transition-delay: 1.6s;
}
.js-c-anime-elem[data-anime-delay="1.7"] {
  transition-delay: 1.7s;
}
.js-c-anime-elem[data-anime-delay="1.8"] {
  transition-delay: 1.8s;
}
.js-c-anime-elem[data-anime-delay="1.9"] {
  transition-delay: 1.9s;
}
.js-c-anime-elem[data-anime-delay="2"] {
  transition-delay: 2s;
}
.js-c-anime-elem[data-anime=zoomup-img] {
  opacity: 0;
  transform: scale(0.8);
  transition: all var(--mh--duration02) var(--mh--easing);
}
.js-c-anime-elem[data-anime=zoomup-img].is-animated {
  opacity: 1;
  transform: scale(1);
}
.js-c-border {
  display: block;
  width: calc(100% - var(--mh--contents--padding--side) * 2);
  max-width: var(--mh--contents--extra-wide-width);
  height: 1px;
  margin: 0 auto;
  position: relative;
}
.js-c-border::before {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background: var(--mh--color--grayscale-900);
  top: 0;
  left: 0;
  transition: all var(--mh--duration04) var(--mh--easing);
}
.js-c-border.is-animated::before {
  width: 100%;
}
@media (width >= 768px ) {
  .js-c-border::before {
    transition: all var(--mh--duration06) var(--mh--easing);
  }
}
.js-c-cliptext__line {
  clip-path: polygon(0% 105%, 100% 105%, 100% 105%, 0% 105%);
  opacity: 0;
}
.js-c-cliptext.is-animated .js-c-cliptext__line {
  transition: clip-path 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition-property: clip-path, opacity;
  clip-path: polygon(0% -5%, 100% -5%, 100% 105%, 0% 105%);
  opacity: 1;
}
/**************************\
  Basic Modal Styles
\**************************/
.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
}
.modal__container {
  background-color: #fff;
  padding: 30px;
  max-width: 500px;
  max-height: 100vh;
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box;
}
.modal__btn {
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: transform 0.25s ease-out;
}
.modal__btn:focus, .modal__btn:hover {
  transform: scale(1.05);
}
/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.modal {
  display: none;
}
.modal.is-open {
  display: block;
}
.modal[aria-hidden=false] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.modal[aria-hidden=false] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.modal[aria-hidden=true] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.modal[aria-hidden=true] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.modal .modal__container,
.modal .modal__overlay {
  will-change: transform;
}
.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;
}
:lang(en) .c-cv02__btn.c-btn01.is-left-pc.is-large {
  max-width: 430px;
  width: 100%;
}
@media (width >= 768px ) {
  :lang(en) .home-results__content {
    grid-template-columns: 1.25fr 1fr;
  }
}
/* .js-splide-common-style
/* Splide 汎用スタイル
================================================ */
.splide__progress {
  height: 1px;
  background: var(--mh--color--grayscale-400);
  border-radius: var(--mh--radius_s);
}
.splide__progress__bar {
  height: 1px;
  border-radius: var(--mh--radius_s);
  background: var(--mh--color--primary-500);
}
.splide__arrows {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.splide__arrow {
  opacity: 1 !important;
  transform: translateY(0);
  background: var(--mh--color--primary-500);
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  position: relative;
  top: auto;
  width: 50px;
  height: 50px;
  border-radius: var(--mh--radius_s);
  border: none;
  transition: all var(--mh--duration) var(--mh--easing);
}
.splide__arrow svg {
  display: none;
}
.splide__arrow::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 12px;
  height: 12px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M11.2 5.6L5.6 11.2L4.69053 10.2905L8.73791 6.24316H0V4.95684H8.73791L4.69053 0.909466L5.6 0L11.2 5.6Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M11.2 5.6L5.6 11.2L4.69053 10.2905L8.73791 6.24316H0V4.95684H8.73791L4.69053 0.909466L5.6 0L11.2 5.6Z"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: all var(--mh--duration) var(--mh--easing);
  color: var(--mh--color--grayscale-100);
  margin-left: 1px;
}
.splide__arrow--prev::before {
  margin-left: -1px;
  transform: translate(-50%, -50%) scale(-1, 1);
}
@media (hover: hover) and (pointer: fine) {
  .splide__arrow:hover {
    opacity: 0.7 !important;
  }
}
#about .l-wrapper,
#about-en .l-wrapper {
  overflow: visible;
}
#about .l-breadcrumb,
#about-en .l-breadcrumb {
  padding-bottom: 0;
}
#about .l-breadcrumb__inner,
#about-en .l-breadcrumb__inner {
  padding-bottom: 10px;
}
#about .l-breadcrumb__inner::after,
#about-en .l-breadcrumb__inner::after {
  display: none;
}
@media (width >= 768px ) {
  #about .l-breadcrumb__inner,
  #about-en .l-breadcrumb__inner {
    padding-bottom: 0;
  }
}
/* .about-header__img
================================================ */
.about-header__img {
  margin-bottom: 35px;
  border-radius: var(--mh--radius_m);
  padding-bottom: 35px;
  overflow: hidden;
}
@media (width >= 768px ) {
  .about-header__img {
    padding-bottom: 110px;
  }
}
/* .about-sec
================================================ */
.about-sec__inner {
  padding-bottom: 75px;
}
.about-sec__wrap {
  display: grid;
  gap: 30px;
}
.about-sec__content {
  border-top: 1px solid;
  padding-top: 21px;
}
.about-sec__content-wrap {
  display: grid;
  gap: 40px;
}
.about-sec__head {
  margin-bottom: 40px;
  font-size: var(--mh--font-size--x4l);
  line-height: var(--mh--line-height--sm);
}
@media (width >= 768px ) {
  .about-sec__inner {
    padding-top: 30px;
    padding-bottom: 180px;
  }
  .about-sec__title {
    max-width: 1140px;
    margin-left: auto;
  }
  .about-sec__head {
    margin-bottom: 100px;
    font-size: var(--mh--font-size--x5l);
  }
  .about-sec__wrap {
    grid-template-columns: 310px 1fr;
    gap: 60px;
  }
  .about-sec__content {
    padding-top: 30px;
    width: 100%;
    max-width: 1140px;
    margin-left: auto;
  }
  .about-sec__content-wrap {
    gap: 120px;
  }
  .about-sec-anchor {
    position: sticky;
    top: 150px;
    left: 0;
    height: fit-content;
  }
}
/* .about-mission
================================================ */
.about-mission__set {
  display: grid;
  gap: 60px;
}
.about-mission__set + .about-mission__set {
  margin-top: 50px;
  padding-top: 20px;
  border-top: 1px solid var(--mh--color--grayscale-500);
}
.about-mission__set-head {
  color: var(--mh--color--primary-500);
}
.about-mission__set-copy {
  margin-bottom: var(--mh--space--sm);
}
.about-mission__value-list {
  margin-top: 30px;
  display: grid;
  gap: 24px;
}
.about-mission__value-area-txt {
  text-align: center;
  margin-top: 14px;
}
.about-mission__value-title {
  margin-bottom: 6px;
}
.about-mission__value-txt {
  font-size: var(--mh--font-size--sm);
  letter-spacing: 0;
}
@media (width >= 768px ) {
  .about-mission__set {
    grid-template-columns: 240px 1fr;
    gap: clamp(40px, 6.25vw, 120px);
  }
  .about-mission__set + .about-mission__set {
    margin-top: 130px;
    padding-top: 40px;
  }
  .about-mission__set-head {
    white-space: nowrap;
  }
  .about-mission__set-content.is-center {
    align-self: center;
  }
  .about-mission__value-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }
  .about-mission__value-title {
    margin-bottom: 10px;
  }
}
/* .about-message
================================================ */
.about-message__set {
  display: grid;
  gap: 25px;
}
.about-message__set-head {
  text-indent: -0.5em;
}
.about-message__set-sign {
  margin: 20px 0 0 auto;
  font-weight: 700;
  width: fit-content;
}
@media (width >= 768px ) {
  .about-message__set {
    grid-template-columns: 474px 1fr;
    gap: 60px;
  }
  .about-message__set-sign {
    margin-top: 40px;
  }
}
/* .about-company
================================================ */
.about-company__table-list {
  margin: 0;
}
/* .about-history
================================================ */
.about-history__set {
  display: grid;
  grid-template-columns: 100px 1fr;
}
.about-history__set:last-child .about-history__list::before {
  height: calc(100% - 40px);
}
.about-history__year {
  color: var(--mh--color--primary-500);
}
.about-history__list {
  position: relative;
}
.about-history__list::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 3px;
  width: 1px;
  height: 100%;
  border-left: 1px dashed var(--mh--color--grayscale-500);
}
.about-history__item {
  padding-left: 27px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  font-size: var(--mh--font-size--lg);
  line-height: var(--mh--line-height--sm);
  font-weight: 700;
  padding-bottom: 20px;
  position: relative;
}
.about-history__item::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 3px;
  width: 15px;
  height: 1px;
  background-color: var(--mh--color--grayscale-400);
}
.about-history__item::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 7px;
  height: 7px;
  background: var(--mh--color--primary-500);
  z-index: 1;
}
@media (width >= 768px ) {
  .about-history__list {
    padding-bottom: 50px;
  }
  .about-history__item {
    padding: 0 0 50px 77px;
    gap: 20px;
  }
  .about-history__item::before {
    width: 57px;
  }
  .about-history__set {
    grid-template-columns: 170px 1fr;
    gap: 60px;
  }
  .about-history__set:last-child .about-history__list {
    padding-bottom: 0;
  }
  .about-history__set:last-child .about-history__item:last-child {
    padding-bottom: 0;
  }
  .about-history__set:last-child:last-child .about-history__list::before {
    height: calc(100% - 20px);
  }
}
/* .about-member
================================================ */
.about-member__list {
  display: grid;
  gap: 30px;
}
.about-member__list + .about-member__list {
  margin-top: var(--mh--space--xl);
}
.about-member__item {
  position: relative;
}
.about-member__item[data-micromodal-trigger]::after {
  content: "";
  position: absolute;
  bottom: 2px;
  right: 0;
  width: 35px;
  height: 35px;
  background: url(../img/about/ico_plus01.svg) no-repeat center center/contain;
}
.about-member__item:not(:has(.about-member__item-img)) {
  padding-top: 20px;
  border-top: solid 1px var(--mh--color--grayscale-500);
}
.about-member__item-img {
  border-radius: var(--mh--radius_s);
  overflow: hidden;
  margin-bottom: 15px;
  outline: 1px solid transparent;
  transition: outline var(--mh--duration) var(--mh--easing);
}
.about-member__item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-member__item-info {
  font-size: var(--mh--font-size--x2s);
  color: var(--mh--color--grayscale-800);
}
.about-member__item-name {
  font-weight: 400;
  font-size: var(--mh--font-size--x4l);
  line-height: var(--mh--line-height--sm);
}
@media (width >= 768px ) {
  .about-member__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 60px 30px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .about-member__item[data-micromodal-trigger]:hover .about-member__item-img {
    outline: 1px solid var(--mh--color--primary-500);
  }
}
/* .about-access
================================================ */
.about-access__list {
  display: grid;
  gap: 10px;
}
.about-access__item {
  background-color: #fff;
  padding: 15px;
  border-radius: var(--mh--radius_s);
  overflow: hidden;
}
.about-access__item-head {
  padding-bottom: 15px;
  border-bottom: 1px solid var(--mh--color--grayscale-300);
}
.about-access__item-map-link {
  display: inline-block;
  margin-top: 10px;
  padding-bottom: 4px;
  color: var(--mh--color--primary-500);
  font-size: var(--mh--font-size--sm);
  border-bottom: 1px solid var(--mh--color--primary-500);
}
.about-access__item-data {
  padding: 15px 0;
  border-bottom: 1px solid var(--mh--color--grayscale-300);
}
.about-access__item-data dt {
  color: var(--mh--color--grayscale-800);
  font-size: var(--mh--font-size--xs);
  font-weight: 700;
}
.about-access__item-map {
  position: relative;
  padding-bottom: 45%;
  max-height: 200px;
  margin-top: 15px;
  border-radius: var(--mh--radius_s);
  overflow: hidden;
}
.about-access__item-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (width >= 768px ) {
  .about-access__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .about-access__item {
    padding: 25px 30px;
  }
  .about-access__item-map {
    margin-top: 20px;
  }
}
#business .l-breadcrumb__inner {
  padding-bottom: 0;
}
#business .l-breadcrumb__inner::after {
  display: none;
}
/*  .business-intro
================================================== */
.business-intro__inner {
  padding-bottom: 75px;
}
.business-intro__img {
  border-radius: var(--mh--radius_m);
  overflow: hidden;
}
.business-intro__head {
  margin-top: 35px;
}
@media (width >= 768px ) {
  .business-intro__inner {
    padding-bottom: 180px;
  }
  .business-intro__head {
    margin-top: 110px;
  }
}
/*  .business-aiprotein
================================================== */
.business-aiprotein {
  border-radius: var(--mh--radius_l) var(--mh--radius_l) 0 0;
  overflow: hidden;
  color: var(--mh--color--grayscale-100);
  background: url(../img/home/bg_business01_sp.jpg) no-repeat 0 100%/cover;
}
.business-aiprotein__inner {
  padding-top: 20px;
  padding-bottom: 25px;
}
.business-aiprotein__copy {
  font-size: var(--mh--font-size--x7l);
  line-height: var(--mh--line-height--sm);
  margin-bottom: var(--mh--space--sm);
}
.business-aiprotein-content {
  position: relative;
  z-index: 2;
}
.business-aiprotein-content__head {
  display: grid;
  place-items: center;
  width: 170px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.business-aiprotein-list {
  display: grid;
  gap: 30px;
  position: relative;
}
.business-aiprotein-list::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 30px);
  height: calc(100% - 170px);
  border-radius: 50%;
  opacity: 0.2;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 34px 0 #FFF inset;
}
.business-aiprotein-list__link {
  display: grid;
  place-items: center;
  padding: 48px;
  width: 100%;
  aspect-ratio: 1/1;
  position: relative;
  z-index: 2;
  text-align: center;
}
.business-aiprotein-list__link::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  background: rgba(109, 43, 144, 0.7);
  filter: blur(62.5px);
  z-index: -1;
  border-radius: 50%;
}
.business-aiprotein-list__circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
}
.business-aiprotein-list__circle-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.business-aiprotein-list__circle-img.is-01 {
  padding: 0 48px;
}
.business-aiprotein-list__circle-img.is-02 {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.8);
  transition: all var(--mh--duration) var(--mh--easing);
}
.business-aiprotein-list__circle-img img {
  width: 100%;
}
.business-aiprotein-list__ico {
  width: 40px;
  margin: 0 auto 8px;
}
.business-aiprotein-list__head {
  font-size: var(--mh--font-size--x3l);
  font-weight: 700;
  margin-bottom: 5px;
}
.business-aiprotein-list__txt {
  font-size: var(--mh--font-size--sm);
}
.business-aiprotein-list__arrow {
  display: block;
  margin: 30px auto 0;
  width: 16px;
  height: 16px;
  position: relative;
}
.business-aiprotein-list__arrow::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 12px;
  height: 12px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M11.2 5.6L5.6 11.2L4.69053 10.2905L8.73791 6.24316H0V4.95684H8.73791L4.69053 0.909466L5.6 0L11.2 5.6Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M11.2 5.6L5.6 11.2L4.69053 10.2905L8.73791 6.24316H0V4.95684H8.73791L4.69053 0.909466L5.6 0L11.2 5.6Z"/></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);
  width: 16px;
  height: 16px;
}
@media (width < 768px) {
  .business-aiprotein-content {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (width >= 768px ) {
  .business-aiprotein {
    background: url(../img/home/bg_business01_pc.jpg) no-repeat 0 100%/cover;
  }
  .business-aiprotein__inner {
    padding-top: 30px;
    padding-bottom: 150px;
  }
  .business-aiprotein__copy {
    font-size: var(--mh--font-size--x4l);
  }
  .business-aiprotein-content {
    max-width: 1700px;
    margin: 0 auto;
  }
  .business-aiprotein-content__head {
    width: 20%;
  }
  .business-aiprotein-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 131px;
  }
  .business-aiprotein-list::before {
    width: calc(100% - 100px);
    height: 63%;
  }
  .business-aiprotein-list__circle-img {
    width: 90%;
  }
  .business-aiprotein-list__circle-img.is-01 {
    width: 60%;
    padding: 0;
  }
  .business-aiprotein-list__ico {
    width: 50px;
    margin-bottom: 10px;
  }
  .business-aiprotein__area-txt {
    display: grid;
    grid-template-columns: 1fr 310px;
    gap: 30px;
  }
  .business-aiprotein__btn {
    margin-top: 0;
  }
}
@media (width >= 1400px ) {
  .business-aiprotein__copy {
    font-size: var(--mh--font-size--x7l);
  }
  .business-aiprotein-list {
    gap: 213px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .business-aiprotein-list__link:hover .business-aiprotein-list__circle-img.is-02 {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}
/*  .business-sec
================================================== */
@media (width < 768px) {
  .business-sec__area-content {
    margin-top: 40px;
  }
  .business-sec__btn-list {
    margin-top: 40px;
  }
}
@media (width >= 768px ) {
  .business-sec .business-sec__head {
    border-top: none;
    padding-top: 0;
  }
  .business-sec__btn-list {
    margin-top: 30px;
  }
}
@media (width >= 768px ) {
  #partnership .business-sec__inner,
  #case .business-sec__inner {
    position: relative;
  }
  #partnership .business-sec__inner::before,
  #case .business-sec__inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - var(--mh--contents--padding--side) * 2);
    height: 1px;
    background-color: var(--mh--color--grayscale-900);
  }
}
/* .contact-form
================================================ */
.contact-form__inner {
  padding-bottom: 75px;
}
.contact-form__head {
  margin-bottom: 40px;
}
.contact-form__lead {
  margin-bottom: 40px;
}
@media (width >= 768px ) {
  .contact-form__inner {
    padding-top: 50px;
    padding-bottom: 130px;
  }
  .contact-form__lead {
    margin-bottom: 80px;
  }
  .contact-form__form {
    max-width: 1140px;
  }
}
/* .culture-environment
================================================ */
.culture-environment__inner {
  padding-bottom: 85px;
}
@media (width >= 768px ) {
  .culture-environment__inner {
    padding-top: 50px;
    padding-bottom: 180px;
  }
}
/* .culture-slider
================================================ */
.culture-slider__slider + .culture-slider__slider {
  margin-top: 10px;
}
.culture-slider .splide__slide {
  margin: 0 5px;
  overflow: hidden;
  border-radius: var(--mh--radius_m);
}
.culture-slider .splide__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (width >= 768px ) {
  .culture-slider__slider + .culture-slider__slider {
    margin-top: 30px;
  }
  .culture-slider .splide__slide {
    margin: 0 15px;
  }
}
/* .culture-atmosphere
================================================ */
.culture-atmosphere__inner {
  padding-bottom: 75px;
}
.culture-atmosphere__list {
  display: grid;
  gap: 20px;
}
.culture-atmosphere__item {
  background-color: #fff;
  padding: 20px 20px 40px;
  border-radius: var(--mh--radius_m);
}
.culture-atmosphere__item-ico {
  width: 100px;
  margin-bottom: 20px;
}
.culture-atmosphere__item-head {
  font-size: var(--mh--font-size--x2l);
  line-height: var(--mh--line-height--sm);
  margin-bottom: 20px;
}
@media (width >= 768px ) {
  .culture-atmosphere__inner {
    padding-bottom: 180px;
  }
  .culture-atmosphere__list {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
  }
  .culture-atmosphere__item {
    padding: 40px 40px 80px;
  }
  .culture-atmosphere__item-ico {
    width: 120px;
    margin-bottom: 40px;
  }
}
/* .culture-office
================================================ */
.culture-office {
  margin-top: 85px;
  margin-bottom: 25px;
  background-color: var(--mh--color--grayscale-900);
  color: var(--mh--color--grayscale-100);
  border-radius: var(--mh--radius_m) var(--mh--radius_m) 0 0;
  overflow: hidden;
}
.culture-office__inner {
  padding-top: 15px;
  padding-bottom: 70px;
}
.culture-office__item {
  margin-bottom: 80px;
}
.culture-office__img-list {
  display: grid;
  gap: 10px;
}
.culture-office__img {
  border-radius: var(--mh--radius_m);
  overflow: hidden;
}
.culture-office__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (width >= 768px ) {
  .culture-office {
    margin-top: 180px;
    margin-bottom: 30px;
  }
  .culture-office__inner {
    padding-top: 50px;
    padding-bottom: 140px;
  }
  .culture-office__item {
    margin-bottom: 160px;
  }
  .culture-office__img-list {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 20px 30px;
  }
  .culture-office__img:nth-child(1) {
    grid-column: 1/3;
    grid-row: 1/3;
  }
}
/* .ec-commerce-law-content
================================================ */
.ec-commerce-law-content__inner {
  padding-top: 15px;
  padding-bottom: 75px;
}
@media (width >= 768px ) {
  .ec-commerce-law-content__inner {
    padding-top: 50px;
    padding-bottom: 180px;
  }
}
/* .error-page404
================================================ */
.error-page404__inner {
  padding-top: 40px;
  padding-bottom: 80px;
}
.error-page404__txt {
  margin-top: 10px;
}
@media (width >= 768px ) {
  .error-page404__inner {
    padding-top: 60px;
    padding-bottom: 120px;
  }
  .error-page404__txt {
    margin-top: 20px;
  }
}
#faq .l-wrapper {
  overflow: visible;
}
/* .faq-sec
================================================ */
.faq-sec__inner {
  padding-top: 15px;
  padding-bottom: 75px;
}
.faq-sec__content-wrap {
  display: grid;
  gap: 60px;
}
.faq-sec-child + .faq-sec-child {
  margin-top: 30px;
}
@media (width >= 768px ) {
  .faq-sec__inner {
    padding-top: 50px;
    padding-bottom: 180px;
  }
  .faq-sec__wrap {
    display: grid;
    grid-template-columns: 310px 1fr;
    gap: 60px;
  }
  .faq-sec__content {
    width: 100%;
    max-width: 1140px;
    margin-left: auto;
  }
  .faq-sec__content-wrap {
    gap: 120px;
  }
  .faq-sec-anchor {
    position: sticky;
    top: 150px;
    left: 0;
    height: fit-content;
  }
}
#home .l-contents, #home-en .l-contents {
  position: relative;
  z-index: 2;
}
/*  .home-about
================================================== */
.home-about .js-c-border::before {
  background: var(--mh--color--grayscale-100);
}
.home-about__inner {
  padding-bottom: 76px;
}
.home-about__content {
  display: grid;
  gap: 90px;
}
.home-about__head {
  color: var(--mh--color--grayscale-100);
  margin-bottom: 0;
}
.home-about__copy {
  font-size: var(--mh--font-size--x5l);
  line-height: var(--mh--line-height--sm);
  margin-bottom: var(--mh--space--sm);
}
@media (width >= 768px ) {
  .home-about .js-c-border::before {
    background: var(--mh--color--grayscale-900);
  }
  .home-about__inner {
    padding-top: 30px;
    padding-bottom: 150px;
  }
  .home-about__content {
    grid-template-columns: 1fr 520px;
  }
  .home-about__head {
    color: var(--mh--color--grayscale-900);
    padding-top: 0;
  }
}
@media (width >= 1400px ) {
  .home-about__content {
    grid-template-columns: 1fr 720px;
  }
}
@media (width >= 1600px ) {
  .home-about .js-c-border::before {
    background: var(--mh--color--grayscale-100);
  }
  .home-about__head {
    color: var(--mh--color--grayscale-100);
  }
}
/*  .home-technology
================================================== */
.home-technology__inner {
  padding-bottom: 76px;
}
.home-technology__copy {
  font-size: var(--mh--font-size--x7l);
  line-height: var(--mh--line-height--sm);
  margin-bottom: var(--mh--space--sm);
}
.home-technology__content {
  display: grid;
  gap: 30px;
}
.home-technology__area-img {
  border-radius: var(--mh--radius_l);
  overflow: hidden;
}
.home-technology-item {
  display: grid;
  grid-template-columns: 36px 1fr;
}
.home-technology-item__num {
  color: var(--mh--color--grayscale-800);
}
.home-technology-item__logo {
  width: 203px;
  margin-bottom: var(--mh--space--md);
}
.home-technology-item__head {
  margin-bottom: var(--mh--space--md);
}
@media (width >= 768px ) {
  .home-technology__inner {
    padding-bottom: 60px;
  }
  .home-technology__copy {
    font-size: var(--mh--font-size--x4l);
  }
  .home-technology__content {
    grid-template-columns: 1fr 550px;
    gap: 60px;
  }
  .home-technology-item {
    grid-template-columns: 51px 1fr;
  }
  .home-technology-item__logo {
    width: 379px;
  }
}
@media (width >= 1400px ) {
  .home-technology__content {
    grid-template-columns: 1fr 750px;
    gap: 120px;
  }
  .home-technology__copy {
    font-size: var(--mh--font-size--x7l);
  }
}
/*  .home-results
================================================== */
.home-results {
  overflow: hidden;
}
.home-results__inner {
  padding-bottom: 76px;
}
.home-results__content {
  display: grid;
  gap: 15px;
}
.home-results__copy {
  font-size: var(--mh--font-size--x7l);
  line-height: var(--mh--line-height--sm);
}
.home-results__copy .is-line {
  display: inline-block;
  width: 40px;
  height: 1px;
  border-bottom: solid 1px;
  vertical-align: middle;
  margin-left: 10px;
}
@media (width >= 768px ) {
  .home-results__inner {
    padding-bottom: 150px;
  }
  .home-results__content {
    grid-template-columns: auto 1fr;
    gap: 100px;
  }
  .home-results__copy {
    font-size: var(--mh--font-size--x4l);
  }
  .home-results__copy .is-line {
    width: 70px;
  }
  .home-results__txt {
    max-width: 550px;
    margin-left: auto;
    padding-bottom: 100px;
  }
}
@media (width >= 1400px ) {
  .home-results__copy {
    font-size: var(--mh--font-size--x7l);
  }
  .home-results__copy .is-line {
    width: 90px;
  }
  .home-results__txt {
    max-width: 720px;
  }
  .home-results__btn {
    margin-top: 80px;
  }
}
/*  .home-results-archive
================================================== */
@media (width < 768px) {
  .home-results-archive__slider.is-noLoop {
    margin-top: 25px;
  }
}
.home-results-archive__slider.is-noLoop .home-results-archive__slider-ui {
  display: none;
}
.home-results-archive__slider-wrap {
  margin-right: -15px;
}
.home-results-archive__slider-wrap:has(.home-results-archive__slider.is-noLoop) {
  margin-inline: auto !important;
  padding-inline: 0 !important;
}
.home-results-archive__slider-ui {
  margin-top: 25px;
  margin-bottom: 25px;
  width: calc(100% - 15px);
  display: grid;
  grid-template-columns: 1fr 108px;
  gap: 30px;
  align-items: flex-end;
}
.home-results-archive__link {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  padding: 20px;
  min-height: 260px;
  background: var(--mh--color--grayscale-100);
  border-radius: var(--mh--radius_s);
  border: solid 1px var(--mh--color--grayscale-100);
}
.home-results-archive__link.is-nolink {
  pointer-events: none;
}
.home-results-archive__img {
  max-width: 232px;
}
.home-results-archive__img img {
  width: auto;
  height: 90px;
  object-fit: contain;
}
.home-results-archive__area-txt {
  width: 100%;
}
.home-results-archive__cat {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.home-results-archive__cat-item {
  padding: 0 10px;
  font-size: var(--mh--font-size--x3s);
  color: var(--mh--color--primary-500);
  border: solid 1px;
  border-radius: 9999px;
}
@media (width >= 768px ) {
  .home-results-archive__slider {
    position: relative;
    padding-top: 150px;
  }
  .home-results-archive__slider-wrap {
    margin-top: -70px;
  }
  .home-results-archive__slider-ui {
    width: 550px;
    position: absolute;
    top: 0;
    right: var(--mh--contents--padding--side);
    gap: 50px;
    padding-right: 10px;
  }
  .home-results-archive__link {
    padding: 50px;
    min-height: 340px;
  }
  .home-results-archive__img {
    max-width: 270px;
  }
}
@media (width >= 1100px ) {
  .home-results-archive__slider-wrap {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding-left: calc(50vw - 50%);
  }
}
@media (width >= 1400px ) {
  .home-results-archive__slider-ui {
    width: calc(100% - 1060px);
    max-width: 720px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .home-results-archive__link {
    transition: all var(--mh--duration) var(--mh--easing);
  }
  .home-results-archive__link:hover {
    border-color: var(--mh--color--primary-500);
  }
}
/*  .home-business
================================================== */
.home-business {
  border-radius: var(--mh--radius_l) var(--mh--radius_l) 0 0;
  overflow: hidden;
  color: var(--mh--color--grayscale-100);
  background: url(../img/home/bg_business01_sp.jpg) no-repeat 0 100%/cover;
}
.home-business__inner {
  padding-bottom: 76px;
}
.home-business__copy {
  font-size: var(--mh--font-size--x7l);
  line-height: var(--mh--line-height--sm);
  margin-bottom: var(--mh--space--sm);
}
.home-business-content {
  position: relative;
  z-index: 2;
}
.home-business-content__head {
  display: grid;
  place-items: center;
  width: 170px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.home-business-list {
  display: grid;
  gap: 30px;
  position: relative;
}
.home-business-list::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 30px);
  height: calc(100% - 170px);
  border-radius: 50%;
  opacity: 0.2;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 34px 0 #fff inset;
}
.home-business-list__link {
  display: grid;
  place-items: center;
  padding: 48px;
  width: 100%;
  aspect-ratio: 1/1;
  position: relative;
  z-index: 2;
  text-align: center;
}
.home-business-list__link::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  background: rgba(109, 43, 144, 0.7);
  filter: blur(62.5px);
  z-index: -1;
  border-radius: 50%;
}
.home-business-list__circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
}
.home-business-list__circle-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.home-business-list__circle-img.is-01 {
  padding: 0 48px;
}
.home-business-list__circle-img.is-02 {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.8);
  transition: all var(--mh--duration) var(--mh--easing);
}
.home-business-list__circle-img img {
  width: 100%;
}
.home-business-list__ico {
  width: 40px;
  margin: 0 auto 8px;
}
.home-business-list__head {
  font-size: var(--mh--font-size--x3l);
  font-weight: 700;
  margin-bottom: 5px;
}
.home-business-list__txt {
  font-size: var(--mh--font-size--sm);
}
.home-business-list__arrow {
  display: block;
  margin: 30px auto 0;
  width: 16px;
  height: 16px;
  position: relative;
}
.home-business-list__arrow::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 12px;
  height: 12px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M11.2 5.6L5.6 11.2L4.69053 10.2905L8.73791 6.24316H0V4.95684H8.73791L4.69053 0.909466L5.6 0L11.2 5.6Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M11.2 5.6L5.6 11.2L4.69053 10.2905L8.73791 6.24316H0V4.95684H8.73791L4.69053 0.909466L5.6 0L11.2 5.6Z"/></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);
  width: 16px;
  height: 16px;
}
@media (width < 768px) {
  .home-business-content {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (width >= 768px ) {
  .home-business {
    background: url(../img/home/bg_business01_pc.jpg) no-repeat 0 100%/cover;
  }
  .home-business__copy {
    font-size: var(--mh--font-size--x4l);
  }
  .home-business-content {
    max-width: 1700px;
    margin: 0 auto;
  }
  .home-business-content__head {
    width: 20%;
  }
  .home-business-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 131px;
  }
  .home-business-list::before {
    width: calc(100% - 100px);
    height: 63%;
  }
  .home-business-list__circle-img {
    width: 90%;
  }
  .home-business-list__circle-img.is-01 {
    width: 60%;
    padding: 0;
  }
  .home-business-list__ico {
    width: 50px;
    margin-bottom: 10px;
  }
}
@media (width >= 1400px ) {
  .home-business__copy {
    font-size: var(--mh--font-size--x7l);
  }
  .home-business-list {
    gap: 213px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .home-business-list__link:hover .home-business-list__circle-img.is-02 {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}
/*  .home-investors
================================================== */
.home-investors__inner {
  padding-bottom: 76px;
}
.home-investors__content {
  display: grid;
  gap: 40px;
}
.home-investors__copy {
  font-size: var(--mh--font-size--x7l);
  line-height: var(--mh--line-height--sm);
  margin-bottom: var(--mh--space--sm);
}
.home-investors__img {
  border-radius: var(--mh--radius_l);
  overflow: hidden;
}
.home-investors__img img {
  width: 100%;
}
@media (width >= 768px ) {
  .home-investors__inner {
    padding-bottom: 150px;
  }
  .home-investors__content {
    grid-template-columns: 1fr 610px;
  }
  .home-investors__copy {
    font-size: var(--mh--font-size--x4l);
  }
}
@media (width >= 1400px ) {
  .home-investors__content {
    grid-template-columns: 1fr 720px;
  }
  .home-investors__copy {
    font-size: var(--mh--font-size--x7l);
  }
}
/*  .home-news
================================================== */
.home-news__inner {
  padding-bottom: 75px;
  position: relative;
}
.home-news__list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.home-news__list-item {
  padding: 20px;
  border: solid 1px var(--mh--color--grayscale-900);
  border-radius: var(--mh--radius_s);
  font-size: var(--mh--font-size--lg);
  font-weight: 700;
  line-height: var(--mh--line-height--sm);
}
.home-news__list-item.is-active {
  color: var(--mh--color--grayscale-100);
  background: var(--mh--color--grayscale-900);
}
.home-news__list-item.is-active .home-news__list-txt {
  --shadow-color: var(--mh--color--grayscale-100);
}
.home-news__list-txt {
  display: block;
  overflow: hidden;
  --base-offset-y: 2em;
  --shadow-color: var(--mh--color--grayscale-900);
  transition: all var(--mh--duration) var(--mh--easing);
  color: transparent;
  text-shadow: 0 calc(var(--hover-offset-y, 0em) * -1) 0 var(--shadow-color), 0 calc(var(--base-offset-y, 1.5em) - var(--hover-offset-y, 0em)) 0 var(--shadow-color);
}
.home-news__archive-list {
  margin-top: 25px;
}
@media (width < 768px) {
  .home-news {
    overflow: hidden;
  }
  .home-news__list {
    width: 565px;
  }
  .home-news__list-wrap {
    overflow-x: scroll;
    margin-right: -20px;
  }
}
@media (width >= 768px ) {
  .home-news__inner {
    padding-bottom: 150px;
  }
  .home-news__head {
    padding-top: 50px;
  }
  .home-news__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
  }
  .home-news__list-wrap {
    position: absolute;
    top: 55px;
    right: var(--mh--contents--padding--side);
  }
  .home-news__list-item {
    text-align: center;
    font-size: var(--mh--font-size--md);
  }
  .home-news__archive-list {
    margin-top: 120px;
  }
}
@media (width >= 1400px ) {
  .home-news__list-item {
    min-width: 210px;
    font-size: var(--mh--font-size--lg);
  }
  .home-news__btn {
    margin-top: 80px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .home-news__list-item {
    transition: all var(--mh--duration) var(--mh--easing);
  }
  .home-news__list-item:hover .home-news__list-txt {
    --hover-offset-y: 2em;
  }
}
/* .news-pickup
================================================ */
.news-pickup__inner {
  padding-top: 15px;
  padding-bottom: 60px;
}
.news-pickup__slider.is-noLoop .news-pickup__slider-ui {
  display: none;
}
.news-pickup__slider-wrap {
  margin-right: -15px;
  margin-left: -15px;
}
.news-pickup__slider-wrap:has(.news-pickup__slider.is-noLoop) {
  margin-inline: auto !important;
}
.news-pickup__slider-ui {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding-right: 15px;
  gap: 23px;
  margin-bottom: 25px;
}
.news-pickup__slider-pagination-num {
  color: var(--mh--color--grayscale-800);
  font-size: var(--mh--font-size--xl);
}
.news-pickup__slider-pagination-num + .news-pickup__slider-pagination-num {
  padding-left: 20px;
  position: relative;
}
.news-pickup__slider-pagination-num + .news-pickup__slider-pagination-num::before {
  position: absolute;
  content: "/";
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  margin-top: 1px;
}
@media (width >= 768px ) {
  .news-pickup__inner {
    padding-top: 50px;
    padding-bottom: 130px;
  }
  .news-pickup__archive {
    position: relative;
  }
  .news-pickup__slider-ui {
    position: absolute;
    top: -130px;
    right: 0;
    gap: 44px;
  }
}
@media (width >= 1100px ) {
  .news-pickup__slider-wrap {
    width: 100vw;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }
  .news-pickup__slider-ui {
    right: 50px;
  }
}
/* .news-archive
================================================ */
.news-archive__inner {
  padding-top: 15px;
  padding-bottom: 75px;
}
.news-archive-search + .news-archive-search {
  margin-top: 40px;
}
.news-archive-search__wrap {
  padding-top: 15px;
  padding-bottom: var(--mh--space--x3l);
  position: relative;
}
.news-archive-search__wrap::after {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 30px);
  width: 100%;
  max-width: 1800px;
  height: 1px;
  background: var(--mh--color--grayscale-900);
}
.news-archive-search__select {
  max-width: 500px;
}
.news-archive-search__select select {
  border: 1px solid var(--mh--color--grayscale-500);
  background: var(--mh--color--grayscale-100);
  border-radius: var(--mh--radius_s);
  height: 67px;
  padding: 15px 20px;
  font-size: var(--mh--font-size--lg);
  background: #fff no-repeat right 15px top 50%/30px;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2230%22%20fill%3D%22none%22%20viewBox%3D%220%200%2030%2030%22%3E%0A%3Cpath%20stroke%3D%22%23611987%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m9%2012%206%205.977L21%2012%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
@media (width >= 768px ) {
  .news-archive__inner {
    padding-top: 50px;
    padding-bottom: 180px;
  }
  .news-archive-search + .news-archive-search {
    margin-top: 0;
  }
  .news-archive-search__wrap {
    padding-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
  }
  .news-archive-search__select {
    width: 500px;
  }
}
/* .news-single
================================================ */
.news-single__inner {
  padding-top: 15px;
  padding-bottom: 75px;
}
@media (width >= 768px ) {
  .news-single__inner {
    padding-top: 50px;
    padding-bottom: 180px;
    max-width: 1020px !important;
  }
}
/* .news-other
================================================ */
.news-other__inner {
  padding-top: 15px;
  padding-bottom: 75px;
}
.news-other__btn {
  margin-top: var(--mh--space--x3l);
}
@media (width >= 768px ) {
  .news-other__inner {
    padding-top: 50px;
    padding-bottom: 180px;
  }
}
/* .partner-intro
================================================ */
.partner-intro__sec {
  margin-top: 60px;
}
.partner-intro__sec + .partner-intro__sec {
  margin-top: 75px;
}
.partner-intro__market {
  display: grid;
  gap: 10px;
}
.partner-intro__set {
  background-color: #fff;
  padding: 15px;
  border-radius: var(--mh--radius_s);
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.partner-intro__set-ico {
  width: 70px;
}
.partner-intro__set-head {
  margin-top: 60px;
  margin-bottom: 15px;
  font-size: var(--mh--font-size--x2l);
}
.partner-intro__set-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.partner-intro__features {
  display: grid;
  gap: 15px;
}
.partner-intro__features-item-link {
  background-color: var(--mh--color--primary-100);
  padding: 15px;
  border-radius: var(--mh--radius_s);
  display: block;
  position: relative;
  outline: solid 1px transparent;
  transition: all var(--mh--duration) var(--mh--easing);
}
.partner-intro__features-item-num {
  color: var(--mh--color--primary-500);
  position: absolute;
  right: 15px;
  top: 15px;
}
.partner-intro__features-item-img {
  width: 150px;
  height: 150px;
  border-radius: var(--mh--radius_s);
}
.partner-intro__features-item-head {
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: var(--mh--font-size--x2l);
  line-height: var(--mh--line-height--sm);
}
.partner-intro__features-item-btn {
  font-size: var(--mh--font-size--sm);
  font-weight: 700;
  text-align: right;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid var(--mh--color--grayscale-500);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
}
.partner-intro__features-item-ico {
  display: inline-block;
  color: var(--mh--color--grayscale-100);
  background: var(--mh--color--primary-500);
  width: 35px;
  height: 35px;
  border-radius: var(--mh--radius_s);
  position: relative;
}
.partner-intro__features-item-ico::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 12px;
  height: 12px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M11.2 5.6L5.6 11.2L4.69053 10.2905L8.73791 6.24316H0V4.95684H8.73791L4.69053 0.909466L5.6 0L11.2 5.6Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M11.2 5.6L5.6 11.2L4.69053 10.2905L8.73791 6.24316H0V4.95684H8.73791L4.69053 0.909466L5.6 0L11.2 5.6Z"/></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);
}
.partner-intro__primary-content {
  margin-top: 30px;
}
.partner-intro__primary-content + .partner-intro__primary-content {
  padding-top: 30px;
  border-top: dashed 1px var(--mh--color--grayscale-500);
}
.partner-intro__primary-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
@media (width >= 768px ) {
  .partner-intro__sec {
    margin-top: 0;
  }
  .partner-intro__sec + .partner-intro__sec {
    margin-top: 120px;
  }
  .partner-intro__sec .partner-intro__sec-head {
    padding-top: 30px;
    margin-bottom: 100px;
  }
  .partner-intro__market {
    gap: 30px;
  }
  .partner-intro__set {
    padding: 30px 30px 30px 40px;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    position: relative;
  }
  .partner-intro__set-ico {
    position: absolute;
    top: 30px;
    left: 30px;
  }
  .partner-intro__set-head {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .partner-intro__set-img {
    max-width: 440px;
  }
  .partner-intro__features {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .partner-intro__features-item-link {
    padding: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .partner-intro__features-item-num {
    top: 30px;
    right: 30px;
  }
  .partner-intro__features-item-head {
    margin-top: 60px;
    margin-bottom: 20px;
  }
  .partner-intro__features-item-txt {
    min-height: 81px;
  }
  .partner-intro__features-item-btn {
    padding-top: 30px;
    margin-top: 30px;
    font-size: var(--mh--font-size--lg);
    gap: 20px;
  }
  .partner-intro__features-item-ico {
    width: 50px;
    height: 50px;
  }
  .partner-intro__primary-content {
    margin-top: 50px;
  }
  .partner-intro__primary-content + .partner-intro__primary-content {
    padding-top: 50px;
  }
  .partner-intro__primary-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .partner-intro__features-item-link:hover {
    outline: solid 1px var(--mh--color--primary-500);
  }
}
/* .partner-archive
================================================ */
.partner-archive__inner {
  padding-bottom: 75px;
}
.partner-archive__all {
  margin-top: 40px;
}
@media (width >= 768px ) {
  .partner-archive__inner {
    padding-bottom: 180px;
  }
  .partner-archive__all {
    margin-top: 80px;
  }
}
/*  .privacy-policy
================================================== */
.privacy-policy {
  word-break: break-all;
}
.privacy-policy__sec + .privacy-policy__sec {
  margin-top: 40px;
}
.privacy-policy__txt + .privacy-policy__txt {
  margin-top: 1.7em;
}
.privacy-policy__txt + .c-table02 {
  margin-top: 1.7em;
}
.privacy-policy .c-table02 {
  margin-bottom: 1.7em;
}
.privacy-policy__footer-txt {
  margin-top: 40px;
  text-align: right;
}
@media (width < 768px) {
  .privacy-policy__content {
    gap: 80px;
  }
}
@media (width >= 768px ) {
  .privacy-policy__sec + .privacy-policy__sec {
    margin-top: 80px;
  }
  .privacy-policy .c-table02 {
    max-width: none;
  }
  .privacy-policy .c-table02 th {
    width: auto;
  }
  .privacy-policy__footer-txt {
    margin-top: 80px;
  }
}
/* .recruit-numbers
================================================ */
.recruit-numbers {
  background-color: var(--mh--color--primary-500);
  color: var(--mh--color--grayscale-100);
  border-radius: var(--mh--radius_m);
  overflow: hidden;
}
.recruit-numbers__inner {
  padding-top: 15px;
  padding-bottom: 75px;
}
.recruit-numbers .recruit-numbers__item-head::before {
  background: #fff;
}
.recruit-numbers__list {
  display: grid;
  gap: 10px;
}
.recruit-numbers__item {
  background-color: #7C36A1;
  border-radius: var(--mh--radius_m);
  padding: 20px;
}
.recruit-numbers__item-txt {
  font-weight: 700;
  font-size: var(--mh--font-size--x5l);
  text-align: center;
}
.recruit-numbers__item-num {
  font-size: 7rem;
  margin-right: 10px;
}
.recruit-numbers__item-img {
  margin-top: 10px;
}
.recruit-numbers__item-img img {
  margin: auto;
}
.recruit-numbers__item-note {
  margin-top: 10px;
  font-size: var(--mh--font-size--sm);
}
@media (width >= 768px ) {
  .recruit-numbers__inner {
    padding-top: 50px;
    padding-bottom: 180px;
  }
  .recruit-numbers__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .recruit-numbers__item {
    display: grid;
    grid-template-columns: 271px 1fr;
    padding: 92px 20px 66px;
    position: relative;
    align-items: center;
  }
  .recruit-numbers__item-head {
    position: absolute;
    top: 20px;
    left: 20px;
  }
  .recruit-numbers__item-num {
    font-size: 11rem;
    white-space: nowrap;
  }
  .recruit-numbers__item-txt {
    display: flex;
    align-items: baseline;
    white-space: nowrap;
    gap: 5px;
  }
  .recruit-numbers__item-note {
    position: absolute;
    bottom: 20px;
    left: 20px;
  }
  .recruit-numbers__item-img img {
    margin: 0;
  }
}
@media (width >= 1400px ) {
  .recruit-numbers__item {
    grid-template-columns: 350px 1fr;
  }
  .recruit-numbers__item-txt {
    justify-content: center;
  }
}
/* .recruit-feature
================================================ */
.recruit-feature__inner {
  padding-top: 15px;
  padding-bottom: 56px;
}
.recruit-feature__item {
  border-top: 1px solid var(--mh--color--grayscale-500);
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
}
.recruit-feature__item-num {
  color: var(--mh--color--grayscale-800);
  font-size: var(--mh--font-size--x3s);
  margin-bottom: 10px;
}
.recruit-feature__item-head {
  margin-bottom: 10px;
}
.recruit-feature__item-img {
  border-radius: var(--mh--radius_m);
  overflow: hidden;
}
.recruit-feature__item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (width >= 768px ) {
  .recruit-feature__inner {
    padding-top: 50px;
    padding-bottom: 180px;
  }
  .recruit-feature__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 80px;
  }
  .recruit-feature__item {
    width: calc(50% - 40px);
    padding: 0;
    border-top: none;
    position: relative;
    gap: 60px;
  }
  .recruit-feature__item::before {
    content: "";
    position: absolute;
    top: 0;
    left: -40px;
    width: 1px;
    height: 100%;
    background: var(--mh--color--grayscale-500);
  }
  .recruit-feature__item:nth-child(1)::before, .recruit-feature__item:nth-child(3n)::before {
    display: none;
  }
  .recruit-feature__item:nth-child(n+3) {
    width: calc(33.33333% - 66.66666px);
  }
  .recruit-feature__item-num {
    margin-bottom: 20px;
    font-size: 1.2rem;
  }
  .recruit-feature__item-head {
    margin-bottom: 20px;
  }
  .recruit-feature__item-img {
    margin: 0;
  }
}
/* .recruit-interview 
================================================ */
.recruit-interview__inner {
  padding-bottom: 76px;
}
@media (width >= 768px ) {
  .recruit-interview__inner {
    padding-bottom: 180px;
  }
}
/* .recruit-environment
================================================ */
.recruit-environment__inner {
  padding-bottom: 76px;
}
.recruit-environment__btn {
  margin-top: 40px;
}
@media (width >= 768px ) {
  .recruit-environment__inner {
    padding-bottom: 180px;
  }
  .recruit-environment__btn {
    margin-top: 80px;
  }
}
/* .recruit-job
================================================ */
.recruit-job__inner {
  padding-top: 14px;
  padding-bottom: 75px;
}
.recruit-job__list {
  display: grid;
  gap: 20px;
}
.recruit-job__item-link {
  display: block;
  border: 1px solid;
  padding: 20px;
  border-radius: var(--mh--radius_s);
  outline: solid 1px transparent;
  transition: outline var(--mh--duration) var(--mh--easing);
}
.recruit-job__item-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
  font-size: var(--mh--font-size--x4l);
  line-height: var(--mh--line-height--sm);
}
.recruit-job__item-ico {
  width: 60px;
}
.recruit-job__item-btn {
  position: relative;
  text-align: right;
  margin-top: 10px;
  padding-right: 75px;
  height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.recruit-job__item-btn::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  border-radius: var(--mh--radius_s);
  transition: background-color var(--mh--duration) var(--mh--easing);
}
.recruit-job__item-btn::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 10 10"><path d="M9 3L9 9L3 9L3 10L10 10L10 3L9 3Z"/><path d="M7 1.37469e-08L1.96387e-08 0L5.8918e-09 7L7 7L7 1.37469e-08ZM6 6L1 6L1 1L6 1L6 6Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 10"><path d="M9 3L9 9L3 9L3 10L10 10L10 3L9 3Z"/><path d="M7 1.37469e-08L1.96387e-08 0L5.8918e-09 7L7 7L7 1.37469e-08ZM6 6L1 6L1 1L6 1L6 6Z"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: all var(--mh--duration) var(--mh--easing);
  position: absolute;
  top: 50%;
  right: 17px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
}
.recruit-job__head {
  font-size: 2.7rem;
  font-weight: 700;
  line-height: var(--mh--line-height--sm);
}
.recruit-job__area-txt {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid var(--mh--color--grayscale-500);
}
@media (width >= 768px ) {
  .recruit-job__inner {
    padding-top: 50px;
    padding-bottom: 180px;
  }
  .recruit-job__list {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
  }
  .recruit-job__item-link {
    height: 100%;
    padding: 30px 30px 100px;
    position: relative;
  }
  .recruit-job__item-head {
    gap: 20px;
    margin-bottom: 30px;
    font-size: var(--mh--font-size--x6l);
  }
  .recruit-job__item-btn {
    position: absolute;
    bottom: 30px;
    right: 30px;
  }
  .recruit-job__head {
    font-size: var(--mh--font-size--x7l);
    width: 502px;
  }
  .recruit-job__area-txt {
    margin-top: 80px;
    padding-top: 80px;
    display: flex;
    justify-content: space-between;
    gap: 60px;
  }
  .recruit-job__txt {
    width: calc(100% - 562px);
    max-width: 816px;
  }
  .recruit-job__btn {
    margin-top: 15px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .recruit-job__item-link:hover {
    outline: solid 1px var(--mh--color--grayscale-100);
  }
  .recruit-job__item-link:hover .recruit-job__item-btn::before {
    background-color: var(--mh--color--primary-500);
  }
}
/* .results-archive
================================================ */
.results-archive__inner {
  padding-top: 15px;
  padding-bottom: 75px;
}
.results-archive-search {
  margin-bottom: var(--mh--space--x3l);
}
.results-archive__content {
  display: grid;
  gap: 40px;
}
.results-archive__head {
  margin-bottom: 0;
}
.results-archive__date {
  text-align: right;
  margin-bottom: 5px;
}
@media (width < 768px) {
  .results-archive__table {
    width: 850px;
  }
  .results-archive__table-wrap {
    overflow-x: scroll;
    margin-right: -15px;
    padding-right: 15px;
  }
}
@media (width >= 768px ) {
  .results-archive__inner {
    padding-top: 50px;
    padding-bottom: 180px;
  }
}
@media (width >= 1600px) {
  .results-archive__content {
    grid-template-columns: auto 1fr;
    gap: 80px;
  }
  .results-archive__date {
    margin-bottom: 10px;
  }
  .results-archive__table-wrap {
    max-width: 1140px;
    margin-left: auto;
  }
}
/* .results-single
================================================ */
.results-single__inner {
  padding-top: 50px;
  padding-bottom: 75px;
}
@media (width >= 768px ) {
  .results-single__inner {
    padding-top: 100px;
    padding-bottom: 180px;
    max-width: 1020px !important;
  }
}
/* .results-other
================================================ */
.results-other__inner {
  padding-top: 15px;
  padding-bottom: 75px;
}
.results-other__btn {
  margin-top: var(--mh--space--x3l);
}
@media (width >= 768px ) {
  .results-other__inner {
    padding-top: 50px;
    padding-bottom: 180px;
  }
}
/* .techinfo-intro
================================================ */
.techinfo-intro__inner {
  padding-top: 15px;
  padding-bottom: 75px;
}
.techinfo-intro__content {
  display: grid;
  gap: 60px;
}
.techinfo-intro__txt a {
  text-decoration: underline !important;
  color: var(--mh--color--primary-500);
}
.techinfo-intro__table-date {
  text-align: right;
  margin-bottom: 5px;
}
.techinfo-intro__table img {
  max-width: 100px;
  width: 100%;
  margin: auto;
}
.techinfo-intro__table-arw {
  position: relative;
  padding-left: 0;
  padding-right: 0;
}
.techinfo-intro__table-arw .arw {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 100%;
  height: 2px;
  background: var(--mh--color--primary-500);
}
.techinfo-intro__table-arw .arw.is-last {
  width: calc(100% - 15px);
  right: 15px;
}
.techinfo-intro__table-arw .arw.is-last::after {
  position: absolute;
  top: 0;
  right: -5px;
  bottom: 0;
  margin: auto;
  display: inline-block;
  width: 12px;
  height: 20px;
  color: var(--mh--color--primary-500);
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg width="12" height="20" viewBox="0 0 12 20" xmlns="http://www.w3.org/2000/svg"><path d="M12 10L1.67676 20L0 18.376L7.72656 11H0V9H7.72656L0 1.62402L1.67676 0L12 10Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg width="12" height="20" viewBox="0 0 12 20" xmlns="http://www.w3.org/2000/svg"><path d="M12 10L1.67676 20L0 18.376L7.72656 11H0V9H7.72656L0 1.62402L1.67676 0L12 10Z"/></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);
}
.techinfo-intro__table-arw .arw.is-first {
  width: calc(100% - 15px);
  left: 15px;
}
.techinfo-intro__table-arw .arw.is-first.is-last {
  width: calc(100% - 30px);
}
@media (width < 768px) {
  .techinfo-intro__table {
    width: 850px;
  }
  .techinfo-intro__table-wrap {
    overflow-x: scroll;
    margin-right: -15px;
    padding-right: 15px;
  }
}
@media (width >= 768px ) {
  .techinfo-intro__inner {
    padding-top: 50px;
    padding-bottom: 180px;
  }
  .techinfo-intro__table-date {
    margin-bottom: 10px;
  }
}
@media (width >= 1600px) {
  .techinfo-intro__content {
    grid-template-columns: 540px 1fr;
    gap: 120px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .techinfo-intro__txt a:hover {
    text-decoration: none !important;
  }
}
html[lang=en] .techinfo-intro__table {
  width: 1000px;
}
html[lang=en] .techinfo-intro__table th, html[lang=en] .techinfo-intro__table td {
  word-break: break-word;
}
@media (width >= 768px ) {
  html[lang=en] .techinfo-intro__table {
    width: 100%;
  }
}
@media (width >= 1600px) {
  html[lang=en] .techinfo-intro__content {
    grid-template-columns: none;
    gap: 60px;
  }
}
@media (width >= 1800px) {
  html[lang=en] .techinfo-intro__content {
    grid-template-columns: 1fr 1270px;
    gap: 100px;
  }
}
/* .techinfo-archive
================================================ */
.techinfo-archive__inner {
  padding-bottom: 75px;
}
@media (width >= 768px ) {
  .techinfo-archive__inner {
    padding-bottom: 180px;
  }
}
#technology .l-breadcrumb__inner {
  padding-bottom: 0;
}
#technology .l-breadcrumb__inner::after {
  display: none;
}
@media (width >= 768px ) {
  #technology .l-sub-img__en {
    text-transform: none;
  }
}
/* .technology-intro
================================================ */
.technology-intro__inner {
  padding-bottom: 75px;
}
.technology-intro__img {
  border-radius: var(--mh--radius_m);
  overflow: hidden;
}
.technology-intro__content {
  margin-top: 35px;
}
.technology-intro__logo {
  width: 280px;
}
@media (width >= 768px ) {
  .technology-intro__inner {
    padding-bottom: 140px;
  }
  .technology-intro__content {
    margin-top: 110px;
  }
  .technology-intro__logo {
    width: 462px;
  }
}
/*  .technology-issue
================================================== */
.technology-issue {
  border-radius: var(--mh--radius_l) var(--mh--radius_l) 0 0;
  overflow: hidden;
  color: var(--mh--color--grayscale-100);
  background: url(../img/home/bg_business01_sp.jpg) no-repeat 0 100%/cover;
}
.technology-issue__inner {
  padding-top: 20px;
  padding-bottom: 25px;
}
.technology-issue__head {
  margin-bottom: 40px;
}
.technology-issue-content {
  position: relative;
  z-index: 2;
}
.technology-issue-content__head {
  display: grid;
  place-items: center;
  width: 170px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.technology-issue-list {
  display: grid;
  gap: 40px;
  position: relative;
}
.technology-issue-list__img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 80px;
}
.technology-issue-list::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120%;
  height: 90%;
  border-radius: 50%;
  opacity: 0.2;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 34px 0 #FFF inset;
}
.technology-issue-list__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1/1;
  position: relative;
  z-index: 2;
  text-align: center;
  gap: 10px;
  padding-bottom: 20px;
}
.technology-issue-list__item::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  background-color: #7C36A1;
  z-index: -1;
  border-radius: 50%;
}
.technology-issue-list__ico {
  width: 50px;
}
.technology-issue-list__head {
  font-size: var(--mh--font-size--x5l);
  line-height: 1.4;
  font-weight: bold;
}
.technology-issue-list__txt {
  margin-top: 10px;
  font-size: var(--mh--font-size--sm);
}
.technology-issue-list-child {
  text-align: left;
  margin: 10px 0;
}
.technology-issue-list-child .c-simple-list01__item {
  padding-left: 12px;
}
.technology-issue-list-child .c-simple-list01__item::before {
  background-color: var(--mh--color--grayscale-100);
}
@media (width >= 768px ) {
  .technology-issue {
    background: url(../img/home/bg_business01_pc.jpg) no-repeat 0 100%/cover;
  }
  .technology-issue__inner {
    padding-top: 30px;
    padding-bottom: 160px;
  }
  .technology-issue__head {
    margin-bottom: 130px;
  }
  .technology-issue-content {
    width: 1180px;
    max-width: calc(100% - 190px);
    margin: 0 auto;
  }
  .technology-issue-content__head {
    width: 20%;
  }
  .technology-issue-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 80px;
  }
  .technology-issue-list::before {
    width: calc(100% + 190px);
    height: 50%;
  }
  .technology-issue-list__img {
    width: 120px;
  }
  .technology-issue-list__item {
    gap: 10px;
  }
  .technology-issue-list-child {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 340px;
    gap: 2px 20px;
  }
  .technology-issue-list-child__item + .technology-issue-list-child__item {
    margin: 0;
  }
}
/*  .technology-sec
================================================== */
.technology-sec__area-content {
  margin-top: 40px;
}
.technology-sec__btn-list {
  margin-top: 40px;
}
.technology-sec__area-head-txt + .technology-sec__area-head-txt {
  margin-top: 10px;
}
.technology-sec__head:last-child {
  margin-bottom: 0;
}
.technology-sec-child {
  display: grid;
  gap: 40px;
}
.technology-sec-child__note {
  margin-top: 10px;
}
.technology-sec-child__img img {
  width: 100%;
  border-radius: 5px;
}
.technology-sec-btn {
  margin-top: 30px;
}
.technology-sec-btn__link {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 95px;
  padding: 20px 85px 20px 20px;
  box-sizing: border-box;
  background: var(--mh--color--primary-100);
  font-size: var(--mh--font-size--x3l);
  font-weight: bold;
  line-height: var(--mh--line-height--sm);
  border-radius: var(--mh--radius_m);
}
.technology-sec-btn__ico {
  display: block;
  color: var(--mh--color--grayscale-100);
  background: var(--mh--color--primary-500);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 35px;
  height: 35px;
  border-radius: var(--mh--radius_s);
}
.technology-sec-btn__ico::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 12px;
  height: 12px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M11.2 5.6L5.6 11.2L4.69053 10.2905L8.73791 6.24316H0V4.95684H8.73791L4.69053 0.909466L5.6 0L11.2 5.6Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M11.2 5.6L5.6 11.2L4.69053 10.2905L8.73791 6.24316H0V4.95684H8.73791L4.69053 0.909466L5.6 0L11.2 5.6Z"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: all var(--mh--duration) var(--mh--easing);
}
@media (width >= 768px ) {
  .technology-sec__inner {
    padding-bottom: 130px;
  }
  .technology-sec__content {
    padding-top: 50px;
  }
  .technology-sec .technology-sec__head {
    border-top: none;
    padding-top: 0;
  }
  .technology-sec__area-head-txt + .technology-sec__area-head-txt {
    margin-top: 20px;
  }
  .technology-sec__area-content {
    margin-top: 0;
  }
  .technology-sec__btn-list {
    margin-top: 30px;
  }
  .technology-sec__img img {
    border-radius: 10px;
  }
  .technology-sec-child {
    grid-template-columns: 1fr 461px;
    gap: 80px;
  }
  .technology-sec-child__img img {
    border-radius: 10px;
  }
  .technology-sec-btn {
    margin-top: 50px;
  }
  .technology-sec-btn__link {
    min-height: 130px;
    padding: 20px 100px 20px 30px;
  }
  .technology-sec-btn__txt {
    overflow: hidden;
    --base-offset-y: 2em;
    --shadow-color: var(--mh--color--grayscale-900);
    transition: all var(--mh--duration) var(--mh--easing);
    color: transparent;
    text-shadow: 0 calc(var(--hover-offset-y, 0em) * -1) 0 var(--shadow-color), 0 calc(var(--base-offset-y, 1.5em) - var(--hover-offset-y, 0em)) 0 var(--shadow-color);
  }
  .technology-sec-btn__link:hover .technology-sec-btn__txt {
    --hover-offset-y: 2em;
  }
  .technology-sec-btn__ico {
    right: 30px;
    width: 50px;
    height: 50px;
  }
  .technology-sec-btn__ico::after {
    width: 16px;
    height: 16px;
  }
}
/*  .technology-links
================================================== */
.technology-links__inner {
  position: relative;
}
.technology-links__inner::before {
  content: "";
  display: block;
  width: calc(100% - var(--mh--contents--padding--side) * 2);
  height: 1px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  background-color: var(--mh--color--grayscale-900);
}
.technology-links__head {
  padding-top: 15px;
  margin-bottom: 30px;
}
.technology-links__list {
  display: grid;
  gap: 10px;
}
.technology-links__item {
  background-color: #fff;
  padding: 20px;
  border-radius: var(--mh--radius_s);
}
.technology-links__item-head {
  font-size: var(--mh--font-size--xl);
  text-align: center;
  padding-bottom: 15px;
  margin-bottom: 26px;
  border-bottom: 1px solid var(--mh--color--grayscale-900);
}
.technology-links__item-logo {
  height: 46px;
  width: 285px;
  margin: 0 auto 27px;
}
.technology-links__item-logo img {
  margin: auto;
}
.technology-links__item-desc {
  margin-bottom: 15px;
  text-align: center;
}
.technology-links__btn {
  width: 265px;
}
@media (width >= 768px ) {
  .technology-links__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .technology-links__item {
    padding: 40px 20px;
  }
  .technology-links__item-head {
    padding-bottom: 20px;
    margin-bottom: 40px;
  }
  .technology-links__item-logo {
    margin-bottom: 35px;
  }
  .technology-links__item-desc {
    margin-bottom: 40px;
  }
  .technology-links__item-list {
    margin-bottom: 40px;
  }
  .technology-links__btn {
    width: 310px;
  }
}
/*  .technology-case
================================================== */
.technology-case-logos {
  margin-top: 30px;
  border-top: 1px solid var(--mh--color--grayscale-900);
  padding-top: 30px;
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(2, 1fr);
}
.technology-case-logos img {
  border-radius: var(--mh--radius_s);
  width: 100%;
}
@media (width >= 768px ) {
  .technology-case-logos {
    margin-top: 60px;
    padding-top: 60px;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }
}
.technology-anything-list {
  display: grid;
  gap: 16px;
  margin-top: 30px;
}
.technology-anything-list__item {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 100px;
  box-sizing: border-box;
  padding: 10px 40px 10px 20px;
  background: var(--mh--color--primary-100);
  border-radius: 4px;
  font-size: var(--mh--font-size--x2l);
  line-height: var(--mh--line-height--sm);
  font-weight: bold;
}
.technology-anything-list__img {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 60px;
  box-sizing: border-box;
}
.technology-anything-list__img img {
  width: 100%;
}
@media (width >= 768px ) {
  .technology-anything-list {
    margin-top: 60px;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }
  .technology-anything-list__item {
    min-height: 120px;
    padding: 20px 100px 20px 30px;
  }
  .technology-anything-list__img {
    right: 30px;
  }
}
@media (width >= 768px ) {
  #key .technology-sec__content {
    padding-top: 0;
  }
}
@media (width >= 768px ) {
  #bottleneck .technology-sec__inner,
  #ordermade .technology-sec__inner,
  #right .technology-sec__inner,
  #case .technology-sec__inner {
    position: relative;
  }
  #bottleneck .technology-sec__inner::before,
  #ordermade .technology-sec__inner::before,
  #right .technology-sec__inner::before,
  #case .technology-sec__inner::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--mh--color--grayscale-900);
  }
}
@media (width >= 768px ) {
  #bottleneck .technology-sec__inner {
    padding-bottom: 180px;
  }
}
.u-hidden {
  display: none;
}
.u-inline {
  display: inline;
}
.u-inline-block {
  display: inline-block;
}
.u-block {
  display: block;
}
.u-flex {
  display: flex;
}
.u-grid {
  display: grid;
}
@media (width < 640px) {
  .u-hidden-sm-down {
    display: none;
  }
}
@media (width < 768px) {
  .u-hidden-md-down {
    display: none;
  }
}
@media (width < 1100px) {
  .u-hidden-lg-down {
    display: none;
  }
}
@media (width < 1400px) {
  .u-hidden-xl-down {
    display: none;
  }
}
@media (width >= 640px) {
  .u-hidden-sm-up {
    display: none;
  }
}
@media (width >= 768px ) {
  .u-hidden-md-up {
    display: none;
  }
}
@media (width >= 1100px ) {
  .u-hidden-lg-up {
    display: none;
  }
}
@media (width >= 1400px ) {
  .u-hidden-xl-up {
    display: none;
  }
}
/* overflow
-------------------------------------- */
.u-overflow-auto {
  overflow: auto;
}
.u-overflow-hidden {
  overflow: hidden;
}
.u-overflow-visible {
  overflow: visible;
}
/* screen reader
-------------------------------------- */
.u-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  white-space: nowrap;
  border-width: 0;
  clip: rect(0, 0, 0, 0);
}
/* text-transform
-------------------------------------- */
.u-uppercase {
  text-transform: uppercase;
}
.u-capitalize {
  text-transform: capitalize;
}
/* text-align
-------------------------------------- */
.u-text-left {
  text-align: left;
}
.u-text-right {
  text-align: right;
}
.u-text-center {
  text-align: center;
}
@media (width < 640px) {
  .u-text-left-sm-down {
    text-align: left;
  }
}
@media (width < 640px) {
  .u-text-right-sm-down {
    text-align: right;
  }
}
@media (width < 640px) {
  .u-text-center-sm-down {
    text-align: center;
  }
}
@media (width < 768px) {
  .u-text-left-md-down {
    text-align: left;
  }
}
@media (width < 768px) {
  .u-text-right-md-down {
    text-align: right;
  }
}
@media (width < 768px) {
  .u-text-center-md-down {
    text-align: center;
  }
}
@media (width < 1100px) {
  .u-text-left-lg-down {
    text-align: left;
  }
}
@media (width < 1100px) {
  .u-text-right-lg-down {
    text-align: right;
  }
}
@media (width < 1100px) {
  .u-text-center-lg-down {
    text-align: center;
  }
}
@media (width < 1400px) {
  .u-text-left-xl-down {
    text-align: left;
  }
}
@media (width < 1400px) {
  .u-text-right-xl-down {
    text-align: right;
  }
}
@media (width < 1400px) {
  .u-text-center-xl-down {
    text-align: center;
  }
}
@media (width >= 640px) {
  .u-text-left-sm-up {
    text-align: left;
  }
}
@media (width >= 640px) {
  .u-text-right-sm-up {
    text-align: right;
  }
}
@media (width >= 640px) {
  .u-text-center-sm-up {
    text-align: center;
  }
}
@media (width >= 768px ) {
  .u-text-left-md-up {
    text-align: left;
  }
}
@media (width >= 768px ) {
  .u-text-right-md-up {
    text-align: right;
  }
}
@media (width >= 768px ) {
  .u-text-center-md-up {
    text-align: center;
  }
}
@media (width >= 1100px ) {
  .u-text-left-lg-up {
    text-align: left;
  }
}
@media (width >= 1100px ) {
  .u-text-right-lg-up {
    text-align: right;
  }
}
@media (width >= 1100px ) {
  .u-text-center-lg-up {
    text-align: center;
  }
}
@media (width >= 1400px ) {
  .u-text-left-xl-up {
    text-align: left;
  }
}
@media (width >= 1400px ) {
  .u-text-right-xl-up {
    text-align: right;
  }
}
@media (width >= 1400px ) {
  .u-text-center-xl-up {
    text-align: center;
  }
}
/* font-size
-------------------------------------- */
.u-text-x3s {
  font-size: var(--mh--font-size--x3s);
}
.u-text-x2s {
  font-size: var(--mh--font-size--x2s);
}
.u-text-xs {
  font-size: var(--mh--font-size--xs);
}
.u-text-sm {
  font-size: var(--mh--font-size--sm);
}
.u-text-md {
  font-size: var(--mh--font-size--md);
}
.u-text-lg {
  font-size: var(--mh--font-size--lg);
}
.u-text-xl {
  font-size: var(--mh--font-size--xl);
}
.u-text-x2l {
  font-size: var(--mh--font-size--x2l);
}
.u-text-x3l {
  font-size: var(--mh--font-size--x3l);
}
.u-text-x4l {
  font-size: var(--mh--font-size--x4l);
}
.u-text-x5l {
  font-size: var(--mh--font-size--x5l);
}
.u-text-x6l {
  font-size: var(--mh--font-size--x6l);
}
.u-text-x7l {
  font-size: var(--mh--font-size--x7l);
}
.u-text-x8l {
  font-size: var(--mh--font-size--x8l);
}
.u-text-x9l {
  font-size: var(--mh--font-size--x9l);
}
.u-text-x10l {
  font-size: var(--mh--font-size--x10l);
}
.u-text-x11l {
  font-size: var(--mh--font-size--x11l);
}
.u-text-x12l {
  font-size: var(--mh--font-size--x12l);
}
.u-text-x13l {
  font-size: var(--mh--font-size--x13l);
}
.u-text-md {
  line-height: var(--mh--line-height--md);
  letter-spacing: var(--mh--letter-spacing--md);
}
.u-text-x3s,
.u-text-x2s,
.u-text-xs,
.u-text-sm,
.u-text-lg,
.u-text-xl,
.u-text-x2l,
.u-text-x3l,
.u-text-x4l,
.u-text-x5l,
.u-text-x6l,
.u-text-x7l,
.u-text-x8l,
.u-text-x9l,
.u-text-x10l,
.u-text-x11l,
.u-text-x12l,
.u-text-x13l,
.u-text-x14l,
.u-text-x15l {
  line-height: var(--mh--line-height--sm);
  letter-spacing: var(--mh--letter-spacing--sm);
}
/* line-height
-------------------------------------- */
.u-leading-none {
  line-height: var(--mh--line-height--none);
}
.u-leading-xs {
  line-height: var(--mh--line-height--xs);
}
.u-leading-sm {
  line-height: var(--mh--line-height--sm);
}
.u-leading-md {
  line-height: var(--mh--line-height--md);
}
.u-leading-lg {
  line-height: var(--mh--line-height--lg);
}
/* letter-spacing
-------------------------------------- */
.u-tracking-sm {
  letter-spacing: var(--mh--letter-spacing--sm);
}
.u-tracking-md {
  letter-spacing: var(--mh--letter-spacing--md);
}
/* font-weight
-------------------------------------- */
.u-font-bold {
  font-weight: 700;
}
/* font-family
-------------------------------------- */
.u-font-en {
  font-family: var(--mh--font-family--en);
  font-weight: 500;
  line-height: var(--mh--line-height--xs);
  letter-spacing: var(--mh--letter-spacing--none);
}
.u-font-ai {
  margin-right: 0.25em;
}
/* position
-------------------------------------- */
.u-relative {
  position: relative;
}
.u-absolute {
  position: absolute !important;
}
/* layout
-------------------------------------- */
.u-inner {
  padding-right: var(--mh--contents--padding--side);
  padding-left: var(--mh--contents--padding--side);
}
@media (width >= 768px ) {
  .u-inner {
    width: 100%;
    max-width: var(--mh--contents--width-with-padding);
    margin-right: auto;
    margin-left: auto;
  }
}
.u-wide-inner {
  padding-right: var(--mh--contents--padding--side);
  padding-left: var(--mh--contents--padding--side);
}
@media (width >= 768px ) {
  .u-wide-inner {
    width: 100%;
    max-width: var(--mh--contents--wide-width-with-padding);
    margin-right: auto;
    margin-left: auto;
  }
}
.u-extra-wide-inner {
  padding-right: var(--mh--contents--padding--side);
  padding-left: var(--mh--contents--padding--side);
}
@media (width >= 768px ) {
  .u-extra-wide-inner {
    width: 100%;
    max-width: var(--mh--contents--extra-wide-width-with-padding);
    margin-right: auto;
    margin-left: auto;
  }
}
.u-item-center {
  display: grid;
  place-items: center;
}
.u-clearfix {
  clear: both;
  display: block;
  height: 0;
  border: none;
}
/* link
-------------------------------------- */
a.u-alpha {
  display: block;
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  a.u-alpha {
    transition: opacity var(--mh--duration) var(--mh--easing);
  }
  a.u-alpha:hover {
    opacity: 0.7;
  }
}
a.u-zoom {
  display: block;
  text-decoration: none;
}
a.u-zoom .u-zoom__img {
  display: block;
}
a.u-zoom .u-zoom__img-wrap {
  display: block;
  overflow: hidden;
}
@media (hover: hover) and (pointer: fine) {
  a.u-zoom .u-zoom__img {
    transition: transform var(--mh--duration) var(--mh--easing);
  }
  a.u-zoom:hover .u-zoom__img {
    transform: scale(1.1);
  }
}
a.u-link-layer {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
}
a[class].u-text-underline {
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  a[class].u-text-underline:hover {
    text-decoration: none;
  }
}
a.u-link-text {
  --base-offset-y: 2em;
  --shadow-color: var(--mh--color--grayscale-900);
  transition: all var(--mh--duration) var(--mh--easing);
  color: transparent;
  text-shadow: 0 calc(var(--hover-offset-y, 0em) * -1) 0 var(--shadow-color), 0 calc(var(--base-offset-y, 1.5em) - var(--hover-offset-y, 0em)) 0 var(--shadow-color);
}
@media (hover: hover) and (pointer: fine) {
  a.u-link-text:hover {
    --hover-offset-y: 2em;
  }
}
.u-media-query {
  font-family: sp;
}
@media (width >= 768px ) {
  .u-media-query {
    font-family: tb;
  }
}
@media (width >= 1100px ) {
  .u-media-query {
    font-family: pc;
  }
}
.u-text-primary-100 {
  color: var(--mh--color--primary-100);
}
.u-text-primary-400 {
  color: var(--mh--color--primary-400);
}
.u-text-primary-500 {
  color: var(--mh--color--primary-500);
}
.u-text-surface-300 {
  color: var(--mh--color--surface-300);
}
.u-text-surface-400 {
  color: var(--mh--color--surface-400);
}
.u-text-grayscale-100 {
  color: var(--mh--color--grayscale-100);
}
.u-text-grayscale-300 {
  color: var(--mh--color--grayscale-300);
}
.u-text-grayscale-400 {
  color: var(--mh--color--grayscale-400);
}
.u-text-grayscale-500 {
  color: var(--mh--color--grayscale-500);
}
.u-text-grayscale-800 {
  color: var(--mh--color--grayscale-800);
}
.u-text-grayscale-900 {
  color: var(--mh--color--grayscale-900);
}
.u-bg-primary-100 {
  background-color: var(--mh--color--primary-100);
}
.u-bg-primary-400 {
  background-color: var(--mh--color--primary-400);
}
.u-bg-primary-500 {
  background-color: var(--mh--color--primary-500);
}
.u-bg-surface-300 {
  background-color: var(--mh--color--surface-300);
}
.u-bg-surface-400 {
  background-color: var(--mh--color--surface-400);
}
.u-bg-grayscale-100 {
  background-color: var(--mh--color--grayscale-100);
}
.u-bg-grayscale-300 {
  background-color: var(--mh--color--grayscale-300);
}
.u-bg-grayscale-400 {
  background-color: var(--mh--color--grayscale-400);
}
.u-bg-grayscale-500 {
  background-color: var(--mh--color--grayscale-500);
}
.u-bg-grayscale-800 {
  background-color: var(--mh--color--grayscale-800);
}
.u-bg-grayscale-900 {
  background-color: var(--mh--color--grayscale-900);
}
.u-p-xs {
  padding: var(--mh--padding--xs);
}
.u-py-xs {
  padding-block: var(--mh--padding--xs);
}
.u-px-xs {
  padding-inline: var(--mh--padding--xs);
}
.u-pt-xs {
  padding-top: var(--mh--padding--xs);
}
.u-pb-xs {
  padding-bottom: var(--mh--padding--xs);
}
.u-pl-xs {
  padding-left: var(--mh--padding--xs);
}
.u-pr-xs {
  padding-right: var(--mh--padding--xs);
}
.u-p-sm {
  padding: var(--mh--padding--sm);
}
.u-py-sm {
  padding-block: var(--mh--padding--sm);
}
.u-px-sm {
  padding-inline: var(--mh--padding--sm);
}
.u-pt-sm {
  padding-top: var(--mh--padding--sm);
}
.u-pb-sm {
  padding-bottom: var(--mh--padding--sm);
}
.u-pl-sm {
  padding-left: var(--mh--padding--sm);
}
.u-pr-sm {
  padding-right: var(--mh--padding--sm);
}
.u-p-md {
  padding: var(--mh--padding--md);
}
.u-py-md {
  padding-block: var(--mh--padding--md);
}
.u-px-md {
  padding-inline: var(--mh--padding--md);
}
.u-pt-md {
  padding-top: var(--mh--padding--md);
}
.u-pb-md {
  padding-bottom: var(--mh--padding--md);
}
.u-pl-md {
  padding-left: var(--mh--padding--md);
}
.u-pr-md {
  padding-right: var(--mh--padding--md);
}
.u-p-lg {
  padding: var(--mh--padding--lg);
}
.u-py-lg {
  padding-block: var(--mh--padding--lg);
}
.u-px-lg {
  padding-inline: var(--mh--padding--lg);
}
.u-pt-lg {
  padding-top: var(--mh--padding--lg);
}
.u-pb-lg {
  padding-bottom: var(--mh--padding--lg);
}
.u-pl-lg {
  padding-left: var(--mh--padding--lg);
}
.u-pr-lg {
  padding-right: var(--mh--padding--lg);
}
.u-p-xl {
  padding: var(--mh--padding--xl);
}
.u-py-xl {
  padding-block: var(--mh--padding--xl);
}
.u-px-xl {
  padding-inline: var(--mh--padding--xl);
}
.u-pt-xl {
  padding-top: var(--mh--padding--xl);
}
.u-pb-xl {
  padding-bottom: var(--mh--padding--xl);
}
.u-pl-xl {
  padding-left: var(--mh--padding--xl);
}
.u-pr-xl {
  padding-right: var(--mh--padding--xl);
}
.u-m-x2s {
  margin: var(--mh--space--x2s);
}
.u-my-x2s {
  margin-block: var(--mh--space--x2s);
}
.u-mx-x2s {
  margin-inline: var(--mh--space--x2s);
}
.u-mt-x2s {
  margin-top: var(--mh--space--x2s);
}
.u-mb-x2s {
  margin-bottom: var(--mh--space--x2s);
}
.u-ml-x2s {
  margin-left: var(--mh--space--x2s);
}
.u-mr-x2s {
  margin-right: var(--mh--space--x2s);
}
.u-m-xs {
  margin: var(--mh--space--xs);
}
.u-my-xs {
  margin-block: var(--mh--space--xs);
}
.u-mx-xs {
  margin-inline: var(--mh--space--xs);
}
.u-mt-xs {
  margin-top: var(--mh--space--xs);
}
.u-mb-xs {
  margin-bottom: var(--mh--space--xs);
}
.u-ml-xs {
  margin-left: var(--mh--space--xs);
}
.u-mr-xs {
  margin-right: var(--mh--space--xs);
}
.u-m-sm {
  margin: var(--mh--space--sm);
}
.u-my-sm {
  margin-block: var(--mh--space--sm);
}
.u-mx-sm {
  margin-inline: var(--mh--space--sm);
}
.u-mt-sm {
  margin-top: var(--mh--space--sm);
}
.u-mb-sm {
  margin-bottom: var(--mh--space--sm);
}
.u-ml-sm {
  margin-left: var(--mh--space--sm);
}
.u-mr-sm {
  margin-right: var(--mh--space--sm);
}
.u-m-md {
  margin: var(--mh--space--md);
}
.u-my-md {
  margin-block: var(--mh--space--md);
}
.u-mx-md {
  margin-inline: var(--mh--space--md);
}
.u-mt-md {
  margin-top: var(--mh--space--md);
}
.u-mb-md {
  margin-bottom: var(--mh--space--md);
}
.u-ml-md {
  margin-left: var(--mh--space--md);
}
.u-mr-md {
  margin-right: var(--mh--space--md);
}
.u-m-lg {
  margin: var(--mh--space--lg);
}
.u-my-lg {
  margin-block: var(--mh--space--lg);
}
.u-mx-lg {
  margin-inline: var(--mh--space--lg);
}
.u-mt-lg {
  margin-top: var(--mh--space--lg);
}
.u-mb-lg {
  margin-bottom: var(--mh--space--lg);
}
.u-ml-lg {
  margin-left: var(--mh--space--lg);
}
.u-mr-lg {
  margin-right: var(--mh--space--lg);
}
.u-m-xl {
  margin: var(--mh--space--xl);
}
.u-my-xl {
  margin-block: var(--mh--space--xl);
}
.u-mx-xl {
  margin-inline: var(--mh--space--xl);
}
.u-mt-xl {
  margin-top: var(--mh--space--xl);
}
.u-mb-xl {
  margin-bottom: var(--mh--space--xl);
}
.u-ml-xl {
  margin-left: var(--mh--space--xl);
}
.u-mr-xl {
  margin-right: var(--mh--space--xl);
}
.u-m-x2l {
  margin: var(--mh--space--x2l);
}
.u-my-x2l {
  margin-block: var(--mh--space--x2l);
}
.u-mx-x2l {
  margin-inline: var(--mh--space--x2l);
}
.u-mt-x2l {
  margin-top: var(--mh--space--x2l);
}
.u-mb-x2l {
  margin-bottom: var(--mh--space--x2l);
}
.u-ml-x2l {
  margin-left: var(--mh--space--x2l);
}
.u-mr-x2l {
  margin-right: var(--mh--space--x2l);
}
.u-m-x3l {
  margin: var(--mh--space--x3l);
}
.u-my-x3l {
  margin-block: var(--mh--space--x3l);
}
.u-mx-x3l {
  margin-inline: var(--mh--space--x3l);
}
.u-mt-x3l {
  margin-top: var(--mh--space--x3l);
}
.u-mb-x3l {
  margin-bottom: var(--mh--space--x3l);
}
.u-ml-x3l {
  margin-left: var(--mh--space--x3l);
}
.u-mr-x3l {
  margin-right: var(--mh--space--x3l);
}
.u-mx-auto {
  margin-inline: auto;
}
html body {
  --wp--style--block-gap: 0;
}
html body {
  --wp--preset--font-size--x-3-s: var(--mh--font-size--x3s);
  --wp--preset--font-size--x-2-s: var(--mh--font-size--x2s);
  --wp--preset--font-size--xs: var(--mh--font-size--xs);
  --wp--preset--font-size--sm: var(--mh--font-size--sm);
  --wp--preset--font-size--md: var(--mh--font-size--md);
  --wp--preset--font-size--lg: var(--mh--font-size--lg);
  --wp--preset--font-size--xl: var(--mh--font-size--xl);
  --wp--preset--font-size--x-2-l: var(--mh--font-size--x2l);
  --wp--preset--font-size--x-3-l: var(--mh--font-size--x3l);
  --wp--preset--font-size--x-4-l: var(--mh--font-size--x4l);
  --wp--preset--font-size--x-5-l: var(--mh--font-size--x5l);
  --wp--preset--font-size--x-6-l: var(--mh--font-size--x6l);
  --wp--preset--font-size--x-7-l: var(--mh--font-size--x7l);
  --wp--preset--font-size--x-8-l: var(--mh--font-size--x8l);
  --wp--preset--font-size--x-9-l: var(--mh--font-size--x9l);
  --wp--preset--font-size--x-10-l: var(--mh--font-size--x10l);
  --wp--preset--font-size--x-11-l: var(--mh--font-size--x11l);
  --wp--preset--font-size--x-12-l: var(--mh--font-size--x12l);
  --wp--preset--font-size--x-13-l: var(--mh--font-size--x13l);
  --wp--preset--font-size--x-14-l: var(--mh--font-size--x14l);
  --wp--preset--font-size--x-15-l: var(--mh--font-size--x15l);
  --wp--preset--font-size--x-16-l: var(--mh--font-size--x15l);
  --wp--preset--font-size--x-17-l: var(--mh--font-size--x15l);
}
.has-x-3-s-font-size,
.has-x-2-s-font-size,
.has-xs-font-size,
.has-sm-font-size,
.has-lg-font-size,
.has-xl-font-size,
.has-x-2-l-font-size,
.has-x-3-l-font-size,
.has-x-4-l-font-size,
.has-x-5-l-font-size,
.has-x-6-l-font-size,
.has-x-7-l-font-size,
.has-x-8-l-font-size,
.has-x-9-l-font-size,
.has-x-10-l-font-size,
.has-x-11-l-font-size,
.has-x-12-l-font-size,
.has-x-13-l-font-size,
.has-x-14-l-font-size,
.has-x-15-l-font-size,
.has-x-16-l-font-size,
.has-x-17-l-font-size {
  line-height: var(--mh--line-height--sm);
  letter-spacing: var(--mh--letter-spacing--sm);
}
.wp-block-m-hand-custom-block-custom-group[class*=" u-grid-cols"],
.wp-block-m-hand-custom-block-custom-group[class*=" sm:u-grid-cols"],
.wp-block-m-hand-custom-block-custom-group[class*=" md:u-grid-cols"],
.wp-block-m-hand-custom-block-custom-group[class*=" lg:u-grid-cols"],
.wp-block-m-hand-custom-block-custom-group[class*=" xl:u-grid-cols"],
.wp-block-m-hand-custom-block-custom-group[class*=" u-gap"],
.wp-block-m-hand-custom-block-custom-group[class*=" sm:u-gap"],
.wp-block-m-hand-custom-block-custom-group[class*=" md:u-gap"],
.wp-block-m-hand-custom-block-custom-group[class*=" lg:u-gap"],
.wp-block-m-hand-custom-block-custom-group[class*=" xl:u-gap"],
.wp-block-group[class*=" u-gap"],
.wp-block-group[class*=" sm:u-gap"],
.wp-block-group[class*=" md:u-gap"],
.wp-block-group[class*=" lg:u-gap"],
.wp-block-group[class*=" xl:u-gap"],
.wp-block-group[class*=" u-grid-cols"],
.wp-block-group[class*=" sm:u-grid-cols"],
.wp-block-group[class*=" md:u-grid-cols"],
.wp-block-group[class*=" lg:u-grid-cols"],
.wp-block-group[class*=" xl:u-grid-cols"],
.wp-block-columns[class*=" u-grid-cols"],
.wp-block-columns[class*=" sm:u-grid-cols"],
.wp-block-columns[class*=" md:u-grid-cols"],
.wp-block-columns[class*=" lg:u-grid-cols"],
.wp-block-columns[class*=" xl:u-grid-cols"],
.wp-block-columns[class*=" u-gap"],
.wp-block-columns[class*=" sm:u-gap"],
.wp-block-columns[class*=" md:u-gap"],
.wp-block-columns[class*=" lg:u-gap"],
.wp-block-columns[class*=" xl:u-gap"] {
  display: grid;
}
html body a:not(.wp-element-button) {
  text-decoration: inherit;
}
@media (width >= 768px ) {
  .wp-block-image.alignleft {
    float: left;
    margin-right: 2em;
  }
  .wp-block-image.alignright {
    float: right;
    margin-left: 2em;
  }
  .wp-block-image.aligncenter {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
}