:root {
  --mh--breakpoint--min: 375px;
  --mh--breakpoint--sm: 640px;
  --mh--breakpoint--md: 768px;
  --mh--breakpoint--lg: 1100px;
  --mh--breakpoint--xl: 1280px
}
:root {
  --mh--font-family--base: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  --mh--font-family--en: "Roboto", sans-serif
}
html body {
  --mh--font-size--x3s: 1.1rem;
  --mh--font-size--x2s: 1.2rem;
  --mh--font-size--xs: 1.3rem;
  --mh--font-size--sm: 1.4rem;
  --mh--font-size--md: 1.5rem;
  --mh--font-size--lg: 1.6rem;
  --mh--font-size--xl: 1.7rem;
  --mh--font-size--x2l: 1.8rem;
  --mh--font-size--x3l: 2rem;
  --mh--font-size--x4l: 2.1rem;
  --mh--font-size--x5l: 2.3rem;
  --mh--font-size--x6l: 2.4rem;
  --mh--font-size--x7l: 2.6rem;
  --mh--font-size--x8l: 2.8rem;
  --mh--font-size--x9l: 3rem;
  --mh--font-size--x10l: 3.2rem;
  --mh--font-size--x11l: 3.4rem;
  --mh--font-size--x12l: 3.6rem
}
@media(min-width: 768px) {
  html body {
    --mh--font-size--x3s: 1.1rem;
    --mh--font-size--x2s: 1.2rem;
    --mh--font-size--xs: 1.3rem;
    --mh--font-size--sm: 1.5rem;
    --mh--font-size--md: 1.7rem;
    --mh--font-size--lg: 1.9rem;
    --mh--font-size--xl: 2.2rem;
    --mh--font-size--x2l: 2.4rem;
    --mh--font-size--x3l: 2.7rem;
    --mh--font-size--x4l: 3.1rem;
    --mh--font-size--x5l: 3.4rem;
    --mh--font-size--x6l: 3.9rem;
    --mh--font-size--x7l: 4.4rem;
    --mh--font-size--x8l: 4.9rem;
    --mh--font-size--x9l: 5.5rem;
    --mh--font-size--x10l: 6.2rem;
    --mh--font-size--x11l: 7rem;
    --mh--font-size--x12l: 7.9rem
  }
}
:root {
  --mh--letter-spacing--md: 0.03em
}
:root {
  --mh--line-height--xs: 1.2;
  --mh--line-height--sm: 1.5;
  --mh--line-height--md: 1.8
}
:root {
  --mh--header--height: 56px;
  --mh--fixcv--height: 68px
}
@media(min-width: 768px) {
  :root {
    --mh--header--height: 110px
  }
}
:root {
  --mh--sidebar--width: 240px
}
:root {
  --mh--contents--width: 1100px;
  --mh--contents--wide-width: 1260px;
  --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(min-width: 768px) {
  :root {
    --mh--contents--padding--side: 50px
  }
}
:root {
  --mh--border-radius--sm: 2px;
  --mh--border-radius--md: 5px;
  --mh--border-radius--lg: 10px
}
@media(min-width: 768px) {
  :root {
    --mh--border-radius--md: 10px;
    --mh--border-radius--lg: 20px
  }
}
html body {
  --mh--color--primary-300: rgb(61, 173, 123);
  --mh--color--primary-400: rgb(0, 161, 88);
  --mh--color--primary-500: rgb(0, 143, 78);
  --mh--color--secondary-100: rgb(230, 242, 206);
  --mh--color--secondary-300: rgb(195, 229, 126);
  --mh--color--secondary-500: rgb(131, 178, 36);
  --mh--color--secondary-600: rgb(80, 153, 8);
  --mh--color--tertiary-300: rgb(255, 238, 153);
  --mh--color--tertiary-500: rgb(242, 200, 73);
  --mh--color--tertiary-700: rgb(255, 140, 4);
  --mh--color--tertiary-800: rgb(255, 101, 15);
  --mh--color--accent-700: rgb(243, 67, 32);
  --mh--color--surface-100: rgb(252, 246, 227);
  --mh--color--surface-400: rgb(250, 203, 147);
  --mh--color--grayscale-100: rgb(255, 255, 255);
  --mh--color--grayscale-200: rgb(241, 241, 241);
  --mh--color--grayscale-500: rgb(211, 211, 211);
  --mh--color--grayscale-800: rgb(133, 133, 133);
  --mh--color--grayscale-900: rgb(51, 51, 51)
}
:root {
  --mh--easing: ease;
  --mh--duration: .3s
}
: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(min-width: 768px) {
  :root {
    --mh--space--x2s: 10px;
    --mh--space--xs: 20px;
    --mh--space--sm: 30px;
    --mh--space--md: 40px;
    --mh--space--lg: 50px;
    --mh--space--xl: 60px;
    --mh--space--x2l: 70px;
    --mh--space--x3l: 80px
  }
}
:root {
  --mh--padding--xs: 20px;
  --mh--padding--sm: 20px;
  --mh--padding--md: 30px;
  --mh--padding--lg: 30px;
  --mh--padding--xl: 30px
}
@media(min-width: 768px) {
  :root {
    --mh--padding--xs: 20px;
    --mh--padding--sm: 30px;
    --mh--padding--md: 40px;
    --mh--padding--lg: 50px;
    --mh--padding--xl: 60px
  }
}
* {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
  box-sizing: border-box
}
*::before, *::after {
  box-sizing: border-box
}
* :focus-visible {
  outline: 2px solid
}
.js-focus-visible :focus:not(.focus-visible) {
  outline: 0
}
html {
  font-size: 62.5%;
  block-size: 100%;
  -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 {
  block-size: auto;
  max-inline-size: 100%
}
svg {
  stroke: none;
  fill: currentColor
}
p, h1, h2, h3, h4, h5, h6 {
  word-break: break-word;
  line-break: strict;
  overflow-wrap: break-word;
  word-wrap: break-word
}
ul, ol {
  list-style: none
}
a[class] {
  text-decoration: none
}
input, select {
  -webkit-appearance: none;
  appearance: none
}
input, button, textarea, select, input[type=file]::-webkit-file-upload-button {
  color: inherit;
  font-size: inherit;
  font: inherit;
  letter-spacing: inherit
}
a[href], area, button, input, label[for], select, summary, textarea, [tabindex]:not([tabindex*="-"]) {
  cursor: pointer;
  touch-action: manipulation
}
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 {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  text-align: center
}
button[disabled], button[type][disabled], input[type=button][disabled], input[type=submit][disabled], input[type=reset][disabled] {
  cursor: not-allowed
}
html:not([class=is-no-smoothscroll]) {
  scroll-behavior: smooth;
  scroll-padding-top: var(--mh--header--height)
}
body {
  min-width: 320px;
  font-size: var(--mh--font-size--md);
  line-height: var(--mh--line-height--md);
  font-family: var(--mh--font-family--base);
  font-weight: 500;
  color: var(--mh--color--grayscale-900);
  -webkit-text-size-adjust: 100%
}
@media(min-width: 768px) {
  body {
    min-width: var(--mh--contents--width-with-padding)
  }
}
@media(min-width: 768px)and (hover: none) {
  body {
    -webkit-text-size-adjust: none
  }
}
* {
  letter-spacing: var(--mh--letter-spacing--md)
}
ins {
  background-color: #ff9;
  text-decoration: none
}
mark {
  background-color: #ff9;
  font-weight: bold
}
del {
  text-decoration: line-through
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help
}
sup {
  vertical-align: text-top;
  font-size: .75em
}
sub {
  vertical-align: text-bottom;
  font-size: .75em
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid;
  margin: 1em 0;
  padding: 0
}
table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0
}
a {
  color: inherit
}
@media(max-width: 767px) {
  a:hover {
    text-decoration: none
  }
}
input[type=text], input[type=email], input[type=tel], textarea, button, select, option {
  display: block;
  width: 100%;
  max-width: 100%;
  font-family: inherit;
  border: 1px solid;
  border-radius: 0;
  background: none
}
@media(max-width: 767px) {
  input[type=text], input[type=email], input[type=tel], textarea, button, select, option {
    font-size: 1.6rem
  }
}
summary {
  display: block;
  list-style: none;
  cursor: pointer
}
summary::-webkit-details-marker {
  display: none
}
.l-wrapper {
  position: relative;
  padding-bottom: env(safe-area-inset-bottom)
}
@media(min-width: 1100px) {
  .l-container.is-col2 {
    display: grid;
    grid-template-columns: var(--mh--sidebar--width) 1fr;
    gap: 20px;
    width: var(--mh--contents--width);
    margin: 0 auto
  }
  .l-container.is-col2 .l-sidebar {
    order: -1
  }
}
.c-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 {
  margin: 0 10px 0 0;
  padding: 5px 0
}
.c-archive01__item-cat {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 -5px -5px 0
}
.c-archive01__item-cat-item {
  margin: 0 5px 5px 0;
  padding: 5px 10px;
  background: #000;
  color: #fff
}
.c-archive01__item-head {
  overflow: hidden;
  display: -webkit-box;
  max-height: calc(var(--line)*var(--line-height)*1em);
  line-height: var(--line-height);
  -webkit-line-clamp: var(--line);
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  margin-top: 5px
}
@media(min-width: 768px) {
  .c-archive01 {
    --line: 2
  }
}
.c-blockquote01 {
  border: 1px solid var(--mh--color--primary-700);
  padding: 15px
}
@media(min-width: 768px) {
  .c-blockquote01 {
    padding: 25px
  }
}
.c-btn01 {
  margin: 30px auto 0;
  max-width: 320px
}
.c-btn01__link {
  border-radius: 9999px;
  font-weight: 700;
  color: var(--mh--color--grayscale-100);
  background: var(--mh--color--primary-500);
  display: grid !important;
  place-content: center;
  padding: 15px;
  position: relative
}
.c-btn01__link::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  content: "";
  display: inline-block;
  width: 7px;
  height: 10px;
  background-color: currentColor;
  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-cv01 {
  margin-top: var(--mh--space--x3l)
}
.c-cv01__content {
  background: var(--mh--color--primary-400);
  border-radius: var(--mh--border-radius--lg) var(--mh--border-radius--lg) 0 0;
  padding: 15px 10px;
  position: relative;
  overflow: hidden
}
.c-cv01__head {
  color: var(--mh--color--grayscale-100);
  text-align: center;
  font-size: var(--mh--font-size--x3l);
  font-weight: 700;
  line-height: var(--mh--line-height--sm)
}
.c-cv01-tel {
  position: relative;
  margin-top: 30px;
  background: var(--mh--color--grayscale-100);
  border-radius: var(--mh--border-radius--lg);
  padding: 30px 20px 20px
}
.c-cv01-tel__head {
  font-size: var(--mh--font-size--x2s);
  font-weight: 700;
  line-height: var(--mh--line-height--sm);
  text-align: center;
  color: var(--mh--color--grayscale-100);
  background: var(--mh--color--tertiary-700);
  border-radius: 9999px;
  padding: 5px 20px;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: -23px;
  right: 10px
}
.c-cv01-tel__txt {
  padding-left: 95px;
  font-size: var(--mh--font-size--x2s);
  font-weight: 700;
  line-height: var(--mh--line-height--sm);
  color: var(--mh--color--secondary-600)
}
.c-cv01-tel__num {
  font-size: inherit !important;
  letter-spacing: 0
}
.c-cv01-tel__num .c-tel01__link {
  display: inline-block;
  position: relative;
  padding-left: 45px
}
.c-cv01-tel__num .c-tel01__link::before {
  position: absolute;
  bottom: 5px;
  left: 0
}
.c-cv01-tel__num .c-tel01__link:has(.c-cv01-tel__num-ja) {
  display: inline-grid;
  grid-template-columns: auto auto auto auto
}
.c-cv01-tel__num .c-tel01__link:has(.c-cv01-tel__num-ja) .c-cv01-tel__num-txt {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: span 4
}
.c-cv01-tel__num-ja {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: span 4;
  margin-bottom: -2px;
  color: var(--mh--color--tertiary-800);
  font-size: var(--mh--font-size--x3s);
  font-weight: 700;
  line-height: var(--mh--line-height--sm)
}
.c-cv01-tel__num-ja span {
  text-align: center
}
.c-cv01-tel__num-txt {
  line-height: 1 !important;
  font-size: var(--mh--font-size--x10l)
}
.c-cv01-tel__map {
  position: absolute;
  top: 0;
  left: 0;
  width: 114px
}
.c-cv01-tel__fukidashi {
  position: absolute;
  top: -30px;
  left: -10px;
  width: 77px;
  height: 77px;
  background: url(../img/common/ico_cv02.png) no-repeat 0 100%/cover;
  display: grid;
  text-align: center;
  place-content: center;
  place-items: center
}
.c-cv01-tel__fukidashi-head {
  font-size: 1rem;
  font-weight: 700;
  line-height: var(--mh--line-height--sm)
}
.c-cv01-tel__fukidashi-head span {
  background: linear-gradient(transparent 70%, var(--mh--color--tertiary-300) 70%)
}
.c-cv01-tel__fukidashi-txt {
  margin-top: -3px;
  font-size: 1rem;
  line-height: var(--mh--line-height--sm);
  color: var(--mh--color--grayscale-800);
  transform: scale(0.8)
}
.c-cv01-tel__tree {
  position: absolute;
  bottom: -15px;
  right: 34px;
  width: 36px
}
.c-cv01-tel__ico {
  position: absolute;
  bottom: -15px;
  right: -10px;
  width: 56px
}
.c-cv01__txt03 {
  padding: 2px 5px 4px;
  border-radius: 0 0 var(--mh--border-radius--lg) var(--mh--border-radius--lg);
  font-size: var(--mh--font-size--xl);
  font-weight: 700;
  line-height: var(--mh--line-height--sm);
  text-align: center;
  background-color: var(--mh--color--secondary-300)
}
.c-cv01__txt03-time {
  color: var(--mh--color--accent-700)
}
.c-cv01__txt03-time-big {
  font-size: var(--mh--font-size--x3l)
}
@media(max-width: 767px) {
  .c-cv01-tel__num {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    padding-right: 5px
  }
  .c-cv01-tel__num-txt, .c-cv01-tel__num span {
    letter-spacing: 0 !important
  }
}
@media(min-width: 768px) {
  .c-cv01__content {
    padding: 30px
  }
  .c-cv01__head {
    font-size: var(--mh--font-size--x4l)
  }
  .c-cv01-tel {
    max-width: 960px;
    margin: 43px auto 0;
    padding: 50px 30px 30px 226px;
    height: 176px
  }
  .c-cv01-tel__head {
    font-size: var(--mh--font-size--x2l);
    padding: 6px 8px 8px;
    top: -26px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    min-width: 700px
  }
  .c-cv01-tel__txt {
    padding-left: 0;
    font-size: var(--mh--font-size--md)
  }
  .c-cv01-tel__num {
    margin-top: -11px
  }
  .c-cv01-tel__num .c-tel01__link {
    padding-left: 80px
  }
  .c-cv01-tel__num .c-tel01__link::before {
    bottom: 11px
  }
  .c-cv01-tel__num-ja {
    font-size: var(--mh--font-size--xs)
  }
  .c-cv01-tel__map {
    width: 197px
  }
  .c-cv01-tel__map img {
    border-radius: var(--mh--border-radius--lg);
    height: 176px
  }
  .c-cv01-tel__fukidashi {
    top: -30px;
    left: -50px;
    width: 140px;
    height: 140px
  }
  .c-cv01-tel__fukidashi-head {
    font-size: 1.5rem
  }
  .c-cv01-tel__fukidashi-txt {
    font-size: 1.1rem;
    transform: scale(1);
    margin-top: 3px
  }
  .c-cv01-tel__tree {
    bottom: 0;
    right: 90px;
    width: 119px
  }
  .c-cv01-tel__ico {
    bottom: 0;
    right: auto;
    left: 50%;
    margin-left: 360px;
    width: 150px
  }
  .c-cv01__txt03 {
    padding: 8px 10px 10px;
    font-size: var(--mh--font-size--x4l)
  }
  .c-cv01__txt03-time-big {
    font-size: var(--mh--font-size--x6l)
  }
}
.c-cv02 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 9992;
  width: 100%;
  height: var(--mh--fixcv--height);
  background-color: var(--mh--color--tertiary-700)
}
.c-cv02__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: clamp(3px, .8%, 15px);
  height: 100%;
  padding-inline: 20px
}
.c-cv02__area-txt {
  flex: 1;
  display: grid
}
.c-cv02__catch {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 2px 10px;
  text-align: center;
  line-height: var(--mh--line-height--sm);
  color: var(--mh--color--grayscale-100);
  font-size: 1rem;
  font-weight: 700;
  border-radius: 100vmax;
  background-color: var(--mh--color--tertiary-800)
}
.c-cv02__num {
  text-align: center;
  color: var(--mh--color--grayscale-100);
  font-size: var(--mh--font-size--x7l) !important;
  letter-spacing: 0 !important;
  white-space: nowrap
}
.c-cv02__num::before {
  width: 27px !important;
  margin-bottom: 0 !important
}
.c-cv02__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: clamp(120px, 32%, 200px);
  height: calc(100% - 20px);
  padding: 3px;
  padding-left: 8px;
  line-height: var(--mh--line-height--sm);
  text-align: center;
  color: var(--mh--color--tertiary-800);
  font-weight: 700;
  font-size: 1.2rem;
  border: 2px solid var(--mh--color--tertiary-800);
  border-radius: var(--mh--border-radius--md);
  background-color: var(--mh--color--grayscale-100)
}
.c-cv02__btn-ico {
  margin-top: 3px
}
input[type=text], input[type=email], input[type=tel], textarea, button, select, option {
  border: 1px solid var(--mh--color--grayscale-700)
}
input[type=text]:focus-visible, input[type=email]:focus-visible, input[type=tel]:focus-visible, textarea:focus-visible, button:focus-visible, select:focus-visible, option:focus-visible {
  border-color: rgb(var(--color-black01));
  box-shadow: 0 0 0 2px rgba(var(--color-black01), 0.25)
}
fieldset {
  border: none
}
.c-form input, .c-form textarea {
  box-sizing: border-box;
  font-size: 1.6rem;
  padding: 10px
}
.c-form input[type=file] {
  padding: 0
}
.c-form input[type=text], .c-form input[type=email] {
  height: 50px
}
.c-form input[type=radio], .c-form input[type=checkbox] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0
}
.c-form textarea {
  height: 200px
}
.c-form__set {
  box-sizing: border-box;
  padding: 50px 10px 30px
}
.c-form__set:not(:first-child) {
  border-top: 1px solid var(--mh--color--grayscale-700)
}
.c-form__head {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 16px;
  line-height: 1.5;
  font-size: 1.6rem;
  font-weight: 700
}
.c-form__required, .c-form__optional {
  box-sizing: border-box;
  color: #fff;
  background: var(--mh--color--primary-700);
  padding: 2px 10px 3px;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center
}
.c-form__required {
  background: var(--mh--color--primary-700)
}
.c-form__optional {
  color: var(--mh--color--primary-700);
  border: 1px solid var(--mh--color--grayscale-700);
  background: rgb(var(--mh--color-grayscale-700))
}
.c-form__field-set {
  display: block;
  margin-top: 15px
}
.c-form__field-description {
  display: grid;
  gap: 5px 0;
  margin-bottom: 10px;
  font-size: 1.4rem;
  line-height: 1.5
}
.c-form__field-txt {
  margin-bottom: 10px;
  line-height: 1.5;
  font-size: 1.6rem
}
.c-form__postcode {
  display: flex;
  align-items: start
}
.c-form__postcode-suffix {
  font-size: 1.6rem;
  margin: 13px 10px 0 0;
  line-height: 1.5
}
.c-form__postcode-btn {
  flex-shrink: 0;
  width: 105px;
  height: 50px;
  box-sizing: border-box;
  margin-left: 15px;
  padding: 10px 15px;
  color: #fff;
  background: var(--mh--color--primary-700);
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center
}
.c-form__postcode > input, .c-form__postcode > span {
  width: 40%
}
.c-form__select-in {
  position: relative;
  display: inline-block
}
.c-form__select-in select {
  font-size: 1.6rem;
  line-height: 2.2rem;
  padding: 13px 21px 13px 10px;
  cursor: pointer
}
.c-form__select-in::after {
  position: absolute;
  top: 19px;
  right: 8px;
  content: "";
  width: 9px;
  height: 9px;
  border-right: 2px solid var(--mh--color--grayscale-700);
  border-bottom: 2px solid var(--mh--color--grayscale-700);
  transform: rotate(45deg)
}
.c-form__select-unit {
  margin-left: 2px;
  font-size: 1.6rem
}
.c-form__select.is-date .c-form__select-year select {
  width: 80px
}
.c-form__select.is-date .c-form__select-month select, .c-form__select.is-date .c-form__select-day select {
  width: 66px
}
.c-form__select label + label {
  margin-left: 9px
}
.c-form__radio-list {
  display: grid;
  gap: 15px 19px
}
.c-form__radio-list label {
  position: relative;
  padding-left: 37px;
  cursor: pointer
}
.c-form__radio-list input + span::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border: 1px solid var(--mh--color--grayscale-700);
  border-radius: 50%;
  box-sizing: border-box
}
.c-form__radio-list input + span::after {
  display: block;
  position: absolute;
  left: 6px;
  top: 8px;
  content: "";
  width: 12px;
  height: 12px;
  background: var(--mh--color--grayscale-700);
  border-radius: 50%;
  transform: scale(0);
  transition: all .3s ease
}
.c-form__radio-list input:checked + span::after {
  transform: scale(1)
}
.c-form__radio-list span {
  margin: 0
}
.c-form__checkbox-list {
  display: grid;
  gap: 15px 19px
}
.c-form__checkbox-list label {
  position: relative;
  display: flex;
  padding-left: 37px;
  cursor: pointer
}
.c-form__checkbox-list input + span::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border: 1px solid var(--mh--color--grayscale-700);
  box-sizing: border-box
}
.c-form__checkbox-list input + span::after {
  display: block;
  position: absolute;
  top: 7px;
  left: 4px;
  content: "";
  width: 15px;
  height: 9px;
  border-color: var(--mh--color--grayscale-700);
  border-style: solid;
  border-width: 3px 3px 0 0;
  transform: scale(0) rotate(135deg);
  transition: all .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: .5
}
.c-form__radio-list + .c-form__radio-list, .c-form__radio-list + .c-form__checkbox-list, .c-form__checkbox-list + .c-form__radio-list, .c-form__checkbox-list + .c-form__checkbox-list {
  margin-top: 50px
}
.c-form__radio-list.is-col2, .c-form__radio-list.is-col3, .c-form__checkbox-list.is-col2, .c-form__checkbox-list.is-col3 {
  grid-template-columns: repeat(2, 1fr)
}
.c-form__privacy {
  overflow-y: scroll;
  height: 300px;
  padding: 30px 35px;
  margin-bottom: 20px;
  border: 1px solid var(--mh--color--grayscale-700);
  box-sizing: border-box
}
.c-form__privacy-head {
  font-weight: bold;
  margin-bottom: 10px
}
.c-form__agreement {
  margin-bottom: 20px
}
.c-form__agreement-txt {
  text-align: center
}
.c-form__agreement-check {
  text-align: center
}
.c-form__agreement-check label {
  position: relative;
  padding-left: 35px;
  cursor: pointer
}
.c-form__agreement-check span {
  margin: 0
}
.c-form__agreement-check input + span {
  line-height: 1.5
}
.c-form__agreement-check input + span::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border: 1px solid var(--mh--color--grayscale-700)
}
.c-form__agreement-check input:checked + span::after {
  display: block;
  position: absolute;
  top: 6px;
  left: 4px;
  content: "";
  width: 15px;
  height: 9px;
  border-color: var(--mh--color--grayscale-700);
  border-style: solid;
  border-width: 2px 2px 0 0;
  transform: rotate(135deg)
}
.c-form__agreement-check input:focus + span::before {
  border-color: rgb(var(--color-black01));
  box-shadow: 0 0 0 2px rgba(var(--color-black01), 0.25)
}
.c-form__agreement-check input:disabled + label {
  opacity: .5
}
.c-form__btn {
  text-align: center
}
.c-form__btn input {
  display: inline-block;
  width: 100%;
  padding: 16px 20px;
  color: #fff;
  box-sizing: border-box;
  background-color: var(--mh--color--grayscale-700);
  border: none;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  font-family: var(--fontfamily_base);
  border: 1px solid var(--mh--color--grayscale-700)
}
.c-form__btn input:focus-visible, .c-form__btn :focus {
  border-color: rgb(var(--color-black01));
  box-shadow: 0 0 0 2px rgba(var(--color-black01), 0.25)
}
.c-form__btn input + input {
  margin-left: 20px
}
.c-form__btn span {
  width: 0;
  margin: 0
}
@media(min-width: 768px) {
  .c-form__head {
    display: inline-block
  }
  .c-form__field-description {
    margin-bottom: 20px
  }
  .c-form__postcode-btn {
    font-size: 1.6rem
  }
  .c-form__select-in select {
    padding: 13px 40px 13px 10px
  }
  .c-form__select-in::after {
    right: 12px
  }
  .c-form__select-unit {
    margin-left: 7px
  }
  .c-form__select.is-date .c-form__select-year select {
    width: 150px
  }
  .c-form__select.is-date .c-form__select-month select, .c-form__select.is-date .c-form__select-day select {
    width: 110px
  }
  .c-form__select label + label {
    margin-left: 18px
  }
  .c-form__optional, .c-form__required {
    padding: 4px 17px 5px;
    margin-left: 20px
  }
  .c-form__radio-list, .c-form__checkbox-list {
    gap: 15px 30px
  }
  .c-form__radio-list.is-col3, .c-form__checkbox-list.is-col3 {
    grid-template-columns: repeat(3, 1fr)
  }
  .c-form__privacy {
    height: 200px;
    padding: 40px
  }
  .c-form__agreement {
    margin-bottom: 40px
  }
  .c-form__btn input {
    width: 320px;
    margin: 0
  }
}
@media(hover: hover)and (pointer: fine) {
  .c-form__btn input {
    transition: all var(--mh--duration) var(--mh--easing)
  }
  .c-form__btn input:hover {
    color: var(--mh--color--primary-700);
    background: var(--mh--color--grayscale-100)
  }
}
.c-form-area-btn {
  margin-top: 35px
}
@media(min-width: 768px) {
  .c-form-area-btn {
    margin-top: 35px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap
  }
}
.c-form-btn {
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  text-align: left;
  height: 60px;
  padding: 10px 20px;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
  font-weight: 500
}
.c-form-btn + .c-form-btn {
  margin-top: 20px
}
@media(min-width: 768px) {
  .c-form-btn {
    max-width: 320px;
    height: 80px;
    transition: all var(--mh--duration) var(--mh--easing);
    margin: 0
  }
  .c-form-btn + .c-form-btn {
    margin-top: 0;
    margin-left: 40px
  }
}
@media(hover: hover)and (pointer: fine) {
  .c-form-btn:hover {
    opacity: .8
  }
}
.c-single01__content h2:not([class*=c-]), .c-surface-head {
  margin-top: var(--mh--space--xl);
  margin-bottom: var(--mh--space--sm);
  padding: 10px !important;
  background-color: var(--mh--color--primary-700);
  color: var(--mh--color--grayscale-100);
  font-size: var(--mh--font-size--x2l)
}
@media(min-width: 768px) {
  .c-single01__content h2:not([class*=c-]), .c-surface-head {
    padding: 15px 20px !important
  }
}
.c-dobble-border-head {
  position: relative;
  margin-top: var(--mh--space--xl);
  margin-bottom: var(--mh--space--sm);
  padding-left: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--mh--color--primary-700);
  font-size: var(--mh--font-size--x3l)
}
.c-dobble-border-head::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 2px;
  height: 70%;
  background: var(--mh--color--primary-700)
}
@media(min-width: 768px) {
  .c-dobble-border-head {
    padding-bottom: 15px;
    padding-left: 15px
  }
}
.c-single01__content h3:not([class*=c-]), .c-line-head {
  position: relative;
  margin-top: var(--mh--space--md);
  margin-bottom: var(--mh--space--sm);
  padding-left: 10px;
  font-size: var(--mh--font-size--x2l)
}
.c-single01__content h3:not([class*=c-])::before, .c-line-head::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 2px;
  height: 70%;
  background: var(--mh--color--primary-700)
}
@media(min-width: 768px) {
  .c-single01__content h3:not([class*=c-]), .c-line-head {
    padding-left: 15px
  }
}
.c-under-border-head {
  padding-bottom: 10px;
  border-bottom: 1px solid var(--mh--color--primary-700);
  font-size: var(--mh--font-size--xl)
}
@media(min-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;
  color: var(--mh--color--primary-700);
  font-size: var(--mh--font-size--lg)
}
.c-single01__content ul:not([class*=c-]) {
  line-height: var(--mh--line-height--sm);
  list-style: none;
  margin: var(--mh--space--md) 0;
  padding-left: 0
}
.c-single01__content ul:not([class*=c-]) li {
  position: relative;
  padding-left: 1em
}
.c-single01__content ul:not([class*=c-]) li:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--mh--color--primary-700)
}
.c-single01__content ul:not([class*=c-]) li + li {
  margin-top: .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 {
  content: counter(child-num, decimal-leading-zero) ".";
  margin-right: 5px;
  color: var(--mh--color--primary-700);
  background-color: transparent;
  position: static
}
.c-single01__content ul:not([class*=c-]) li ol:not([class*=c-]) > li + li {
  margin-top: .8em
}
.c-single01__content ol:not([class*=c-]) {
  counter-reset: num01;
  line-height: var(--mh--line-height--sm);
  list-style: none;
  margin: var(--mh--space--md) 0;
  padding-left: 0
}
.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 {
  content: counter(num01, decimal-leading-zero) ".";
  position: absolute;
  top: 0;
  left: 0;
  color: var(--mh--color--primary-700)
}
.c-single01__content ol:not([class*=c-]) > li + li {
  margin-top: .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 {
  content: counter(num01, decimal-leading-zero) "-"counter(num02, decimal-leading-zero) ".";
  margin-right: 5px;
  color: var(--mh--color--primary-700)
}
.c-single01__content ol:not([class*=c-]) > li ol:not([class*=c-]) > li + li {
  margin-top: .8em
}
.c-single01__content ol:not([class*=c-]) > li ul:not([class*=c-]) {
  line-height: var(--mh--line-height--sm);
  list-style: none;
  margin-top: .8em;
  padding-left: 0
}
.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 {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--mh--color--primary-700)
}
.c-single01__content ol:not([class*=c-]) > li ul:not([class*=c-]) li + li {
  margin-top: .8em
}
.c-head01 {
  font-size: var(--mh--font-size--x4l);
  line-height: var(--mh--line-height--sm);
  font-weight: 700;
  text-align: center;
  margin-bottom: var(--mh--space--md)
}
.c-head02 {
  line-height: var(--mh--line-height--sm);
  font-weight: 700;
  text-align: center;
  margin-bottom: var(--mh--space--md)
}
.c-head02__txt {
  font-size: var(--mh--font-size--xl);
  color: var(--mh--color--secondary-600);
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative
}
.c-head02__txt::before, .c-head02__txt::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 16px;
  top: 50%;
  transform: translateY(-50%) rotate(-25deg);
  background: var(--mh--color--secondary-600);
  margin-top: 2px
}
.c-head02__txt::before {
  left: -10px
}
.c-head02__txt::after {
  right: -10px;
  transform: translateY(-50%) rotate(25deg)
}
.c-head02__main {
  font-size: var(--mh--font-size--x8l)
}
@media(min-width: 768px) {
  .c-head02__txt::before, .c-head02__txt::after {
    width: 3px;
    height: 30px;
    margin-top: 0
  }
  .c-head02__txt::before {
    left: -20px
  }
  .c-head02__txt::after {
    right: -20px
  }
}
.c-head02.is-white {
  color: var(--mh--color--grayscale-100)
}
.c-head02.is-white .c-head02__txt {
  color: var(--mh--color--grayscale-100)
}
.c-head02.is-white .c-head02__txt::before, .c-head02.is-white .c-head02__txt::after {
  background: var(--mh--color--grayscale-100)
}
.c-ico {
  display: inline-block;
  vertical-align: baseline
}
.c-ico svg {
  transition: all var(--mh--duration) var(--mh--easing)
}
.c-ico.is-arw01 {
  margin-left: 5px;
  color: red
}
.c-ico.is-arw01::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 10px;
  background-color: currentColor;
  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 {
  margin-left: 5px;
  color: green
}
.c-ico.is-arw02::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 10px;
  background-color: currentColor;
  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 {
  margin-left: 5px
}
.c-ico.is-arw03::after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 11px;
  background-color: currentColor;
  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, #22c1c3 0%, #fdbb2d 100%)
}
.c-ico.is-blank01 {
  color: red;
  margin-left: 5px
}
.c-ico.is-blank01::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 9px;
  background-color: currentColor;
  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 {
  color: green;
  margin-left: 5px
}
.c-ico.is-blank02::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-color: currentColor;
  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 {
  margin-left: 5px
}
.c-ico.is-blank03::after {
  background: linear-gradient(to right, #22c1c3 0%, #fdbb2d 100%)
}
.c-ico.is-mail01 {
  color: skyblue;
  margin-right: 5px
}
.c-ico.is-mail01::after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 13px;
  background-color: currentColor;
  color: currentColor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 12.147"><path d="M16.19,1.415v9.923H.81V1.415L8.5,8.29ZM1.348.81h14.3L8.5,7.2ZM0,12.147H17V0H0Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 12.147"><path d="M16.19,1.415v9.923H.81V1.415L8.5,8.29ZM1.348.81h14.3L8.5,7.2ZM0,12.147H17V0H0Z"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: all var(--mh--duration) var(--mh--easing)
}
.c-ico.is-map01 {
  color: violet;
  margin-right: 5px
}
.c-ico.is-map01::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 30px;
  background-color: currentColor;
  color: currentColor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 30"><path d="M9.99974 0.5C4.3722 0.616058 -0.100598 5.24387 0.00172102 10.8292C0.00172102 12.57 0.425614 14.2964 1.25878 15.8342C1.31725 15.9357 1.3611 16.0373 1.41957 16.1243L9.99974 29.5L18.5799 16.1533C18.6384 16.0518 18.6969 15.9502 18.7553 15.8342C19.5739 14.2964 20.0124 12.57 19.9978 10.8292C20.1147 5.22936 15.6273 0.616058 9.99974 0.5ZM9.99974 15.3409C7.54409 15.2829 5.60003 13.2664 5.64388 10.8437C5.60003 8.40645 7.54409 6.38995 9.99974 6.34642C12.4554 6.40445 14.3995 8.40645 14.3556 10.8437C14.3995 13.2809 12.4554 15.2974 9.99974 15.3409Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 30"><path d="M9.99974 0.5C4.3722 0.616058 -0.100598 5.24387 0.00172102 10.8292C0.00172102 12.57 0.425614 14.2964 1.25878 15.8342C1.31725 15.9357 1.3611 16.0373 1.41957 16.1243L9.99974 29.5L18.5799 16.1533C18.6384 16.0518 18.6969 15.9502 18.7553 15.8342C19.5739 14.2964 20.0124 12.57 19.9978 10.8292C20.1147 5.22936 15.6273 0.616058 9.99974 0.5ZM9.99974 15.3409C7.54409 15.2829 5.60003 13.2664 5.64388 10.8437C5.60003 8.40645 7.54409 6.38995 9.99974 6.34642C12.4554 6.40445 14.3995 8.40645 14.3556 10.8437C14.3995 13.2809 12.4554 15.2974 9.99974 15.3409Z"/></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 {
  color: red;
  margin-right: 5px
}
.c-ico.is-search01::after {
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  background-color: currentColor;
  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 {
  margin-right: 5px
}
.c-ico.is-tel01::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: currentColor;
  color: currentColor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M13.3534 0H6.64745C5.65583 0 4.85205 0.81693 4.85205 1.82453V17.4612C4.85205 18.4689 5.65594 19.2858 6.64745 19.2858H13.3534C14.345 19.2858 15.1488 18.4688 15.1488 17.4612V1.82453C15.1488 0.816819 14.3449 0 13.3534 0ZM9.11938 1.64161C8.98035 1.64161 8.86768 1.52712 8.86768 1.38583C8.86768 1.24455 8.98035 1.13006 9.11938 1.13006H10.8814C11.0205 1.13006 11.1331 1.24455 11.1331 1.38583C11.1331 1.52712 11.0205 1.64161 10.8814 1.64161M14.307 16.1729C14.307 16.343 14.1713 16.4808 14.0041 16.4808H5.99687C5.91319 16.4808 5.83746 16.4463 5.78266 16.3906C5.72785 16.3349 5.69397 16.258 5.69397 16.1729V3.11281C5.69397 3.02778 5.72785 2.95082 5.78266 2.89513C5.83746 2.83943 5.91319 2.805 5.99687 2.805H14.0041C14.1714 2.805 14.307 2.94285 14.307 3.11281V16.1729Z"/><path d="M18.0105 13.7494C17.9103 13.7494 17.8102 13.7105 17.7337 13.6329C17.5806 13.4776 17.5805 13.2255 17.7334 13.07C18.1986 12.5969 18.5638 12.0461 18.8188 11.4331C19.0827 10.7987 19.2165 10.1245 19.2165 9.42924C19.2165 8.734 19.0826 8.05913 18.8183 7.42434C18.563 6.81104 18.1975 6.26007 17.7319 5.78694C17.5789 5.63148 17.5789 5.37947 17.7319 5.22402C17.8849 5.06856 18.1329 5.06856 18.2859 5.22402C18.8231 5.77011 19.2451 6.40601 19.5399 7.1142C19.8452 7.84765 19.9999 8.62649 19.9999 9.42924C19.9999 10.232 19.8453 11.01 19.5403 11.7431C19.2459 12.4509 18.8243 13.0867 18.2876 13.6327C18.2111 13.7105 18.1108 13.7494 18.0105 13.7494Z"/><path d="M16.7448 12.0545C16.6555 12.0545 16.5658 12.0236 16.4922 11.9605C16.3269 11.8187 16.3061 11.5674 16.4458 11.3996C16.9029 10.8498 17.1546 10.15 17.1546 9.42912C17.1546 8.70819 16.9027 8.00774 16.4451 7.45777C16.3055 7.28991 16.3262 7.03867 16.4913 6.89683C16.6565 6.75489 16.9037 6.77592 17.0433 6.94378C17.6201 7.63714 17.9379 8.51984 17.9379 9.42912C17.9379 10.3384 17.6205 11.2201 17.0442 11.9133C16.9667 12.0066 16.8561 12.0545 16.7448 12.0545Z"/><path d="M1.98935 13.7494C1.889 13.7494 1.78876 13.7105 1.71227 13.6327C1.17543 13.0867 0.753987 12.4509 0.459474 11.7431C0.154611 11.01 0 10.2314 0 9.42924C0 8.62704 0.154829 7.84765 0.460019 7.1142C0.75475 6.40601 1.17674 5.77 1.71401 5.22402C1.86699 5.06856 2.11498 5.06856 2.26795 5.22402C2.42093 5.37947 2.42093 5.63148 2.26795 5.78694C1.80238 6.26007 1.43682 6.81104 1.18154 7.42434C0.917314 8.05913 0.783405 8.73367 0.783405 9.42924C0.783405 10.1248 0.917205 10.7986 1.1811 11.4331C1.43606 12.0462 1.80129 12.5969 2.26643 13.07C2.4193 13.2256 2.41919 13.4776 2.26621 13.6329C2.18972 13.7105 2.08959 13.7494 1.98935 13.7494Z"/><path d="M3.25559 12.0545C3.14423 12.0545 3.03364 12.0066 2.95617 11.9133C2.37989 11.2201 2.0625 10.3378 2.0625 9.42912C2.0625 8.5204 2.38022 7.63725 2.95704 6.94378C3.09673 6.77592 3.34384 6.75489 3.50902 6.89683C3.6742 7.03878 3.6949 7.28991 3.55522 7.45777C3.09771 8.00763 2.8458 8.70774 2.8458 9.42912C2.8458 10.1505 3.09749 10.8498 3.55457 11.3996C3.69414 11.5676 3.67333 11.8187 3.50815 11.9605C3.4346 12.0236 3.34482 12.0545 3.25559 12.0545Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M13.3534 0H6.64745C5.65583 0 4.85205 0.81693 4.85205 1.82453V17.4612C4.85205 18.4689 5.65594 19.2858 6.64745 19.2858H13.3534C14.345 19.2858 15.1488 18.4688 15.1488 17.4612V1.82453C15.1488 0.816819 14.3449 0 13.3534 0ZM9.11938 1.64161C8.98035 1.64161 8.86768 1.52712 8.86768 1.38583C8.86768 1.24455 8.98035 1.13006 9.11938 1.13006H10.8814C11.0205 1.13006 11.1331 1.24455 11.1331 1.38583C11.1331 1.52712 11.0205 1.64161 10.8814 1.64161M14.307 16.1729C14.307 16.343 14.1713 16.4808 14.0041 16.4808H5.99687C5.91319 16.4808 5.83746 16.4463 5.78266 16.3906C5.72785 16.3349 5.69397 16.258 5.69397 16.1729V3.11281C5.69397 3.02778 5.72785 2.95082 5.78266 2.89513C5.83746 2.83943 5.91319 2.805 5.99687 2.805H14.0041C14.1714 2.805 14.307 2.94285 14.307 3.11281V16.1729Z"/><path d="M18.0105 13.7494C17.9103 13.7494 17.8102 13.7105 17.7337 13.6329C17.5806 13.4776 17.5805 13.2255 17.7334 13.07C18.1986 12.5969 18.5638 12.0461 18.8188 11.4331C19.0827 10.7987 19.2165 10.1245 19.2165 9.42924C19.2165 8.734 19.0826 8.05913 18.8183 7.42434C18.563 6.81104 18.1975 6.26007 17.7319 5.78694C17.5789 5.63148 17.5789 5.37947 17.7319 5.22402C17.8849 5.06856 18.1329 5.06856 18.2859 5.22402C18.8231 5.77011 19.2451 6.40601 19.5399 7.1142C19.8452 7.84765 19.9999 8.62649 19.9999 9.42924C19.9999 10.232 19.8453 11.01 19.5403 11.7431C19.2459 12.4509 18.8243 13.0867 18.2876 13.6327C18.2111 13.7105 18.1108 13.7494 18.0105 13.7494Z"/><path d="M16.7448 12.0545C16.6555 12.0545 16.5658 12.0236 16.4922 11.9605C16.3269 11.8187 16.3061 11.5674 16.4458 11.3996C16.9029 10.8498 17.1546 10.15 17.1546 9.42912C17.1546 8.70819 16.9027 8.00774 16.4451 7.45777C16.3055 7.28991 16.3262 7.03867 16.4913 6.89683C16.6565 6.75489 16.9037 6.77592 17.0433 6.94378C17.6201 7.63714 17.9379 8.51984 17.9379 9.42912C17.9379 10.3384 17.6205 11.2201 17.0442 11.9133C16.9667 12.0066 16.8561 12.0545 16.7448 12.0545Z"/><path d="M1.98935 13.7494C1.889 13.7494 1.78876 13.7105 1.71227 13.6327C1.17543 13.0867 0.753987 12.4509 0.459474 11.7431C0.154611 11.01 0 10.2314 0 9.42924C0 8.62704 0.154829 7.84765 0.460019 7.1142C0.75475 6.40601 1.17674 5.77 1.71401 5.22402C1.86699 5.06856 2.11498 5.06856 2.26795 5.22402C2.42093 5.37947 2.42093 5.63148 2.26795 5.78694C1.80238 6.26007 1.43682 6.81104 1.18154 7.42434C0.917314 8.05913 0.783405 8.73367 0.783405 9.42924C0.783405 10.1248 0.917205 10.7986 1.1811 11.4331C1.43606 12.0462 1.80129 12.5969 2.26643 13.07C2.4193 13.2256 2.41919 13.4776 2.26621 13.6329C2.18972 13.7105 2.08959 13.7494 1.98935 13.7494Z"/><path d="M3.25559 12.0545C3.14423 12.0545 3.03364 12.0066 2.95617 11.9133C2.37989 11.2201 2.0625 10.3378 2.0625 9.42912C2.0625 8.5204 2.38022 7.63725 2.95704 6.94378C3.09673 6.77592 3.34384 6.75489 3.50902 6.89683C3.6742 7.03878 3.6949 7.28991 3.55522 7.45777C3.09771 8.00763 2.8458 8.70774 2.8458 9.42912C2.8458 10.1505 3.09749 10.8498 3.55457 11.3996C3.69414 11.5676 3.67333 11.8187 3.50815 11.9605C3.4346 12.0236 3.34482 12.0545 3.25559 12.0545Z"/></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 {
  margin: var(--mh--space--md) 0
}
.c-num-list01 {
  counter-reset: num01 0
}
.c-num-list01__item {
  padding-left: 2em;
  text-indent: -2em;
  font-size: var(--mh--font-size--md)
}
.c-num-list01__item::before {
  counter-increment: num01 1;
  content: counter(num01, decimal-leading-zero) ".";
  margin-right: 5px;
  color: var(--mh--color--primary-700)
}
.c-num-list01__item + .c-num-list01__item {
  margin-top: .8em
}
.c-num-list01__item ul, .c-num-list01__item ol {
  margin-top: .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: .8em
}
.c-num-list01__item ol li::before {
  counter-increment: num02 1;
  content: counter(num01, decimal-leading-zero) "-"counter(num02, decimal-leading-zero) ".";
  margin-right: 5px;
  color: var(--mh--color--primary-700)
}
.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 {
  content: "";
  position: relative;
  top: 14px;
  left: -1em;
  display: block;
  width: 5px;
  height: 5px;
  background-color: var(--mh--color--primary-700);
  border-radius: 50%
}
+ .c-num-list01__item ul li {
  margin-top: .8em
}
@media(min-width: 768px) {
  .c-num-list01__item ul li::before {
    top: 17px;
    width: 6px;
    height: 6px
  }
}
.c-simple-list01__item {
  position: relative;
  padding-left: 15px;
  font-size: var(--mh--font-size--md)
}
.c-simple-list01__item::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: var(--mh--color--primary-700);
  border-radius: 50%
}
.c-simple-list01__item + .c-simple-list01__item {
  margin-top: .8em
}
.c-simple-list01__item ul, .c-simple-list01__item ol {
  margin-top: .8em
}
.c-simple-list01__item ol {
  counter-reset: num 0
}
.c-simple-list01__item ol > li {
  padding-left: 2em;
  text-indent: -2em
}
.c-simple-list01__item ol > li::before {
  position: static;
  background-color: transparent;
  border-radius: 0;
  counter-increment: num 1;
  content: counter(num, decimal-leading-zero) ".";
  margin-right: 5px;
  color: var(--mh--color--primary-700)
}
@media(min-width: 768px) {
  .c-simple-list01__item::before {
    top: 12px;
    width: 6px;
    height: 6px
  }
}
.c-pager01 {
  overflow: hidden;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  margin: 30px -5px -10px
}
.c-pager01 li {
  margin: 0 5px 10px
}
.c-pager01 li a, .c-pager01 li span {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 30px;
  height: 30px;
  line-height: 1;
  border: 1px solid #000;
  text-decoration: none
}
.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;
  border-color: transparent;
  padding-right: 15px;
  padding-left: 15px
}
.c-pager01 li.next, .c-pager01 li.last {
  margin-left: 15px
}
.c-pager01 li.extend span {
  border: 0
}
@media(min-width: 1100px) {
  .c-pager01 li a:hover {
    text-decoration: none;
    border: 1px solid #000;
    background-color: #000;
    color: #fff
  }
}
.c-pager02 {
  position: relative;
  overflow: hidden;
  margin-top: 30px;
  line-height: 1
}
.c-pager02 a {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height: 50px;
  padding: 15px;
  border: 1px solid;
  text-decoration: none
}
.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 {
  width: 100%;
  clear: both;
  padding-top: 20px
}
.c-pager02__all a {
  justify-content: center
}
@media(min-width: 1100px) {
  .c-pager02 a {
    transition: transform var(--mh--duration) var(--mh--easing)
  }
  .c-pager02 a:hover {
    background: #000;
    color: #fff;
    border-color: #000
  }
}
@media(min-width: 768px) {
  .c-set01.is-reverse {
    flex-direction: row
  }
  .c-set01.is-reverse .c-set01__img {
    margin: 0 0 0 40px !important
  }
}
.c-set01__img {
  margin-top: 30px !important
}
@media(min-width: 768px) {
  .c-set01 {
    flex-direction: row-reverse
  }
  .c-set01__img {
    width: 40%;
    flex-basis: auto !important;
    margin: 0 40px 0 0 !important
  }
  .c-set01__area-txt {
    flex-basis: auto !important;
    width: calc(100% - 480px)
  }
}
.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-]) {
  margin: var(--mh--space--lg) 0 var(--mh--space--md);
  line-height: var(--mh--line-height--sm);
  font-weight: 700;
  letter-spacing: var(--mh--letter-spacing);
  clear: both
}
.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: .8em 0 0
}
.c-single01__content blockquote {
  margin: var(--mh--space--md) 0;
  padding: 20px;
  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
  }
}
.c-tel01:not(:has(.c-tel01__link))::before, .c-tel01__link::before {
  content: "";
  display: inline-block;
  width: 41px;
  margin: 0 5px -1px 0;
  aspect-ratio: 83/46;
  background: url(../img/common/ico_tel01.png) no-repeat center/contain
}
@media(min-width: 768px) {
  .c-tel01:not(:has(.c-tel01__link))::before, .c-tel01__link::before {
    width: 78px
  }
}
.l-breadcrumb__inner {
  padding-top: 20px;
  padding-bottom: 20px
}
.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: 10px
}
.l-breadcrumb-list__item + .l-breadcrumb-list__item:before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 10px;
  background-color: currentColor;
  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);
  margin-right: 10px;
  transform: translateY(-2px);
  color: var(--mh--color--primary-500)
}
@media(max-width: 767px) {
  .l-breadcrumb-list {
    white-space: nowrap;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
    overflow: auto
  }
  .l-breadcrumb-list::-webkit-scrollbar {
    display: none
  }
}
@media(hover: hover)and (pointer: fine) {
  .l-breadcrumb-list a {
    transition: all var(--mh--duration) var(--mh--easing)
  }
  .l-breadcrumb-list a:hover {
    color: var(--mh--color--primary-500)
  }
}
.l-footer {
  position: relative;
  padding-block: 0 calc(30px + var(--mh--fixcv--height))
}
.l-footer::before {
  content: "";
  display: block;
  position: absolute;
  inset: -40px 0 auto;
  width: 100%;
  height: 1px;
  background-color: var(--mh--color--grayscale-500)
}
.l-footer__logo {
  margin-bottom: 40px;
  width: 144px
}
@media(min-width: 768px) {
  .l-footer {
    margin-top: 80px;
    padding-block: calc(var(--mh--space--x3l)*1.5 - 10px) var(--mh--space--x3l)
  }
  .l-footer::before {
    content: "";
    display: block;
    position: absolute;
    inset: 0 0 auto;
    width: 100%;
    height: 1px;
    background-color: var(--mh--color--grayscale-500)
  }
  .l-footer__inner {
    display: grid;
    grid-template-columns: auto 56%;
    grid-gap: 95px 30px;
    align-items: start
  }
  .l-footer__logo {
    margin-block: 5px 0;
    width: 240px
  }
}
.l-footer-nav {
  margin-bottom: 20px
}
.l-footer-nav__home {
  margin-bottom: 10px;
  color: var(--mh--color--primary-500);
  font-weight: 700;
  line-height: var(--mh--line-height--sm)
}
.l-footer-nav-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr)
}
.l-footer-nav-list__item {
  font-weight: 700;
  font-size: 1.4rem;
  line-height: var(--mh--line-height--sm)
}
.l-footer-nav-list__item-txt {
  display: block;
  padding: 5px 0 5px 13px;
  position: relative
}
.l-footer-nav-list__item-txt::after {
  content: "";
  display: block;
  width: 8px;
  height: 2px;
  background: var(--mh--color--primary-500);
  position: absolute;
  top: 16px;
  left: 0
}
@media(min-width: 768px) {
  .l-footer-nav {
    grid-area: 1/2/3/3;
    display: flex;
    align-items: start;
    gap: 30px;
    margin-bottom: 0
  }
  .l-footer-nav__home {
    width: 25%;
    margin-bottom: 0
  }
  .l-footer-nav-list {
    flex: 1
  }
  .l-footer-nav-list__item {
    margin-bottom: 10px;
    font-size: 1.6rem
  }
}
@media(hover: hover)and (pointer: fine) {
  .l-footer-nav-list__item-txt {
    transition: all var(--mh--duration) var(--mh--easing)
  }
  .l-footer-nav-list__item-txt:hover {
    color: var(--mh--color--primary-500);
    text-decoration: underline
  }
}
.l-footer-cr {
  color: var(--mh--color--grayscale-800);
  font-weight: 700;
  font-size: 1.4rem
}
.l-footer-page-top {
  overflow: hidden;
  --size: 40px;
  --position: 10px;
  position: sticky;
  right: 0;
  bottom: calc(var(--mh--fixcv--height) + var(--position));
  z-index: 10;
  width: var(--size);
  height: var(--size);
  margin: 80px var(--mh--contents--padding--side) calc(var(--size)*-1) auto;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  border-radius: 100px;
  transition: all var(--mh--duration) var(--mh--easing)
}
.l-footer-page-top.is-shown {
  opacity: 1;
  visibility: visible
}
.l-footer-page-top__link {
  display: block;
  width: var(--size);
  height: var(--size);
  color: #fff;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  position: relative;
  background: var(--mh--color--secondary-500)
}
.l-footer-page-top__link::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  inset: 0;
  margin: auto;
  border-top: 3px solid;
  border-right: 3px solid;
  transform: translateY(2px) rotate(-45deg)
}
@media(min-width: 768px) {
  .l-footer-page-top {
    --size: 60px;
    --position: 50px;
    bottom: var(--position);
    position: fixed;
    right: 50px;
    margin: 0
  }
  .l-footer-page-top__link::after {
    width: 15px;
    height: 15px;
    border-width: 4px;
    transform: translateY(3px) rotate(-45deg)
  }
}
@media(hover: hover)and (pointer: fine) {
  .l-footer-page-top__link {
    transition: all var(--mh--duration) var(--mh--easing)
  }
  .l-footer-page-top__link:hover {
    color: var(--mh--color--secondary-500);
    background: var(--mh--color--secondary-100)
  }
}
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 320px;
  z-index: 10;
  background: #fff
}
.l-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0 5px 10px;
  gap: 10px;
  height: var(--mh--header--height)
}
.l-header__txt-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 9px;
  margin-inline: 0 auto
}
.l-header__txt01 {
  display: grid;
  width: 80px;
  line-height: var(--mh--line-height--sm);
  text-align: center;
  font-size: var(--mh--font-size--x3s);
  font-weight: 700
}
.l-header__txt01-big {
  display: block;
  width: 80px
}
.l-header__txt01-big em {
  padding-top: .4em;
  color: var(--mh--color--tertiary-800);
  font-style: normal;
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 1.03em 5px;
  background-image: radial-gradient(circle at center, var(--mh--color--tertiary-800) 25%, transparent 25%)
}
.l-header__txt01-small {
  display: block;
  white-space: nowrap;
  margin-top: -5px;
  transform: scale(0.55);
  transform-origin: left bottom
}
.l-header__txt02 {
  padding-left: 8px;
  line-height: var(--mh--line-height--sm);
  text-align: center;
  font-size: var(--mh--font-size--x3s);
  font-weight: 700;
  border-left: 1px solid var(--mh--color--grayscale-500)
}
.l-header__txt02-big {
  display: block;
  margin-top: 3px;
  padding: 1px 4px 2px;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--mh--color--grayscale-100);
  white-space: nowrap;
  border-radius: var(--mh--border-radius--sm);
  background-color: var(--mh--color--tertiary-800)
}
@media(min-width: 768px) {
  .l-header {
    min-width: var(--mh--contents--width-with-padding)
  }
  .l-header__inner {
    padding: 25px var(--mh--contents--padding--side);
    gap: 30px
  }
  .l-header__txt-wrap {
    gap: 30px;
    height: 60px;
    padding-left: 30px;
    border-left: 1px solid var(--mh--color--grayscale-500)
  }
  .l-header__txt01 {
    width: auto;
    text-align: left
  }
  .l-header__txt01-big {
    width: auto;
    font-size: var(--mh--font-size--sm)
  }
  .l-header__txt01-big em {
    font-size: var(--mh--font-size--lg);
    padding-top: 3px;
    background-size: 1.03em 4px;
    background-image: radial-gradient(circle at center, var(--mh--color--tertiary-800) 2px, transparent 2px)
  }
  .l-header__txt01-small {
    margin-top: 0;
    font-size: var(--mh--font-size--x3s);
    transform: none
  }
  .l-header__txt02 {
    padding-left: 0;
    font-size: var(--mh--font-size--xs);
    border-left: none
  }
  .l-header__txt02-big {
    padding: 2px 6px 3px;
    font-size: var(--mh--font-size--md)
  }
}
.l-header-logo {
  width: 98px
}
.l-header-logo img {
  width: auto
}
@media(min-width: 768px) {
  .l-header-logo {
    width: 197px
  }
}
@media(min-width: 768px) {
  .l-header-tel {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px
  }
  .l-header-tel__txt {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    line-height: 1.2;
    text-align: center;
    border-radius: 50%;
    color: var(--mh--color--grayscale-100);
    font-size: var(--mh--font-size--sm);
    font-weight: 700;
    background: linear-gradient(135deg, #83B224 50%, #509908 50%)
  }
  .l-header-tel__num {
    position: relative;
    padding-left: 55px;
    font-size: var(--mh--font-size--md);
    letter-spacing: 0 !important
  }
  .l-header-tel__num:has(.l-header-tel__num-ja) {
    display: grid;
    grid-template-columns: auto auto auto auto;
    margin-bottom: 6px
  }
  .l-header-tel__num:has(.l-header-tel__num-ja) .l-header-tel__num-txt {
    display: grid;
    grid-template-columns: subgrid;
    grid-column: span 4
  }
  .l-header-tel__num::before {
    position: absolute;
    bottom: 9px;
    left: 0;
    width: 52px !important;
    margin: 0 !important
  }
  .l-header-tel__num-txt {
    font-size: var(--mh--font-size--x6l)
  }
  .l-header-tel__num-ja {
    display: grid;
    grid-template-columns: subgrid;
    grid-column: span 4;
    margin-bottom: -2px;
    line-height: var(--mh--line-height--sm);
    color: var(--mh--color--tertiary-800);
    font-size: var(--mh--font-size--x2s);
    font-weight: 700
  }
  .l-header-tel__num-ja span {
    text-align: center
  }
}
.l-nav-btn {
  position: relative;
  margin-right: 5px;
  width: 43px;
  height: 43px;
  cursor: pointer
}
.l-nav-btn__line {
  position: absolute;
  left: 0;
  right: 0;
  width: 20px;
  height: 2px;
  margin: auto;
  background: var(--mh--color--grayscale-900);
  content: "";
  transition: transform var(--mh--duration) var(--mh--easing)
}
.l-nav-btn__line:nth-child(1) {
  top: 5px
}
.l-nav-btn__line:nth-child(2) {
  top: 11px
}
.l-nav-btn__line:nth-child(3) {
  top: 17px
}
.l-nav-btn.is-open .l-nav-btn__line:nth-child(1) {
  top: 11px;
  transform: rotate(-45deg)
}
.l-nav-btn.is-open .l-nav-btn__line:nth-child(2) {
  opacity: 0
}
.l-nav-btn.is-open .l-nav-btn__line:nth-child(3) {
  top: 11px;
  transform: rotate(45deg)
}
.l-nav-btn__txt {
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 100%;
  text-align: center
}
.l-nav {
  position: fixed;
  top: var(--mh--header--height);
  left: 0;
  width: 100%;
  max-height: calc(100vh - var(--mh--header--height));
  min-width: 320px;
  padding: 40px var(--mh--contents--padding--side) calc(50px + env(safe-area-inset-bottom));
  background: #fff;
  overscroll-behavior-y: none;
  -webkit-overflow-scrolling: touch
}
.l-nav__home {
  margin-bottom: 10px;
  color: var(--mh--color--primary-500);
  font-weight: 700;
  line-height: var(--mh--line-height--sm)
}
.l-nav__home-txt {
  display: block;
  padding-block: 5px
}
@media(max-width: 767px) {
  .l-nav {
    overflow: auto;
    transform: translateX(120%);
    transition: transform var(--mh--duration) var(--mh--easing)
  }
  .l-nav::-webkit-scrollbar {
    display: none
  }
  .l-nav.is-open {
    transform: translateX(0)
  }
}
.l-nav-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr)
}
.l-nav-list__item {
  font-weight: 700;
  font-size: 1.4rem;
  line-height: var(--mh--line-height--sm)
}
.l-nav-list__item-txt {
  display: block;
  padding: 5px 0 5px 13px;
  position: relative
}
.l-nav-list__item-txt::after {
  content: "";
  display: block;
  width: 8px;
  height: 2px;
  background: var(--mh--color--primary-500);
  position: absolute;
  top: 16px;
  left: 0
}
.l-nav-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 10;
  background: rgba(0, 0, 0, .25)
}
.l-main-img {
  margin-top: var(--mh--header--height);
  background: url(../img/home/bg_mv01_sp.jpg) no-repeat 0 100%/cover;
  border-radius: var(--mh--border-radius--lg)
}
.l-main-img img {
  width: 100%
}
.l-main-img__inner {
  padding-block: 0 30px
}
.l-main-img__img {
  padding: 0 20px
}
.l-main-img__area-copy {
  position: relative;
  z-index: 2;
  margin-top: -80px;
  padding-bottom: 10px
}
.l-main-img__ico {
  position: absolute;
  z-index: -1;
  width: 26.6%;
  bottom: 0;
  right: -10px
}
.l-main-img__list {
  margin-top: -6px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3px
}
.l-main-img__list-head {
  color: var(--mh--color--grayscale-100);
  background: var(--mh--color--secondary-500);
  font-weight: 700;
  line-height: var(--mh--line-height--sm);
  text-align: center;
  padding: 2px;
  border-radius: 9999px;
  margin: 0 5px 8px;
  position: relative;
  z-index: 2
}
.l-main-img__list-head::before {
  position: absolute;
  content: "";
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--mh--color--secondary-500);
  width: 15px;
  height: 9px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%)
}
.l-main-img__list-txt {
  margin-top: -15px;
  padding: 24px 10px 20px;
  background: rgba(255, 255, 255, .9);
  border-radius: var(--mh--border-radius--lg);
  font-size: var(--mh--font-size--sm);
  font-weight: 700;
  line-height: var(--mh--line-height--sm);
  text-align: center
}
.l-main-img__list-txt .is-color {
  font-size: var(--mh--font-size--lg);
  color: var(--mh--color--tertiary-800)
}
.l-main-img__wrap {
  position: relative
}
.l-main-img__bg {
  position: absolute;
  width: 100%;
  bottom: 67px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1
}
.l-main-img__bg-color {
  display: block;
  width: 100%;
  height: 347px;
  background: var(--mh--color--secondary-100)
}
.l-main-img__bg img {
  width: 100%
}
@media(min-width: 768px) {
  .l-main-img {
    margin: var(--mh--header--height) 50px 0;
    background-image: url(../img/home/bg_mv01_pc.jpg)
  }
  .l-main-img__inner {
    position: relative;
    max-width: 1460px !important;
    padding-block: 35px 30px;
    z-index: 2
  }
  .l-main-img__content {
    padding: 0 100px
  }
  .l-main-img__img {
    position: absolute;
    bottom: 0;
    right: 100px;
    width: 47%;
    z-index: -1
  }
  .l-main-img__area-copy {
    margin-top: 0;
    width: 58%
  }
  .l-main-img__ico {
    width: 20%;
    bottom: 0;
    right: 26px;
    max-width: 162px
  }
  .l-main-img__list {
    margin-left: 45px;
    margin-top: -6px;
    width: 700px;
    gap: 8px
  }
  .l-main-img__list-head {
    max-width: 140px;
    padding: 3px 4px 4px;
    margin: 0 auto;
    font-size: var(--mh--font-size--xl)
  }
  .l-main-img__list-txt {
    padding: 30px 10px 25px;
    font-size: var(--mh--font-size--lg)
  }
  .l-main-img__list-txt .is-color {
    font-size: var(--mh--font-size--xl)
  }
  .l-main-img__bg {
    bottom: 225px
  }
}
@media(min-width: 1600px) {
  .l-main-img__inner {
    padding-block: 80px
  }
  .l-main-img__content {
    padding: 0
  }
  .l-main-img__img {
    right: -55px;
    width: 58.5%
  }
  .l-main-img__area-copy {
    width: 59%
  }
  .l-main-img__ico {
    width: 20%;
    bottom: 0;
    right: 30px
  }
  .l-main-img__list {
    margin-left: 65px;
    margin-top: 20px
  }
}
.l-sub-img {
  margin-top: var(--mh--header--height);
  background: url(../img/home/bg_mv01_sp.jpg) no-repeat 0 100%/cover;
  font-size: 3rem;
  text-align: center
}
.l-sub-img__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  height: 30vh
}
@media(min-width: 768px) {
  .l-sub-img {
    background-image: url(../img/home/bg_mv01_pc.jpg);
    font-size: 4rem
  }
}
.js-c-anime-elem[data-anime=fadein-up] {
  opacity: 0;
  transform: translateY(30px);
  transition: all var(--mh--duration) var(--mh--easing)
}
.js-c-anime-elem[data-anime=fadein-up].is-animated {
  opacity: 1;
  transform: translateY(0)
}
.js-c-anime-elem[data-anime=fadein-left] {
  opacity: 0;
  transform: translateX(-30px);
  transition: transform var(--mh--duration) var(--mh--easing)
}
.js-c-anime-elem[data-anime=fadein-left].is-animated {
  opacity: 1;
  transform: translateX(0)
}
.js-c-anime-elem[data-anime=fadein-right] {
  opacity: 0;
  transform: translateX(30px);
  transition: transform var(--mh--duration) var(--mh--easing)
}
.js-c-anime-elem[data-anime=fadein-right].is-animated {
  opacity: 1;
  transform: translateX(0)
}
.js-c-anime-elem[data-anime-delay="0.1"] {
  transition-delay: 0.1s
}
.js-c-anime-elem[data-anime-delay="0.2"] {
  transition-delay: 0.2s
}
.js-c-anime-elem[data-anime-delay="0.3"] {
  transition-delay: 0.3s
}
.js-c-anime-elem[data-anime-delay="0.4"] {
  transition-delay: 0.4s
}
.js-c-anime-elem[data-anime-delay="0.5"] {
  transition-delay: 0.5s
}
.js-c-anime-elem[data-anime-delay="0.6"] {
  transition-delay: 0.6s
}
.js-c-anime-elem[data-anime-delay="0.7"] {
  transition-delay: 0.7s
}
.js-c-anime-elem[data-anime-delay="0.8"] {
  transition-delay: 0.8s
}
.js-c-anime-elem[data-anime-delay="0.9"] {
  transition-delay: 0.9s
}
.js-c-anime-elem[data-anime-delay="1"] {
  transition-delay: 1s
}
.js-c-anime-elem[data-anime-delay="1.1"] {
  transition-delay: 1.1s
}
.js-c-anime-elem[data-anime-delay="1.2"] {
  transition-delay: 1.2s
}
.js-c-anime-elem[data-anime-delay="1.3"] {
  transition-delay: 1.3s
}
.js-c-anime-elem[data-anime-delay="1.4"] {
  transition-delay: 1.4s
}
.js-c-anime-elem[data-anime-delay="1.5"] {
  transition-delay: 1.5s
}
.js-c-anime-elem[data-anime-delay="1.6"] {
  transition-delay: 1.6s
}
.js-c-anime-elem[data-anime-delay="1.7"] {
  transition-delay: 1.7s
}
.js-c-anime-elem[data-anime-delay="1.8"] {
  transition-delay: 1.8s
}
.js-c-anime-elem[data-anime-delay="1.9"] {
  transition-delay: 1.9s
}
.js-c-anime-elem[data-anime-delay="2"] {
  transition-delay: 2s
}
.js-c-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
}
.error-page404__inner {
  padding-top: 50px;
  padding-bottom: 50px
}
.error-page404__txt {
  text-align: center
}
@media(min-width: 768px) {
  .error-page404__inner {
    padding-top: 100px;
    padding-bottom: 100px
  }
}
.home-award {
  position: relative
}
.home-award__bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1260px;
  z-index: -1
}
.home-award__bg img {
  width: 100%
}
.home-award__inner {
  padding-top: 35px
}
.home-award__head {
  margin: 0 auto;
  max-width: 600px
}
.home-award__head img {
  width: 100%
}
.home-award__note {
  font-size: var(--mh--font-size--x2s);
  color: var(--mh--color--grayscale-800);
  margin-top: 10px;
  text-align: center
}
.home-award-list {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center
}
.home-award-list__item {
  width: calc(50% - 6px);
  margin: 0 3px;
  position: relative
}
.home-award-list__img img {
  width: 100%
}
.home-award-list__area-txt {
  padding-top: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 32px);
  text-align: center
}
.home-award-list__txt {
  color: var(--mh--color--grayscale-100);
  font-size: var(--mh--font-size--x3s);
  line-height: var(--mh--line-height--sm);
  font-weight: 700;
  margin-bottom: 10px
}
.home-award-list__no1 {
  width: 82px;
  margin: 0 auto
}
.home-award__img {
  width: calc(100% - 80px);
  max-width: 764px;
  margin: 25px auto 0
}
.home-award__img img {
  width: 100%
}
@media(min-width: 768px) {
  .home-award__inner {
    padding-top: 70px
  }
  .home-award-list {
    margin-top: 30px;
    gap: 40px
  }
  .home-award-list__item {
    width: 285px;
    margin: 0
  }
  .home-award-list__area-txt {
    width: calc(100% - 90px)
  }
  .home-award-list__txt {
    font-size: var(--mh--line-height--md)
  }
  .home-award-list__no1 {
    width: 110px
  }
  .home-award__img {
    margin-top: 40px
  }
}
.home-trouble {
  margin-top: -55px;
  position: relative
}
.home-trouble::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--mh--color--grayscale-200);
  z-index: -1
}
.home-trouble__inner {
  padding-block: 90px 60px
}
.home-trouble__head .is-line {
  color: var(--mh--color--secondary-600);
  position: relative
}
.home-trouble__head .is-line::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 6px;
  bottom: -4px;
  left: 0;
  background: url(../img/home/img_line01.png) no-repeat 0 100%/cover
}
.home-trouble-list {
  display: grid;
  gap: 19px
}
.home-trouble-list__item {
  position: relative;
  padding-bottom: 40px
}
.home-trouble-list__img img {
  width: 100%;
  border-radius: var(--mh--border-radius--md)
}
.home-trouble-list__area-txt {
  position: absolute;
  bottom: 0;
  left: -10px;
  width: 206px;
  height: 103px;
  display: grid;
  place-content: center;
  background: url(../img/home/bg_trouble01.png) no-repeat 0 100%/cover
}
.home-trouble-list__txt {
  font-size: var(--mh--font-size--lg);
  line-height: var(--mh--line-height--sm);
  font-weight: 700;
  text-align: center
}
.home-trouble-content {
  margin-top: 20px;
  background: var(--mh--color--grayscale-100);
  border-radius: var(--mh--border-radius--lg);
  padding: 60px 20px 40px;
  position: relative
}
.home-trouble-content::before {
  position: absolute;
  content: "";
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--mh--color--grayscale-200);
  width: 90px;
  height: 45px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%)
}
.home-trouble-content__head .is-small {
  font-size: var(--mh--font-size--x2l);
  color: var(--mh--color--secondary-600);
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 1.03em 5px;
  background-image: radial-gradient(circle at center, var(--mh--color--secondary-600) 25%, transparent 25%);
  padding-top: .15em
}
.home-trouble-content__box {
  display: grid;
  grid-template-columns: 1fr 80px;
  gap: 15px;
  align-items: center;
  padding: 20px;
  border-radius: var(--mh--border-radius--md);
  background: var(--mh--color--secondary-100)
}
.home-trouble-content__box-wrap {
  display: grid;
  gap: 10px;
  position: relative;
  z-index: 2
}
.home-trouble-content__box-ico {
  position: absolute;
  width: 41px;
  top: -56px;
  left: 0;
  z-index: -1
}
.home-trouble-content__box-head {
  font-size: var(--mh--font-size--x2l);
  line-height: var(--mh--line-height--sm);
  font-weight: 700;
  color: var(--mh--color--secondary-600)
}
.home-trouble-content__box-img img {
  width: 100%;
  border-radius: var(--mh--border-radius--md)
}
@media(max-width: 767px) {
  .home-trouble-content__box-txt {
    grid-column: 1/3
  }
}
@media(min-width: 768px) {
  .home-trouble {
    margin-top: -160px
  }
  .home-trouble__inner {
    padding-block: 230px 50px
  }
  .home-trouble__head .is-line::before {
    height: 8px;
    bottom: -6px
  }
  .home-trouble-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -20px;
    gap: 20px 40px
  }
  .home-trouble-list__item {
    width: calc(33.3% - 40px)
  }
  .home-trouble-list__area-txt {
    width: 260px;
    height: 130px;
    left: -20px
  }
  .home-trouble-content {
    margin-top: 60px;
    padding: 80px 20px
  }
  .home-trouble-content::before {
    top: -35px;
    width: 140px;
    height: 70px
  }
  .home-trouble-content::after {
    position: absolute;
    content: "";
    width: calc(100vw - 40px);
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: var(--mh--color--grayscale-100);
    border-radius: var(--mh--border-radius--lg);
    z-index: -1
  }
  .home-trouble-content__head .is-small {
    background-image: radial-gradient(circle at center, var(--mh--color--secondary-600) 20%, transparent 20%)
  }
  .home-trouble-content__box {
    padding: 40px;
    grid-template-columns: 1fr 210px;
    align-items: flex-start;
    gap: 10px 30px
  }
  .home-trouble-content__box-wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px
  }
  .home-trouble-content__box-ico {
    width: 90px;
    top: -136px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: -245px
  }
  .home-trouble-content__box-img {
    grid-column: 2/2;
    grid-row: 1/3
  }
}
@media(min-width: 1600px) {
  .home-trouble-content {
    padding: 80px 0
  }
  .home-trouble-content::after {
    width: calc(100vw - 100px)
  }
}
.home-research {
  position: relative
}
.home-research__in {
  color: var(--mh--color--grayscale-100);
  background: var(--mh--color--primary-400)
}
.home-research__bg img {
  width: 100%
}
.home-research__inner {
  padding-block: 40px 20px
}
.home-research-content {
  display: grid;
  gap: 20px
}
.home-research-content__area-txt {
  position: relative;
  z-index: 2
}
.home-research-content__area-txt::before {
  position: absolute;
  content: "";
  width: 167px;
  height: 106px;
  bottom: -25px;
  left: -19px;
  background: url(../img/home/bg_research01.png) no-repeat 0 100%/cover;
  z-index: -1
}
.home-research-content__head {
  margin-bottom: var(--mh--space--sm)
}
.home-research-content__head img {
  width: 100%
}
.home-research-content__img {
  position: relative;
  z-index: 2
}
.home-research-content__img img {
  width: 100%;
  border-radius: var(--mh--border-radius--md)
}
@media(min-width: 768px) {
  .home-research__inner {
    padding-block: 80px 0
  }
  .home-research-content {
    grid-template-columns: 1fr 524px;
    gap: 30px
  }
  .home-research-content__area-txt::before {
    width: 360px;
    height: 228px;
    bottom: 0px;
    left: -200px
  }
}
@media(min-width: 1600px) {
  .home-research-content__area-txt::before {
    bottom: -22px
  }
}
.home-flow {
  position: relative;
  z-index: 1
}
.home-flow::before {
  position: absolute;
  content: "";
  width: 100%;
  height: calc(100% - 142px);
  top: 0;
  left: 0;
  background: url(../img/home/bg_research01_sp.jpg) no-repeat 0 100%/cover;
  z-index: -1
}
.home-flow__inner {
  padding-top: var(--mh--space--x3l)
}
.home-flow-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -10px;
  gap: 20px 0
}
.home-flow-list__item {
  width: calc(50% - 10px);
  margin: 0 5px;
  background: var(--mh--color--grayscale-100);
  border-radius: var(--mh--border-radius--md);
  padding-bottom: 20px;
  position: relative
}
.home-flow-list__item::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 30px;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
  background: url(../img/home/ico_arrow01.png) no-repeat 0 100%/cover
}
.home-flow-list__item:last-of-type::after {
  display: none
}
.home-flow-list__img img {
  width: 100%;
  border-radius: var(--mh--border-radius--md)
}
.home-flow-list__head {
  font-size: var(--mh--font-size--xl);
  line-height: var(--mh--line-height--sm);
  font-weight: 700;
  color: var(--mh--color--secondary-600);
  text-align: center;
  padding: 8px 10px 2px
}
.home-flow-list__txt {
  padding: 0 10px
}
@media(min-width: 768px) {
  .home-flow::before {
    height: calc(100% - 210px);
    background-image: url(../img/home/bg_research01_pc.jpg)
  }
  .home-flow-list__item {
    width: calc(20% - 10px)
  }
  .home-flow-list__item::after {
    width: 24px;
    height: 45px;
    right: -16px;
    z-index: 2
  }
  .home-flow-list__head {
    padding: 8px 20px 2px
  }
  .home-flow-list__txt {
    padding: 0 20px
  }
}
.home-reason__inner {
  padding-block: var(--mh--space--x3l)
}
.home-reason-list {
  display: grid;
  gap: 20px
}
.home-reason-list__item {
  padding: 20px;
  background: var(--mh--color--surface-100);
  border-radius: var(--mh--border-radius--md);
  overflow: hidden
}
.home-reason-list__img {
  margin: -20px -20px 0
}
.home-reason-list__head {
  color: var(--mh--color--grayscale-100);
  background: var(--mh--color--secondary-500);
  font-size: var(--mh--font-size--x2l);
  font-weight: 700;
  line-height: var(--mh--line-height--sm);
  text-align: center;
  padding: 3px;
  border-radius: 9999px;
  margin: -20px auto 8px;
  position: relative;
  z-index: 2
}
.home-reason-list__head::before {
  position: absolute;
  content: "";
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--mh--color--secondary-500);
  width: 12px;
  height: 8px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%)
}
@media(min-width: 768px) {
  .home-reason-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 39px
  }
  .home-reason-list__item {
    padding: 30px
  }
  .home-reason-list__img {
    margin: -30px -30px 0
  }
  .home-reason-list__head {
    padding: 6px;
    margin-top: -40px;
    margin-bottom: 14px
  }
}
.home-price {
  background: url(../img/home/bg_price01_sp.jpg) no-repeat top center/cover
}
.home-price__inner {
  padding-block: var(--mh--space--x3l)
}
.home-price-list {
  display: grid;
  gap: 10px
}
.home-price-list__item {
  padding: 11px 16px;
  border: solid 4px var(--mh--color--tertiary-500);
  border-radius: var(--mh--border-radius--md);
  background: var(--mh--color--grayscale-100);
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 20px;
  align-items: center
}
.home-price-list__img img {
  width: 100%;
  border-radius: var(--mh--border-radius--md)
}
.home-price-list__head {
  padding: 4px 10px;
  font-size: var(--mh--font-size--sm);
  line-height: var(--mh--line-height--sm);
  font-weight: 700;
  background: var(--mh--color--tertiary-300);
  width: -moz-fit-content;
  width: fit-content;
  border-radius: var(--mh--border-radius--sm);
  margin-bottom: 3px
}
.home-price-list__head .is-small {
  font-size: var(--mh--font-size--x2s)
}
.home-price-list__txt {
  color: var(--mh--color--tertiary-800);
  font-weight: 700
}
.home-price-list__txt .is-price {
  font-size: var(--mh--font-size--x7l);
  transform: translateY(1px);
  display: inline-block
}
@media(min-width: 768px) {
  .home-price {
    background-image: url(../img/home/bg_price01_pc.jpg)
  }
  .home-price-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px
  }
  .home-price-list__item {
    padding: 26px;
    grid-template-columns: 100px 1fr;
    gap: 25px
  }
}
.home-howto__inner {
  padding-block: var(--mh--space--x3l)
}
.home-howto__content {
  position: relative;
  z-index: 2
}
.home-howto__ico {
  position: absolute;
  z-index: -1;
  top: -73px;
  width: 55px
}
.home-howto__ico.is-left {
  left: 0
}
.home-howto__ico.is-right {
  top: -63px;
  width: 53px;
  right: 0
}
.home-howto-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 11px
}
.home-howto-list__item {
  background: var(--mh--color--surface-100);
  border-radius: var(--mh--border-radius--md);
  overflow: hidden
}
.home-howto-list__img img {
  width: 100%
}
.home-howto-list__area-txt {
  padding: 10px 10px 15px
}
.home-howto-list__head {
  font-size: var(--mh--font-size--x3l);
  font-weight: 700;
  line-height: var(--mh--line-height--sm);
  color: var(--mh--color--secondary-600);
  text-align: center;
  margin-bottom: 5px
}
.home-howto-list__txt {
  font-size: var(--mh--font-size--xs)
}
@media(min-width: 768px) {
  .home-howto__ico {
    top: -140px;
    width: 92px
  }
  .home-howto__ico.is-left {
    left: 50%;
    margin-left: -300px
  }
  .home-howto__ico.is-right {
    top: -135px;
    width: 94px;
    right: auto;
    left: 50%;
    margin-left: 210px
  }
  .home-howto-list {
    grid-template-columns: repeat(4, 1fr);
    gap: 12px
  }
  .home-howto-list__area-txt {
    padding: 10px 30px 30px
  }
  .home-howto-list__txt {
    font-size: var(--mh--font-size--md)
  }
}
.home-media {
  margin-bottom: 20px;
  background: var(--mh--color--grayscale-200)
}
.home-media__inner {
  padding-block: var(--mh--space--x3l)
}
.home-media-list {
  display: grid;
  gap: 10px
}
.home-media-list__img img {
  width: 100%;
  border-radius: var(--mh--border-radius--md)
}
@media(min-width: 768px) {
  .home-media {
    border-radius: var(--mh--border-radius--lg);
    margin-bottom: 50px
  }
  .home-media-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px
  }
}
@media(min-width: 1600px) {
  .home-media {
    margin: 0 50px 50px
  }
}
.home-feature {
  position: relative;
  z-index: 2
}
.home-feature::before {
  position: absolute;
  content: "";
  width: 100%;
  height: calc(100% - 142px);
  top: 0;
  left: 0;
  background: url(../img/home/bg_feature01_sp.jpg) no-repeat top center/cover;
  z-index: -1
}
.home-feature__inner {
  padding-block: var(--mh--space--x3l) 0
}
.home-feature__header {
  position: relative;
  z-index: 2;
  padding-bottom: 15px
}
.home-feature__ico {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 186px;
  z-index: -1
}
.home-feature__head {
  width: calc(100% - 20px);
  max-width: 820px
}
.home-feature__head img {
  width: 100%
}
.home-feature-check {
  display: grid;
  gap: 10px
}
.home-feature-check__item {
  background: var(--mh--color--grayscale-100);
  border-radius: var(--mh--border-radius--md);
  text-align: center;
  overflow: hidden
}
.home-feature-check__head {
  padding: 10px;
  color: var(--mh--color--grayscale-100);
  background: var(--mh--color--tertiary-700);
  font-size: var(--mh--font-size--xl);
  font-weight: 700;
  line-height: var(--mh--line-height--sm)
}
.home-feature-check__head span {
  padding-left: 36px;
  position: relative
}
.home-feature-check__head span::before {
  position: absolute;
  content: "";
  width: 26.5px;
  height: 26px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: url(../img/home/ico_check01.png) no-repeat 0 100%/cover;
  border-radius: 50%
}
.home-feature-check__txt {
  padding: 10px
}
.home-feature-box {
  margin-top: 100px;
  position: relative;
  padding: 60px 20px 40px;
  background: var(--mh--color--grayscale-100);
  border-radius: var(--mh--border-radius--lg)
}
.home-feature-box__head {
  position: absolute;
  width: 203px;
  top: -62px;
  left: 50%;
  transform: translateX(-50%)
}
.home-feature-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 15px
}
.home-feature-list__item {
  text-align: center
}
.home-feature-list__num {
  font-size: var(--mh--font-size--x4l);
  color: var(--mh--color--tertiary-800);
  margin-bottom: -13px;
  position: relative
}
.home-feature-list__img {
  max-width: 197px;
  margin: 0 auto
}
.home-feature-list__img img {
  width: 100%
}
.home-feature-list__head {
  font-size: var(--mh--font-size--lg);
  font-weight: 700;
  line-height: var(--mh--line-height--sm);
  margin-top: 5px
}
@media(max-width: 767px) {
  .home-feature__head {
    max-width: 400px
  }
}
@media(min-width: 768px) {
  .home-feature::before {
    height: calc(100% - 210px);
    background-image: url(../img/home/bg_feature01_pc.jpg)
  }
  .home-feature__inner {
    padding-block: 60px 0
  }
  .home-feature__header {
    padding-bottom: 30px
  }
  .home-feature__ico {
    width: 500px;
    right: 60px
  }
  .home-feature-check {
    grid-template-columns: repeat(2, 1fr)
  }
  .home-feature-check__head {
    padding: 20px
  }
  .home-feature-check__head span {
    padding-left: 44px
  }
  .home-feature-check__head span::before {
    width: 34px;
    height: 34px
  }
  .home-feature-check__txt {
    padding: 20px
  }
  .home-feature-box {
    margin-top: 170px;
    padding: 80px
  }
  .home-feature-box__head {
    width: 330px;
    top: -110px
  }
  .home-feature-list {
    grid-template-columns: repeat(5, 1fr);
    gap: 60px 15px
  }
  .home-feature-list__num {
    margin-bottom: -20px
  }
  .home-feature-list__head {
    margin-top: 15px
  }
}
.home-sample__inner {
  padding-block: var(--mh--space--x3l)
}
.home-sample__content {
  position: relative;
  z-index: 2
}
.home-sample__ico {
  position: absolute;
  top: -82px;
  right: -13px;
  width: 70px;
  z-index: -1
}
.home-sample-list {
  display: grid;
  gap: 10px
}
.home-sample-list__item {
  padding: 20px;
  background: var(--mh--color--secondary-100);
  border-radius: var(--mh--border-radius--md)
}
.home-sample-list__area-txt {
  display: grid;
  grid-template-columns: 1fr 120px;
  gap: 10px;
  align-items: center;
  margin-bottom: 15px
}
.home-sample-list__head {
  font-size: var(--mh--font-size--x2l);
  font-weight: 700;
  line-height: var(--mh--line-height--sm);
  color: var(--mh--color--secondary-600)
}
.home-sample-list__img img {
  width: 100%;
  border-radius: var(--mh--border-radius--md)
}
@media(min-width: 768px) {
  .home-sample__inner {
    padding-top: 100px
  }
  .home-sample__ico {
    top: -160px;
    right: auto;
    left: 50%;
    margin-left: 240px;
    width: 138px
  }
  .home-sample-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin: -6px
  }
  .home-sample-list__item {
    width: calc(33.3% - 12px);
    padding: 30px
  }
  .home-sample-list__area-txt {
    grid-template-columns: 1fr 176px
  }
}
.home-attention {
  background: var(--mh--color--grayscale-200)
}
.home-attention__inner {
  padding-block: var(--mh--space--x3l)
}
.home-attention__head {
  margin-bottom: var(--mh--space--md)
}
.home-attention__head .is-color {
  color: var(--mh--color--accent-700);
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 1.03em 5px;
  background-image: radial-gradient(circle at center, var(--mh--color--accent-700) 20%, transparent 20%);
  padding-top: .15em
}
.home-attention-list {
  display: grid;
  gap: 10px
}
.home-attention-list__item {
  padding: 20px;
  border-radius: var(--mh--border-radius--md);
  background: var(--mh--color--tertiary-500);
  position: relative;
  z-index: 2
}
.home-attention-list__item::before {
  position: absolute;
  content: "";
  width: 139px;
  height: 119px;
  top: 20px;
  right: 20px;
  background: url(../img/home/ico_attention01.png) no-repeat 0 100%/cover;
  z-index: -1
}
.home-attention-list__head {
  font-size: var(--mh--font-size--x3l);
  font-weight: 700;
  line-height: var(--mh--line-height--sm);
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: solid 2px
}
@media(min-width: 768px) {
  .home-attention {
    background: url(../img/home/bg_attention01_pc.jpg) no-repeat 0 100%/cover;
    border-radius: var(--mh--border-radius--lg);
    margin-bottom: 50px
  }
  .home-attention__head .is-color {
    background-size: 1.03em 5px;
    background-image: radial-gradient(circle at center, var(--mh--color--accent-700) 12%, transparent 12%);
    padding-top: .02em
  }
  .home-attention-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px
  }
  .home-attention-list__item {
    padding: 40px
  }
  .home-attention-list__item::before {
    top: 40px;
    right: 40px;
    width: 158px;
    height: 135px
  }
}
@media(min-width: 1600px) {
  .home-attention {
    margin: 0 50px 50px
  }
}
.home-area {
  background: url(../img/home/bg_area01_sp.jpg) no-repeat bottom center/cover
}
.home-area__inner {
  padding-block: var(--mh--space--x3l)
}
.home-area__head {
  margin-bottom: 20px;
  max-width: 760px
}
.home-area__head img {
  width: 100%
}
.home-area-box {
  padding: 30px 20px 20px;
  background: rgba(255, 255, 255, .9);
  border-radius: var(--mh--border-radius--lg);
  position: relative
}
.home-area-box__img {
  position: absolute;
  top: 10px;
  right: 30px;
  width: 89px
}
.home-area-box__header {
  margin-bottom: 15px
}
.home-area-box__head {
  padding-left: 28px;
  margin-bottom: 5px;
  position: relative
}
.home-area-box__head::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: inline-block;
  width: 20px;
  height: 30px;
  background-color: currentColor;
  color: currentColor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 30"><path d="M9.99974 0.5C4.3722 0.616058 -0.100598 5.24387 0.00172102 10.8292C0.00172102 12.57 0.425614 14.2964 1.25878 15.8342C1.31725 15.9357 1.3611 16.0373 1.41957 16.1243L9.99974 29.5L18.5799 16.1533C18.6384 16.0518 18.6969 15.9502 18.7553 15.8342C19.5739 14.2964 20.0124 12.57 19.9978 10.8292C20.1147 5.22936 15.6273 0.616058 9.99974 0.5ZM9.99974 15.3409C7.54409 15.2829 5.60003 13.2664 5.64388 10.8437C5.60003 8.40645 7.54409 6.38995 9.99974 6.34642C12.4554 6.40445 14.3995 8.40645 14.3556 10.8437C14.3995 13.2809 12.4554 15.2974 9.99974 15.3409Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 30"><path d="M9.99974 0.5C4.3722 0.616058 -0.100598 5.24387 0.00172102 10.8292C0.00172102 12.57 0.425614 14.2964 1.25878 15.8342C1.31725 15.9357 1.3611 16.0373 1.41957 16.1243L9.99974 29.5L18.5799 16.1533C18.6384 16.0518 18.6969 15.9502 18.7553 15.8342C19.5739 14.2964 20.0124 12.57 19.9978 10.8292C20.1147 5.22936 15.6273 0.616058 9.99974 0.5ZM9.99974 15.3409C7.54409 15.2829 5.60003 13.2664 5.64388 10.8437C5.60003 8.40645 7.54409 6.38995 9.99974 6.34642C12.4554 6.40445 14.3995 8.40645 14.3556 10.8437C14.3995 13.2809 12.4554 15.2974 9.99974 15.3409Z"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: all var(--mh--duration) var(--mh--easing);
  color: var(--mh--color--tertiary-700)
}
.home-area-box__note {
  color: var(--mh--color--grayscale-800)
}
@media(min-width: 768px) {
  .home-area {
    background-image: url(../img/home/bg_area01_pc.jpg)
  }
  .home-area__head {
    width: 61%;
    margin-bottom: 30px
  }
  .home-area-box {
    padding: 60px;
    padding-right: 530px
  }
  .home-area-box__img {
    width: 35%;
    max-width: 430px;
    top: -159px;
    right: 60px
  }
  .home-area-box__header {
    display: flex;
    align-items: center;
    gap: 15px
  }
  .home-area-box__head {
    padding-left: 32px
  }
  .home-area-box__head::before {
    width: 24px;
    height: 35px;
    top: 2px
  }
}
.home-faq {
  background: var(--mh--color--secondary-100)
}
.home-faq__inner {
  padding-block: var(--mh--space--x3l)
}
.home-faq__content {
  position: relative;
  z-index: 2
}
.home-faq__ico {
  position: absolute;
  width: 50px;
  top: -92px;
  right: 0;
  z-index: -1
}
.home-faq-list {
  display: grid;
  gap: 10px
}
.home-faq-list__item {
  padding: 8px 20px 20px;
  background: var(--mh--color--grayscale-100);
  border-radius: var(--mh--border-radius--lg)
}
.home-faq-list__img {
  width: 100px;
  margin: 0 auto 15px
}
.home-faq-list__head, .home-faq-list__txt {
  padding-left: 47px;
  position: relative
}
.home-faq-list .is-en {
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: var(--mh--color--secondary-600);
  background: var(--mh--color--secondary-100);
  display: grid;
  place-content: center;
  font-size: var(--mh--font-size--lg)
}
.home-faq-list__head {
  font-size: var(--mh--font-size--xl);
  font-weight: 700;
  line-height: var(--mh--line-height--sm);
  padding-bottom: 10px;
  border-bottom: 1px dashed var(--mh--color--grayscale-500);
  margin-bottom: 10px;
  min-height: 42px
}
.home-faq-list__head .is-en {
  color: var(--mh--color--grayscale-100);
  background: var(--mh--color--primary-500)
}
@media(min-width: 768px) {
  .home-faq__ico {
    width: 86px;
    top: -159px;
    right: auto;
    left: 50%;
    margin-left: 240px
  }
  .home-faq-list__item {
    padding: 8px 30px 25px;
    display: grid;
    grid-template-columns: 147px 1fr;
    gap: 20px;
    align-items: center
  }
  .home-faq-list__img {
    width: 100%;
    margin: 0
  }
  .home-faq-list__area-txt {
    padding-top: 17px
  }
  .home-faq-list__head, .home-faq-list__txt {
    padding-left: 55px
  }
  .home-faq-list .is-en {
    width: 40px;
    height: 40px;
    top: -3px;
    padding-top: 1px;
    padding-left: 1px
  }
  .home-faq-list__head {
    padding-bottom: 15px;
    margin-bottom: 15px;
    min-height: 55px
  }
}
.home-payment__inner {
  padding-block: var(--mh--space--x3l) 0
}
.home-payment__head {
  padding-left: 40px;
  margin-bottom: 20px;
  position: relative
}
.home-payment__head::before {
  position: absolute;
  content: "";
  width: 34px;
  height: 35px;
  top: 0;
  left: 0;
  background: url(../img/home/ico_payment01.png) no-repeat 0 100%/cover
}
.home-payment-list {
  display: grid;
  gap: 30px
}
.home-payment-list__img img {
  width: 100%;
  border-radius: var(--mh--border-radius--md)
}
.home-payment-list__head {
  color: var(--mh--color--grayscale-100);
  background: var(--mh--color--secondary-500);
  font-size: var(--mh--font-size--x2l);
  font-weight: 700;
  line-height: var(--mh--line-height--sm);
  text-align: center;
  padding: 3px;
  border-radius: 9999px;
  margin: -20px 30px 15px;
  position: relative;
  z-index: 2
}
.home-payment-list__head::before {
  position: absolute;
  content: "";
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--mh--color--secondary-500);
  width: 12px;
  height: 8px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%)
}
@media(min-width: 768px) {
  .home-payment__head {
    padding-left: 50px;
    margin-bottom: 40px
  }
  .home-payment__head::before {
    width: 40px;
    height: 40px;
    top: 7px
  }
  .home-payment-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 38px
  }
  .home-payment-list__head {
    padding: 6px;
    margin-top: -25px
  }
}
.home-bnr__inner {
  padding-top: var(--mh--space--xl)
}
.u-hidden {
  display: none
}
.u-inline {
  display: inline
}
.u-inline-block {
  display: inline-block
}
.u-block {
  display: block
}
.u-flex {
  display: flex
}
.u-grid {
  display: grid
}
@media(max-width: 639px) {
  .u-hidden-sm-down {
    display: none
  }
}
@media(max-width: 767px) {
  .u-hidden-md-down {
    display: none
  }
}
@media(max-width: 1099px) {
  .u-hidden-lg-down {
    display: none
  }
}
@media(max-width: 1279px) {
  .u-hidden-xl-down {
    display: none
  }
}
@media(min-width: 640px) {
  .u-hidden-sm-up {
    display: none
  }
}
@media(min-width: 768px) {
  .u-hidden-md-up {
    display: none
  }
}
@media(min-width: 1100px) {
  .u-hidden-lg-up {
    display: none
  }
}
@media(min-width: 1280px) {
  .u-hidden-xl-up {
    display: none
  }
}
.u-overflow-auto {
  overflow: auto
}
.u-overflow-hidden {
  overflow: hidden
}
.u-overflow-visible {
  overflow: visible
}
.u-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0
}
.u-uppercase {
  text-transform: uppercase
}
.u-capitalize {
  text-transform: capitalize
}
.u-text-left {
  text-align: left
}
.u-text-right {
  text-align: right
}
.u-text-center {
  text-align: center
}
@media(max-width: 639px) {
  .u-text-left-sm-down {
    text-align: left
  }
}
@media(max-width: 639px) {
  .u-text-right-sm-down {
    text-align: right
  }
}
@media(max-width: 639px) {
  .u-text-center-sm-down {
    text-align: center
  }
}
@media(max-width: 767px) {
  .u-text-left-md-down {
    text-align: left
  }
}
@media(max-width: 767px) {
  .u-text-right-md-down {
    text-align: right
  }
}
@media(max-width: 767px) {
  .u-text-center-md-down {
    text-align: center
  }
}
@media(max-width: 1099px) {
  .u-text-left-lg-down {
    text-align: left
  }
}
@media(max-width: 1099px) {
  .u-text-right-lg-down {
    text-align: right
  }
}
@media(max-width: 1099px) {
  .u-text-center-lg-down {
    text-align: center
  }
}
@media(max-width: 1279px) {
  .u-text-left-xl-down {
    text-align: left
  }
}
@media(max-width: 1279px) {
  .u-text-right-xl-down {
    text-align: right
  }
}
@media(max-width: 1279px) {
  .u-text-center-xl-down {
    text-align: center
  }
}
@media(min-width: 640px) {
  .u-text-left-sm-up {
    text-align: left
  }
}
@media(min-width: 640px) {
  .u-text-right-sm-up {
    text-align: right
  }
}
@media(min-width: 640px) {
  .u-text-center-sm-up {
    text-align: center
  }
}
@media(min-width: 768px) {
  .u-text-left-md-up {
    text-align: left
  }
}
@media(min-width: 768px) {
  .u-text-right-md-up {
    text-align: right
  }
}
@media(min-width: 768px) {
  .u-text-center-md-up {
    text-align: center
  }
}
@media(min-width: 1100px) {
  .u-text-left-lg-up {
    text-align: left
  }
}
@media(min-width: 1100px) {
  .u-text-right-lg-up {
    text-align: right
  }
}
@media(min-width: 1100px) {
  .u-text-center-lg-up {
    text-align: center
  }
}
@media(min-width: 1280px) {
  .u-text-left-xl-up {
    text-align: left
  }
}
@media(min-width: 1280px) {
  .u-text-right-xl-up {
    text-align: right
  }
}
@media(min-width: 1280px) {
  .u-text-center-xl-up {
    text-align: center
  }
}
.u-text-x3s {
  font-size: var(--mh--font-size--x3s)
}
.u-text-x2s {
  font-size: var(--mh--font-size--x2s)
}
.u-text-xs {
  font-size: var(--mh--font-size--xs)
}
.u-text-sm {
  font-size: var(--mh--font-size--sm)
}
.u-text-md {
  font-size: var(--mh--font-size--md)
}
.u-text-lg {
  font-size: var(--mh--font-size--lg)
}
.u-text-xl {
  font-size: var(--mh--font-size--xl)
}
.u-text-x2l {
  font-size: var(--mh--font-size--x2l)
}
.u-text-x3l {
  font-size: var(--mh--font-size--x3l)
}
.u-text-x4l {
  font-size: var(--mh--font-size--x4l)
}
.u-text-x5l {
  font-size: var(--mh--font-size--x5l)
}
.u-text-x6l {
  font-size: var(--mh--font-size--x6l)
}
.u-text-x7l {
  font-size: var(--mh--font-size--x7l)
}
.u-text-x8l {
  font-size: var(--mh--font-size--x8l)
}
.u-text-x9l {
  font-size: var(--mh--font-size--x9l)
}
.u-text-x10l {
  font-size: var(--mh--font-size--x10l)
}
.u-text-x11l {
  font-size: var(--mh--font-size--x11l)
}
.u-text-x12l {
  font-size: var(--mh--font-size--x12l)
}
.u-text-md {
  line-height: var(--mh--line-height--md);
  letter-spacing: var(--mh--letter-spacing--md)
}
.u-text-x3s, .u-text-x2s, .u-text-xs, .u-text-sm, .u-text-lg, .u-text-xl, .u-text-x2l, .u-text-x3l, .u-text-x4l, .u-text-x5l, .u-text-x6l, .u-text-x7l, .u-text-x8l, .u-text-x9l, .u-text-x10l, .u-text-x11l, .u-text-x12l {
  line-height: var(--mh--line-height--sm);
  letter-spacing: var(--mh--letter-spacing--md)
}
.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)
}
.u-tracking-sm {
  letter-spacing: var(--mh--letter-spacing--sm)
}
.u-tracking-md {
  letter-spacing: var(--mh--letter-spacing--md)
}
.u-font-bold {
  font-weight: 700
}
.u-font-en {
  font-family: var(--mh--font-family--en);
  font-weight: 700;
  line-height: var(--mh--line-height--xs);
  letter-spacing: var(--mh--letter-spacing--md)
}
.u-relative {
  position: relative
}
.u-absolute {
  position: absolute !important
}
.u-inner {
  padding-left: var(--mh--contents--padding--side);
  padding-right: var(--mh--contents--padding--side)
}
@media(min-width: 768px) {
  .u-inner {
    width: 100%;
    max-width: var(--mh--contents--width);
    margin-right: auto;
    margin-left: auto
  }
}
@media(min-width: 1100px) {
  .u-inner {
    padding-left: 0;
    padding-right: 0
  }
}
.u-wide-inner {
  padding-left: var(--mh--contents--padding--side);
  padding-right: var(--mh--contents--padding--side)
}
@media(min-width: 768px) {
  .u-wide-inner {
    width: 100%;
    max-width: var(--mh--contents--wide-width-with-padding);
    margin-right: auto;
    margin-left: auto
  }
}
.u-item-center {
  display: grid;
  place-items: center
}
.u-clearfix {
  display: block;
  clear: both;
  height: 0;
  border: none
}
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: .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;
  display: block;
  z-index: 2;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap
}
a[class].u-text-underline {
  text-decoration: underline
}
@media(hover: hover)and (pointer: fine) {
  a[class].u-text-underline:hover {
    text-decoration: none
  }
}
.u-media-query {
  font-family: "sp"
}
@media(min-width: 768px) {
  .u-media-query {
    font-family: "tb"
  }
}
@media(min-width: 1100px) {
  .u-media-query {
    font-family: "pc"
  }
}
.u-text-primary-300 {
  color: var(--mh--color--primary-300)
}
.u-text-primary-400 {
  color: var(--mh--color--primary-400)
}
.u-text-primary-500 {
  color: var(--mh--color--primary-500)
}
.u-text-secondary-100 {
  color: var(--mh--color--secondary-100)
}
.u-text-secondary-300 {
  color: var(--mh--color--secondary-300)
}
.u-text-secondary-500 {
  color: var(--mh--color--secondary-500)
}
.u-text-secondary-600 {
  color: var(--mh--color--secondary-600)
}
.u-text-tertiary-300 {
  color: var(--mh--color--tertiary-300)
}
.u-text-tertiary-500 {
  color: var(--mh--color--tertiary-500)
}
.u-text-tertiary-700 {
  color: var(--mh--color--tertiary-700)
}
.u-text-tertiary-800 {
  color: var(--mh--color--tertiary-800)
}
.u-text-accent-700 {
  color: var(--mh--color--accent-700)
}
.u-text-surface-100 {
  color: var(--mh--color--surface-100)
}
.u-text-surface-400 {
  color: var(--mh--color--surface-400)
}
.u-text-grayscale-100 {
  color: var(--mh--color--grayscale-100)
}
.u-text-grayscale-200 {
  color: var(--mh--color--grayscale-200)
}
.u-text-grayscale-500 {
  color: var(--mh--color--grayscale-500)
}
.u-text-grayscale-800 {
  color: var(--mh--color--grayscale-800)
}
.u-text-grayscale-900 {
  color: var(--mh--color--grayscale-900)
}
.u-bg-primary-300 {
  background-color: var(--mh--color--primary-300)
}
.u-bg-primary-400 {
  background-color: var(--mh--color--primary-400)
}
.u-bg-primary-500 {
  background-color: var(--mh--color--primary-500)
}
.u-bg-secondary-100 {
  background-color: var(--mh--color--secondary-100)
}
.u-bg-secondary-300 {
  background-color: var(--mh--color--secondary-300)
}
.u-bg-secondary-500 {
  background-color: var(--mh--color--secondary-500)
}
.u-bg-secondary-600 {
  background-color: var(--mh--color--secondary-600)
}
.u-bg-tertiary-300 {
  background-color: var(--mh--color--tertiary-300)
}
.u-bg-tertiary-500 {
  background-color: var(--mh--color--tertiary-500)
}
.u-bg-tertiary-700 {
  background-color: var(--mh--color--tertiary-700)
}
.u-bg-tertiary-800 {
  background-color: var(--mh--color--tertiary-800)
}
.u-bg-accent-700 {
  background-color: var(--mh--color--accent-700)
}
.u-bg-surface-100 {
  background-color: var(--mh--color--surface-100)
}
.u-bg-surface-400 {
  background-color: var(--mh--color--surface-400)
}
.u-bg-grayscale-100 {
  background-color: var(--mh--color--grayscale-100)
}
.u-bg-grayscale-200 {
  background-color: var(--mh--color--grayscale-200)
}
.u-bg-grayscale-500 {
  background-color: var(--mh--color--grayscale-500)
}
.u-bg-grayscale-800 {
  background-color: var(--mh--color--grayscale-800)
}
.u-bg-grayscale-900 {
  background-color: var(--mh--color--grayscale-900)
}
.u-p-xs {
  padding: var(--mh--padding--xs)
}
.u-py-xs {
  padding-block: var(--mh--padding--xs)
}
.u-px-xs {
  padding-inline: var(--mh--padding--xs)
}
.u-pt-xs {
  padding-top: var(--mh--padding--xs)
}
.u-pb-xs {
  padding-bottom: var(--mh--padding--xs)
}
.u-pl-xs {
  padding-left: var(--mh--padding--xs)
}
.u-pr-xs {
  padding-right: var(--mh--padding--xs)
}
.u-p-sm {
  padding: var(--mh--padding--sm)
}
.u-py-sm {
  padding-block: var(--mh--padding--sm)
}
.u-px-sm {
  padding-inline: var(--mh--padding--sm)
}
.u-pt-sm {
  padding-top: var(--mh--padding--sm)
}
.u-pb-sm {
  padding-bottom: var(--mh--padding--sm)
}
.u-pl-sm {
  padding-left: var(--mh--padding--sm)
}
.u-pr-sm {
  padding-right: var(--mh--padding--sm)
}
.u-p-md {
  padding: var(--mh--padding--md)
}
.u-py-md {
  padding-block: var(--mh--padding--md)
}
.u-px-md {
  padding-inline: var(--mh--padding--md)
}
.u-pt-md {
  padding-top: var(--mh--padding--md)
}
.u-pb-md {
  padding-bottom: var(--mh--padding--md)
}
.u-pl-md {
  padding-left: var(--mh--padding--md)
}
.u-pr-md {
  padding-right: var(--mh--padding--md)
}
.u-p-lg {
  padding: var(--mh--padding--lg)
}
.u-py-lg {
  padding-block: var(--mh--padding--lg)
}
.u-px-lg {
  padding-inline: var(--mh--padding--lg)
}
.u-pt-lg {
  padding-top: var(--mh--padding--lg)
}
.u-pb-lg {
  padding-bottom: var(--mh--padding--lg)
}
.u-pl-lg {
  padding-left: var(--mh--padding--lg)
}
.u-pr-lg {
  padding-right: var(--mh--padding--lg)
}
.u-p-xl {
  padding: var(--mh--padding--xl)
}
.u-py-xl {
  padding-block: var(--mh--padding--xl)
}
.u-px-xl {
  padding-inline: var(--mh--padding--xl)
}
.u-pt-xl {
  padding-top: var(--mh--padding--xl)
}
.u-pb-xl {
  padding-bottom: var(--mh--padding--xl)
}
.u-pl-xl {
  padding-left: var(--mh--padding--xl)
}
.u-pr-xl {
  padding-right: var(--mh--padding--xl)
}
.u-m-x2s {
  margin: var(--mh--space--x2s)
}
.u-my-x2s {
  margin-block: var(--mh--space--x2s)
}
.u-mx-x2s {
  margin-inline: var(--mh--space--x2s)
}
.u-mt-x2s {
  margin-top: var(--mh--space--x2s)
}
.u-mb-x2s {
  margin-bottom: var(--mh--space--x2s)
}
.u-ml-x2s {
  margin-left: var(--mh--space--x2s)
}
.u-mr-x2s {
  margin-right: var(--mh--space--x2s)
}
.u-m-xs {
  margin: var(--mh--space--xs)
}
.u-my-xs {
  margin-block: var(--mh--space--xs)
}
.u-mx-xs {
  margin-inline: var(--mh--space--xs)
}
.u-mt-xs {
  margin-top: var(--mh--space--xs)
}
.u-mb-xs {
  margin-bottom: var(--mh--space--xs)
}
.u-ml-xs {
  margin-left: var(--mh--space--xs)
}
.u-mr-xs {
  margin-right: var(--mh--space--xs)
}
.u-m-sm {
  margin: var(--mh--space--sm)
}
.u-my-sm {
  margin-block: var(--mh--space--sm)
}
.u-mx-sm {
  margin-inline: var(--mh--space--sm)
}
.u-mt-sm {
  margin-top: var(--mh--space--sm)
}
.u-mb-sm {
  margin-bottom: var(--mh--space--sm)
}
.u-ml-sm {
  margin-left: var(--mh--space--sm)
}
.u-mr-sm {
  margin-right: var(--mh--space--sm)
}
.u-m-md {
  margin: var(--mh--space--md)
}
.u-my-md {
  margin-block: var(--mh--space--md)
}
.u-mx-md {
  margin-inline: var(--mh--space--md)
}
.u-mt-md {
  margin-top: var(--mh--space--md)
}
.u-mb-md {
  margin-bottom: var(--mh--space--md)
}
.u-ml-md {
  margin-left: var(--mh--space--md)
}
.u-mr-md {
  margin-right: var(--mh--space--md)
}
.u-m-lg {
  margin: var(--mh--space--lg)
}
.u-my-lg {
  margin-block: var(--mh--space--lg)
}
.u-mx-lg {
  margin-inline: var(--mh--space--lg)
}
.u-mt-lg {
  margin-top: var(--mh--space--lg)
}
.u-mb-lg {
  margin-bottom: var(--mh--space--lg)
}
.u-ml-lg {
  margin-left: var(--mh--space--lg)
}
.u-mr-lg {
  margin-right: var(--mh--space--lg)
}
.u-m-xl {
  margin: var(--mh--space--xl)
}
.u-my-xl {
  margin-block: var(--mh--space--xl)
}
.u-mx-xl {
  margin-inline: var(--mh--space--xl)
}
.u-mt-xl {
  margin-top: var(--mh--space--xl)
}
.u-mb-xl {
  margin-bottom: var(--mh--space--xl)
}
.u-ml-xl {
  margin-left: var(--mh--space--xl)
}
.u-mr-xl {
  margin-right: var(--mh--space--xl)
}
.u-m-x2l {
  margin: var(--mh--space--x2l)
}
.u-my-x2l {
  margin-block: var(--mh--space--x2l)
}
.u-mx-x2l {
  margin-inline: var(--mh--space--x2l)
}
.u-mt-x2l {
  margin-top: var(--mh--space--x2l)
}
.u-mb-x2l {
  margin-bottom: var(--mh--space--x2l)
}
.u-ml-x2l {
  margin-left: var(--mh--space--x2l)
}
.u-mr-x2l {
  margin-right: var(--mh--space--x2l)
}
.u-m-x3l {
  margin: var(--mh--space--x3l)
}
.u-my-x3l {
  margin-block: var(--mh--space--x3l)
}
.u-mx-x3l {
  margin-inline: var(--mh--space--x3l)
}
.u-mt-x3l {
  margin-top: var(--mh--space--x3l)
}
.u-mb-x3l {
  margin-bottom: var(--mh--space--x3l)
}
.u-ml-x3l {
  margin-left: var(--mh--space--x3l)
}
.u-mr-x3l {
  margin-right: var(--mh--space--x3l)
}
.u-mx-auto {
  margin-inline: auto
}
html body {
  --wp--style--block-gap: 0
}
html body {
  --wp--preset--font-size--x-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(min-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-left: auto;
    margin-right: auto;
    text-align: center
  }
}
.c-strength01 {
  padding-block: var(--mh--space--x3l)
}
.c-strength01__head {
  margin-bottom: var(--mh--space--md)
}
.c-strength01__head img {
  width: min(calc((185 / 335) * 100%), 330px);
  margin-inline: auto
}
.c-strength01__box {
  padding: var(--mh--space--x3l) var(--mh--contents--padding--side);
  border-radius: var(--mh--border-radius--lg);
  background-color: var(--mh--color--grayscale-100)
}
.c-strength01-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(140px, 100%), 1fr));
  gap: 25px 15px
}
.c-strength01-list__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 5px;
  place-items: start center;
  position: relative
}
.c-strength01-list__num {
  position: absolute;
  top: -0.4em;
  color: var(--mh--color--accent-600);
  font-size: var(--mh--font-size--x4l)
}
.c-strength01-list__img {
  display: grid;
  place-content: center;
  aspect-ratio: 1;
  width: 140px;
  border-radius: 50%;
  background-color: var(--mh--color--grayscale-200)
}
.c-strength01-list__img img {
  width: 80px
}
.c-strength01-list__txt {
  min-width: 0;
  line-height: var(--mh--line-height--sm);
  text-align: center;
  font-size: var(--mh--font-size--lg);
  font-weight: 700;
  white-space: nowrap
}
@media(min-width: 768px) {
  .c-strength01-list {
    grid-template-columns: repeat(auto-fill, minmax(min(180px, 100%), 1fr));
    gap: 60px 25px
  }
  .c-strength01-list__item {
    gap: 15px
  }
  .c-strength01-list__img {
    width: 100%
  }
  .c-strength01-list__img img {
    width: 100px
  }
  .c-table01 {
	border-radius: 20px;
  }
}
@media(min-width: 768px)and (max-width: 1279px) {
  .c-strength01-list__txt {
    font-size: var(--mh--font-size--md)
  }
}
.c-table01 {
  overflow: hidden;
  border: 1px solid var(--mh--color--grayscale-500);
}
.c-table01 tr {
  border-bottom: 1px solid var(--mh--color--grayscale-500)
}
.c-table01 tr:last-of-type {
  border-bottom: none
}
.c-table01 th, .c-table01 td {
  padding: 20px;
  text-align: left;
  vertical-align: middle
}
.c-table01 th {
  background-color: #f6f6ea;
  font-weight: 700;
  line-height: var(--mh--line-height--sm)
}
.c-table01 td {
  background: var(--mh--color--grayscale-100)
}
@media(max-width: 767px) {
  .c-table01 th, .c-table01 td {
    display: block;
    width: 100%
  }
  .c-table01 th {
    color: var(--mh--color--primary-350);
    border-bottom: 1px dashed var(--mh--color--primary-200)
  }
}
@media(min-width: 768px) {
  .c-table01 th, .c-table01 td {
    height: 80px;
    padding-block: 23px;
    padding-inline: 40px
  }
  .c-table01 th {
    width: 280px;
    border-right: 1px solid var(--mh--color--grayscale-500)
  }
}
.c-tel01__words {
  position: relative;
  letter-spacing: inherit
}
.c-tel01__words-ja {
  display: block;
  font-weight: 700;
  line-height: var(--mh--line-height--sm);
  font-family: var(--mh--font-family--base);
  white-space: nowrap;
  position: absolute;
  bottom: calc(100% - 3px);
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.2rem;
  letter-spacing: var(--mh--letter-spacing--sm)
}
.c-cv02__catch {
    margin: 3px 5px 15px;
    padding: 3px 50px;
    border-radius: 100px;
    background: #fa5b00;
    color: var(--mh--color--grayscale-100);
    font-weight: 700;
    font-size: 1rem;
    line-height: var(--mh--line-height--sm);
    text-align: center;
}