@charset "UTF-8";
@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}
.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}
.splide__track--fade>.splide__list>.splide__slide{margin:0!important;opacity:0;z-index:0}
.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;z-index:1}
.splide--rtl{direction:rtl}
.splide__track--ttb>.splide__list{display:block}
.splide__container{box-sizing:border-box;position:relative}
.splide__list{backface-visibility:hidden;display:flex;height:100%;margin:0!important;padding:0!important}
.splide.is-initialized:not(.is-active) .splide__list{display:block}
.splide__pagination{align-items:center;display:flex;flex-wrap:wrap;justify-content:center;margin:0;pointer-events:none}
.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}
.splide:not(.is-overflow) .splide__pagination{display:none}
.splide__progress__bar{width:0}
.splide{position:relative;visibility:hidden}
.splide.is-initialized,.splide.is-rendered{visibility:visible}
.splide__slide{backface-visibility:hidden;box-sizing:border-box;flex-shrink:0;list-style-type:none!important;margin:0;position:relative}
.splide__slide img{vertical-align:bottom}
.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}
.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}
.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}
.splide__toggle.is-active .splide__toggle__pause{display:inline}
.splide__track{overflow:hidden;position:relative;z-index:0}
:root {
  --mh--breakpoint--min: 375px;
  --mh--breakpoint--sm: 640px;
  --mh--breakpoint--md: 768px;
  --mh--breakpoint--lg: 1100px;
  --mh--breakpoint--xl: 1280px;
  --mh--breakpoint--x2l: 1500px;
}
:root {
  --mh--font-family--base:
  	"Noto Serif JP", "ヒラギノ明朝 ProN", yumincho, serif;
  --mh--font-family--en: "EB Garamond", serif;
}
html body {
  --mh--font-size--x3s: 1.1rem;
  --mh--font-size--x2s: 1.1rem;
  --mh--font-size--xs: 1.2rem;
  --mh--font-size--sm: 1.3rem;
  --mh--font-size--md: 1.4rem;
  --mh--font-size--lg: 1.5rem;
  --mh--font-size--xl: 1.6rem;
  --mh--font-size--x2l: 1.7rem;
  --mh--font-size--x3l: 1.8rem;
  --mh--font-size--x4l: 2rem;
  --mh--font-size--x5l: 2.1rem;
  --mh--font-size--x6l: 2.2rem;
  --mh--font-size--x7l: 2.4rem;
  --mh--font-size--x8l: 2.6rem;
  --mh--font-size--x9l: 2.8rem;
  --mh--font-size--x10l: 2.9rem;
  --mh--font-size--x11l: 3.2rem;
  --mh--font-size--x12l: 3.4rem;
  --mh--font-size--x13l: 3.6rem;
}
@media (width >= 768px ) {
  html body {
    --mh--font-size--x3s: 1rem;
    --mh--font-size--x2s: 1.1rem;
    --mh--font-size--xs: 1.3rem;
    --mh--font-size--sm: 1.4rem;
    --mh--font-size--md: 1.6rem;
    --mh--font-size--lg: 1.8rem;
    --mh--font-size--xl: 2rem;
    --mh--font-size--x2l: 2.3rem;
    --mh--font-size--x3l: 2.6rem;
    --mh--font-size--x4l: 2.9rem;
    --mh--font-size--x5l: 3.2rem;
    --mh--font-size--x6l: 3.6rem;
    --mh--font-size--x7l: 4.1rem;
    --mh--font-size--x8l: 4.6rem;
    --mh--font-size--x9l: 5.2rem;
    --mh--font-size--x10l: 5.8rem;
    --mh--font-size--x11l: 6.6rem;
    --mh--font-size--x12l: 7.4rem;
    --mh--font-size--x13l: 8.3rem;
  }
}
:root {
  --mh--letter-spacing--sm: 0.1em;
}
:root {
  --mh--line-height--none: 1;
  --mh--line-height--xs: 1.1;
  --mh--line-height--sm: 1.5;
  --mh--line-height--md: 1.8;
  --mh--line-height--lg: 2;
}
:root {
  --mh--header--height: 65px;
}
@media (width >= 1100px ) {
  :root {
    --mh--header--height: 130px;
  }
}
:root {
  --mh--sidebar--width: 240px;
}
:root {
  --mh--contents--width: 1140px;
  --mh--contents--wide-width: 1400px;
  --mh--contents--padding--side: 20px;
  --mh--contents--width-with-padding: calc(
  	var(--mh--contents--width) + var(--mh--contents--padding--side) * 2
  );
  --mh--contents--wide-width-with-padding: calc(
  	var(--mh--contents--wide-width) + var(--mh--contents--padding--side) * 2
  );
}
@media (width >= 768px ) {
  :root {
    --mh--contents--padding--side: 50px;
  }
}
html body {
  --mh--color--primary-100: rgb(9 55 83 / 10%);
  --mh--color--primary-200: rgb(9 55 83 / 20%);
  --mh--color--primary-300: rgb(88 133 160 / 20%);
  --mh--color--primary-500: rgb(192 210 220);
  --mh--color--primary-700: rgb(9 55 83);
  --mh--color--accent-200: rgb(238 249 255);
  --mh--color--accent-300: rgb(212 240 255);
  --mh--color--accent-500: rgb(2 165 236);
  --mh--color--grayscale-100: rgb(255 255 255 / 10%);
  --mh--color--grayscale-200: rgb(255 255 255 / 20%);
  --mh--color--grayscale-300: rgb(255 255 255 / 40%);
  --mh--color--grayscale-400: rgb(255 255 255);
  --mh--color--grayscale-500: rgb(243 250 254);
  --mh--color--grayscale-700: rgb(132 141 156);
  --mh--color--grayscale-900: rgb(55 67 74);
  --mh--gradation01: linear-gradient(
  	90deg,
  	rgb(138 226 250) 0%,
  	rgb(0 170 233) 100%
  );
  --mh--gradation02: linear-gradient(
  	90deg,
  	rgb(54 107 188) 0%,
  	rgb(33 149 219) 100%
  );
  --mh--gradation03: linear-gradient(
  	90deg,
  	rgb(0 54 135) 0%,
  	rgb(3 121 194) 100%
  );
  --mh--gradation04: linear-gradient(
  	90deg,
  	rgb(0 118 202) 0%,
  	rgb(21 172 228) 100%
  );
  --mh--gradation05: linear-gradient(
  	90deg,
  	rgb(127 204 240) 0%,
  	rgb(211 237 251) 100%
  );
}
:root {
  --mh--easing: ease;
  --mh--duration: 0.3s;
  --mh--duration-slow: 0.6s;
}
@keyframes btn-shine {
  0% {
    opacity: 0;
    transform: scale(0) rotate(45deg);
  }
  85% {
    opacity: 0.5;
    transform: scale(0) rotate(45deg);
  }
  86% {
    opacity: 1;
    transform: scale(4) rotate(45deg);
  }
  100% {
    opacity: 0;
    transform: scale(50) rotate(45deg);
  }
}
:root {
  --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;
}
@media (width >= 768px ) {
  :root {
    --mh--space--x2s: 10px;
    --mh--space--xs: 20px;
    --mh--space--sm: 30px;
    --mh--space--md: 40px;
    --mh--space--lg: 50px;
    --mh--space--xl: 60px;
    --mh--space--x2l: 70px;
    --mh--space--x3l: 80px;
  }
}
:root {
  --mh--padding--xs: 20px;
  --mh--padding--sm: 20px;
  --mh--padding--md: 30px;
  --mh--padding--lg: 30px;
  --mh--padding--xl: 30px;
}
@media (width >= 768px ) {
  :root {
    --mh--padding--xs: 20px;
    --mh--padding--sm: 30px;
    --mh--padding--md: 40px;
    --mh--padding--lg: 50px;
    --mh--padding--xl: 60px;
  }
}
* {
  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;
}
body {
  min-width: 320px;
  font-family: var(--mh--font-family--base);
  font-size: var(--mh--font-size--md);
  line-height: var(--mh--line-height--md);
  color: var(--mh--color--grayscale-900);
  -webkit-text-size-adjust: 100%;
}
@media (width >= 768px ) {
  body {
    min-width: var(--mh--contents--width-with-padding);
  }
}
@media (width >= 768px ) and (hover: none) {
  body {
    -webkit-text-size-adjust: none;
  }
}
* {
  letter-spacing: var(--mh--letter-spacing--sm);
}
ins {
  text-decoration: none;
  background-color: #ff9;
}
mark {
  font-weight: bold;
  background-color: #ff9;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  cursor: help;
  border-bottom: 1px dotted;
}
sup {
  font-size: 0.75em;
  vertical-align: text-top;
}
sub {
  font-size: 0.75em;
  vertical-align: text-bottom;
}
hr {
  display: block;
  height: 1px;
  padding: 0;
  margin: 1em 0;
  border: 0;
  border-top: 1px solid;
}
table {
  width: 100%;
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse;
}
a {
  color: inherit;
}
@media (width < 768px) {
  a:hover {
    text-decoration: none;
  }
}
input[type=text],
input[type=email],
input[type=tel],
textarea,
button,
select,
option {
  display: block;
  width: 100%;
  max-width: 100%;
  font-family: inherit;
  background: none;
  border: 1px solid;
  border-radius: 0;
}
@media (width < 768px) {
  input[type=text],
  input[type=email],
  input[type=tel],
  textarea,
  button,
  select,
  option {
    font-size: 1.6rem;
  }
}
summary {
  display: block;
  cursor: pointer;
  list-style: none;
}
summary::-webkit-details-marker {
  display: none;
}
.l-wrapper {
  position: relative;
}
@media (width >= 1100px ) {
  .l-container.is-col2 {
    display: grid;
    grid-template-columns: var(--mh--sidebar--width) 1fr;
    gap: 20px;
    width: var(--mh--contents--width);
    margin: 0 auto;
  }
  .l-container.is-col2 .l-sidebar {
    order: -1;
  }
}
/*  .c-archive01
================================================== */
.c-archive01 {
  --line: 1;
  --line-height: 1.8;
}
.c-archive01__item {
  border-style: solid;
  border-width: 1px 0 0;
}
.c-archive01__item:last-child {
  border-width: 1px 0;
}
.c-archive01__item-in {
  display: block;
  padding: 10px 0;
}
.c-archive01__item-meta {
  display: flex;
  flex-wrap: wrap;
}
.c-archive01__item-date {
  padding: 5px 0;
  margin: 0 10px 0 0;
}
.c-archive01__item-cat {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 -5px -5px 0;
}
.c-archive01__item-cat-item {
  padding: 5px 10px;
  margin: 0 5px 5px 0;
  color: #fff;
  background: #000;
}
.c-archive01__item-head {
  display: -webkit-box;
  max-height: calc(var(--line) * var(--line-height) * 1em);
  margin-top: 5px;
  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: 2;
  }
}
/* .c-blockquote01
================================================== */
.c-blockquote01 {
  padding: 15px;
  border: 1px solid var(--mh--color--primary-700);
}
@media (width >= 768px ) {
  .c-blockquote01 {
    padding: 25px;
  }
}
/* .c-form
================================================== */
.c-form .c-input {
  flex: 1;
}
.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 {
  background-color: var(--mh--color--primary-100);
  border: none;
}
.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],
.c-form input[type=tel] {
  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:not(:last-child) {
  padding-bottom: 20px;
}
.c-form__head {
  position: relative;
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 15px;
  font-size: var(--mh--font-size--xl);
  font-weight: 500;
  line-height: var(--mh--line-height--sm);
}
.c-form__required, .c-form__optional {
  display: block;
  padding: 2px 10px;
  font-size: var(--mh--font-size--xs);
  font-weight: 500;
  line-height: var(--mh--line-height--sm);
  color: #fff;
  text-align: center;
  background: var(--mh--color--primary-700);
}
.c-form__required {
  background: var(--mh--gradation04);
}
.c-form__optional {
  color: var(--mh--color--grayscale-900);
  background-color: var(--mh--color--primary-500);
}
.c-form__field-set {
  display: block;
}
.c-form__field-set:not(:last-child) {
  margin-bottom: 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: var(--mh--font-size--lg);
  font-weight: 500;
  line-height: var(--mh--line-height--sm);
}
.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__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: 10px;
}
.c-form__radio-list label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}
.c-form__radio-list input + span::before {
  position: absolute;
  inset-block: 0;
  left: 0;
  width: 20px;
  height: 20px;
  margin: auto;
  content: "";
  border: 1px solid var(--mh--color--primary-500);
  border-radius: 50%;
}
.c-form__radio-list input + span::after {
  position: absolute;
  inset-block: 0;
  left: 5px;
  width: 10px;
  height: 10px;
  margin: auto;
  content: "";
  background: var(--mh--color--accent-500);
  border-radius: 50%;
  transform: scale(0);
  transition: all 0.3s ease;
}
.c-form__radio-list input:checked + span::after {
  transform: scale(1);
}
.c-form__radio-list span {
  font-size: var(--mh--font-size--xl);
}
.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__box {
  padding: 20px 15px;
  margin-bottom: 20px;
  border: 1px solid var(--mh--color--primary-500);
}
.c-form__box-head {
  margin-bottom: 10px;
  font-size: var(--mh--font-size--xl);
  font-weight: 500;
  line-height: var(--mh--line-height--sm);
}
.c-form__box-item {
  display: grid;
  grid-template-columns: 5.5em 1fr;
}
.c-form__box-item:not(:last-child) {
  margin-bottom: 8px;
}
.c-form__box-item-head {
  display: flex;
  justify-content: space-between;
}
.c-form__box-item-head::after {
  content: "：";
}
.c-form__privacy {
  height: 198px;
  padding: 20px 15px;
  margin-block: 10px 15px;
  overflow-y: scroll;
  border: 1px solid var(--mh--color--primary-500);
}
.c-form__privacy-head {
  margin-bottom: 15px;
  font-size: var(--mh--font-size--x3l);
  font-weight: 500;
  line-height: var(--mh--line-height--sm);
}
.c-form__agreement-check label {
  position: relative;
  cursor: pointer;
}
.c-form__agreement-check span {
  font-size: var(--mh--font-size--lg);
}
.c-form__agreement-check .c-checkbox__text {
  padding-left: 34px;
}
.c-form__agreement-check input + span {
  line-height: 1.5;
}
.c-form__agreement-check input + span::before {
  position: absolute;
  inset-block: 0;
  left: 0;
  width: 20px;
  height: 20px;
  margin: auto;
  content: "";
  border: 1px solid var(--mh--color--primary-500);
}
.c-form__agreement-check input:checked + span::after {
  position: absolute;
  top: 4px;
  left: 3px;
  display: block;
  width: 14px;
  height: 7px;
  content: "";
  border-color: var(--mh--color--accent-500);
  border-style: solid;
  border-width: 2px 2px 0 0;
  transform: rotate(135deg);
}
.c-form__agreement-check input:focus + span::before {
  border-color: rgb(var(--color-black01));
  box-shadow: 0 0 0 2px rgba(var(--color-black01), 0.25);
}
.c-form__agreement-check input:disabled + label {
  opacity: 0.5;
}
.c-form__note {
  padding: 20px 15px;
  margin-bottom: 43px;
  background-color: #e2e8eb;
}
.c-form__note-head {
  margin-bottom: 10px;
  font-size: var(--mh--font-size--xl);
  font-weight: 500;
  line-height: var(--mh--line-height--sm);
}
@media (width >= 768px ) {
  .c-form input[type=text],
  .c-form input[type=email],
  .c-form input[type=tel] {
    height: 60px;
  }
  .c-form__set {
    display: flex;
    gap: 40px;
    align-items: flex-start;
  }
  .c-form__set:not(:last-child) {
    padding-bottom: 40px;
  }
  .c-form__head {
    justify-content: space-between;
    width: 280px;
    margin: 14px 0 0;
    font-weight: 700;
  }
  .c-form__field {
    flex: 1;
  }
  .c-form__field-txt {
    margin-bottom: 0;
    font-size: var(--mh--font-size--xl);
    font-weight: 700;
  }
  .c-form__field-set {
    display: flex;
    gap: 40px;
    align-items: center;
  }
  .c-form__field-set .c-form__field-txt {
    width: 110px;
  }
  .c-form__field-set input {
    flex: 1;
  }
  .c-form__field-description {
    margin-bottom: 20px;
  }
  .c-form__postcode-btn {
    font-size: 1.6rem;
  }
  .c-form__postcode input {
    max-width: 193px;
  }
  .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 {
    font-size: var(--mh--font-size--md);
  }
  .c-form__radio-list, .c-form__checkbox-list {
    gap: 15px 30px;
  }
  .c-form__radio-list.is-col2, .c-form__checkbox-list.is-col2 {
    grid-template-columns: repeat(2, auto);
  }
  .c-form__radio-list span, .c-form__checkbox-list span {
    font-size: var(--mh--font-size--md);
    font-weight: 700;
    line-height: var(--mh--line-height--sm);
  }
  .c-form__box {
    padding: 30px;
    margin-bottom: 30px;
  }
  .c-form__box-head {
    margin-bottom: 20px;
    font-weight: 700;
  }
  .c-form__box-item:not(:last-child) {
    margin-bottom: 0;
  }
  .c-form__privacy {
    height: 180px;
    padding: 30px;
    margin-block: 32px 30px;
  }
  .c-form__privacy-head {
    margin-bottom: 10px;
    font-size: var(--mh--font-size--md);
    font-weight: 700;
  }
  .c-form__agreement {
    margin-bottom: 10px;
  }
  .c-form__agreement-check input:checked + span::after {
    top: 5px;
  }
  .c-form__agreement-check span {
    font-size: var(--mh--font-size--sm);
  }
  .c-form__note {
    padding: 40px;
    margin-bottom: 66px;
  }
  .c-form__note-head {
    margin-bottom: 20px;
  }
  .c-form__note-txt {
    font-size: var(--mh--font-size--sm);
  }
  .c-form__btn {
    display: flex;
    gap: 30px;
    justify-content: center;
    align-items: flex-end;
  }
}
/* .c-form-btn
================================================== */
.c-form .c-form-btn {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  max-width: 295px;
  height: 72px;
  padding: 0 20px;
  margin: 0 auto;
  font-weight: 700;
  line-height: var(--mh--line-height--sm);
  color: var(--mh--color--grayscale-400);
  appearance: none;
  background: var(--mh--gradation03);
  border-radius: 10px;
  box-shadow: 0 -4px 0 #00427c inset;
}
.c-form .c-form-btn.btnConfirm {
  padding-top: 9px;
}
.c-form .c-form-btn.btnAdjust {
  margin-bottom: 15px;
  color: var(--mh--color--grayscale-900);
  background: var(--mh--color--primary-500);
  border-bottom: none;
}
.c-form .c-form-btn__copy {
  position: absolute;
  inset-inline: 0;
  top: -12px;
  z-index: 1;
  width: fit-content;
  padding: 1px;
  margin: auto;
  font-size: var(--mh--font-size--md);
  font-weight: 700;
  line-height: var(--mh--line-height--sm);
  pointer-events: none;
  background: var(--mh--gradation03);
  border-radius: 50px;
}
.c-form .c-form-btn__copy::before {
  position: absolute;
  inset-inline: 0;
  bottom: -5.5px;
  width: 14px;
  aspect-ratio: 2/1;
  margin: auto;
  content: "";
  background-color: #00427c;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.c-form .c-form-btn__copy::after {
  position: absolute;
  inset-inline: 0;
  bottom: -4px;
  width: 12px;
  aspect-ratio: 2/1;
  margin: auto;
  content: "";
  background-color: var(--mh--color--grayscale-400);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.c-form .c-form-btn__copy-in {
  position: relative;
  display: inline-block;
  padding: 2px 20px;
  background-color: var(--mh--color--grayscale-400);
  border-radius: 48px;
}
.c-form .c-form-btn__copy .is-gradation {
  position: relative;
  background: var(--mh--gradation03);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.c-form .c-form-btn__txt {
  font-size: 1.3rem;
}
.c-form .c-form-btn__txt .is-big {
  display: block;
  font-size: var(--mh--font-size--x2l);
}
.c-form .c-form-btn__txt .is-big::before {
  display: inline-block;
  width: 25px;
  height: 18px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2225%22%20height%3D%2218%22%20fill%3D%22none%22%20viewBox%3D%220%200%2025%2018%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m9.518%208.698%202.355%202.341a1.01%201.01%200%200%200%201.418%200L24.181.209a1.56%201.56%200%200%200-.777-.21H1.596c-.234%200-.458.056-.67.154l8.596%208.545zM25%201.587c0-.274-.075-.535-.21-.768l-8.231%208.183%208.23%208.182A1.6%201.6%200%200%200%2025%2016.41z%22%2F%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m15.95%209.607-2.05%202.044a2%202%200%200%201-.29.237c-.043.028-.09.047-.136.07-.061.033-.122.07-.187.098-.052.018-.104.028-.155.046-.066.019-.126.042-.192.056-.06.01-.117.01-.178.019-.06.005-.117.018-.178.018-.08%200-.159-.014-.239-.023-.037-.005-.08%200-.117-.01-.08-.013-.154-.041-.229-.064-.037-.014-.08-.019-.117-.033-.08-.032-.15-.074-.225-.116-.033-.019-.07-.033-.098-.051a2%202%200%200%201-.29-.238l-2.05-2.039-8.292%208.225c.21.098.435.154.67.154h21.807c.276%200%20.543-.075.777-.21zM.272.718a1.6%201.6%200%200%200-.272.87v14.824c0%20.317.103.614.272.87l8.333-8.28z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2225%22%20height%3D%2218%22%20fill%3D%22none%22%20viewBox%3D%220%200%2025%2018%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m9.518%208.698%202.355%202.341a1.01%201.01%200%200%200%201.418%200L24.181.209a1.56%201.56%200%200%200-.777-.21H1.596c-.234%200-.458.056-.67.154l8.596%208.545zM25%201.587c0-.274-.075-.535-.21-.768l-8.231%208.183%208.23%208.182A1.6%201.6%200%200%200%2025%2016.41z%22%2F%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m15.95%209.607-2.05%202.044a2%202%200%200%201-.29.237c-.043.028-.09.047-.136.07-.061.033-.122.07-.187.098-.052.018-.104.028-.155.046-.066.019-.126.042-.192.056-.06.01-.117.01-.178.019-.06.005-.117.018-.178.018-.08%200-.159-.014-.239-.023-.037-.005-.08%200-.117-.01-.08-.013-.154-.041-.229-.064-.037-.014-.08-.019-.117-.033-.08-.032-.15-.074-.225-.116-.033-.019-.07-.033-.098-.051a2%202%200%200%201-.29-.238l-2.05-2.039-8.292%208.225c.21.098.435.154.67.154h21.807c.276%200%20.543-.075.777-.21zM.272.718a1.6%201.6%200%200%200-.272.87v14.824c0%20.317.103.614.272.87l8.333-8.28z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: all var(--mh--duration) var(--mh--easing);
  width: 22px;
  height: 16px;
  margin-right: 10px;
}
@media (width >= 768px ) {
  .c-form .c-form-btn {
    height: 80px;
    margin: 0;
  }
  .c-form .c-form-btn.btnConfirm {
    max-width: 460px;
    height: 120px;
  }
  .c-form .c-form-btn.btnAdjust {
    margin-bottom: 0;
  }
  .c-form .c-form-btn__copy {
    top: -16px;
    padding: 2px;
  }
  .c-form .c-form-btn__copy::before {
    bottom: -5px;
  }
  .c-form .c-form-btn__copy::after {
    bottom: -3px;
  }
  .c-form .c-form-btn__copy-in {
    padding: 4px 34px 4px 26px;
  }
  .c-form .c-form-btn__txt {
    font-size: var(--mh--font-size--sm);
  }
  .c-form .c-form-btn__txt .is-big {
    font-size: var(--mh--font-size--x4l);
  }
  .c-form .c-form-btn__txt .is-big::before {
    width: 30px;
    height: 22px;
    margin-right: 20px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-form .c-form-btn.btnConfirm {
    transition: all var(--mh--duration) var(--mh--easing);
  }
  .c-form .c-form-btn.btnConfirm::before {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    content: "";
    background: var(--mh--gradation03);
    border-radius: 10px;
    opacity: 0;
    transform: scale(1.3);
    transition: transform var(--mh--duration) var(--mh--easing), opacity var(--mh--duration) var(--mh--easing);
  }
  .c-form .c-form-btn.btnConfirm::after {
    position: absolute;
    top: 2px;
    left: 2px;
    z-index: 1;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    pointer-events: none;
    content: "";
    background-color: var(--mh--color--grayscale-400);
    border-radius: 8px;
    opacity: 0;
    transition: opacity var(--mh--duration) var(--mh--easing);
  }
  .c-form .c-form-btn.btnConfirm:hover {
    color: var(--mh--color--primary-700);
  }
  .c-form .c-form-btn.btnConfirm:hover::before {
    opacity: 1;
    transform: scale(1);
  }
  .c-form .c-form-btn.btnConfirm:hover::after {
    opacity: 1;
  }
  .c-form .c-form-btn.btnConfirm:hover .c-form-btn__txt {
    background: var(--mh--gradation03);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .c-form .c-form-btn.btnConfirm:hover .c-form-btn__txt .is-big::before {
    background: var(--mh--gradation03);
  }
  .c-form .c-form-btn__copy {
    z-index: 2;
  }
  .c-form .c-form-btn__txt {
    z-index: 2;
  }
}
/* head
================================================ */
.c-single01__content h2:not([class*=c-]), .c-surface-head {
  padding: 10px !important;
  margin-top: var(--mh--space--xl);
  margin-bottom: var(--mh--space--sm);
  font-size: var(--mh--font-size--x2l);
  color: var(--mh--color--grayscale-100);
  background-color: var(--mh--color--primary-700);
}
@media (width >= 768px ) {
  .c-single01__content h2:not([class*=c-]), .c-surface-head {
    padding: 15px 20px !important;
  }
}
.c-dobble-border-head {
  position: relative;
  padding-bottom: 10px;
  padding-left: 10px;
  margin-top: var(--mh--space--xl);
  margin-bottom: var(--mh--space--sm);
  font-size: var(--mh--font-size--x3l);
  border-bottom: 1px solid var(--mh--color--primary-700);
}
.c-dobble-border-head::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 70%;
  content: "";
  background: var(--mh--color--primary-700);
}
@media (width >= 768px ) {
  .c-dobble-border-head {
    padding-bottom: 15px;
    padding-left: 15px;
  }
}
.c-single01__content h3:not([class*=c-]), .c-line-head {
  position: relative;
  padding-left: 10px;
  margin-top: var(--mh--space--md);
  margin-bottom: var(--mh--space--sm);
  font-size: var(--mh--font-size--x2l);
}
.c-single01__content h3:not([class*=c-])::before, .c-line-head::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 2px;
  height: 70%;
  content: "";
  background: var(--mh--color--primary-700);
  transform: translateY(-50%);
}
@media (width >= 768px ) {
  .c-single01__content h3:not([class*=c-]), .c-line-head {
    padding-left: 15px;
  }
}
.c-under-border-head {
  padding-bottom: 10px;
  font-size: var(--mh--font-size--xl);
  border-bottom: 1px solid var(--mh--color--primary-700);
}
@media (width >= 768px ) {
  .c-under-border-head {
    padding-bottom: 20px;
  }
}
.c-single01__content h4:not([class*=c-]), .c-simple-head {
  margin: var(--mh--space--sm) 0;
  font-size: var(--mh--font-size--lg);
  color: var(--mh--color--primary-700);
}
/* list
================================================ */
.c-single01__content ul:not([class*=c-]) {
  padding-left: 0;
  margin: var(--mh--space--md) 0;
  line-height: var(--mh--line-height--sm);
  list-style: none;
}
.c-single01__content ul:not([class*=c-]) li {
  position: relative;
  padding-left: 1em;
}
.c-single01__content ul:not([class*=c-]) li::before {
  position: absolute;
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  content: "";
  background-color: var(--mh--color--primary-700);
  border-radius: 50%;
}
.c-single01__content ul:not([class*=c-]) li + li {
  margin-top: 0.8em;
}
.c-single01__content ul:not([class*=c-]) li ol:not([class*=c-]) {
  counter-reset: child-num;
}
.c-single01__content ul:not([class*=c-]) li ol:not([class*=c-]) > li {
  position: relative;
  padding-left: 2em;
  text-indent: -2em;
  counter-increment: child-num 1;
}
.c-single01__content ul:not([class*=c-]) li ol:not([class*=c-]) > li::before {
  position: static;
  margin-right: 5px;
  color: var(--mh--color--primary-700);
  content: counter(child-num, decimal-leading-zero) ".";
  background-color: transparent;
}
.c-single01__content ul:not([class*=c-]) li ol:not([class*=c-]) > li + li {
  margin-top: 0.8em;
}
.c-single01__content ol:not([class*=c-]) {
  padding-left: 0;
  margin: var(--mh--space--md) 0;
  line-height: var(--mh--line-height--sm);
  list-style: none;
  counter-reset: num01;
}
.c-single01__content ol:not([class*=c-]) > li {
  position: relative;
  padding-left: 2em;
  counter-increment: num01 1;
}
.c-single01__content ol:not([class*=c-]) > li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--mh--color--primary-700);
  content: counter(num01, decimal-leading-zero) ".";
}
.c-single01__content ol:not([class*=c-]) > li + li {
  margin-top: 0.8em;
}
.c-single01__content ol:not([class*=c-]) > li ol:not([class*=c-]) {
  counter-reset: num02;
}
.c-single01__content ol:not([class*=c-]) > li ol:not([class*=c-]) > li {
  position: relative;
  padding-left: 3.5em;
  text-indent: -3.5em;
  counter-increment: num02 1;
}
.c-single01__content ol:not([class*=c-]) > li ol:not([class*=c-]) > li::before {
  margin-right: 5px;
  color: var(--mh--color--primary-700);
  content: counter(num01, decimal-leading-zero) "-" counter(num02, decimal-leading-zero) ".";
}
.c-single01__content ol:not([class*=c-]) > li ol:not([class*=c-]) > li + li {
  margin-top: 0.8em;
}
.c-single01__content ol:not([class*=c-]) > li ul:not([class*=c-]) {
  padding-left: 0;
  margin-top: 0.8em;
  line-height: var(--mh--line-height--sm);
  list-style: none;
}
.c-single01__content ol:not([class*=c-]) > li ul:not([class*=c-]) li {
  position: relative;
  padding-left: 1em;
}
.c-single01__content ol:not([class*=c-]) > li ul:not([class*=c-]) li::before {
  position: absolute;
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  content: "";
  background-color: var(--mh--color--primary-700);
  border-radius: 50%;
}
.c-single01__content ol:not([class*=c-]) > li ul:not([class*=c-]) li + li {
  margin-top: 0.8em;
}
/* .c-dobble-border-head
================================================== */
/* .c-line-head
================================================== */
/* .c-simple-head
================================================== */
/* .c-surface-head
================================================== */
/* .c-under-border-head
================================================== */
/* .c-ico
================================================== */
.c-ico {
  display: inline-block;
  vertical-align: baseline;
}
.c-ico svg {
  transition: all var(--mh--duration) var(--mh--easing);
}
/* .c-ico.is-arw01
================================================== */
.c-ico.is-arw01 {
  margin-left: 5px;
  color: red;
}
.c-ico.is-arw01::after {
  display: inline-block;
  width: 7px;
  height: 10px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 6.472 9.771"><path d="M1.32,0,0,1.38,3.709,4.886,0,8.391l1.32,1.38L6.472,4.886Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 6.472 9.771"><path d="M1.32,0,0,1.38,3.709,4.886,0,8.391l1.32,1.38L6.472,4.886Z"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: all var(--mh--duration) var(--mh--easing);
}
/* .c-ico.is-arw02
================================================== */
.c-ico.is-arw02 {
  margin-left: 5px;
  color: green;
}
.c-ico.is-arw02::after {
  display: inline-block;
  width: 6px;
  height: 10px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 5.516 9.032"><path d="M0,8.032a1,1,0,0,1-.707-.293,1,1,0,0,1,0-1.414L2.1,3.516-.707.707a1,1,0,0,1,0-1.414,1,1,0,0,1,1.414,0L4.223,2.809a1,1,0,0,1,0,1.414L.707,7.739A1,1,0,0,1,0,8.032Z" transform="translate(1 1)"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 5.516 9.032"><path d="M0,8.032a1,1,0,0,1-.707-.293,1,1,0,0,1,0-1.414L2.1,3.516-.707.707a1,1,0,0,1,0-1.414,1,1,0,0,1,1.414,0L4.223,2.809a1,1,0,0,1,0,1.414L.707,7.739A1,1,0,0,1,0,8.032Z" transform="translate(1 1)"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: all var(--mh--duration) var(--mh--easing);
}
/* .c-ico.is-arw03
================================================== */
.c-ico.is-arw03 {
  margin-left: 5px;
}
.c-ico.is-arw03::after {
  display: inline-block;
  width: 22px;
  height: 11px;
  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 21.917 10.727"><path d="M14.812,9.212l3.014-2.848H0v-2H17.827L14.812,1.515,16.261,0l5.656,5.363-5.656,5.363Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 21.917 10.727"><path d="M14.812,9.212l3.014-2.848H0v-2H17.827L14.812,1.515,16.261,0l5.656,5.363-5.656,5.363Z"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: all var(--mh--duration) var(--mh--easing);
  background: linear-gradient(to right, rgb(34, 193, 195) 0%, rgb(253, 187, 45) 100%);
}
/* .c-ico.is-blank01
================================================== */
.c-ico.is-blank01 {
  margin-left: 5px;
  color: red;
}
.c-ico.is-blank01::after {
  display: inline-block;
  width: 10px;
  height: 9px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9.004 8.998"><path d="M7566,22026v-5.334h1.78v.891h-.89v3.553h3.56v-.889h.885V22026Zm2.67-2.67V22018H7574v5.328Zm.89-.885h3.554v-3.559h-3.554Z" transform="translate(-7565.498 -22017.502)" stroke="rgba(0,0,0,0)" stroke-miterlimit="10" stroke-width="1"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9.004 8.998"><path d="M7566,22026v-5.334h1.78v.891h-.89v3.553h3.56v-.889h.885V22026Zm2.67-2.67V22018H7574v5.328Zm.89-.885h3.554v-3.559h-3.554Z" transform="translate(-7565.498 -22017.502)" stroke="rgba(0,0,0,0)" stroke-miterlimit="10" stroke-width="1"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: all var(--mh--duration) var(--mh--easing);
}
/* .c-ico.is-blank02
================================================== */
.c-ico.is-blank02 {
  margin-left: 5px;
  color: green;
}
.c-ico.is-blank02::after {
  display: inline-block;
  width: 14px;
  height: 14px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 13.435 13.434"><path d="M15333.549,2248.428a.56.56,0,0,1-.559-.562V2237.79a.559.559,0,0,1,.559-.558h4.479a.56.56,0,1,1,0,1.121h-3.917v8.955h8.954v-3.917a.561.561,0,1,1,1.121,0v4.475a.56.56,0,0,1-.562.562Zm5.2-5.762a.562.562,0,0,1,0-.793l5.762-5.762h-3.686a.558.558,0,1,1,0-1.117h5.038a.559.559,0,0,1,.559.559v5.038a.559.559,0,0,1-1.117,0V2236.9l-5.762,5.762a.568.568,0,0,1-.794,0Z" transform="translate(-15332.99 -2234.994)"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 13.435 13.434"><path d="M15333.549,2248.428a.56.56,0,0,1-.559-.562V2237.79a.559.559,0,0,1,.559-.558h4.479a.56.56,0,1,1,0,1.121h-3.917v8.955h8.954v-3.917a.561.561,0,1,1,1.121,0v4.475a.56.56,0,0,1-.562.562Zm5.2-5.762a.562.562,0,0,1,0-.793l5.762-5.762h-3.686a.558.558,0,1,1,0-1.117h5.038a.559.559,0,0,1,.559.559v5.038a.559.559,0,0,1-1.117,0V2236.9l-5.762,5.762a.568.568,0,0,1-.794,0Z" transform="translate(-15332.99 -2234.994)"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: all var(--mh--duration) var(--mh--easing);
}
/* .c-ico.is-blank03
================================================== */
.c-ico.is-blank03 {
  margin-left: 5px;
}
.c-ico.is-blank03::after {
  background: linear-gradient(to right, rgb(34, 193, 195) 0%, rgb(253, 187, 45) 100%);
}
/* .c-ico.is-mail01
================================================== */
.c-ico.is-mail01 {
  margin-right: 5px;
  color: skyblue;
}
.c-ico.is-mail01::after {
  display: inline-block;
  width: 18px;
  height: 12px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2212%22%20fill%3D%22none%22%20viewBox%3D%220%200%2018%2012%22%3E%0A%3Cg%20fill%3D%22%23fff%22%20clip-path%3D%22url(%23a)%22%3E%0A%3Cpath%20d%3D%22M17.692%2012H.307A.3.3%200%200%201%200%2011.705V.295A.3.3%200%200%201%20.307%200h17.385A.3.3%200%200%201%2018%20.295v11.41a.3.3%200%200%201-.307.295m-17.08-.59h16.772V.59H.613z%22%2F%3E%0A%3Cpath%20d%3D%22M9.087%207.404c-.434%200-.868-.138-1.223-.414L1.287%201.702a.287.287%200%200%201-.038-.416.315.315%200%200%201%20.432-.037l6.573%205.285c.489.38%201.2.375%201.688-.014l6.376-5.268a.316.316%200%200%201%20.433.031c.11.124.095.31-.033.416l-6.38%205.272a2%202%200%200%201-1.25.433z%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22a%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200h18v12H0z%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A");
  mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2212%22%20fill%3D%22none%22%20viewBox%3D%220%200%2018%2012%22%3E%0A%3Cg%20fill%3D%22%23fff%22%20clip-path%3D%22url(%23a)%22%3E%0A%3Cpath%20d%3D%22M17.692%2012H.307A.3.3%200%200%201%200%2011.705V.295A.3.3%200%200%201%20.307%200h17.385A.3.3%200%200%201%2018%20.295v11.41a.3.3%200%200%201-.307.295m-17.08-.59h16.772V.59H.613z%22%2F%3E%0A%3Cpath%20d%3D%22M9.087%207.404c-.434%200-.868-.138-1.223-.414L1.287%201.702a.287.287%200%200%201-.038-.416.315.315%200%200%201%20.432-.037l6.573%205.285c.489.38%201.2.375%201.688-.014l6.376-5.268a.316.316%200%200%201%20.433.031c.11.124.095.31-.033.416l-6.38%205.272a2%202%200%200%201-1.25.433z%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22a%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200h18v12H0z%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: all var(--mh--duration) var(--mh--easing);
}
/* .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-num-list01
================================================== */
.c-num-list01 {
  counter-reset: num01 0;
}
.c-num-list01__item {
  padding-left: 2em;
  font-size: var(--mh--font-size--md);
  text-indent: -2em;
}
.c-num-list01__item::before {
  margin-right: 5px;
  color: var(--mh--color--primary-700);
  content: counter(num01, decimal-leading-zero) ".";
  counter-increment: num01 1;
}
.c-num-list01__item + .c-num-list01__item {
  margin-top: 0.8em;
}
.c-num-list01__item ul,
.c-num-list01__item ol {
  margin-top: 0.8em;
}
.c-num-list01__item ol {
  counter-reset: num02 0;
}
.c-num-list01__item ol li {
  padding-left: 3.5em;
  text-indent: -3.5em;
}
.c-num-list01__item ol li + li {
  margin-top: 0.8em;
}
.c-num-list01__item ol li::before {
  margin-right: 5px;
  color: var(--mh--color--primary-700);
  content: counter(num01, decimal-leading-zero) "-" counter(num02, decimal-leading-zero) ".";
  counter-increment: num02 1;
}
.c-num-list01__item ol .c-num-list01__item {
  padding-left: 3.5em;
  text-indent: -3.5em;
}
.c-num-list01__item ul {
  padding-left: 1.5em;
}
.c-num-list01__item ul li::before {
  position: relative;
  top: 14px;
  left: -1em;
  display: block;
  width: 5px;
  height: 5px;
  content: "";
  background-color: var(--mh--color--primary-700);
  border-radius: 50%;
}
.c-num-list01__item ul li + .c-num-list01__item ul li {
  margin-top: 0.8em;
}
@media (width >= 768px ) {
  .c-num-list01__item ul li::before {
    top: 17px;
    width: 6px;
    height: 6px;
  }
}
/*  .c-simple-list01
================================================== */
.c-simple-list01 {
  display: grid;
}
.c-simple-list01__item {
  position: relative;
  padding-left: 23px;
  font-size: var(--mh--font-size--lg);
}
.c-simple-list01__item::before {
  position: absolute;
  top: calc(0.9em - 1.5px);
  left: 10px;
  width: 3px;
  aspect-ratio: 1;
  content: "";
  background-color: var(--mh--color--grayscale-900);
  border-radius: 100%;
}
@media (width >= 768px ) {
  .c-simple-list01__item {
    font-size: var(--mh--font-size--md);
  }
}
/* .c-pager01
=================================== */
.c-pager01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 30px -5px -10px;
  overflow: hidden;
  text-align: center;
}
.c-pager01 li {
  margin: 0 5px 10px;
}
.c-pager01 li a,
.c-pager01 li span {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  line-height: 1;
  text-decoration: none;
  border: 1px solid #000;
}
.c-pager01 li.pages span {
  width: auto;
  border: 0;
}
.c-pager01 li.current span {
  color: #fff;
  background: #000;
}
.c-pager01 li.first, .c-pager01 li.previous {
  margin-right: 15px;
}
.c-pager01 li.first a, .c-pager01 li.last a {
  width: auto;
  padding-right: 15px;
  padding-left: 15px;
  border-color: transparent;
}
.c-pager01 li.next, .c-pager01 li.last {
  margin-left: 15px;
}
.c-pager01 li.extend span {
  border: 0;
}
@media (width >= 1100px ) {
  .c-pager01 li a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #000;
    border: 1px solid #000;
  }
}
/*  .c-pager02
================================================== */
.c-pager02 {
  position: relative;
  margin-top: 30px;
  overflow: hidden;
  line-height: 1;
}
.c-pager02 a {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 50px;
  padding: 15px;
  text-decoration: none;
  border: 1px solid;
}
.c-pager02__previous, .c-pager02__next {
  width: calc(50% - 10px);
}
.c-pager02__previous {
  float: left;
}
.c-pager02__previous a {
  justify-content: flex-start;
  padding-left: 30px;
}
.c-pager02__next {
  float: right;
}
.c-pager02__next a {
  justify-content: flex-end;
  padding-right: 30px;
}
.c-pager02__all {
  clear: both;
  width: 100%;
  padding-top: 20px;
}
.c-pager02__all a {
  justify-content: center;
}
@media (width >= 1100px ) {
  .c-pager02 a {
    transition: transform var(--mh--duration) var(--mh--easing);
  }
  .c-pager02 a:hover {
    color: #fff;
    background: #000;
    border-color: #000;
  }
}
/*  .c-set01.is-reverse
================================================== */
@media (width >= 768px ) {
  .c-set01.is-reverse {
    flex-direction: row;
  }
  .c-set01.is-reverse .c-set01__img {
    margin: 0 0 0 40px !important;
  }
}
/*  .c-set01
================================================== */
.c-set01__img {
  margin-top: 30px !important;
}
@media (width >= 768px ) {
  .c-set01 {
    flex-direction: row-reverse;
  }
  .c-set01__img {
    flex-basis: auto !important;
    width: 40%;
    margin: 0 40px 0 0 !important;
  }
  .c-set01__area-txt {
    flex-basis: auto !important;
    width: calc(100% - 480px);
  }
}
/* .c-single01
================================================== */
.c-single01__content {
  overflow: hidden;
}
.c-single01__content > *:first-child {
  margin-top: 0 !important;
}
.c-single01__content > *:last-child {
  margin-bottom: 0 !important;
}
.c-single01__content p {
  margin: var(--mh--space--xs) 0;
}
.c-single01__content h1:not([class*=c-]),
.c-single01__content h2:not([class*=c-]),
.c-single01__content h3:not([class*=c-]),
.c-single01__content h4:not([class*=c-]),
.c-single01__content h5:not([class*=c-]),
.c-single01__content h6:not([class*=c-]) {
  clear: both;
  margin: var(--mh--space--lg) 0 var(--mh--space--md);
  font-weight: 700;
  line-height: var(--mh--line-height--sm);
  letter-spacing: var(--mh--letter-spacing);
}
.c-single01__content h5:not([class*=c-]),
.c-single01__content h6:not([class*=c-]) {
  font-size: var(--mh--font-size--md);
}
.c-single01__content ul:not([class*=c-]) ul:not([class*=c-]),
.c-single01__content ul:not([class*=c-]) ol:not([class*=c-]),
.c-single01__content ol:not([class*=c-]) ul:not([class*=c-]),
.c-single01__content ol:not([class*=c-]) ol:not([class*=c-]) {
  margin: 0.8em 0 0;
}
.c-single01__content blockquote {
  padding: 20px;
  margin: var(--mh--space--md) 0;
  border: 1px solid var(--mh--color--primary-700);
}
.c-single01__content blockquote > *:first-child {
  margin-top: 0;
}
.c-single01__content figure {
  margin: var(--mh--space--md) 0;
}
.c-single01__content *:not(.c-link01) a {
  color: var(--mh--color--primary-700);
  text-decoration: underline !important;
}
@media (hover: hover) and (pointer: fine) {
  .c-single01__content *:not(.c-link01) a:hover {
    text-decoration: none !important;
  }
}
/* .l-breadcrumb
================================================ */
.l-breadcrumb__inner {
  padding-top: 20px;
  padding-bottom: 20px;
}
/* .l-breadcrumb-list
================================================ */
.l-breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
}
.l-breadcrumb-list__item {
  display: inline-block;
  vertical-align: top;
}
.l-breadcrumb-list__item + .l-breadcrumb-list__item {
  margin-left: 5px;
}
.l-breadcrumb-list__item + .l-breadcrumb-list__item::before {
  margin-right: 5px;
  content: ">";
}
@media (width < 768px) {
  .l-breadcrumb-list {
    flex-wrap: nowrap;
    overflow: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .l-breadcrumb-list::-webkit-scrollbar {
    display: none;
  }
}
/* .l-footer
================================================ */
.l-footer {
  background: url("../img/common/bg_footer01_sp.jpg") no-repeat center/cover;
}
.l-footer__inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 30px var(--mh--contents--padding--side) 123px;
}
.l-footer-logo {
  width: 240px;
  margin: auto;
}
.l-footer-cr {
  font-size: var(--mh--font-size--xs);
  color: var(--mh--color--grayscale-400);
  text-align: center;
}
@media (width >= 768px ) {
  .l-footer {
    background-image: url("../img/common/bg_footer01_pc.jpg");
  }
  .l-footer__inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-block: 50px;
  }
  .l-footer-logo {
    width: 305px;
    margin: 0;
  }
  .l-footer-cr {
    font-size: var(--mh--font-size--x3s);
  }
}
/* .l-header
================================================ */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  min-width: 320px;
}
.l-header__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  height: var(--mh--header--height);
  padding-inline: var(--mh--contents--padding--side);
}
@media (width < 768px) {
  .l-header.is-hidden .l-header-logo, .l-header:not([data-scroll-top=true]) .l-header-logo {
    opacity: 0;
    transform: translateY(-50%);
  }
}
@media (width >= 768px ) {
  .l-header {
    min-width: var(--mh--contents--width-with-padding);
    transition: background-color var(--mh--duration) var(--mh--easing), opacity var(--mh--duration) var(--mh--easing), transform var(--mh--duration) var(--mh--easing);
  }
  .l-header.is-hidden {
    opacity: 0;
    transform: translateY(-50%);
  }
  .l-header[data-scroll-top=false] {
    background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
  }
  .l-header__inner {
    align-items: center;
  }
}
/* .l-header-logo
================================================== */
.l-header-logo {
  width: 167px;
  transition: opacity var(--mh--duration) var(--mh--easing), transform var(--mh--duration) var(--mh--easing);
}
@media (width >= 1100px ) {
  .l-header-logo {
    width: 340px;
  }
}
/* .l-nav
================================================ */
.l-nav {
  display: none;
}
@media (width >= 768px ) {
  .l-nav {
    display: block;
  }
}
/* .l-nav-list
================================================== */
@media (width >= 768px ) {
  .l-nav-list__item-in {
    display: grid;
    place-items: center;
    width: 210px;
    height: 50px;
    background: var(--mh--gradation03);
  }
  .l-nav-list__item-in-txt {
    font-weight: 500;
    line-height: var(--mh--line-height--sm);
    color: var(--mh--color--grayscale-400);
    background: var(--mh--color--grayscale-400);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .l-nav-list__item-in-txt::before {
    display: inline-block;
    width: 18px;
    height: 12px;
    color: currentColor;
    content: "";
    background-color: currentcolor;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2212%22%20fill%3D%22none%22%20viewBox%3D%220%200%2018%2012%22%3E%0A%3Cg%20fill%3D%22%23fff%22%20clip-path%3D%22url(%23a)%22%3E%0A%3Cpath%20d%3D%22M17.692%2012H.307A.3.3%200%200%201%200%2011.705V.295A.3.3%200%200%201%20.307%200h17.385A.3.3%200%200%201%2018%20.295v11.41a.3.3%200%200%201-.307.295m-17.08-.59h16.772V.59H.613z%22%2F%3E%0A%3Cpath%20d%3D%22M9.087%207.404c-.434%200-.868-.138-1.223-.414L1.287%201.702a.287.287%200%200%201-.038-.416.315.315%200%200%201%20.432-.037l6.573%205.285c.489.38%201.2.375%201.688-.014l6.376-5.268a.316.316%200%200%201%20.433.031c.11.124.095.31-.033.416l-6.38%205.272a2%202%200%200%201-1.25.433z%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22a%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200h18v12H0z%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2212%22%20fill%3D%22none%22%20viewBox%3D%220%200%2018%2012%22%3E%0A%3Cg%20fill%3D%22%23fff%22%20clip-path%3D%22url(%23a)%22%3E%0A%3Cpath%20d%3D%22M17.692%2012H.307A.3.3%200%200%201%200%2011.705V.295A.3.3%200%200%201%20.307%200h17.385A.3.3%200%200%201%2018%20.295v11.41a.3.3%200%200%201-.307.295m-17.08-.59h16.772V.59H.613z%22%2F%3E%0A%3Cpath%20d%3D%22M9.087%207.404c-.434%200-.868-.138-1.223-.414L1.287%201.702a.287.287%200%200%201-.038-.416.315.315%200%200%201%20.432-.037l6.573%205.285c.489.38%201.2.375%201.688-.014l6.376-5.268a.316.316%200%200%201%20.433.031c.11.124.095.31-.033.416l-6.38%205.272a2%202%200%200%201-1.25.433z%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22a%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200h18v12H0z%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
    transition: all var(--mh--duration) var(--mh--easing);
    margin-right: 10px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-nav-list__item-in {
    position: relative;
  }
  .l-nav-list__item-in::before {
    position: absolute;
    top: 1px;
    left: 1px;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    content: "";
    background-color: var(--mh--color--grayscale-400);
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.75s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .l-nav-list__item-in-txt {
    position: relative;
    z-index: 1;
  }
  .l-nav-list__item-in:hover::before {
    transform: scale(1, 1);
    transform-origin: left top;
  }
  .l-nav-list__item-in:hover .l-nav-list__item-in-txt {
    background: var(--mh--gradation03);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .l-nav-list__item-in:hover .l-nav-list__item-in-txt::before {
    background: var(--mh--gradation03);
  }
}
/* .l-nav-overlay
================================================ */
.l-nav-overlay {
  position: fixed;
  inset: 0;
  z-index: 10;
  display: none;
  background: rgba(0, 0, 0, 0.25);
}
/* .l-main-img HOME
================================================ */
.l-main-img {
  padding-top: var(--mh--header--height);
  background: url("../img/home/bg_mv01_sp.jpg") no-repeat top/cover;
}
.l-main-img__area-txt {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 50px 18px 45px;
}
.l-main-img__head {
  font-size: var(--mh--font-size--x6l);
  font-weight: 500;
  color: var(--mh--color--primary-700);
}
.l-main-img__sub {
  position: relative;
  padding-left: 18px;
  font-size: var(--mh--font-size--sm);
  line-height: 2.2;
  color: var(--mh--color--primary-700);
  text-indent: 8px;
  letter-spacing: 0.2em;
}
.l-main-img__sub::before {
  position: absolute;
  top: 12px;
  left: 2px;
  width: 18px;
  content: "";
  border-bottom: 1px solid var(--mh--color--primary-700);
}
.l-main-img__movie {
  aspect-ratio: 16/9;
  background-color: transparent;
}
@media (width < 768px) {
  .l-main-img__movie {
    display: none;
  }
}
@media (width >= 768px ) {
  .l-main-img {
    background-image: url("../img/home/bg_mv01_pc.jpg");
  }
  .l-main-img__inner {
    display: flex;
    gap: 5.4%;
    align-items: center;
    justify-content: flex-end;
    padding: 32px 50px 100px;
  }
  .l-main-img__area-txt {
    flex-direction: row;
    gap: 20px;
    padding: 0.9% 0 0;
  }
  .l-main-img__head {
    min-height: 440px;
    font-size: var(--mh--font-size--x6l);
    line-height: 1.4;
    letter-spacing: 0.3em;
    writing-mode: vertical-rl;
  }
  .l-main-img__head .is-gradation {
    display: inline-block;
    letter-spacing: 0.3em;
    background: linear-gradient(180deg, rgba(9, 55, 83, 0.67) 0%, #093753 41.15%, #093753 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .l-main-img__sub {
    font-size: clamp(1.3rem, 0.3658536585vw + 0.8975609756rem, 1.6rem);
    padding-left: 0;
    text-indent: 0;
    letter-spacing: 0.2em;
    writing-mode: vertical-rl;
  }
  .l-main-img__sub::before {
    content: none;
  }
  .l-main-img__movie {
    width: 76.92%;
  }
}
@media (width >= 1500px ) {
  .l-main-img__head {
    min-height: 620px;
    font-size: var(--mh--font-size--x9l);
  }
}
/* .l-sub-img
================================================ */
.l-sub-img {
  font-size: 2rem;
  text-align: center;
  background: #ccc;
}
.l-sub-img__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 30vh;
}
@media (width >= 768px ) {
  .l-sub-img {
    padding-top: var(--mh--header--height);
    font-size: 3rem;
  }
}
/* .l-sidebar
================================================== */
.js-c-anime-elem[data-anime=fadein-up] {
  opacity: 0;
  transform: translateY(30px);
  transition: transform var(--mh--duration-slow) var(--mh--easing), opacity var(--mh--duration-slow) 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-slow) var(--mh--easing), opacity var(--mh--duration-slow) 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-slow) var(--mh--easing), opacity var(--mh--duration-slow) var(--mh--easing);
}
.js-c-anime-elem[data-anime=fadein-right].is-animated {
  opacity: 1;
  transform: translateX(0);
}
.js-c-anime-elem[data-anime=fadein] {
  opacity: 0;
  transition: opacity var(--mh--duration-slow) var(--mh--easing);
}
.js-c-anime-elem[data-anime=fadein].is-animated {
  opacity: 1;
}
.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;
}
@media (width >= 768px ) {
  .js-c-anime-elem[data-anime-delay-pc="0.1"] {
    transition-delay: 0.1s;
  }
  .js-c-anime-elem[data-anime-delay-pc="0.2"] {
    transition-delay: 0.2s;
  }
  .js-c-anime-elem[data-anime-delay-pc="0.3"] {
    transition-delay: 0.3s;
  }
  .js-c-anime-elem[data-anime-delay-pc="0.4"] {
    transition-delay: 0.4s;
  }
  .js-c-anime-elem[data-anime-delay-pc="0.5"] {
    transition-delay: 0.5s;
  }
  .js-c-anime-elem[data-anime-delay-pc="0.6"] {
    transition-delay: 0.6s;
  }
  .js-c-anime-elem[data-anime-delay-pc="0.7"] {
    transition-delay: 0.7s;
  }
  .js-c-anime-elem[data-anime-delay-pc="0.8"] {
    transition-delay: 0.8s;
  }
  .js-c-anime-elem[data-anime-delay-pc="0.9"] {
    transition-delay: 0.9s;
  }
  .js-c-anime-elem[data-anime-delay-pc="1"] {
    transition-delay: 1s;
  }
  .js-c-anime-elem[data-anime-delay-pc="1.1"] {
    transition-delay: 1.1s;
  }
  .js-c-anime-elem[data-anime-delay-pc="1.2"] {
    transition-delay: 1.2s;
  }
  .js-c-anime-elem[data-anime-delay-pc="1.3"] {
    transition-delay: 1.3s;
  }
  .js-c-anime-elem[data-anime-delay-pc="1.4"] {
    transition-delay: 1.4s;
  }
  .js-c-anime-elem[data-anime-delay-pc="1.5"] {
    transition-delay: 1.5s;
  }
  .js-c-anime-elem[data-anime-delay-pc="1.6"] {
    transition-delay: 1.6s;
  }
  .js-c-anime-elem[data-anime-delay-pc="1.7"] {
    transition-delay: 1.7s;
  }
  .js-c-anime-elem[data-anime-delay-pc="1.8"] {
    transition-delay: 1.8s;
  }
  .js-c-anime-elem[data-anime-delay-pc="1.9"] {
    transition-delay: 1.9s;
  }
  .js-c-anime-elem[data-anime-delay-pc="2"] {
    transition-delay: 2s;
  }
}
.js-c-switch-tab {
  cursor: pointer;
}
.js-c-switch-content {
  display: none;
}
.js-c-switch-content.is-active {
  display: block;
}
.js-c-toggle-trigger {
  cursor: pointer;
}
.js-c-toggle-content {
  display: none;
}
/* pagination
---------------------------------------- */
.splide__pagination {
  margin-top: 20px;
}
.splide__pagination__page {
  width: 5px;
  height: 5px;
  margin: 0 2px;
  background-color: var(--mh--color--primary-500);
  border: none;
  border-radius: 100%;
}
.splide__pagination__page.is-active {
  background-color: var(--mh--color--accent-500);
}
@media (width >= 768px ) {
  .splide__pagination__page {
    width: 10px;
    height: 10px;
    margin: 0 5px;
  }
}
/* .error-page404
================================================ */
.error-page404__inner {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (width >= 768px ) {
  .error-page404__inner {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.error {
  display: block;
  color: #ff0000;
}
/* .home-worries
================================================ */
.home-worries {
  background: url("../img/home/bg_worries01_sp.jpg") no-repeat top/100%;
}
.home-worries__inner {
  padding-block: 53px 70px;
}
.home-worries__head {
  position: relative;
  margin-bottom: 40px;
  font-size: var(--mh--font-size--x5l);
  font-weight: 500;
  line-height: var(--mh--line-height--sm);
  color: var(--mh--color--primary-700);
  text-align: center;
}
.home-worries__head::before {
  position: absolute;
  inset: 0;
  width: 335px;
  height: 127px;
  margin: auto;
  content: "";
  background: rgba(0, 0, 0, 0.1);
  border-radius: 335px;
  filter: blur(25px);
}
.home-worries__head-txt {
  position: relative;
}
.home-worries-list {
  display: grid;
  gap: 5px;
  margin-bottom: 70px;
}
.home-worries-list__item {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 12px;
  padding: 15px 10px;
  background-color: var(--mh--color--grayscale-400);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}
.home-worries-list__head {
  font-weight: 700;
  line-height: var(--mh--line-height--sm);
  color: var(--mh--color--primary-700);
}
.home-worries-list__desc {
  font-size: var(--mh--font-size--xs);
  color: var(--mh--color--primary-700);
}
.home-worries__txt {
  font-weight: 500;
  line-height: var(--mh--line-height--sm);
  color: var(--mh--color--primary-700);
  text-align: center;
}
.home-worries__txt .is-gradation {
  display: block;
  margin-top: 4px;
  font-size: 3rem;
  font-weight: 700;
  background: var(--mh--gradation02);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (width >= 768px ) {
  .home-worries {
    background: url("../img/home/bg_worries01_pc.jpg") no-repeat top/cover;
  }
  .home-worries__inner {
    padding-block: 102px 485px;
  }
  .home-worries__head {
    margin-bottom: 50px;
  }
  .home-worries-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-bottom: 78px;
  }
  .home-worries-list__item {
    grid-template-columns: 80px 1fr;
    gap: 15px;
    padding: 20px;
  }
  .home-worries-list__head {
    margin-bottom: 10px;
  }
  .home-worries__txt {
    line-height: var(--mh--line-height--md);
  }
  .home-worries__txt .is-gradation {
    margin-top: 10px;
    font-size: var(--mh--font-size--x7l);
    line-height: var(--mh--line-height--sm);
  }
}
/* .home-cause
================================================ */
.home-cause {
  position: relative;
  z-index: 1;
  background: linear-gradient(0deg, rgba(115, 115, 115, 0.01) 0%, rgba(115, 115, 115, 0.2) 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 40px));
}
.home-cause::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 375/520;
  content: "";
  background: linear-gradient(180deg, rgba(127, 204, 240, 0) 0%, rgba(127, 204, 240, 0.3) 71.15%, rgba(211, 237, 251, 0.3) 100%);
}
.home-cause::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 33px;
  content: "";
  background-color: rgba(2, 165, 236, 0.8);
  clip-path: polygon(0 100%, 100% 100%, 100% 1%);
}
.home-cause__inner {
  position: relative;
  padding-bottom: 97px;
}
.home-cause-element {
  position: relative;
  margin-bottom: 70px;
}
.home-cause-element::after {
  position: absolute;
  inset-inline: 0;
  bottom: -40px;
  width: 135px;
  height: 40px;
  margin: auto;
  content: "";
  background: linear-gradient(0deg, #9adcff 0%, rgba(212, 240, 255, 0) 95%);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.home-cause-element__head {
  padding-block: 15px;
  font-size: var(--mh--font-size--x6l);
  font-weight: 700;
  line-height: var(--mh--line-height--sm);
  color: var(--mh--color--grayscale-400);
  text-align: center;
  background: url("../img/home/bg_cause-head01_sp.jpg") no-repeat center/cover;
}
.home-cause-element__txt {
  padding-block: 30px;
  font-size: var(--mh--font-size--xs);
  color: var(--mh--color--primary-700);
  text-align: center;
}
.home-cause-element__txt .is-big {
  display: block;
  margin-top: 4px;
  font-size: var(--mh--font-size--x4l);
}
.home-cause-element-list {
  padding: 30px 15px;
  margin-inline: 20px;
  background-color: var(--mh--color--grayscale-400);
}
.home-cause-element-list__item {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 15px;
}
.home-cause-element-list__item:not(:last-child) {
  padding-bottom: 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid var(--mh--color--primary-500);
}
.home-cause-element-list__head {
  margin-bottom: 5px;
  font-size: var(--mh--font-size--xl);
  font-weight: 500;
  line-height: var(--mh--line-height--sm);
  color: var(--mh--color--primary-700);
}
.home-cause-element-list__head .is-small {
  font-size: 1rem;
}
.home-cause-element-list__desc {
  font-size: var(--mh--font-size--xs);
  color: var(--mh--color--primary-700);
}
.home-cause-element__conclusion {
  position: relative;
  padding-block: 15px;
  margin-inline: 20px;
  font-weight: 700;
  text-align: center;
  background-color: var(--mh--color--accent-200);
}
.home-cause-element__conclusion .is-label {
  position: absolute;
  inset-inline: 0;
  top: -11px;
  display: grid;
  place-items: center;
  width: 80px;
  height: 22px;
  margin: auto;
  font-size: 1rem;
  color: var(--mh--color--primary-700);
  background: var(--mh--gradation05);
  border-radius: 50px;
}
.home-cause-element__conclusion .is-gradation {
  background: var(--mh--gradation03);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.home-cause-difficult {
  margin-inline: 20px;
}
.home-cause-difficult__head {
  padding-block: 18px 20px;
  font-size: var(--mh--font-size--x4l);
  font-weight: 500;
  line-height: var(--mh--line-height--sm);
  color: var(--mh--color--grayscale-400);
  text-align: center;
  background: url("../img/home/bg_cause-head02_sp.jpg") no-repeat center/cover;
}
.home-cause-difficult__head .is-big {
  font-size: var(--mh--font-size--x8l);
}
.home-cause-difficult-list {
  padding: 30px 20px;
  background-color: var(--mh--color--grayscale-400);
}
.home-cause-difficult-list__item {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 15px;
}
.home-cause-difficult-list__item:not(:last-child) {
  padding-bottom: 19px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--mh--color--primary-500);
}
.home-cause-difficult-list__head {
  margin-bottom: 5px;
  font-size: var(--mh--font-size--xl);
  font-weight: 500;
  line-height: var(--mh--line-height--sm);
  color: var(--mh--color--primary-700);
}
.home-cause-difficult-list__desc {
  font-size: var(--mh--font-size--sm);
  color: var(--mh--color--primary-700);
}
@media (width >= 768px ) {
  .home-cause {
    margin-top: -403px;
    background: none;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 110px));
  }
  .home-cause::before {
    aspect-ratio: 1920/900;
  }
  .home-cause::after {
    width: 57%;
    height: 90px;
    clip-path: polygon(0 100%, 100% 100%, 100% 1%);
  }
  .home-cause__inner {
    max-width: var(--mh--contents--wide-width-with-padding);
    padding: 0 var(--mh--contents--padding--side) 180px;
    margin: auto;
  }
  .home-cause-element {
    margin: 0 auto;
    background-color: var(--mh--color--grayscale-400);
  }
  .home-cause-element::after {
    bottom: 119px;
    width: 270px;
    height: 37px;
  }
  .home-cause-element__head {
    padding-block: 23px;
    background-image: url("../img/home/bg_cause-head01_pc.jpg");
  }
  .home-cause-element__contents {
    padding: 40px 50px 166px;
    background: linear-gradient(0deg, rgba(115, 115, 115, 0.01) 0%, rgba(115, 115, 115, 0.2) 100%);
  }
  .home-cause-element__txt {
    padding-block: 0 20px;
    font-size: var(--mh--font-size--md);
  }
  .home-cause-element__txt .is-big {
    margin-top: 8px;
  }
  .home-cause-element-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: var(--mh--contents--width);
    padding: 30px 0;
    margin-inline: auto;
  }
  .home-cause-element-list__item {
    grid-template-columns: 120px 1fr;
    gap: 20px;
    align-items: center;
    padding-inline: 30px;
  }
  .home-cause-element-list__item:not(:last-child) {
    padding-bottom: 0;
    margin-bottom: 0;
    border-right: 1px solid var(--mh--color--primary-500);
    border-bottom: none;
  }
  .home-cause-element-list__head .is-small {
    font-size: var(--mh--font-size--sm);
  }
  .home-cause-element-list__desc {
    max-width: 360px;
    font-size: var(--mh--font-size--md);
  }
  .home-cause-element__conclusion {
    max-width: var(--mh--contents--width);
    padding-block: 28px 29px;
    margin-inline: auto;
    line-height: var(--mh--line-height--sm);
  }
  .home-cause-element__conclusion .is-label {
    top: -10px;
    width: 160px;
    height: 30px;
    font-size: 1.2rem;
  }
  .home-cause-element__conclusion .is-gradation {
    font-size: var(--mh--font-size--lg);
  }
  .home-cause-difficult {
    position: relative;
    max-width: var(--mh--contents--width);
    margin: -88px auto 0;
  }
  .home-cause-difficult__head {
    padding-block: 20px;
    font-size: var(--mh--font-size--x3l);
    text-align: center;
    background-image: url("../img/home/bg_cause-head02_pc.jpg");
  }
  .home-cause-difficult__head .is-big {
    font-size: var(--mh--font-size--x5l);
  }
  .home-cause-difficult-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 40px 50px;
  }
  .home-cause-difficult-list__item {
    grid-template: auto 1fr/auto;
    gap: 35px;
    padding-inline: 10px;
  }
  .home-cause-difficult-list__item:not(:last-child) {
    padding-bottom: 0;
    margin-bottom: 0;
    border-right: 1px solid var(--mh--color--primary-500);
    border-bottom: none;
  }
  .home-cause-difficult-list__img {
    width: 120px;
    margin-inline: auto;
  }
  .home-cause-difficult-list__head {
    margin-bottom: 13px;
    font-weight: 700;
    text-align: center;
  }
  .home-cause-difficult-list__desc {
    text-align: center;
  }
}
/* .home-movie
================================================ */
.home-movie {
  background: url("../img/home/bg_movie02_sp.jpg") no-repeat bottom/100%;
}
.home-movie__inner {
  padding-block: 50px 60px;
}
.home-movie-intro {
  position: relative;
  margin: 0 20px 30px;
}
.home-movie-intro::before {
  position: absolute;
  top: -30px;
  left: -20px;
  width: 154px;
  aspect-ratio: 154/200;
  content: "";
  background: url("../img/home/bg_movie01.jpg") no-repeat center/cover;
}
.home-movie-intro__contents {
  position: relative;
  padding: 40px 20px;
  background-color: var(--mh--color--grayscale-400);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.home-movie-intro__area-txt {
  margin-bottom: 20px;
}
.home-movie-intro__head {
  margin: 0 -6px 20px;
  font-size: var(--mh--font-size--x6l);
  font-weight: 700;
  line-height: var(--mh--line-height--sm);
  text-align: center;
  background: var(--mh--gradation04);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.home-movie-intro__img {
  margin-bottom: 43px;
}
.home-movie-intro__img img {
  width: 100%;
}
.home-movie-intro__conclusion {
  position: relative;
  padding-block: 18px 16px;
  font-weight: 700;
  color: var(--mh--color--grayscale-400);
  text-align: center;
  background: url("../img/home/bg_movie03_sp.jpg") no-repeat center/cover;
}
.home-movie-intro__conclusion .is-label {
  position: absolute;
  inset-inline: 0;
  top: -15px;
  display: grid;
  place-items: center;
  width: 90px;
  height: 30px;
  margin: auto;
  color: var(--mh--color--grayscale-400);
  background-color: #53c0ef;
  border-radius: 50px;
}
.home-movie-intro__conclusion .is-big {
  font-size: var(--mh--font-size--x3l);
}
@media (width >= 768px ) {
  .home-movie {
    margin-top: -110px;
    background-image: url("../img/home/bg_movie02_pc.jpg");
  }
  .home-movie__inner {
    padding-block: 190px 80px;
  }
  .home-movie-intro {
    max-width: var(--mh--contents--wide-width-with-padding);
    padding-inline: var(--mh--contents--padding--side);
    margin: 0 auto 60px;
  }
  .home-movie-intro::before {
    top: -80px;
    left: -30px;
    width: 216px;
  }
  .home-movie-intro__contents {
    display: grid;
    grid-template: "img area-txt" auto "img conclusion" auto/46.09% 50.5%;
    align-items: center;
    justify-content: space-between;
    padding: 60px;
  }
  .home-movie-intro__img {
    grid-area: img;
    margin-bottom: 0;
  }
  .home-movie-intro__area-txt {
    grid-area: area-txt;
    margin-bottom: 30px;
  }
  .home-movie-intro__head {
    margin: 0 0 20px;
    font-size: var(--mh--font-size--x7l);
  }
  .home-movie-intro__conclusion {
    grid-area: conclusion;
    padding-block: 21px 22px;
    font-size: var(--mh--font-size--sm);
    background-image: url("../img/home/bg_movie03_pc.jpg");
  }
  .home-movie-intro__conclusion .is-label {
    top: -13px;
    width: 160px;
  }
  .home-movie-intro__conclusion .is-big {
    font-size: var(--mh--font-size--xl);
  }
}
/* .home-reason
================================================ */
.home-reason {
  background: url("../img/home/bg_reason01_sp.jpg") no-repeat center/cover;
}
.home-reason__inner {
  padding-block: 50px;
}
.home-reason__head {
  margin-bottom: 30px;
  font-size: var(--mh--font-size--x10l);
  font-weight: 500;
  line-height: var(--mh--line-height--sm);
  color: var(--mh--color--grayscale-400);
  text-align: center;
}
.home-reason__txt {
  margin-bottom: 40px;
  font-size: var(--mh--font-size--xl);
  color: var(--mh--color--grayscale-400);
}
.home-reason-contents {
  padding: 30px 20px;
  margin-inline: -10px;
  background-color: var(--mh--color--grayscale-400);
}
.home-reason-contents__head {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 5px;
  align-items: center;
  margin-bottom: 15px;
}
.home-reason-contents__head-sub {
  display: grid;
  place-items: center;
  width: 50px;
  aspect-ratio: 1;
  font-size: 1rem;
  font-weight: 700;
  line-height: var(--mh--line-height--sm);
  color: var(--mh--color--grayscale-400);
  text-align: center;
  background: var(--mh--gradation04);
  border-radius: 100%;
}
.home-reason-contents__head-main {
  font-size: var(--mh--font-size--x5l);
  font-weight: 500;
  line-height: var(--mh--line-height--sm);
  color: var(--mh--color--primary-700);
}
.home-reason-contents__head-point {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
  width: 100%;
}
.home-reason-contents__head-point-item {
  padding-inline: 5px;
  font-size: var(--mh--font-size--xs);
  font-weight: 500;
  line-height: var(--mh--line-height--sm);
  color: var(--mh--color--primary-700);
  background-color: var(--mh--color--accent-300);
}
.home-reason-contents-list__item:not(:last-child) {
  padding-bottom: 21px;
  margin-bottom: 20px;
  border-bottom: 1px dashed var(--mh--color--primary-200);
}
.home-reason-contents-list__head {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
}
.home-reason-contents-list__head-num {
  padding: 2px 10px;
  font-weight: 700;
  line-height: var(--mh--line-height--sm);
  color: var(--mh--color--grayscale-400);
  background-color: var(--mh--color--accent-500);
}
.home-reason-contents-list__head-main {
  font-size: var(--mh--font-size--x2l);
  font-weight: 500;
  line-height: var(--mh--line-height--sm);
  color: var(--mh--color--primary-700);
}
.home-reason-contents-list__desc {
  padding: 20px 12px 20px 15px;
  background-color: rgba(192, 210, 220, 0.3);
}
.home-reason-contents-list__desc-txt {
  position: relative;
  padding-left: 10px;
  font-size: var(--mh--font-size--xs);
  color: var(--mh--color--primary-700);
}
.home-reason-contents-list__desc-txt:not(:last-child) {
  margin-bottom: 4px;
}
.home-reason-contents-list__desc-txt::before {
  position: absolute;
  top: 9px;
  left: 0;
  width: 6px;
  aspect-ratio: 1;
  content: "";
  background-color: var(--mh--color--accent-500);
  border-radius: 100%;
}
@media (width >= 768px ) {
  .home-reason {
    background-image: url("../img/home/bg_reason01_pc.jpg");
  }
  .home-reason__inner {
    padding-block: 100px;
  }
  .home-reason__head {
    margin-bottom: 40px;
    font-size: var(--mh--font-size--x9l);
  }
  .home-reason__txt {
    margin-bottom: 60px;
    font-size: var(--mh--font-size--lg);
    text-align: center;
  }
  .home-reason-contents {
    max-width: var(--mh--contents--width);
    padding: 40px;
    margin-inline: auto;
  }
  .home-reason-contents__head {
    gap: 10px;
  }
  .home-reason-contents__head-sub {
    width: 72px;
    font-size: var(--mh--font-size--xs);
  }
  .home-reason-contents__head-point {
    gap: 3px;
    width: auto;
    margin-left: 7px;
  }
  .home-reason-contents-list__item {
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: space-between;
  }
  .home-reason-contents-list__item:last-child {
    padding-bottom: 19px;
    border-bottom: 1px dashed var(--mh--color--primary-200);
  }
  .home-reason-contents-list__head {
    width: 47%;
    margin-bottom: 0;
  }
  .home-reason-contents-list__head-main {
    font-size: 1.7rem;
  }
  .home-reason-contents-list__desc {
    width: 49%;
    padding: 15px 20px;
  }
  .home-reason-contents-list__desc-txt {
    position: relative;
    padding-left: 10px;
    font-size: var(--mh--font-size--xs);
    color: var(--mh--color--primary-700);
  }
  .home-reason-contents-list__desc-txt:not(:last-child) {
    margin-bottom: 4px;
  }
  .home-reason-contents-list__desc-txt::before {
    position: absolute;
    top: 9px;
    left: 0;
    width: 6px;
    aspect-ratio: 1;
    content: "";
    background-color: var(--mh--color--accent-500);
    border-radius: 100%;
  }
}
@media (width >= 1280px ) {
  .home-reason__head {
    font-size: var(--mh--font-size--x10l);
  }
  .home-reason__txt {
    font-size: var(--mh--font-size--xl);
  }
}
/* .home-voice
================================================ */
.home-voice {
  background-color: var(--mh--color--accent-300);
}
.home-voice__inner {
  padding-block: 50px;
}
.home-voice__area-txt {
  padding-inline: var(--mh--contents--padding--side);
}
.home-voice__head {
  position: relative;
  padding-bottom: 17px;
  margin-bottom: 30px;
  font-size: var(--mh--font-size--x5l);
  font-weight: 500;
  line-height: var(--mh--line-height--sm);
  color: var(--mh--color--primary-700);
  text-align: center;
}
.home-voice__head::before {
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  width: 52px;
  height: 2px;
  margin: auto;
  content: "";
  background: var(--mh--gradation01);
  border-radius: 5px;
}
.home-voice__txt {
  margin-bottom: 30px;
  font-size: var(--mh--font-size--xl);
}
.home-voice-slider__card {
  padding: 13px 10px 15px;
  background-color: var(--mh--color--grayscale-400);
  border-top: 2px solid var(--mh--color--primary-500);
}
.home-voice-slider__txt {
  margin-bottom: 5px;
  font-size: var(--mh--font-size--xs);
  color: var(--mh--color--primary-700);
}
.home-voice-slider__profile {
  font-size: var(--mh--font-size--xs);
  line-height: var(--mh--line-height--sm);
  color: var(--mh--color--grayscale-700);
}
@media (width >= 768px ) {
  .home-voice {
    position: relative;
  }
  .home-voice::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 843px;
    content: "";
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
  }
  .home-voice__inner {
    position: relative;
    padding-block: 100px 383px;
  }
  .home-voice__head {
    padding-bottom: 19px;
  }
  .home-voice__head::before {
    width: 100px;
    height: 4px;
  }
  .home-voice__txt {
    font-size: var(--mh--font-size--md);
    text-align: center;
  }
  .home-voice-slider__card {
    padding: 17px 20px 20px;
  }
  .home-voice-slider__txt {
    font-size: var(--mh--font-size--md);
  }
  .home-voice-slider__profile {
    line-height: var(--mh--line-height--md);
  }
}
/* .home-cv
================================================ */
.home-cv-header {
  padding: 60px var(--mh--contents--padding--side) 50px;
  background: url("../img/home/bg_cv01_sp.jpg") no-repeat center/cover;
}
.home-cv-header__head {
  font-size: var(--mh--font-size--x6l);
  font-weight: 500;
  line-height: var(--mh--line-height--sm);
  color: var(--mh--color--grayscale-400);
  text-align: center;
}
.home-cv-header__head .is-box {
  display: block;
  width: fit-content;
  padding: 8px 20px;
  margin: 0 auto 14px;
  font-size: var(--mh--font-size--lg);
  line-height: var(--mh--line-height--sm);
  border: 1px solid var(--mh--color--grayscale-200);
}
.home-cv-contents {
  padding: 40px var(--mh--contents--padding--side) 50px;
  background: var(--mh--gradation02);
}
.home-cv-contents__txt {
  font-size: var(--mh--font-size--x2l);
  font-weight: 500;
  line-height: var(--mh--line-height--sm);
  color: var(--mh--color--grayscale-400);
  text-align: center;
}
.home-cv-contents__txt .is-big {
  display: block;
  margin-bottom: 15px;
  font-size: var(--mh--font-size--x7l);
}
.home-cv-campaign__head {
  padding-block: 15px;
  line-height: var(--mh--line-height--sm);
  color: var(--mh--color--primary-700);
  text-align: center;
  background-color: var(--mh--color--accent-300);
}
.home-cv-campaign__head .is-big {
  display: block;
  font-size: var(--mh--font-size--x7l);
}
.home-cv-campaign__contents {
  padding: 17px var(--mh--contents--padding--side) 31px;
  margin-bottom: 30px;
  background-color: var(--mh--color--grayscale-400);
}
.home-cv-campaign__price {
  margin-bottom: 27px;
}
.home-cv-campaign__price-before {
  position: relative;
  margin-bottom: 35px;
  font-size: var(--mh--font-size--xl);
  font-weight: 500;
  line-height: var(--mh--line-height--sm);
  text-align: center;
}
.home-cv-campaign__price-before::after {
  position: absolute;
  inset-inline: 0;
  bottom: -25px;
  width: 217px;
  height: 23px;
  margin: auto;
  content: "";
  background: linear-gradient(0deg, #9adcff 0%, rgba(212, 240, 255, 0) 95%);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.home-cv-campaign__price-before .is-cancel {
  position: relative;
}
.home-cv-campaign__price-before .is-cancel::before {
  position: absolute;
  top: 36%;
  right: 0;
  width: 100%;
  content: "";
  border-bottom: 1px solid var(--mh--color--accent-500);
  transform: rotate(-9deg);
}
.home-cv-campaign__price-after {
  position: relative;
}
.home-cv-campaign__price-after-badge {
  position: absolute;
  top: -30px;
  left: -15px;
  display: grid;
  place-content: center;
  width: 64px;
  aspect-ratio: 1;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  color: var(--mh--color--grayscale-400);
  text-align: center;
  background: var(--mh--gradation04);
  border-radius: 100%;
}
.home-cv-campaign__price-after-badge .is-big {
  margin-block: -2px 2px;
  font-size: var(--mh--font-size--xs);
  line-height: var(--mh--line-height--none);
}
.home-cv-campaign__price-after-badge .is-num {
  font-size: var(--mh--font-size--x3l);
}
.home-cv-campaign__price-after-txt {
  padding: 2px 0 2px 20px;
  color: var(--mh--color--grayscale-400);
  text-align: center;
  background: var(--mh--gradation03);
}
.home-cv-campaign__price-after-amount {
  padding: 10px 0 27px 20px;
  background-color: var(--mh--color--accent-200);
}
.home-cv-campaign__price-after-amount-txt {
  position: relative;
  width: fit-content;
  margin-inline: auto;
  line-height: var(--mh--line-height--sm);
  text-align: center;
  background: var(--mh--gradation03);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.home-cv-campaign__price-after-amount-txt::before {
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 90%;
  height: 4px;
  content: "";
  background: var(--mh--gradation03);
}
.home-cv-campaign__price-after-amount-txt::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 90%;
  height: 4px;
  content: "";
  background-image: linear-gradient(to right, var(--mh--color--accent-200), var(--mh--color--accent-200) 4px, transparent 4px);
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 8px 4px;
}
.home-cv-campaign__price-after-amount-txt .is-num {
  font-size: 5.8rem;
  line-height: var(--mh--line-height--xs);
  letter-spacing: 0.05em;
}
.home-cv-campaign__price-after-amount-txt .is-yen {
  font-size: var(--mh--font-size--x5l);
  font-weight: 700;
}
.home-cv-campaign__price-after-amount-txt .is-tax {
  font-size: var(--mh--font-size--xs);
  font-weight: 700;
}
.home-cv-campaign__btn {
  position: relative;
}
.home-cv-campaign__btn-link-in {
  position: relative;
  display: grid;
  place-items: center;
  height: 70px;
  overflow: hidden;
  background: var(--mh--gradation03);
  border-bottom: 4px solid #00427c;
  border-radius: 10px;
}
.home-cv-campaign__btn-link-in::before {
  position: absolute;
  top: -180px;
  left: 0;
  display: block;
  width: 30px;
  height: 100%;
  content: "";
  background-color: var(--mh--color--grayscale-200);
  animation: btn-shine 5s ease-in-out infinite;
}
.home-cv-campaign__btn-copy {
  position: absolute;
  inset-inline: 0;
  top: -17px;
  z-index: 1;
  width: fit-content;
  padding: 1px;
  margin: auto;
  font-weight: 700;
  line-height: var(--mh--line-height--sm);
  pointer-events: none;
  background: var(--mh--gradation03);
  border-radius: 50px;
}
.home-cv-campaign__btn-copy::before {
  position: absolute;
  inset-inline: 0;
  bottom: -5.5px;
  width: 14px;
  aspect-ratio: 2/1;
  margin: auto;
  content: "";
  background-color: #00427c;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.home-cv-campaign__btn-copy::after {
  position: absolute;
  inset-inline: 0;
  bottom: -4px;
  width: 12px;
  aspect-ratio: 2/1;
  margin: auto;
  content: "";
  background-color: var(--mh--color--grayscale-400);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.home-cv-campaign__btn-copy-in {
  display: inline-block;
  padding: 3px 35px;
  background-color: var(--mh--color--grayscale-400);
  border-radius: 48px;
}
.home-cv-campaign__btn-copy .is-gradation {
  position: relative;
  background: var(--mh--gradation03);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.home-cv-campaign__btn-txt {
  display: flex;
  align-items: center;
  font-size: var(--mh--font-size--x2l);
  font-weight: 700;
  line-height: var(--mh--line-height--sm);
  color: var(--mh--color--grayscale-400);
}
.home-cv-campaign__btn-txt::before {
  display: inline-block;
  width: 25px;
  height: 18px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2225%22%20height%3D%2218%22%20fill%3D%22none%22%20viewBox%3D%220%200%2025%2018%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m9.518%208.698%202.355%202.341a1.01%201.01%200%200%200%201.418%200L24.181.209a1.56%201.56%200%200%200-.777-.21H1.596c-.234%200-.458.056-.67.154l8.596%208.545zM25%201.587c0-.274-.075-.535-.21-.768l-8.231%208.183%208.23%208.182A1.6%201.6%200%200%200%2025%2016.41z%22%2F%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m15.95%209.607-2.05%202.044a2%202%200%200%201-.29.237c-.043.028-.09.047-.136.07-.061.033-.122.07-.187.098-.052.018-.104.028-.155.046-.066.019-.126.042-.192.056-.06.01-.117.01-.178.019-.06.005-.117.018-.178.018-.08%200-.159-.014-.239-.023-.037-.005-.08%200-.117-.01-.08-.013-.154-.041-.229-.064-.037-.014-.08-.019-.117-.033-.08-.032-.15-.074-.225-.116-.033-.019-.07-.033-.098-.051a2%202%200%200%201-.29-.238l-2.05-2.039-8.292%208.225c.21.098.435.154.67.154h21.807c.276%200%20.543-.075.777-.21zM.272.718a1.6%201.6%200%200%200-.272.87v14.824c0%20.317.103.614.272.87l8.333-8.28z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2225%22%20height%3D%2218%22%20fill%3D%22none%22%20viewBox%3D%220%200%2025%2018%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m9.518%208.698%202.355%202.341a1.01%201.01%200%200%200%201.418%200L24.181.209a1.56%201.56%200%200%200-.777-.21H1.596c-.234%200-.458.056-.67.154l8.596%208.545zM25%201.587c0-.274-.075-.535-.21-.768l-8.231%208.183%208.23%208.182A1.6%201.6%200%200%200%2025%2016.41z%22%2F%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m15.95%209.607-2.05%202.044a2%202%200%200%201-.29.237c-.043.028-.09.047-.136.07-.061.033-.122.07-.187.098-.052.018-.104.028-.155.046-.066.019-.126.042-.192.056-.06.01-.117.01-.178.019-.06.005-.117.018-.178.018-.08%200-.159-.014-.239-.023-.037-.005-.08%200-.117-.01-.08-.013-.154-.041-.229-.064-.037-.014-.08-.019-.117-.033-.08-.032-.15-.074-.225-.116-.033-.019-.07-.033-.098-.051a2%202%200%200%201-.29-.238l-2.05-2.039-8.292%208.225c.21.098.435.154.67.154h21.807c.276%200%20.543-.075.777-.21zM.272.718a1.6%201.6%200%200%200-.272.87v14.824c0%20.317.103.614.272.87l8.333-8.28z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: all var(--mh--duration) var(--mh--easing);
  margin-right: 10px;
}
@media (width >= 768px ) {
  .home-cv {
    margin-top: -253px;
    background-color: var(--mh--color--accent-200);
  }
  .home-cv__inner {
    position: relative;
    padding-inline: var(--mh--contents--padding--side);
  }
  .home-cv-header {
    padding-block: 100px 116px;
    background-image: url("../img/home/bg_cv01_pc.jpg");
  }
  .home-cv-header__head .is-box {
    margin-bottom: 31px;
  }
  .home-cv-contents {
    padding-block: 80px;
  }
  .home-cv-contents__txt .is-big {
    margin-bottom: 20px;
  }
  .home-cv-campaign {
    max-width: var(--mh--contents--wide-width);
    margin-inline: auto;
  }
  .home-cv-campaign__head {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    padding-block: 20px;
    font-size: var(--mh--font-size--xl);
  }
  .home-cv-campaign__head .is-big {
    font-size: var(--mh--font-size--x6l);
  }
  .home-cv-campaign__contents {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 20px;
    margin-bottom: 40px;
  }
  .home-cv-campaign__price {
    display: flex;
    align-items: center;
    padding: 17px 25px 10px 0;
    margin: 0 25px 0 0;
    border-right: 1px solid var(--mh--color--primary-500);
  }
  .home-cv-campaign__price-before {
    padding-right: 40px;
    margin: 0 25px 0 0;
  }
  .home-cv-campaign__price-before::after {
    inset-block: 0;
    right: 0;
    left: auto;
    width: 35px;
    height: 100px;
    background: linear-gradient(-90deg, #9adcff 0%, rgba(212, 240, 255, 0) 95%);
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
  }
  .home-cv-campaign__price-before .is-cancel::before {
    top: 38%;
    border-width: 2px;
  }
  .home-cv-campaign__price-after-badge {
    top: -17px;
    left: -33px;
    width: 84px;
    font-size: var(--mh--font-size--sm);
  }
  .home-cv-campaign__price-after-badge .is-big {
    font-size: var(--mh--font-size--md);
  }
  .home-cv-campaign__price-after-badge .is-num {
    font-size: 2.4rem;
  }
  .home-cv-campaign__price-after-amount {
    padding: 10px 25px 27px 35px;
  }
  .home-cv-campaign__price-after-amount-txt::before {
    width: 100%;
  }
  .home-cv-campaign__price-after-amount-txt::after {
    width: 100%;
  }
  .home-cv-campaign__btn {
    flex: 1;
  }
  .home-cv-campaign__btn-link-in {
    height: 133px;
    padding-inline: 10px;
  }
  .home-cv-campaign__btn-copy {
    top: -16px;
    padding: 2px;
  }
  .home-cv-campaign__btn-copy::after {
    bottom: -3px;
  }
  .home-cv-campaign__btn-copy-in {
    padding: 4px 50px;
  }
  .home-cv-campaign__btn-txt {
    display: flex;
    align-items: center;
    font-size: var(--mh--font-size--x2l);
    font-weight: 700;
    line-height: var(--mh--line-height--sm);
    color: var(--mh--color--grayscale-400);
  }
  .home-cv-campaign__btn-txt::before {
    display: inline-block;
    width: 25px;
    height: 18px;
    color: currentColor;
    content: "";
    background-color: currentcolor;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2225%22%20height%3D%2218%22%20fill%3D%22none%22%20viewBox%3D%220%200%2025%2018%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m9.518%208.698%202.355%202.341a1.01%201.01%200%200%200%201.418%200L24.181.209a1.56%201.56%200%200%200-.777-.21H1.596c-.234%200-.458.056-.67.154l8.596%208.545zM25%201.587c0-.274-.075-.535-.21-.768l-8.231%208.183%208.23%208.182A1.6%201.6%200%200%200%2025%2016.41z%22%2F%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m15.95%209.607-2.05%202.044a2%202%200%200%201-.29.237c-.043.028-.09.047-.136.07-.061.033-.122.07-.187.098-.052.018-.104.028-.155.046-.066.019-.126.042-.192.056-.06.01-.117.01-.178.019-.06.005-.117.018-.178.018-.08%200-.159-.014-.239-.023-.037-.005-.08%200-.117-.01-.08-.013-.154-.041-.229-.064-.037-.014-.08-.019-.117-.033-.08-.032-.15-.074-.225-.116-.033-.019-.07-.033-.098-.051a2%202%200%200%201-.29-.238l-2.05-2.039-8.292%208.225c.21.098.435.154.67.154h21.807c.276%200%20.543-.075.777-.21zM.272.718a1.6%201.6%200%200%200-.272.87v14.824c0%20.317.103.614.272.87l8.333-8.28z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2225%22%20height%3D%2218%22%20fill%3D%22none%22%20viewBox%3D%220%200%2025%2018%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m9.518%208.698%202.355%202.341a1.01%201.01%200%200%200%201.418%200L24.181.209a1.56%201.56%200%200%200-.777-.21H1.596c-.234%200-.458.056-.67.154l8.596%208.545zM25%201.587c0-.274-.075-.535-.21-.768l-8.231%208.183%208.23%208.182A1.6%201.6%200%200%200%2025%2016.41z%22%2F%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m15.95%209.607-2.05%202.044a2%202%200%200%201-.29.237c-.043.028-.09.047-.136.07-.061.033-.122.07-.187.098-.052.018-.104.028-.155.046-.066.019-.126.042-.192.056-.06.01-.117.01-.178.019-.06.005-.117.018-.178.018-.08%200-.159-.014-.239-.023-.037-.005-.08%200-.117-.01-.08-.013-.154-.041-.229-.064-.037-.014-.08-.019-.117-.033-.08-.032-.15-.074-.225-.116-.033-.019-.07-.033-.098-.051a2%202%200%200%201-.29-.238l-2.05-2.039-8.292%208.225c.21.098.435.154.67.154h21.807c.276%200%20.543-.075.777-.21zM.272.718a1.6%201.6%200%200%200-.272.87v14.824c0%20.317.103.614.272.87l8.333-8.28z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
    transition: all var(--mh--duration) var(--mh--easing);
    margin-right: 10px;
  }
}
@media (width >= 1500px ) {
  .home-cv-campaign__contents {
    justify-content: center;
    padding-inline: 40px;
  }
  .home-cv-campaign__price {
    padding-right: 44px;
    margin-right: 44px;
  }
  .home-cv-campaign__price-before {
    padding-right: 62px;
    margin: 0 37px 0 0;
  }
  .home-cv-campaign__price-before::after {
    width: 46px;
    height: 117px;
  }
  .home-cv-campaign__price-before .is-cancel::before {
    top: 38%;
    border-width: 2px;
  }
  .home-cv-campaign__price-after-amount {
    padding: 10px 65px 27px;
  }
  .home-cv-campaign__btn {
    max-width: 460px;
  }
  .home-cv-campaign__btn-txt {
    font-size: var(--mh--font-size--x4l);
  }
  .home-cv-campaign__btn-txt::before {
    width: 30px;
    height: 21px;
    margin-right: 20px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .home-cv-campaign__btn-copy {
    z-index: 2;
  }
  .home-cv-campaign__btn-txt {
    z-index: 2;
  }
  .home-cv-campaign__btn-link::before {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    content: "";
    background: var(--mh--gradation03);
    border-radius: 10px;
    opacity: 0;
    transform: scale(1.3);
    transition: transform var(--mh--duration) var(--mh--easing), opacity var(--mh--duration) var(--mh--easing);
  }
  .home-cv-campaign__btn-link::after {
    position: absolute;
    top: 2px;
    left: 2px;
    z-index: 1;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    pointer-events: none;
    content: "";
    background-color: var(--mh--color--grayscale-400);
    border-radius: 8px;
    opacity: 0;
    transition: opacity var(--mh--duration) var(--mh--easing);
  }
  .home-cv-campaign__btn-link:hover::before {
    opacity: 1;
    transform: scale(1);
  }
  .home-cv-campaign__btn-link:hover::after {
    opacity: 1;
  }
  .home-cv-campaign__btn-link:hover .home-cv-campaign__btn-txt {
    background: var(--mh--gradation03);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .home-cv-campaign__btn-link:hover .home-cv-campaign__btn-txt::before {
    background: var(--mh--gradation03);
  }
}
/* .home-note
================================================ */
.home-note {
  background-color: var(--mh--color--accent-200);
}
.home-note__inner {
  padding: 50px 10px;
}
.home-note__box {
  height: 244px;
  padding: 25px 20px;
  overflow-y: scroll;
  background-color: var(--mh--color--grayscale-400);
}
.home-note__head {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-weight: 500;
  line-height: var(--mh--line-height--sm);
  color: var(--mh--color--primary-700);
}
.home-note__head .is-big {
  font-size: var(--mh--font-size--x4l);
}
.home-note__head::before {
  display: inline-block;
  width: 19px;
  height: 23px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219%22%20height%3D%2223%22%20fill%3D%22none%22%20viewBox%3D%220%200%2019%2023%22%3E%0A%3Cpath%20fill%3D%22%23093753%22%20d%3D%22M12.064%2023H.491A.49.49%200%200%201%200%2022.51V.49C0%20.22.22%200%20.491%200H18.51a.49.49%200%200%201%20.49.49v16.05a.48.48%200%200%201-.157.358l-6.444%205.97a.5.5%200%200%201-.335.13zM.981%2022.021h10.89l6.146-5.694V.977H.981z%22%2F%3E%0A%3Cpath%20fill%3D%22%23093753%22%20d%3D%22M12.064%2023a.49.49%200%200%201-.49-.484l-.047-5.978a.49.49%200%200%201%20.49-.493l6.49.008a.488.488%200%200%201%20.334.847l-6.444%205.97a.5.5%200%200%201-.334.13zm.449-5.978.034%204.375%204.716-4.369-4.75-.005zM15.416%205.4H3.582a.49.49%200%201%201%200-.979h11.834a.49.49%200%201%201%200%20.979m0%203.789H3.582a.49.49%200%201%201%200-.979h11.834a.49.49%200%201%201%200%20.979m0%203.791H3.582a.49.49%200%201%201%200-.98h11.834a.49.49%200%201%201%200%20.98%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219%22%20height%3D%2223%22%20fill%3D%22none%22%20viewBox%3D%220%200%2019%2023%22%3E%0A%3Cpath%20fill%3D%22%23093753%22%20d%3D%22M12.064%2023H.491A.49.49%200%200%201%200%2022.51V.49C0%20.22.22%200%20.491%200H18.51a.49.49%200%200%201%20.49.49v16.05a.48.48%200%200%201-.157.358l-6.444%205.97a.5.5%200%200%201-.335.13zM.981%2022.021h10.89l6.146-5.694V.977H.981z%22%2F%3E%0A%3Cpath%20fill%3D%22%23093753%22%20d%3D%22M12.064%2023a.49.49%200%200%201-.49-.484l-.047-5.978a.49.49%200%200%201%20.49-.493l6.49.008a.488.488%200%200%201%20.334.847l-6.444%205.97a.5.5%200%200%201-.334.13zm.449-5.978.034%204.375%204.716-4.369-4.75-.005zM15.416%205.4H3.582a.49.49%200%201%201%200-.979h11.834a.49.49%200%201%201%200%20.979m0%203.789H3.582a.49.49%200%201%201%200-.979h11.834a.49.49%200%201%201%200%20.979m0%203.791H3.582a.49.49%200%201%201%200-.98h11.834a.49.49%200%201%201%200%20.98%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: all var(--mh--duration) var(--mh--easing);
  margin-right: 10px;
}
.home-note-list {
  display: grid;
  gap: 15px;
}
.home-note-list__item {
  position: relative;
  padding-left: 23px;
}
.home-note-list__item::before {
  position: absolute;
  top: calc(0.9em - 1.5px);
  left: 10px;
  width: 3px;
  aspect-ratio: 1;
  content: "";
  background-color: var(--mh--color--grayscale-900);
  border-radius: 100%;
}
@media (width >= 768px ) {
  .home-note__inner {
    max-width: var(--mh--contents--wide-width-with-padding);
    padding: 100px var(--mh--contents--padding--side) 120px;
    margin-inline: auto;
  }
  .home-note__box {
    height: 323px;
    padding: 60px 70px;
  }
  .home-note__head {
    margin-bottom: 20px;
  }
  .home-note__head .is-big {
    font-size: var(--mh--font-size--x2l);
  }
  .home-note-list {
    gap: 20px;
  }
}
/* .home-message
================================================ */
.home-message {
  background: url("../img/home/bg_message01_sp.jpg") no-repeat center/cover;
}
.home-message__inner {
  display: grid;
  gap: 30px;
  padding-block: 65px 60px;
}
.home-message__head-en {
  margin-bottom: 15px;
  font-size: var(--mh--font-size--xl);
  font-weight: 500;
  line-height: var(--mh--line-height--sm);
  color: var(--mh--color--primary-700);
}
.home-message__head-main {
  font-size: var(--mh--font-size--x7l);
  font-weight: 500;
  line-height: var(--mh--line-height--sm);
  color: var(--mh--color--primary-700);
}
.home-message__contents-txt {
  color: var(--mh--color--primary-700);
}
.home-message__contents-txt:not(:last-child) {
  margin-bottom: 1.7em;
}
.home-message-profile {
  display: grid;
  gap: 20px;
  padding: 30px 20px;
  background-color: var(--mh--color--grayscale-300);
  backdrop-filter: blur(20px);
}
.home-message-profile__img {
  max-width: 340px;
}
.home-message-profile__head-label {
  width: fit-content;
  padding-inline: 7px;
  margin-bottom: 10px;
  color: var(--mh--color--primary-700);
  border: 1px solid var(--mh--color--primary-700);
}
.home-message-profile__head-name {
  font-size: var(--mh--font-size--x7l);
  font-weight: 500;
  line-height: var(--mh--line-height--sm);
  color: var(--mh--color--primary-700);
}
.home-message-profile__head-name .is-kana {
  margin-left: 10px;
  font-size: var(--mh--font-size--xl);
  font-weight: 400;
}
.home-message-profile__contents-txt {
  font-size: var(--mh--font-size--sm);
  color: var(--mh--color--primary-700);
}
.home-message-profile__contents-txt:not(:last-child) {
  margin-bottom: 20px;
}
@media (width >= 768px ) {
  .home-message {
    background-image: url("../img/home/bg_message01_pc.jpg");
  }
  .home-message__inner {
    grid-template: "message-head message-contents" auto "message-profile message-profile" auto/478px 1fr;
    gap: 80px 0;
    padding-block: 120px 178px;
  }
  .home-message__head {
    grid-area: message-head;
  }
  .home-message__head-en {
    margin-bottom: 20px;
    font-size: var(--mh--font-size--md);
  }
  .home-message__head-main {
    font-size: var(--mh--font-size--x5l);
  }
  .home-message__contents {
    grid-area: message-contents;
  }
  .home-message__contents-txt:not(:last-child) {
    margin-bottom: 1.85em;
  }
  .home-message-profile {
    grid-area: message-profile;
    grid-template: "profile-img profile-head" auto "profile-img profile-contents" auto/340px 1fr;
    gap: 40px;
    padding: 50px 70px;
  }
  .home-message-profile__img {
    grid-area: profile-img;
  }
  .home-message-profile__head {
    grid-area: profile-head;
  }
  .home-message-profile__head-label {
    padding: 1px 9px;
    margin-bottom: 9px;
  }
  .home-message-profile__head-name {
    display: flex;
    align-items: center;
    font-size: var(--mh--font-size--x5l);
    font-weight: 700;
  }
  .home-message-profile__head-name .is-kana {
    margin-left: 20px;
    font-size: var(--mh--font-size--md);
  }
  .home-message-profile__contents {
    grid-area: profile-contents;
    align-content: flex-end;
  }
  .home-message-profile__contents-txt {
    font-size: var(--mh--font-size--md);
  }
  .home-message-profile__contents-txt:not(:last-child) {
    margin-bottom: 0;
  }
}
/* .home-apply
================================================ */
.home-apply {
  background: url("../img/home/bg_apply01_sp.jpg") no-repeat top/100%, url("../img/home/bg_apply02_sp.jpg") no-repeat top/cover;
}
.home-apply__inner {
  padding: 60px 10px;
}
.home-apply__head {
  position: relative;
  padding-bottom: 17px;
  margin-bottom: 30px;
  font-size: var(--mh--font-size--x5l);
  font-weight: 500;
  line-height: var(--mh--line-height--sm);
  color: var(--mh--color--grayscale-400);
  text-align: center;
}
.home-apply__head::before {
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  width: 52px;
  height: 2px;
  margin: auto;
  content: "";
  background-color: var(--mh--color--grayscale-400);
  border-radius: 5px;
}
.home-apply__txt {
  margin-bottom: 10px;
  font-size: var(--mh--font-size--xl);
  color: var(--mh--color--grayscale-400);
  text-align: center;
}
.home-apply__note {
  font-size: var(--mh--font-size--xs);
  color: var(--mh--color--grayscale-400);
  text-align: center;
}
.home-apply__box {
  padding: 40px 20px 50px;
  margin-top: 30px;
  background-color: var(--mh--color--grayscale-400);
  box-shadow: 0 0 20px 0 rgba(9, 55, 83, 0.05);
}
.home-apply__box.is-confirm .c-form__field {
  margin-top: 14px;
}
.home-apply__box.is-confirm .c-form__box,
.home-apply__box.is-confirm .c-simple-list01,
.home-apply__box.is-confirm .c-form__privacy,
.home-apply__box.is-confirm .c-form__note {
  display: none;
}
.home-apply__box.is-confirm .c-form .c-form-btn.btnConfirm {
  max-width: 295px;
  height: 80px;
}
.home-apply__box.is-complete .home-apply__input {
  display: none !important;
}
.home-apply__box.is-complete .home-apply__thanks {
  display: block !important;
}
@media (width >= 768px ) {
  .home-apply {
    background: url("../img/home/bg_apply01_pc.jpg") no-repeat top/1920px, url("../img/home/bg_apply02_pc.jpg") no-repeat top/cover;
  }
  .home-apply__inner {
    max-width: var(--mh--contents--wide-width-with-padding);
    padding: 120px var(--mh--contents--padding--side) 100px;
    margin-inline: auto;
  }
  .home-apply__head {
    padding-bottom: 0;
    margin-bottom: 40px;
    font-size: var(--mh--font-size--x6l);
    font-weight: 700;
  }
  .home-apply__head::before {
    content: none;
  }
  .home-apply__txt {
    margin-bottom: 20px;
  }
  .home-apply__box {
    padding: 100px 50px;
    margin-top: 60px;
  }
}
@media (width >= 1280px ) {
  .home-apply__box {
    padding: 100px 130px;
  }
}
/* .fixed-btn
================================================ */
.fixed-btn {
  position: fixed;
  inset-inline: 0;
  bottom: 0;
  z-index: 5;
  width: 78.66%;
  margin: auto;
  transition: transform 0.5s var(--mh--easing);
}
.fixed-btn.is-hidden {
  transform: translateY(150%);
}
.fixed-btn__copy {
  position: absolute;
  inset-inline: 0;
  top: -17px;
  z-index: 1;
  width: fit-content;
  padding: 1px;
  margin: auto;
  font-weight: 700;
  line-height: var(--mh--line-height--sm);
  pointer-events: none;
  background: var(--mh--gradation03);
  border-radius: 50px;
}
.fixed-btn__copy::before {
  position: absolute;
  inset-inline: 0;
  bottom: -5.5px;
  width: 14px;
  aspect-ratio: 2/1;
  margin: auto;
  content: "";
  background-color: #00427c;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.fixed-btn__copy::after {
  position: absolute;
  inset-inline: 0;
  bottom: -4px;
  width: 12px;
  aspect-ratio: 2/1;
  margin: auto;
  content: "";
  background-color: var(--mh--color--grayscale-400);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.fixed-btn__copy-in {
  display: inline-block;
  padding: 3px 26px;
  background-color: var(--mh--color--grayscale-400);
  border-radius: 48px;
}
.fixed-btn__copy .is-gradation {
  position: relative;
  background: var(--mh--gradation03);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.fixed-btn__link-in {
  position: relative;
  display: grid;
  place-items: center;
  height: 70px;
  overflow: hidden;
  background: var(--mh--gradation03);
  border-radius: 10px 10px 0 0;
}
.fixed-btn__link-in::before {
  position: absolute;
  top: -180px;
  left: 0;
  display: block;
  width: 30px;
  height: 100%;
  content: "";
  background-color: var(--mh--color--grayscale-200);
  animation: btn-shine 5s ease-in-out infinite;
}
.fixed-btn__txt {
  display: flex;
  align-items: center;
  font-size: var(--mh--font-size--x2l);
  font-weight: 700;
  line-height: var(--mh--line-height--sm);
  color: var(--mh--color--grayscale-400);
}
.fixed-btn__txt::before {
  display: inline-block;
  width: 25px;
  height: 18px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2225%22%20height%3D%2218%22%20fill%3D%22none%22%20viewBox%3D%220%200%2025%2018%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m9.518%208.698%202.355%202.341a1.01%201.01%200%200%200%201.418%200L24.181.209a1.56%201.56%200%200%200-.777-.21H1.596c-.234%200-.458.056-.67.154l8.596%208.545zM25%201.587c0-.274-.075-.535-.21-.768l-8.231%208.183%208.23%208.182A1.6%201.6%200%200%200%2025%2016.41z%22%2F%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m15.95%209.607-2.05%202.044a2%202%200%200%201-.29.237c-.043.028-.09.047-.136.07-.061.033-.122.07-.187.098-.052.018-.104.028-.155.046-.066.019-.126.042-.192.056-.06.01-.117.01-.178.019-.06.005-.117.018-.178.018-.08%200-.159-.014-.239-.023-.037-.005-.08%200-.117-.01-.08-.013-.154-.041-.229-.064-.037-.014-.08-.019-.117-.033-.08-.032-.15-.074-.225-.116-.033-.019-.07-.033-.098-.051a2%202%200%200%201-.29-.238l-2.05-2.039-8.292%208.225c.21.098.435.154.67.154h21.807c.276%200%20.543-.075.777-.21zM.272.718a1.6%201.6%200%200%200-.272.87v14.824c0%20.317.103.614.272.87l8.333-8.28z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2225%22%20height%3D%2218%22%20fill%3D%22none%22%20viewBox%3D%220%200%2025%2018%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m9.518%208.698%202.355%202.341a1.01%201.01%200%200%200%201.418%200L24.181.209a1.56%201.56%200%200%200-.777-.21H1.596c-.234%200-.458.056-.67.154l8.596%208.545zM25%201.587c0-.274-.075-.535-.21-.768l-8.231%208.183%208.23%208.182A1.6%201.6%200%200%200%2025%2016.41z%22%2F%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m15.95%209.607-2.05%202.044a2%202%200%200%201-.29.237c-.043.028-.09.047-.136.07-.061.033-.122.07-.187.098-.052.018-.104.028-.155.046-.066.019-.126.042-.192.056-.06.01-.117.01-.178.019-.06.005-.117.018-.178.018-.08%200-.159-.014-.239-.023-.037-.005-.08%200-.117-.01-.08-.013-.154-.041-.229-.064-.037-.014-.08-.019-.117-.033-.08-.032-.15-.074-.225-.116-.033-.019-.07-.033-.098-.051a2%202%200%200%201-.29-.238l-2.05-2.039-8.292%208.225c.21.098.435.154.67.154h21.807c.276%200%20.543-.075.777-.21zM.272.718a1.6%201.6%200%200%200-.272.87v14.824c0%20.317.103.614.272.87l8.333-8.28z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: all var(--mh--duration) var(--mh--easing);
  margin-right: 10px;
}
.u-hidden {
  display: none;
}
.u-inline {
  display: inline;
}
.u-inline-block {
  display: inline-block;
}
.u-block {
  display: block;
}
.u-flex {
  display: flex;
}
.u-grid {
  display: grid;
}
@media (width < 640px) {
  .u-hidden-sm-down {
    display: none;
  }
}
@media (width < 768px) {
  .u-hidden-md-down {
    display: none;
  }
}
@media (width < 1100px) {
  .u-hidden-lg-down {
    display: none;
  }
}
@media (width < 1280px) {
  .u-hidden-xl-down {
    display: none;
  }
}
@media (width >= 640px) {
  .u-hidden-sm-up {
    display: none;
  }
}
@media (width >= 768px ) {
  .u-hidden-md-up {
    display: none;
  }
}
@media (width >= 1100px ) {
  .u-hidden-lg-up {
    display: none;
  }
}
@media (width >= 1280px ) {
  .u-hidden-xl-up {
    display: none;
  }
}
/* overflow
-------------------------------------- */
.u-overflow-auto {
  overflow: auto;
}
.u-overflow-hidden {
  overflow: hidden;
}
.u-overflow-visible {
  overflow: visible;
}
/* screen reader
-------------------------------------- */
.u-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  white-space: nowrap;
  border-width: 0;
  clip: rect(0, 0, 0, 0);
}
/* text-transform
-------------------------------------- */
.u-uppercase {
  text-transform: uppercase;
}
.u-capitalize {
  text-transform: capitalize;
}
/* text-align
-------------------------------------- */
.u-text-left {
  text-align: left;
}
.u-text-right {
  text-align: right;
}
.u-text-center {
  text-align: center;
}
@media (width < 640px) {
  .u-text-left-sm-down {
    text-align: left;
  }
}
@media (width < 640px) {
  .u-text-right-sm-down {
    text-align: right;
  }
}
@media (width < 640px) {
  .u-text-center-sm-down {
    text-align: center;
  }
}
@media (width < 768px) {
  .u-text-left-md-down {
    text-align: left;
  }
}
@media (width < 768px) {
  .u-text-right-md-down {
    text-align: right;
  }
}
@media (width < 768px) {
  .u-text-center-md-down {
    text-align: center;
  }
}
@media (width < 1100px) {
  .u-text-left-lg-down {
    text-align: left;
  }
}
@media (width < 1100px) {
  .u-text-right-lg-down {
    text-align: right;
  }
}
@media (width < 1100px) {
  .u-text-center-lg-down {
    text-align: center;
  }
}
@media (width < 1280px) {
  .u-text-left-xl-down {
    text-align: left;
  }
}
@media (width < 1280px) {
  .u-text-right-xl-down {
    text-align: right;
  }
}
@media (width < 1280px) {
  .u-text-center-xl-down {
    text-align: center;
  }
}
@media (width >= 640px) {
  .u-text-left-sm-up {
    text-align: left;
  }
}
@media (width >= 640px) {
  .u-text-right-sm-up {
    text-align: right;
  }
}
@media (width >= 640px) {
  .u-text-center-sm-up {
    text-align: center;
  }
}
@media (width >= 768px ) {
  .u-text-left-md-up {
    text-align: left;
  }
}
@media (width >= 768px ) {
  .u-text-right-md-up {
    text-align: right;
  }
}
@media (width >= 768px ) {
  .u-text-center-md-up {
    text-align: center;
  }
}
@media (width >= 1100px ) {
  .u-text-left-lg-up {
    text-align: left;
  }
}
@media (width >= 1100px ) {
  .u-text-right-lg-up {
    text-align: right;
  }
}
@media (width >= 1100px ) {
  .u-text-center-lg-up {
    text-align: center;
  }
}
@media (width >= 1280px ) {
  .u-text-left-xl-up {
    text-align: left;
  }
}
@media (width >= 1280px ) {
  .u-text-right-xl-up {
    text-align: right;
  }
}
@media (width >= 1280px ) {
  .u-text-center-xl-up {
    text-align: center;
  }
}
/* font-size
-------------------------------------- */
.u-text-x2s {
  font-size: var(--mh--font-size--x2s);
}
.u-text-xs {
  font-size: var(--mh--font-size--xs);
}
.u-text-sm {
  font-size: var(--mh--font-size--sm);
}
.u-text-md {
  font-size: var(--mh--font-size--md);
}
.u-text-lg {
  font-size: var(--mh--font-size--lg);
}
.u-text-xl {
  font-size: var(--mh--font-size--xl);
}
.u-text-x2l {
  font-size: var(--mh--font-size--x2l);
}
.u-text-x3l {
  font-size: var(--mh--font-size--x3l);
}
.u-text-x4l {
  font-size: var(--mh--font-size--x4l);
}
.u-text-x5l {
  font-size: var(--mh--font-size--x5l);
}
.u-text-x6l {
  font-size: var(--mh--font-size--x6l);
}
.u-text-x7l {
  font-size: var(--mh--font-size--x7l);
}
.u-text-x8l {
  font-size: var(--mh--font-size--x8l);
}
.u-text-x9l {
  font-size: var(--mh--font-size--x9l);
}
.u-text-x10l {
  font-size: var(--mh--font-size--x10l);
}
.u-text-x11l {
  font-size: var(--mh--font-size--x11l);
}
.u-text-x12l {
  font-size: var(--mh--font-size--x12l);
}
.u-text-x13l {
  font-size: var(--mh--font-size--x13l);
}
.u-text-x14l {
  font-size: var(--mh--font-size--x14l);
}
.u-text-x15l {
  font-size: var(--mh--font-size--x15l);
}
.u-text-md {
  line-height: var(--mh--line-height--md);
  letter-spacing: var(--mh--letter-spacing--md);
}
.u-text-x2s,
.u-text-xs,
.u-text-sm,
.u-text-lg,
.u-text-xl,
.u-text-x2l,
.u-text-x3l,
.u-text-x4l,
.u-text-x5l,
.u-text-x6l,
.u-text-x7l,
.u-text-x8l,
.u-text-x9l,
.u-text-x10l,
.u-text-x11l,
.u-text-x12l,
.u-text-x13l,
.u-text-x14l,
.u-text-x15l {
  line-height: var(--mh--line-height--sm);
  letter-spacing: var(--mh--letter-spacing--md);
}
/* line-height
-------------------------------------- */
.u-leading-none {
  line-height: var(--mh--line-height--none);
}
.u-leading-xs {
  line-height: var(--mh--line-height--xs);
}
.u-leading-sm {
  line-height: var(--mh--line-height--sm);
}
.u-leading-md {
  line-height: var(--mh--line-height--md);
}
.u-leading-lg {
  line-height: var(--mh--line-height--lg);
}
/* letter-spacing
-------------------------------------- */
.u-tracking-sm {
  letter-spacing: var(--mh--letter-spacing--sm);
}
.u-tracking-md {
  letter-spacing: var(--mh--letter-spacing--md);
}
/* font-weight
-------------------------------------- */
.u-font-bold {
  font-weight: 700;
}
/* font-family
-------------------------------------- */
.u-font-en {
  font-family: var(--mh--font-family--en);
  font-weight: 500;
  line-height: var(--mh--line-height--sm);
  letter-spacing: var(--mh--letter-spacing--sm);
}
/* position
-------------------------------------- */
.u-relative {
  position: relative;
}
.u-absolute {
  position: absolute !important;
}
/* layout
-------------------------------------- */
.u-inner {
  padding-right: var(--mh--contents--padding--side);
  padding-left: var(--mh--contents--padding--side);
}
@media (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-surface-100 {
  color: var(--mh--color--surface-100);
}
.u-text-surface-500 {
  color: var(--mh--color--surface-500);
}
.u-text-surface-600 {
  color: var(--mh--color--surface-600);
}
.u-text-grayscale-500 {
  color: var(--mh--color--grayscale-500);
}
.u-text-grayscale-600 {
  color: var(--mh--color--grayscale-600);
}
.u-bg-primary-500 {
  background-color: var(--mh--color--primary-500);
}
.u-bg-surface-100 {
  background-color: var(--mh--color--surface-100);
}
.u-bg-surface-500 {
  background-color: var(--mh--color--surface-500);
}
.u-bg-surface-600 {
  background-color: var(--mh--color--surface-600);
}
.u-bg-grayscale-500 {
  background-color: var(--mh--color--grayscale-500);
}
.u-bg-grayscale-600 {
  background-color: var(--mh--color--grayscale-600);
}
.u-p-x2s {
  padding: var(--mh--padding--x2s);
}
.u-py-x2s {
  padding-block: var(--mh--padding--x2s);
}
.u-px-x2s {
  padding-inline: var(--mh--padding--x2s);
}
.u-pt-x2s {
  padding-top: var(--mh--padding--x2s);
}
.u-pb-x2s {
  padding-bottom: var(--mh--padding--x2s);
}
.u-pl-x2s {
  padding-left: var(--mh--padding--x2s);
}
.u-pr-x2s {
  padding-right: var(--mh--padding--x2s);
}
.u-p-xs {
  padding: var(--mh--padding--xs);
}
.u-py-xs {
  padding-block: var(--mh--padding--xs);
}
.u-px-xs {
  padding-inline: var(--mh--padding--xs);
}
.u-pt-xs {
  padding-top: var(--mh--padding--xs);
}
.u-pb-xs {
  padding-bottom: var(--mh--padding--xs);
}
.u-pl-xs {
  padding-left: var(--mh--padding--xs);
}
.u-pr-xs {
  padding-right: var(--mh--padding--xs);
}
.u-p-sm {
  padding: var(--mh--padding--sm);
}
.u-py-sm {
  padding-block: var(--mh--padding--sm);
}
.u-px-sm {
  padding-inline: var(--mh--padding--sm);
}
.u-pt-sm {
  padding-top: var(--mh--padding--sm);
}
.u-pb-sm {
  padding-bottom: var(--mh--padding--sm);
}
.u-pl-sm {
  padding-left: var(--mh--padding--sm);
}
.u-pr-sm {
  padding-right: var(--mh--padding--sm);
}
.u-p-md {
  padding: var(--mh--padding--md);
}
.u-py-md {
  padding-block: var(--mh--padding--md);
}
.u-px-md {
  padding-inline: var(--mh--padding--md);
}
.u-pt-md {
  padding-top: var(--mh--padding--md);
}
.u-pb-md {
  padding-bottom: var(--mh--padding--md);
}
.u-pl-md {
  padding-left: var(--mh--padding--md);
}
.u-pr-md {
  padding-right: var(--mh--padding--md);
}
.u-p-lg {
  padding: var(--mh--padding--lg);
}
.u-py-lg {
  padding-block: var(--mh--padding--lg);
}
.u-px-lg {
  padding-inline: var(--mh--padding--lg);
}
.u-pt-lg {
  padding-top: var(--mh--padding--lg);
}
.u-pb-lg {
  padding-bottom: var(--mh--padding--lg);
}
.u-pl-lg {
  padding-left: var(--mh--padding--lg);
}
.u-pr-lg {
  padding-right: var(--mh--padding--lg);
}
.u-p-xl {
  padding: var(--mh--padding--xl);
}
.u-py-xl {
  padding-block: var(--mh--padding--xl);
}
.u-px-xl {
  padding-inline: var(--mh--padding--xl);
}
.u-pt-xl {
  padding-top: var(--mh--padding--xl);
}
.u-pb-xl {
  padding-bottom: var(--mh--padding--xl);
}
.u-pl-xl {
  padding-left: var(--mh--padding--xl);
}
.u-pr-xl {
  padding-right: var(--mh--padding--xl);
}
.u-p-x2l {
  padding: var(--mh--padding--x2l);
}
.u-py-x2l {
  padding-block: var(--mh--padding--x2l);
}
.u-px-x2l {
  padding-inline: var(--mh--padding--x2l);
}
.u-pt-x2l {
  padding-top: var(--mh--padding--x2l);
}
.u-pb-x2l {
  padding-bottom: var(--mh--padding--x2l);
}
.u-pl-x2l {
  padding-left: var(--mh--padding--x2l);
}
.u-pr-x2l {
  padding-right: var(--mh--padding--x2l);
}
.u-m-x2s {
  margin: var(--mh--space--x2s);
}
.u-my-x2s {
  margin-block: var(--mh--space--x2s);
}
.u-mx-x2s {
  margin-inline: var(--mh--space--x2s);
}
.u-mt-x2s {
  margin-top: var(--mh--space--x2s);
}
.u-mb-x2s {
  margin-bottom: var(--mh--space--x2s);
}
.u-ml-x2s {
  margin-left: var(--mh--space--x2s);
}
.u-mr-x2s {
  margin-right: var(--mh--space--x2s);
}
.u-m-xs {
  margin: var(--mh--space--xs);
}
.u-my-xs {
  margin-block: var(--mh--space--xs);
}
.u-mx-xs {
  margin-inline: var(--mh--space--xs);
}
.u-mt-xs {
  margin-top: var(--mh--space--xs);
}
.u-mb-xs {
  margin-bottom: var(--mh--space--xs);
}
.u-ml-xs {
  margin-left: var(--mh--space--xs);
}
.u-mr-xs {
  margin-right: var(--mh--space--xs);
}
.u-m-sm {
  margin: var(--mh--space--sm);
}
.u-my-sm {
  margin-block: var(--mh--space--sm);
}
.u-mx-sm {
  margin-inline: var(--mh--space--sm);
}
.u-mt-sm {
  margin-top: var(--mh--space--sm);
}
.u-mb-sm {
  margin-bottom: var(--mh--space--sm);
}
.u-ml-sm {
  margin-left: var(--mh--space--sm);
}
.u-mr-sm {
  margin-right: var(--mh--space--sm);
}
.u-m-md {
  margin: var(--mh--space--md);
}
.u-my-md {
  margin-block: var(--mh--space--md);
}
.u-mx-md {
  margin-inline: var(--mh--space--md);
}
.u-mt-md {
  margin-top: var(--mh--space--md);
}
.u-mb-md {
  margin-bottom: var(--mh--space--md);
}
.u-ml-md {
  margin-left: var(--mh--space--md);
}
.u-mr-md {
  margin-right: var(--mh--space--md);
}
.u-m-lg {
  margin: var(--mh--space--lg);
}
.u-my-lg {
  margin-block: var(--mh--space--lg);
}
.u-mx-lg {
  margin-inline: var(--mh--space--lg);
}
.u-mt-lg {
  margin-top: var(--mh--space--lg);
}
.u-mb-lg {
  margin-bottom: var(--mh--space--lg);
}
.u-ml-lg {
  margin-left: var(--mh--space--lg);
}
.u-mr-lg {
  margin-right: var(--mh--space--lg);
}
.u-m-xl {
  margin: var(--mh--space--xl);
}
.u-my-xl {
  margin-block: var(--mh--space--xl);
}
.u-mx-xl {
  margin-inline: var(--mh--space--xl);
}
.u-mt-xl {
  margin-top: var(--mh--space--xl);
}
.u-mb-xl {
  margin-bottom: var(--mh--space--xl);
}
.u-ml-xl {
  margin-left: var(--mh--space--xl);
}
.u-mr-xl {
  margin-right: var(--mh--space--xl);
}
.u-m-x2l {
  margin: var(--mh--space--x2l);
}
.u-my-x2l {
  margin-block: var(--mh--space--x2l);
}
.u-mx-x2l {
  margin-inline: var(--mh--space--x2l);
}
.u-mt-x2l {
  margin-top: var(--mh--space--x2l);
}
.u-mb-x2l {
  margin-bottom: var(--mh--space--x2l);
}
.u-ml-x2l {
  margin-left: var(--mh--space--x2l);
}
.u-mr-x2l {
  margin-right: var(--mh--space--x2l);
}
.u-m-x3l {
  margin: var(--mh--space--x3l);
}
.u-my-x3l {
  margin-block: var(--mh--space--x3l);
}
.u-mx-x3l {
  margin-inline: var(--mh--space--x3l);
}
.u-mt-x3l {
  margin-top: var(--mh--space--x3l);
}
.u-mb-x3l {
  margin-bottom: var(--mh--space--x3l);
}
.u-ml-x3l {
  margin-left: var(--mh--space--x3l);
}
.u-mr-x3l {
  margin-right: var(--mh--space--x3l);
}
.u-mx-auto {
  margin-inline: auto;
}
html body {
  --wp--style--block-gap: 0;
}
html body {
  --wp--preset--font-size--x-2-s: var(--mh--font-size--x2s);
  --wp--preset--font-size--xs: var(--mh--font-size--xs);
  --wp--preset--font-size--sm: var(--mh--font-size--sm);
  --wp--preset--font-size--md: var(--mh--font-size--md);
  --wp--preset--font-size--lg: var(--mh--font-size--lg);
  --wp--preset--font-size--xl: var(--mh--font-size--xl);
  --wp--preset--font-size--x-2-l: var(--mh--font-size--x2l);
  --wp--preset--font-size--x-3-l: var(--mh--font-size--x3l);
  --wp--preset--font-size--x-4-l: var(--mh--font-size--x4l);
  --wp--preset--font-size--x-5-l: var(--mh--font-size--x5l);
  --wp--preset--font-size--x-6-l: var(--mh--font-size--x6l);
  --wp--preset--font-size--x-7-l: var(--mh--font-size--x7l);
  --wp--preset--font-size--x-8-l: var(--mh--font-size--x8l);
  --wp--preset--font-size--x-9-l: var(--mh--font-size--x9l);
  --wp--preset--font-size--x-10-l: var(--mh--font-size--x10l);
  --wp--preset--font-size--x-11-l: var(--mh--font-size--x11l);
  --wp--preset--font-size--x-12-l: var(--mh--font-size--x12l);
  --wp--preset--font-size--x-13-l: var(--mh--font-size--x13l);
  --wp--preset--font-size--x-14-l: var(--mh--font-size--x14l);
  --wp--preset--font-size--x-15-l: var(--mh--font-size--x15l);
}
.has-lg-font-size,
.has-xl-font-size,
.has-x-2-l-font-size,
.has-x-3-l-font-size,
.has-x-4-l-font-size {
  line-height: var(--mh--line-height--sm);
}
.has-x-5-l-font-size,
.has-x-6-l-font-size,
.has-x-7-l-font-size,
.has-x-8-l-font-size,
.has-x-9-l-font-size,
.has-x-10-l-font-size,
.has-x-11-l-font-size,
.has-x-12-l-font-size,
.has-x-13-l-font-size,
.has-x-14-l-font-size,
.has-x-15-l-font-size {
  line-height: var(--mh--line-height--xs);
}
.wp-block-m-hand-custom-block-custom-group[class*=" u-grid-cols"],
.wp-block-m-hand-custom-block-custom-group[class*=" sm:u-grid-cols"],
.wp-block-m-hand-custom-block-custom-group[class*=" md:u-grid-cols"],
.wp-block-m-hand-custom-block-custom-group[class*=" lg:u-grid-cols"],
.wp-block-m-hand-custom-block-custom-group[class*=" xl:u-grid-cols"],
.wp-block-m-hand-custom-block-custom-group[class*=" u-gap"],
.wp-block-m-hand-custom-block-custom-group[class*=" sm:u-gap"],
.wp-block-m-hand-custom-block-custom-group[class*=" md:u-gap"],
.wp-block-m-hand-custom-block-custom-group[class*=" lg:u-gap"],
.wp-block-m-hand-custom-block-custom-group[class*=" xl:u-gap"],
.wp-block-group[class*=" u-gap"],
.wp-block-group[class*=" sm:u-gap"],
.wp-block-group[class*=" md:u-gap"],
.wp-block-group[class*=" lg:u-gap"],
.wp-block-group[class*=" xl:u-gap"],
.wp-block-group[class*=" u-grid-cols"],
.wp-block-group[class*=" sm:u-grid-cols"],
.wp-block-group[class*=" md:u-grid-cols"],
.wp-block-group[class*=" lg:u-grid-cols"],
.wp-block-group[class*=" xl:u-grid-cols"],
.wp-block-columns[class*=" u-grid-cols"],
.wp-block-columns[class*=" sm:u-grid-cols"],
.wp-block-columns[class*=" md:u-grid-cols"],
.wp-block-columns[class*=" lg:u-grid-cols"],
.wp-block-columns[class*=" xl:u-grid-cols"],
.wp-block-columns[class*=" u-gap"],
.wp-block-columns[class*=" sm:u-gap"],
.wp-block-columns[class*=" md:u-gap"],
.wp-block-columns[class*=" lg:u-gap"],
.wp-block-columns[class*=" xl:u-gap"] {
  display: grid;
}
html body a:not(.wp-element-button) {
  text-decoration: inherit;
}
@media (width >= 768px ) {
  .wp-block-image.alignleft {
    float: left;
    margin-right: 2em;
  }
  .wp-block-image.alignright {
    float: right;
    margin-left: 2em;
  }
  .wp-block-image.aligncenter {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
}