@charset "UTF-8";
:root {
  --mh--breakpoint--min: 375px;
  --mh--breakpoint--sm: 640px;
  --mh--breakpoint--md: 768px;
  --mh--breakpoint--lg: 1100px;
  --mh--breakpoint--xl: 1360px;
}
: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.2rem;
  --mh--font-size--x2s: 1.3rem;
  --mh--font-size--xs: 1.4rem;
  --mh--font-size--sm: 1.5rem;
  --mh--font-size--md: 1.6rem;
  --mh--font-size--lg: 1.7rem;
  --mh--font-size--xl: 1.8rem;
  --mh--font-size--x2l: 2rem;
  --mh--font-size--x3l: 2.1rem;
  --mh--font-size--x4l: 2.2rem;
  --mh--font-size--x5l: 2.4rem;
  --mh--font-size--x6l: 2.6rem;
  --mh--font-size--x7l: 2.7rem;
  --mh--font-size--x8l: 2.9rem;
  --mh--font-size--x9l: 3.1rem;
  --mh--font-size--x10l: 3.4rem;
  --mh--font-size--x11l: 3.6rem;
  --mh--font-size--x12l: 3.9rem;
}
@media (width >= 768px ) {
  html body {
    --mh--font-size--lg: 1.8rem;
    --mh--font-size--xl: 1.9rem;
    --mh--font-size--x2l: 2.1rem;
    --mh--font-size--x3l: 2.3rem;
    --mh--font-size--x4l: 2.5rem;
    --mh--font-size--x5l: 2.8rem;
    --mh--font-size--x6l: 3rem;
    --mh--font-size--x7l: 3.4rem;
    --mh--font-size--x8l: 3.7rem;
    --mh--font-size--x9l: 4.1rem;
    --mh--font-size--x10l: 4.5rem;
    --mh--font-size--x11l: 4.9rem;
    --mh--font-size--x12l: 5.4rem;
  }
}
@media (width >= 1360px ) {
  html body {
    --mh--font-size--lg: 1.9rem;
    --mh--font-size--xl: 2rem;
    --mh--font-size--x2l: 2.3rem;
    --mh--font-size--x3l: 2.6rem;
    --mh--font-size--x4l: 2.9rem;
    --mh--font-size--x5l: 3.2rem;
    --mh--font-size--x6l: 3.6rem;
    --mh--font-size--x7l: 4.1rem;
    --mh--font-size--x8l: 4.6rem;
    --mh--font-size--x9l: 5.2rem;
    --mh--font-size--x10l: 5.8rem;
    --mh--font-size--x11l: 6.6rem;
    --mh--font-size--x12l: 7.4rem;
  }
}
:root {
  --mh--letter-spacing--sm: 0.02em;
  --mh--letter-spacing--md: 0.04em;
}
:root {
  --mh--line-height--none: 1;
  --mh--line-height--xs: 1.2;
  --mh--line-height--sm: 1.5;
  --mh--line-height--md: 1.9;
  --mh--line-height--lg: 2;
}
:root {
  --mh--header--height: 70px;
}
@media (width >= 768px ) {
  :root {
    --mh--header--height: 0;
  }
}
: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 (width >= 768px ) {
  :root {
    --mh--contents--padding--side: 50px;
  }
}
html body {
  --mh--color--primary-800: rgb(24, 135, 76);
  --mh--color--primary-500: rgb(29, 152, 87);
  --mh--color--primary-200: rgb(224, 239, 229);
  --mh--color--primary-100: rgb(243, 249, 245);
  --mh--color--secondary-500: rgb(237, 105, 10);
  --mh--color--grayscale-900: rgb(40, 53, 37);
  --mh--color--grayscale-800: rgb(136, 136, 136);
  --mh--color--grayscale-500: rgb(186, 191, 187);
  --mh--color--grayscale-100: rgb(255, 255, 255);
  --mh--color--surface-100: rgb(248, 247, 242);
}
:root {
  --mh--easing: ease;
  --mh--duration: 0.3s;
  --mh--easing02: cubic-bezier(0.215, 0.61, 0.355, 1.0);
  --mh--duration02: 0.6s;
  --mh--duration03: 3.0s;
}
:root {
  --mh--space--10-10: 10px;
  --mh--space--10-15: 10px;
  --mh--space--10-30: 10px;
  --mh--space--10-40: 10px;
  --mh--space--10-60: 10px;
  --mh--space--15-15: 15px;
  --mh--space--15-20: 15px;
  --mh--space--20-120: 20px;
  --mh--space--20-15: 20px;
  --mh--space--20-20: 20px;
  --mh--space--20-30: 20px;
  --mh--space--20-50: 20px;
  --mh--space--20-60: 20px;
  --mh--space--20-80: 20px;
  --mh--space--25-25: 25px;
  --mh--space--25-30: 25px;
  --mh--space--25-60: 25px;
  --mh--space--25-70: 25px;
  --mh--space--25-80: 25px;
  --mh--space--30-30: 30px;
  --mh--space--30-40: 30px;
  --mh--space--30-50: 30px;
  --mh--space--30-80: 30px;
  --mh--space--40-100: 40px;
  --mh--space--40-120: 40px;
  --mh--space--40-60: 40px;
  --mh--space--60-100: 60px;
  --mh--space--60-160: 60px;
  --mh--space--x5s: 2px;
  --mh--space--x4s: 5px;
  --mh--space--x3s: 10px;
  --mh--space--x2s: 15px;
  --mh--space--xs: 20px;
  --mh--space--sm: 30px;
  --mh--space--md: 40px;
  --mh--space--lg: 50px;
  --mh--space--xl: 60px;
  --mh--space--x2l: 70px;
  --mh--space--x3l: 80px;
  --mh--space--x4l: 90px;
  --mh--space--x5l: 100px;
}
@media (width >= 768px ) {
  :root {
    --mh--space--10-15: 15px;
    --mh--space--10-30: 30px;
    --mh--space--10-40: 40px;
    --mh--space--10-60: 60px;
    --mh--space--15-20: 20px;
    --mh--space--20-120: 120px;
    --mh--space--20-15: 15px;
    --mh--space--20-30: 30px;
    --mh--space--20-50: 50px;
    --mh--space--20-60: 60px;
    --mh--space--20-80: 80px;
    --mh--space--25-25: 25px;
    --mh--space--25-30: 30px;
    --mh--space--25-60: 60px;
    --mh--space--25-70: 70px;
    --mh--space--25-80: 80px;
    --mh--space--30-30: 30px;
    --mh--space--30-40: 40px;
    --mh--space--30-50: 50px;
    --mh--space--30-80: 80px;
    --mh--space--40-100: 100px;
    --mh--space--40-120: 120px;
    --mh--space--40-60: 60px;
    --mh--space--60-100: 100px;
    --mh--space--60-160: 160px;
    --mh--space--x5s: 4px;
    --mh--space--x4s: 10px;
    --mh--space--x3s: 20px;
    --mh--space--x2s: 30px;
    --mh--space--xs: 40px;
    --mh--space--sm: 60px;
    --mh--space--md: 80px;
    --mh--space--lg: 100px;
    --mh--space--xl: 120px;
    --mh--space--x2l: 140px;
    --mh--space--x3l: 160px;
    --mh--space--x4l: 180px;
    --mh--space--x5l: 200px;
  }
}
@media (768px <= width < 1360px) {
  :root {
    --mh--space--10-30: 15px;
    --mh--space--10-40: 30px;
    --mh--space--10-60: 40px;
    --mh--space--20-120: 90px;
    --mh--space--20-50: 45px;
    --mh--space--20-60: 40px;
    --mh--space--20-80: 60px;
    --mh--space--25-60: 40px;
    --mh--space--25-70: 50px;
    --mh--space--25-80: 60px;
    --mh--space--30-80: 60px;
    --mh--space--40-100: 75px;
    --mh--space--40-120: 90px;
    --mh--space--60-100: 75px;
    --mh--space--60-160: 120px;
    --mh--space--x3s: 15px;
    --mh--space--x2s: 20px;
    --mh--space--xs: 30px;
    --mh--space--sm: 45px;
    --mh--space--md: 60px;
    --mh--space--lg: 75px;
    --mh--space--xl: 90px;
    --mh--space--x2l: 105px;
    --mh--space--x3l: 120px;
    --mh--space--x4l: 135px;
    --mh--space--x5l: 150px;
  }
}
:root {
  --mh--border-radius--sm: 2px;
  --mh--border-radius--md: 5px;
  --mh--border-radius--lg: 8px;
}
@media (width >= 768px ) {
  :root {
    --mh--border-radius--sm: 4px;
    --mh--border-radius--md: 10px;
    --mh--border-radius--lg: 16px;
  }
}
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
*::before, *::after {
  box-sizing: border-box;
}
* :focus-visible {
  outline: 2px solid;
}
html {
  block-size: 100%;
  font-size: 62.5%;
  -webkit-text-size-adjust: none;
}
body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizespeed;
  min-block-size: 100%;
}
img,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
}
img,
svg,
video {
  max-inline-size: 100%;
  block-size: auto;
}
svg {
  fill: currentcolor;
  stroke: none;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
  line-break: strict;
}
ul,
ol {
  list-style: none;
}
a[class] {
  text-decoration: none;
}
input,
select {
  appearance: none;
}
input,
button,
textarea,
select,
input[type=file]::-webkit-file-upload-button {
  font: inherit;
  font-size: inherit;
  color: inherit;
  letter-spacing: inherit;
}
a[href],
area,
button,
input,
label[for],
select,
summary,
textarea,
[tabindex]:not([tabindex*="-"]) {
  touch-action: manipulation;
  cursor: pointer;
}
input[type=file] {
  cursor: auto;
}
button,
button[type],
input[type=button],
input[type=submit],
input[type=reset],
input[type=file]::-webkit-file-upload-button,
input[type=file]::file-selector-button {
  text-align: center;
  -webkit-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
button[disabled],
button[type][disabled],
input[type=button][disabled],
input[type=submit][disabled],
input[type=reset][disabled] {
  cursor: not-allowed;
}
/* 02_base
================================================ */
html:not([class=is-no-smoothscroll]) {
  scroll-behavior: smooth;
  scroll-padding-top: var(--mh--header--height);
}
body {
  min-width: 320px;
  font-family: var(--mh--font-family--base);
  font-size: var(--mh--font-size--md);
  line-height: var(--mh--line-height--md);
  color: var(--mh--color--grayscale-900);
  -webkit-text-size-adjust: 100%;
  font-weight: 500;
}
@media (width >= 768px ) {
  body {
    min-width: var(--mh--contents--width-with-padding);
  }
}
@media (width >= 768px ) and (hover: none) {
  body {
    -webkit-text-size-adjust: none;
  }
}
* {
  letter-spacing: var(--mh--letter-spacing--md);
}
ins {
  text-decoration: none;
  background-color: #ff9;
}
mark {
  font-weight: bold;
  background-color: #ff9;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  cursor: help;
  border-bottom: 1px dotted;
}
sup {
  font-size: 0.75em;
  vertical-align: text-top;
}
sub {
  font-size: 0.75em;
  vertical-align: text-bottom;
}
hr {
  display: block;
  height: 1px;
  padding: 0;
  margin: 1em 0;
  border: 0;
  border-top: 1px solid;
}
table {
  width: 100%;
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse;
}
a {
  color: inherit;
}
@media (width < 768px) {
  a:hover {
    text-decoration: none;
  }
}
input[type=text],
input[type=email],
input[type=tel],
textarea,
button,
select,
option {
  display: block;
  width: 100%;
  max-width: 100%;
  font-family: inherit;
  background: none;
  border: 1px solid;
  border-radius: 0;
}
@media (width < 768px) {
  input[type=text],
  input[type=email],
  input[type=tel],
  textarea,
  button,
  select,
  option {
    font-size: 1.6rem;
  }
}
summary {
  display: block;
  cursor: pointer;
  list-style: none;
}
summary::-webkit-details-marker {
  display: none;
}
.l-wrapper {
  position: relative;
  padding-bottom: env(safe-area-inset-bottom);
}
@media (width >= 1100px ) {
  .l-container.is-col2 {
    display: grid;
    grid-template-columns: var(--mh--sidebar--width) 1fr;
    gap: 20px;
    width: var(--mh--contents--width);
    margin: 0 auto;
  }
  .l-container.is-col2 .l-sidebar {
    order: -1;
  }
}
/* .c-blockquote01
================================================== */
.c-blockquote01 {
  padding: 15px;
  border: 1px solid var(--mh--color--primary-700);
}
@media (width >= 768px ) {
  .c-blockquote01 {
    padding: 25px;
  }
}
/* .c-btn01
================================================== */
.c-btn01 {
  max-width: 414px;
  margin: auto;
}
.c-btn01__link {
  display: block;
  position: relative;
  padding: 10px;
  transition: all var(--mh--duration) var(--mh--easing);
  background: var(--mh--color--secondary-500);
  font-size: var(--mh--font-size--x3l);
  color: #fff;
  text-align: center;
  font-weight: 700;
  box-shadow: 0 6px 0 0 #B55109;
}
.c-btn01__link .c-ico {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 9px !important;
  height: 9px !important;
  right: 10px;
}
.c-btn01__link .c-ico::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 9px !important;
  height: 9px !important;
  margin: 0 !important;
}
@media (width >= 768px ) {
  .c-btn01__link .c-ico {
    right: 27px;
    width: 14px !important;
    height: 14px !important;
  }
  .c-btn01__link .c-ico::after {
    width: 14px !important;
    height: 14px !important;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-btn01__link:hover {
    background: #C75300;
    box-shadow: none;
    transform: translateY(6px);
  }
}
/* .c-form
================================================== */
.c-form input[type=text],
.c-form input[type=email],
.c-form input[type=tel],
.c-form textarea,
.c-form button,
.c-form select,
.c-form option {
  border: 1px solid var(--mh--color--grayscale-700);
}
.c-form input[type=text]:focus-visible,
.c-form input[type=email]:focus-visible,
.c-form input[type=tel]:focus-visible,
.c-form textarea:focus-visible,
.c-form button:focus-visible,
.c-form select:focus-visible,
.c-form option:focus-visible {
  border-color: rgb(var(--color-black01));
  box-shadow: 0 0 0 2px rgba(var(--color-black01), 0.25);
}
.c-form fieldset {
  border: none;
}
.c-form input,
.c-form textarea {
  box-sizing: border-box;
  padding: 10px;
  font-size: 1.6rem;
}
.c-form input[type=file] {
  padding: 0;
}
.c-form input[type=text],
.c-form input[type=email] {
  height: 50px;
}
.c-form input[type=radio],
.c-form input[type=checkbox] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  white-space: nowrap;
  border-width: 0;
  clip: rect(0, 0, 0, 0);
}
.c-form textarea {
  height: 200px;
}
.c-form__set {
  box-sizing: border-box;
  padding: 50px 10px 30px;
}
.c-form__set:not(:first-child) {
  border-top: 1px solid var(--mh--color--grayscale-700);
}
.c-form__head {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}
.c-form__required, .c-form__optional {
  box-sizing: border-box;
  padding: 2px 10px 3px;
  font-size: 1.2rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  background: var(--mh--color--primary-700);
}
.c-form__required {
  background: var(--mh--color--primary-700);
}
.c-form__optional {
  color: var(--mh--color--primary-700);
  background: rgb(var(--mh--color-grayscale-700));
  border: 1px solid var(--mh--color--grayscale-700);
}
.c-form__field-set {
  display: block;
  margin-top: 15px;
}
.c-form__field-description {
  display: grid;
  gap: 5px 0;
  margin-bottom: 10px;
  font-size: 1.4rem;
  line-height: 1.5;
}
.c-form__field-txt {
  margin-bottom: 10px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.c-form__postcode {
  display: flex;
  align-items: start;
}
.c-form__postcode-suffix {
  margin: 13px 10px 0 0;
  font-size: 1.6rem;
  line-height: 1.5;
}
.c-form__postcode-btn {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 105px;
  height: 50px;
  padding: 10px 15px;
  margin-left: 15px;
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  background: var(--mh--color--primary-700);
}
.c-form__postcode > input,
.c-form__postcode > span {
  width: 40%;
}
.c-form__select-in {
  position: relative;
  display: inline-block;
}
.c-form__select-in select {
  padding: 13px 21px 13px 10px;
  font-size: 1.6rem;
  line-height: 2.2rem;
  cursor: pointer;
}
.c-form__select-in::after {
  position: absolute;
  top: 19px;
  right: 8px;
  width: 9px;
  height: 9px;
  content: "";
  border-right: 2px solid var(--mh--color--grayscale-700);
  border-bottom: 2px solid var(--mh--color--grayscale-700);
  transform: rotate(45deg);
}
.c-form__select-unit {
  margin-left: 2px;
  font-size: 1.6rem;
}
.c-form__select.is-date .c-form__select-year select {
  width: 80px;
}
.c-form__select.is-date .c-form__select-month select,
.c-form__select.is-date .c-form__select-day select {
  width: 66px;
}
.c-form__select label + label {
  margin-left: 9px;
}
.c-form__radio-list {
  display: grid;
  gap: 15px 19px;
}
.c-form__radio-list label {
  position: relative;
  padding-left: 37px;
  cursor: pointer;
}
.c-form__radio-list input + span::before {
  position: absolute;
  top: 14px;
  left: 0;
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  content: "";
  border: 1px solid var(--mh--color--grayscale-700);
  border-radius: 50%;
  transform: translateY(-50%);
}
.c-form__radio-list input + span::after {
  position: absolute;
  top: 8px;
  left: 6px;
  display: block;
  width: 12px;
  height: 12px;
  content: "";
  background: var(--mh--color--grayscale-700);
  border-radius: 50%;
  transform: scale(0);
  transition: all 0.3s ease;
}
.c-form__radio-list input:checked + span::after {
  transform: scale(1);
}
.c-form__radio-list span {
  margin: 0;
}
.c-form__checkbox-list {
  display: grid;
  gap: 15px 19px;
}
.c-form__checkbox-list label {
  position: relative;
  display: flex;
  padding-left: 37px;
  cursor: pointer;
}
.c-form__checkbox-list input + span::before {
  position: absolute;
  top: 14px;
  left: 0;
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  content: "";
  border: 1px solid var(--mh--color--grayscale-700);
  transform: translateY(-50%);
}
.c-form__checkbox-list input + span::after {
  position: absolute;
  top: 7px;
  left: 4px;
  display: block;
  width: 15px;
  height: 9px;
  content: "";
  border-color: var(--mh--color--grayscale-700);
  border-style: solid;
  border-width: 3px 3px 0 0;
  transform: scale(0) rotate(135deg);
  transition: all 0.3s ease;
}
.c-form__checkbox-list input:checked + span::after {
  transform: scale(1) rotate(135deg);
}
.c-form__checkbox-list span {
  margin: 0;
}
.c-form__radio-list label + span, .c-form__checkbox-list label + span {
  font-size: 1.6rem;
  line-height: 1.5;
}
.c-form__radio-list input:focus + span::before, .c-form__checkbox-list input:focus + span::before {
  border-color: rgb(var(--color-black01));
  box-shadow: 0 0 0 2px rgba(var(--color-black01), 0.25);
}
.c-form__radio-list input:disabled + label, .c-form__checkbox-list input:disabled + label {
  opacity: 0.5;
}
.c-form__radio-list + .c-form__radio-list, .c-form__radio-list + .c-form__checkbox-list, .c-form__checkbox-list + .c-form__radio-list, .c-form__checkbox-list + .c-form__checkbox-list {
  margin-top: 50px;
}
.c-form__radio-list.is-col2, .c-form__radio-list.is-col3, .c-form__checkbox-list.is-col2, .c-form__checkbox-list.is-col3 {
  grid-template-columns: repeat(2, 1fr);
}
.c-form__privacy {
  box-sizing: border-box;
  height: 300px;
  padding: 30px 35px;
  margin-bottom: 20px;
  overflow-y: scroll;
  border: 1px solid var(--mh--color--grayscale-700);
}
.c-form__privacy-head {
  margin-bottom: 10px;
  font-weight: bold;
}
.c-form__agreement {
  margin-bottom: 20px;
}
.c-form__agreement-txt {
  text-align: center;
}
.c-form__agreement-check {
  text-align: center;
}
.c-form__agreement-check label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
}
.c-form__agreement-check span {
  margin: 0;
}
.c-form__agreement-check input + span {
  line-height: 1.5;
}
.c-form__agreement-check input + span::before {
  position: absolute;
  top: 13px;
  left: 0;
  width: 24px;
  height: 24px;
  content: "";
  border: 1px solid var(--mh--color--grayscale-700);
  transform: translateY(-50%);
}
.c-form__agreement-check input:checked + span::after {
  position: absolute;
  top: 6px;
  left: 4px;
  display: block;
  width: 15px;
  height: 9px;
  content: "";
  border-color: var(--mh--color--grayscale-700);
  border-style: solid;
  border-width: 2px 2px 0 0;
  transform: rotate(135deg);
}
.c-form__agreement-check input:focus + span::before {
  border-color: rgb(var(--color-black01));
  box-shadow: 0 0 0 2px rgba(var(--color-black01), 0.25);
}
.c-form__agreement-check input:disabled + label {
  opacity: 0.5;
}
.c-form__btn {
  text-align: center;
}
.c-form__btn input {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  padding: 16px 20px;
  font-family: var(--fontfamily_base);
  color: #fff;
  appearance: none;
  outline: none;
  background-color: var(--mh--color--grayscale-700);
  border: none;
  border: 1px solid var(--mh--color--grayscale-700);
}
.c-form__btn input:focus-visible,
.c-form__btn :focus {
  border-color: rgb(var(--color-black01));
  box-shadow: 0 0 0 2px rgba(var(--color-black01), 0.25);
}
.c-form__btn input + input {
  margin-left: 20px;
}
.c-form__btn span {
  width: 0;
  margin: 0;
}
@media (width >= 768px ) {
  .c-form__head {
    display: inline-block;
  }
  .c-form__field-description {
    margin-bottom: 20px;
  }
  .c-form__postcode-btn {
    font-size: 1.6rem;
  }
  .c-form__select-in select {
    padding: 13px 40px 13px 10px;
  }
  .c-form__select-in::after {
    right: 12px;
  }
  .c-form__select-unit {
    margin-left: 7px;
  }
  .c-form__select.is-date .c-form__select-year select {
    width: 150px;
  }
  .c-form__select.is-date .c-form__select-month select,
  .c-form__select.is-date .c-form__select-day select {
    width: 110px;
  }
  .c-form__select label + label {
    margin-left: 18px;
  }
  .c-form__optional, .c-form__required {
    padding: 4px 17px 5px;
    margin-left: 20px;
  }
  .c-form__radio-list, .c-form__checkbox-list {
    gap: 15px 30px;
  }
  .c-form__radio-list.is-col3, .c-form__checkbox-list.is-col3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .c-form__privacy {
    height: 200px;
    padding: 40px;
  }
  .c-form__agreement {
    margin-bottom: 40px;
  }
  .c-form__btn input {
    width: 320px;
    margin: 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-form__btn input {
    transition: all var(--mh--duration) var(--mh--easing);
  }
  .c-form__btn input:hover {
    color: var(--mh--color--primary-700);
    background: var(--mh--color--grayscale-100);
  }
}
/* .c-form-btn
================================================== */
.c-form-area-btn {
  margin-top: 35px;
}
@media (width >= 768px ) {
  .c-form-area-btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 35px;
  }
}
.c-form-btn {
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 320px;
  height: 60px;
  padding: 10px 20px;
  margin: 0 auto;
  font-weight: 500;
  text-align: left;
  appearance: none;
  border: 0;
}
.c-form-btn + .c-form-btn {
  margin-top: 20px;
}
@media (width >= 768px ) {
  .c-form-btn {
    max-width: 320px;
    height: 80px;
    margin: 0;
    transition: all var(--mh--duration) var(--mh--easing);
  }
  .c-form-btn + .c-form-btn {
    margin-top: 0;
    margin-left: 40px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-form-btn:hover {
    opacity: 0.8;
  }
}
/* head
================================================ */
.c-single01__content h2:not([class*=c-]), .c-surface-head {
  padding: 10px !important;
  margin-top: var(--mh--space--xl);
  margin-bottom: var(--mh--space--sm);
  font-size: var(--mh--font-size--x2l);
  color: var(--mh--color--grayscale-100);
  background-color: var(--mh--color--primary-700);
}
@media (width >= 768px ) {
  .c-single01__content h2:not([class*=c-]), .c-surface-head {
    padding: 15px 20px !important;
  }
}
.c-dobble-border-head {
  position: relative;
  padding-bottom: 10px;
  padding-left: 10px;
  margin-top: var(--mh--space--xl);
  margin-bottom: var(--mh--space--sm);
  font-size: var(--mh--font-size--x3l);
  border-bottom: 1px solid var(--mh--color--primary-700);
}
.c-dobble-border-head::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 70%;
  content: "";
  background: var(--mh--color--primary-700);
}
@media (width >= 768px ) {
  .c-dobble-border-head {
    padding-bottom: 15px;
    padding-left: 15px;
  }
}
.c-single01__content h3:not([class*=c-]), .c-line-head {
  font-size: var(--mh--font-size--x3l);
  font-weight: 700;
  line-height: var(--mh--line-height--sm);
  margin-bottom: var(--mh--space--20-30);
  padding-left: 10px;
  position: relative;
}
.c-single01__content h3:not([class*=c-])::before, .c-line-head::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background-color: var(--mh--color--primary-500);
}
@media (width >= 768px ) {
  .c-single01__content h3:not([class*=c-]), .c-line-head {
    padding-left: 15px;
    font-size: var(--mh--font-size--x5l);
  }
  .c-single01__content h3:not([class*=c-])::before, .c-line-head::before {
    width: 5px;
    top: 3px;
  }
}
.c-under-border-head {
  font-size: var(--mh--font-size--x6l);
  line-height: var(--mh--line-height--sm);
  border-bottom: 1px dashed;
  padding-bottom: var(--mh--space--x2s);
  margin-bottom: var(--mh--space--30-40);
}
.c-single01__content h4:not([class*=c-]), .c-simple-head {
  margin: var(--mh--space--sm) 0;
  font-size: var(--mh--font-size--lg);
  color: var(--mh--color--primary-700);
}
/* list
================================================ */
.c-single01__content ul:not([class*=c-]) {
  padding-left: 0;
  margin: var(--mh--space--md) 0;
  line-height: var(--mh--line-height--sm);
  list-style: none;
}
.c-single01__content ul:not([class*=c-]) li {
  position: relative;
  padding-left: 1em;
}
.c-single01__content ul:not([class*=c-]) li::before {
  position: absolute;
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  content: "";
  background-color: var(--mh--color--primary-700);
  border-radius: 50%;
}
.c-single01__content ul:not([class*=c-]) li + li {
  margin-top: 0.8em;
}
.c-single01__content ul:not([class*=c-]) li ol:not([class*=c-]) {
  counter-reset: child-num;
}
.c-single01__content ul:not([class*=c-]) li ol:not([class*=c-]) > li {
  position: relative;
  padding-left: 2em;
  text-indent: -2em;
  counter-increment: child-num 1;
}
.c-single01__content ul:not([class*=c-]) li ol:not([class*=c-]) > li::before {
  position: static;
  margin-right: 5px;
  color: var(--mh--color--primary-700);
  content: counter(child-num, decimal-leading-zero) ".";
  background-color: transparent;
}
.c-single01__content ul:not([class*=c-]) li ol:not([class*=c-]) > li + li {
  margin-top: 0.8em;
}
.c-single01__content ol:not([class*=c-]) {
  padding-left: 0;
  margin: var(--mh--space--md) 0;
  line-height: var(--mh--line-height--sm);
  list-style: none;
  counter-reset: num01;
}
.c-single01__content ol:not([class*=c-]) > li {
  position: relative;
  padding-left: 2em;
  counter-increment: num01 1;
}
.c-single01__content ol:not([class*=c-]) > li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--mh--color--primary-700);
  content: counter(num01, decimal-leading-zero) ".";
}
.c-single01__content ol:not([class*=c-]) > li + li {
  margin-top: 0.8em;
}
.c-single01__content ol:not([class*=c-]) > li ol:not([class*=c-]) {
  counter-reset: num02;
}
.c-single01__content ol:not([class*=c-]) > li ol:not([class*=c-]) > li {
  position: relative;
  padding-left: 3.5em;
  text-indent: -3.5em;
  counter-increment: num02 1;
}
.c-single01__content ol:not([class*=c-]) > li ol:not([class*=c-]) > li::before {
  margin-right: 5px;
  color: var(--mh--color--primary-700);
  content: counter(num01, decimal-leading-zero) "-" counter(num02, decimal-leading-zero) ".";
}
.c-single01__content ol:not([class*=c-]) > li ol:not([class*=c-]) > li + li {
  margin-top: 0.8em;
}
.c-single01__content ol:not([class*=c-]) > li ul:not([class*=c-]) {
  padding-left: 0;
  margin-top: 0.8em;
  line-height: var(--mh--line-height--sm);
  list-style: none;
}
.c-single01__content ol:not([class*=c-]) > li ul:not([class*=c-]) li {
  position: relative;
  padding-left: 1em;
}
.c-single01__content ol:not([class*=c-]) > li ul:not([class*=c-]) li::before {
  position: absolute;
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  content: "";
  background-color: var(--mh--color--primary-700);
  border-radius: 50%;
}
.c-single01__content ol:not([class*=c-]) > li ul:not([class*=c-]) li + li {
  margin-top: 0.8em;
}
/* .c-dobble-border-head
================================================== */
/* .c-head01
================================================ */
.c-head01__sub {
  font-size: var(--mh--font-size--x3s);
  border-bottom: 1px solid;
  padding-bottom: 3px;
  font-weight: 700;
  line-height: var(--mh--line-height--sm);
  width: fit-content;
  margin: auto;
}
.c-head01__badge {
  background: url(../img/taishin/bg_head01.svg) no-repeat center center/contain;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
  font-size: 1.4rem;
  padding-top: 18px;
  line-height: var(--mh--line-height--sm);
  color: #fff;
  font-weight: 900;
  margin: 0 auto var(--mh--space--x3s);
}
.c-head01__badge-large {
  font-size: 2.2rem;
}
.c-head01__main {
  font-size: var(--mh--font-size--x12l);
  font-weight: 900;
  line-height: var(--mh--line-height--xs);
  letter-spacing: var(--mh--letter-spacing--sm);
  font-feature-settings: "halt";
  text-align: center;
}
.c-head01__lead {
  margin-top: var(--mh--space--15-20);
  font-size: var(--mh--font-size--lg);
}
@media (width >= 768px ) {
  .c-head01 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    padding-right: 140px;
  }
  .c-head01__sub {
    font-size: var(--mh--font-size--x3l);
    padding-bottom: 3px;
    margin: 0 0 4px;
    letter-spacing: var(--mh--letter-spacing--sm);
  }
  .c-head01__badge {
    width: 140px;
    height: 140px;
    font-size: 2.6rem;
    padding-top: 35px;
    margin: 0;
  }
  .c-head01__badge-large {
    font-size: 4.6rem;
  }
  .c-head01__main {
    text-align: left;
    font-size: var(--mh--font-size--x12l);
    letter-spacing: var(--mh--letter-spacing--sm);
  }
  .c-head01__lead {
    text-align: center;
    letter-spacing: var(--mh--letter-spacing--sm);
  }
}
/* .c-head02
================================================== */
.c-head02 {
  font-size: var(--mh--font-size--x3l);
  font-weight: 700;
  line-height: var(--mh--line-height--sm);
  margin-bottom: var(--mh--space--20-30);
  letter-spacing: var(--mh--letter-spacing--sm);
  padding-left: 12px;
  position: relative;
}
.c-head02::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background-color: var(--mh--color--primary-500);
}
.c-head02.is-line-orange::before {
  background-color: var(--mh--color--secondary-500);
}
@media (width >= 768px ) {
  .c-head02 {
    padding-left: 15px;
    font-size: var(--mh--font-size--x5l);
  }
  .c-head02::before {
    width: 5px;
    top: 3px;
  }
}
/* .c-head03
================================================== */
.c-head03 {
  text-align: center;
  margin-bottom: var(--mh--space--md);
}
.c-head03__sub {
  font-size: var(--mh--font-size--x3l);
  font-weight: 700;
  width: fit-content;
  line-height: var(--mh--line-height--sm);
  border-bottom: 2px solid var(--mh--color--primary-800);
  margin: auto;
  color: var(--mh--color--primary-800);
  margin-bottom: var(--mh--space--x4s);
}
.c-head03__main {
  font-size: var(--mh--font-size--x12l);
  line-height: var(--mh--line-height--xs);
  font-weight: 900;
}
.c-head03.is-white .c-head03__sub {
  color: var(--mh--color--grayscale-100);
  border-color: var(--mh--color--grayscale-100);
}
.c-head03.is-white .c-head03__main {
  color: var(--mh--color--grayscale-100);
}
@media (width >= 768px ) {
  .c-head03__sub {
    padding-bottom: 6px;
  }
}
/* .c-line-head
================================================== */
/* .c-simple-head
================================================== */
/* .c-surface-head
================================================== */
/* .c-under-border-head
================================================== */
/* .c-ico
================================================== */
.c-ico {
  display: inline-block;
  vertical-align: baseline;
}
.c-ico svg {
  transition: all var(--mh--duration) var(--mh--easing);
}
/* .c-ico.is-arw01
================================================== */
.c-ico.is-arw01 {
  margin-left: 5px;
}
.c-ico.is-arw01::after {
  display: inline-block;
  width: 7px;
  height: 10px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 6.472 9.771"><path d="M1.32,0,0,1.38,3.709,4.886,0,8.391l1.32,1.38L6.472,4.886Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 6.472 9.771"><path d="M1.32,0,0,1.38,3.709,4.886,0,8.391l1.32,1.38L6.472,4.886Z"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: all var(--mh--duration) var(--mh--easing);
}
/* .c-ico.is-arw02
================================================== */
.c-ico.is-arw02 {
  margin-left: 5px;
}
.c-ico.is-arw02::after {
  display: inline-block;
  width: 6px;
  height: 10px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 5.516 9.032"><path d="M0,8.032a1,1,0,0,1-.707-.293,1,1,0,0,1,0-1.414L2.1,3.516-.707.707a1,1,0,0,1,0-1.414,1,1,0,0,1,1.414,0L4.223,2.809a1,1,0,0,1,0,1.414L.707,7.739A1,1,0,0,1,0,8.032Z" transform="translate(1 1)"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 5.516 9.032"><path d="M0,8.032a1,1,0,0,1-.707-.293,1,1,0,0,1,0-1.414L2.1,3.516-.707.707a1,1,0,0,1,0-1.414,1,1,0,0,1,1.414,0L4.223,2.809a1,1,0,0,1,0,1.414L.707,7.739A1,1,0,0,1,0,8.032Z" transform="translate(1 1)"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: all var(--mh--duration) var(--mh--easing);
}
/* .c-ico.is-arw03
================================================== */
.c-ico.is-arw03 {
  margin-left: 5px;
}
.c-ico.is-arw03::after {
  display: inline-block;
  width: 18px;
  height: 14px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url("data:image/svg+xml;utf8,%3Csvg%20fill%3D%22none%22%20viewBox%3D%220%200%2018%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20clip-rule%3D%22evenodd%22%20d%3D%22m10.402%200%206.7043%206.6021-6.6993%206.5998-.53885-.5235%205.78485-5.70127h-15.653v-.75h15.6528l-5.78213-5.696237z%22%20fill%3D%22%233f3e3e%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  mask-image: url("data:image/svg+xml;utf8,%3Csvg%20fill%3D%22none%22%20viewBox%3D%220%200%2018%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20clip-rule%3D%22evenodd%22%20d%3D%22m10.402%200%206.7043%206.6021-6.6993%206.5998-.53885-.5235%205.78485-5.70127h-15.653v-.75h15.6528l-5.78213-5.696237z%22%20fill%3D%22%233f3e3e%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: all var(--mh--duration) var(--mh--easing);
}
/* .c-ico.is-blank01
================================================== */
.c-ico.is-blank01::after {
  display: inline-block;
  width: 14px;
  height: 14px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%3E%20%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M4.73715%200H14V9.26284H4.73715V0ZM6.4525%201.71534V7.5475H12.2847V1.71534H6.4525Z%22%20fill%3D%22%23283525%22%2F%3E%20%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M0%203.71264H2.73749V5.42798H1.71534V12.2846H8.45921V11.3847H10.1746V14H0V3.71264Z%22%20fill%3D%22%23283525%22%2F%3E%3C%2Fsvg%3E");
  mask-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%3E%20%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M4.73715%200H14V9.26284H4.73715V0ZM6.4525%201.71534V7.5475H12.2847V1.71534H6.4525Z%22%20fill%3D%22%23283525%22%2F%3E%20%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M0%203.71264H2.73749V5.42798H1.71534V12.2846H8.45921V11.3847H10.1746V14H0V3.71264Z%22%20fill%3D%22%23283525%22%2F%3E%3C%2Fsvg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: all var(--mh--duration) var(--mh--easing);
  margin-left: 5px;
}
/* .c-ico.is-blank02
================================================== */
.c-ico.is-blank02 {
  margin-left: 5px;
}
.c-ico.is-blank02::after {
  display: inline-block;
  width: 14px;
  height: 14px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 13.435 13.434"><path d="M15333.549,2248.428a.56.56,0,0,1-.559-.562V2237.79a.559.559,0,0,1,.559-.558h4.479a.56.56,0,1,1,0,1.121h-3.917v8.955h8.954v-3.917a.561.561,0,1,1,1.121,0v4.475a.56.56,0,0,1-.562.562Zm5.2-5.762a.562.562,0,0,1,0-.793l5.762-5.762h-3.686a.558.558,0,1,1,0-1.117h5.038a.559.559,0,0,1,.559.559v5.038a.559.559,0,0,1-1.117,0V2236.9l-5.762,5.762a.568.568,0,0,1-.794,0Z" transform="translate(-15332.99 -2234.994)"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 13.435 13.434"><path d="M15333.549,2248.428a.56.56,0,0,1-.559-.562V2237.79a.559.559,0,0,1,.559-.558h4.479a.56.56,0,1,1,0,1.121h-3.917v8.955h8.954v-3.917a.561.561,0,1,1,1.121,0v4.475a.56.56,0,0,1-.562.562Zm5.2-5.762a.562.562,0,0,1,0-.793l5.762-5.762h-3.686a.558.558,0,1,1,0-1.117h5.038a.559.559,0,0,1,.559.559v5.038a.559.559,0,0,1-1.117,0V2236.9l-5.762,5.762a.568.568,0,0,1-.794,0Z" transform="translate(-15332.99 -2234.994)"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: all var(--mh--duration) var(--mh--easing);
}
/* .c-ico.is-mail01
================================================== */
.c-ico.is-mail01 {
  margin-right: 5px;
}
.c-ico.is-mail01::after {
  display: inline-block;
  width: 24px;
  height: 24px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2025%2020%22%20fill%3D%22none%22%3E%20%3Cpath%20d%3D%22M24.5%200V19.25H0V0H24.5ZM0.875%2018.375H23.625V0.875H0.875V18.375ZM20.1455%203.93408C20.3355%203.7848%2020.6115%203.81757%2020.7607%204.00757C20.9098%204.19737%2020.8767%204.47174%2020.6873%204.62109L12.52%2011.0383C12.3614%2011.1629%2012.1386%2011.1628%2011.98%2011.0383L3.81274%204.62109C3.6232%204.47174%203.59015%204.1974%203.73926%204.00757C3.88845%203.81769%204.1628%203.7851%204.35278%203.93408L12.2483%2010.136L20.1455%203.93408Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E");
  mask-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2025%2020%22%20fill%3D%22none%22%3E%20%3Cpath%20d%3D%22M24.5%200V19.25H0V0H24.5ZM0.875%2018.375H23.625V0.875H0.875V18.375ZM20.1455%203.93408C20.3355%203.7848%2020.6115%203.81757%2020.7607%204.00757C20.9098%204.19737%2020.8767%204.47174%2020.6873%204.62109L12.52%2011.0383C12.3614%2011.1629%2012.1386%2011.1628%2011.98%2011.0383L3.81274%204.62109C3.6232%204.47174%203.59015%204.1974%203.73926%204.00757C3.88845%203.81769%204.1628%203.7851%204.35278%203.93408L12.2483%2010.136L20.1455%203.93408Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: all var(--mh--duration) var(--mh--easing);
}
@media (width < 768px) {
  .c-ico.is-mail01::after {
    display: inline-block;
    width: 20px;
    height: 20px;
    color: CurrentColor;
    content: "";
    background-color: currentcolor;
    -webkit-mask-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2025%2020%22%20fill%3D%22none%22%3E%20%3Cpath%20d%3D%22M24.5%200V19.25H0V0H24.5ZM0.875%2018.375H23.625V0.875H0.875V18.375ZM20.1455%203.93408C20.3355%203.7848%2020.6115%203.81757%2020.7607%204.00757C20.9098%204.19737%2020.8767%204.47174%2020.6873%204.62109L12.52%2011.0383C12.3614%2011.1629%2012.1386%2011.1628%2011.98%2011.0383L3.81274%204.62109C3.6232%204.47174%203.59015%204.1974%203.73926%204.00757C3.88845%203.81769%204.1628%203.7851%204.35278%203.93408L12.2483%2010.136L20.1455%203.93408Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E");
    mask-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2025%2020%22%20fill%3D%22none%22%3E%20%3Cpath%20d%3D%22M24.5%200V19.25H0V0H24.5ZM0.875%2018.375H23.625V0.875H0.875V18.375ZM20.1455%203.93408C20.3355%203.7848%2020.6115%203.81757%2020.7607%204.00757C20.9098%204.19737%2020.8767%204.47174%2020.6873%204.62109L12.52%2011.0383C12.3614%2011.1629%2012.1386%2011.1628%2011.98%2011.0383L3.81274%204.62109C3.6232%204.47174%203.59015%204.1974%203.73926%204.00757C3.88845%203.81769%204.1628%203.7851%204.35278%203.93408L12.2483%2010.136L20.1455%203.93408Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    transition: all var(--mh--duration) var(--mh--easing);
  }
}
/* .c-ico.is-map01
================================================== */
.c-ico.is-map01 {
  margin-right: 5px;
}
.c-ico.is-map01::after {
  display: inline-block;
  width: 30px;
  height: 30px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2030%2030%22%20fill%3D%22none%22%3E%20%3Cpath%20d%3D%22M14.7489%202.5L15.2314%202.51758C20.1758%202.82745%2024.0327%207.13027%2023.9999%2012.3096L23.9862%2012.7627C23.8538%2015.0305%2022.7375%2017.3304%2020.9316%2019.7246C19.9776%2020.9893%2018.5268%2022.8258%2017.3173%2024.3428C16.7121%2025.1019%2016.1659%2025.7819%2015.7714%2026.2725C15.5741%2026.5178%2015.4148%2026.7159%2015.3046%2026.8525C15.2495%2026.9208%2015.2067%2026.9739%2015.1777%2027.0098C15.1632%2027.0277%2015.1519%2027.0416%2015.1445%2027.0508C15.1408%2027.0553%2015.1375%2027.0582%2015.1357%2027.0605C15.1347%2027.0617%2015.1342%2027.0629%2015.1337%2027.0635V27.0645H15.1327C15.1273%2027.0707%2015.1229%2027.0779%2015.1171%2027.084L15.1054%2027.0957C14.92%2027.2893%2014.6152%2027.3021%2014.414%2027.125C14.3636%2027.0806%2014.3239%2027.0285%2014.2958%2026.9717C14.2663%2026.9381%2014.2291%2026.8964%2014.1855%2026.8467C14.0603%2026.7039%2013.8792%2026.497%2013.6571%2026.2422C13.2133%2025.7327%2012.604%2025.0294%2011.9413%2024.2549C10.6196%2022.7099%209.07273%2020.8649%208.21379%2019.709H8.21281C6.50144%2017.652%205.53539%2015.0326%205.49992%2012.3047V12.3027C5.45215%206.96456%209.57692%202.55053%2014.7392%202.5H14.7489ZM14.7441%203.5C10.1761%203.5475%206.45761%207.46782%206.49992%2012.292L6.51652%2012.7607C6.63842%2014.9447%207.4097%2017.0287%208.71184%2018.7314L8.99895%2019.0908L9.01652%2019.1133C9.85181%2020.2374%2011.3764%2022.056%2012.7011%2023.6045C13.3615%2024.3764%2013.9685%2025.078%2014.4111%2025.5859C14.5334%2025.7264%2014.6435%2025.8517%2014.7382%2025.96C14.8133%2025.8667%2014.8988%2025.7615%2014.9921%2025.6455C15.386%2025.1557%2015.931%2024.4764%2016.5351%2023.7188C17.7447%2022.2017%2019.1878%2020.3748%2020.1327%2019.1221C22.0043%2016.6408%2022.9999%2014.4074%2022.9999%2012.3096V12.3066C23.0323%207.46773%2019.3232%203.54719%2014.7441%203.5ZM18.2499%2011.875C18.2499%209.942%2016.6829%208.375%2014.7499%208.375C12.8169%208.375%2011.2499%209.942%2011.2499%2011.875C11.2499%2013.808%2012.8169%2015.375%2014.7499%2015.375C16.6829%2015.375%2018.2499%2013.808%2018.2499%2011.875ZM19.2499%2011.875C19.2499%2014.3603%2017.2352%2016.375%2014.7499%2016.375C12.2646%2016.375%2010.2499%2014.3603%2010.2499%2011.875C10.2499%209.38972%2012.2646%207.375%2014.7499%207.375C17.2352%207.375%2019.2499%209.38972%2019.2499%2011.875Z%22%20fill%3D%22%23888888%22%2F%3E%3C%2Fsvg%3E");
  mask-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2030%2030%22%20fill%3D%22none%22%3E%20%3Cpath%20d%3D%22M14.7489%202.5L15.2314%202.51758C20.1758%202.82745%2024.0327%207.13027%2023.9999%2012.3096L23.9862%2012.7627C23.8538%2015.0305%2022.7375%2017.3304%2020.9316%2019.7246C19.9776%2020.9893%2018.5268%2022.8258%2017.3173%2024.3428C16.7121%2025.1019%2016.1659%2025.7819%2015.7714%2026.2725C15.5741%2026.5178%2015.4148%2026.7159%2015.3046%2026.8525C15.2495%2026.9208%2015.2067%2026.9739%2015.1777%2027.0098C15.1632%2027.0277%2015.1519%2027.0416%2015.1445%2027.0508C15.1408%2027.0553%2015.1375%2027.0582%2015.1357%2027.0605C15.1347%2027.0617%2015.1342%2027.0629%2015.1337%2027.0635V27.0645H15.1327C15.1273%2027.0707%2015.1229%2027.0779%2015.1171%2027.084L15.1054%2027.0957C14.92%2027.2893%2014.6152%2027.3021%2014.414%2027.125C14.3636%2027.0806%2014.3239%2027.0285%2014.2958%2026.9717C14.2663%2026.9381%2014.2291%2026.8964%2014.1855%2026.8467C14.0603%2026.7039%2013.8792%2026.497%2013.6571%2026.2422C13.2133%2025.7327%2012.604%2025.0294%2011.9413%2024.2549C10.6196%2022.7099%209.07273%2020.8649%208.21379%2019.709H8.21281C6.50144%2017.652%205.53539%2015.0326%205.49992%2012.3047V12.3027C5.45215%206.96456%209.57692%202.55053%2014.7392%202.5H14.7489ZM14.7441%203.5C10.1761%203.5475%206.45761%207.46782%206.49992%2012.292L6.51652%2012.7607C6.63842%2014.9447%207.4097%2017.0287%208.71184%2018.7314L8.99895%2019.0908L9.01652%2019.1133C9.85181%2020.2374%2011.3764%2022.056%2012.7011%2023.6045C13.3615%2024.3764%2013.9685%2025.078%2014.4111%2025.5859C14.5334%2025.7264%2014.6435%2025.8517%2014.7382%2025.96C14.8133%2025.8667%2014.8988%2025.7615%2014.9921%2025.6455C15.386%2025.1557%2015.931%2024.4764%2016.5351%2023.7188C17.7447%2022.2017%2019.1878%2020.3748%2020.1327%2019.1221C22.0043%2016.6408%2022.9999%2014.4074%2022.9999%2012.3096V12.3066C23.0323%207.46773%2019.3232%203.54719%2014.7441%203.5ZM18.2499%2011.875C18.2499%209.942%2016.6829%208.375%2014.7499%208.375C12.8169%208.375%2011.2499%209.942%2011.2499%2011.875C11.2499%2013.808%2012.8169%2015.375%2014.7499%2015.375C16.6829%2015.375%2018.2499%2013.808%2018.2499%2011.875ZM19.2499%2011.875C19.2499%2014.3603%2017.2352%2016.375%2014.7499%2016.375C12.2646%2016.375%2010.2499%2014.3603%2010.2499%2011.875C10.2499%209.38972%2012.2646%207.375%2014.7499%207.375C17.2352%207.375%2019.2499%209.38972%2019.2499%2011.875Z%22%20fill%3D%22%23888888%22%2F%3E%3C%2Fsvg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: all var(--mh--duration) var(--mh--easing);
}
/* .c-ico.is-search01
================================================== */
.c-ico.is-search01 {
  margin-right: 5px;
}
.c-ico.is-search01::after {
  display: inline-block;
  width: 24px;
  height: 24px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%3E%20%3Cpath%20d%3D%22M24.3915%2023.7098L16.2993%2015.6297C19.6306%2011.9593%2019.5413%206.27515%2015.993%202.73214C12.3425%20-0.912833%206.39463%20-0.912833%202.7442%202.74488C0.970044%204.50364%200%206.8614%200%209.35935C0%2011.8573%200.970044%2014.2023%202.7442%2015.9738C4.51836%2017.7453%206.86689%2018.7139%209.36859%2018.7139C11.7171%2018.7139%2013.9252%2017.8473%2015.6483%2016.2797L23.7278%2024.3598C23.8171%2024.449%2023.932%2024.5%2024.0469%2024.5C24.1618%2024.5%2024.2766%2024.449%2024.366%2024.3598C24.5447%2024.1814%2024.5447%2023.8883%2024.366%2023.7098H24.3915ZM3.39516%2015.3239C1.79969%2013.7308%200.918989%2011.6152%200.918989%209.35935C0.918989%207.10355%201.79969%204.98794%203.39516%203.39486C4.99062%201.80178%207.21151%200.922396%209.36859%200.922396C11.5257%200.922396%2013.6955%201.7508%2015.342%203.39486C18.6351%206.68298%2018.6351%2012.0357%2015.342%2015.3366C13.7465%2016.9297%2011.6278%2017.8091%209.36859%2017.8091C7.1094%2017.8091%204.99062%2016.9297%203.39516%2015.3366V15.3239Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E");
  mask-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%3E%20%3Cpath%20d%3D%22M24.3915%2023.7098L16.2993%2015.6297C19.6306%2011.9593%2019.5413%206.27515%2015.993%202.73214C12.3425%20-0.912833%206.39463%20-0.912833%202.7442%202.74488C0.970044%204.50364%200%206.8614%200%209.35935C0%2011.8573%200.970044%2014.2023%202.7442%2015.9738C4.51836%2017.7453%206.86689%2018.7139%209.36859%2018.7139C11.7171%2018.7139%2013.9252%2017.8473%2015.6483%2016.2797L23.7278%2024.3598C23.8171%2024.449%2023.932%2024.5%2024.0469%2024.5C24.1618%2024.5%2024.2766%2024.449%2024.366%2024.3598C24.5447%2024.1814%2024.5447%2023.8883%2024.366%2023.7098H24.3915ZM3.39516%2015.3239C1.79969%2013.7308%200.918989%2011.6152%200.918989%209.35935C0.918989%207.10355%201.79969%204.98794%203.39516%203.39486C4.99062%201.80178%207.21151%200.922396%209.36859%200.922396C11.5257%200.922396%2013.6955%201.7508%2015.342%203.39486C18.6351%206.68298%2018.6351%2012.0357%2015.342%2015.3366C13.7465%2016.9297%2011.6278%2017.8091%209.36859%2017.8091C7.1094%2017.8091%204.99062%2016.9297%203.39516%2015.3366V15.3239Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: all var(--mh--duration) var(--mh--easing);
}
@media (width < 768px) {
  .c-ico.is-search01::after {
    display: inline-block;
    width: 20px;
    height: 20px;
    color: CurrentColor;
    content: "";
    background-color: currentcolor;
    -webkit-mask-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%3E%20%3Cpath%20d%3D%22M24.3915%2023.7098L16.2993%2015.6297C19.6306%2011.9593%2019.5413%206.27515%2015.993%202.73214C12.3425%20-0.912833%206.39463%20-0.912833%202.7442%202.74488C0.970044%204.50364%200%206.8614%200%209.35935C0%2011.8573%200.970044%2014.2023%202.7442%2015.9738C4.51836%2017.7453%206.86689%2018.7139%209.36859%2018.7139C11.7171%2018.7139%2013.9252%2017.8473%2015.6483%2016.2797L23.7278%2024.3598C23.8171%2024.449%2023.932%2024.5%2024.0469%2024.5C24.1618%2024.5%2024.2766%2024.449%2024.366%2024.3598C24.5447%2024.1814%2024.5447%2023.8883%2024.366%2023.7098H24.3915ZM3.39516%2015.3239C1.79969%2013.7308%200.918989%2011.6152%200.918989%209.35935C0.918989%207.10355%201.79969%204.98794%203.39516%203.39486C4.99062%201.80178%207.21151%200.922396%209.36859%200.922396C11.5257%200.922396%2013.6955%201.7508%2015.342%203.39486C18.6351%206.68298%2018.6351%2012.0357%2015.342%2015.3366C13.7465%2016.9297%2011.6278%2017.8091%209.36859%2017.8091C7.1094%2017.8091%204.99062%2016.9297%203.39516%2015.3366V15.3239Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E");
    mask-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%3E%20%3Cpath%20d%3D%22M24.3915%2023.7098L16.2993%2015.6297C19.6306%2011.9593%2019.5413%206.27515%2015.993%202.73214C12.3425%20-0.912833%206.39463%20-0.912833%202.7442%202.74488C0.970044%204.50364%200%206.8614%200%209.35935C0%2011.8573%200.970044%2014.2023%202.7442%2015.9738C4.51836%2017.7453%206.86689%2018.7139%209.36859%2018.7139C11.7171%2018.7139%2013.9252%2017.8473%2015.6483%2016.2797L23.7278%2024.3598C23.8171%2024.449%2023.932%2024.5%2024.0469%2024.5C24.1618%2024.5%2024.2766%2024.449%2024.366%2024.3598C24.5447%2024.1814%2024.5447%2023.8883%2024.366%2023.7098H24.3915ZM3.39516%2015.3239C1.79969%2013.7308%200.918989%2011.6152%200.918989%209.35935C0.918989%207.10355%201.79969%204.98794%203.39516%203.39486C4.99062%201.80178%207.21151%200.922396%209.36859%200.922396C11.5257%200.922396%2013.6955%201.7508%2015.342%203.39486C18.6351%206.68298%2018.6351%2012.0357%2015.342%2015.3366C13.7465%2016.9297%2011.6278%2017.8091%209.36859%2017.8091C7.1094%2017.8091%204.99062%2016.9297%203.39516%2015.3366V15.3239Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    transition: all var(--mh--duration) var(--mh--easing);
  }
}
/* .c-ico.is-tel01
================================================== */
.c-ico.is-tel01 {
  margin-right: 5px;
}
.c-ico.is-tel01::after {
  display: inline-block;
  width: 24px;
  height: 24px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 23.5 23.5"><path d="M18.019,23.5c-2.313,0-7.045-.741-12.147-5.844C-.641,11.143-.085,5.26.093,4.147a3.661,3.661,0,0,1,1.045-2.1L2.405.778a2.668,2.668,0,0,1,3.767,0l3.19,3.191a2.669,2.669,0,0,1,0,3.768L7.81,9.29a18.573,18.573,0,0,0,2.752,3.674A18.585,18.585,0,0,0,14.217,15.7l1.554-1.557a2.671,2.671,0,0,1,3.77,0l3.181,3.184a2.669,2.669,0,0,1,0,3.767l-1.25,1.25A3.7,3.7,0,0,1,19.5,23.378a7.471,7.471,0,0,1-1.479.122M4.29,2.148a.516.516,0,0,0-.367.149L2.658,3.564a1.554,1.554,0,0,0-.441.9c-.1.594-.725,5.777,5.174,11.675,6.21,6.213,11.472,5.18,11.692,5.133a1.6,1.6,0,0,0,.873-.441L21.2,19.581a.522.522,0,0,0,0-.731l-3.182-3.184a.526.526,0,0,0-.733,0l-2.708,2.71-.708-.393a21.871,21.871,0,0,1-4.828-3.5A21.8,21.8,0,0,1,5.532,9.632l-.393-.708L7.845,6.218a.522.522,0,0,0,0-.731L4.655,2.3a.515.515,0,0,0-.365-.148" transform="translate(0 0)"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 23.5 23.5"><path d="M18.019,23.5c-2.313,0-7.045-.741-12.147-5.844C-.641,11.143-.085,5.26.093,4.147a3.661,3.661,0,0,1,1.045-2.1L2.405.778a2.668,2.668,0,0,1,3.767,0l3.19,3.191a2.669,2.669,0,0,1,0,3.768L7.81,9.29a18.573,18.573,0,0,0,2.752,3.674A18.585,18.585,0,0,0,14.217,15.7l1.554-1.557a2.671,2.671,0,0,1,3.77,0l3.181,3.184a2.669,2.669,0,0,1,0,3.767l-1.25,1.25A3.7,3.7,0,0,1,19.5,23.378a7.471,7.471,0,0,1-1.479.122M4.29,2.148a.516.516,0,0,0-.367.149L2.658,3.564a1.554,1.554,0,0,0-.441.9c-.1.594-.725,5.777,5.174,11.675,6.21,6.213,11.472,5.18,11.692,5.133a1.6,1.6,0,0,0,.873-.441L21.2,19.581a.522.522,0,0,0,0-.731l-3.182-3.184a.526.526,0,0,0-.733,0l-2.708,2.71-.708-.393a21.871,21.871,0,0,1-4.828-3.5A21.8,21.8,0,0,1,5.532,9.632l-.393-.708L7.845,6.218a.522.522,0,0,0,0-.731L4.655,2.3a.515.515,0,0,0-.365-.148" transform="translate(0 0)"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: all var(--mh--duration) var(--mh--easing);
}
/* .c-img01
================================================== */
.c-img01 {
  margin: var(--mh--space--md) 0;
}
/* .c-list01
================================================== */
.c-list01 {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  background: var(--mh--color--primary-100);
}
.c-list01::before, .c-list01::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 5px;
  height: 5px;
  background: var(--mh--color--primary-800);
  z-index: 1;
}
.c-list01::after {
  right: 0;
  left: auto;
}
.c-list01__head {
  font-size: var(--mh--font-size--xl);
  font-weight: 700;
  line-height: var(--mh--line-height--sm);
  padding: 10px var(--mh--space--x2s) 14px var(--mh--space--x2s);
  text-align: center;
  margin-bottom: var(--mh--space--20-15);
  background: #fff;
  position: relative;
}
.c-list01__head::before {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 6px 0px 6px;
  border-color: #fff transparent transparent transparent;
  transform: translateX(-50%) rotate(0deg);
}
.c-list01__item {
  padding: var(--mh--space--20-30);
  position: relative;
}
.c-list01__item + .c-list01__item {
  border-top: 1px dashed var(--mh--color--grayscale-900);
}
.c-list01__item + .c-list01__item::before, .c-list01__item + .c-list01__item::after {
  top: -3px;
}
.c-list01__item::before, .c-list01__item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 5px;
  background: var(--mh--color--primary-800);
  z-index: 1;
}
.c-list01__item::after {
  right: 0;
  left: auto;
}
.c-list01__item-head {
  font-size: var(--mh--font-size--x2l);
  font-weight: 700;
  line-height: var(--mh--line-height--sm);
  margin-bottom: var(--mh--space--10-15);
  padding-bottom: var(--mh--space--10-15);
  border-bottom: 1px solid var(--mh--color--grayscale-500);
  letter-spacing: var(--mh--letter-spacing--sm);
}
.c-list01__item-head span {
  letter-spacing: inherit;
}
@media (width >= 768px ) {
  .c-list01 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: calc(100% - 80px);
    max-width: 1100px;
    margin: auto;
  }
  .c-list01::before, .c-list01::after {
    width: 7px;
    height: 7px;
  }
  .c-list01__head {
    font-size: var(--mh--font-size--x5l);
    margin-bottom: var(--mh--space--xs);
    padding: 15px 30px;
    width: fit-content;
    margin-right: auto;
    margin-left: auto;
    letter-spacing: var(--mh--letter-spacing--sm);
  }
  .c-list01__head::before {
    bottom: -14px;
    border-width: 14px 12px 0px 12px;
  }
  .c-list01__item::before, .c-list01__item::after {
    width: 7px;
    height: 7px;
  }
  .c-list01__item::after {
    right: -3.5px;
  }
  .c-list01__item + .c-list01__item {
    border-top: none;
    border-left: 1px dashed var(--mh--color--grayscale-900);
  }
  .c-list01__item + .c-list01__item::before {
    top: auto;
    bottom: 0;
    left: -3.5px;
  }
  .c-list01__item + .c-list01__item::after {
    top: 0;
    left: auto;
    right: -3.5px;
  }
  .c-list01__item:last-child::after {
    right: 0;
  }
}
@media (width >= 1360px ) {
  .c-list01 {
    width: 1260px;
    max-width: 100%;
  }
}
/*  .c-num-list01
================================================== */
.c-num-list01 {
  counter-reset: num01 0;
}
.c-num-list01__item {
  padding-left: 2em;
  font-size: var(--mh--font-size--md);
  text-indent: -2em;
}
.c-num-list01__item::before {
  margin-right: 5px;
  color: var(--mh--color--primary-700);
  content: counter(num01, decimal-leading-zero) ".";
  counter-increment: num01 1;
}
.c-num-list01__item + .c-num-list01__item {
  margin-top: 0.8em;
}
.c-num-list01__item ul,
.c-num-list01__item ol {
  margin-top: 0.8em;
}
.c-num-list01__item ol {
  counter-reset: num02 0;
}
.c-num-list01__item ol li {
  padding-left: 3.5em;
  text-indent: -3.5em;
}
.c-num-list01__item ol li + li {
  margin-top: 0.8em;
}
.c-num-list01__item ol li::before {
  margin-right: 5px;
  color: var(--mh--color--primary-700);
  content: counter(num01, decimal-leading-zero) "-" counter(num02, decimal-leading-zero) ".";
  counter-increment: num02 1;
}
.c-num-list01__item ol .c-num-list01__item {
  padding-left: 3.5em;
  text-indent: -3.5em;
}
.c-num-list01__item ul {
  padding-left: 1.5em;
}
.c-num-list01__item ul li::before {
  position: relative;
  top: 14px;
  left: -1em;
  display: block;
  width: 5px;
  height: 5px;
  content: "";
  background-color: var(--mh--color--primary-700);
  border-radius: 50%;
}
.c-num-list01__item ul li + .c-num-list01__item ul li {
  margin-top: 0.8em;
}
@media (width >= 768px ) {
  .c-num-list01__item ul li::before {
    top: 17px;
    width: 6px;
    height: 6px;
  }
}
/*  .c-simple-list01
================================================== */
.c-simple-list01__item {
  position: relative;
  padding-left: 15px;
  font-size: var(--mh--font-size--md);
}
.c-simple-list01__item::before {
  position: absolute;
  top: 9px;
  left: 0;
  width: 5px;
  height: 5px;
  content: "";
  background-color: var(--mh--color--primary-700);
  border-radius: 50%;
}
.c-simple-list01__item + .c-simple-list01__item {
  margin-top: 0.8em;
}
.c-simple-list01__item ul,
.c-simple-list01__item ol {
  margin-top: 0.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;
  margin-right: 5px;
  color: var(--mh--color--primary-700);
  content: counter(num, decimal-leading-zero) ".";
  counter-increment: num 1;
  background-color: transparent;
  border-radius: 0;
}
@media (width >= 768px ) {
  .c-simple-list01__item::before {
    top: 12px;
    width: 6px;
    height: 6px;
  }
}
/* .c-pager01
=================================== */
.c-pager01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 30px -5px -10px;
  overflow: hidden;
  text-align: center;
}
.c-pager01 li {
  margin: 0 5px 10px;
}
.c-pager01 li a,
.c-pager01 li span {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  line-height: 1;
  text-decoration: none;
  border: 1px solid #000;
}
.c-pager01 li.pages span {
  width: auto;
  border: 0;
}
.c-pager01 li.current span {
  color: #fff;
  background: #000;
}
.c-pager01 li.first, .c-pager01 li.previous {
  margin-right: 15px;
}
.c-pager01 li.first a, .c-pager01 li.last a {
  width: auto;
  padding-right: 15px;
  padding-left: 15px;
  border-color: transparent;
}
.c-pager01 li.next, .c-pager01 li.last {
  margin-left: 15px;
}
.c-pager01 li.extend span {
  border: 0;
}
@media (width >= 1100px ) {
  .c-pager01 li a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #000;
    border: 1px solid #000;
  }
}
/*  .c-pager02
================================================== */
.c-pager02 {
  position: relative;
  margin-top: 30px;
  overflow: hidden;
  line-height: 1;
}
.c-pager02 a {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 50px;
  padding: 15px;
  text-decoration: none;
  border: 1px solid;
}
.c-pager02__previous, .c-pager02__next {
  width: calc(50% - 10px);
}
.c-pager02__previous {
  float: left;
}
.c-pager02__previous a {
  justify-content: flex-start;
  padding-left: 30px;
}
.c-pager02__next {
  float: right;
}
.c-pager02__next a {
  justify-content: flex-end;
  padding-right: 30px;
}
.c-pager02__all {
  clear: both;
  width: 100%;
  padding-top: 20px;
}
.c-pager02__all a {
  justify-content: center;
}
@media (width >= 1100px ) {
  .c-pager02 a {
    transition: transform var(--mh--duration) var(--mh--easing);
  }
  .c-pager02 a:hover {
    color: #fff;
    background: #000;
    border-color: #000;
  }
}
/*  .c-set01.is-reverse
================================================== */
@media (width >= 768px ) {
  .c-set01.is-reverse {
    flex-direction: row;
  }
  .c-set01.is-reverse .c-set01__img {
    margin: 0 0 0 40px !important;
  }
}
/*  .c-set01
================================================== */
.c-set01__img {
  margin-top: 30px !important;
}
@media (width >= 768px ) {
  .c-set01 {
    flex-direction: row-reverse;
  }
  .c-set01__img {
    flex-basis: auto !important;
    width: 40%;
    margin: 0 40px 0 0 !important;
  }
  .c-set01__area-txt {
    flex-basis: auto !important;
    width: calc(100% - 480px);
  }
}
/* .c-single01
================================================== */
.c-single01__content {
  overflow: hidden;
}
.c-single01__content > *:first-child {
  margin-top: 0 !important;
}
.c-single01__content > *:last-child {
  margin-bottom: 0 !important;
}
.c-single01__content p {
  margin: var(--mh--space--xs) 0;
}
.c-single01__content h1:not([class*=c-]),
.c-single01__content h2:not([class*=c-]),
.c-single01__content h3:not([class*=c-]),
.c-single01__content h4:not([class*=c-]),
.c-single01__content h5:not([class*=c-]),
.c-single01__content h6:not([class*=c-]) {
  clear: both;
  margin: var(--mh--space--lg) 0 var(--mh--space--md);
  font-weight: 700;
  line-height: var(--mh--line-height--sm);
  letter-spacing: var(--mh--letter-spacing);
}
.c-single01__content h5:not([class*=c-]),
.c-single01__content h6:not([class*=c-]) {
  font-size: var(--mh--font-size--md);
}
.c-single01__content ul:not([class*=c-]) ul:not([class*=c-]),
.c-single01__content ul:not([class*=c-]) ol:not([class*=c-]),
.c-single01__content ol:not([class*=c-]) ul:not([class*=c-]),
.c-single01__content ol:not([class*=c-]) ol:not([class*=c-]) {
  margin: 0.8em 0 0;
}
.c-single01__content blockquote {
  padding: 20px;
  margin: var(--mh--space--md) 0;
  border: 1px solid var(--mh--color--primary-700);
}
.c-single01__content blockquote > *:first-child {
  margin-top: 0;
}
.c-single01__content figure {
  margin: var(--mh--space--md) 0;
}
.c-single01__content *:not(.c-link01) a {
  color: var(--mh--color--primary-700);
  text-decoration: underline !important;
}
@media (hover: hover) and (pointer: fine) {
  .c-single01__content *:not(.c-link01) a:hover {
    text-decoration: none !important;
  }
}
/* .l-breadcrumb
================================================ */
.l-breadcrumb__inner {
  padding-top: 20px;
  padding-bottom: 20px;
}
/* .l-breadcrumb-list
================================================ */
.l-breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
}
.l-breadcrumb-list__item {
  display: inline-block;
  vertical-align: top;
}
.l-breadcrumb-list__item + .l-breadcrumb-list__item {
  margin-left: 5px;
}
.l-breadcrumb-list__item + .l-breadcrumb-list__item::before {
  margin-right: 5px;
  content: ">";
}
@media (width < 768px) {
  .l-breadcrumb-list {
    flex-wrap: nowrap;
    overflow: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .l-breadcrumb-list::-webkit-scrollbar {
    display: none;
  }
}
/* .l-fixed-header
================================================ */
.l-fixed-header {
  position: fixed;
  z-index: 10;
  top: 0;
  right: 0;
  width: 676px;
  padding: 15px 15px 0 0;
  background: url(../img/taishin/bg_fixed-header01.png) no-repeat right top/100%;
  opacity: 0;
  transform: translateY(-100%);
  transition: all var(--mh--duration) var(--mh--easing);
}
.l-fixed-header__list {
  list-style: none;
  background: var(--mh--color--primary-100);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  position: relative;
}
.l-fixed-header__list::before, .l-fixed-header__list::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 7px;
  height: 7px;
  background: var(--mh--color--primary-800);
  z-index: 1;
}
.l-fixed-header__list::after {
  right: 0;
  left: auto;
}
.l-fixed-header__item {
  position: relative;
}
.l-fixed-header__item::before, .l-fixed-header__item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 7px;
  height: 7px;
  background: var(--mh--color--primary-800);
  z-index: 1;
}
.l-fixed-header__item::after {
  right: -3px;
  left: auto;
}
.l-fixed-header__item + .l-fixed-header__item::before, .l-fixed-header__item + .l-fixed-header__item::after {
  top: -3px;
}
.l-fixed-header__item + .l-fixed-header__item::before {
  top: auto;
  bottom: 0;
  left: -4px;
}
.l-fixed-header__item + .l-fixed-header__item::after {
  top: 0;
  left: auto;
  right: -3px;
}
.l-fixed-header__item + .l-fixed-header__item .l-fixed-header__link::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -9px;
  width: 18px;
  height: 18px;
  background: url(../img/taishin/img_cross01.svg) no-repeat center center/contain;
  pointer-events: none;
}
.l-fixed-header__item:last-child::after {
  right: 0;
}
.l-fixed-header__link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 60px;
}
.l-fixed-header__link-sub {
  display: block;
  font-size: 0.9rem;
}
.l-fixed-header__link-main {
  display: block;
  margin-top: 2px;
  font-size: 1.2rem;
  color: var(--mh--color--primary-800);
}
.l-fixed-header__link-main-bracket {
  display: inline-block;
  margin-left: -0.5em;
  margin-right: -0.5em;
}
.l-fixed-header__link-note {
  display: block;
  margin-top: 5px;
  font-size: 0.492rem;
}
@media (width < 768px) {
  .l-fixed-header {
    width: 100%;
    padding: 10px 15px;
    background: none;
  }
  .l-fixed-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: url(../img/taishin/bg_fixed-header01.png) no-repeat center top/cover;
  }
  .l-fixed-header__list {
    max-width: 345px;
    margin: auto;
  }
  .l-fixed-header__list::before, .l-fixed-header__list::after {
    width: 5px;
    height: 5px;
  }
  .l-fixed-header__item::before, .l-fixed-header__item::after {
    width: 5px;
    height: 5px;
  }
  .l-fixed-header__item::after {
    right: -2px;
  }
  .l-fixed-header__item + .l-fixed-header__item::before {
    left: -3px;
  }
  .l-fixed-header__item + .l-fixed-header__item::after {
    right: -2px;
  }
  .l-fixed-header__item + .l-fixed-header__item .l-fixed-header__link::before {
    left: -7px;
    width: 15px;
    height: 15px;
  }
  .l-fixed-header__item:last-child::after {
    right: 0;
  }
}
@media (width >= 768px ) {
  .l-fixed-header__link {
    height: 103px;
  }
  .l-fixed-header__link-sub {
    font-size: var(--mh--font-size--xs);
  }
  .l-fixed-header__link-main {
    margin-top: 3px;
    font-size: 1.8rem;
    transition: color var(--mh--duration) var(--mh--easing);
  }
  .l-fixed-header__link-note {
    margin-top: 6px;
    font-size: 1rem;
  }
}
@media (width >= 768px ) and (hover: hover) and (pointer: fine) {
  .l-fixed-header__link:hover .l-fixed-header__link-main {
    color: var(--mh--color--secondary-500);
  }
}
.l-fixed-header.is-shown {
  opacity: 1;
  transform: translateY(0);
}
/* .l-fixed-footer
================================================ */
.l-fixed-footer {
  background: url(../img/taishin/bg_fixed-header01.png) no-repeat right top/cover;
  position: fixed;
  z-index: 10;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 68px;
  opacity: 0;
  transform: translateY(100%);
  transition: all var(--mh--duration) var(--mh--easing);
}
.l-fixed-footer::before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(40, 53, 37, 0.7);
}
.l-fixed-footer__set {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 16px;
  padding: 8px 20px;
  max-width: 390px;
  margin: auto;
}
.l-fixed-footer__txt {
  position: relative;
}
.l-fixed-footer__txt-sub {
  background: var(--mh--color--primary-200);
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
  line-height: var(--mh--line-height--sm);
  font-size: 1.1rem;
  font-weight: 900;
  color: var(--mh--color--primary-800);
  padding: 2px;
  text-align: center;
  width: 168px;
}
.l-fixed-footer__txt-sub::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -4px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 3px 0px 3px;
  border-color: var(--mh--color--primary-200) transparent transparent transparent;
  transform: translateX(-50%) rotate(0deg);
}
.l-fixed-footer__price {
  display: block;
  width: fit-content;
  color: var(--mh--color--grayscale-100);
  text-align: center;
}
.l-fixed-footer__price > * {
  font-weight: 700;
}
.l-fixed-footer__price-sub {
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-size: 1rem;
  line-height: 0.8em;
}
.l-fixed-footer__price-num {
  color: #FFE100;
}
.l-fixed-footer__price-num-num {
  font-size: 2.8rem;
  display: inline-block;
}
.l-fixed-footer__price-num-unit {
  font-size: 1.3rem;
  display: inline-block;
  margin-left: -0.2em;
}
.l-fixed-footer__price-txt {
  display: block;
  margin-top: -0.5em;
  font-size: 1.3rem;
}
.l-fixed-footer__btn {
  margin: 0;
}
@media (width < 768px) {
  .l-fixed-footer__btn-link {
    font-size: 1.2rem;
    box-shadow: 0 3px 0 0 #B55109;
    padding: 7.5px 5px;
  }
  .l-fixed-footer__btn-link::after {
    right: 5px;
    border-width: 3px 0px 3px 4px;
  }
  .l-fixed-footer__btn-link:hover {
    transform: translateY(3px);
  }
}
@media (width >= 768px ) {
  .l-fixed-footer {
    height: 118px;
  }
  .l-fixed-footer__set {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding: 15px;
    max-width: 1100px;
    height: 118px;
  }
  .l-fixed-footer__txt {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 30px;
  }
  .l-fixed-footer__txt img {
    width: 63%;
    max-width: 392px;
  }
  .l-fixed-footer__txt-sub {
    display: block;
    position: relative;
    top: auto;
    left: auto;
    font-size: var(--mh--font-size--md);
    width: 172px;
    height: 76px;
    transform: none;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .l-fixed-footer__txt-sub::before {
    top: 50%;
    right: -12px;
    bottom: auto;
    left: auto;
    border-width: 12px 7px 0px 7px;
    transform: translateY(-50%) rotate(-90deg);
  }
  .l-fixed-footer__price-sub {
    font-size: clamp(1.3rem, 1.09375vw + -0.1rem, 2rem);
  }
  .l-fixed-footer__price-num-num {
    font-size: clamp(3.8rem, 3.125vw + -0.2rem, 5.8rem);
  }
  .l-fixed-footer__price-num-unit {
    font-size: clamp(1.6rem, 1.5625vw + -0.4rem, 2.6rem);
  }
  .l-fixed-footer__price-txt {
    font-size: clamp(1.6rem, 1.5625vw + -0.4rem, 2.6rem);
  }
  .l-fixed-footer__btn {
    position: relative;
    top: -7px;
    width: 440px;
    max-width: 440px;
    height: 80px;
  }
  .l-fixed-footer__btn-link {
    padding: 20px 0;
  }
  .l-fixed-footer__btn-link::after {
    right: 30px;
  }
}
@media (768px <= width < 1360px) {
  .l-fixed-footer__set {
    gap: 15px;
  }
  .l-fixed-footer__btn {
    width: 300px;
    max-width: 300px;
  }
}
.l-fixed-footer.is-shown {
  opacity: 1;
  transform: translateY(0);
}
/* .l-footer
================================================ */
.l-footer {
  padding-bottom: 68px;
}
.l-footer__inner {
  padding-top: 40px;
  text-align: center;
}
.l-footer__logo {
  width: 150px;
  margin: 0 auto 30px;
}
.l-footer__address-head {
  font-weight: 700;
  line-height: var(--mh--line-height--sm);
  margin-bottom: 10px;
}
.l-footer__address {
  font-style: normal;
}
.l-footer__link-item {
  display: block;
  padding-top: var(--mh--space--xs);
  padding-bottom: var(--mh--space--xs);
  font-size: var(--mh--font-size--xl);
  font-weight: 700;
  transition: all var(--mh--duration) var(--mh--easing);
  line-height: var(--mh--line-height--sm);
}
.l-footer__link-txt {
  border-bottom: 1px solid #fff;
  transition: border-color var(--mh--duration) var(--mh--easing);
}
@media (width >= 768px ) {
  .l-footer {
    padding-bottom: 150px;
  }
  .l-footer__inner {
    padding-top: 80px;
  }
  .l-footer__logo {
    width: 230px;
    margin-bottom: 60px;
  }
  .l-footer__address-head {
    margin-bottom: var(--mh--space--x3s);
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-footer__link-item:hover {
    background: var(--mh--color--primary-200);
  }
  .l-footer__link-item:hover .l-footer__link-txt {
    border-color: var(--mh--color--grayscale-900);
  }
}
/* .l-footer-cr
================================================ */
.l-footer-cr {
  margin-top: var(--mh--space--sm);
  line-height: var(--mh--line-height--xs);
  padding-bottom: var(--mh--space--md);
  border-bottom: 1px solid var(--mh--color--grayscale-500);
  font-size: var(--mh--font-size--x3s);
  color: var(--mh--color--grayscale-800);
}
/* .l-header
================================================ */
.l-header {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
}
.l-header__inner {
  padding: 15px;
}
@media (width >= 768px ) {
  .l-header__inner {
    padding: 40px 50px;
  }
}
/* .l-header-logo
================================================== */
.l-header-logo {
  width: 100px;
}
@media (width >= 768px ) {
  .l-header-logo {
    width: 180px;
  }
}
/* .l-main-img HOME
================================================ */
.l-main-img {
  position: relative;
  color: #fff;
  background: #243521;
}
.l-main-img__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/taishin/bg_mainimg01_sp.jpg) no-repeat center center/cover;
}
.l-main-img__inner {
  /*max-width: 886px;*/
  max-width: 450px;
  padding: 95px 15px 110px;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.l-main-img__sub {
  font-weight: 700;
  background: var(--mh--color--primary-500);
  line-height: var(--mh--line-height--sm);
  font-size: var(--mh--font-size--sm);
  letter-spacing: var(--mh--letter-spacing--sm);
  padding: 5px 15px 6px;
  text-align: center;
  width: fit-content;
  white-space: nowrap;
}
.l-main-img__copy {
  margin-left: -5px;
  margin-right: -5px;
}
.l-main-img__list {
  margin-top: 10px;
}
@media (width >= 768px ) {
  .l-main-img {
    height: 1080px;
  }
  .l-main-img__bg {
    background: url(../img/taishin/bg_mainimg01_pc.jpg) no-repeat center center/cover;
  }
  .l-main-img__inner {
    max-width: 886px;
    padding: 130px 0 219px;
  }
  .l-main-img__sub {
    font-size: var(--mh--font-size--x6l);
    width: 100%;
    padding: 6px 10px 10px;
  }
  .l-main-img__copy {
    margin-left: -18px;
    margin-right: -18px;
  }
  .l-main-img__list {
    margin-top: 15px;
  }
}
@media (768px <= width < 1360px) {
  .l-main-img__area-txt {
    width: 596px;
  }
  .l-main-img__sub {
    font-size: 2.4rem;
  }
}
/* .l-sub-img
================================================ */
.l-sub-img {
  font-size: 2rem;
  text-align: center;
  background: #ccc;
}
.l-sub-img__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 30vh;
}
@media (width >= 768px ) {
  .l-sub-img {
    padding-top: var(--mh--header--height);
    font-size: 3rem;
  }
}
/* .l-sidebar
================================================== */
.js-c-anime-elem[data-anime=fadein-up] {
  opacity: 0;
  transform: translateY(30px);
  transition: transform var(--mh--duration02) var(--mh--easing02), opacity var(--mh--duration02) var(--mh--easing02);
}
.js-c-anime-elem[data-anime=fadein-up].is-animated {
  opacity: 1;
  transform: translateY(0);
}
.js-c-anime-elem[data-anime=fadein-left] {
  opacity: 0;
  transform: translateX(-30px);
  transition: transform var(--mh--duration) var(--mh--easing), opacity var(--mh--duration) var(--mh--easing);
}
.js-c-anime-elem[data-anime=fadein-left].is-animated {
  opacity: 1;
  transform: translateX(0);
}
.js-c-anime-elem[data-anime=fadein-right] {
  opacity: 0;
  transform: translateX(30px);
  transition: transform var(--mh--duration) var(--mh--easing), opacity var(--mh--duration) var(--mh--easing);
}
.js-c-anime-elem[data-anime=fadein-right].is-animated {
  opacity: 1;
  transform: translateX(0);
}
.js-c-anime-elem[data-anime=fadein] {
  opacity: 0;
  transition: opacity var(--mh--duration03) var(--mh--easing02);
}
.js-c-anime-elem[data-anime=fadein].is-animated {
  opacity: 1;
}
.js-c-anime-elem[data-anime=fadein-zoom-out] img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.2);
  transform-origin: center center;
  transition: transform var(--mh--duration03) var(--mh--easing02), opacity var(--mh--duration03) var(--mh--easing02);
}
.js-c-anime-elem[data-anime=fadein-zoom-out].is-animated img {
  opacity: 1;
  transform: scale(1);
}
.js-c-anime-elem[data-anime-delay="0.1"] {
  transition-delay: 0.1s;
}
.js-c-anime-elem[data-anime-delay="0.2"] {
  transition-delay: 0.2s;
}
.js-c-anime-elem[data-anime-delay="0.3"] {
  transition-delay: 0.3s;
}
.js-c-anime-elem[data-anime-delay="0.4"] {
  transition-delay: 0.4s;
}
.js-c-anime-elem[data-anime-delay="0.5"] {
  transition-delay: 0.5s;
}
.js-c-anime-elem[data-anime-delay="0.6"] {
  transition-delay: 0.6s;
}
.js-c-anime-elem[data-anime-delay="0.7"] {
  transition-delay: 0.7s;
}
.js-c-anime-elem[data-anime-delay="0.8"] {
  transition-delay: 0.8s;
}
.js-c-anime-elem[data-anime-delay="0.9"] {
  transition-delay: 0.9s;
}
.js-c-anime-elem[data-anime-delay="1"] {
  transition-delay: 1s;
}
.js-c-anime-elem[data-anime-delay="1.1"] {
  transition-delay: 1.1s;
}
.js-c-anime-elem[data-anime-delay="1.2"] {
  transition-delay: 1.2s;
}
.js-c-anime-elem[data-anime-delay="1.3"] {
  transition-delay: 1.3s;
}
.js-c-anime-elem[data-anime-delay="1.4"] {
  transition-delay: 1.4s;
}
.js-c-anime-elem[data-anime-delay="1.5"] {
  transition-delay: 1.5s;
}
.js-c-anime-elem[data-anime-delay="1.6"] {
  transition-delay: 1.6s;
}
.js-c-anime-elem[data-anime-delay="1.7"] {
  transition-delay: 1.7s;
}
.js-c-anime-elem[data-anime-delay="1.8"] {
  transition-delay: 1.8s;
}
.js-c-anime-elem[data-anime-delay="1.9"] {
  transition-delay: 1.9s;
}
.js-c-anime-elem[data-anime-delay="2"] {
  transition-delay: 2s;
}
@keyframes scroll-hint-appear {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    transform: translateX(-40px);
    opacity: 0;
  }
}
.scroll-hint-icon {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 60px);
  box-sizing: border-box;
  width: 120px;
  height: auto;
  border-radius: 5px;
  transition: opacity 0.3s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 20px 10px 10px 10px;
}
.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
}
.scroll-hint-text {
  font-size: 10px;
  color: #FFF;
  margin-top: 5px;
}
.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: 0.8;
}
.scroll-hint-icon:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}
.scroll-hint-icon:after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  opacity: 0;
  transition-delay: 2.4s;
}
.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}
.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  animation: scroll-hint-appear 1.2s linear;
  animation-iteration-count: 2;
}
.scroll-hint-icon-white {
  background-color: #FFF;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
}
.scroll-hint-icon-white:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=);
}
.scroll-hint-icon-white:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==);
}
.scroll-hint-icon-white .scroll-hint-text {
  color: #000;
}
.scroll-hint-shadow-wrap {
  position: relative;
}
.scroll-hint-shadow-wrap::after {
  content: "";
  width: 20px;
  height: 100%;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}
