@charset "UTF-8";
@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}
.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}
.splide__track--fade>.splide__list>.splide__slide{margin:0!important;opacity:0;z-index:0}
.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;z-index:1}
.splide--rtl{direction:rtl}
.splide__track--ttb>.splide__list{display:block}
.splide__container{box-sizing:border-box;position:relative}
.splide__list{backface-visibility:hidden;display:flex;height:100%;margin:0!important;padding:0!important}
.splide.is-initialized:not(.is-active) .splide__list{display:block}
.splide__pagination{align-items:center;display:flex;flex-wrap:wrap;justify-content:center;margin:0;pointer-events:none}
.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}
.splide:not(.is-overflow) .splide__pagination{display:none}
.splide__progress__bar{width:0}
.splide{position:relative;visibility:hidden}
.splide.is-initialized,.splide.is-rendered{visibility:visible}
.splide__slide{backface-visibility:hidden;box-sizing:border-box;flex-shrink:0;list-style-type:none!important;margin:0;position:relative}
.splide__slide img{vertical-align:bottom}
.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}
.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}
.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}
.splide__toggle.is-active .splide__toggle__pause{display:inline}
.splide__track{overflow:hidden;position:relative;z-index:0}
:root {
  --mh--breakpoint--min: 375px;
  --mh--breakpoint--sm: 640px;
  --mh--breakpoint--md: 768px;
  --mh--breakpoint--lg: 1100px;
  --mh--breakpoint--xl: 1280px;
}
:root {
  --mh--font-family--base:
  	"BIZ UDGothic", "ヒラギノ角ゴ ProN W3", meiryo, sans-serif;
  --mh--font-family--mincho:
  	"BIZ UDPMincho", serif;
  --mh--font-family--en: "EB Garamond", serif;
}
html body {
  --mh--font-size--x2s: 1.2rem;
  --mh--font-size--xs: 1.3rem;
  --mh--font-size--sm: 1.4rem;
  --mh--font-size--md: 1.6rem;
  --mh--font-size--lg: 1.7rem;
  --mh--font-size--xl: 1.8rem;
  --mh--font-size--x2l: 2rem;
  --mh--font-size--x3l: 2.1rem;
  --mh--font-size--x4l: 2.2rem;
  --mh--font-size--x5l: 2.4rem;
  --mh--font-size--x6l: 2.6rem;
  --mh--font-size--x7l: 2.7rem;
  --mh--font-size--x8l: 2.9rem;
  --mh--font-size--x9l: 3.1rem;
  --mh--font-size--x10l: 3.4rem;
  --mh--font-size--x11l: 3.6rem;
  --mh--font-size--x12l: 3.9rem;
  --mh--font-size--x13l: 4.1rem;
  --mh--font-size--x14l: 4.4rem;
}
@media (width >= 768px ) {
  html body {
    --mh--font-size--x2s: 1.3rem;
    --mh--font-size--xs: 1.4rem;
    --mh--font-size--sm: 1.5rem;
    --mh--font-size--md: 1.6rem;
    --mh--font-size--lg: 1.8rem;
    --mh--font-size--xl: 2rem;
    --mh--font-size--x2l: 2.3rem;
    --mh--font-size--x3l: 2.6rem;
    --mh--font-size--x4l: 2.9rem;
    --mh--font-size--x5l: 3.2rem;
    --mh--font-size--x6l: 3.6rem;
    --mh--font-size--x7l: 4.1rem;
    --mh--font-size--x8l: 4.6rem;
    --mh--font-size--x9l: 5.2rem;
    --mh--font-size--x10l: 5.8rem;
    --mh--font-size--x11l: 6.6rem;
    --mh--font-size--x12l: 7.4rem;
    --mh--font-size--x13l: 8.3rem;
    --mh--font-size--x14l: 9.4rem;
  }
}
:root {
  --mh--letter-spacing--none: 0;
  --mh--letter-spacing--md: 0.06em;
  --mh--letter-spacing--lg: 0.1em;
}
:root {
  --mh--line-height--none: 1;
  --mh--line-height--xs: 1.2;
  --mh--line-height--sm: 1.5;
  --mh--line-height--md: 1.9;
}
:root {
  --mh--header--height: 113px;
}
@media (width >= 768px ) {
  :root {
    --mh--header--height: 140px;
  }
}
:root {
  --mh--sidebar--width: 240px;
}
:root {
  --mh--contents--width: 1100px;
  --mh--contents--wide-width: 1600px;
  --mh--contents--padding--side: 20px;
  --mh--contents--width-with-padding: calc(
  	var(--mh--contents--width) + var(--mh--contents--padding--side) * 2
  );
  --mh--contents--wide-width-with-padding: calc(
  	var(--mh--contents--wide-width) + var(--mh--contents--padding--side) * 2
  );
}
@media (width >= 768px ) {
  :root {
    --mh--contents--padding--side: 40px;
  }
}
@media (width >= 1280px ) {
  :root {
    --mh--contents--padding--side: 60px;
  }
}
:root {
  --mh--border-radius--md: 3px;
}
html body {
  --mh--color--primary-500: rgb(73 90 114);
  --mh--color--primary-700: rgb(36 50 70);
  --mh--color--primary-800: rgb(27 37 51);
  --mh--color--secondary-500: rgb(35 68 124);
  --mh--color--surface-100: rgb(240 243 245);
  --mh--color--surface-200: rgb(232 238 246);
  --mh--color--grayscale-100: rgb(255 255 255);
  --mh--color--grayscale-500: rgb(204 204 204);
  --mh--color--grayscale-800: rgb(136 136 136);
  --mh--color--grayscale-900: rgb(0 0 0);
}
:root {
  --mh--easing: ease;
  --mh--duration: 0.3s;
}
:root {
  --mh--space--x3s: 10px;
  --mh--space--x2s: 15px;
  --mh--space--xs: 15px;
  --mh--space--sm: 15px;
  --mh--space--md: 20px;
  --mh--space--lg: 25px;
  --mh--space--xl: 30px;
  --mh--space--x2l: 35px;
  --mh--space--x3l: 40px;
  --mh--space--x4l: 50px;
}
@media (width >= 768px ) {
  :root {
    --mh--space--x3s: 10px;
    --mh--space--x2s: 10px;
    --mh--space--xs: 20px;
    --mh--space--sm: 30px;
    --mh--space--md: 40px;
    --mh--space--lg: 50px;
    --mh--space--xl: 60px;
    --mh--space--x2l: 70px;
    --mh--space--x3l: 80px;
    --mh--space--x4l: 100px;
  }
}
: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;
  }
}
* {
  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);
  letter-spacing: var(--mh--letter-spacing--md);
  line-height: var(--mh--line-height--md);
  color: var(--mh--color--grayscale-900);
  -webkit-text-size-adjust: 100%;
}
@media (width >= 768px ) {
  body {
    min-width: var(--mh--contents--width-with-padding);
  }
}
@media (width >= 768px ) and (hover: none) {
  body {
    -webkit-text-size-adjust: none;
  }
}
* {
  letter-spacing: var(--mh--letter-spacing--sm);
}
ins {
  text-decoration: none;
  background-color: #ff9;
}
mark {
  font-weight: bold;
  background-color: #ff9;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  cursor: help;
  border-bottom: 1px dotted;
}
sup {
  font-size: 0.75em;
  vertical-align: text-top;
}
sub {
  font-size: 0.75em;
  vertical-align: text-bottom;
}
hr {
  display: block;
  height: 1px;
  padding: 0;
  margin: 1em 0;
  border: 0;
  border-top: 1px solid;
}
table {
  width: 100%;
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse;
}
a {
  color: inherit;
}
@media (width < 768px) {
  a:hover {
    text-decoration: none;
  }
}
input[type=text],
input[type=email],
input[type=tel],
textarea,
button,
select,
option {
  display: block;
  width: 100%;
  max-width: 100%;
  font-family: inherit;
  background: none;
  border: 1px solid;
  border-radius: 0;
}
@media (width < 768px) {
  input[type=text],
  input[type=email],
  input[type=tel],
  textarea,
  button,
  select,
  option {
    font-size: 1.6rem;
  }
}
summary {
  display: block;
  cursor: pointer;
  list-style: none;
}
summary::-webkit-details-marker {
  display: none;
}
.l-wrapper {
  position: relative;
  padding-bottom: env(safe-area-inset-bottom);
}
@media (width >= 1100px ) {
  .l-container.is-col2 {
    display: grid;
    grid-template-columns: var(--mh--sidebar--width) 1fr;
    gap: 20px;
    width: var(--mh--contents--width);
    margin: 0 auto;
  }
  .l-container.is-col2 .l-sidebar {
    order: -1;
  }
}
.l-contents.is-columns-single {
  margin-bottom: -80px;
}
@media (width >= 1100px ) {
  .l-contents.is-columns-single {
    margin-bottom: -160px;
  }
}
/*  .c-archive01
================================================== */
.c-archive01 {
  --line: 2;
  --line-height: 1.9;
}
.c-archive01__item {
  border-style: solid;
  border-width: 1px 0 0;
  border-color: rgba(255, 255, 255, 0.2);
}
.c-archive01__item:last-child {
  border-width: 1px 0;
}
.c-archive01__item-in {
  display: block;
  padding: 20px 0;
}
.c-archive01__item-meta {
  display: grid;
  gap: 10px 30px;
  font-size: var(--mh--font-size--xs);
  line-height: var(--mh--line-height--sm);
}
.c-archive01__item-cat {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: flex-start;
}
.c-archive01__item-cat-item {
  padding: 3px 8px 2px;
  color: #fff;
  background: var(--mh--color--secondary-500);
  border-radius: var(--mh--border-radius--md);
}
.c-archive01__item-cat-item.is-name {
  background: rgba(255, 255, 255, 0.2);
}
.c-archive01__item-head {
  font-size: var(--mh--font-size--lg);
  display: -webkit-box;
  max-height: calc(var(--line) * var(--line-height) * 1em);
  margin-top: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: var(--line);
  line-height: var(--line-height);
  -webkit-box-orient: vertical;
  transition: all var(--mh--duration) var(--mh--easing);
}
.c-archive01__item-txt p {
  font-size: var(--mh--font-size--xs);
  color: var(--mh--color--grayscale-800);
  display: -webkit-box;
  max-height: calc(var(--line) * var(--line-height) * 1em);
  margin-top: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: var(--line);
  line-height: var(--line-height);
  -webkit-box-orient: vertical;
}
@media (width >= 768px ) {
  .c-archive01 {
    --line: 1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 50px;
  }
  .c-archive01__item {
    border-width: 0 0 1px 0;
  }
  .c-archive01__item:last-child {
    border-width: 0 0 1px 0;
  }
  .c-archive01__item-in {
    padding: 0 0 40px 0;
  }
  .c-archive01__item-meta {
    grid-template-columns: auto 1fr;
    align-items: center;
  }
  .c-archive01__item-cat-item {
    padding: 3px 20px 1px;
  }
  .c-archive01__item-head {
    margin-top: 20px;
  }
}
@media (width >= 1280px ) {
  .c-archive01 {
    gap: 40px 100px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-archive01__item-in:hover .c-archive01__item-head {
    color: var(--mh--color--grayscale-800);
  }
}
/*  .c-archive02
================================================== */
.c-archive02 {
  --line: 2;
  --line-height: 1.9;
}
.c-archive02__item {
  border-style: solid;
  border-width: 1px 0 0;
  border-color: rgba(255, 255, 255, 0.2);
}
.c-archive02__item:last-child {
  border-width: 1px 0;
}
.c-archive02__item-in {
  display: grid !important;
  grid-template-columns: 60px 1fr;
  gap: 20px;
  padding: 20px 0;
}
.c-archive02__item-date {
  font-size: var(--mh--font-size--xs);
  line-height: var(--mh--line-height--sm);
}
.c-archive02__item-head {
  font-size: var(--mh--font-size--lg);
  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;
  transition: all var(--mh--duration) var(--mh--easing);
}
.c-archive02__item-cat {
  margin-top: 7px;
}
.c-archive02.is-home .c-archive02__item-cat {
  display: none;
}
@media (width >= 768px ) {
  .c-archive02 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 50px;
  }
  .c-archive02__item {
    border-width: 0 0 1px 0;
  }
  .c-archive02__item:last-child {
    border-width: 0 0 1px 0;
  }
  .c-archive02__item-in {
    grid-template-columns: 130px 1fr;
    gap: 40px;
    padding: 0 0 40px 0;
    align-items: center;
  }
  .c-archive02__item-head {
    margin-top: 20px;
  }
  .c-archive02__item-cat {
    margin-top: 8px;
  }
}
@media (width >= 1280px ) {
  .c-archive02 {
    gap: 40px 100px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-archive02__item-in:hover .c-archive02__item-head {
    color: var(--mh--color--grayscale-800);
  }
}
.c-archive02.is-color-default .c-archive02__item {
  border-color: var(--mh--color--grayscale-500);
}
.c-archive02.is-color-default .c-archive02__item-date {
  color: var(--mh--color--grayscale-800);
}
.c-archive02.is-layout-column .c-archive02__item:first-of-type {
  border-top: none;
}
.c-archive02.is-layout-column .c-archive02__item:first-of-type .c-archive02__item-in {
  padding-top: 0;
}
.c-archive02.is-layout-column .c-archive02__item-head {
  margin-top: 8px;
}
@media (width >= 768px ) {
  .c-archive02.is-layout-column {
    display: block;
  }
  .c-archive02.is-layout-column .c-archive02__item-in {
    padding-block: 40px;
  }
  .c-archive02.is-layout-column .c-archive02__item-head {
    margin-top: 14px;
  }
}
/*  .c-archive03
================================================== */
.c-archive03__item {
  --line: 2;
  --line-height: 1.9;
  padding-bottom: 20px;
  border-bottom: var(--mh--color--grayscale-500) solid 1px;
}
.c-archive03__item + .c-archive03__item {
  margin-top: 20px;
}
.c-archive03__item-in {
  display: block;
}
.c-archive03__item-date {
  font-size: var(--mh--font-size--xs);
  line-height: var(--mh--line-height--sm);
  color: var(--mh--color--grayscale-800);
}
.c-archive03__item-head {
  font-size: var(--mh--font-size--lg);
  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;
  transition: all var(--mh--duration) var(--mh--easing);
}
.c-archive03__item-txt p {
  font-size: var(--mh--font-size--xs);
  display: -webkit-box;
  max-height: calc(var(--line) * var(--line-height) * 1em);
  margin-top: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: var(--line);
  line-height: var(--line-height);
  -webkit-box-orient: vertical;
  transition: all var(--mh--duration) var(--mh--easing);
  color: var(--mh--color--grayscale-800);
}
.c-archive03__item-cat {
  margin-top: 7px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: flex-start;
}
.c-archive03__item-cat-item {
  padding: 3px 8px 2px;
  color: #fff;
  background: var(--mh--color--secondary-500);
  border-radius: var(--mh--border-radius--md);
  line-height: var(--mh--line-height--sm);
  font-size: var(--mh--font-size--xs);
}
.c-archive03__item-cat-item.is-name {
  background: rgba(27, 37, 51, 0.7);
}
.c-archive03.is-columns-single .c-archive03__item + .c-archive03__item {
  margin-top: 40px;
}
@media (width >= 768px ) {
  .c-archive03__item {
    --line-single: 1;
    padding-bottom: 40px;
  }
  .c-archive03__item + .c-archive03__item {
    margin-top: 20px;
  }
  .c-archive03__item-head {
    margin-top: 20px;
  }
  .c-archive03__item-txt p {
    max-height: calc(var(--line-single) * var(--line-height) * 1em);
    -webkit-line-clamp: var(--line-single);
  }
  .c-archive03__item-cat {
    margin-top: 8px;
  }
  .c-archive03__item-cat-item {
    padding: 3px 20px 1px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-archive03__item-in:hover .c-archive03__item-head {
    color: var(--mh--color--grayscale-800);
  }
}
.c-bg-grad01 {
  background: url(../img/common/bg_pattern01.jpg);
  background-size: 130px 130px;
  position: relative;
  z-index: 0;
}
.c-bg-grad01::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 200px;
  background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
}
@media (width >= 768px ) {
  .c-bg-grad01::before {
    height: 500px;
  }
}
/* .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 {
  margin-top: 30px;
  width: fit-content;
}
.c-btn01__link {
  font-size: var(--mh--font-size--sm);
  line-height: var(--mh--font-size--sm);
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.c-btn01__link[target=_blank] .c-btn01__ico::before {
  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="M10.5007 5.15039V1.5H6.90891C6.63277 1.5 6.40891 1.27614 6.40891 1C6.40891 0.723858 6.63277 0.5 6.90891 0.5H11.0007C11.2767 0.500146 11.5007 0.723947 11.5007 1V5.15039C11.5007 5.42644 11.2767 5.65024 11.0007 5.65039C10.7246 5.65039 10.5007 5.42653 10.5007 5.15039Z"/><path d="M4.63672 2.34527C4.91286 2.34527 5.13672 2.56913 5.13672 2.84527C5.13672 3.12141 4.91286 3.34527 4.63672 3.34527H1.5V10.647H8.68262V7.45758C8.68262 7.18158 8.90668 6.95781 9.18262 6.95758C9.45876 6.95758 9.68262 7.18143 9.68262 7.45758V11.147C9.68239 11.423 9.45862 11.647 9.18262 11.647H1C0.723995 11.647 0.500222 11.423 0.5 11.147V2.84527C0.5 2.56913 0.723858 2.34527 1 2.34527H4.63672Z"/><path d="M10.1889 1.11073C10.3826 0.914169 10.6992 0.911299 10.8959 1.10487C11.0926 1.29872 11.0946 1.61525 10.9008 1.8119L5.90078 6.88515L5.82266 6.9496C5.62948 7.07938 5.36593 7.05975 5.19375 6.89003C4.99709 6.69617 4.99404 6.37966 5.18789 6.183L10.1889 1.11073Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M10.5007 5.15039V1.5H6.90891C6.63277 1.5 6.40891 1.27614 6.40891 1C6.40891 0.723858 6.63277 0.5 6.90891 0.5H11.0007C11.2767 0.500146 11.5007 0.723947 11.5007 1V5.15039C11.5007 5.42644 11.2767 5.65024 11.0007 5.65039C10.7246 5.65039 10.5007 5.42653 10.5007 5.15039Z"/><path d="M4.63672 2.34527C4.91286 2.34527 5.13672 2.56913 5.13672 2.84527C5.13672 3.12141 4.91286 3.34527 4.63672 3.34527H1.5V10.647H8.68262V7.45758C8.68262 7.18158 8.90668 6.95781 9.18262 6.95758C9.45876 6.95758 9.68262 7.18143 9.68262 7.45758V11.147C9.68239 11.423 9.45862 11.647 9.18262 11.647H1C0.723995 11.647 0.500222 11.423 0.5 11.147V2.84527C0.5 2.56913 0.723858 2.34527 1 2.34527H4.63672Z"/><path d="M10.1889 1.11073C10.3826 0.914169 10.6992 0.911299 10.8959 1.10487C11.0926 1.29872 11.0946 1.61525 10.9008 1.8119L5.90078 6.88515L5.82266 6.9496C5.62948 7.07938 5.36593 7.05975 5.19375 6.89003C4.99709 6.69617 4.99404 6.37966 5.18789 6.183L10.1889 1.11073Z"/></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-btn01__txt {
  transition: all 0.3s;
  padding-bottom: 1px;
  border-bottom: solid 1px;
}
.c-btn01__ico {
  position: relative;
  display: block;
  width: 48px;
  height: 28px;
  background: var(--mh--color--primary-500);
  border-radius: var(--mh--border-radius--md);
  transition: all var(--mh--duration) var(--mh--easing);
}
.c-btn01__ico::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 18px;
  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 18 12"><path d="M11.6963 0.69629C11.9892 0.403397 12.4649 0.403396 12.7578 0.69629L17.5303 5.46973C17.8232 5.76262 17.8232 6.23738 17.5303 6.53027L12.7578 11.3037C12.4649 11.5966 11.9892 11.5966 11.6963 11.3037C11.4034 11.0108 11.4034 10.5351 11.6963 10.2422L15.1895 6.75H1C0.585786 6.75 0.25 6.41421 0.25 6C0.25 5.58579 0.585786 5.25 1 5.25H15.1895L11.6963 1.75781C11.4034 1.46492 11.4034 0.989183 11.6963 0.69629Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 12"><path d="M11.6963 0.69629C11.9892 0.403397 12.4649 0.403396 12.7578 0.69629L17.5303 5.46973C17.8232 5.76262 17.8232 6.23738 17.5303 6.53027L12.7578 11.3037C12.4649 11.5966 11.9892 11.5966 11.6963 11.3037C11.4034 11.0108 11.4034 10.5351 11.6963 10.2422L15.1895 6.75H1C0.585786 6.75 0.25 6.41421 0.25 6C0.25 5.58579 0.585786 5.25 1 5.25H15.1895L11.6963 1.75781C11.4034 1.46492 11.4034 0.989183 11.6963 0.69629Z"/></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);
}
@media (width >= 768px ) {
  .c-btn01 {
    margin-top: 80px;
  }
  .c-btn01__link {
    gap: 16px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-btn01__link:hover .c-btn01__txt {
    border-bottom: none;
  }
  .c-btn01__link:hover .c-btn01__ico {
    background: var(--mh--color--secondary-500);
  }
}
/*  .c-btn01.is-right
================================================== */
.c-btn01.is-right {
  margin-left: auto;
}
/*  .c-btn01.is-center
================================================== */
.c-btn01.is-center {
  margin: auto;
}
.c-cat01 {
  font-size: var(--mh--font-size--xs);
  line-height: var(--mh--line-height--sm);
  color: var(--mh--color--grayscale-100);
  border-radius: 3px;
  background-color: var(--mh--color--secondary-500);
  padding: 3px 8px 2px;
  display: block;
  width: fit-content;
}
.c-cat01.is-name {
  background: rgba(27, 37, 51, 0.7);
}
@media (width >= 768px ) {
  .c-cat01 {
    padding-inline: 14px;
    padding-top: 4px;
  }
}
.c-cat01-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
/* .c-form
================================================== */
.c-form input[type=text],
.c-form input[type=email],
.c-form input[type=tel],
.c-form textarea,
.c-form button,
.c-form select,
.c-form option {
  border: 1px solid var(--mh--color--grayscale-700);
}
.c-form input[type=text]:focus-visible,
.c-form input[type=email]:focus-visible,
.c-form input[type=tel]:focus-visible,
.c-form textarea:focus-visible,
.c-form button:focus-visible,
.c-form select:focus-visible,
.c-form option:focus-visible {
  border-color: rgb(var(--color-black01));
  box-shadow: 0 0 0 2px rgba(var(--color-black01), 0.25);
}
.c-form fieldset {
  border: none;
}
.c-form input,
.c-form textarea {
  box-sizing: border-box;
  padding: 10px;
  font-size: 1.6rem;
}
.c-form input[type=file] {
  padding: 0;
}
.c-form input[type=text],
.c-form input[type=email] {
  height: 50px;
}
.c-form input[type=radio],
.c-form input[type=checkbox] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  white-space: nowrap;
  border-width: 0;
  clip: rect(0, 0, 0, 0);
}
.c-form textarea {
  height: 200px;
}
.c-form__set {
  box-sizing: border-box;
  padding: 50px 10px 30px;
}
.c-form__set:not(:first-child) {
  border-top: 1px solid var(--mh--color--grayscale-700);
}
.c-form__head {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}
.c-form__required, .c-form__optional {
  box-sizing: border-box;
  padding: 2px 10px 3px;
  font-size: 1.2rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  background: var(--mh--color--primary-700);
}
.c-form__required {
  background: var(--mh--color--primary-700);
}
.c-form__optional {
  color: var(--mh--color--primary-700);
  background: rgb(var(--mh--color-grayscale-700));
  border: 1px solid var(--mh--color--grayscale-700);
}
.c-form__field-set {
  display: block;
  margin-top: 15px;
}
.c-form__field-description {
  display: grid;
  gap: 5px 0;
  margin-bottom: 10px;
  font-size: 1.4rem;
  line-height: 1.5;
}
.c-form__field-txt {
  margin-bottom: 10px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.c-form__postcode {
  display: flex;
  align-items: start;
}
.c-form__postcode-suffix {
  margin: 13px 10px 0 0;
  font-size: 1.6rem;
  line-height: 1.5;
}
.c-form__postcode-btn {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 105px;
  height: 50px;
  padding: 10px 15px;
  margin-left: 15px;
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  background: var(--mh--color--primary-700);
}
.c-form__postcode > input,
.c-form__postcode > span {
  width: 40%;
}
.c-form__select-in {
  position: relative;
  display: inline-block;
}
.c-form__select-in select {
  padding: 13px 21px 13px 10px;
  font-size: 1.6rem;
  line-height: 2.2rem;
  cursor: pointer;
}
.c-form__select-in::after {
  position: absolute;
  top: 19px;
  right: 8px;
  width: 9px;
  height: 9px;
  content: "";
  border-right: 2px solid var(--mh--color--grayscale-700);
  border-bottom: 2px solid var(--mh--color--grayscale-700);
  transform: rotate(45deg);
}
.c-form__select-unit {
  margin-left: 2px;
  font-size: 1.6rem;
}
.c-form__select.is-date .c-form__select-year select {
  width: 80px;
}
.c-form__select.is-date .c-form__select-month select,
.c-form__select.is-date .c-form__select-day select {
  width: 66px;
}
.c-form__select label + label {
  margin-left: 9px;
}
.c-form__radio-list {
  display: grid;
  gap: 15px 19px;
}
.c-form__radio-list label {
  position: relative;
  padding-left: 37px;
  cursor: pointer;
}
.c-form__radio-list input + span::before {
  position: absolute;
  top: 14px;
  left: 0;
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  content: "";
  border: 1px solid var(--mh--color--grayscale-700);
  border-radius: 50%;
  transform: translateY(-50%);
}
.c-form__radio-list input + span::after {
  position: absolute;
  top: 8px;
  left: 6px;
  display: block;
  width: 12px;
  height: 12px;
  content: "";
  background: var(--mh--color--grayscale-700);
  border-radius: 50%;
  transform: scale(0);
  transition: all 0.3s ease;
}
.c-form__radio-list input:checked + span::after {
  transform: scale(1);
}
.c-form__radio-list span {
  margin: 0;
}
.c-form__checkbox-list {
  display: grid;
  gap: 15px 19px;
}
.c-form__checkbox-list label {
  position: relative;
  display: flex;
  padding-left: 37px;
  cursor: pointer;
}
.c-form__checkbox-list input + span::before {
  position: absolute;
  top: 14px;
  left: 0;
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  content: "";
  border: 1px solid var(--mh--color--grayscale-700);
  transform: translateY(-50%);
}
.c-form__checkbox-list input + span::after {
  position: absolute;
  top: 7px;
  left: 4px;
  display: block;
  width: 15px;
  height: 9px;
  content: "";
  border-color: var(--mh--color--grayscale-700);
  border-style: solid;
  border-width: 3px 3px 0 0;
  transform: scale(0) rotate(135deg);
  transition: all 0.3s ease;
}
.c-form__checkbox-list input:checked + span::after {
  transform: scale(1) rotate(135deg);
}
.c-form__checkbox-list span {
  margin: 0;
}
.c-form__radio-list label + span, .c-form__checkbox-list label + span {
  font-size: 1.6rem;
  line-height: 1.5;
}
.c-form__radio-list input:focus + span::before, .c-form__checkbox-list input:focus + span::before {
  border-color: rgb(var(--color-black01));
  box-shadow: 0 0 0 2px rgba(var(--color-black01), 0.25);
}
.c-form__radio-list input:disabled + label, .c-form__checkbox-list input:disabled + label {
  opacity: 0.5;
}
.c-form__radio-list + .c-form__radio-list, .c-form__radio-list + .c-form__checkbox-list, .c-form__checkbox-list + .c-form__radio-list, .c-form__checkbox-list + .c-form__checkbox-list {
  margin-top: 50px;
}
.c-form__radio-list.is-col2, .c-form__radio-list.is-col3, .c-form__checkbox-list.is-col2, .c-form__checkbox-list.is-col3 {
  grid-template-columns: repeat(2, 1fr);
}
.c-form__privacy {
  box-sizing: border-box;
  height: 300px;
  padding: 30px 35px;
  margin-bottom: 20px;
  overflow-y: scroll;
  border: 1px solid var(--mh--color--grayscale-700);
}
.c-form__privacy-head {
  margin-bottom: 10px;
  font-weight: bold;
}
.c-form__agreement {
  margin-bottom: 20px;
}
.c-form__agreement-txt {
  text-align: center;
}
.c-form__agreement-check {
  text-align: center;
}
.c-form__agreement-check label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
}
.c-form__agreement-check span {
  margin: 0;
}
.c-form__agreement-check input + span {
  line-height: 1.5;
}
.c-form__agreement-check input + span::before {
  position: absolute;
  top: 13px;
  left: 0;
  width: 24px;
  height: 24px;
  content: "";
  border: 1px solid var(--mh--color--grayscale-700);
  transform: translateY(-50%);
}
.c-form__agreement-check input:checked + span::after {
  position: absolute;
  top: 6px;
  left: 4px;
  display: block;
  width: 15px;
  height: 9px;
  content: "";
  border-color: var(--mh--color--grayscale-700);
  border-style: solid;
  border-width: 2px 2px 0 0;
  transform: rotate(135deg);
}
.c-form__agreement-check input:focus + span::before {
  border-color: rgb(var(--color-black01));
  box-shadow: 0 0 0 2px rgba(var(--color-black01), 0.25);
}
.c-form__agreement-check input:disabled + label {
  opacity: 0.5;
}
.c-form__btn {
  text-align: center;
}
.c-form__btn input {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  padding: 16px 20px;
  font-family: var(--fontfamily_base);
  color: #fff;
  appearance: none;
  outline: none;
  background-color: var(--mh--color--grayscale-700);
  border: none;
  border: 1px solid var(--mh--color--grayscale-700);
}
.c-form__btn input:focus-visible,
.c-form__btn :focus {
  border-color: rgb(var(--color-black01));
  box-shadow: 0 0 0 2px rgba(var(--color-black01), 0.25);
}
.c-form__btn input + input {
  margin-left: 20px;
}
.c-form__btn span {
  width: 0;
  margin: 0;
}
@media (width >= 768px ) {
  .c-form__head {
    display: inline-block;
  }
  .c-form__field-description {
    margin-bottom: 20px;
  }
  .c-form__postcode-btn {
    font-size: 1.6rem;
  }
  .c-form__select-in select {
    padding: 13px 40px 13px 10px;
  }
  .c-form__select-in::after {
    right: 12px;
  }
  .c-form__select-unit {
    margin-left: 7px;
  }
  .c-form__select.is-date .c-form__select-year select {
    width: 150px;
  }
  .c-form__select.is-date .c-form__select-month select,
  .c-form__select.is-date .c-form__select-day select {
    width: 110px;
  }
  .c-form__select label + label {
    margin-left: 18px;
  }
  .c-form__optional, .c-form__required {
    padding: 4px 17px 5px;
    margin-left: 20px;
  }
  .c-form__radio-list, .c-form__checkbox-list {
    gap: 15px 30px;
  }
  .c-form__radio-list.is-col3, .c-form__checkbox-list.is-col3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .c-form__privacy {
    height: 200px;
    padding: 40px;
  }
  .c-form__agreement {
    margin-bottom: 40px;
  }
  .c-form__btn input {
    width: 320px;
    margin: 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-form__btn input {
    transition: all var(--mh--duration) var(--mh--easing);
  }
  .c-form__btn input:hover {
    color: var(--mh--color--primary-700);
    background: var(--mh--color--grayscale-100);
  }
}
/* .c-form-btn
================================================== */
.c-form-area-btn {
  margin-top: 35px;
}
@media (width >= 768px ) {
  .c-form-area-btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 35px;
  }
}
.c-form-btn {
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 320px;
  height: 60px;
  padding: 10px 20px;
  margin: 0 auto;
  font-weight: 500;
  text-align: left;
  appearance: none;
  border: 0;
}
.c-form-btn + .c-form-btn {
  margin-top: 20px;
}
@media (width >= 768px ) {
  .c-form-btn {
    max-width: 320px;
    height: 80px;
    margin: 0;
    transition: all var(--mh--duration) var(--mh--easing);
  }
  .c-form-btn + .c-form-btn {
    margin-top: 0;
    margin-left: 40px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-form-btn:hover {
    opacity: 0.8;
  }
}
/*  .c-head01
================================================== */
.c-head01 {
  margin-bottom: var(--mh--space--x3l);
}
.c-head01__ja {
  font-size: var(--mh--font-size--lg);
  line-height: var(--mh--line-height--sm);
  letter-spacing: var(--mh--letter-spacing--lg);
  margin-bottom: 5px;
}
.c-head01__en {
  font-size: var(--mh--font-size--x13l);
}
@media (width >= 768px ) {
  .c-head01__ja {
    font-size: var(--mh--font-size--x3l);
    margin-bottom: 10px;
  }
}
.c-head02 {
  font-size: var(--mh--font-size--x7l);
  line-height: var(--mh--line-height--sm);
  font-family: var(--mh--font-family--mincho);
  font-weight: 400;
  letter-spacing: var(--mh--letter-spacing--lg);
  padding-top: 21px;
  position: relative;
  margin-bottom: 40px;
}
.c-head02::before {
  content: "";
  width: 58px;
  height: 1px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--mh--color--secondary-500);
}
@media (width >= 768px ) {
  .c-head02 {
    padding-top: 31px;
  }
  .c-head02::before {
    width: 97px;
  }
}
/* head
================================================ */
.c-surface-head, .c-single01__content h2:not([class*=c-]) {
  padding: 9px 15px !important;
  font-size: var(--mh--font-size--x4l);
  line-height: var(--mh--line-height--sm);
  background-color: var(--mh--color--surface-200);
  background: url(../img/common/bg_pattern01.jpg);
  background-size: 130px 130px;
  margin-bottom: 15px;
  font-family: var(--mh--font-family--mincho);
  font-weight: 400;
  letter-spacing: var(--mh--letter-spacing--lg);
}
@media (width >= 768px ) {
  .c-surface-head, .c-single01__content h2:not([class*=c-]) {
    padding: 12px 15px !important;
    margin-bottom: 20px;
  }
}
.c-line-head, .c-single01__content h4:not([class*=c-]) {
  position: relative;
  padding-left: 12px;
  margin-bottom: 15px;
  font-size: var(--mh--font-size--x2l);
  line-height: var(--mh--line-height--sm);
  font-family: var(--mh--font-family--mincho);
  letter-spacing: var(--mh--letter-spacing--lg);
  font-weight: 400;
}
.c-line-head::before, .c-single01__content h4:not([class*=c-])::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2px;
  height: calc(100% - 2px);
  content: "";
  background: var(--mh--color--secondary-500);
  border-radius: 1px;
}
@media (width >= 768px ) {
  .c-line-head, .c-single01__content h4:not([class*=c-]) {
    padding-left: 13px;
    margin-bottom: 20px;
  }
}
.c-under-border-head, .c-single01__content h3:not([class*=c-]) {
  padding-bottom: 10px;
  margin-bottom: 15px;
  font-size: var(--mh--font-size--x3l);
  line-height: var(--mh--line-height--sm);
  border-bottom: 1px solid var(--mh--color--grayscale-500);
  font-family: var(--mh--font-family--mincho);
  letter-spacing: var(--mh--letter-spacing--lg);
  font-weight: 400;
}
@media (width >= 768px ) {
  .c-under-border-head, .c-single01__content h3:not([class*=c-]) {
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
}
.c-left-doted-head, .c-single01__content h5:not([class*=c-]) {
  padding-left: 14px;
  font-size: var(--mh--font-size--lg);
  line-height: var(--mh--line-height--sm);
  letter-spacing: var(--mh--letter-spacing--md);
  position: relative;
  margin-bottom: 10px;
  font-weight: 400;
}
.c-left-doted-head::before, .c-single01__content h5:not([class*=c-])::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 1px;
  background-color: var(--mh--color--secondary-500);
  position: absolute;
  left: 0;
  top: 8px;
}
@media (width >= 768px ) {
  .c-left-doted-head, .c-single01__content h5:not([class*=c-]) {
    padding-left: 18px;
  }
  .c-left-doted-head::before, .c-single01__content h5:not([class*=c-])::before {
    top: 9px;
    width: 8px;
    height: 8px;
  }
}
/* list
================================================ */
.c-simple-list01, .c-single01__content ul:not([class*=c-]) {
  list-style: none;
  padding-left: 0;
}
.c-simple-list01 > li, .c-single01__content ul:not([class*=c-]) > li {
  padding-left: 23px;
  position: relative;
  line-height: var(--mh--line-height--sm);
}
.c-simple-list01 > li:before, .c-single01__content ul:not([class*=c-]) > li:before {
  content: "";
  background-color: var(--mh--color--secondary-500);
  border-radius: 1px;
  position: absolute;
  top: 9px;
  left: 3px;
  width: 5px;
  height: 5px;
}
.c-simple-list01 > li + li, .c-single01__content ul:not([class*=c-]) > li + li {
  margin-top: 12px;
}
@media (width >= 768px ) {
  .c-simple-list01 > li, .c-single01__content ul:not([class*=c-]) > li {
    padding-left: 24px;
  }
}
.c-num-list01, .c-single01__content ol:not([class*=c-]) {
  counter-reset: num01;
  list-style: none;
  padding-left: 0;
}
.c-num-list01 > li, .c-single01__content ol:not([class*=c-]) > li {
  position: relative;
  padding-left: 24px;
  counter-increment: num01 1;
  line-height: var(--mh--line-height--sm);
}
.c-num-list01 > li:before, .c-single01__content ol:not([class*=c-]) > li:before {
  content: counter(num01, decimal-leading) ".";
  position: absolute;
  top: 1px;
  left: 0;
  color: var(--mh--color--secondary-500);
  font-size: var(--mh--font-size--lg);
  font-family: var(--mh--font-family--en);
  font-weight: 400;
  line-height: var(--mh--line-height--xs);
  letter-spacing: var(--mh--letter-spacing--none);
}
.c-num-list01 > li + li, .c-single01__content ol:not([class*=c-]) > li + li {
  margin-top: 12px;
}
.c-num-list01 > li ol:not([class*=c-]), .c-single01__content ol:not([class*=c-]) > li ol:not([class*=c-]) {
  counter-reset: num02;
  margin-top: 8px;
}
.c-num-list01 > li ol:not([class*=c-]) > li, .c-single01__content ol:not([class*=c-]) > li ol:not([class*=c-]) > li {
  position: relative;
  counter-increment: num02 1;
  padding-left: 2.5em;
}
.c-num-list01 > li ol:not([class*=c-]) > li:before, .c-single01__content ol:not([class*=c-]) > li ol:not([class*=c-]) > li:before {
  content: counter(num01, decimal-leading) "-" counter(num02, decimal-leading) ".";
}
@media (width >= 768px ) {
  .c-num-list01 > li, .c-single01__content ol:not([class*=c-]) > li {
    padding-left: 25px;
  }
  .c-num-list01 > li + li, .c-single01__content ol:not([class*=c-]) > li + li {
    margin-top: 10px;
  }
}
/* content
================================================== */
.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 p img {
  margin-block: var(--mh--padding--lg) var(--mh--padding--md);
}
.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-]),
.c-single01__content .c-line-head,
.c-single01__content .c-simple-head,
.c-single01__content .c-under-border-head {
  margin: var(--mh--space--sm) 0 15px;
  clear: both;
  line-height: var(--mh--line-height--sm);
}
@media (width >= 768px ) {
  .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-]),
  .c-single01__content .c-line-head,
  .c-single01__content .c-simple-head,
  .c-single01__content .c-under-border-head {
    margin-bottom: 20px;
  }
}
.c-single01__content h5:not([class*=c-]) {
  font-size: var(--mh--font-size--lg);
}
.c-single01__content h6:not([class*=c-]) {
  font-size: var(--mh--font-size--md);
}
.c-single01__content img.aligncenter {
  margin-inline: auto;
}
.c-single01__content img.alignright {
  margin-left: auto;
  margin-right: 0;
}
.c-single01__content strong {
  font-weight: bold;
  color: var(--mh--color--primary-500);
}
.c-single01__content .wp-block-image {
  max-width: 640px;
  margin-inline: auto;
}
.c-single01__content .wp-block-image img {
  width: 100%;
  border-radius: var(--mh--radius01);
}
.c-single01__content > h2:not([class*=c-]) {
  margin-top: 40px;
}
@media (width >= 768px ) {
  .c-single01__content > h2:not([class*=c-]) {
    margin-top: 70px;
  }
}
.c-single01__content > h3:not([class*=c-]) {
  margin-top: 35px;
}
@media (width >= 768px ) {
  .c-single01__content > h3:not([class*=c-]) {
    margin-top: 60px;
  }
}
.c-single01__content > h4:not([class*=c-]) {
  margin-top: 30px;
}
@media (width >= 768px ) {
  .c-single01__content > h4:not([class*=c-]) {
    margin-top: 50px;
  }
}
.c-single01__content > h5:not([class*=c-]) {
  margin-top: 25px;
}
@media (width >= 768px ) {
  .c-single01__content > h5:not([class*=c-]) {
    margin-top: 40px;
  }
}
.c-single01__content > blockquote,
.c-single01__content > .wp-block-columns {
  margin: var(--mh--space--lg) 0;
}
.c-single01__content > figure {
  margin: var(--mh--space--md) 0;
}
.c-single01__content > ul,
.c-single01__content > ol {
  margin: var(--mh--space--md) 0;
}
.c-single01__content > ul:not([class*=c-]) ul:not([class*=c-]),
.c-single01__content > ul:not([class*=c-]) ol:not([class*=c-]),
.c-single01__content > ol:not([class*=c-]) ul:not([class*=c-]),
.c-single01__content > ol:not([class*=c-]) ol:not([class*=c-]) {
  margin: 0.8em 0 0;
}
.c-single01__content > *:not(.c-link01) a {
  text-decoration: underline !important;
}
@media (hover: hover) and (pointer: fine) {
  .c-single01__content > *:not(.c-link01) a:hover {
    text-decoration: none !important;
  }
}
/* .c-left-doted-head
================================================== */
/* .c-line-head
================================================== */
/* .c-surface-head
================================================== */
/* .c-under-border-head
================================================== */
/* .c-ico
================================================== */
.c-ico {
  display: inline-block;
  vertical-align: baseline;
}
.c-ico svg {
  transition: all var(--mh--duration) var(--mh--easing);
}
/* .c-ico.is-arw01
================================================== */
.c-ico.is-arw01 {
  margin-left: 5px;
  color: red;
}
.c-ico.is-arw01::after {
  display: inline-block;
  width: 7px;
  height: 10px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 6.472 9.771"><path d="M1.32,0,0,1.38,3.709,4.886,0,8.391l1.32,1.38L6.472,4.886Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 6.472 9.771"><path d="M1.32,0,0,1.38,3.709,4.886,0,8.391l1.32,1.38L6.472,4.886Z"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: all var(--mh--duration) var(--mh--easing);
}
/* .c-ico.is-arw02
================================================== */
.c-ico.is-arw02 {
  margin-left: 5px;
  color: green;
}
.c-ico.is-arw02::after {
  display: inline-block;
  width: 6px;
  height: 10px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 5.516 9.032"><path d="M0,8.032a1,1,0,0,1-.707-.293,1,1,0,0,1,0-1.414L2.1,3.516-.707.707a1,1,0,0,1,0-1.414,1,1,0,0,1,1.414,0L4.223,2.809a1,1,0,0,1,0,1.414L.707,7.739A1,1,0,0,1,0,8.032Z" transform="translate(1 1)"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 5.516 9.032"><path d="M0,8.032a1,1,0,0,1-.707-.293,1,1,0,0,1,0-1.414L2.1,3.516-.707.707a1,1,0,0,1,0-1.414,1,1,0,0,1,1.414,0L4.223,2.809a1,1,0,0,1,0,1.414L.707,7.739A1,1,0,0,1,0,8.032Z" transform="translate(1 1)"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: all var(--mh--duration) var(--mh--easing);
}
/* .c-ico.is-arw03
================================================== */
.c-ico.is-arw03 {
  margin-left: 5px;
}
.c-ico.is-arw03::after {
  display: inline-block;
  width: 18px;
  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 18 12"><path d="M11.6963 0.69629C11.9892 0.403397 12.4649 0.403396 12.7578 0.69629L17.5303 5.46973C17.8232 5.76262 17.8232 6.23738 17.5303 6.53027L12.7578 11.3037C12.4649 11.5966 11.9892 11.5966 11.6963 11.3037C11.4034 11.0108 11.4034 10.5351 11.6963 10.2422L15.1895 6.75H1C0.585786 6.75 0.25 6.41421 0.25 6C0.25 5.58579 0.585786 5.25 1 5.25H15.1895L11.6963 1.75781C11.4034 1.46492 11.4034 0.989183 11.6963 0.69629Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 12"><path d="M11.6963 0.69629C11.9892 0.403397 12.4649 0.403396 12.7578 0.69629L17.5303 5.46973C17.8232 5.76262 17.8232 6.23738 17.5303 6.53027L12.7578 11.3037C12.4649 11.5966 11.9892 11.5966 11.6963 11.3037C11.4034 11.0108 11.4034 10.5351 11.6963 10.2422L15.1895 6.75H1C0.585786 6.75 0.25 6.41421 0.25 6C0.25 5.58579 0.585786 5.25 1 5.25H15.1895L11.6963 1.75781C11.4034 1.46492 11.4034 0.989183 11.6963 0.69629Z"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: all var(--mh--duration) var(--mh--easing);
  background: linear-gradient(to right, rgb(34, 193, 195) 0%, rgb(253, 187, 45) 100%);
}
/* .c-ico.is-blank01
================================================== */
.c-ico.is-blank01 {
  margin-left: 5px;
  color: red;
}
.c-ico.is-blank01::after {
  display: inline-block;
  width: 10px;
  height: 9px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9.004 8.998"><path d="M7566,22026v-5.334h1.78v.891h-.89v3.553h3.56v-.889h.885V22026Zm2.67-2.67V22018H7574v5.328Zm.89-.885h3.554v-3.559h-3.554Z" transform="translate(-7565.498 -22017.502)" stroke="rgba(0,0,0,0)" stroke-miterlimit="10" stroke-width="1"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9.004 8.998"><path d="M7566,22026v-5.334h1.78v.891h-.89v3.553h3.56v-.889h.885V22026Zm2.67-2.67V22018H7574v5.328Zm.89-.885h3.554v-3.559h-3.554Z" transform="translate(-7565.498 -22017.502)" stroke="rgba(0,0,0,0)" stroke-miterlimit="10" stroke-width="1"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: all var(--mh--duration) var(--mh--easing);
}
/* .c-ico.is-blank02
================================================== */
.c-ico.is-blank02 {
  margin-left: 5px;
  color: green;
}
.c-ico.is-blank02::after {
  display: inline-block;
  width: 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="M10.5007 5.15039V1.5H6.90891C6.63277 1.5 6.40891 1.27614 6.40891 1C6.40891 0.723858 6.63277 0.5 6.90891 0.5H11.0007C11.2767 0.500146 11.5007 0.723947 11.5007 1V5.15039C11.5007 5.42644 11.2767 5.65024 11.0007 5.65039C10.7246 5.65039 10.5007 5.42653 10.5007 5.15039Z"/><path d="M4.63672 2.34527C4.91286 2.34527 5.13672 2.56913 5.13672 2.84527C5.13672 3.12141 4.91286 3.34527 4.63672 3.34527H1.5V10.647H8.68262V7.45758C8.68262 7.18158 8.90668 6.95781 9.18262 6.95758C9.45876 6.95758 9.68262 7.18143 9.68262 7.45758V11.147C9.68239 11.423 9.45862 11.647 9.18262 11.647H1C0.723995 11.647 0.500222 11.423 0.5 11.147V2.84527C0.5 2.56913 0.723858 2.34527 1 2.34527H4.63672Z"/><path d="M10.1889 1.11073C10.3826 0.914169 10.6992 0.911299 10.8959 1.10487C11.0926 1.29872 11.0946 1.61525 10.9008 1.8119L5.90078 6.88515L5.82266 6.9496C5.62948 7.07938 5.36593 7.05975 5.19375 6.89003C4.99709 6.69617 4.99404 6.37966 5.18789 6.183L10.1889 1.11073Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M10.5007 5.15039V1.5H6.90891C6.63277 1.5 6.40891 1.27614 6.40891 1C6.40891 0.723858 6.63277 0.5 6.90891 0.5H11.0007C11.2767 0.500146 11.5007 0.723947 11.5007 1V5.15039C11.5007 5.42644 11.2767 5.65024 11.0007 5.65039C10.7246 5.65039 10.5007 5.42653 10.5007 5.15039Z"/><path d="M4.63672 2.34527C4.91286 2.34527 5.13672 2.56913 5.13672 2.84527C5.13672 3.12141 4.91286 3.34527 4.63672 3.34527H1.5V10.647H8.68262V7.45758C8.68262 7.18158 8.90668 6.95781 9.18262 6.95758C9.45876 6.95758 9.68262 7.18143 9.68262 7.45758V11.147C9.68239 11.423 9.45862 11.647 9.18262 11.647H1C0.723995 11.647 0.500222 11.423 0.5 11.147V2.84527C0.5 2.56913 0.723858 2.34527 1 2.34527H4.63672Z"/><path d="M10.1889 1.11073C10.3826 0.914169 10.6992 0.911299 10.8959 1.10487C11.0926 1.29872 11.0946 1.61525 10.9008 1.8119L5.90078 6.88515L5.82266 6.9496C5.62948 7.07938 5.36593 7.05975 5.19375 6.89003C4.99709 6.69617 4.99404 6.37966 5.18789 6.183L10.1889 1.11073Z"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: all var(--mh--duration) var(--mh--easing);
}
/* .c-ico.is-blank03
================================================== */
.c-ico.is-blank03 {
  margin-left: 5px;
}
.c-ico.is-blank03::after {
  background: linear-gradient(to right, rgb(34, 193, 195) 0%, rgb(253, 187, 45) 100%);
}
/* .c-ico.is-mail01
================================================== */
.c-ico.is-mail01 {
  margin-right: 5px;
  color: skyblue;
}
.c-ico.is-mail01::after {
  display: inline-block;
  width: 17px;
  height: 13px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 12.147"><path d="M16.19,1.415v9.923H.81V1.415L8.5,8.29ZM1.348.81h14.3L8.5,7.2ZM0,12.147H17V0H0Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 12.147"><path d="M16.19,1.415v9.923H.81V1.415L8.5,8.29ZM1.348.81h14.3L8.5,7.2ZM0,12.147H17V0H0Z"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: all var(--mh--duration) var(--mh--easing);
}
/* .c-ico.is-map01
================================================== */
.c-ico.is-map01 {
  margin-right: 5px;
  color: violet;
}
.c-ico.is-map01::after {
  display: inline-block;
  width: 12px;
  height: 16px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12.016 16.221"><path d="M6.008,0A6.026,6.026,0,0,0,0,6.041C0,10.188,4.166,14.8,5.684,16.1a.5.5,0,0,0,.647,0c1.519-1.3,5.684-5.909,5.684-10.057A6.026,6.026,0,0,0,6.008,0m0,9.864A3.633,3.633,0,1,1,9.619,6.227,3.622,3.622,0,0,1,6.008,9.86" transform="translate(0 0.004)"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12.016 16.221"><path d="M6.008,0A6.026,6.026,0,0,0,0,6.041C0,10.188,4.166,14.8,5.684,16.1a.5.5,0,0,0,.647,0c1.519-1.3,5.684-5.909,5.684-10.057A6.026,6.026,0,0,0,6.008,0m0,9.864A3.633,3.633,0,1,1,9.619,6.227,3.622,3.622,0,0,1,6.008,9.86" transform="translate(0 0.004)"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: all var(--mh--duration) var(--mh--easing);
}
/* .c-ico.is-search01
================================================== */
.c-ico.is-search01 {
  margin-right: 5px;
  color: red;
}
.c-ico.is-search01::after {
  display: inline-block;
  width: 19px;
  height: 19px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18.814 18.814"><path d="M12491.646,13519.027l-4.409-4.409,0,0a7.6,7.6,0,1,1,1.386-1.387l4.409,4.413a.979.979,0,0,1,0,1.381.975.975,0,0,1-1.384,0Zm-14.97-10.43a5.922,5.922,0,1,0,5.921-5.921A5.926,5.926,0,0,0,12476.677,13508.6Z" transform="translate(-12474.751 -13500.751)" stroke-width="0.5"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18.814 18.814"><path d="M12491.646,13519.027l-4.409-4.409,0,0a7.6,7.6,0,1,1,1.386-1.387l4.409,4.413a.979.979,0,0,1,0,1.381.975.975,0,0,1-1.384,0Zm-14.97-10.43a5.922,5.922,0,1,0,5.921-5.921A5.926,5.926,0,0,0,12476.677,13508.6Z" transform="translate(-12474.751 -13500.751)" stroke-width="0.5"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: all var(--mh--duration) var(--mh--easing);
}
/* .c-ico.is-tel01
================================================== */
.c-ico.is-tel01 {
  margin-right: 5px;
  color: pink;
}
.c-ico.is-tel01::after {
  display: inline-block;
  width: 24px;
  height: 24px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 23.5 23.5"><path d="M18.019,23.5c-2.313,0-7.045-.741-12.147-5.844C-.641,11.143-.085,5.26.093,4.147a3.661,3.661,0,0,1,1.045-2.1L2.405.778a2.668,2.668,0,0,1,3.767,0l3.19,3.191a2.669,2.669,0,0,1,0,3.768L7.81,9.29a18.573,18.573,0,0,0,2.752,3.674A18.585,18.585,0,0,0,14.217,15.7l1.554-1.557a2.671,2.671,0,0,1,3.77,0l3.181,3.184a2.669,2.669,0,0,1,0,3.767l-1.25,1.25A3.7,3.7,0,0,1,19.5,23.378a7.471,7.471,0,0,1-1.479.122M4.29,2.148a.516.516,0,0,0-.367.149L2.658,3.564a1.554,1.554,0,0,0-.441.9c-.1.594-.725,5.777,5.174,11.675,6.21,6.213,11.472,5.18,11.692,5.133a1.6,1.6,0,0,0,.873-.441L21.2,19.581a.522.522,0,0,0,0-.731l-3.182-3.184a.526.526,0,0,0-.733,0l-2.708,2.71-.708-.393a21.871,21.871,0,0,1-4.828-3.5A21.8,21.8,0,0,1,5.532,9.632l-.393-.708L7.845,6.218a.522.522,0,0,0,0-.731L4.655,2.3a.515.515,0,0,0-.365-.148" transform="translate(0 0)"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 23.5 23.5"><path d="M18.019,23.5c-2.313,0-7.045-.741-12.147-5.844C-.641,11.143-.085,5.26.093,4.147a3.661,3.661,0,0,1,1.045-2.1L2.405.778a2.668,2.668,0,0,1,3.767,0l3.19,3.191a2.669,2.669,0,0,1,0,3.768L7.81,9.29a18.573,18.573,0,0,0,2.752,3.674A18.585,18.585,0,0,0,14.217,15.7l1.554-1.557a2.671,2.671,0,0,1,3.77,0l3.181,3.184a2.669,2.669,0,0,1,0,3.767l-1.25,1.25A3.7,3.7,0,0,1,19.5,23.378a7.471,7.471,0,0,1-1.479.122M4.29,2.148a.516.516,0,0,0-.367.149L2.658,3.564a1.554,1.554,0,0,0-.441.9c-.1.594-.725,5.777,5.174,11.675,6.21,6.213,11.472,5.18,11.692,5.133a1.6,1.6,0,0,0,.873-.441L21.2,19.581a.522.522,0,0,0,0-.731l-3.182-3.184a.526.526,0,0,0-.733,0l-2.708,2.71-.708-.393a21.871,21.871,0,0,1-4.828-3.5A21.8,21.8,0,0,1,5.532,9.632l-.393-.708L7.845,6.218a.522.522,0,0,0,0-.731L4.655,2.3a.515.515,0,0,0-.365-.148" transform="translate(0 0)"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: all var(--mh--duration) var(--mh--easing);
}
/* .c-img01
================================================== */
.c-img01 {
  margin: var(--mh--space--md) 0;
}
/*  .c-simple-list01
================================================== */
/*  .c-simple-list01
================================================== */
/* .c-modal01
================================================== */
.modal-overlay {
  align-items: center;
  background: rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(10px);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
}
.modal-container {
  max-height: 90dvh;
  max-width: 1100px;
  padding-top: 55px;
  width: 100%;
  z-index: 3;
}
.modal-container__in {
  background: var(--mh--color--surface-100);
  overflow-y: auto;
  max-height: 80dvh;
}
.modal-container__btn {
  margin: 20px auto 0;
  border: none !important;
  outline: none !important;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  width: fit-content;
}
.modal-container__btn-txt {
  font-size: var(--mh--font-size--sm);
}
.modal-container__btn-ico {
  background: var(--mh--color--grayscale-100);
}
.modal-container__btn-ico::before {
  display: inline-block;
  width: 25px;
  height: 25px;
  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 25 25"><path d="M6.66635 17.273L17.273 6.66638C17.5658 6.37348 18.0407 6.37348 18.3336 6.66638C18.6265 6.95927 18.6265 7.43414 18.3336 7.72704L7.72701 18.3336C7.43412 18.6265 6.95925 18.6265 6.66635 18.3336C6.37346 18.0407 6.37346 17.5659 6.66635 17.273Z"/><path d="M7.72702 6.66641L18.3336 17.273C18.6265 17.5659 18.6265 18.0408 18.3336 18.3337C18.0407 18.6266 17.5659 18.6266 17.273 18.3337L6.66636 7.72707C6.37347 7.43418 6.37347 6.95931 6.66636 6.66641C6.95926 6.37352 7.43413 6.37352 7.72702 6.66641Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 25 25"><path d="M6.66635 17.273L17.273 6.66638C17.5658 6.37348 18.0407 6.37348 18.3336 6.66638C18.6265 6.95927 18.6265 7.43414 18.3336 7.72704L7.72701 18.3336C7.43412 18.6265 6.95925 18.6265 6.66635 18.3336C6.37346 18.0407 6.37346 17.5659 6.66635 17.273Z"/><path d="M7.72702 6.66641L18.3336 17.273C18.6265 17.5659 18.6265 18.0408 18.3336 18.3337C18.0407 18.6266 17.5659 18.6266 17.273 18.3337L6.66636 7.72707C6.37347 7.43418 6.37347 6.95931 6.66636 6.66641C6.95926 6.37352 7.43413 6.37352 7.72702 6.66641Z"/></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-900);
}
@media (width >= 768px ) {
  .modal-container__btn {
    margin-top: 50px;
    gap: 16px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .modal-container__btn:hover .modal-container__btn-ico {
    background: var(--mh--color--secondary-500);
  }
  .modal-container__btn:hover .modal-container__btn-ico::before {
    color: var(--mh--color--grayscale-100);
  }
}
.modal-header {
  position: fixed;
  width: 45px;
  height: 45px;
  top: 0;
  right: 10px;
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.modal-header .modal-close {
  background: transparent;
  border: none;
  outline: none !important;
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 45px;
}
.modal-header .modal-close::before {
  display: inline-block;
  width: 45px;
  height: 45px;
  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 45 45"><path d="M42.8961 43.9638L0.46967 1.53735C0.176777 1.24446 0.176777 0.769582 0.46967 0.476689C0.762563 0.183796 1.23744 0.183796 1.53033 0.476689L43.9567 42.9031C44.2496 43.196 44.2496 43.6709 43.9567 43.9638C43.6638 44.2566 43.189 44.2566 42.8961 43.9638Z"/><path d="M0.470018 42.8961L42.8964 0.46967C43.1893 0.176777 43.6642 0.176777 43.9571 0.46967C44.25 0.762563 44.25 1.23744 43.9571 1.53033L1.53068 43.9567C1.23778 44.2496 0.762911 44.2496 0.470018 43.9567C0.177125 43.6638 0.177125 43.189 0.470018 42.8961Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 45 45"><path d="M42.8961 43.9638L0.46967 1.53735C0.176777 1.24446 0.176777 0.769582 0.46967 0.476689C0.762563 0.183796 1.23744 0.183796 1.53033 0.476689L43.9567 42.9031C44.2496 43.196 44.2496 43.6709 43.9567 43.9638C43.6638 44.2566 43.189 44.2566 42.8961 43.9638Z"/><path d="M0.470018 42.8961L42.8964 0.46967C43.1893 0.176777 43.6642 0.176777 43.9571 0.46967C44.25 0.762563 44.25 1.23744 43.9571 1.53033L1.53068 43.9567C1.23778 44.2496 0.762911 44.2496 0.470018 43.9567C0.177125 43.6638 0.177125 43.189 0.470018 42.8961Z"/></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: #fff;
}
@media (width >= 1280px ) {
  .modal-header .modal-close {
    right: -65px;
  }
}
@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%);
  }
}
.micromodal-slide {
  display: none;
}
.micromodal-slide.is-open {
  display: block;
}
.micromodal-slide[aria-hidden=false] .modal-overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden=false] .modal-container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden=true] .modal-overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden=true] .modal-container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide .modal-container,
.micromodal-slide .modal-overlay {
  will-change: transform;
}
.c-next01__inner {
  padding-block: 80px;
}
.c-next01__list {
  display: grid;
  gap: 10px;
}
.c-next01__item-in {
  background-color: var(--mh--color--grayscale-100);
  display: block;
}
.c-next01__item-txt {
  font-size: var(--mh--font-size--xl);
  line-height: var(--mh--line-height--sm);
  font-family: var(--mh--font-family--mincho);
  font-weight: 400;
  letter-spacing: var(--mh--letter-spacing--lg);
}
.c-next01__item-top {
  padding: 20px;
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 15px;
  align-items: center;
}
.c-next01__item-bottom {
  padding: 20px;
  border-top: 1px solid var(--mh--color--grayscale-500);
}
.c-next01__item-btn {
  margin-top: 0;
}
@media (width >= 768px ) {
  .c-next01__inner {
    padding-block: 160px;
  }
  .c-next01__list {
    display: flex;
    gap: 30px;
  }
  .c-next01__item {
    flex: 1;
  }
  .c-next01__item-top {
    grid-template-columns: 90px 1fr;
    gap: 24px;
  }
}
/* .c-pager01
===================================*/
.c-pager01 {
  width: fit-content;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  margin-top: 30px;
  position: relative;
  z-index: 1;
  gap: 7px;
  padding-inline: 68px;
}
.c-pager01 li {
  margin: 0px;
}
.c-pager01 li a,
.c-pager01 li span {
  display: block;
  box-sizing: border-box;
  text-decoration: none;
}
.c-pager01 li.page, .c-pager01 li.current, .c-pager01 li.extend {
  width: 21px;
  display: grid;
  place-items: center;
  position: relative;
}
.c-pager01 li.page a,
.c-pager01 li.page span, .c-pager01 li.current a,
.c-pager01 li.current span, .c-pager01 li.extend a,
.c-pager01 li.extend span {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  background-color: var(--mh--color--primary-300);
  font-size: var(--mh--font-size--x3l);
  font-family: var(--mh--font-family--en);
  font-weight: 400;
  line-height: var(--mh--line-height--xs);
  letter-spacing: var(--mh--letter-spacing--none);
}
.c-pager01 li.current {
  color: var(--mh--color--grayscale-800);
  background: var(--mh--gradient01);
}
.c-pager01 li.current a,
.c-pager01 li.current span {
  color: var(--mh--color--grayscale-600);
  background-color: var(--mh--color--primary-600);
}
.c-pager01 li.page a::after,
.c-pager01 li.page span::after {
  opacity: 0;
}
.c-pager01 li.prev, .c-pager01 li.previous, .c-pager01 li.next, .c-pager01 li.first, .c-pager01 li.last {
  position: absolute;
  white-space: nowrap;
  width: fit-content;
}
.c-pager01 li.prev a, .c-pager01 li.previous a, .c-pager01 li.next a, .c-pager01 li.first a, .c-pager01 li.last a {
  width: 100%;
  display: grid;
  place-items: center;
}
.c-pager01 li.first, .c-pager01 li.last {
  text-decoration: underline;
  bottom: 0;
  line-height: var(--mh--line-height--sm);
}
.c-pager01 li.first {
  left: 0;
}
.c-pager01 li.last {
  right: 0;
}
.c-pager01 li.prev, .c-pager01 li.previous, .c-pager01 li.next, .c-pager01 li.last, .c-pager01 li.first {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: grid;
  place-items: center;
}
.c-pager01 li.prev a, .c-pager01 li.previous a, .c-pager01 li.next a, .c-pager01 li.last a, .c-pager01 li.first a {
  display: inline-block;
  width: 48px;
  height: 28px;
  border-radius: 3px;
  color: var(--mh--color--grayscale-100);
  background: var(--mh--color--primary-500);
  position: relative;
  text-decoration: none !important;
}
.c-pager01 li.prev a::after, .c-pager01 li.previous a::after, .c-pager01 li.next a::after, .c-pager01 li.last a::after, .c-pager01 li.first a::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 18px;
  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 18 12"><path d="M11.6963 0.69629C11.9892 0.403397 12.4649 0.403396 12.7578 0.69629L17.5303 5.46973C17.8232 5.76262 17.8232 6.23738 17.5303 6.53027L12.7578 11.3037C12.4649 11.5966 11.9892 11.5966 11.6963 11.3037C11.4034 11.0108 11.4034 10.5351 11.6963 10.2422L15.1895 6.75H1C0.585786 6.75 0.25 6.41421 0.25 6C0.25 5.58579 0.585786 5.25 1 5.25H15.1895L11.6963 1.75781C11.4034 1.46492 11.4034 0.989183 11.6963 0.69629Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 12"><path d="M11.6963 0.69629C11.9892 0.403397 12.4649 0.403396 12.7578 0.69629L17.5303 5.46973C17.8232 5.76262 17.8232 6.23738 17.5303 6.53027L12.7578 11.3037C12.4649 11.5966 11.9892 11.5966 11.6963 11.3037C11.4034 11.0108 11.4034 10.5351 11.6963 10.2422L15.1895 6.75H1C0.585786 6.75 0.25 6.41421 0.25 6C0.25 5.58579 0.585786 5.25 1 5.25H15.1895L11.6963 1.75781C11.4034 1.46492 11.4034 0.989183 11.6963 0.69629Z"/></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-pager01 li.first a {
  transform: scale(-1, 1);
}
.c-pager01 li.prev, .c-pager01 li.previous {
  left: 0;
}
.c-pager01 li.prev a, .c-pager01 li.previous a {
  flex-direction: row-reverse;
  transform: scaleX(-1);
}
.c-pager01 li.next {
  right: 0;
}
@media (width >= 768px ) {
  .c-pager01 {
    margin-top: 50px;
    padding-inline: 78px;
    gap: 10px;
  }
  .c-pager01 li.page, .c-pager01 li.current, .c-pager01 li.extend {
    width: 23px;
  }
  .c-pager01 li.prev, .c-pager01 li.previous, .c-pager01 li.next, .c-pager01 li.first, .c-pager01 li.last {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
  }
  .c-pager01 li.prev a, .c-pager01 li.previous a, .c-pager01 li.next a {
    width: 50px;
    height: 30px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-pager01 li a {
    transition: var(--mh--duration) var(--mh--easing);
  }
  .c-pager01 li.page:not(.current) a, .c-pager01 li.first a, .c-pager01 li.last a {
    transition: var(--mh--duration) var(--mh--easing);
  }
  .c-pager01 li.page:not(.current) a:hover, .c-pager01 li.first a:hover, .c-pager01 li.last a:hover {
    color: var(--mh--color--grayscale-800);
  }
  .c-pager01 li.current a {
    transition: var(--mh--duration) var(--mh--easing);
  }
  .c-pager01 li.current a:hover {
    background-color: var(--mh--color--primary-600);
    color: var(--mh--color--grayscale-100);
  }
  .c-pager01 li.prev a, .c-pager01 li.previous a, .c-pager01 li.next a {
    transition: var(--mh--duration) var(--mh--easing);
  }
  .c-pager01 li.prev a:hover, .c-pager01 li.previous a:hover, .c-pager01 li.next a:hover {
    background-color: var(--mh--color--secondary-500);
  }
  .c-pager01 li.first a, .c-pager01 li.last a {
    text-indent: -9999px;
  }
  .c-pager01 li.first a:hover, .c-pager01 li.last a:hover {
    background-color: var(--mh--color--secondary-500);
    color: var(--mh--color--grayscale-100);
  }
}
/*  .c-pager02
================================================== */
.c-pager02 {
  display: grid;
  grid-template: "previous next" "all all" auto/1fr 1fr;
  gap: 25px 9px;
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid var(--mh--color--grayscale-500);
}
.c-pager02__all {
  grid-area: all;
}
.c-pager02__all-btn {
  margin-top: 0;
}
@media (width < 768px) {
  .c-pager02__all-btn {
    margin-left: auto;
    margin-right: 0;
  }
}
.c-pager02__previous {
  grid-area: previous;
}
.c-pager02__previous .c-pager02__btn-link {
  flex-direction: row-reverse;
}
.c-pager02__previous .c-pager02__btn-arw {
  transform: scaleX(-1);
}
.c-pager02__next {
  grid-area: next;
}
.c-pager02__btn {
  height: 100%;
}
.c-pager02__btn-link {
  display: flex;
  align-items: center;
  padding: 15px;
  padding-bottom: 13px;
  position: relative;
  z-index: 1;
  height: 100%;
}
.c-pager02__btn-link::before {
  content: "";
  background: url(../img/common/bg_pattern01.jpg);
  background-size: 130px 130px;
  inset: 0;
  position: absolute;
  z-index: -2;
}
.c-pager02__btn-link::after {
  content: "";
  background: url(../img/common/bg_pattern02.jpg);
  background-size: 130px 130px;
  inset: 0;
  position: absolute;
  z-index: -1;
  opacity: 0;
  transition: var(--mh--duration) var(--mh--easing);
}
.c-pager02__btn-txt {
  width: 100%;
  height: 100%;
}
.c-pager02__btn-head {
  font-size: var(--mh--font-size--sm);
  line-height: var(--mh--line-height--sm);
  font-family: var(--mh--font-family--mincho);
  font-weight: 400;
  color: var(--mh--color--secondary-500);
}
.c-pager02__btn-lead {
  white-space: wrap;
  display: block;
  font-size: var(--mh--font-size--x2s);
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  max-height: 5.7em;
  line-height: 1.9;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  margin-top: 2px;
}
@media (width >= 768px ) {
  .c-pager02 {
    margin-top: 70px;
    padding-top: 30px;
    grid-template: "previous all next" auto/1fr auto 1fr;
    align-items: stretch;
    gap: 60px;
    width: 100%;
  }
  .c-pager02__all {
    margin: 0;
    display: flex;
    align-items: center;
  }
  .c-pager02__all-btn {
    margin-inline: auto;
  }
  .c-pager02__previous {
    margin-left: auto;
    margin-right: 0;
  }
  .c-pager02__previous, .c-pager02__next {
    width: fit-content;
  }
  .c-pager02__btn {
    min-width: 255px;
  }
  .c-pager02__btn-link {
    padding: 15px;
  }
  .c-pager02__btn-lead {
    max-height: 3.8em;
    -webkit-line-clamp: 2;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-pager02__btn-link:hover::after {
    opacity: 1;
  }
}
/* .c-point01
===================================*/
.c-point01-wrap {
  counter-reset: number;
}
.c-point01 + .c-point01 {
  margin-top: 5px;
}
.c-point01:nth-child(odd) {
  background-image: url(../img/common/bg_pattern01.jpg);
}
.c-point01:nth-child(even) {
  background-image: url(../img/common/bg_pattern02.jpg);
}
.c-point01__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  gap: 10px;
  padding: 18px 10px;
}
.c-point01__head-con {
  display: flex;
  align-items: center;
  gap: 10px;
}
.c-point01__head-num {
  align-self: flex-start;
}
.c-point01__head-num::before {
  counter-increment: number;
  content: counter(number);
  font-size: var(--mh--font-size--xl);
  display: block;
  font-family: var(--mh--font-family--en);
  font-weight: 400;
  line-height: var(--mh--line-height--xs);
  letter-spacing: var(--mh--letter-spacing--none);
  width: 18px;
  text-align: center;
}
.c-point01__head-txt {
  font-size: var(--mh--font-size--lg);
  line-height: var(--mh--line-height--sm);
  letter-spacing: var(--mh--letter-spacing--lg);
  display: block;
  font-family: var(--mh--font-family--mincho);
  font-weight: 400;
}
.c-point01__content {
  position: relative;
  padding: 18px 20px;
}
.c-point01__content::before {
  content: "";
  display: block;
  width: calc(100% - 20px);
  height: 1px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  background-color: var(--mh--color--grayscale-500);
}
.c-point01__content a {
  text-decoration: underline !important;
}
.c-point01__content a[target=_blank]::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="M10.5007 5.15039V1.5H6.90891C6.63277 1.5 6.40891 1.27614 6.40891 1C6.40891 0.723858 6.63277 0.5 6.90891 0.5H11.0007C11.2767 0.500146 11.5007 0.723947 11.5007 1V5.15039C11.5007 5.42644 11.2767 5.65024 11.0007 5.65039C10.7246 5.65039 10.5007 5.42653 10.5007 5.15039Z"/><path d="M4.63672 2.34527C4.91286 2.34527 5.13672 2.56913 5.13672 2.84527C5.13672 3.12141 4.91286 3.34527 4.63672 3.34527H1.5V10.647H8.68262V7.45758C8.68262 7.18158 8.90668 6.95781 9.18262 6.95758C9.45876 6.95758 9.68262 7.18143 9.68262 7.45758V11.147C9.68239 11.423 9.45862 11.647 9.18262 11.647H1C0.723995 11.647 0.500222 11.423 0.5 11.147V2.84527C0.5 2.56913 0.723858 2.34527 1 2.34527H4.63672Z"/><path d="M10.1889 1.11073C10.3826 0.914169 10.6992 0.911299 10.8959 1.10487C11.0926 1.29872 11.0946 1.61525 10.9008 1.8119L5.90078 6.88515L5.82266 6.9496C5.62948 7.07938 5.36593 7.05975 5.19375 6.89003C4.99709 6.69617 4.99404 6.37966 5.18789 6.183L10.1889 1.11073Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M10.5007 5.15039V1.5H6.90891C6.63277 1.5 6.40891 1.27614 6.40891 1C6.40891 0.723858 6.63277 0.5 6.90891 0.5H11.0007C11.2767 0.500146 11.5007 0.723947 11.5007 1V5.15039C11.5007 5.42644 11.2767 5.65024 11.0007 5.65039C10.7246 5.65039 10.5007 5.42653 10.5007 5.15039Z"/><path d="M4.63672 2.34527C4.91286 2.34527 5.13672 2.56913 5.13672 2.84527C5.13672 3.12141 4.91286 3.34527 4.63672 3.34527H1.5V10.647H8.68262V7.45758C8.68262 7.18158 8.90668 6.95781 9.18262 6.95758C9.45876 6.95758 9.68262 7.18143 9.68262 7.45758V11.147C9.68239 11.423 9.45862 11.647 9.18262 11.647H1C0.723995 11.647 0.500222 11.423 0.5 11.147V2.84527C0.5 2.56913 0.723858 2.34527 1 2.34527H4.63672Z"/><path d="M10.1889 1.11073C10.3826 0.914169 10.6992 0.911299 10.8959 1.10487C11.0926 1.29872 11.0946 1.61525 10.9008 1.8119L5.90078 6.88515L5.82266 6.9496C5.62948 7.07938 5.36593 7.05975 5.19375 6.89003C4.99709 6.69617 4.99404 6.37966 5.18789 6.183L10.1889 1.11073Z"/></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;
}
.c-point01__mark {
  width: 48px;
  height: 28px;
  border-radius: 3px;
  cursor: pointer;
  display: block;
  margin-right: 0;
  flex-shrink: 0;
  position: relative;
  background-color: var(--mh--color--grayscale-100);
}
.c-point01__mark::before, .c-point01__mark::after {
  content: "";
  width: 15px;
  height: 2px;
  background-color: currentColor;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: 0.4s;
}
.c-point01__mark::before {
  z-index: 1;
}
.c-point01__mark::after {
  transform: rotate(90deg);
}
[open=true] .c-point01__mark::before {
  transform: rotate(180deg);
}
[open=true] .c-point01__mark::after {
  opacity: 0;
}
@media (width >= 768px ) {
  .c-point01 + .c-point01 {
    margin-top: 10px;
  }
  .c-point01__head {
    padding: 20px;
  }
  .c-point01__head-con {
    gap: 15px;
  }
  .c-point01__head-num::before {
    font-size: var(--mh--font-size--x2l);
    width: 23px;
  }
  .c-point01__head-txt {
    margin-top: 3px;
  }
  .c-point01__content {
    padding: 20px 30px 30px 58px;
  }
  .c-point01__content::before {
    width: calc(100% - 40px);
  }
  .c-point01__mark-txt {
    margin-right: 0;
    margin-left: auto;
  }
  .c-point01__mark-txt .is-close {
    display: none;
  }
  [open=true] .c-point01__mark-txt .is-close {
    display: block;
  }
  [open=true] .c-point01__mark-txt .is-open {
    display: none;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-point01__mark {
    transition: 0.4s;
  }
  .c-point01__head:hover .c-point01__mark {
    background: var(--mh--color--secondary-500);
  }
  .c-point01__head:hover .c-point01__mark::before, .c-point01__head:hover .c-point01__mark::after {
    background-color: var(--mh--color--grayscale-100);
  }
}
.c-relation01 {
  background: url(../img/common/bg_relation01_sp.png) no-repeat 0 0/cover;
  position: relative;
}
.c-relation01__inner {
  padding-top: 80px;
  padding-bottom: 80px;
}
.c-relation01 > * {
  position: relative;
  z-index: 1;
}
@media (width >= 768px ) {
  .c-relation01 {
    background-image: url(../img/common/bg_relation01_pc.png);
  }
  .c-relation01__inner {
    padding-top: 160px;
    padding-bottom: 160px;
  }
}
.c-sec-guideline {
  overflow: hidden;
}
.c-sec-guideline__head {
  margin-bottom: var(--mh--space--md);
}
.c-sec-guideline-list__item:nth-child(even) .c-sec-guideline-list__child-item:nth-child(even) .c-sec-guideline-list__child-link {
  background-image: url(../img/common/bg_pattern01.jpg);
}
.c-sec-guideline-list__item:nth-child(even) .c-sec-guideline-list__child-item:nth-child(odd) .c-sec-guideline-list__child-link {
  background-image: url(../img/common/bg_pattern02.jpg);
}
.c-sec-guideline-list__child {
  display: grid;
  gap: 10px;
}
.c-sec-guideline-list__child-item {
  display: grid;
}
.c-sec-guideline-list__child-item:nth-child(even) .c-sec-guideline-list__child-link {
  background-image: url(../img/common/bg_pattern02.jpg);
}
.c-sec-guideline-list__child-link {
  display: block;
  position: relative;
  padding: 40px 20px 60px;
  min-height: 163px;
  box-sizing: border-box;
  background: url(../img/common/bg_pattern01.jpg);
  background-size: 130px 130px;
}
.c-sec-guideline-list__child-num {
  font-size: var(--mh--font-size--xl);
  color: var(--mh--color--primary-500);
  position: absolute;
  top: 15px;
  left: 15px;
}
.c-sec-guideline-list__child-head {
  font-size: var(--mh--font-size--sm);
  line-height: var(--mh--line-height--sm);
  letter-spacing: var(--mh--letter-spacing--lg);
}
.c-sec-guideline-list__child-btn {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.c-sec-guideline-list__child-btn .c-btn01__ico {
  background: var(--mh--color--grayscale-100);
}
.c-sec-guideline-list__child-btn .c-btn01__ico::before, .c-sec-guideline-list__child-btn .c-btn01__ico::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 0;
  content: "";
  border-top: 2px solid var(--mh--color--grayscale-900);
  transform: translate(-50%, -50%);
  transition: transform var(--mh--duration) var(--mh--easing);
}
.c-sec-guideline-list__child-btn .c-btn01__ico::before {
  -webkit-mask-image: none;
  mask-image: none;
}
.c-sec-guideline-list__child-btn .c-btn01__ico::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.c-sec-guideline-slider .splide__track {
  overflow: visible;
}
.c-sec-guideline-slider__ui {
  padding: 30px 0;
  border-bottom: solid 1px var(--mh--color--grayscale-500);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media (width >= 768px ) {
  .c-sec-guideline__inner {
    position: relative;
  }
  .c-sec-guideline-list {
    display: grid !important;
    gap: 20px;
  }
  .c-sec-guideline-list__child {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .c-sec-guideline-list__child-link {
    padding: 60px 40px 70px;
    min-height: 200px;
    box-sizing: border-box;
  }
  .c-sec-guideline-list__child-num {
    font-size: var(--mh--font-size--x4l);
    top: 20px;
    left: 20px;
  }
  .c-sec-guideline-list__child-head {
    font-size: var(--mh--font-size--md);
  }
  .c-sec-guideline-list__child-btn {
    bottom: 20px;
    right: 20px;
  }
  .c-sec-guideline__btn {
    position: absolute;
    bottom: 160px;
    right: var(--mh--contents--padding--side);
    padding: 20px;
  }
}
@media (min-width: 1600px) {
  .c-sec-guideline-list__child-link {
    padding: 60px 50px 70px;
    min-height: 220px;
  }
  .c-sec-guideline-list__child-head {
    font-size: var(--mh--font-size--xl);
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-sec-guideline-list__child-link:hover .c-btn01__ico {
    background: var(--mh--color--secondary-500);
  }
  .c-sec-guideline-list__child-link:hover .c-btn01__ico::before, .c-sec-guideline-list__child-link:hover .c-btn01__ico::after {
    border-color: var(--mh--color--grayscale-100);
  }
}
/*  .c-sec-guideline-modal
================================================== */
.c-sec-guideline-modal {
  padding: 60px 20px 20px;
  position: relative;
}
.c-sec-guideline-modal__num {
  font-size: var(--mh--font-size--x9l);
  position: absolute;
  top: 15px;
  left: 15px;
  color: var(--mh--color--primary-500);
}
.c-sec-guideline-modal__head {
  font-size: var(--mh--font-size--x2l);
  line-height: var(--mh--line-height--sm);
  letter-spacing: var(--mh--letter-spacing--lg);
  margin-bottom: 20px;
}
.c-sec-guideline-modal__txt a {
  text-decoration: underline !important;
}
.c-sec-guideline-modal__txt a[target=_blank]::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="M10.5007 5.15039V1.5H6.90891C6.63277 1.5 6.40891 1.27614 6.40891 1C6.40891 0.723858 6.63277 0.5 6.90891 0.5H11.0007C11.2767 0.500146 11.5007 0.723947 11.5007 1V5.15039C11.5007 5.42644 11.2767 5.65024 11.0007 5.65039C10.7246 5.65039 10.5007 5.42653 10.5007 5.15039Z"/><path d="M4.63672 2.34527C4.91286 2.34527 5.13672 2.56913 5.13672 2.84527C5.13672 3.12141 4.91286 3.34527 4.63672 3.34527H1.5V10.647H8.68262V7.45758C8.68262 7.18158 8.90668 6.95781 9.18262 6.95758C9.45876 6.95758 9.68262 7.18143 9.68262 7.45758V11.147C9.68239 11.423 9.45862 11.647 9.18262 11.647H1C0.723995 11.647 0.500222 11.423 0.5 11.147V2.84527C0.5 2.56913 0.723858 2.34527 1 2.34527H4.63672Z"/><path d="M10.1889 1.11073C10.3826 0.914169 10.6992 0.911299 10.8959 1.10487C11.0926 1.29872 11.0946 1.61525 10.9008 1.8119L5.90078 6.88515L5.82266 6.9496C5.62948 7.07938 5.36593 7.05975 5.19375 6.89003C4.99709 6.69617 4.99404 6.37966 5.18789 6.183L10.1889 1.11073Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M10.5007 5.15039V1.5H6.90891C6.63277 1.5 6.40891 1.27614 6.40891 1C6.40891 0.723858 6.63277 0.5 6.90891 0.5H11.0007C11.2767 0.500146 11.5007 0.723947 11.5007 1V5.15039C11.5007 5.42644 11.2767 5.65024 11.0007 5.65039C10.7246 5.65039 10.5007 5.42653 10.5007 5.15039Z"/><path d="M4.63672 2.34527C4.91286 2.34527 5.13672 2.56913 5.13672 2.84527C5.13672 3.12141 4.91286 3.34527 4.63672 3.34527H1.5V10.647H8.68262V7.45758C8.68262 7.18158 8.90668 6.95781 9.18262 6.95758C9.45876 6.95758 9.68262 7.18143 9.68262 7.45758V11.147C9.68239 11.423 9.45862 11.647 9.18262 11.647H1C0.723995 11.647 0.500222 11.423 0.5 11.147V2.84527C0.5 2.56913 0.723858 2.34527 1 2.34527H4.63672Z"/><path d="M10.1889 1.11073C10.3826 0.914169 10.6992 0.911299 10.8959 1.10487C11.0926 1.29872 11.0946 1.61525 10.9008 1.8119L5.90078 6.88515L5.82266 6.9496C5.62948 7.07938 5.36593 7.05975 5.19375 6.89003C4.99709 6.69617 4.99404 6.37966 5.18789 6.183L10.1889 1.11073Z"/></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;
}
@media (width >= 768px ) {
  .c-sec-guideline-modal {
    padding: 80px 80px 40px;
  }
  .c-sec-guideline-modal__num {
    font-size: var(--mh--font-size--x7l);
    top: 40px;
    left: 50px;
  }
  .c-sec-guideline-modal__head {
    font-size: var(--mh--font-size--x4l);
    margin-bottom: 50px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-sec-guideline-modal__txt a:hover {
    text-decoration: none !important;
  }
}
/*  .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__thum {
  margin-bottom: 30px;
}
.c-single01__thum img {
  width: 100%;
  height: auto;
}
.c-single01__head {
  margin-bottom: 40px;
}
.c-single01__head-meta {
  margin-bottom: 8px;
}
.c-single01__head-date {
  color: var(--mh--color--grayscale-800);
  font-size: var(--mh--font-size--xs);
  line-height: var(--mh--line-height--sm);
}
.c-single01__head-main {
  font-size: var(--mh--font-size--x7l);
  line-height: var(--mh--line-height--sm);
  font-family: var(--mh--font-family--mincho);
  font-weight: 400;
}
.c-single01__head-cat {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 6px;
}
@media (width >= 768px ) {
  .c-single01__thum {
    margin-bottom: 70px;
  }
  .c-single01__head {
    margin-bottom: 70px;
  }
  .c-single01__head-meta {
    margin-bottom: 12px;
  }
  .c-single01__head-cat {
    margin-top: 20px;
  }
}
/* .c-table01(緑)
================================================ */
.c-table01 {
  background: var(--mh--color--grayscale-200);
  border: var(--mh--color--grayscale-500) solid 1px;
  table-layout: auto;
}
.c-table01 tr {
  border-bottom: var(--mh--color--grayscale-500) solid 1px;
}
.c-table01 th {
  padding: 15px;
}
.c-table01 td {
  padding: 20px;
}
.c-table01 tbody th {
  background-image: url(../img/common/bg_pattern02.jpg);
  font-size: var(--mh--font-size--lg);
  line-height: var(--mh--line-height--sm);
  text-align: left;
  font-family: var(--mh--font-family--mincho);
  font-weight: 400;
  letter-spacing: var(--mh--letter-spacing--lg);
}
@media (width < 768px) {
  .c-table01__wrap {
    overflow: auto;
  }
  .c-table01.is-block tr,
  .c-table01.is-block th,
  .c-table01.is-block td {
    display: block;
  }
  .c-table01.is-block tbody tr:last-of-type {
    border-bottom: none;
  }
  .c-table01.is-block tbody th {
    border-bottom: var(--mh--color--grayscale-500) solid 1px;
  }
  .c-table01.is-wide {
    min-width: 700px;
  }
}
@media (width >= 768px ) {
  .c-table01 tbody th {
    width: 230px;
    padding: 25px 20px;
  }
  .c-table01 tbody td {
    padding: 25px;
  }
}
/* .l-breadcrumb
================================================ */
.l-breadcrumb {
  margin-top: 20px;
}
@media (width >= 768px ) {
  .l-breadcrumb {
    margin-top: 25px;
  }
}
/* .l-breadcrumb-list
================================================ */
.l-breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
}
.l-breadcrumb-list__item {
  display: inline-block;
  vertical-align: top;
  font-size: var(--mh--font-size--xs);
  font-family: var(--mh--font-family--mincho);
  font-weight: 400;
  line-height: 1.2;
  display: flex;
  align-items: center;
}
.l-breadcrumb-list__item + .l-breadcrumb-list__item {
  margin-left: 10px;
}
.l-breadcrumb-list__item + .l-breadcrumb-list__item::before {
  content: "";
  margin-right: 10px;
  display: block;
  width: 4px;
  height: 11px;
  background-color: currentColor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg width="4" height="11" viewBox="0 0 4 11" xmlns="http://www.w3.org/2000/svg"><path d="M3 0.5H4L1 11.5H0L3 0.5Z" /></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg width="4" height="11" viewBox="0 0 4 11" xmlns="http://www.w3.org/2000/svg"><path d="M3 0.5H4L1 11.5H0L3 0.5Z" /></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
.l-breadcrumb-list__item-txt:is(span) {
  color: var(--mh--color--grayscale-800);
}
@media (width < 768px) {
  .l-breadcrumb-list {
    flex-wrap: nowrap;
    overflow: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .l-breadcrumb-list::-webkit-scrollbar {
    display: none;
  }
}
.l-column {
  display: grid;
  gap: 45px;
}
@media (width >= 768px ) {
  .l-column {
    grid-template-columns: 1fr var(--mh--sidebar--width);
    margin: 0 auto;
    align-items: flex-start;
    gap: 80px;
  }
  .l-column__nav {
    position: sticky;
    top: var(--mh--header--height);
    z-index: 1;
  }
}
/* .l-footer
================================================ */
.l-footer {
  position: relative;
  color: var(--mh--color--grayscale-100);
  background: url(../img/common/bg_pattern03.jpg);
  background-size: 130px 130px;
}
.l-footer__inner {
  padding-top: 80px;
  padding-bottom: 40px;
  padding-left: var(--mh--contents--padding--side);
  padding-right: var(--mh--contents--padding--side);
}
@media (width >= 1100px ) {
  .l-footer__inner {
    padding-top: 160px;
    padding-bottom: 80px;
  }
}
/* .l-footer-logo
================================================ */
.l-footer-logo {
  width: fit-content;
}
.l-footer-logo__link {
  display: grid !important;
  gap: 8px;
}
.l-footer-logo__img {
  font-size: 0;
}
.l-footer-logo__img svg {
  width: 234px;
}
.l-footer-logo__txt {
  font-size: 1.1rem;
}
@media (width >= 768px ) {
  .l-footer-logo__link {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
  }
  .l-footer-logo__img svg {
    width: 297px;
  }
  .l-footer-logo__txt {
    font-size: 1.4rem;
  }
}
/* .l-footer-info
================================================ */
.l-footer-info {
  display: grid;
  gap: 50px;
  margin-top: 40px;
}
@media (width >= 1100px ) {
  .l-footer-info {
    margin-top: 60px;
    grid-template-columns: 1fr 430px;
  }
}
/* .l-footer-address
================================================ */
.l-footer-address {
  display: grid;
  gap: 24px;
}
.l-footer-address__head {
  font-size: var(--mh--font-size--sm);
  line-height: var(--mh--line-height--sm);
  padding-left: 18px;
  position: relative;
}
.l-footer-address__head::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 1px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: var(--mh--color--secondary-500);
}
.l-footer-address__txt {
  margin-top: 10px;
  font-size: var(--mh--font-size--x2s);
  color: var(--mh--color--grayscale-800);
}
@media (width >= 1100px ) {
  .l-footer-address {
    grid-template-columns: repeat(3, 1fr);
    max-width: 820px;
  }
  .l-footer-address__txt {
    margin-top: 18px;
    font-size: var(--mh--font-size--sm);
  }
}
/* .l-footer-sitemap
================================================ */
.l-footer-sitemap {
  display: grid;
  gap: 20px;
}
.l-footer-sitemap__wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  align-items: flex-start;
}
.l-footer-sitemap__link {
  display: block;
  line-height: var(--mh--line-height--sm);
}
.l-footer-sitemap__child {
  display: grid;
  gap: 10px;
  margin-top: 10px;
  align-items: flex-start;
}
.l-footer-sitemap__child-link {
  display: block;
  font-size: var(--mh--font-size--xs);
  line-height: var(--mh--line-height--sm);
  color: var(--mh--color--grayscale-800);
}
@media (width >= 1100px ) {
  .l-footer-sitemap {
    gap: 30px;
  }
  .l-footer-sitemap__child {
    gap: 15px;
    margin-top: 15px;
  }
}
/* .l-footer-other
================================================ */
.l-footer-other {
  padding-top: 40px;
  margin-top: 40px;
  border-top: solid 1px rgba(255, 255, 255, 0.2);
  display: grid;
  gap: 40px;
}
.l-footer-other__btn {
  margin-top: 0 !important;
}
.l-footer-other__privacy {
  text-align: right;
}
.l-footer-other__privacy-link {
  font-size: var(--mh--font-size--xs);
  line-height: var(--mh--font-size--sm);
}
.l-footer-other__privacy-link::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="M10.5007 5.15039V1.5H6.90891C6.63277 1.5 6.40891 1.27614 6.40891 1C6.40891 0.723858 6.63277 0.5 6.90891 0.5H11.0007C11.2767 0.500146 11.5007 0.723947 11.5007 1V5.15039C11.5007 5.42644 11.2767 5.65024 11.0007 5.65039C10.7246 5.65039 10.5007 5.42653 10.5007 5.15039Z"/><path d="M4.63672 2.34527C4.91286 2.34527 5.13672 2.56913 5.13672 2.84527C5.13672 3.12141 4.91286 3.34527 4.63672 3.34527H1.5V10.647H8.68262V7.45758C8.68262 7.18158 8.90668 6.95781 9.18262 6.95758C9.45876 6.95758 9.68262 7.18143 9.68262 7.45758V11.147C9.68239 11.423 9.45862 11.647 9.18262 11.647H1C0.723995 11.647 0.500222 11.423 0.5 11.147V2.84527C0.5 2.56913 0.723858 2.34527 1 2.34527H4.63672Z"/><path d="M10.1889 1.11073C10.3826 0.914169 10.6992 0.911299 10.8959 1.10487C11.0926 1.29872 11.0946 1.61525 10.9008 1.8119L5.90078 6.88515L5.82266 6.9496C5.62948 7.07938 5.36593 7.05975 5.19375 6.89003C4.99709 6.69617 4.99404 6.37966 5.18789 6.183L10.1889 1.11073Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M10.5007 5.15039V1.5H6.90891C6.63277 1.5 6.40891 1.27614 6.40891 1C6.40891 0.723858 6.63277 0.5 6.90891 0.5H11.0007C11.2767 0.500146 11.5007 0.723947 11.5007 1V5.15039C11.5007 5.42644 11.2767 5.65024 11.0007 5.65039C10.7246 5.65039 10.5007 5.42653 10.5007 5.15039Z"/><path d="M4.63672 2.34527C4.91286 2.34527 5.13672 2.56913 5.13672 2.84527C5.13672 3.12141 4.91286 3.34527 4.63672 3.34527H1.5V10.647H8.68262V7.45758C8.68262 7.18158 8.90668 6.95781 9.18262 6.95758C9.45876 6.95758 9.68262 7.18143 9.68262 7.45758V11.147C9.68239 11.423 9.45862 11.647 9.18262 11.647H1C0.723995 11.647 0.500222 11.423 0.5 11.147V2.84527C0.5 2.56913 0.723858 2.34527 1 2.34527H4.63672Z"/><path d="M10.1889 1.11073C10.3826 0.914169 10.6992 0.911299 10.8959 1.10487C11.0926 1.29872 11.0946 1.61525 10.9008 1.8119L5.90078 6.88515L5.82266 6.9496C5.62948 7.07938 5.36593 7.05975 5.19375 6.89003C4.99709 6.69617 4.99404 6.37966 5.18789 6.183L10.1889 1.11073Z"/></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;
}
.l-footer-other__wrap {
  display: grid;
  gap: 5px;
  justify-content: flex-end;
}
.l-footer-other__cr {
  text-align: right;
  font-size: var(--mh--font-size--xs);
  line-height: var(--mh--font-size--none);
}
@media (width >= 1100px ) {
  .l-footer-other {
    padding-top: 80px;
    margin-top: 80px;
    grid-template-columns: 1fr 430px;
  }
  .l-footer-other__wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .l-footer-other__privacy {
    text-align: left;
  }
  .l-footer-other__cr {
    text-align: left;
  }
}
/* .l-footer-page-top
================================================ */
/* .l-header
================================================ */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  min-width: 320px;
  color: var(--mh--color--grayscale-100);
  transition: all var(--mh--duration) var(--mh--easing);
}
.l-header::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  z-index: -1;
  transition: all var(--mh--duration) var(--mh--easing);
  opacity: 0;
}
.l-header__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  height: var(--mh--header--height);
  padding-left: var(--mh--contents--padding--side);
  padding-right: var(--mh--contents--padding--side);
  transition: all var(--mh--duration) var(--mh--easing);
}
.l-header.is-hide {
  transform: translateY(-100%);
}
.l-header.is-hide.is-open {
  transform: none;
}
.l-header.is-fixed {
  color: var(--mh--color--grayscale-900);
}
.l-header.is-fixed::after {
  opacity: 1;
}
.l-header.is-fixed .l-header__inner {
  height: 73px;
}
.l-header.is-fixed .l-header-logo__txt {
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.l-header.is-fixed .l-nav-btn {
  color: var(--mh--color--grayscale-900);
}
.l-header.is-open {
  color: var(--mh--color--grayscale-100);
}
.l-header.is-open .l-header-logo__txt {
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.l-header.is-open .l-nav-btn {
  color: var(--mh--color--grayscale-100);
}
@media (width >= 768px ) {
  .l-header {
    min-width: var(--mh--contents--width-with-padding);
  }
  .l-header.is-fixed .l-header-logo__link {
    gap: 20px;
  }
  .l-header.is-fixed .l-header-logo__img svg {
    width: 234px;
  }
  .l-header.is-fixed .l-nav {
    color: var(--mh--color--grayscale-900);
  }
  .l-header.is-fixed .l-nav-list__item-link:is(button)::before, .l-header.is-fixed .l-nav-list__item-link:is(button)::after {
    border-color: var(--mh--color--grayscale-900);
  }
}
@media (width >= 768px ) and (hover: none) {
  .l-header {
    left: 0 !important;
  }
}
/* .l-header-logo
================================================== */
.l-header-logo {
  position: relative;
  z-index: 2;
}
.l-header-logo__link {
  display: grid !important;
  transition: all var(--mh--duration) var(--mh--easing);
}
.l-header-logo__img {
  display: block;
  font-size: 0;
}
.l-header-logo__img svg {
  width: 191px;
  transition: all var(--mh--duration) var(--mh--easing);
}
.l-header-logo__txt {
  width: fit-content;
  font-size: 1rem;
  font-weight: 400;
  line-height: var(--mh--line-height--sm);
  border-radius: var(--mh--border-radius--md);
  padding: 3px 12px 2px;
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
@media (width >= 768px ) {
  .l-header-logo__link {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
  }
  .l-header-logo__img svg {
    width: 297px;
  }
}
@media (min-width: 1400px) {
  .l-header-logo__txt {
    font-size: 1.4rem;
    padding: 3px 20px 2px;
  }
}
/* .l-nav-btn
================================================== */
.l-nav-btn {
  position: relative;
  width: 44px;
  height: 50px;
  color: var(--mh--color--grayscale-100);
  cursor: pointer;
  border: none;
  z-index: 2;
}
.l-nav-btn__txt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  line-height: var(--mh--line-height--sm);
  text-align: center;
}
/* .l-nav
================================================ */
.l-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 320px;
  height: 100dvh;
  padding: 178px 60px 60px;
  color: var(--mh--color--grayscale-100);
  overscroll-behavior-y: none;
  -webkit-overflow-scrolling: touch;
  transition: all var(--mh--duration) var(--mh--easing);
}
@media (width < 768px) {
  .l-nav {
    background: var(--mh--color--primary-800);
    overflow: auto;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition: all var(--mh--duration) var(--mh--easing);
  }
  .l-nav::-webkit-scrollbar {
    display: none;
  }
  .l-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
  }
}
@media (width >= 768px ) {
  .l-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: auto;
    right: 50px;
    width: fit-content;
    height: auto;
    min-width: auto;
    padding: 0;
  }
}
/* .l-nav-list
================================================== */
@media (width < 768px) {
  .l-nav-list {
    display: grid;
    gap: 18px;
  }
  .l-nav-list__item-link, .l-nav-list__item-txt {
    position: relative;
    padding: 0;
    border: 0;
    font-size: var(--mh--font-size--x2l);
    line-height: var(--mh--line-height--sm);
    letter-spacing: var(--mh--letter-spacing--lg);
    text-align: left;
  }
  .l-nav-list__item-link:is(button), .l-nav-list__item-txt:is(button) {
    padding-right: 22px;
  }
  .l-nav-list__item-link:is(button)::before, .l-nav-list__item-link:is(button)::after, .l-nav-list__item-txt:is(button)::before, .l-nav-list__item-txt:is(button)::after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 12px;
    height: 0;
    content: "";
    border-top: 1px solid var(--mh--color--grayscale-100);
    transform: translate(0, -50%);
    transition: transform var(--mh--duration) var(--mh--easing);
  }
  .l-nav-list__item-link:is(button)::after, .l-nav-list__item-txt:is(button)::after {
    transform: translate(0, -50%) rotate(90deg);
  }
  .l-nav-list__item-link:is(button).is-active::after, .l-nav-list__item-txt:is(button).is-active::after {
    transform: translate(0, -50%) rotate(0);
  }
  .l-nav-list__child {
    display: grid;
    gap: 12px;
  }
  .l-nav-list__child-wrap {
    box-sizing: border-box;
    display: none;
    transition: transform var(--mh--duration) var(--mh--easing);
    padding-top: 18px;
  }
  .l-nav-list__child-item {
    color: var(--mh--color--grayscale-800);
    font-size: var(--mh--font-size--sm);
    line-height: var(--mh--line-height--sm);
    letter-spacing: var(--mh--letter-spacing--lg);
  }
}
@media (width < 768px) {
  .l-nav-list {
    font-family: var(--mh--font-family--mincho);
  }
}
@media (width >= 768px ) {
  .l-nav-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 20px;
    font-size: var(--mh--font-size--sm);
  }
  .l-nav-list__item {
    position: relative;
  }
  .l-nav-list__item-link {
    position: relative;
  }
  .l-nav-list__item-link:is(button)::before, .l-nav-list__item-link:is(button)::after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 12px;
    height: 0;
    content: "";
    border-top: 1px solid var(--mh--color--grayscale-100);
    transform: translate(0, -50%);
    transition: transform var(--mh--duration) var(--mh--easing);
  }
  .l-nav-list__item-link:is(button)::after {
    transform: translate(0, -50%) rotate(90deg);
  }
  .l-nav-list__item-link:is(button).is-active::after {
    transform: translate(0, -50%) rotate(0);
  }
  .l-nav-list__item-link {
    display: block;
    border: 0;
    padding-right: 22px;
  }
  .l-nav-list__child-wrap {
    position: absolute;
    top: 55px;
    left: 50%;
    transform: translateX(-50%);
    box-sizing: border-box;
    width: fit-content;
    min-width: 360px;
    height: auto;
    color: var(--mh--color--grayscale-900);
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    padding: 40px;
    transition: visibility 0s linear, all 0.3s ease;
  }
  .l-nav-list__child-wrap:not(.is-active) {
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    transform: translate(-50%, -30px);
  }
  .l-nav-list__child {
    display: grid;
    gap: 30px;
  }
  .l-nav-list__child-item-link {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
  }
  .l-nav-list__child-item-txt {
    position: relative;
  }
  .l-nav-list__child-item-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);
  }
}
@media (min-width: 1400px) {
  .l-nav-list {
    gap: 40px;
    font-size: var(--mh--font-size--md);
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-nav-list__child-item-link:hover .l-nav-list__child-item-txt::after {
    opacity: 0;
  }
  .l-nav-list__child-item-link:hover .l-nav-list__child-item-ico {
    background: var(--mh--color--secondary-500);
  }
}
/* .l-nav-overlay
================================================ */
.l-nav-overlay {
  position: fixed;
  inset: 0;
  z-index: 10;
  display: none;
  background: rgba(0, 0, 0, 0.65);
}
/* .l-main-img HOME
================================================ */
.l-main-img {
  position: relative;
  background: url(../img/common/bg_pattern03.jpg);
  background-size: 130px 130px;
  padding-top: 100vh;
  padding-top: calc(var(--vh, 1vh) * 100);
}
.l-main-img-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.l-main-img-bg__inner {
  position: sticky;
  top: 0;
  left: 0;
  padding-top: 177.8666666667%;
}
.l-main-img-bg__movie {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  overflow: hidden;
}
.l-main-img-bg__movie-in {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  transition: all 1s cubic-bezier(0.44, 0.45, 0.45, 1);
}
.l-main-img-bg__movie img,
.l-main-img-bg__movie video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.l-main-img-bg__movie-btn {
  --btn_bgcolor: rgba(255, 255, 255, 0.1);
  --btn_txtcolor: rgba(255, 255, 255, 0.8);
  --btn_size: 105px;
  --btn_pos: 33px;
  --btn_font: var(--mh--font-size--sm);
  --btn_padding: 35%;
  --btn_ico: 16px;
  position: absolute;
  right: var(--btn_pos);
  bottom: var(--btn_pos);
  width: var(--btn_size);
  height: var(--btn_size);
  border: none;
  outline: none;
  border-radius: 50%;
  color: var(--btn_txtcolor);
  background-color: var(--btn_bgcolor);
  font-size: var(--btn_font);
  transition: all 1s var(--mh--easing);
}
.l-main-img-bg__movie-btn::before {
  content: "";
  display: block;
  position: absolute;
  margin: -3px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 1px solid var(--btn_bgcolor);
  border-radius: 50%;
  transition: border-color 1s var(--mh--easing);
}
.l-main-img-bg__movie-btn-in {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  padding-top: var(--btn_padding);
  transition: all 1s var(--mh--easing);
}
.l-main-img-bg__movie-btn-ico {
  display: block;
  margin: 0 auto 8%;
  width: var(--btn_ico);
  background-color: currentcolor;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: all 1s var(--mh--easing);
}
.l-main-img-bg__movie-btn-ico::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.l-main-img-bg__movie-btn-ico.is-play {
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30"><path d="M28 15 5 30V0l23 15Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30"><path d="M28 15 5 30V0l23 15Z"/></svg>');
}
.l-main-img-bg__movie-btn-ico.is-pause {
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30"><path d="M18 3h5v26h-5zM7 3h5v26H7"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30"><path d="M18 3h5v26h-5zM7 3h5v26H7"/></svg>');
}
.l-main-img-bg__movie-btn-txt {
  display: block;
}
.l-main-img-bg__movie-btn[data-flag=play] .l-main-img-bg__movie-btn-in.is-pause {
  opacity: 1;
}
.l-main-img-bg__movie-btn[data-flag=pause] .l-main-img-bg__movie-btn-in.is-play {
  opacity: 1;
}
.l-main-img-bg__copy {
  display: flex;
  overflow: hidden;
  width: 100%;
  position: absolute;
  bottom: 64px;
  left: 0;
}
.l-main-img-bg__copy-item {
  position: relative;
  animation: scroll-left 40s infinite linear 0.5s both;
  display: flex;
}
.l-main-img-bg__copy-item-img {
  width: 870px;
  margin: 0 10px;
}
.l-main-img-bg__copy-item-img img {
  display: block;
  width: 100%;
}
.l-main-img-message {
  position: relative;
  pointer-events: none;
}
.l-main-img-message__area-txt {
  padding: 0 30px;
}
.l-main-img-message__en {
  font-size: var(--mh--font-size--xl);
  color: var(--mh--color--primary-500);
  margin-bottom: var(--mh--padding--sm);
}
.l-main-img-message__txt {
  font-size: var(--mh--font-size--xl);
  line-height: 2.2em;
  color: var(--mh--color--grayscale-100);
}
.l-main-img-message__txt + .l-main-img-message__txt {
  margin-top: 2.2em;
}
.l-main-img-bottom {
  display: block;
  height: 200vh;
  height: calc(var(--vh, 1vh) * 200);
}
@media (min-aspect-ratio: 16/9) {
  .l-main-img.is-on-message .l-main-img-bg__movie img,
  .l-main-img.is-on-message .l-main-img-bg__movie video, .l-main-img.is-on-bottom .l-main-img-bg__movie img,
  .l-main-img.is-on-bottom .l-main-img-bg__movie video {
    max-width: 100%;
    max-height: 500%;
  }
}
@media (max-aspect-ratio: 16/9) {
  .l-main-img.is-on-message .l-main-img-bg__movie img,
  .l-main-img.is-on-message .l-main-img-bg__movie video, .l-main-img.is-on-bottom .l-main-img-bg__movie img,
  .l-main-img.is-on-bottom .l-main-img-bg__movie video {
    max-width: 500%;
    max-height: 100%;
  }
}
@media (width < 768px) {
  .l-main-img.is-on-message .l-main-img-bg__movie-in, .l-main-img.is-on-bottom .l-main-img-bg__movie-in {
    width: 201px;
    height: 357px;
    transform: translate(-50%, -50%);
  }
  .l-main-img.is-on-message .l-main-img-bg__movie-btn, .l-main-img.is-on-bottom .l-main-img-bg__movie-btn {
    --btn_size: 65px;
    --btn_pos: 15px;
    --btn_padding: 25%;
    --btn_font: var(--mh--font-size--x2s);
  }
  .l-main-img.is-on-message .l-main-img-bg__movie-in {
    opacity: 0.5;
  }
  .l-main-img.is-on-bottom .l-main-img-bg__movie-in {
    opacity: 1;
  }
}
@media (width >= 768px ) {
  .l-main-img-bg__inner {
    padding-top: 100vh;
    padding-top: calc(var(--vh, 1vh) * 100);
  }
  .l-main-img-bg__copy {
    bottom: 126px;
  }
  .l-main-img-bg__copy-item-img {
    width: 2601px;
  }
  .l-main-img-bg__movie-btn {
    --btn_size: 190px;
    --btn_pos: 105px;
    --btn_font: var(--mh--font-size--x2l);
    --btn_padding: 35%;
    --btn_ico: 30px;
    right: calc(var(--btn_pos) * 1.9);
  }
  .l-main-img-bg__movie-btn::before {
    margin: -5px;
  }
  .l-main-img-bg__movie-btn-ico {
    margin-bottom: 10%;
  }
  .l-main-img-message {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 80px;
  }
  .l-main-img-message__movie {
    padding-left: 60px;
    max-width: 620px;
  }
  .l-main-img-message__txt {
    font-size: var(--mh--font-size--md);
  }
  .l-main-img.is-on-message .l-main-img-bg__movie-in {
    width: 500px;
    height: 285px;
    transform: translate(calc(-50% - 25vw), -50%);
  }
  .l-main-img.is-on-message .l-main-img-bg__movie-btn {
    --btn_size: 95px;
    --btn_pos: 22px;
    --btn_font: var(--mh--font-size--x2s);
    --btn_padding: 30%;
    --btn_ico: 17px;
  }
  .l-main-img.is-on-bottom .l-main-img-bg__movie-in {
    width: 800px;
    height: 450px;
    transform: translate(-50%, -50%);
  }
  .l-main-img.is-on-bottom .l-main-img-bg__movie-btn {
    --btn_size: 105px;
    --btn_pos: 25px;
    --btn_font: var(--mh--font-size--x2s);
    --btn_padding: 30%;
    --btn_ico: 17px;
  }
}
@media (min-width: 1400px) {
  .l-main-img-message__txt {
    font-size: var(--mh--font-size--xl);
  }
  .l-main-img.is-on-message .l-main-img-bg__movie-in {
    width: 620px;
    height: 349px;
  }
  .l-main-img.is-on-bottom .l-main-img-bg__movie-in {
    width: 1000px;
    height: 562px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-main-img .l-main-img-bg__movie-btn:hover {
    --btn_bgcolor: rgba(255, 255, 255, 0.2);
  }
}
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
/* .l-sub-img
================================================ */
.l-sub-img {
  height: 250px;
  position: relative;
  z-index: 1;
  padding-top: 83px;
  padding-bottom: 25px;
  color: var(--mh--color--grayscale-100);
  overflow: hidden;
}
.l-sub-img__bg {
  position: absolute;
  inset: 0;
  top: 0;
  left: 0;
  z-index: -1;
}
.l-sub-img__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.l-sub-img__inner {
  height: 100%;
  display: flex;
  align-items: center;
}
.l-sub-img__head {
  font-size: var(--mh--font-size--x8l);
  line-height: var(--mh--line-height--sm);
  letter-spacing: var(--mh--letter-spacing--lg);
}
.l-sub-img__en {
  position: absolute;
  z-index: -1;
  bottom: 10px;
  right: var(--mh--contents--padding--side);
  opacity: 0.04;
  font-size: 5.8rem;
  line-height: 1.2;
}
@media (width >= 768px ) {
  .l-sub-img {
    height: 390px;
    padding-top: 90px;
    padding-bottom: 40px;
  }
  .l-sub-img__en {
    font-size: 15rem;
  }
}
/* .l-sidebar
================================================== */
.l-sidebar-sec + .l-sidebar-sec {
  margin-top: 30px;
}
.l-sidebar-sec__head {
  font-size: var(--mh--font-size--xl);
  line-height: var(--mh--line-height--sm);
  font-family: var(--mh--font-family--mincho);
  font-weight: 400;
  padding-bottom: 7px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--mh--color--grayscale-500);
}
.l-sidebar-sec__list {
  display: grid;
  gap: 20px;
}
.l-sidebar-sec__list-link {
  line-height: var(--mh--line-height--sm);
  position: relative;
  padding-left: 13px;
  display: block;
}
.l-sidebar-sec__list-link::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: currentColor;
  position: absolute;
  left: 0;
  top: 7px;
  border-radius: 1px;
  background-color: var(--mh--color--secondary-500);
}
.l-sidebar-sec__list-link.is-current {
  color: var(--mh--color--grayscale-800);
}
.l-sidebar__form {
  position: relative;
}
.l-sidebar__form form {
  display: grid;
  grid-template-columns: 1fr 50px;
}
.l-sidebar__form-input {
  background-color: var(--mh--color--grayscale-200) !important;
  border: 1px solid var(--mh--color--grayscale-500) !important;
  padding: 10px 10px;
  border-radius: 3px 0 0 3px !important;
  height: 50px !important;
}
.l-sidebar__form-input:focus-visible {
  outline: 0;
}
.l-sidebar__form-btn {
  width: fit-content;
  height: 100%;
  display: block;
  background: var(--mh--color--secondary-500);
  color: var(--mh--color--grayscale-100);
  border: none;
  width: 100%;
  border-radius: 0 3px 3px 0;
  line-height: var(--mh--line-height--sm);
  white-space: nowrap;
  font-size: var(--mh--font-size--xs);
}
@media (width >= 768px ) {
  .l-sidebar-sec__head {
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .l-sidebar-sec + .l-sidebar-sec {
    margin-top: 40px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-sidebar-sec__list-link {
    transition: var(--mh--duration) var(--mh--easing);
  }
  .l-sidebar-sec__list-link:hover {
    color: var(--mh--color--grayscale-800);
  }
}
.js-c-anime-elem[data-anime=fadein-up] {
  opacity: 0;
  transform: translateY(30px);
  transition: all var(--mh--duration) var(--mh--easing);
}
.js-c-anime-elem[data-anime=fadein-up].is-animated {
  opacity: 1;
  transform: translateY(0);
}
.js-c-anime-elem[data-anime=fadein-left] {
  opacity: 0;
  transform: translateX(-30px);
  transition: transform var(--mh--duration) var(--mh--easing), opacity var(--mh--duration) var(--mh--easing);
}
.js-c-anime-elem[data-anime=fadein-left].is-animated {
  opacity: 1;
  transform: translateX(0);
}
.js-c-anime-elem[data-anime=fadein-right] {
  opacity: 0;
  transform: translateX(30px);
  transition: transform var(--mh--duration) var(--mh--easing), opacity var(--mh--duration) var(--mh--easing);
}
.js-c-anime-elem[data-anime=fadein-right].is-animated {
  opacity: 1;
  transform: translateX(0);
}
.js-c-anime-elem[data-anime-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-link__txt {
  display: inline-block;
  transition: all 0.3s;
}
.js-c-link__txt-wrap {
  display: inline-block;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  a:hover .js-c-link .js-c-link__txt:first-child, .js-c-link:hover .js-c-link__txt:first-child {
    animation: roll-text 0.2s;
  }
}
@keyframes roll-text {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    transform: translateY(-10px);
    opacity: 0;
  }
  50.1% {
    transform: translateY(10px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.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;
}
.splide__arrows {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 0 10px;
  width: 110px;
  height: 40px;
}
.splide__arrow {
  position: absolute;
  top: 0;
  background-color: transparent;
  width: 50px;
  height: 40px;
  border-radius: var(--mh--border-radius--md);
  border: solid 1px var(--mh--color--grayscale-500);
}
.splide__arrow::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 18px;
  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 18 12"><path d="M11.6963 0.69629C11.9892 0.403397 12.4649 0.403396 12.7578 0.69629L17.5303 5.46973C17.8232 5.76262 17.8232 6.23738 17.5303 6.53027L12.7578 11.3037C12.4649 11.5966 11.9892 11.5966 11.6963 11.3037C11.4034 11.0108 11.4034 10.5351 11.6963 10.2422L15.1895 6.75H1C0.585786 6.75 0.25 6.41421 0.25 6C0.25 5.58579 0.585786 5.25 1 5.25H15.1895L11.6963 1.75781C11.4034 1.46492 11.4034 0.989183 11.6963 0.69629Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 12"><path d="M11.6963 0.69629C11.9892 0.403397 12.4649 0.403396 12.7578 0.69629L17.5303 5.46973C17.8232 5.76262 17.8232 6.23738 17.5303 6.53027L12.7578 11.3037C12.4649 11.5966 11.9892 11.5966 11.6963 11.3037C11.4034 11.0108 11.4034 10.5351 11.6963 10.2422L15.1895 6.75H1C0.585786 6.75 0.25 6.41421 0.25 6C0.25 5.58579 0.585786 5.25 1 5.25H15.1895L11.6963 1.75781C11.4034 1.46492 11.4034 0.989183 11.6963 0.69629Z"/></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);
}
.splide__arrow[disabled]::after {
  color: var(--mh--color--grayscale-500);
}
.splide__arrow svg {
  display: none;
}
.splide__arrow--prev {
  left: 0;
}
.splide__arrow--prev::after {
  transform: translate(-50%, -50%) scale(-1, 1);
}
.splide__arrow--next {
  right: 0;
}
@media (hover: hover) and (pointer: fine) {
  .splide__arrow {
    transition: all var(--mh--duration) var(--mh--easing);
  }
  .splide__arrow:hover {
    border-color: var(--mh--color--primary-700);
  }
  .splide__arrow:hover::after {
    color: var(--mh--color--primary-700);
  }
}
.splide__pagination {
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.splide__pagination__page {
  border: none;
  background: var(--mh--color--grayscale-500);
  width: 10px;
  height: 10px;
  border-radius: 1px;
}
.splide__pagination__page.is-active {
  width: 10px;
  height: 10px;
  background: var(--mh--color--secondary-500);
  transform: scale(1);
}
.activities-archive {
  padding-block: 50px 80px;
}
.activities-archive__head {
  margin-bottom: 20px;
}
@media (width >= 768px ) {
  .activities-archive {
    padding-block: 100px 160px;
  }
  .activities-archive__head {
    margin-bottom: 40px;
  }
}
/* single
================================================ */
.activities-single-con__inner {
  padding-block: 50px 80px;
}
@media (width >= 768px ) {
  .activities-single-con__inner {
    padding-block: 100px 160px;
  }
}
.benefits-point-wrap {
  padding-top: 50px;
  display: grid;
  gap: 40px;
}
@media (width >= 768px ) {
  .benefits-point-wrap {
    padding-top: 100px;
    gap: 80px;
  }
}
.benefits-point-header {
  padding-top: 10px;
  margin-bottom: var(--mh--space--xl);
  border-top: 1px solid var(--mh--color--grayscale-500);
}
.benefits-point-header__head {
  font-size: var(--mh--font-size--xl);
  font-family: var(--mh--font-family--en);
  font-weight: 400;
  line-height: var(--mh--line-height--xs);
  letter-spacing: var(--mh--letter-spacing--none);
  color: var(--mh--color--primary-500);
}
.benefits-point-set {
  display: grid;
  gap: 25px;
}
@media (width < 768px) {
  .benefits-point-set__vi {
    max-width: 156px;
  }
}
.benefits-point-set__head {
  font-size: var(--mh--font-size--x4l);
  line-height: var(--mh--line-height--sm);
  letter-spacing: var(--mh--letter-spacing--lg);
  font-family: var(--mh--font-family--mincho);
  font-weight: 400;
  margin-bottom: 20px;
}
.benefits-point-set__txt {
  display: grid;
  gap: 25px;
}
.benefits-point-set__accordion {
  margin-block: 25px;
}
@media (width >= 768px ) {
  .benefits-point-set {
    grid-template-columns: 213px 1fr;
    gap: 70px;
  }
  .benefits-point-set__vi {
    padding-top: 10px;
  }
  .benefits-point-set__head {
    margin-bottom: 30px;
  }
  .benefits-point-set__txt {
    gap: 20px;
  }
  .benefits-point-set__accordion {
    margin-block: 40px;
  }
}
.columns-archive {
  padding-block: 50px 80px;
}
.columns-archive__head {
  margin-bottom: 25px;
}
@media (width >= 768px ) {
  .columns-archive {
    padding-block: 100px 160px;
  }
  .columns-archive__head {
    margin-bottom: 40px;
  }
}
/* single
================================================ */
.columns-single-con__inner {
  padding-block: 50px 80px;
}
@media (width >= 768px ) {
  .columns-single-con__inner {
    padding-block: 100px 160px;
  }
}
/* .error-page404
================================================ */
.error-page404__inner {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}
.error-page404__head {
  margin-bottom: 30px;
}
.error-page404__txt {
  margin-bottom: 30px;
}
@media (width >= 768px ) {
  .error-page404__inner {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .error-page404__head {
    margin-bottom: 60px;
  }
  .error-page404__txt {
    margin-bottom: 60px;
  }
}
/*  .home-philosophy
================================================== */
.home-philosophy__inner {
  padding-top: 80px;
  padding-bottom: 80px;
}
.home-philosophy__content {
  display: grid;
  gap: 30px;
}
.home-philosophy__area-img {
  margin-left: auto;
  margin-right: -10px;
  width: 64.5%;
  aspect-ratio: 216/266;
  position: relative;
}
.home-philosophy__img {
  position: absolute;
}
.home-philosophy__img img {
  width: 100%;
}
.home-philosophy__img:first-child {
  width: 67.1%;
  top: 0;
  left: 0;
}
.home-philosophy__img:nth-child(2) {
  bottom: 0;
  right: 0;
  width: 46.3%;
}
.home-philosophy__sub {
  font-size: var(--mh--font-size--x2s);
  line-height: var(--mh--line-height--sm);
  margin-bottom: var(--mh--space--sm);
  padding-left: 12px;
  position: relative;
}
.home-philosophy__sub::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: var(--mh--color--secondary-500);
  border-radius: 1px;
}
.home-philosophy__copy {
  font-size: var(--mh--font-size--x5l);
  line-height: var(--mh--line-height--sm);
  letter-spacing: var(--mh--letter-spacing--lg);
  margin-bottom: var(--mh--space--lg);
}
@media (width >= 768px ) {
  .home-philosophy__inner {
    padding-top: 140px;
    padding-bottom: 43px;
  }
  .home-philosophy__head {
    margin-bottom: 70px;
  }
  .home-philosophy__content {
    grid-template-columns: 660fr 480fr;
    gap: 60px;
  }
  .home-philosophy__area-img {
    margin-right: 0;
    order: 2;
    width: 100%;
    aspect-ratio: 480/734;
  }
  .home-philosophy__img:first-child {
    width: 90%;
  }
  .home-philosophy__img:nth-child(2) {
    width: 45%;
  }
  .home-philosophy__area-txt {
    padding-top: 110px;
  }
  .home-philosophy__sub {
    font-size: var(--mh--font-size--lg);
    padding-left: 18px;
  }
  .home-philosophy__sub::before {
    width: 8px;
    height: 8px;
  }
  .home-philosophy__copy {
    font-size: var(--mh--font-size--x6l);
  }
}
@media (min-width: 1400px) {
  .home-philosophy__inner {
    padding-top: 160px;
  }
  .home-philosophy__head {
    margin-bottom: -20px;
  }
  .home-philosophy__content {
    grid-template-columns: 800fr 740fr;
    gap: 120px;
  }
  .home-philosophy__area-img {
    aspect-ratio: 740/917;
    max-width: 740px;
  }
  .home-philosophy__img:first-child {
    width: 73%;
  }
  .home-philosophy__img:nth-child(2) {
    width: 36.5%;
  }
  .home-philosophy__area-txt {
    padding-top: 200px;
  }
  .home-philosophy__copy {
    font-size: var(--mh--font-size--x7l);
  }
}
@media (min-width: 1900px) {
  .home-philosophy__content {
    margin-right: -100px;
    gap: 160px;
  }
  .home-philosophy__copy {
    font-size: var(--mh--font-size--x9l);
  }
}
/*  .home-guideline
================================================== */
.home-guideline__inner {
  padding-bottom: 80px;
}
@media (width >= 768px ) {
  .home-guideline__inner {
    padding-bottom: 160px;
  }
}
/*  .home-archive
================================================== */
.home-archive {
  transition: all var(--mh--duration) var(--mh--easing);
}
.home-archive.is-active {
  color: var(--mh--color--grayscale-100);
  background: url(../img/common/bg_pattern03.jpg);
  background-size: 130px 130px;
}
.home-archive__inner {
  padding-block: 80px;
  display: grid;
  gap: 100px;
}
.home-archive__area-head {
  display: grid;
  gap: 40px 0;
  margin-bottom: var(--mh--space--x3l);
}
.home-archive__head {
  margin-bottom: 0;
}
.home-archive__column .c-archive01__item {
  border-color: rgba(255, 255, 255, 0.2);
}
@media (width >= 768px ) {
  .home-archive__inner {
    padding-block: 120px;
    gap: 140px;
  }
  .home-archive__area-head {
    grid-template-columns: repeat(2, 1fr);
    align-items: flex-end;
  }
  .home-archive__lead {
    padding-bottom: 10px;
  }
}
@media (width >= 1280px ) {
  .home-archive__inner {
    padding-block: 120px;
    gap: 160px;
  }
}
/*  .home-bg
================================================== */
.home-bg.is-active {
  position: sticky;
  top: 0;
}
.home-bg__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (width >= 768px ) {
  .home-bg {
    height: 100vh;
  }
  .home-bg__img {
    height: 100%;
  }
}
/*  .home-environment
================================================== */
.home-environment {
  position: relative;
  background: var(--mh--color--grayscale-100);
}
.home-environment__inner {
  padding-top: 80px;
  padding-bottom: 100px;
}
.home-environment-list {
  display: grid;
}
.home-environment-list__item {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: solid 1px var(--mh--color--grayscale-500);
  display: grid;
  gap: 20px;
}
.home-environment-list__item.is-wide {
  gap: 30px;
}
.home-environment-list__en {
  font-size: var(--mh--font-size--xl);
  margin-bottom: 30px;
  color: var(--mh--color--primary-500);
}
.home-environment-list__head {
  font-size: var(--mh--font-size--x3l);
  letter-spacing: var(--mh--letter-spacing--lg);
  line-height: var(--mh--line-height--sm);
  margin-bottom: 20px;
}
.home-environment-list__img img {
  width: 100%;
}
.home-environment-list__box {
  padding: 20px;
  background: var(--mh--color--surface-100);
}
.home-environment-list02 {
  counter-reset: list02;
  display: grid;
  gap: 20px;
}
.home-environment-list02__item {
  counter-increment: list02 1;
  padding-left: 48px;
  font-size: var(--mh--font-size--xs);
  line-height: var(--mh--line-height--sm);
  position: relative;
}
.home-environment-list02__item::before {
  position: absolute;
  content: counter(list02);
  width: 38px;
  height: 22px;
  top: -2px;
  left: 0;
  background: #fff;
  text-align: center;
  font-size: var(--mh--font-size--md);
  font-family: var(--mh--font-family--en);
  line-height: 22px;
  color: var(--mh--color--primary-500);
  border-radius: var(--mh--border-radius--md);
}
@media (width >= 768px ) {
  .home-environment__inner {
    padding-top: 140px;
    padding-bottom: 80px;
    position: relative;
  }
  .home-environment-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 100px;
  }
  .home-environment-list__item {
    display: grid;
    grid-row: span 2;
    grid-template-rows: subgrid;
    gap: 80px;
    padding: 0;
    border: none;
  }
  .home-environment-list__item:nth-child(2), .home-environment-list__item:nth-child(3) {
    position: relative;
  }
  .home-environment-list__item:nth-child(2)::before, .home-environment-list__item:nth-child(3)::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    top: 0;
    left: -50px;
    background: var(--mh--color--grayscale-500);
  }
  .home-environment-list__item.is-wide {
    grid-column: 1/4;
    border-top: solid 1px var(--mh--color--grayscale-500);
    padding-top: 100px;
    display: grid;
    grid-template-columns: 610fr 880fr;
    gap: 110px;
  }
  .home-environment-list__box {
    padding: 40px;
  }
  .home-environment-list02 {
    grid-template-columns: repeat(2, 1fr);
  }
  .home-environment-list02__item {
    font-size: var(--mh--font-size--md);
    padding-left: 68px;
  }
  .home-environment-list02__item::before {
    width: 48px;
    height: 28px;
    line-height: 28px;
  }
  .home-environment__btn {
    position: absolute;
    margin-top: 0 !important;
    top: 240px;
    right: var(--mh--contents--padding--side);
  }
}
@media (width >= 1280px ) {
  .home-environment__inner {
    padding-top: 160px;
    padding-bottom: 180px;
  }
  .home-environment__btn {
    top: 260px;
  }
}
/*  .home-sec
================================================== */
.home-sec {
  background: url(../img/common/bg_pattern01.jpg);
  background-size: 130px 130px;
  padding-bottom: 100px;
  position: relative;
  z-index: 2;
}
.home-sec::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 415px;
  background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
  top: 0;
  left: 0;
  z-index: -1;
}
.home-sec__inner {
  padding-right: var(--mh--contents--padding--side);
  padding-left: var(--mh--contents--padding--side);
  max-width: 1920px;
  margin: 0 auto;
}
.home-sec__img img {
  width: 100%;
}
.home-sec__img.is-01 {
  width: 58.8%;
}
.home-sec__img.is-02 {
  padding-top: 68px;
}
.home-sec__img-wrap {
  margin-left: auto;
  margin-top: -26px;
  width: 68.5%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media (width >= 768px ) {
  .home-sec {
    padding-bottom: 200px;
  }
  .home-sec::before {
    height: 669px;
  }
  .home-sec__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
  }
  .home-sec__img.is-01 {
    width: 37%;
    padding-bottom: 100px;
  }
  .home-sec__img.is-02 {
    padding-top: 70%;
  }
  .home-sec__img-wrap {
    margin-top: -26px;
    width: 40%;
    gap: 7.7%;
  }
}
/*  .home-recruitment
================================================== */
.home-recruitment {
  background: url(../img/common/bg_pattern01.jpg);
  background-size: 130px 130px;
  position: relative;
}
.home-recruitment__inner {
  padding-bottom: 100px;
}
.home-recruitment-list {
  display: grid;
  gap: 10px;
}
.home-recruitment-list__link {
  display: block;
  background: var(--mh--color--grayscale-100);
}
.home-recruitment-list__content {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 15px;
  align-items: center;
  padding: 20px;
}
.home-recruitment-list__head {
  font-size: var(--mh--font-size--x3l);
  line-height: var(--mh--line-height--sm);
  letter-spacing: var(--mh--letter-spacing--lg);
}
.home-recruitment-list__btn {
  margin-top: 0 !important;
}
.home-recruitment-list__btn-wrap {
  padding: 20px;
  border-top: solid 1px var(--mh--color--grayscale-500);
}
@media (width >= 768px ) {
  .home-recruitment__inner {
    padding-bottom: 160px;
  }
  .home-recruitment-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
  .home-recruitment-list__content {
    grid-template-columns: 80px 1fr;
    gap: 24px;
  }
  .home-recruitment-list__head {
    font-size: var(--mh--font-size--xl);
  }
  .home-recruitment-list__btn-wrap {
    padding: 20px 30px;
  }
}
@media (width >= 1280px ) {
  .home-recruitment__inner {
    padding-bottom: 180px;
  }
  .home-recruitment-list {
    gap: 30px;
  }
  .home-recruitment-list__content {
    grid-template-columns: 120px 1fr;
    padding: 40px;
  }
  .home-recruitment-list__head {
    font-size: var(--mh--font-size--x3l);
  }
}
@media (hover: hover) and (pointer: fine) {
  .home-recruitment-list__link:hover .c-btn01__txt {
    border-bottom: none;
  }
  .home-recruitment-list__link:hover .c-btn01__ico {
    background: var(--mh--color--secondary-500);
  }
}
/*  .philosophy-intro
================================================== */
.philosophy-intro__inner {
  padding-top: 50px;
}
.philosophy-intro__content {
  display: grid;
  gap: 20px;
}
.philosophy-intro__area-img {
  margin-left: auto;
  margin-right: -10px;
  width: 64.5%;
  aspect-ratio: 216/266;
  position: relative;
}
.philosophy-intro__img {
  position: absolute;
}
.philosophy-intro__img img {
  width: 100%;
}
.philosophy-intro__img:first-child {
  width: 67.1%;
  top: 0;
  left: 0;
}
.philosophy-intro__img:nth-child(2) {
  bottom: 0;
  right: 0;
  width: 46.3%;
}
.philosophy-intro__sub {
  font-size: var(--mh--font-size--x2s);
  line-height: var(--mh--line-height--sm);
  margin-bottom: var(--mh--space--sm);
  padding-left: 12px;
  position: relative;
}
.philosophy-intro__sub::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: var(--mh--color--secondary-500);
  border-radius: 1px;
}
.philosophy-intro__copy {
  font-size: var(--mh--font-size--x5l);
  line-height: var(--mh--line-height--sm);
  letter-spacing: var(--mh--letter-spacing--lg);
  margin-bottom: var(--mh--space--lg);
}
.philosophy-intro__txt {
  display: grid;
  gap: 14px;
}
@media (width >= 768px ) {
  .philosophy-intro__inner {
    padding-top: 100px;
  }
  .philosophy-intro__content {
    grid-template-columns: 1fr 43.9%;
    gap: 60px;
  }
  .philosophy-intro__area-img {
    margin-right: 0;
    order: 2;
    width: 100%;
    aspect-ratio: 480/734;
  }
  .philosophy-intro__img:first-child {
    width: 90%;
  }
  .philosophy-intro__img:nth-child(2) {
    width: 45%;
  }
  .philosophy-intro__sub {
    font-size: var(--mh--font-size--lg);
    padding-left: 18px;
  }
  .philosophy-intro__sub::before {
    width: 8px;
    height: 8px;
  }
  .philosophy-intro__copy {
    font-size: var(--mh--font-size--x6l);
  }
  .philosophy-intro__txt {
    font-size: var(--mh--font-size--lg);
    gap: 20px;
  }
}
@media (min-width: 1400px) {
  .philosophy-intro__content {
    gap: 120px;
  }
  .philosophy-intro__area-img {
    aspect-ratio: 740/917;
    max-width: 740px;
  }
  .philosophy-intro__img:first-child {
    width: 73%;
  }
  .philosophy-intro__img:nth-child(2) {
    width: 36.5%;
  }
  .philosophy-intro__area-txt {
    padding-top: 98px;
  }
  .philosophy-intro__copy {
    font-size: var(--mh--font-size--x7l);
  }
}
@media (min-width: 1900px) {
  .philosophy-intro__content {
    margin-right: -100px;
    gap: 160px;
  }
  .philosophy-intro__copy {
    font-size: var(--mh--font-size--x9l);
  }
}
.philosophy-guideline__inner {
  padding-block: 60px 80px;
}
.philosophy-guideline__slider-ui {
  padding-bottom: 0;
  border-bottom: none;
}
@media (width >= 768px ) {
  .philosophy-guideline__inner {
    padding-block: 80px 160px;
  }
}
.recruit-con__inner {
  padding-top: var(--mh--space--x4l);
}
.recruit-con__lead {
  margin-bottom: var(--mh--space--x3l);
  display: grid;
  gap: 20px;
}
.u-hidden {
  display: none;
}
.u-inline {
  display: inline;
}
.u-inline-block {
  display: inline-block;
}
.u-block {
  display: block;
}
.u-flex {
  display: flex;
}
.u-grid {
  display: grid;
}
@media (width < 640px) {
  .u-hidden-sm-down {
    display: none;
  }
}
@media (width < 768px) {
  .u-hidden-md-down {
    display: none;
  }
}
@media (width < 1100px) {
  .u-hidden-lg-down {
    display: none;
  }
}
@media (width < 1280px) {
  .u-hidden-xl-down {
    display: none;
  }
}
@media (width >= 640px) {
  .u-hidden-sm-up {
    display: none;
  }
}
@media (width >= 768px ) {
  .u-hidden-md-up {
    display: none;
  }
}
@media (width >= 1100px ) {
  .u-hidden-lg-up {
    display: none;
  }
}
@media (width >= 1280px ) {
  .u-hidden-xl-up {
    display: none;
  }
}
/* overflow
-------------------------------------- */
.u-overflow-auto {
  overflow: auto;
}
.u-overflow-hidden {
  overflow: hidden;
}
.u-overflow-visible {
  overflow: visible;
}
/* screen reader
-------------------------------------- */
.u-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  white-space: nowrap;
  border-width: 0;
  clip: rect(0, 0, 0, 0);
}
/* text-transform
-------------------------------------- */
.u-uppercase {
  text-transform: uppercase;
}
.u-capitalize {
  text-transform: capitalize;
}
/* text-align
-------------------------------------- */
.u-text-left {
  text-align: left;
}
.u-text-right {
  text-align: right;
}
.u-text-center {
  text-align: center;
}
@media (width < 640px) {
  .u-text-left-sm-down {
    text-align: left;
  }
}
@media (width < 640px) {
  .u-text-right-sm-down {
    text-align: right;
  }
}
@media (width < 640px) {
  .u-text-center-sm-down {
    text-align: center;
  }
}
@media (width < 768px) {
  .u-text-left-md-down {
    text-align: left;
  }
}
@media (width < 768px) {
  .u-text-right-md-down {
    text-align: right;
  }
}
@media (width < 768px) {
  .u-text-center-md-down {
    text-align: center;
  }
}
@media (width < 1100px) {
  .u-text-left-lg-down {
    text-align: left;
  }
}
@media (width < 1100px) {
  .u-text-right-lg-down {
    text-align: right;
  }
}
@media (width < 1100px) {
  .u-text-center-lg-down {
    text-align: center;
  }
}
@media (width < 1280px) {
  .u-text-left-xl-down {
    text-align: left;
  }
}
@media (width < 1280px) {
  .u-text-right-xl-down {
    text-align: right;
  }
}
@media (width < 1280px) {
  .u-text-center-xl-down {
    text-align: center;
  }
}
@media (width >= 640px) {
  .u-text-left-sm-up {
    text-align: left;
  }
}
@media (width >= 640px) {
  .u-text-right-sm-up {
    text-align: right;
  }
}
@media (width >= 640px) {
  .u-text-center-sm-up {
    text-align: center;
  }
}
@media (width >= 768px ) {
  .u-text-left-md-up {
    text-align: left;
  }
}
@media (width >= 768px ) {
  .u-text-right-md-up {
    text-align: right;
  }
}
@media (width >= 768px ) {
  .u-text-center-md-up {
    text-align: center;
  }
}
@media (width >= 1100px ) {
  .u-text-left-lg-up {
    text-align: left;
  }
}
@media (width >= 1100px ) {
  .u-text-right-lg-up {
    text-align: right;
  }
}
@media (width >= 1100px ) {
  .u-text-center-lg-up {
    text-align: center;
  }
}
@media (width >= 1280px ) {
  .u-text-left-xl-up {
    text-align: left;
  }
}
@media (width >= 1280px ) {
  .u-text-right-xl-up {
    text-align: right;
  }
}
@media (width >= 1280px ) {
  .u-text-center-xl-up {
    text-align: center;
  }
}
/* text marker
================================================ */
.u-text-marker {
  display: inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding: 0.25em 0.05em;
  background: var(--mh--color--surface-200);
}
/* font-size
-------------------------------------- */
.u-text-x2s {
  font-size: var(--mh--font-size--x2s);
}
.u-text-xs {
  font-size: var(--mh--font-size--xs);
}
.u-text-sm {
  font-size: var(--mh--font-size--sm);
}
.u-text-md {
  font-size: var(--mh--font-size--md);
}
.u-text-lg {
  font-size: var(--mh--font-size--lg);
}
.u-text-xl {
  font-size: var(--mh--font-size--xl);
}
.u-text-x2l {
  font-size: var(--mh--font-size--x2l);
}
.u-text-x3l {
  font-size: var(--mh--font-size--x3l);
}
.u-text-x4l {
  font-size: var(--mh--font-size--x4l);
}
.u-text-x5l {
  font-size: var(--mh--font-size--x5l);
}
.u-text-x6l {
  font-size: var(--mh--font-size--x6l);
}
.u-text-x7l {
  font-size: var(--mh--font-size--x7l);
}
.u-text-x8l {
  font-size: var(--mh--font-size--x8l);
}
.u-text-x9l {
  font-size: var(--mh--font-size--x9l);
}
.u-text-x10l {
  font-size: var(--mh--font-size--x10l);
}
.u-text-x11l {
  font-size: var(--mh--font-size--x11l);
}
.u-text-x12l {
  font-size: var(--mh--font-size--x12l);
}
.u-text-x13l {
  font-size: var(--mh--font-size--x13l);
}
.u-text-x14l {
  font-size: var(--mh--font-size--x14l);
}
.u-text-x2s,
.u-text-xs,
.u-text-sm,
.u-text-md,
.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--md);
  letter-spacing: var(--mh--letter-spacing--md);
}
/* line-height
-------------------------------------- */
.u-leading-none {
  line-height: var(--mh--line-height--none);
}
.u-leading-xs {
  line-height: var(--mh--line-height--xs);
}
.u-leading-sm {
  line-height: var(--mh--line-height--sm);
}
.u-leading-md {
  line-height: var(--mh--line-height--md);
}
/* letter-spacing
-------------------------------------- */
.u-tracking-none {
  letter-spacing: var(--mh--letter-spacing--none);
}
.u-tracking-md {
  letter-spacing: var(--mh--letter-spacing--md);
}
.u-tracking-lg {
  letter-spacing: var(--mh--letter-spacing--lg);
}
/* font-weight
-------------------------------------- */
.u-font-bold {
  font-weight: 700;
}
/* font-family
-------------------------------------- */
.u-font-en {
  font-family: var(--mh--font-family--en);
  font-weight: 400;
  line-height: var(--mh--line-height--xs);
  letter-spacing: var(--mh--letter-spacing--none);
}
.u-font-mincho {
  font-family: var(--mh--font-family--mincho);
  font-weight: 400;
}
/* 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-item-center {
  display: grid;
  place-items: center;
}
.u-clearfix {
  clear: both;
  display: block;
  height: 0;
  border: none;
}
/* link
-------------------------------------- */
a.u-alpha {
  display: block;
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  a.u-alpha {
    transition: opacity var(--mh--duration) var(--mh--easing);
  }
  a.u-alpha:hover {
    opacity: 0.7;
  }
}
a.u-zoom {
  display: block;
  text-decoration: none;
}
a.u-zoom .u-zoom__img {
  display: block;
}
a.u-zoom .u-zoom__img-wrap {
  display: block;
  overflow: hidden;
}
@media (hover: hover) and (pointer: fine) {
  a.u-zoom .u-zoom__img {
    transition: transform var(--mh--duration) var(--mh--easing);
  }
  a.u-zoom:hover .u-zoom__img {
    transform: scale(1.1);
  }
}
a.u-link-layer {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
}
a[class].u-text-underline {
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  a[class].u-text-underline:hover {
    text-decoration: none;
  }
}
.u-media-query {
  font-family: sp;
}
@media (width >= 768px ) {
  .u-media-query {
    font-family: tb;
  }
}
@media (width >= 1100px ) {
  .u-media-query {
    font-family: pc;
  }
}
.u-text-primary-500 {
  color: var(--mh--color--primary-500);
}
.u-text-primary-700 {
  color: var(--mh--color--primary-700);
}
.u-text-primary-800 {
  color: var(--mh--color--primary-800);
}
.u-text-secondary-500 {
  color: var(--mh--color--secondary-500);
}
.u-text-surface-100 {
  color: var(--mh--color--surface-100);
}
.u-text-surface-200 {
  color: var(--mh--color--surface-200);
}
.u-text-grayscale-100 {
  color: var(--mh--color--grayscale-100);
}
.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-500 {
  background-color: var(--mh--color--primary-500);
}
.u-bg-primary-700 {
  background-color: var(--mh--color--primary-700);
}
.u-bg-primary-800 {
  background-color: var(--mh--color--primary-800);
}
.u-bg-secondary-500 {
  background-color: var(--mh--color--secondary-500);
}
.u-bg-surface-100 {
  background-color: var(--mh--color--surface-100);
}
.u-bg-surface-200 {
  background-color: var(--mh--color--surface-200);
}
.u-bg-grayscale-100 {
  background-color: var(--mh--color--grayscale-100);
}
.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-x3s {
  margin: var(--mh--space--x3s);
}
.u-my-x3s {
  margin-block: var(--mh--space--x3s);
}
.u-mx-x3s {
  margin-inline: var(--mh--space--x3s);
}
.u-mt-x3s {
  margin-top: var(--mh--space--x3s);
}
.u-mb-x3s {
  margin-bottom: var(--mh--space--x3s);
}
.u-ml-x3s {
  margin-left: var(--mh--space--x3s);
}
.u-mr-x3s {
  margin-right: var(--mh--space--x3s);
}
.u-m-x2s {
  margin: var(--mh--space--x2s);
}
.u-my-x2s {
  margin-block: var(--mh--space--x2s);
}
.u-mx-x2s {
  margin-inline: var(--mh--space--x2s);
}
.u-mt-x2s {
  margin-top: var(--mh--space--x2s);
}
.u-mb-x2s {
  margin-bottom: var(--mh--space--x2s);
}
.u-ml-x2s {
  margin-left: var(--mh--space--x2s);
}
.u-mr-x2s {
  margin-right: var(--mh--space--x2s);
}
.u-m-xs {
  margin: var(--mh--space--xs);
}
.u-my-xs {
  margin-block: var(--mh--space--xs);
}
.u-mx-xs {
  margin-inline: var(--mh--space--xs);
}
.u-mt-xs {
  margin-top: var(--mh--space--xs);
}
.u-mb-xs {
  margin-bottom: var(--mh--space--xs);
}
.u-ml-xs {
  margin-left: var(--mh--space--xs);
}
.u-mr-xs {
  margin-right: var(--mh--space--xs);
}
.u-m-sm {
  margin: var(--mh--space--sm);
}
.u-my-sm {
  margin-block: var(--mh--space--sm);
}
.u-mx-sm {
  margin-inline: var(--mh--space--sm);
}
.u-mt-sm {
  margin-top: var(--mh--space--sm);
}
.u-mb-sm {
  margin-bottom: var(--mh--space--sm);
}
.u-ml-sm {
  margin-left: var(--mh--space--sm);
}
.u-mr-sm {
  margin-right: var(--mh--space--sm);
}
.u-m-md {
  margin: var(--mh--space--md);
}
.u-my-md {
  margin-block: var(--mh--space--md);
}
.u-mx-md {
  margin-inline: var(--mh--space--md);
}
.u-mt-md {
  margin-top: var(--mh--space--md);
}
.u-mb-md {
  margin-bottom: var(--mh--space--md);
}
.u-ml-md {
  margin-left: var(--mh--space--md);
}
.u-mr-md {
  margin-right: var(--mh--space--md);
}
.u-m-lg {
  margin: var(--mh--space--lg);
}
.u-my-lg {
  margin-block: var(--mh--space--lg);
}
.u-mx-lg {
  margin-inline: var(--mh--space--lg);
}
.u-mt-lg {
  margin-top: var(--mh--space--lg);
}
.u-mb-lg {
  margin-bottom: var(--mh--space--lg);
}
.u-ml-lg {
  margin-left: var(--mh--space--lg);
}
.u-mr-lg {
  margin-right: var(--mh--space--lg);
}
.u-m-xl {
  margin: var(--mh--space--xl);
}
.u-my-xl {
  margin-block: var(--mh--space--xl);
}
.u-mx-xl {
  margin-inline: var(--mh--space--xl);
}
.u-mt-xl {
  margin-top: var(--mh--space--xl);
}
.u-mb-xl {
  margin-bottom: var(--mh--space--xl);
}
.u-ml-xl {
  margin-left: var(--mh--space--xl);
}
.u-mr-xl {
  margin-right: var(--mh--space--xl);
}
.u-m-x2l {
  margin: var(--mh--space--x2l);
}
.u-my-x2l {
  margin-block: var(--mh--space--x2l);
}
.u-mx-x2l {
  margin-inline: var(--mh--space--x2l);
}
.u-mt-x2l {
  margin-top: var(--mh--space--x2l);
}
.u-mb-x2l {
  margin-bottom: var(--mh--space--x2l);
}
.u-ml-x2l {
  margin-left: var(--mh--space--x2l);
}
.u-mr-x2l {
  margin-right: var(--mh--space--x2l);
}
.u-m-x3l {
  margin: var(--mh--space--x3l);
}
.u-my-x3l {
  margin-block: var(--mh--space--x3l);
}
.u-mx-x3l {
  margin-inline: var(--mh--space--x3l);
}
.u-mt-x3l {
  margin-top: var(--mh--space--x3l);
}
.u-mb-x3l {
  margin-bottom: var(--mh--space--x3l);
}
.u-ml-x3l {
  margin-left: var(--mh--space--x3l);
}
.u-mr-x3l {
  margin-right: var(--mh--space--x3l);
}
.u-m-x4l {
  margin: var(--mh--space--x4l);
}
.u-my-x4l {
  margin-block: var(--mh--space--x4l);
}
.u-mx-x4l {
  margin-inline: var(--mh--space--x4l);
}
.u-mt-x4l {
  margin-top: var(--mh--space--x4l);
}
.u-mb-x4l {
  margin-bottom: var(--mh--space--x4l);
}
.u-ml-x4l {
  margin-left: var(--mh--space--x4l);
}
.u-mr-x4l {
  margin-right: var(--mh--space--x4l);
}
.u-mx-auto {
  margin-inline: auto;
}
html body {
  --wp--style--block-gap: 0;
}
html body {
  --wp--preset--font-size--x-2-s: var(--mh--font-size--x2s);
  --wp--preset--font-size--xs: var(--mh--font-size--xs);
  --wp--preset--font-size--sm: var(--mh--font-size--sm);
  --wp--preset--font-size--md: var(--mh--font-size--md);
  --wp--preset--font-size--lg: var(--mh--font-size--lg);
  --wp--preset--font-size--xl: var(--mh--font-size--xl);
  --wp--preset--font-size--x-2-l: var(--mh--font-size--x2l);
  --wp--preset--font-size--x-3-l: var(--mh--font-size--x3l);
  --wp--preset--font-size--x-4-l: var(--mh--font-size--x4l);
  --wp--preset--font-size--x-5-l: var(--mh--font-size--x5l);
  --wp--preset--font-size--x-6-l: var(--mh--font-size--x6l);
  --wp--preset--font-size--x-7-l: var(--mh--font-size--x7l);
  --wp--preset--font-size--x-8-l: var(--mh--font-size--x8l);
  --wp--preset--font-size--x-9-l: var(--mh--font-size--x9l);
  --wp--preset--font-size--x-10-l: var(--mh--font-size--x10l);
  --wp--preset--font-size--x-11-l: var(--mh--font-size--x11l);
  --wp--preset--font-size--x-12-l: var(--mh--font-size--x12l);
  --wp--preset--font-size--x-13-l: var(--mh--font-size--x13l);
  --wp--preset--font-size--x-14-l: var(--mh--font-size--x14l);
}
.has-x-2-s-font-size,
.has-xs-font-size,
.has-sm-font-size,
.has-md-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 {
  line-height: var(--mh--line-height--md);
  letter-spacing: var(--mh--letter-spacing--md);
}
.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;
  }
}