.scroll-hint-shadow-wrap::before {
  content: "";
  width: 20px;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}
.scroll-hint-shadow-wrap:has(.scroll-hint.is-right-scrollable)::after,
.scroll-hint-shadow-wrap.is-right-scrollable::after {
  opacity: 1;
  visibility: visible;
}
.scroll-hint-shadow-wrap:has(.scroll-hint.is-left-scrollable)::before,
.scroll-hint-shadow-wrap.is-left-scrollable::before {
  opacity: 1;
  visibility: visible;
}
.scroll-hint-shadow-wrap::before,
.scroll-hint-shadow-wrap::after {
  height: calc(100% - 20px);
  width: 60px;
}
.scroll-hint-shadow-wrap::before {
  left: -1px;
}
.scroll-hint-shadow-wrap::after {
  right: -1px;
}
.scroll-hint-icon {
  background: rgb(29, 152, 87);
}
.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
================================================ */
.error-page404__inner {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (width >= 768px ) {
  .error-page404__inner {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
/* .home-intro
================================================ */
.home-intro__intro {
  position: relative;
  background: url(../img/taishin/common/bg_dots01.png) repeat center top/48px;
}
.home-intro__intro::before {
  content: "";
  position: absolute;
  top: -40px;
  left: 10px;
  width: calc(100% - 20px);
  height: 40px;
  background: url(../img/taishin/common/bg_dots01.png) repeat center -8px/48px;
}
.home-intro__intro::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 20px;
  clip-path: polygon(50% 100%, 0% 0%, 100% 0%);
  transform: rotate(0deg);
  background: url(../img/taishin/common/bg_dots01.png) repeat center 10px/48px;
}
.home-intro__intro-inner {
  display: grid;
  gap: var(--mh--space--20-80);
  padding-bottom: 49px;
}
.home-intro__intro-head {
  text-align: center;
  font-size: var(--mh--font-size--x8l);
  line-height: var(--mh--line-height--sm);
  margin-bottom: var(--mh--space--xs);
}
.home-intro__intro-head-em {
  display: block;
  font-weight: 900;
  position: relative;
  width: fit-content;
  padding: 0 14px;
  margin: auto;
}
.home-intro__intro-head-em::before, .home-intro__intro-head-em::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 44px;
  background: url(../img/taishin/bg_intro01.svg) no-repeat center center/contain;
}
.home-intro__intro-head-em::after {
  left: auto;
  right: 0;
  transform: translateY(-50%) rotate(180deg);
}
.home-intro__intro-head-em br {
  display: none;
}
.home-intro__intro-txt {
  font-size: var(--mh--font-size--xl);
  line-height: 2.2;
}
.home-intro__intro-img {
  max-width: 540px;
  margin: auto;
}
.home-intro__content {
  background: var(--mh--color--surface-100);
  padding-bottom: 10px;
}
.home-intro__content-inner {
  padding-top: var(--mh--space--x2l);
}
.home-intro__content-inner .scroll-hint-shadow-wrap::before {
  background: linear-gradient(90deg, #F8F7F2 0%, rgba(248, 247, 242, 0) 100%);
}
.home-intro__content-inner .scroll-hint-shadow-wrap::after {
  background: linear-gradient(90deg, rgba(248, 247, 242, 0) 0%, #F8F7F2 100%);
}
.home-intro__content-img {
  margin-top: var(--mh--space--30-40);
  overflow-x: scroll;
  padding-bottom: var(--mh--space--xs);
}
.home-intro__content-img img {
  max-width: initial;
  width: 606px;
  margin: auto;
}
@supports (scrollbar-color: auto) {
  .home-intro__content-img {
    scrollbar-color: var(--mh--color--primary-500), var(--mh--color--grayscale-100);
    scrollbar-width: 4px;
  }
}
@supports selector(::-webkit-scrollbar) {
  .home-intro__content-img::-webkit-scrollbar {
    height: 4px;
    background: #D8D7D2;
  }
  .home-intro__content-img::-webkit-scrollbar-thumb {
    background: var(--mh--color--primary-500);
    border-radius: 100px;
  }
}
@media (min-width: 660px) {
  .home-intro__content-img {
    overflow: hidden;
  }
}
.home-intro__point {
  margin: var(--mh--space--30-80) 10px 0;
  position: relative;
}
.home-intro__point > * {
  position: relative;
  z-index: 1;
}
.home-intro__point::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, #F8F7F2 0%, rgba(240, 237, 223, 0.8) 100%);
  width: 100%;
  height: 100%;
}
.home-intro__point::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 20px);
  max-width: 1260px;
  height: 1px;
  border-top: 1px dashed var(--mh--color--grayscale-800);
}
.home-intro__point-inner {
  padding: var(--mh--space--30-80) var(--mh--space--x3s) var(--mh--space--xl) var(--mh--space--x3s);
}
.home-intro__point-head {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 10px;
  margin-bottom: var(--mh--space--20-30);
}
.home-intro__point-head-en {
  font-size: 1.3rem;
  font-weight: 600;
  color: #fff;
  background: var(--mh--color--primary-500);
  width: 56px;
  height: 50px;
  padding: 20px 6px;
  margin-top: 7px;
  text-align: center;
  position: relative;
}
.home-intro__point-head-en::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 28px 0px 28px;
  border-color: var(--mh--color--primary-500) transparent transparent transparent;
  transform: rotate(0deg);
}
.home-intro__point-head-main {
  font-size: var(--mh--font-size--x2l);
  line-height: var(--mh--line-height--sm);
  font-feature-settings: "halt";
  letter-spacing: var(--mh--letter-spacing--sm);
}
.home-intro__point-head-main span {
  letter-spacing: inherit;
}
.home-intro__point-box {
  background: #fff;
  padding: var(--mh--space--xs) var(--mh--space--20-60);
  font-size: var(--mh--font-size--xl);
}
@media (width >= 768px ) {
  .home-intro__intro {
    background: url(../img/taishin/common/bg_dots01_pc.png) repeat center top/72px;
  }
  .home-intro__intro::before {
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 100px);
    height: 100px;
    background: url(../img/taishin/common/bg_dots01_pc.png) repeat center top -5px/72px;
    max-width: 1720px;
  }
  .home-intro__intro::after {
    bottom: -40px;
    height: 40px;
    background: url(../img/taishin/common/bg_dots01_pc.png) repeat center top -13px/72px;
  }
  .home-intro__intro-inner {
    grid-template-columns: 1fr 540px;
    align-items: center;
    padding-bottom: 60px;
  }
  .home-intro__intro-head {
    text-align: left;
    display: flex;
    align-items: center;
    letter-spacing: var(--mh--letter-spacing--sm);
  }
  .home-intro__intro-head-em {
    letter-spacing: var(--mh--letter-spacing--sm);
    margin: 0 13px 0 0;
    padding: 0 21px;
  }
  .home-intro__intro-head-em::before, .home-intro__intro-head-em::after {
    width: 12px;
    height: 66px;
  }
  .home-intro__intro-head-em-in {
    display: inline-block;
  }
  .home-intro__content {
    padding-bottom: 60px;
  }
  .home-intro__content-img {
    padding: 0;
  }
  .home-intro__content-img img {
    width: auto;
    max-width: 100%;
  }
  .home-intro__point {
    margin-right: 50px;
    margin-left: 50px;
  }
  .home-intro__point::before {
    left: -25px;
    margin: auto;
    width: calc(100% + 50px);
  }
  .home-intro__point-inner {
    max-width: 1260px;
    margin: auto;
    padding-right: 0;
    padding-left: 0;
  }
  .home-intro__point-head {
    grid-template-columns: 100px 1fr;
    gap: 20px;
  }
  .home-intro__point-head-en {
    font-size: var(--mh--font-size--x2l);
    width: 90px;
    height: 80px;
    padding-top: 31px;
    margin-top: 12px;
  }
  .home-intro__point-head-en::after {
    border-width: 20px 45px 0px 45px;
    bottom: -20px;
  }
  .home-intro__point-head-main {
    font-size: var(--mh--font-size--x6l);
  }
}
@media (width >= 768px ) and (width > 1360px) {
  .home-intro__point-box-indent {
    display: inline-block;
    text-indent: -0.5em;
  }
}
@media (769px <= width <= 1280px) {
  .home-intro__intro-head-em br {
    display: block;
  }
}
/* .home-dumper
================================================ */
.home-dumper {
  position: relative;
}
.home-dumper__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 340px;
  background: #243521;
  overflow: hidden;
}
.home-dumper__head {
  padding-top: 30px;
  padding-bottom: 113px;
  position: relative;
  width: fit-content;
  margin: auto;
}
.home-dumper__head-img {
  position: absolute;
  width: 84px;
  height: 89px;
  top: 12px;
  right: -10px;
}
.home-dumper__content {
  background: url(../img/taishin/bg_dumper02_sp.png) no-repeat center top/100%;
  position: relative;
  padding-bottom: 10px;
}
.home-dumper__content::before {
  content: "";
  position: absolute;
  top: -40px;
  left: 10px;
  width: calc(100% - 20px);
  height: 40px;
  background: url(../img/taishin/bg_dumper02_sp.png) no-repeat center top/100%;
}
.home-dumper__list {
  margin-top: -83px;
}
.home-dumper__list-head {
  transform: translateY(-83px);
}
.home-dumper__img01 {
  margin-top: var(--mh--space--30-50);
  margin-bottom: var(--mh--space--sm);
}
.home-dumper__feature {
  color: #fff;
}
.home-dumper__feature-copy {
  text-align: center;
  border-bottom: 1px solid #fff;
  padding-bottom: 6px;
  font-size: var(--mh--font-size--x5l);
  font-weight: 700;
  position: relative;
}
.home-dumper__feature-copy::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 7px 0px 7px;
  border-color: #fff transparent transparent transparent;
  transform: translateX(-50%) rotate(0deg);
}
.home-dumper__feature-copy-line {
  margin-top: -10px;
  display: block;
}
.home-dumper__feature-head {
  display: grid;
  text-align: center;
  margin-top: 28px;
  margin-bottom: 20px;
  padding: 16px 18px;
  position: relative;
}
.home-dumper__feature-head::before, .home-dumper__feature-head::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 280px;
  background: url(../img/taishin/bg_dumper04_sp.svg) no-repeat center/auto 100%;
}
.home-dumper__feature-head::after {
  transform: rotate(180deg);
  right: 0;
  left: auto;
}
.home-dumper__feature-head-set {
  position: relative;
  padding-bottom: 17px;
}
.home-dumper__feature-head-set::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 31px;
  height: 6px;
  background: url(../img/taishin/bg_dumper03.svg) no-repeat center bottom/contain;
}
.home-dumper__feature-head-sub {
  font-size: var(--mh--font-size--xl);
  font-weight: 700;
  line-height: var(--mh--line-height--sm);
}
.home-dumper__feature-head-badge {
  font-size: var(--mh--font-size--x2l);
  color: var(--mh--color--primary-800);
  font-weight: 700;
  line-height: 1.1;
  background: var(--mh--color--primary-100);
  padding: 5px 5px 9px;
  margin-bottom: 10px;
  position: relative;
}
.home-dumper__feature-head-badge::before, .home-dumper__feature-head-badge::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 5px;
  height: 5px;
  background: var(--mh--color--primary-800);
  z-index: 1;
}
.home-dumper__feature-head-badge::after {
  right: 0;
  left: auto;
}
.home-dumper__feature-head-badge-bg {
  position: absolute;
  display: block;
  width: 100%;
  height: 5px;
  left: 0;
  top: -1px;
}
.home-dumper__feature-head-badge-bg::before, .home-dumper__feature-head-badge-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 5px;
  background: var(--mh--color--primary-800);
  z-index: 1;
}
.home-dumper__feature-head-badge-bg::after {
  right: 0;
  left: auto;
}
.home-dumper__feature-head-main {
  font-size: var(--mh--font-size--x10l);
  font-weight: 700;
  line-height: var(--mh--line-height--xs);
  letter-spacing: var(--mh--letter-spacing--sm);
}
.home-dumper__feature-head-lead {
  margin-top: 10px;
  font-weight: 700;
  line-height: var(--mh--line-height--sm);
  font-size: var(--mh--font-size--xl);
}
.home-dumper__feature-txt {
  text-align: center;
  font-size: var(--mh--font-size--lg);
  line-height: var(--mh--line-height--sm);
  font-weight: 700;
  font-feature-settings: "halt";
  position: relative;
  padding-bottom: 43px;
}
.home-dumper__feature-txt::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
  height: 23px;
  background: url(../img/taishin/img_dumper04.png) no-repeat center/contain;
}
.home-dumper__feature-box {
  margin-top: var(--mh--space--xs);
  background: url(../img/taishin/bg_dumper05.png) repeat center top/1260px;
  padding: 30px 20px;
  display: grid;
  gap: var(--mh--space--30-50);
}
.home-dumper__feature-box-head {
  font-size: var(--mh--font-size--x3l);
  font-weight: 700;
  line-height: var(--mh--line-height--sm);
  color: var(--mh--color--grayscale-900);
  text-align: center;
  padding-bottom: var(--mh--space--20-30);
  border-bottom: 1px dashed var(--mh--color--grayscale-900);
}
.home-dumper__voice {
  color: #fff;
  margin: var(--mh--space--md) 10px 0;
  padding: var(--mh--space--md) 10px var(--mh--space--xl);
  background: linear-gradient(to bottom, rgba(24, 135, 76, 0) 0%, rgb(24, 135, 76) 100%);
  position: relative;
}
.home-dumper__voice::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 20px);
  height: 1px;
  border-top: 1px dashed #fff;
  max-width: 1260px;
}
.home-dumper__voice-list {
  display: grid;
  gap: var(--mh--space--sm);
}
.home-dumper__voice-item-movie {
  position: relative;
  padding-bottom: 56.25%;
}
.home-dumper__voice-item-movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home-dumper__voice-item-img img {
  width: 100%;
}
.home-dumper__banner {
  margin-top: var(--mh--space--md);
  padding-top: var(--mh--space--md);
  border-top: 1px dashed #fff;
}
.home-dumper__banner-link {
  display: block;
  width: 280px;
  margin: auto;
}
@media (width >= 768px ) {
  .home-dumper__bg {
    height: 506px;
  }
  .home-dumper__head {
    padding-top: 120px;
    padding-bottom: 240px;
    width: auto;
  }
  .home-dumper__head-img {
    width: 168px;
    height: 177px;
    top: 90px;
    right: 90px;
  }
  .home-dumper__content {
    padding-bottom: 50px;
    background: url(../img/taishin/bg_dumper02_pc.png) no-repeat center top/cover;
  }
  .home-dumper__content::before {
    top: -99px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 100px);
    height: 100px;
    max-width: 1820px;
    background: url(../img/taishin/bg_dumper02_pc.png) no-repeat center top/cover;
  }
  .home-dumper__list {
    margin-top: -135px;
  }
  .home-dumper__list-head {
    transform: translateY(-135px);
  }
  .home-dumper__feature-copy {
    width: fit-content;
    margin: auto;
  }
  .home-dumper__feature-copy::before {
    bottom: -20px;
    border-width: 20px 14px 0px 14px;
  }
  .home-dumper__feature-copy-line {
    display: inline;
  }
  .home-dumper__feature-head {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 995px;
    margin: 40px auto 0;
    align-items: center;
    padding: 30px;
  }
  .home-dumper__feature-head::before, .home-dumper__feature-head::after {
    width: 29px;
    background: url(../img/taishin/bg_dumper04_pc.svg) no-repeat center/auto 100%;
  }
  .home-dumper__feature-head-set {
    background-size: 37px 7px;
    text-align: left;
    margin-left: 30px;
    padding: 0;
  }
  .home-dumper__feature-head-set::before {
    bottom: -22px;
    width: 37px;
    height: 7px;
    margin-left: -72.5px;
  }
  .home-dumper__feature-head-sub {
    font-size: var(--mh--font-size--x3l);
  }
  .home-dumper__feature-head-badge {
    width: 115px;
    height: 115px;
    font-size: 3.2rem;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .home-dumper__feature-head-main {
    font-size: var(--mh--font-size--x12l);
    font-weight: 900;
    margin-top: -7px;
  }
  .home-dumper__feature-head-lead {
    text-align: center;
    width: 100%;
    margin-top: 42px;
  }
  .home-dumper__feature-txt {
    margin-top: var(--mh--space--20-50);
    font-size: 3.2rem;
    padding-bottom: 90px;
    letter-spacing: var(--mh--letter-spacing--sm);
  }
  .home-dumper__feature-txt::before {
    width: 650px;
    height: 50px;
  }
  .home-dumper__feature-box {
    padding: 30px 0 50px;
  }
  .home-dumper__feature-box img {
    margin: auto;
    width: 764px;
    height: auto;
  }
  .home-dumper__voice {
    margin: var(--mh--space--md) 50px 0;
  }
  .home-dumper__voice-inner {
    max-width: 1260px;
    margin: auto;
  }
  .home-dumper__voice-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .home-dumper__banner-link {
    width: 760px;
  }
}
@media (width >= 1360px ) {
  .home-dumper__head {
    width: fit-content;
  }
  .home-dumper__head-img {
    right: -20px;
  }
}
@media (min-width: 1920px) {
  .home-dumper {
    background-size: 100%;
  }
}
/* .home-wall
================================================ */
.home-wall {
  position: relative;
}
.home-wall__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 340px;
  background: #243521;
  overflow: hidden;
}
.home-wall__head {
  padding-top: 30px;
  padding-bottom: 96px;
  color: #fff;
}
.home-wall__content {
  background: #fff;
  position: relative;
}
.home-wall__content::before {
  content: "";
  position: absolute;
  top: -40px;
  left: 10px;
  width: calc(100% - 20px);
  height: 40px;
  background: #fff;
}
.home-wall__inner {
  padding-bottom: var(--mh--space--30-80);
  position: relative;
}
.home-wall__inner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 40px);
  height: 1px;
  border-bottom: 1px dashed var(--mh--color--grayscale-900);
}
.home-wall__list {
  margin-top: -66px;
  background: var(--mh--color--surface-100);
}
.home-wall__list-head {
  transform: translateY(-66px);
  background: var(--mh--color--primary-500);
  color: #fff;
}
.home-wall__list-head::before {
  border-color: var(--mh--color--primary-500) transparent transparent transparent;
}
.home-wall__area-img {
  margin-top: var(--mh--space--30-80);
  background: url(../img/taishin/common/bg_dots02.png) repeat left top/59px;
  padding: var(--mh--space--xs) 10px;
  border: 1px solid var(--mh--color--grayscale-500);
}
.home-wall__img {
  margin: auto;
}
.home-wall__demo {
  background: url(../img/taishin/bg_wall02_sp.png) no-repeat left top/cover;
  margin: var(--mh--space--30-80) 10px 10px;
}
.home-wall__demo-inner {
  padding-top: 30px;
  padding-bottom: 35px;
}
.home-wall__demo-sub {
  font-size: var(--mh--font-size--xl);
  color: #fff;
  background: var(--mh--color--primary-500);
  font-weight: 700;
  line-height: var(--mh--line-height--sm);
  margin-bottom: var(--mh--space--20-30);
  padding: 6px 20px;
  border-radius: 50px;
  width: fit-content;
  margin: 0 auto var(--mh--space--15-20);
  position: relative;
}
.home-wall__demo-sub::before {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 8px 0px 8px;
  border-color: var(--mh--color--primary-500) transparent transparent transparent;
  transform: translateX(-50%) rotate(0deg);
}
.home-wall__demo-head {
  font-size: var(--mh--font-size--x7l);
  font-weight: 700;
  line-height: var(--mh--line-height--sm);
  text-align: center;
  margin-bottom: var(--mh--space--20-30);
}
.home-wall__demo-head-em {
  padding-bottom: 20px;
  position: relative;
  display: inline-block;
}
.home-wall__demo-head-em::before {
  content: "";
  position: absolute;
  bottom: 10px;
  width: 20px;
  height: 2px;
  background: var(--mh--color--grayscale-900);
  left: 50%;
  transform: translateX(-50%);
}
.home-wall__demo-iframe {
  position: relative;
  padding-bottom: 56.25%;
  margin: 0 -10px;
}
.home-wall__demo-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (width >= 768px ) {
  .home-wall__bg {
    height: 506px;
  }
  .home-wall__head {
    padding-top: 120px;
    padding-bottom: 240px;
  }
  .home-wall__content::before {
    top: -99px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 100px);
    height: 100px;
    max-width: 1820px;
  }
  .home-wall__list {
    margin-top: -140px;
  }
  .home-wall__list-head {
    transform: translateY(-140px);
  }
  .home-wall__inner::after {
    width: calc(100% - 100px);
  }
  .home-wall__img {
    width: 733px;
  }
  .home-wall__demo {
    margin: var(--mh--space--30-80) 50px 50px;
    background: url(../img/taishin/bg_wall02_pc.png) no-repeat left top/cover;
  }
  .home-wall__demo-inner {
    padding-top: 60px;
    padding-bottom: 70px;
  }
  .home-wall__demo-sub {
    font-size: var(--mh--font-size--x5l);
    padding: 10px 30px;
  }
  .home-wall__demo-sub::before {
    border-width: 13px 11px 0px 11px;
    bottom: -13px;
  }
  .home-wall__demo-head {
    letter-spacing: var(--mh--letter-spacing--sm);
  }
  .home-wall__demo-head-em {
    padding: 0 18px 0 0;
    margin-right: 10px;
  }
  .home-wall__demo-head-em::before {
    width: 2px;
    height: 42px;
    right: 0;
    left: auto;
    top: 12px;
    transform: translate(0);
  }
  .home-wall__demo-iframe {
    margin: 0;
  }
}
/* .home-technique
================================================ */
.home-technique {
  background-color: #F3F9F5;
  padding-bottom: 10px;
}
.home-technique__inner {
  padding-top: var(--mh--space--xl);
}
.home-technique__sub {
  font-feature-settings: "halt";
  font-size: var(--mh--font-size--x7l);
  margin-bottom: 15px;
}
.home-technique__img {
  margin: var(--mh--space--xs) auto;
  max-width: 335px;
}
.home-technique__txt {
  margin-top: var(--mh--space--sm);
  margin-bottom: var(--mh--space--sm);
  font-size: var(--mh--font-size--x5l);
  text-align: center;
  font-weight: 700;
  line-height: var(--mh--line-height--sm);
}
.home-technique__metal {
  position: relative;
  margin: 0 10px;
}
.home-technique__metal > * {
  position: relative;
  z-index: 1;
}
.home-technique__metal::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: var(--mh--color--primary-200);
  width: 100%;
  height: 100%;
}
.home-technique__metal-inner {
  padding-top: var(--mh--space--lg);
  padding-bottom: var(--mh--space--xl);
  margin: 0 -10px;
}
.home-technique__metal-head {
  background: url(../img/taishin/bg_technique01_sp.png) no-repeat center/cover;
  padding: var(--mh--space--30-30) var(--mh--space--20-30) var(--mh--space--30-30) var(--mh--space--20-60);
  color: #fff;
  position: relative;
}
.home-technique__metal-head::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 30px 0px 30px;
  border-color: var(--mh--color--primary-200) transparent transparent transparent;
  transform: translateX(-50%) rotate(0deg);
}
.home-technique__metal-head-main {
  font-size: var(--mh--font-size--x6l);
  font-weight: 700;
  line-height: var(--mh--line-height--sm);
  padding-bottom: var(--mh--space--10-60);
  margin-bottom: var(--mh--space--10-60);
  border-bottom: 1px dashed #fff;
}
.home-technique__metal-head-lead {
  font-size: var(--mh--font-size--lg);
}
.home-technique__metal-area-img {
  margin-top: var(--mh--space--30-40);
  display: grid;
  gap: var(--mh--space--xs);
}
.home-technique__metal-img {
  max-width: 530px;
  margin: auto;
}
.home-technique__metal-img-txt {
  font-size: var(--mh--font-size--x2l);
  font-weight: 700;
  line-height: var(--mh--line-height--sm);
  text-align: center;
  background: #E6E3D0;
  padding: 5px;
}
.home-technique__metal-experiment {
  margin-top: var(--mh--space--sm);
  padding-top: var(--mh--space--sm);
  border-top: 1px dashed var(--mh--color--grayscale-900);
}
.home-technique__metal-experiment-head {
  font-size: var(--mh--font-size--xl);
  font-weight: 700;
  line-height: var(--mh--line-height--sm);
  letter-spacing: var(--mh--letter-spacing--sm);
}
.home-technique__metal-experiment-img {
  margin: var(--mh--space--20-30) auto 0;
  max-width: 335px;
}
@media (width >= 768px ) {
  .home-technique {
    padding-bottom: 50px;
  }
  .home-technique__sub {
    padding-left: 28px;
    margin-bottom: 30px;
  }
  .home-technique__sub::before {
    width: 8px;
  }
  .home-technique__img {
    width: auto;
    max-width: 100%;
  }
  .home-technique__metal {
    position: relative;
    margin: 0 50px;
  }
  .home-technique__metal::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 42px 58px 0px 58px;
    border-color: var(--mh--color--primary-100) transparent transparent transparent;
    transform: translateX(-50%) rotate(0deg);
  }
  .home-technique__metal::after {
    left: -25px;
    margin: auto;
    width: calc(100% + 50px);
  }
  .home-technique__metal-head {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: var(--mh--space--10-60);
  }
  .home-technique__metal-head::before {
    display: none;
  }
  .home-technique__metal-head-main {
    padding: 0 var(--mh--space--10-60) 0 0;
    margin: 0;
    border-bottom: 0;
    border-right: 1px dashed #fff;
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .home-technique__metal-area-img {
    grid-template-columns: repeat(2, 1fr);
  }
  .home-technique__metal-experiment-head {
    text-align: center;
    font-size: var(--mh--font-size--x3l);
  }
  .home-technique__metal-experiment-img {
    width: auto;
    max-width: 100%;
  }
}
/* .home-others
================================================ */
.home-others {
  background: url(../img/taishin/bg_others01_sp.jpg) no-repeat center top/100%;
  padding-bottom: 10px;
}
.home-others__head {
  padding-top: 60px;
}
.home-others__content {
  background: #fff;
  padding-bottom: var(--mh--space--md);
  width: calc(100% - 20px);
  margin: 0 auto;
}
.home-others__inner {
  padding-top: var(--mh--space--md);
}
.home-others__set {
  display: grid;
}
.home-others__set-sub {
  color: var(--mh--color--primary-800);
  font-weight: 700;
  font-size: var(--mh--font-size--x3l);
  line-height: var(--mh--line-height--sm);
  margin-bottom: var(--mh--space--x3s);
}
.home-others__set-sub02 .home-others__set-img {
  margin: 18px -10px 0;
}
.home-others__set-copy {
  font-size: var(--mh--font-size--x7l);
  padding-left: 15px;
}
.home-others__set-copy::before {
  width: 5px;
}
.home-others__set-img {
  margin: 0 20px;
}
.home-others__point {
  margin-top: var(--mh--space--sm);
  background: var(--mh--color--surface-100);
}
.home-others__figure-set {
  margin-top: var(--mh--space--sm);
  display: grid;
  gap: var(--mh--space--xs);
  padding-bottom: var(--mh--space--30-80);
  margin-bottom: var(--mh--space--30-80);
  border-bottom: 1px dashed var(--mh--color--grayscale-900);
}
.home-others__figure-txt {
  margin-top: 10px;
  font-size: var(--mh--font-size--lg);
}
.home-others__list {
  margin-top: var(--mh--space--sm);
  display: grid;
  gap: 10px;
}
.home-others__item {
  background: var(--mh--color--primary-100);
}
.home-others__item-head {
  background: var(--mh--color--primary-500);
  color: #fff;
  padding: 5px 20px;
  line-height: var(--mh--line-height--sm);
  font-weight: 700;
  font-size: var(--mh--font-size--x2l);
}
.home-others__item-content {
  padding: var(--mh--space--xs) var(--mh--space--20-60);
}
.home-others__item-content .scroll-hint-shadow-wrap::before {
  background: linear-gradient(90deg, #F3F9F5 0%, rgba(243, 249, 245, 0) 100%);
}
.home-others__item-content .scroll-hint-shadow-wrap::after {
  background: linear-gradient(90deg, rgba(243, 249, 245, 0) 0%, #F3F9F5 100%);
}
.home-others__item-set {
  display: grid;
  gap: var(--mh--space--20-60);
}
.home-others__item-set-head {
  color: var(--mh--color--primary-800);
  padding-left: 12px;
  font-weight: 700;
  font-size: var(--mh--font-size--x4l);
  line-height: var(--mh--line-height--sm);
  position: relative;
  padding-bottom: var(--mh--space--15-20);
  margin-bottom: var(--mh--space--15-20);
  border-bottom: 1px dashed var(--mh--color--grayscale-900);
}
.home-others__item-set-head::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  width: 7px;
  height: 7px;
  background: var(--mh--color--primary-800);
  border-radius: 50%;
}
.home-others__item-area-img {
  margin: auto;
}
.home-others__item-img-large {
  margin-top: var(--mh--space--20-30);
  overflow-x: scroll;
  padding-bottom: var(--mh--space--xs);
  width: calc(100vw - 100px);
}
.home-others__item-img-large img {
  width: 777px;
  max-width: initial;
}
@supports (scrollbar-color: auto) {
  .home-others__item-img-large {
    scrollbar-color: var(--mh--color--primary-500), var(--mh--color--grayscale-100);
    scrollbar-width: 4px;
  }
}
@supports selector(::-webkit-scrollbar) {
  .home-others__item-img-large::-webkit-scrollbar {
    height: 4px;
    background: #D8D7D2;
  }
  .home-others__item-img-large::-webkit-scrollbar-thumb {
    background: var(--mh--color--primary-500);
    border-radius: 100px;
  }
}
@media (width >= 768px ) {
  .home-others {
    padding-bottom: 50px;
    background: url(../img/taishin/bg_others01_pc.jpg) no-repeat center top/cover;
  }
  .home-others__head {
    padding-top: 120px;
  }
  .home-others__content {
    width: calc(100% - 100px);
  }
  .home-others__set {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: var(--mh--space--xs);
  }
  .home-others__set01 .home-others__set-sub {
    padding-top: 25px;
    margin-bottom: 25px;
  }
  .home-others__set-copy {
    padding-left: 28px;
  }
  .home-others__set-copy::before {
    width: 8px;
  }
  .home-others__set-img {
    margin: 0;
  }
  .home-others__figure-set {
    grid-template-columns: repeat(2, 1fr);
  }
  .home-others__figure-txt {
    text-align: center;
  }
  .home-others__list {
    gap: 20px;
  }
  .home-others__item-head {
    padding: 7px 20px;
  }
  .home-others__item-set {
    grid-template-columns: 1fr 310px;
  }
  .home-others__item-set-head {
    padding-left: 20px;
  }
  .home-others__item-set-head::before {
    top: 19px;
    width: 10px;
    height: 10px;
  }
  .home-others__item-area-img {
    width: auto;
    height: auto;
  }
  .home-others__item-img-large {
    padding: 0;
    overflow: auto;
    width: auto;
  }
  .home-others__item-img-large img {
    width: auto;
    max-width: 100%;
  }
}
/* .home-recommend
================================================ */
.home-recommend {
  background: var(--mh--color--surface-100);
}
.home-recommend__inner {
  padding-top: var(--mh--space--lg);
  padding-bottom: var(--mh--space--lg);
}
.home-recommend__list {
  display: grid;
  gap: var(--mh--space--sm);
}
.home-recommend__item-link {
  display: block;
}
.home-recommend__item-img {
  margin-bottom: var(--mh--space--10-15);
  overflow: hidden;
}
.home-recommend__item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--mh--duration) var(--mh--easing);
}
.home-recommend__item-head {
  padding-left: 19px;
  font-size: var(--mh--font-size--x2l);
  margin-bottom: 10px;
  transition: color var(--mh--duration) var(--mh--easing);
}
.home-recommend__item-head::before {
  width: 4px;
}
.home-recommend__item-head::after {
  content: "";
  position: absolute;
  top: 5px;
  right: 0;
  width: 20px;
  height: 20px;
  background: url(../img/taishin/bg_recommend01.svg) no-repeat center/contain;
}
@media (width >= 768px ) {
  .home-recommend__list {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--mh--space--30-40) var(--mh--space--sm);
  }
  .home-recommend__item-head::after {
    top: 8px;
    width: 27px;
    height: 27px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .home-recommend__item-link:hover .home-recommend__item-img img {
    transform: scale(1.1);
  }
  .home-recommend__item-link:hover .home-recommend__item-head {
    color: var(--mh--color--primary-500);
  }
}
/* .home-campaign
================================================ */
.home-campaign {
  background: url(../img/taishin/bg_campaign01_sp.jpg) no-repeat center top/cover;
}
.home-campaign__inner {
  padding-top: 50px;
  padding-bottom: 50px;
}
.home-campaign__img {
  margin: auto;
  max-width: 900px;
}
.home-campaign__area-btn {
  margin: var(--mh--space--xs) auto 0;
  padding-top: var(--mh--space--xs);
  border-top: 1px dashed #fff;
  max-width: 900px;
}
@media (width >= 768px ) {
  .home-campaign {
    background: url(../img/taishin/bg_campaign01_pc.jpg) no-repeat center top/cover;
  }
  .home-campaign__inner {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.u-hidden {
  display: none;
}
.u-inline {
  display: inline;
}
.u-inline-block {
  display: inline-block;
}
.u-block {
  display: block;
}
.u-flex {
  display: flex;
}
.u-grid {
  display: grid;
}
@media (width < 640px) {
  .u-hidden-sm-down {
    display: none;
  }
}
@media (width < 768px) {
  .u-hidden-md-down {
    display: none;
  }
}
@media (width < 1100px) {
  .u-hidden-lg-down {
    display: none;
  }
}
@media (width < 1360px) {
  .u-hidden-xl-down {
    display: none;
  }
}
@media (width >= 640px) {
  .u-hidden-sm-up {
    display: none;
  }
}
@media (width >= 768px ) {
  .u-hidden-md-up {
    display: none;
  }
}
@media (width >= 1100px ) {
  .u-hidden-lg-up {
    display: none;
  }
}
@media (width >= 1360px ) {
  .u-hidden-xl-up {
    display: none;
  }
}
/* overflow
-------------------------------------- */
.u-overflow-auto {
  overflow: auto;
}
.u-overflow-hidden {
  overflow: hidden;
}
.u-overflow-visible {
  overflow: visible;
}
/* screen reader
-------------------------------------- */
.u-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  white-space: nowrap;
  border-width: 0;
  clip: rect(0, 0, 0, 0);
}
/* text-transform
-------------------------------------- */
.u-uppercase {
  text-transform: uppercase;
}
.u-capitalize {
  text-transform: capitalize;
}
/* text-align
-------------------------------------- */
.u-text-left {
  text-align: left;
}
.u-text-right {
  text-align: right;
}
.u-text-center {
  text-align: center;
}
@media (width < 640px) {
  .u-text-left-sm-down {
    text-align: left;
  }
}
@media (width < 640px) {
  .u-text-right-sm-down {
    text-align: right;
  }
}
@media (width < 640px) {
  .u-text-center-sm-down {
    text-align: center;
  }
}
@media (width < 768px) {
  .u-text-left-md-down {
    text-align: left;
  }
}
@media (width < 768px) {
  .u-text-right-md-down {
    text-align: right;
  }
}
@media (width < 768px) {
  .u-text-center-md-down {
    text-align: center;
  }
}
@media (width < 1100px) {
  .u-text-left-lg-down {
    text-align: left;
  }
}
@media (width < 1100px) {
  .u-text-right-lg-down {
    text-align: right;
  }
}
@media (width < 1100px) {
  .u-text-center-lg-down {
    text-align: center;
  }
}
@media (width < 1360px) {
  .u-text-left-xl-down {
    text-align: left;
  }
}
@media (width < 1360px) {
  .u-text-right-xl-down {
    text-align: right;
  }
}
@media (width < 1360px) {
  .u-text-center-xl-down {
    text-align: center;
  }
}
@media (width >= 640px) {
  .u-text-left-sm-up {
    text-align: left;
  }
}
@media (width >= 640px) {
  .u-text-right-sm-up {
    text-align: right;
  }
}
@media (width >= 640px) {
  .u-text-center-sm-up {
    text-align: center;
  }
}
@media (width >= 768px ) {
  .u-text-left-md-up {
    text-align: left;
  }
}
@media (width >= 768px ) {
  .u-text-right-md-up {
    text-align: right;
  }
}
@media (width >= 768px ) {
  .u-text-center-md-up {
    text-align: center;
  }
}
@media (width >= 1100px ) {
  .u-text-left-lg-up {
    text-align: left;
  }
}
@media (width >= 1100px ) {
  .u-text-right-lg-up {
    text-align: right;
  }
}
@media (width >= 1100px ) {
  .u-text-center-lg-up {
    text-align: center;
  }
}
@media (width >= 1360px ) {
  .u-text-left-xl-up {
    text-align: left;
  }
}
@media (width >= 1360px ) {
  .u-text-right-xl-up {
    text-align: right;
  }
}
@media (width >= 1360px ) {
  .u-text-center-xl-up {
    text-align: center;
  }
}
/* font-size
-------------------------------------- */
.u-text-x3s {
  font-size: var(--mh--font-size--x3s);
}
.u-text-x2s {
  font-size: var(--mh--font-size--x2s);
}
.u-text-xs {
  font-size: var(--mh--font-size--xs);
}
.u-text-sm {
  font-size: var(--mh--font-size--sm);
}
.u-text-md {
  font-size: var(--mh--font-size--md);
}
.u-text-lg {
  font-size: var(--mh--font-size--lg);
}
.u-text-xl {
  font-size: var(--mh--font-size--xl);
}
.u-text-x2l {
  font-size: var(--mh--font-size--x2l);
}
.u-text-x3l {
  font-size: var(--mh--font-size--x3l);
}
.u-text-x4l {
  font-size: var(--mh--font-size--x4l);
}
.u-text-x5l {
  font-size: var(--mh--font-size--x5l);
}
.u-text-x6l {
  font-size: var(--mh--font-size--x6l);
}
.u-text-x7l {
  font-size: var(--mh--font-size--x7l);
}
.u-text-x8l {
  font-size: var(--mh--font-size--x8l);
}
.u-text-x9l {
  font-size: var(--mh--font-size--x9l);
}
.u-text-x10l {
  font-size: var(--mh--font-size--x10l);
}
.u-text-x11l {
  font-size: var(--mh--font-size--x11l);
}
.u-text-x12l {
  font-size: var(--mh--font-size--x12l);
}
.u-text-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);
}
/* line-height
-------------------------------------- */
.u-leading-none {
  line-height: var(--mh--line-height--none);
}
.u-leading-xs {
  line-height: var(--mh--line-height--xs);
}
.u-leading-sm {
  line-height: var(--mh--line-height--sm);
}
.u-leading-md {
  line-height: var(--mh--line-height--md);
}
.u-leading-lg {
  line-height: var(--mh--line-height--lg);
}
/* letter-spacing
-------------------------------------- */
.u-tracking-sm {
  letter-spacing: var(--mh--letter-spacing--sm);
}
.u-tracking-md {
  letter-spacing: var(--mh--letter-spacing--md);
}
/* font-weight
-------------------------------------- */
.u-font-bold {
  font-weight: 700;
}
/* font-family
-------------------------------------- */
.u-font-en {
  font-family: var(--mh--font-family--en);
  font-weight: 600;
  line-height: var(--mh--line-height--xs);
  letter-spacing: var(--mh--letter-spacing--sm);
}
.u-font-serif {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
}
.u-text-note {
  color: var(--mh--color--grayscale-800);
  font-size: var(--mh--font-size--xs);
  line-height: var(--mh--line-height--sm);
  margin-top: 10px;
  display: flex;
}
@media (width >= 768px ) {
  .u-text-note {
    justify-content: flex-end;
  }
}
/* text indent (鍵括弧対策)
-------------------------------------- */
.u-text-indent-bracket {
  text-indent: -0.5em;
  display: inline-block;
}
/* position
-------------------------------------- */
.u-relative {
  position: relative;
}
.u-absolute {
  position: absolute !important;
}
/* layout
-------------------------------------- */
.u-inner {
  padding-right: var(--mh--contents--padding--side);
  padding-left: var(--mh--contents--padding--side);
}
@media (width >= 768px ) {
  .u-inner {
    width: 100%;
    max-width: var(--mh--contents--width);
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
  }
}
.u-wide-inner {
  padding-right: var(--mh--contents--padding--side);
  padding-left: var(--mh--contents--padding--side);
}
@media (width >= 768px ) {
  .u-wide-inner {
    width: 100%;
    max-width: var(--mh--contents--wide-width-with-padding);
    margin-right: auto;
    margin-left: auto;
  }
}
.u-item-center {
  display: grid;
  place-items: center;
}
.u-clearfix {
  clear: both;
  display: block;
  height: 0;
  border: none;
}
/* link
-------------------------------------- */
a.u-alpha {
  display: block;
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  a.u-alpha {
    transition: opacity var(--mh--duration) var(--mh--easing);
  }
  a.u-alpha:hover {
    opacity: 0.7;
  }
}
a.u-zoom {
  display: block;
  text-decoration: none;
}
a.u-zoom .u-zoom__img {
  display: block;
}
a.u-zoom .u-zoom__img-wrap {
  display: block;
  overflow: hidden;
}
@media (hover: hover) and (pointer: fine) {
  a.u-zoom .u-zoom__img {
    transition: transform var(--mh--duration) var(--mh--easing);
  }
  a.u-zoom:hover .u-zoom__img {
    transform: scale(1.1);
  }
}
a.u-link-layer {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
}
a[class].u-text-underline {
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  a[class].u-text-underline:hover {
    text-decoration: none;
  }
}
.u-media-query {
  font-family: sp;
}
@media (width >= 768px ) {
  .u-media-query {
    font-family: tb;
  }
}
@media (width >= 1100px ) {
  .u-media-query {
    font-family: pc;
  }
}
.u-text-primary-100 {
  color: var(--mh--color--primary-100);
}
.u-text-primary-200 {
  color: var(--mh--color--primary-200);
}
.u-text-primary-500 {
  color: var(--mh--color--primary-500);
}
.u-text-primary-800 {
  color: var(--mh--color--primary-800);
}
.u-text-secondary-500 {
  color: var(--mh--color--secondary-500);
}
.u-text-grayscale-100 {
  color: var(--mh--color--grayscale-100);
}
.u-text-grayscale-500 {
  color: var(--mh--color--grayscale-500);
}
.u-text-grayscale-800 {
  color: var(--mh--color--grayscale-800);
}
.u-text-grayscale-900 {
  color: var(--mh--color--grayscale-900);
}
.u-text-surface-100 {
  color: var(--mh--color--surface-100);
}
.u-bg-primary-100 {
  background-color: var(--mh--color--primary-100);
}
.u-bg-primary-200 {
  background-color: var(--mh--color--primary-200);
}
.u-bg-primary-500 {
  background-color: var(--mh--color--primary-500);
}
.u-bg-primary-800 {
  background-color: var(--mh--color--primary-800);
}
.u-bg-secondary-500 {
  background-color: var(--mh--color--secondary-500);
}
.u-bg-grayscale-100 {
  background-color: var(--mh--color--grayscale-100);
}
.u-bg-grayscale-500 {
  background-color: var(--mh--color--grayscale-500);
}
.u-bg-grayscale-800 {
  background-color: var(--mh--color--grayscale-800);
}
.u-bg-grayscale-900 {
  background-color: var(--mh--color--grayscale-900);
}
.u-bg-surface-100 {
  background-color: var(--mh--color--surface-100);
}
.u-p-x2s {
  padding: var(--mh--padding--x2s);
}
.u-py-x2s {
  padding-block: var(--mh--padding--x2s);
}
.u-px-x2s {
  padding-inline: var(--mh--padding--x2s);
}
.u-pt-x2s {
  padding-top: var(--mh--padding--x2s);
}
.u-pb-x2s {
  padding-bottom: var(--mh--padding--x2s);
}
.u-pl-x2s {
  padding-left: var(--mh--padding--x2s);
}
.u-pr-x2s {
  padding-right: var(--mh--padding--x2s);
}
.u-p-xs {
  padding: var(--mh--padding--xs);
}
.u-py-xs {
  padding-block: var(--mh--padding--xs);
}
.u-px-xs {
  padding-inline: var(--mh--padding--xs);
}
.u-pt-xs {
  padding-top: var(--mh--padding--xs);
}
.u-pb-xs {
  padding-bottom: var(--mh--padding--xs);
}
.u-pl-xs {
  padding-left: var(--mh--padding--xs);
}
.u-pr-xs {
  padding-right: var(--mh--padding--xs);
}
.u-p-sm {
  padding: var(--mh--padding--sm);
}
.u-py-sm {
  padding-block: var(--mh--padding--sm);
}
.u-px-sm {
  padding-inline: var(--mh--padding--sm);
}
.u-pt-sm {
  padding-top: var(--mh--padding--sm);
}
.u-pb-sm {
  padding-bottom: var(--mh--padding--sm);
}
.u-pl-sm {
  padding-left: var(--mh--padding--sm);
}
.u-pr-sm {
  padding-right: var(--mh--padding--sm);
}
.u-p-md {
  padding: var(--mh--padding--md);
}
.u-py-md {
  padding-block: var(--mh--padding--md);
}
.u-px-md {
  padding-inline: var(--mh--padding--md);
}
.u-pt-md {
  padding-top: var(--mh--padding--md);
}
.u-pb-md {
  padding-bottom: var(--mh--padding--md);
}
.u-pl-md {
  padding-left: var(--mh--padding--md);
}
.u-pr-md {
  padding-right: var(--mh--padding--md);
}
.u-p-lg {
  padding: var(--mh--padding--lg);
}
.u-py-lg {
  padding-block: var(--mh--padding--lg);
}
.u-px-lg {
  padding-inline: var(--mh--padding--lg);
}
.u-pt-lg {
  padding-top: var(--mh--padding--lg);
}
.u-pb-lg {
  padding-bottom: var(--mh--padding--lg);
}
.u-pl-lg {
  padding-left: var(--mh--padding--lg);
}
.u-pr-lg {
  padding-right: var(--mh--padding--lg);
}
.u-p-xl {
  padding: var(--mh--padding--xl);
}
.u-py-xl {
  padding-block: var(--mh--padding--xl);
}
.u-px-xl {
  padding-inline: var(--mh--padding--xl);
}
.u-pt-xl {
  padding-top: var(--mh--padding--xl);
}
.u-pb-xl {
  padding-bottom: var(--mh--padding--xl);
}
.u-pl-xl {
  padding-left: var(--mh--padding--xl);
}
.u-pr-xl {
  padding-right: var(--mh--padding--xl);
}
.u-p-x2l {
  padding: var(--mh--padding--x2l);
}
.u-py-x2l {
  padding-block: var(--mh--padding--x2l);
}
.u-px-x2l {
  padding-inline: var(--mh--padding--x2l);
}
.u-pt-x2l {
  padding-top: var(--mh--padding--x2l);
}
.u-pb-x2l {
  padding-bottom: var(--mh--padding--x2l);
}
.u-pl-x2l {
  padding-left: var(--mh--padding--x2l);
}
.u-pr-x2l {
  padding-right: var(--mh--padding--x2l);
}
.u-m-x2s {
  margin: var(--mh--space--x2s);
}
.u-my-x2s {
  margin-block: var(--mh--space--x2s);
}
.u-mx-x2s {
  margin-inline: var(--mh--space--x2s);
}
.u-mt-x2s {
  margin-top: var(--mh--space--x2s);
}
.u-mb-x2s {
  margin-bottom: var(--mh--space--x2s);
}
.u-ml-x2s {
  margin-left: var(--mh--space--x2s);
}
.u-mr-x2s {
  margin-right: var(--mh--space--x2s);
}
.u-m-xs {
  margin: var(--mh--space--xs);
}
.u-my-xs {
  margin-block: var(--mh--space--xs);
}
.u-mx-xs {
  margin-inline: var(--mh--space--xs);
}
.u-mt-xs {
  margin-top: var(--mh--space--xs);
}
.u-mb-xs {
  margin-bottom: var(--mh--space--xs);
}
.u-ml-xs {
  margin-left: var(--mh--space--xs);
}
.u-mr-xs {
  margin-right: var(--mh--space--xs);
}
.u-m-sm {
  margin: var(--mh--space--sm);
}
.u-my-sm {
  margin-block: var(--mh--space--sm);
}
.u-mx-sm {
  margin-inline: var(--mh--space--sm);
}
.u-mt-sm {
  margin-top: var(--mh--space--sm);
}
.u-mb-sm {
  margin-bottom: var(--mh--space--sm);
}
.u-ml-sm {
  margin-left: var(--mh--space--sm);
}
.u-mr-sm {
  margin-right: var(--mh--space--sm);
}
.u-m-md {
  margin: var(--mh--space--md);
}
.u-my-md {
  margin-block: var(--mh--space--md);
}
.u-mx-md {
  margin-inline: var(--mh--space--md);
}
.u-mt-md {
  margin-top: var(--mh--space--md);
}
.u-mb-md {
  margin-bottom: var(--mh--space--md);
}
.u-ml-md {
  margin-left: var(--mh--space--md);
}
.u-mr-md {
  margin-right: var(--mh--space--md);
}
.u-m-lg {
  margin: var(--mh--space--lg);
}
.u-my-lg {
  margin-block: var(--mh--space--lg);
}
.u-mx-lg {
  margin-inline: var(--mh--space--lg);
}
.u-mt-lg {
  margin-top: var(--mh--space--lg);
}
.u-mb-lg {
  margin-bottom: var(--mh--space--lg);
}
.u-ml-lg {
  margin-left: var(--mh--space--lg);
}
.u-mr-lg {
  margin-right: var(--mh--space--lg);
}
.u-m-xl {
  margin: var(--mh--space--xl);
}
.u-my-xl {
  margin-block: var(--mh--space--xl);
}
.u-mx-xl {
  margin-inline: var(--mh--space--xl);
}
.u-mt-xl {
  margin-top: var(--mh--space--xl);
}
.u-mb-xl {
  margin-bottom: var(--mh--space--xl);
}
.u-ml-xl {
  margin-left: var(--mh--space--xl);
}
.u-mr-xl {
  margin-right: var(--mh--space--xl);
}
.u-m-x2l {
  margin: var(--mh--space--x2l);
}
.u-my-x2l {
  margin-block: var(--mh--space--x2l);
}
.u-mx-x2l {
  margin-inline: var(--mh--space--x2l);
}
.u-mt-x2l {
  margin-top: var(--mh--space--x2l);
}
.u-mb-x2l {
  margin-bottom: var(--mh--space--x2l);
}
.u-ml-x2l {
  margin-left: var(--mh--space--x2l);
}
.u-mr-x2l {
  margin-right: var(--mh--space--x2l);
}
.u-m-x3l {
  margin: var(--mh--space--x3l);
}
.u-my-x3l {
  margin-block: var(--mh--space--x3l);
}
.u-mx-x3l {
  margin-inline: var(--mh--space--x3l);
}
.u-mt-x3l {
  margin-top: var(--mh--space--x3l);
}
.u-mb-x3l {
  margin-bottom: var(--mh--space--x3l);
}
.u-ml-x3l {
  margin-left: var(--mh--space--x3l);
}
.u-mr-x3l {
  margin-right: var(--mh--space--x3l);
}
.u-mx-auto {
  margin-inline: auto;
}
html body {
  --wp--style--block-gap: 0;
}
html body {
  --wp--preset--font-size--x-2-s: var(--mh--font-size--x2s);
  --wp--preset--font-size--xs: var(--mh--font-size--xs);
  --wp--preset--font-size--sm: var(--mh--font-size--sm);
  --wp--preset--font-size--md: var(--mh--font-size--md);
  --wp--preset--font-size--lg: var(--mh--font-size--lg);
  --wp--preset--font-size--xl: var(--mh--font-size--xl);
  --wp--preset--font-size--x-2-l: var(--mh--font-size--x2l);
  --wp--preset--font-size--x-3-l: var(--mh--font-size--x3l);
  --wp--preset--font-size--x-4-l: var(--mh--font-size--x4l);
  --wp--preset--font-size--x-5-l: var(--mh--font-size--x5l);
  --wp--preset--font-size--x-6-l: var(--mh--font-size--x6l);
  --wp--preset--font-size--x-7-l: var(--mh--font-size--x7l);
  --wp--preset--font-size--x-8-l: var(--mh--font-size--x8l);
  --wp--preset--font-size--x-9-l: var(--mh--font-size--x9l);
  --wp--preset--font-size--x-10-l: var(--mh--font-size--x10l);
  --wp--preset--font-size--x-11-l: var(--mh--font-size--x11l);
  --wp--preset--font-size--x-12-l: var(--mh--font-size--x12l);
  --wp--preset--font-size--x-13-l: var(--mh--font-size--x13l);
  --wp--preset--font-size--x-14-l: var(--mh--font-size--x14l);
  --wp--preset--font-size--x-15-l: var(--mh--font-size--x15l);
}
.has-lg-font-size,
.has-xl-font-size,
.has-x-2-l-font-size,
.has-x-3-l-font-size,
.has-x-4-l-font-size {
  line-height: var(--mh--line-height--sm);
}
.has-x-5-l-font-size,
.has-x-6-l-font-size,
.has-x-7-l-font-size,
.has-x-8-l-font-size,
.has-x-9-l-font-size,
.has-x-10-l-font-size,
.has-x-11-l-font-size,
.has-x-12-l-font-size,
.has-x-13-l-font-size,
.has-x-14-l-font-size,
.has-x-15-l-font-size {
  line-height: var(--mh--line-height--xs);
}
.wp-block-m-hand-custom-block-custom-group[class*=" u-grid-cols"],
.wp-block-m-hand-custom-block-custom-group[class*=" sm:u-grid-cols"],
.wp-block-m-hand-custom-block-custom-group[class*=" md:u-grid-cols"],
.wp-block-m-hand-custom-block-custom-group[class*=" lg:u-grid-cols"],
.wp-block-m-hand-custom-block-custom-group[class*=" xl:u-grid-cols"],
.wp-block-m-hand-custom-block-custom-group[class*=" u-gap"],
.wp-block-m-hand-custom-block-custom-group[class*=" sm:u-gap"],
.wp-block-m-hand-custom-block-custom-group[class*=" md:u-gap"],
.wp-block-m-hand-custom-block-custom-group[class*=" lg:u-gap"],
.wp-block-m-hand-custom-block-custom-group[class*=" xl:u-gap"],
.wp-block-group[class*=" u-gap"],
.wp-block-group[class*=" sm:u-gap"],
.wp-block-group[class*=" md:u-gap"],
.wp-block-group[class*=" lg:u-gap"],
.wp-block-group[class*=" xl:u-gap"],
.wp-block-group[class*=" u-grid-cols"],
.wp-block-group[class*=" sm:u-grid-cols"],
.wp-block-group[class*=" md:u-grid-cols"],
.wp-block-group[class*=" lg:u-grid-cols"],
.wp-block-group[class*=" xl:u-grid-cols"],
.wp-block-columns[class*=" u-grid-cols"],
.wp-block-columns[class*=" sm:u-grid-cols"],
.wp-block-columns[class*=" md:u-grid-cols"],
.wp-block-columns[class*=" lg:u-grid-cols"],
.wp-block-columns[class*=" xl:u-grid-cols"],
.wp-block-columns[class*=" u-gap"],
.wp-block-columns[class*=" sm:u-gap"],
.wp-block-columns[class*=" md:u-gap"],
.wp-block-columns[class*=" lg:u-gap"],
.wp-block-columns[class*=" xl:u-gap"] {
  display: grid;
}
html body a:not(.wp-element-button) {
  text-decoration: inherit;
}
@media (width >= 768px ) {
  .wp-block-image.alignleft {
    float: left;
    margin-right: 2em;
  }
  .wp-block-image.alignright {
    float: right;
    margin-left: 2em;
  }
  .wp-block-image.aligncenter {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
}