@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/

:root {
  --COLOR_BASE_DARK: #000;
  --COLOR_BASE_LIGHT: #fff;
  --COLOR_BRAND_PRIMARY: #216aad;
  --COLOR_BRAND_SECONDARY: #6610f2;
  --COLOR_BRAND_SECONDARY_2: #4c4c5c;
  --COLOR_ROLE_SUCCESS_DARK: #1c7560;
  --COLOR_ROLE_SUCCESS_LIGHT: #e2f8f3;
  --COLOR_ROLE_DANGER_DARK: #c03;
  --COLOR_ROLE_DANGER_LIGHT: #ffe0e8;
  --COLOR_ROLE_WARNING_DARK: #7a6800;
  --COLOR_ROLE_WARNING_LIGHT: #fff9d8;
  --COLOR_ROLE_INFO_DARK: #003acc;
  --COLOR_ROLE_INFO_LIGHT: #e0e9ff;
  --COLOR_FOREGROUND_DARK: #333;
  --COLOR_FOREGROUND_LIGHT: #fff;
  --COLOR_BACKGROUND_DARK: #333;
  --COLOR_BACKGROUND_LIGHT: #fff;
  --COLOR_OUTLINE_DARK: #6e6e74;
  --COLOR_OUTLINE_LIGHT: #d8d8db;
  --SIZE_MODULE_MARGIN: 40px;
  --SIZE_NESTED_MODULE_MARGIN: 16px;
  --FONT_SIZE: 0.875rem;
  --FONT_SIZE_NOTE: 0.8125rem;
  --LINE_HEIGHT: 1.75;
  --OPACITY: 0.5;
  --BOX_SHADOW: 0 5px 6px #7d7d7d33;
  --TEXT_SHADOW: 1px 1px 5px #00000080;
  --BORDER_RADIUS_SMALL: 5px;
  --BORDER_RADIUS_LARGE: 10px;
  --LINER_GRADIENT: linear-gradient(90deg, #ade6ff, #dbb2ff);
  --TRANSITION: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.l-breadcrumb,
.l-content,
.l-header {
  display: grid;
  gap: 0 24px;
  grid-template-columns: 1fr minmax(252px, 1280px) 1fr;
}
.l-content__outer,
.l-header__outer {
  display: grid;
  gap: 0 24px;
  grid-column: 1/4;
  grid-template-columns: 1fr minmax(252px, 1280px) 1fr;
}
.l-breadcrumb__inner > :first-child,
.l-content__inner > :first-child,
.l-footer__inner > :first-child,
.l-header__inner > :first-child,
.l-mv__inner > :first-child,
.l-navigationTop__inner > :first-child,
.l-section__inner > :first-child,
.m-box-arrow > :first-child,
.m-box__body > :first-child,
.m-card-detail__body > :first-child,
.m-card-detail__foot > :first-child,
.m-card-detail__head > :first-child,
.m-card-point__body > :first-child,
.m-card-point__foot > :first-child,
.m-card-point__head > :first-child,
.m-form-filter__content > :first-child,
.m-form-list__content > :first-child,
.m-form-list__title > :first-child,
.m-heading-type1-article > :first-child,
.m-heading-type1 > :first-child,
.m-heading-type2-article > :first-child,
.m-heading-type2 > :first-child,
.m-layout-media__content > :first-child,
.m-layout-media__media > :first-child,
.m-layout__item > :first-child,
.m-list-description__content > :first-child,
.m-list-step__content > :first-child,
.m-table__cell > :first-child,
.m-widget-carousel__slide > :first-child,
.m-widget-dialog__body > :first-child,
.u-section > :first-child,
body > :first-child {
  margin-top: 0 !important;
}
.l-breadcrumb__inner > :last-child,
.l-content__inner > :last-child,
.l-footer__inner > :last-child,
.l-header__inner > :last-child,
.l-mv__inner > :last-child,
.l-navigationTop__inner > :last-child,
.l-section__inner > :last-child,
.m-box-arrow > :last-child,
.m-box__body > :last-child,
.m-card-detail__body > :last-child,
.m-card-detail__foot > :last-child,
.m-card-detail__head > :last-child,
.m-card-point__body > :last-child,
.m-card-point__foot > :last-child,
.m-card-point__head > :last-child,
.m-form-filter__content > :last-child,
.m-form-list__content > :last-child,
.m-form-list__title > :last-child,
.m-heading-type1-article > :last-child,
.m-heading-type1 > :last-child,
.m-heading-type2-article > :last-child,
.m-heading-type2 > :last-child,
.m-layout-media__content > :last-child,
.m-layout-media__media > :last-child,
.m-layout__item > :last-child,
.m-list-description__content > :last-child,
.m-list-step__content > :last-child,
.m-table__cell > :last-child,
.m-widget-carousel__slide > :last-child,
.m-widget-dialog__body > :last-child,
.u-section > :last-child,
body > :last-child {
  margin-bottom: 0 !important;
}
.l-breadcrumb__inner,
.l-content__inner,
.l-footer__inner,
.l-header__inner,
.l-mv__inner,
.l-navigationTop__inner,
.l-section__inner {
  grid-column: 2/3;
}
.m-badge-list,
.m-box-arrow,
.m-form-checkboxList,
.m-form-filter,
.m-form-partsComplex,
.m-form-radioList,
.m-horizon,
.m-link-list,
.m-navigation,
.m-navigation-pager,
.m-navigation-sns,
.m-panel-download,
.m-panel-information,
.m-text-caution,
.m-text-warning,
.m-widget-carousel,
.m-widget-tabPanel,
.m-widget-tabPanel__container {
  margin-top: var(--SIZE_MODULE_MARGIN);
}
*,
:after,
:before {
  box-sizing: border-box;
}
::backdrop {
  background-color: #00000080;
}
html {
  font-size: 62.5%;
  height: 100%;
  margin: 0 !important;
  overflow-x: hidden;
  padding: 0;
  scroll-behavior: smooth;
}
html:has(dialog[open]) {
  scrollbar-gutter: stable;
}
head noscript {
  display: none;
}
body {
  background-color: var(--COLOR_BACKGROUND_LIGHT);
  color: var(--COLOR_FOREGROUND_DARK);
  font-family: Noto Sans JP, 游ゴシック Medium, 游ゴシック体, Yu Gothic Medium,
    YuGothic, ヒラギノ角ゴ ProN, Hiragino Kaku Gothic ProN, メイリオ, Meiryo,
    sans-serif;
  font-size: var(--FONT_SIZE);
  height: 100%;
  line-height: var(--LINE_HEIGHT);
  margin: 0;
  overflow-x: hidden;
  padding: 0;
}
body:has(dialog[open]) {
  height: 100%;
  overflow: hidden;
  position: fixed;
  translate: 0 var(--scroll-y, 0);
  width: 100%;
}
dd,
dl,
dt,
li,
ol,
p,
ul {
  margin: 0;
  padding: 0;
}
em {
  font-style: normal;
  font-weight: 700;
}
strong {
  color: var(--COLOR_ROLE_DANGER_DARK);
}
sub,
sup {
  font-size: 75%;
  line-height: 1;
  margin-left: 0.25em;
  margin-right: 0.25em;
  vertical-align: middle;
}
sub {
  bottom: -0.75em;
}
sup {
  top: -0.75em;
}
a :where(img) {
  pointer-events: none;
}
img,
svg {
  height: auto;
  max-width: 100%;
  width: auto;
}
::placeholder {
  opacity: 1;
}
label {
  cursor: pointer;
}
[type="date"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="search"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
select {
  line-height: 1;
}
[type="date"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="search"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
select,
textarea {
  appearance: none;
  border-radius: 0;
  color: currentColor;
  font-size: 1rem;
}
[type="date"]::-webkit-clear-button,
[type="date"]::-webkit-inner-spin-button {
  appearance: none;
}
[type="date"]::-webkit-calendar-picker-indicator {
  height: 100%;
  left: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
button {
  color: var(--COLOR_FOREGROUND_DARK);
  font-family: 游ゴシック Medium, 游ゴシック体, Yu Gothic Medium, YuGothic,
    ヒラギノ角ゴ ProN, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, sans-serif;
  font-size: var(--FONT_SIZE);
  line-height: var(--LINE_HEIGHT);
}
textarea {
  overflow-x: hidden;
  overflow-y: auto;
  resize: vertical;
}
summary {
  cursor: pointer;
  list-style: none;
}
summary::-webkit-details-marker {
  display: none;
}
figcaption {
  font-size: 16px !important;
}
[hidden="hidden"] {
  display: none !important;
}
.l-wrap {
  display: grid;
  grid-template-areas: "header" "breadcrumb" "mainVisual" "content" "navigationTop" "footer";
  grid-template-rows: auto auto auto 1fr auto auto;
  min-height: 100%;
  width: 100%;
}
.l-header {
  grid-area: header;
  z-index: 100;
}
.l-header__outer {
  background-color: #fff;
  filter: drop-shadow(0 4px 4px rgba(51, 51, 51, 0.0784313725));
}
.l-header__inner {
  align-items: center;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  padding: 16px 0;
}
.l-header-logo {
  flex-shrink: 0;
  margin: 0;
  width: 135px;
  z-index: 100;
}
.l-header-logo__link {
  display: block;
}
.l-header-nav__inner,
.l-header-nav__list {
  align-items: center;
  display: flex;
  gap: 32px;
}
.l-header-nav__list {
  font-family: Zen Old Mincho, serif;
  font-style: normal;
  font-weight: 500;
  list-style: none;
}
.l-header-nav__link {
  align-items: center;
  color: #000;
  display: inline-flex;
  font-size: 2.2rem;
  gap: 16px;
  position: relative;
  text-decoration: none;
}
.l-header-nav__link:after {
  border-right: 1px solid;
  border-top: 1px solid;
  content: "";
  display: block;
  height: 8px;
  transform: rotate(45deg);
  width: 8px;
}
.l-header-nav__contact {
  flex-shrink: 0;
  font-family: Zen Old Mincho, serif;
  font-style: normal;
  font-weight: 600;
}
.l-header-nav__contact-link {
  background-color: #656550;
  border-radius: 100vh;
  color: #fff;
  font-size: 2rem;
  padding: 24px;
  text-decoration: none;
}
.l-header-hamburger {
  background: none;
  border: none;
  cursor: pointer;
  display: block;
  height: 30px;
  position: relative;
  width: 30px;
  z-index: 100;
}
.l-header-hamburger__line {
  background-color: #000;
  height: 2px;
  left: 0;
  position: absolute;
  transition: all 0.3s;
  width: 100%;
}
.l-header-hamburger__line:first-child {
  top: 4px;
}
.l-header-hamburger__line:nth-child(2) {
  top: 14px;
}
.l-header-hamburger__line:nth-child(3) {
  bottom: 4px;
}
.l-header-hamburger[aria-expanded="true"]
  .l-header-hamburger__line:first-child {
  transform: translateY(10px) rotate(45deg);
}
.l-header-hamburger[aria-expanded="true"]
  .l-header-hamburger__line:nth-child(2) {
  opacity: 0;
}
.l-header-hamburger[aria-expanded="true"]
  .l-header-hamburger__line:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
}
body.menu-open {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  width: 100%;
}
.l-breadcrumb {
  grid-area: breadcrumb;
}
.l-breadcrumb__inner {
  padding: 16px 0;
}
.l-breadcrumb__item {
  display: inline;
  font-size: 0.75rem;
  list-style: none;
}
.l-breadcrumb__item + .l-breadcrumb__item:before {
  content: ">";
}
.l-breadcrumb__link:any-link {
  color: var(--COLOR_BRAND_PRIMARY);
  text-decoration: none;
}
.l-mv {
  background-color: #2f2e25;
  grid-template-columns: 1fr minmax(252px, 1280px) 1fr;
  height: 100vh;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.l-mv,
.l-mv__outer {
  display: grid;
  gap: 0 45px;
}
.l-mv__outer {
  grid-column: 1/4;
  grid-template-columns: 1fr minmax(252px, 1280px) 1fr;
}
.l-mv__content-logo {
  width: 128px;
}
.l-mv-image {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.l-mv-image img,
.l-mv-image picture {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.l-mv__content {
  height: 100%;
  position: relative;
  z-index: 2;
}
.l-mv__content-list {
  display: none;
}
.l-mv__content-link {
  align-items: center;
  color: #fff;
  display: inline-flex;
  font-family: Zen Old Mincho, serif;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  gap: 16px;
  position: relative;
  text-decoration: none;
}
.l-mv__content-link:after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  height: 8px;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
  width: 8px;
}
.l-mv__content-link:hover {
  color: #fff !important;
  text-decoration: underline !important;
}
.l-mv__content-link:hover:after {
  transform: rotate(45deg) translate(2px, 2px);
}
.l-mv-carousel {
  overflow: hidden;
}
.l-mv-carousel,
.l-mv-carousel__inner {
  height: 100%;
  position: relative;
  width: 100%;
}
.l-mv-carousel__item {
  opacity: 0;
  transition: opacity 3s ease;
}
.l-mv-carousel__item,
.l-mv-carousel__item:before {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.l-mv-carousel__item:before {
  background-color: #00000080;
  content: "";
  z-index: 1;
}
.l-mv-carousel__item img,
.l-mv-carousel__item picture {
  position: relative;
  z-index: 0;
}
.l-mv-carousel__item.active {
  opacity: 1;
}
.l-content {
  grid-area: content;
}
.l-content__outer--background {
  background-color: #f8f8fa;
}
.l-content__inner {
  padding: 40px 0;
}
.l-content__inner--top {
  padding: 0;
}
.l-content__inner--content {
  margin: 0 auto;
  max-width: 980px;
  width: 100%;
}
.l-navigationTop {
  bottom: 0;
  grid-area: navigationTop;
  height: 0;
  position: sticky;
  z-index: 200;
}
.l-navigationTop__inner {
  display: flex;
  justify-content: flex-end;
  padding: 16px;
  pointer-events: none;
  position: relative;
  transform: translateY(-100%);
}
.l-navigationTop__link {
  background-color: var(--COLOR_BACKGROUND_LIGHT);
  border: 1px solid var(--COLOR_BRAND_PRIMARY);
  display: block;
  height: 40px;
  overflow: hidden;
  padding: 40px 0 0 40px;
  pointer-events: auto;
  position: relative;
  width: 40px;
}
.l-navigationTop__link:before {
  background-image: url("data:image/svg+xml; charset=utf8, %3csvg%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20viewBox%3d%220%200%20100%20100%22%20fill%3d%22%23216aad%22%3e%3cpath%20d%3d%22M50,20%2e8c2%2e1,0,4%2e3,0%2e8,5%2e9,2%2e4l41%2e7,41%2e7c3%2e3,3%2e3,3%2e3,8%2e5,0,11%2e8c%2d3%2e3,3%2e3%2d8%2e5,3%2e3%2d11%2e8,0L50,40%2e9L14%2e2,76%2e7C11,80,5%2e7,80,2%2e4,76%2e7c%2d3%2e3%2d3%2e3%2d3%2e3%2d8%2e5,0%2d11%2e8l41%2e7%2d41%2e7C45%2e7,21%2e6,47%2e9,20%2e8,50,20%2e8z%22%2f%3e%3c%2fsvg%3e");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 20px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
}
.l-footer {
  background-color: #2f2e25;
  display: grid;
  gap: 0 45px;
  grid-area: footer;
  grid-template-columns: 1fr minmax(252px, 1280px) 1fr;
}
.l-footer__outer {
  display: grid;
  gap: 0 45px;
  grid-column: 1/4;
  grid-template-columns: 1fr minmax(252px, 1280px) 1fr;
}
.l-footer__inner {
  padding: 80px 0 60px;
}
.l-footer-content {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.l-footer__item:first-child {
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  gap: 30px;
  justify-content: space-between;
}
.l-footer__item:nth-child(2) {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.l-footer__logo {
  height: 100%;
  max-width: 210px;
  min-width: 140px;
  object-fit: contain;
  width: 45%;
}
.l-footer-address__text {
  color: #bfbfbf;
  font-size: 1.6rem;
}
.l-footer-address__text + .l-footer-address__text {
  margin-top: 16px;
}
.l-footer-address__text > a[href^="tel:"] {
  color: #bfbfbf;
  text-decoration: none;
}
.l-footer-list {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr;
  list-style: none;
  width: 100%;
}
.l-footer-list__item > .l-footer-list {
  display: block;
  margin-top: 16px;
}
.l-footer-list__item > .l-footer-list .l-footer-list__link {
  color: #a0a0a0;
  font-size: 1.4rem;
  padding-left: 16px;
}
.l-footer-list__link {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.25;
  text-decoration: none;
}
.l-footer-sns {
  display: flex;
  gap: 24px;
}
.l-footer-sns__link {
  display: block;
  height: 50px;
  width: 50px;
}
.l-footer__copyright {
  color: #a0a0a0;
  font-size: 2rem;
  margin-top: 40px;
  padding-top: 40px;
  position: relative;
  text-align: center;
}
.l-footer__copyright:before {
  background-color: #434236;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 100vw;
}
.l-svg {
  display: none;
}
.m-badge {
  --local-background: var(--COLOR_BRAND_SECONDARY_2);
  --local-foreground: var(--COLOR_FOREGROUND_LIGHT);
  --local-outline: #0000;
  align-items: center;
  background-color: var(--local-background);
  border: 1px solid var(--local-outline);
  color: var(--local-foreground);
  display: inline-flex;
  font-size: 0.75rem;
  justify-content: center;
  line-height: 1.5;
  padding: 8px 16px;
  text-align: center;
}
.m-badge--rounded {
  border-radius: 5px;
}
.m-badge--pill {
  border-radius: 2em;
}
.m-badge--outline {
  --local-foreground: var(--COLOR_FOREGROUND_DARK);
  --local-background: var(--COLOR_BACKGROUND_LIGHT);
  --local-outline: var(--COLOR_BRAND_SECONDARY_2);
}
.m-badge--caution {
  --local-background: var(--COLOR_ROLE_WARNING_DARK);
}
.m-badge--warning {
  --local-background: var(--COLOR_ROLE_DANGER_DARK);
}
.m-badge-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 100%;
  padding: 0;
}
.m-badge-list__item {
  list-style: none;
}
.m-box {
  --local-foreground: var(--COLOR_FOREGROUND_DARK);
  --local-background: #e8e8eb;
  --local-outline: #0000;
  background-color: var(--local-background);
  border: 1px solid var(--local-outline);
  margin-top: 24px;
}
.m-box__head {
  color: var(--local-foreground);
  padding: 24px 16px;
}
.m-box__title {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
}
.m-box__body {
  padding: 24px 16px;
}
.m-box__body > [class^="m-"] {
  margin-top: var(--SIZE_NESTED_MODULE_MARGIN);
}
.m-box__head + .m-box__body {
  padding-top: 0;
}
.m-box__body--scroll {
  height: 200px;
  overflow: auto;
  position: relative;
}
.m-box--quote,
.m-box--related {
  --local-background: var(--COLOR_BACKGROUND_LIGHT);
  --local-outline: var(--COLOR_OUTLINE_DARK);
}
.m-box--related :where(.m-box__head) {
  background-color: #e8e8eb;
}
.m-box--related :is(.m-box__head + .m-box__body) {
  padding: 24px 16px;
}
.m-box--important {
  --local-background: var(--COLOR_ROLE_DANGER_LIGHT);
  --local-outline: #0000;
}
.m-box--alert {
  --local-foreground: var(--COLOR_ROLE_DANGER_DARK);
  --local-background: var(--COLOR_BACKGROUND_LIGHT);
  --local-outline: var(--COLOR_ROLE_DANGER_DARK);
  text-align: center;
}
details.m-box :where(.m-box__head) {
  cursor: pointer;
  list-style: none;
  padding-right: 48px;
  position: relative;
}
details.m-box :where(.m-box__head):before {
  background-image: url("data:image/svg+xml; charset=utf8, %3csvg%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20viewBox%3d%220%200%20100%20100%22%20fill%3d%22currentColor%22%3e%3cpath%20d%3d%22M100,50c0,4%2e3%2d3%2e4,7%2e7%2d7%2e7,7%2e7H57%2e7v34%2e6c0,4%2e3%2d3%2e4,7%2e7%2d7%2e7,7%2e7s%2d7%2e7%2d3%2e4%2d7%2e7%2d7%2e7V57%2e7H7%2e7C3%2e4,57%2e7,0,54%2e3,0,50s3%2e4%2d7%2e7,7%2e7%2d7%2e7h34%2e6V7%2e7C42%2e3,3%2e4,45%2e8,0,50,0s7%2e7,3%2e4,7%2e7,7%2e7v34%2e6h34%2e6C96%2e6,42%2e3,100,45%2e7,100,50z%22%2f%3e%3c%2fsvg%3e");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 16px;
  pointer-events: none;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
}
details.m-box[open] :where(.m-box__head):before {
  background-image: url("data:image/svg+xml; charset=utf8, %3csvg%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20viewBox%3d%220%200%20100%20100%22%20fill%3d%22currentColor%22%3e%3cpath%20d%3d%22M92%2e3,57%2e7H7%2e7C3%2e4,57%2e7,0,54%2e2,0,50s3%2e4%2d7%2e7,7%2e7%2d7%2e7h84%2e6c4%2e3,0,7%2e7,3%2e4,7%2e7,7%2e7S96%2e6,57%2e7,92%2e3,57%2e7z%22%2f%3e%3c%2fsvg%3e");
}
details.m-box--alert .m-box__head:before {
  background-image: url("data:image/svg+xml; charset=utf8, %3csvg%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20viewBox%3d%220%200%20100%20100%22%20fill%3d%22%23cc0033%22%3e%3cpath%20d%3d%22M100,50c0,4%2e3%2d3%2e4,7%2e7%2d7%2e7,7%2e7H57%2e7v34%2e6c0,4%2e3%2d3%2e4,7%2e7%2d7%2e7,7%2e7s%2d7%2e7%2d3%2e4%2d7%2e7%2d7%2e7V57%2e7H7%2e7C3%2e4,57%2e7,0,54%2e3,0,50s3%2e4%2d7%2e7,7%2e7%2d7%2e7h34%2e6V7%2e7C42%2e3,3%2e4,45%2e8,0,50,0s7%2e7,3%2e4,7%2e7,7%2e7v34%2e6h34%2e6C96%2e6,42%2e3,100,45%2e7,100,50z%22%2f%3e%3c%2fsvg%3e");
}
details.m-box--alert[open] .m-box__head:before {
  background-image: url("data:image/svg+xml; charset=utf8, %3csvg%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20viewBox%3d%220%200%20100%20100%22%20fill%3d%22%23cc0033%22%3e%3cpath%20d%3d%22M92%2e3,57%2e7H7%2e7C3%2e4,57%2e7,0,54%2e2,0,50s3%2e4%2d7%2e7,7%2e7%2d7%2e7h84%2e6c4%2e3,0,7%2e7,3%2e4,7%2e7,7%2e7S96%2e6,57%2e7,92%2e3,57%2e7z%22%2f%3e%3c%2fsvg%3e");
}
.m-box-arrow + .m-box-arrow {
  margin-top: calc(var(--SIZE_MODULE_MARGIN) * 2 + 24px);
  position: relative;
}
.m-box-arrow + .m-box-arrow:before {
  border-bottom: 0;
  border-left: 32px solid #0000;
  border-right: 32px solid #0000;
  border-top: 24px solid #e8e8eb;
  bottom: calc(100% + var(--SIZE_MODULE_MARGIN));
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
.m-button[class] {
  background-color: #656550;
  border: 1px solid #0000;
  border-radius: 100vh;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 1.6rem;
  min-width: 230px;
  padding: 16px 64px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease,
    border-color 0.3s ease;
  width: 100%;
}
.m-button[class]:before {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  height: 10px;
  inset: 50% 24px auto auto;
  position: absolute;
  transform: translateY(-50%) rotate(-45deg);
  width: 10px;
}
.m-button--reverse[class]:before {
  inset: 50% auto auto 24px;
  transform: translateY(-50%) rotate(135deg);
}
.m-button--primary[class] {
  background-color: transparent;
  border-color: #656550;
  color: #656550;
}
.m-button--primary[class]:before {
  border-bottom: 1px solid #656550;
  border-right: 1px solid #656550;
}
.m-button-text {
  background-color: initial;
  border: 0;
  cursor: pointer;
  display: inline-flex;
  overflow: hidden;
  padding: 0;
  text-align: left;
}
.m-button-text--dialog,
.m-button-text--reset {
  position: relative;
}
.m-button-text--dialog:before,
.m-button-text--reset:before {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  flex: 0 0 auto;
  height: 1em;
  position: absolute;
  top: 0.3em;
  width: 1em;
}
.m-button-text--dialog {
  padding-right: 1.2em;
}
.m-button-text--dialog:before {
  background-image: url("data:image/svg+xml; charset=utf8, %3csvg%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20viewBox%3d%220%200%20100%20100%22%20fill%3d%22%23216aad%22%3e%3cpath%20d%3d%22M85%2e7%200H14%2e3C6%2e4%200%200%206%2e4%200%2014%2e3v71%2e4C0%2093%2e6%206%2e4%20100%2014%2e3%20100h71%2e4c7%2e9%200%2014%2e3%2d6%2e4%2014%2e3%2d14%2e3V14%2e3C100%206%2e4%2093%2e6%200%2085%2e7%200zm%2d8%2e9%2062%2e5c0%203%2e9%2d3%2e2%207%2e1%2d7%2e1%207%2e1s%2d7%2e1%2d3%2e2%2d7%2e1%2d7%2e1V47%2e6L35%2e4%2074%2e7c%2d1%2e4%201%2e4%2d3%2e2%202%2e1%2d5%202%2e1s%2d3%2e7%2d%2e7%2d5%2d2%2e1c%2d2%2e8%2d2%2e8%2d2%2e8%2d7%2e3%200%2d10%2e1l27%2e1%2d27%2e1h%2d15c%2d3%2e9%200%2d7%2e1%2d3%2e2%2d7%2e1%2d7%2e1s3%2e2%2d7%2e1%207%2e1%2d7%2e1h32%2e1c3%2e9%200%207%2e1%203%2e2%207%2e1%207%2e1v32%2e1z%22%2f%3e%3c%2fsvg%3e");
  right: 0;
}
.m-button-text--reset {
  padding-left: 1.2em;
}
.m-button-text--reset:before {
  background-image: url("data:image/svg+xml; charset=utf8, %3csvg%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20viewBox%3d%220%200%20100%20100%22%20fill%3d%22%23216aad%22%3e%3cpath%20d%3d%22M97%2e1,82%2e9c3%2e9,3%2e9,3%2e9,10%2e2,0,14%2e1c%2d1%2e9,2%2d4%2e5,2%2e9%2d7%2e1,2%2e9c%2d2%2e6,0%2d5%2e1%2d1%2d7%2e1%2d2%2e9L50,64%2e2L17%2e1,97%2e1c%2d2,2%2d4%2e5,2%2e9%2d7%2e1,2%2e9s%2d5%2e1%2d1%2d7%2e1%2d2%2e9C%2d1,93%2e2%2d1,86%2e8,2%2e9,82%2e9L35%2e9,50L2%2e9,17%2e1C%2d1,13%2e2%2d1,6%2e8,2%2e9,2%2e9s10%2e2%2d3%2e9,14%2e1,0l32%2e9,33L82%2e9,2%2e9C86%2e8%2d1,93%2e2%2d1,97%2e1,2%2e9s3%2e9,10%2e2,0,14%2e1L64%2e1,50L97%2e1,82%2e9z%22%2f%3e%3c%2fsvg%3e");
  left: 0;
}
.m-button-list {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr;
  justify-items: center;
  margin-top: 40px;
}
.m-card {
  display: flex;
  flex-direction: column-reverse;
  gap: 8px;
}
.m-card__content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.m-card__content-name {
  color: #333;
  font-size: 1.8rem;
}
.m-card__content-text {
  color: #333;
  font-size: 1.4rem;
}
.m-card-point {
  --local-padding: 16px;
  display: flex;
  flex-direction: column;
  gap: var(--local-padding);
  position: relative;
}
.m-card-point :where(.m-badge) {
  left: 50%;
  position: absolute;
  top: 0;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.m-card-point__body,
.m-card-point__foot,
.m-card-point__head {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.m-card-point__head {
  order: -2;
  text-align: center;
}
.m-card-point__subTitle,
.m-card-point__title {
  font-weight: 700;
  line-height: 1.5;
}
.m-card-point__title {
  font-size: 1rem;
}
.m-card-point__subTitle {
  font-size: 0.75rem;
}
.m-badge + .m-badge__head {
  margin-top: var(--local-padding);
}
.m-card-point__media {
  order: -1;
  position: relative;
  width: 100%;
}
.m-card-point__mediaItem {
  display: block;
  max-width: none;
  width: 100%;
}
.m-card-point__thumbnail {
  border: 2px solid var(--COLOR_BASE_LIGHT);
  bottom: 8px;
  display: block;
  max-width: none;
  position: absolute;
  right: 8px;
  width: 30%;
}
.m-card-point__link {
  display: flex;
  flex-direction: column;
  gap: var(--local-padding);
  position: relative;
}
.m-card-point__link:any-link {
  color: var(--COLOR_FOREGROUND_DARKR);
  text-decoration: none;
}
.m-card-point__link:any-link .m-card-point__title {
  color: var(--COLOR_BRAND_PRIMARY);
}
.m-card-point__listItem {
  list-style: none;
  padding-left: 1em;
  position: relative;
}
.m-card-point__listItem:before {
  background-color: var(--COLOR_BRAND_SECONDARY_2);
  border-radius: 50%;
  content: "";
  display: block;
  height: 6px;
  left: 0;
  position: absolute;
  top: 0.65em;
  width: 6px;
}
.m-card-point__descriptionList {
  display: grid;
  gap: 0 8px;
  grid-template-columns: auto 1fr;
}
.m-card-point__descriptionListTitle {
  font-weight: 700;
}
.m-card-point__descriptionListTitle:after {
  content: ":";
}
.m-card-point--background,
.m-card-point--outline {
  padding: var(--local-padding);
}
.m-card-point--background .m-card-point__link,
.m-card-point--outline .m-card-point__link {
  height: calc(100% + var(--local-padding) * 2);
  margin: calc(var(--local-padding) * -1);
  padding: var(--local-padding);
  width: calc(100% + var(--local-padding) * 2);
}
.m-card-point--outline {
  background-color: var(--COLOR_BACKGROUND_LIGHT);
  border: 1px solid var(--COLOR_OUTLINE_DARK);
}
.m-card-point--background {
  background-color: #e8e8eb;
}
.m-card-detail {
  --local-padding: 16px;
  display: grid;
  gap: 0 var(--local-padding);
  grid-template-columns: fit-content(30%) auto;
  grid-template-rows: minmax(0, auto) minmax(0, 1fr) auto;
}
.m-card-detail__body,
.m-card-detail__foot,
.m-card-detail__head {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.m-card-detail__head {
  grid-column: 2/3;
  grid-row: 1/2;
}
.m-card-detail__subTitle,
.m-card-detail__title {
  font-weight: 700;
  line-height: 1.5;
}
.m-card-detail__title {
  font-size: 1rem;
}
.m-card-detail__subTitle {
  font-size: 0.75rem;
}
.m-card-detail__body,
.m-card-detail__foot {
  margin-top: var(--local-padding);
}
.m-card-detail__foot {
  grid-column: 1/3;
}
.m-card-detail__media {
  grid-column: 1/2;
  grid-row: 1/3;
  position: relative;
  width: 100%;
}
.m-card-detail__body + .m-card-detail__media {
  grid-row: 1/3;
}
.m-card-detail__mediaItem {
  vertical-align: top;
}
.m-card-detail__thumbnail {
  border: 2px solid var(--COLOR_BASE_LIGHT);
  bottom: 8px;
  display: block;
  max-width: none;
  position: absolute;
  right: 8px;
  width: 30%;
}
.m-card-detail__listItem {
  list-style: none;
  padding-left: 1em;
  position: relative;
}
.m-card-detail__listItem:before {
  background-color: var(--COLOR_BRAND_SECONDARY_2);
  border-radius: 50%;
  content: "";
  display: block;
  height: 6px;
  left: 0;
  position: absolute;
  top: 0.65em;
  width: 6px;
}
.m-card-detail__descriptionList {
  display: grid;
  gap: 0 8px;
  grid-template-columns: auto 1fr;
}
.m-card-detail__descriptionListTitle {
  font-weight: 700;
}
.m-card-detail__descriptionListTitle:after {
  content: ":";
}
.m-card-detail__link {
  display: grid;
  gap: 0 var(--local-padding);
  grid-column: 1/3;
  grid-row: 1/2;
  grid-template-columns: fit-content(30%) auto;
  grid-template-rows: minmax(0, auto) minmax(0, 1fr) auto;
}
.m-card-detail__link:any-link {
  color: var(--COLOR_FOREGROUND_DARK);
  text-decoration: none;
}
.m-card-detail__link:any-link .m-card-detail__title {
  color: var(--COLOR_BRAND_PRIMARY);
}
.m-card-detail--background,
.m-card-detail--outline {
  padding: var(--local-padding);
}
.m-card-detail--background .m-card-detail__link,
.m-card-detail--outline .m-card-detail__link {
  height: calc(100% + var(--local-padding) * 2);
  margin: calc(var(--local-padding) * -1);
  padding: var(--local-padding);
  width: calc(100% + var(--local-padding) * 2);
}
.m-card-detail--outline {
  background-color: var(--COLOR_BACKGROUND_LIGHT);
  border: 1px solid var(--COLOR_OUTLINE_DARK);
}
.m-card-detail--background {
  background-color: #e8e8eb;
}
.m-card-list {
  display: grid;
  margin-top: 32px;
}
.m-card-list > * {
  height: 100%;
}
.m-card-list__item {
  height: 100%;
  list-style: none;
}
.m-form-text {
  --local-foreground: var(--COLOR_FOREGROUND_DARK);
  --local-background: var(--COLOR_BACKGROUND_LIGHT);
  --local-outline: var(--COLOR_OUTLINE_DARK);
  --local-placeholder: #8e8e94;
  --local-padding: 12px;
  --local-width: auto;
  border: 1px solid var(--local-outline);
  display: inline-flex;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  width: var(--local-width);
}
.m-form-text:focus-within {
  outline: medium solid currentColor;
}
.m-form-text__item {
  background-color: var(--local-background);
  border: 0;
  color: var(--local-foreground);
  display: block;
  height: calc(1em + var(--local-padding) * 2);
  outline: none;
  padding: var(--local-padding);
  width: 100%;
}
.m-form-text__item::placeholder {
  color: var(--local-placeholder);
}
.m-form-text__item:disabled {
  --local-background: #f2f2f5;
  --local-foreground: #8e8e94;
}
.m-form-text__item:disabled::placeholder {
  color: var(--local-foreground);
}
.m-form-text--invalid {
  --local-foreground: var(--COLOR_ROLE_DANGER_DARK);
  --local-background: var(--COLOR_ROLE_DANGER_LIGHT);
  --local-placeholder: var(--COLOR_ROLE_DANGER_DARK);
  --local-outline: var(--COLOR_ROLE_DANGER_DARK);
}
.m-form-text--valid {
  --local-background: var(--COLOR_ROLE_SUCCESS_LIGHT);
  --local-outline: var(--COLOR_ROLE_SUCCESS_DARK);
}
.m-form-text--small {
  --local-width: 25%;
}
.m-form-text--medium {
  --local-width: 50%;
}
.m-form-text--large {
  --local-width: 75%;
}
.m-form-text--full {
  --local-width: 100%;
}
.m-form-date {
  --local-foreground: var(--COLOR_FOREGROUND_DARK);
  --local-background: var(--COLOR_BACKGROUND_LIGHT);
  --local-outline: var(--COLOR_OUTLINE_DARK);
  --local-placeholder: #8e8e94;
  --local-padding: 12px;
  --local-width: auto;
  border: 1px solid var(--local-outline);
  display: inline-flex;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  width: var(--local-width);
}
.m-form-date:focus-within {
  outline: medium solid currentColor;
}
.m-form-date__item {
  background-color: var(--local-background);
  background-image: url("data:image/svg+xml; charset=utf8, %3csvg%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20viewBox%3d%220%200%20100%20100%22%20fill%3d%22%23333%22%3e%3cpath%20d%3d%22M37%2e5,6%2e2v6%2e2h25V6%2e2c0%2d3%2e5,2%2e8%2d6%2e2,6%2e2%2d6%2e2S75,2%2e8,75,6%2e2v6%2e2h9%2e4c5%2e2,0,9%2e4,4%2e2,9%2e4,9%2e4v9%2e4H6%2e2v%2d9%2e4c0%2d5%2e2,4%2e2%2d9%2e4,9%2e4%2d9%2e4H25V6%2e2C25,2%2e8,27%2e8,0,31%2e2,0S37%2e5,2%2e8,37%2e5,6%2e2z%20M6%2e2,37%2e5h87%2e5v53%2e1c0,5%2e2%2d4%2e2,9%2e4%2d9%2e4,9%2e4H15%2e6c%2d5%2e2,0%2d9%2e4%2d4%2e2%2d9%2e4%2d9%2e4V37%2e5z%20M18%2e8,59%2e4c0,1%2e7,1%2e4,3%2e1,3%2e1,3%2e1h6%2e2c1%2e7,0,3%2e1%2d1%2e4,3%2e1%2d3%2e1v%2d6%2e2c0%2d1%2e7%2d1%2e4%2d3%2e1%2d3%2e1%2d3%2e1h%2d6%2e2c%2d1%2e7,0%2d3%2e1,1%2e4%2d3%2e1,3%2e1V59%2e4z%20M43%2e8,59%2e4c0,1%2e7,1%2e4,3%2e1,3%2e1,3%2e1h6%2e2c1%2e7,0,3%2e1%2d1%2e4,3%2e1%2d3%2e1v%2d6%2e2c0%2d1%2e7%2d1%2e4%2d3%2e1%2d3%2e1%2d3%2e1h%2d6%2e2c%2d1%2e7,0%2d3%2e1,1%2e4%2d3%2e1,3%2e1V59%2e4z%20M71%2e9,50c%2d1%2e7,0%2d3%2e1,1%2e4%2d3%2e1,3%2e1v6%2e2c0,1%2e7,1%2e4,3%2e1,3%2e1,3%2e1h6%2e2c1%2e7,0,3%2e1%2d1%2e4,3%2e1%2d3%2e1v%2d6%2e2c0%2d1%2e7%2d1%2e4%2d3%2e1%2d3%2e1%2d3%2e1H71%2e9z%20M18%2e8,84%2e4c0,1%2e7,1%2e4,3%2e1,3%2e1,3%2e1h6%2e2c1%2e7,0,3%2e1%2d1%2e4,3%2e1%2d3%2e1v%2d6%2e2c0%2d1%2e7%2d1%2e4%2d3%2e1%2d3%2e1%2d3%2e1h%2d6%2e2c%2d1%2e7,0%2d3%2e1,1%2e4%2d3%2e1,3%2e1V84%2e4z%20M46%2e9,75c%2d1%2e7,0%2d3%2e1,1%2e4%2d3%2e1,3%2e1v6%2e2c0,1%2e7,1%2e4,3%2e1,3%2e1,3%2e1h6%2e2c1%2e7,0,3%2e1%2d1%2e4,3%2e1%2d3%2e1v%2d6%2e2c0%2d1%2e7%2d1%2e4%2d3%2e1%2d3%2e1%2d3%2e1H46%2e9z%20M68%2e8,84%2e4c0,1%2e7,1%2e4,3%2e1,3%2e1,3%2e1h6%2e2c1%2e7,0,3%2e1%2d1%2e4,3%2e1%2d3%2e1v%2d6%2e2c0%2d1%2e7%2d1%2e4%2d3%2e1%2d3%2e1%2d3%2e1h%2d6%2e2c%2d1%2e7,0%2d3%2e1,1%2e4%2d3%2e1,3%2e1V84%2e4z%22%2f%3e%3c%2fsvg%3e");
  background-position: right var(--local-padding) center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: 0;
  color: var(--local-foreground);
  display: block;
  height: calc(1em + var(--local-padding) * 2);
  min-width: 160px;
  outline: none;
  padding: var(--local-padding) 40px var(--local-padding) var(--local-padding);
  width: 100%;
}
.m-form-date__item::placeholder {
  color: var(--local-placeholder);
}
.m-form-date__item:disabled {
  --local-foreground: #8e8e94;
  --local-background: #f2f2f5;
  background-image: url("data:image/svg+xml; charset=utf8, %3csvg%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20viewBox%3d%220%200%20100%20100%22%20fill%3d%22%238e8e94%22%3e%3cpath%20d%3d%22M37%2e5,6%2e2v6%2e2h25V6%2e2c0%2d3%2e5,2%2e8%2d6%2e2,6%2e2%2d6%2e2S75,2%2e8,75,6%2e2v6%2e2h9%2e4c5%2e2,0,9%2e4,4%2e2,9%2e4,9%2e4v9%2e4H6%2e2v%2d9%2e4c0%2d5%2e2,4%2e2%2d9%2e4,9%2e4%2d9%2e4H25V6%2e2C25,2%2e8,27%2e8,0,31%2e2,0S37%2e5,2%2e8,37%2e5,6%2e2z%20M6%2e2,37%2e5h87%2e5v53%2e1c0,5%2e2%2d4%2e2,9%2e4%2d9%2e4,9%2e4H15%2e6c%2d5%2e2,0%2d9%2e4%2d4%2e2%2d9%2e4%2d9%2e4V37%2e5z%20M18%2e8,59%2e4c0,1%2e7,1%2e4,3%2e1,3%2e1,3%2e1h6%2e2c1%2e7,0,3%2e1%2d1%2e4,3%2e1%2d3%2e1v%2d6%2e2c0%2d1%2e7%2d1%2e4%2d3%2e1%2d3%2e1%2d3%2e1h%2d6%2e2c%2d1%2e7,0%2d3%2e1,1%2e4%2d3%2e1,3%2e1V59%2e4z%20M43%2e8,59%2e4c0,1%2e7,1%2e4,3%2e1,3%2e1,3%2e1h6%2e2c1%2e7,0,3%2e1%2d1%2e4,3%2e1%2d3%2e1v%2d6%2e2c0%2d1%2e7%2d1%2e4%2d3%2e1%2d3%2e1%2d3%2e1h%2d6%2e2c%2d1%2e7,0%2d3%2e1,1%2e4%2d3%2e1,3%2e1V59%2e4z%20M71%2e9,50c%2d1%2e7,0%2d3%2e1,1%2e4%2d3%2e1,3%2e1v6%2e2c0,1%2e7,1%2e4,3%2e1,3%2e1,3%2e1h6%2e2c1%2e7,0,3%2e1%2d1%2e4,3%2e1%2d3%2e1v%2d6%2e2c0%2d1%2e7%2d1%2e4%2d3%2e1%2d3%2e1%2d3%2e1H71%2e9z%20M18%2e8,84%2e4c0,1%2e7,1%2e4,3%2e1,3%2e1,3%2e1h6%2e2c1%2e7,0,3%2e1%2d1%2e4,3%2e1%2d3%2e1v%2d6%2e2c0%2d1%2e7%2d1%2e4%2d3%2e1%2d3%2e1%2d3%2e1h%2d6%2e2c%2d1%2e7,0%2d3%2e1,1%2e4%2d3%2e1,3%2e1V84%2e4z%20M46%2e9,75c%2d1%2e7,0%2d3%2e1,1%2e4%2d3%2e1,3%2e1v6%2e2c0,1%2e7,1%2e4,3%2e1,3%2e1,3%2e1h6%2e2c1%2e7,0,3%2e1%2d1%2e4,3%2e1%2d3%2e1v%2d6%2e2c0%2d1%2e7%2d1%2e4%2d3%2e1%2d3%2e1%2d3%2e1H46%2e9z%20M68%2e8,84%2e4c0,1%2e7,1%2e4,3%2e1,3%2e1,3%2e1h6%2e2c1%2e7,0,3%2e1%2d1%2e4,3%2e1%2d3%2e1v%2d6%2e2c0%2d1%2e7%2d1%2e4%2d3%2e1%2d3%2e1%2d3%2e1h%2d6%2e2c%2d1%2e7,0%2d3%2e1,1%2e4%2d3%2e1,3%2e1V84%2e4z%22%2f%3e%3c%2fsvg%3e");
}
.m-form-date__item:disabled::placeholder {
  color: var(--local-foreground);
}
.m-form-date__item:disabled::-webkit-datetime-edit-fields-wrapper {
  color: var(--local-foreground);
}
.m-form-date--invalid {
  --local-foreground: var(--COLOR_ROLE_DANGER_DARK);
  --local-background: var(--COLOR_ROLE_DANGER_LIGHT);
  --local-outline: var(--COLOR_ROLE_DANGER_DARK);
  --local-placeholder: var(--COLOR_ROLE_DANGER_DARK);
}
.m-form-date--invalid :where(.m-form-date__item) {
  background-image: url("data:image/svg+xml; charset=utf8, %3csvg%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20viewBox%3d%220%200%20100%20100%22%20fill%3d%22%23cc0033%22%3e%3cpath%20d%3d%22M37%2e5,6%2e2v6%2e2h25V6%2e2c0%2d3%2e5,2%2e8%2d6%2e2,6%2e2%2d6%2e2S75,2%2e8,75,6%2e2v6%2e2h9%2e4c5%2e2,0,9%2e4,4%2e2,9%2e4,9%2e4v9%2e4H6%2e2v%2d9%2e4c0%2d5%2e2,4%2e2%2d9%2e4,9%2e4%2d9%2e4H25V6%2e2C25,2%2e8,27%2e8,0,31%2e2,0S37%2e5,2%2e8,37%2e5,6%2e2z%20M6%2e2,37%2e5h87%2e5v53%2e1c0,5%2e2%2d4%2e2,9%2e4%2d9%2e4,9%2e4H15%2e6c%2d5%2e2,0%2d9%2e4%2d4%2e2%2d9%2e4%2d9%2e4V37%2e5z%20M18%2e8,59%2e4c0,1%2e7,1%2e4,3%2e1,3%2e1,3%2e1h6%2e2c1%2e7,0,3%2e1%2d1%2e4,3%2e1%2d3%2e1v%2d6%2e2c0%2d1%2e7%2d1%2e4%2d3%2e1%2d3%2e1%2d3%2e1h%2d6%2e2c%2d1%2e7,0%2d3%2e1,1%2e4%2d3%2e1,3%2e1V59%2e4z%20M43%2e8,59%2e4c0,1%2e7,1%2e4,3%2e1,3%2e1,3%2e1h6%2e2c1%2e7,0,3%2e1%2d1%2e4,3%2e1%2d3%2e1v%2d6%2e2c0%2d1%2e7%2d1%2e4%2d3%2e1%2d3%2e1%2d3%2e1h%2d6%2e2c%2d1%2e7,0%2d3%2e1,1%2e4%2d3%2e1,3%2e1V59%2e4z%20M71%2e9,50c%2d1%2e7,0%2d3%2e1,1%2e4%2d3%2e1,3%2e1v6%2e2c0,1%2e7,1%2e4,3%2e1,3%2e1,3%2e1h6%2e2c1%2e7,0,3%2e1%2d1%2e4,3%2e1%2d3%2e1v%2d6%2e2c0%2d1%2e7%2d1%2e4%2d3%2e1%2d3%2e1%2d3%2e1H71%2e9z%20M18%2e8,84%2e4c0,1%2e7,1%2e4,3%2e1,3%2e1,3%2e1h6%2e2c1%2e7,0,3%2e1%2d1%2e4,3%2e1%2d3%2e1v%2d6%2e2c0%2d1%2e7%2d1%2e4%2d3%2e1%2d3%2e1%2d3%2e1h%2d6%2e2c%2d1%2e7,0%2d3%2e1,1%2e4%2d3%2e1,3%2e1V84%2e4z%20M46%2e9,75c%2d1%2e7,0%2d3%2e1,1%2e4%2d3%2e1,3%2e1v6%2e2c0,1%2e7,1%2e4,3%2e1,3%2e1,3%2e1h6%2e2c1%2e7,0,3%2e1%2d1%2e4,3%2e1%2d3%2e1v%2d6%2e2c0%2d1%2e7%2d1%2e4%2d3%2e1%2d3%2e1%2d3%2e1H46%2e9z%20M68%2e8,84%2e4c0,1%2e7,1%2e4,3%2e1,3%2e1,3%2e1h6%2e2c1%2e7,0,3%2e1%2d1%2e4,3%2e1%2d3%2e1v%2d6%2e2c0%2d1%2e7%2d1%2e4%2d3%2e1%2d3%2e1%2d3%2e1h%2d6%2e2c%2d1%2e7,0%2d3%2e1,1%2e4%2d3%2e1,3%2e1V84%2e4z%22%2f%3e%3c%2fsvg%3e");
}
.m-form-date--valid {
  --local-background: var(--COLOR_ROLE_SUCCESS_LIGHT);
  --local-outline: var(--COLOR_ROLE_SUCCESS_DARK);
}
.m-form-date--small {
  --local-width: 25%;
}
.m-form-date--medium {
  --local-width: 50%;
}
.m-form-date--large {
  --local-width: 75%;
}
.m-form-date--full {
  --local-width: 100%;
}
.m-form-select {
  --local-foreground: var(--COLOR_FOREGROUND_DARK);
  --local-background: var(--COLOR_BACKGROUND_LIGHT);
  --local-outline: var(--COLOR_OUTLINE_DARK);
  --local-placeholder: #8e8e94;
  --local-padding: 12px;
  --width: auto;
  border: 1px solid var(--local-outline);
  display: inline-flex;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  width: var(--local-width);
}
.m-form-select:focus-within {
  outline: medium solid currentColor;
}
.m-form-select__item {
  background-color: var(--local-background);
  background-image: url("data:image/svg+xml; charset=utf8, %3csvg%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20viewBox%3d%220%200%20100%20100%22%20fill%3d%22%23333%22%3e%3cpath%20d%3d%22M50,79%2e2c%2d2%2e1,0%2d4%2e3%2d0%2e8%2d5%2e9%2d2%2e4L2%2e4,35%2e1c%2d3%2e3%2d3%2e3%2d3%2e3%2d8%2e5,0%2d11%2e8s8%2e5%2d3%2e3,11%2e8,0L50,59%2e1l35%2e8%2d35%2e8c3%2e3%2d3%2e3,8%2e5%2d3%2e3,11%2e8,0c3%2e3,3%2e3,3%2e3,8%2e5,0,11%2e8L55%2e9,76%2e7C54%2e3,78%2e4,52%2e1,79%2e2,50,79%2e2z%22%2f%3e%3c%2fsvg%3e");
  background-position: right var(--local-padding) center;
  background-repeat: no-repeat;
  background-size: 10px;
  border: 0;
  color: var(--local-foreground);
  display: block;
  height: calc(1em + var(--local-padding) * 2);
  outline: none;
  padding: var(--local-padding) 40px var(--local-padding) var(--local-padding);
  width: 100%;
}
.m-form-select__item::placeholder {
  color: var(--local-placeholder);
}
.m-form-select__item:disabled {
  --local-background: #f2f2f5;
  --local-foreground: #8e8e94;
  background-image: url("data:image/svg+xml; charset=utf8, %3csvg%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20viewBox%3d%220%200%20100%20100%22%20fill%3d%22%238e8e94%22%3e%3cpath%20d%3d%22M50,79%2e2c%2d2%2e1,0%2d4%2e3%2d0%2e8%2d5%2e9%2d2%2e4L2%2e4,35%2e1c%2d3%2e3%2d3%2e3%2d3%2e3%2d8%2e5,0%2d11%2e8s8%2e5%2d3%2e3,11%2e8,0L50,59%2e1l35%2e8%2d35%2e8c3%2e3%2d3%2e3,8%2e5%2d3%2e3,11%2e8,0c3%2e3,3%2e3,3%2e3,8%2e5,0,11%2e8L55%2e9,76%2e7C54%2e3,78%2e4,52%2e1,79%2e2,50,79%2e2z%22%2f%3e%3c%2fsvg%3e");
}
.m-form-select__item:disabled::placeholder {
  color: var(--local-foreground);
}
.m-form-select--invalid {
  --local-foreground: var(--COLOR_ROLE_DANGER_DARK);
  --local-background: var(--COLOR_ROLE_DANGER_LIGHT);
  --local-placeholder: var(--COLOR_ROLE_DANGER_DARK);
  --local-outline: var(--COLOR_ROLE_DANGER_DARK);
}
.m-form-select--invalid :where(.m-form-select__item) {
  background-image: url("data:image/svg+xml; charset=utf8, %3csvg%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20viewBox%3d%220%200%20100%20100%22%20fill%3d%22%23cc0033%22%3e%3cpath%20d%3d%22M50,79%2e2c%2d2%2e1,0%2d4%2e3%2d0%2e8%2d5%2e9%2d2%2e4L2%2e4,35%2e1c%2d3%2e3%2d3%2e3%2d3%2e3%2d8%2e5,0%2d11%2e8s8%2e5%2d3%2e3,11%2e8,0L50,59%2e1l35%2e8%2d35%2e8c3%2e3%2d3%2e3,8%2e5%2d3%2e3,11%2e8,0c3%2e3,3%2e3,3%2e3,8%2e5,0,11%2e8L55%2e9,76%2e7C54%2e3,78%2e4,52%2e1,79%2e2,50,79%2e2z%22%2f%3e%3c%2fsvg%3e");
}
.m-form-select--valid {
  --local-background: var(--COLOR_ROLE_SUCCESS_LIGHT);
  --local-outline: var(--COLOR_ROLE_SUCCESS_DARK);
}
.m-form-select--small {
  --local-width: 25%;
}
.m-form-select--medium {
  --local-width: 50%;
}
.m-form-select--large {
  --local-width: 75%;
}
.m-form-select--full {
  --local-width: 100%;
}
.m-form-textarea {
  --local-foreground: var(--COLOR_FOREGROUND_DARK);
  --local-background: var(--COLOR_BACKGROUND_LIGHT);
  --local-outline: var(--COLOR_OUTLINE_DARK);
  --local-placeholder: #8e8e94;
  --local-padding: 12px;
  --local-width: auto;
  border: 1px solid var(--local-outline);
  display: flex;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  width: var(--local-width);
}
.m-form-textarea:focus-within {
  outline: medium solid currentColor;
}
.m-form-textarea__item {
  background-color: var(--local-background);
  border: 0;
  color: var(--local-foreground);
  display: block;
  min-height: 200px;
  outline: none;
  padding: var(--local-padding);
  width: 100%;
}
.m-form-textarea__item::placeholder {
  color: var(--local-placeholder);
}
.m-form-textarea__item:disabled {
  --local-background: #f2f2f5;
  --local-foreground: #8e8e94;
}
.m-form-textarea__item:disabled::placeholder {
  color: var(--local-foreground);
}
.m-form-textarea--invalid {
  --local-foreground: var(--COLOR_ROLE_DANGER_DARK);
  --local-background: var(--COLOR_ROLE_DANGER_LIGHT);
  --local-placeholder: var(--COLOR_ROLE_DANGER_DARK);
  --local-outline: var(--COLOR_ROLE_DANGER_DARK);
}
.m-form-textarea--valid {
  --local-background: var(--COLOR_ROLE_SUCCESS_LIGHT);
  --local-outline: var(--COLOR_ROLE_SUCCESS_DARK);
}
.m-form-textarea--small {
  --local-width: 25%;
}
.m-form-textarea--medium {
  --local-width: 50%;
}
.m-form-textarea--large {
  --local-width: 75%;
}
.m-form-textarea--full {
  --local-width: 100%;
}
.m-form-radio {
  --local-foreground: var(--COLOR_BRAND_PRIMARY);
  --local-background: var(--COLOR_BACKGROUND_LIGHT);
  --local-outline: var(--COLOR_OUTLINE_DARK);
  display: inline-flex;
  position: relative;
}
.m-form-radio__item {
  appearance: none;
  height: 1px;
  left: 10px;
  opacity: 0;
  position: absolute;
  top: 10px;
  width: 1px;
}
.m-form-radio__text {
  line-height: 1.5;
  padding-left: 24px;
  position: relative;
}
.m-form-radio__text:after,
.m-form-radio__text:before {
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
}
.m-form-radio__text:before {
  background-color: var(--local-background);
  border: 1px solid var(--local-outline);
  height: 16px;
  left: 0;
  top: 0.2em;
  width: 16px;
}
.m-form-radio__text:after {
  background-color: var(--local-foreground);
  height: 16px;
  left: 0;
  opacity: 0;
  top: 0.2em;
  transform: scale(0.6);
  width: 16px;
}
.m-form-radio__item:disabled + .m-form-radio__text {
  color: #c0c0c6;
}
.m-form-radio__item:checked + .m-form-radio__text:after {
  opacity: 1;
}
.m-form-radio__item:focus-visible + .m-form-radio__text:before {
  border: 0;
  outline: medium solid currentColor;
}
.m-form-radio--invalid {
  --local-foreground: var(--COLOR_ROLE_DANGER_DARK);
  --local-background: var(--COLOR_ROLE_DANGER_LIGHT);
  --local-outline: var(--COLOR_ROLE_DANGER_DARK);
}
.m-form-radio--valid {
  --local-foreground: var(--COLOR_ROLE_SUCCESS_DARK);
  --local-background: var(--COLOR_ROLE_SUCCESS_LIGHT);
  --local-outline: var(--COLOR_ROLE_SUCCESS_DARK);
}
.m-form-radioList {
  display: grid;
}
.m-form-radioList > * {
  height: 100%;
}
.m-form-radioList__item {
  list-style: none;
}
.m-form-checkbox {
  --local-foreground: var(--COLOR_BRAND_PRIMARY);
  --local-background: var(--COLOR_BACKGROUND_LIGHT);
  --local-outline: var(--COLOR_OUTLINE_DARK);
  display: inline-flex;
  position: relative;
}
.m-form-checkbox__item {
  appearance: none;
  height: 1px;
  left: 10px;
  opacity: 0;
  position: absolute;
  top: 10px;
  width: 1px;
}
.m-form-checkbox__text {
  line-height: 1.5;
  padding-left: 24px;
  position: relative;
}
.m-form-checkbox__text:after,
.m-form-checkbox__text:before {
  content: "";
  display: block;
  position: absolute;
}
.m-form-checkbox__text:before {
  background-color: var(--local-background);
  border: 1px solid var(--local-outline);
  height: 16px;
  left: 0;
  top: 0.2em;
  width: 16px;
}
.m-form-checkbox__text:after {
  background-image: url("data:image/svg+xml; charset=utf8, %3csvg%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20viewBox%3d%220%200%20100%20100%22%20fill%3d%22%23216aad%22%3e%3cpath%20d%3d%22M97%2e9,16%2e4c2%2e8,2%2e8,2%2e8,7%2e3,0,10%2e1L40%2e8,83%2e6c%2d2%2e8,2%2e8%2d7%2e3,2%2e8%2d10%2e1,0L2%2e1,55c%2d2%2e8%2d2%2e8%2d2%2e8%2d7%2e3,0%2d10%2e1c2%2e8%2d2%2e8,7%2e3%2d2%2e8,10%2e1,0l23%2e3,23%2e5l52%2e3%2d52%2e1C90%2e6,13%2e6,95%2e1,13%2e6,97%2e9,16%2e4L97%2e9,16%2e4z%22%2f%3e%3c%2fsvg%3e");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 16px;
  left: 0;
  opacity: 0;
  top: 0.2em;
  transform: scale(0.6);
  width: 16px;
}
.m-form-checkbox__item:disabled + .m-form-checkbox__text {
  color: #c0c0c6;
}
.m-form-checkbox__item:checked + .m-form-checkbox__text:after {
  opacity: 1;
}
.m-form-checkbox__item:focus-visible + .m-form-checkbox__text:before {
  border: 0;
  outline: medium solid currentColor;
}
.m-form-checkbox--invalid {
  --local-foreground: var(--COLOR_ROLE_DANGER_DARK);
  --local-background: var(--COLOR_ROLE_DANGER_LIGHT);
  --local-outline: var(--COLOR_ROLE_DANGER_DARK);
}
.m-form-checkbox--invalid :where(.m-form-checkbox__text):after {
  background-image: url("data:image/svg+xml; charset=utf8, %3csvg%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20viewBox%3d%220%200%20100%20100%22%20fill%3d%22%23cc0033%22%3e%3cpath%20d%3d%22M97%2e9,16%2e4c2%2e8,2%2e8,2%2e8,7%2e3,0,10%2e1L40%2e8,83%2e6c%2d2%2e8,2%2e8%2d7%2e3,2%2e8%2d10%2e1,0L2%2e1,55c%2d2%2e8%2d2%2e8%2d2%2e8%2d7%2e3,0%2d10%2e1c2%2e8%2d2%2e8,7%2e3%2d2%2e8,10%2e1,0l23%2e3,23%2e5l52%2e3%2d52%2e1C90%2e6,13%2e6,95%2e1,13%2e6,97%2e9,16%2e4L97%2e9,16%2e4z%22%2f%3e%3c%2fsvg%3e");
}
.m-form-checkbox--valid {
  --local-foreground: var(--COLOR_ROLE_SUCCESS_DARK);
  --local-background: var(--COLOR_ROLE_SUCCESS_LIGHT);
  --local-outline: var(--COLOR_ROLE_SUCCESS_DARK);
}
.m-form-checkbox--valid :where(.m-form-checkbox__text):after {
  background-image: url("data:image/svg+xml; charset=utf8, %3csvg%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20viewBox%3d%220%200%20100%20100%22%20fill%3d%22%231c7560%22%3e%3cpath%20d%3d%22M97%2e9,16%2e4c2%2e8,2%2e8,2%2e8,7%2e3,0,10%2e1L40%2e8,83%2e6c%2d2%2e8,2%2e8%2d7%2e3,2%2e8%2d10%2e1,0L2%2e1,55c%2d2%2e8%2d2%2e8%2d2%2e8%2d7%2e3,0%2d10%2e1c2%2e8%2d2%2e8,7%2e3%2d2%2e8,10%2e1,0l23%2e3,23%2e5l52%2e3%2d52%2e1C90%2e6,13%2e6,95%2e1,13%2e6,97%2e9,16%2e4L97%2e9,16%2e4z%22%2f%3e%3c%2fsvg%3e");
}
.m-form-checkboxList {
  display: grid;
}
.m-form-checkboxList > * {
  height: 100%;
}
.m-form-checkboxList__item {
  list-style: none;
}
.m-form-list {
  --local-foreground: var(--COLOR_FOREGROUND_DARK);
  --local-background: #ece8e3;
  --local-outline: #ccc;
  background-color: var(--COLOR_BACKGROUND_LIGHT);
  border-left: 1px solid var(--local-outline);
  border-top: 1px solid var(--local-outline);
  display: table;
  margin-top: 32px;
  width: 100%;
}
.m-form-list__item {
  display: table-row;
}
.m-form-list__content,
.m-form-list__title {
  border-bottom: 1px solid var(--local-outline);
  border-right: 1px solid var(--local-outline);
  display: table-cell;
  padding: 16px;
}
.m-form-list__content > [class^="m-"],
.m-form-list__title > [class^="m-"] {
  margin-top: var(--SIZE_NESTED_MODULE_MARGIN);
}
.m-form-list__title {
  background-color: var(--local-background);
  width: 30%;
}
.m-form-list__badge {
  background-color: var(--COLOR_ROLE_DANGER_DARK);
  color: var(--COLOR_FOREGROUND_LIGHT);
  display: block;
  font-size: 0.75rem;
  line-height: 1.5;
  padding: 8px 16px;
  white-space: nowrap;
}
.m-form-list__label {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-weight: 700;
  gap: 16px;
  justify-content: space-between;
}
.m-form-list__label .m-form-list__badge,
.m-form-list__label .m-form-list__text {
  flex: 0 0 auto;
  max-width: 100%;
}
.m-form-partsComplex {
  align-items: center;
  display: flex;
  gap: 8px;
}
.m-form-partsComplex__text {
  flex: 0 0 auto;
  line-height: 1;
}
.m-form-filter {
  border-bottom: 1px solid var(--COLOR_OUTLINE_DARK);
  border-top: 1px solid var(--COLOR_OUTLINE_DARK);
}
.m-form-filter__item {
  padding: 16px 0;
}
.m-form-filter__item + .m-form-filter__item {
  border-top: 1px solid var(--COLOR_OUTLINE_DARK);
}
.m-form-filter__title {
  display: block;
  font-weight: 700;
  line-height: 1.5;
}
.m-heading-type1 {
  background-color: #f9f5f0;
  display: grid;
  gap: 0 24px;
  grid-template-columns: 1fr minmax(252px, 1280px) 1fr;
  padding: 64px 0;
  position: relative;
}
.m-heading-type1:before {
  background-image: url(/wp-content/uploads/2025/01/heading-background-sp.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 100%;
  inset: auto 0 0 auto;
  opacity: 0.1;
  position: absolute;
  width: 100%;
}
.m-heading-type1__title {
  color: #5c3f0e;
  font-family: Zen Old Mincho, serif;
  font-size: 3.6rem;
  font-weight: 700;
  grid-column: 2/3;
  z-index: 1;
}
.m-heading-type1-article {
  display: grid;
  gap: 0 24px;
  grid-template-columns: 1fr minmax(252px, 980px) 1fr;
  margin-top: 80px;
  position: relative;
}
.m-heading-type1-article__inner {
  border-bottom: 1px solid #ccc;
  display: flex;
  flex-direction: column-reverse;
  gap: 24px;
  grid-column: 2/3;
  padding-bottom: 64px;
}
.m-heading-type1-article__title {
  color: #333;
  font-family: Zen Old Mincho, serif;
  font-size: 2.8rem;
  font-weight: 700;
  margin: 0;
}
.m-heading-type1-article__description {
  display: flex;
  gap: 16px;
}
.m-heading-type1-article__date {
  color: #999;
  font-size: 1.4rem;
  font-weight: 700;
}
.m-heading-type1-article__label {
  border: 1px solid #999;
  border-radius: 100vh;
  color: #999;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 2px 16px;
}
.m-heading-type2 {
  margin-top: 64px;
}
.m-heading-type2 + [class^="m-"] {
  margin-top: 60px;
}
.m-heading-type2-article {
  border-left: 8px solid #656550;
  color: #333;
  font-size: 2.4rem;
  font-weight: 700;
  margin-top: 64px;
  padding-left: 20px;
}
.m-heading-type2-article + [class^="m-"] {
  margin-top: 60px;
}
.m-heading-type3 {
  font-family: Sawarabi Mincho, serif;
  font-size: 2.4rem;
  line-height: 1.5;
  margin: 48px 0 0;
}
.m-heading-type3-article {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 48px 0 0;
}
.m-heading-type4 {
  font-size: 1.125rem;
  line-height: 1.5;
  margin-top: 32px;
  padding-left: 24px;
  position: relative;
}
.m-heading-type4:before {
  background-color: var(--COLOR_BRAND_PRIMARY);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 5px;
}
.m-heading-type4__link {
  color: var(--COLOR_BRAND_PRIMARY);
  text-decoration: none;
}
.m-heading-type5 {
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 32px;
  padding-left: 24px;
  position: relative;
}
.m-heading-type5:before {
  background-color: var(--COLOR_BRAND_PRIMARY);
  content: "";
  display: block;
  height: 16px;
  left: 0;
  position: absolute;
  top: 0.3em;
  width: 16px;
}
.m-heading-type5__link {
  color: var(--COLOR_BRAND_PRIMARY);
  text-decoration: none;
}
.m-heading-type6 {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-top: 20px;
}
.m-heading-type6__link {
  color: var(--COLOR_BRAND_PRIMARY);
  text-decoration: none;
}
.m-horizon {
  border-bottom: 0;
  border-top: 1px solid var(--COLOR_OUTLINE_DARK);
}
.m-horizon--dotted {
  border-top: 1px dashed var(--COLOR_OUTLINE_DARK);
}
.m-link {
  color: var(--COLOR_BRAND_PRIMARY);
  text-decoration: none;
}
.m-link__icon {
  display: inline-block;
  fill: var(--COLOR_BRAND_PRIMARY);
  height: auto;
  margin-left: 0.25em;
  margin-right: 0.25em;
  position: relative;
  top: 0.125em;
  width: 1em;
}
.m-link-list {
  display: grid;
}
.m-link-list > * {
  height: 100%;
}
.m-link-list__item {
  list-style: none;
  padding-left: 1.25em;
  position: relative;
}
.m-link-list__item:before {
  background-image: url("data:image/svg+xml; charset=utf8, %3csvg%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20viewBox%3d%220%200%20100%20100%22%20fill%3d%22%23216aad%22%3e%3cpath%20d%3d%22M79%2e2,50c0,2%2e1%2d0%2e8,4%2e3%2d2%2e4,5%2e9L35%2e1,97%2e6c%2d3%2e3,3%2e3%2d8%2e5,3%2e3%2d11%2e8,0c%2d3%2e3%2d3%2e3%2d3%2e3%2d8%2e5,0%2d11%2e8L59%2e1,50L23%2e3,14%2e2C20,11,20,5%2e7,23%2e3,2%2e4s8%2e5%2d3%2e3,11%2e8,0l41%2e7,41%2e7C78%2e4,45%2e7,79%2e2,47%2e9,79%2e2,50z%22%2f%3e%3c%2fsvg%3e");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 0.75em;
  left: 0;
  position: absolute;
  top: 0.4em;
  width: 0.75em;
}
.m-list {
  display: grid;
  margin-top: 24px;
}
.m-list > * {
  height: 100%;
}
.m-list__item {
  list-style: none;
  padding-left: 16px;
  position: relative;
}
.m-list__item:before {
  background-color: #ccc;
  border-radius: 50%;
  content: "";
  display: block;
  height: 6px;
  left: 0;
  position: absolute;
  top: 1.25em;
  width: 6px;
}
.m-list__text {
  font-size: 1.6rem;
}
.m-list-number {
  display: grid;
  margin-top: 24px;
}
.m-list-number > * {
  height: 100%;
}
.m-list-number__item {
  display: flex;
  gap: 4px;
  list-style: none;
}
.m-list-number__mark {
  color: #a0a0a0;
  text-align: right;
}
.m-list-number__text {
  color: #333;
}
.m-list-number__mark,
.m-list-number__text {
  font-size: 1.6rem;
}
.m-list-description {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 20px;
}
.m-list-description__item {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 8px;
  position: relative;
  width: 100%;
}
.m-list-description__content,
.m-list-description__title {
  flex: 0 0 auto;
  width: 100%;
}
.m-list-description__title {
  font-weight: 700;
}
.m-list-description__content > [class^="m-"] {
  margin-top: var(--SIZE_NESTED_MODULE_MARGIN);
}
.m-list-step {
  counter-reset: number;
  margin-top: 20px;
}
.m-list-step__item {
  background-color: #e8e8eb;
  counter-increment: number;
  display: flex;
  flex-direction: column;
  gap: 16px;
  list-style: none;
  padding: 16px;
}
.m-list-step__item + .m-list-step__item {
  margin-top: calc(var(--SIZE_MODULE_MARGIN) / 2);
  position: relative;
}
.m-list-step__item + .m-list-step__item:before {
  border-bottom: 0;
  border-left: 12px solid #0000;
  border-right: 12px solid #0000;
  border-top: 12px solid #e8e8eb;
  bottom: calc(100% + var(--SIZE_MODULE_MARGIN) / 2 - 12px);
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
.m-list-step__content,
.m-list-step__title {
  flex: 0 0 auto;
}
.m-list-step__title {
  font-weight: 700;
  padding-left: 40px;
  position: relative;
}
.m-list-step__title:before {
  align-items: center;
  background-color: var(--COLOR_BRAND_SECONDARY_2);
  color: var(--COLOR_FOREGROUND_LIGHT);
  content: counter(number);
  display: flex;
  height: 30px;
  justify-content: center;
  left: 0;
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
}
.m-list-step__content > [class^="m-"] {
  margin-top: 16px;
}
.m-list-question {
  margin-top: 20px;
}
.m-list-question__item + .m-list-question__item {
  margin-top: 24px;
}
.m-list-question__content,
.m-list-question__title {
  align-items: baseline;
  display: flex;
  gap: 8px;
}
.m-list-question__text {
  flex: 1 1 auto;
}
.m-list-question__title {
  font-weight: 700;
}
.m-list-question__title :where(.m-list-question__mark) {
  background-color: var(--COLOR_BRAND_PRIMARY);
}
.m-list-question__title :where(.m-list-question__text) {
  font-size: 1rem;
  line-height: 1.5;
}
.m-list-question__content {
  margin-top: 16px;
  padding-left: 38px;
}
.m-list-question__content :where(.m-list-question__mark) {
  background-color: var(--COLOR_ROLE_DANGER_DARK);
}
.m-list-question__content :where(.m-list-question__text) {
  font-size: 0.875rem;
}
.m-list-question__mark {
  flex: 0 0 30px;
  font-size: 0;
  height: 30px;
  overflow: hidden;
  text-align: center;
  width: 30px;
}
.m-list-question__mark:first-letter {
  color: var(--COLOR_FOREGROUND_LIGHT);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 30px;
}
.m-list-news[class] {
  /* display: flex;
  flex-direction: column; */
  list-style: none;
  margin: 40px auto 0;
  max-width: 900px;
  padding: 0;
}
.m-list-news__item-link {
  border-bottom: 1px solid #ccc;
  display: grid;
  gap: 8px;
  grid-template-columns: auto 1fr;
  padding: 16px 0;
  text-decoration: none;
}
.m-list-news__item-date,
.m-list-news__item-label {
  color: #999;
  font-size: 1.4rem;
}
.m-list-news__item-label {
  border: 1px solid #999;
  border-radius: 100vh;
  margin-bottom: 0 !important;
  padding: 2px 8px;
  text-align: center;
  height: max-content;
  max-width: 100%;
  width: 135px;
}
.m-list-news__item-text {
  color: #333;
  font-size: 1.6rem;
  padding-right: 40px;
  position: relative;
  grid-column: 1/3;
}
.m-list-news__item-text:before {
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
  content: "";
  height: 14px;
  inset: 50% 14px auto auto;
  position: absolute;
  transform: translateY(-50%) rotate(-45deg);
  transition: inset 0.3s ease;
  width: 14px;
}
.m-layout {
  --col-narrow: 1;
  display: grid;
  gap: 24px 16px;
  grid-template-columns: repeat(var(--col-narrow), 1fr);
  margin-top: 40px;
}
.m-panel__image-image {
  display: block;
}
.m-layout-media {
  align-items: center;
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr;
  margin-top: 60px;
}
.m-layout-media__content,
.m-layout-media__media {
  direction: ltr;
  flex: 0 0 auto;
}
.m-layout-media__content > [class^="m-"],
.m-layout-media__media > [class^="m-"] {
  margin-top: var(--SIZE_NESTED_MODULE_MARGIN);
}
.m-layout-media__media-image {
  display: block;
  width: 100%;
}
.m-media {
  margin-top: 24px;
}
.m-media__wrap {
  display: table;
  gap: 8px;
  margin: auto;
  vertical-align: top;
}
.m-media__wrap:any-link {
  color: var(--COLOR_BRAND_PRIMARY);
  text-decoration: none;
}
.m-media__caption {
  caption-side: bottom;
  display: table-caption;
  font-size: 1.6rem;
  margin: 4px auto 0;
  text-align: left;
}
.m-media__item > img {
  display: block;
}
.m-media-external {
  display: flex;
  flex-direction: column-reverse;
  gap: 8px;
  margin: 24px auto 0;
  text-align: center;
  vertical-align: top;
}
.m-media-external__caption,
.m-media-external__link,
.m-media-external__media {
  flex: 0 0 auto;
}
.m-media-external__link {
  display: flex;
  flex-direction: column-reverse;
  gap: 8px;
  vertical-align: top;
}
.m-media-external__link:any-link {
  color: var(--COLOR_BRAND_PRIMARY);
  text-decoration: none;
}
.m-media-external__caption {
  font-size: var(--FONT_SIZE_NOTE);
  margin: 0 auto;
  max-width: fit-content;
  text-align: center;
}
.m-media-external__media {
  aspect-ratio: 16/9;
  position: relative;
}
.m-media-external__item {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.m-navigation {
  display: grid;
  gap: 8px 24px;
  grid-template-columns: repeat(2, 1fr);
}
.m-navigation__item {
  line-height: 1.5;
  list-style: none;
  position: relative;
}
.m-navigation__item:before {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 0.75em;
  position: absolute;
  top: 0.4em;
  width: 0.75em;
}
.m-navigation__item--back {
  grid-column-start: 1;
  padding-left: 1.25em;
}
.m-navigation__item--back:before {
  background-image: url("data:image/svg+xml; charset=utf8, %3csvg%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20viewBox%3d%220%200%20100%20100%22%20fill%3d%22%23216aad%22%3e%3cpath%20d%3d%22M20%2e8,50c0%2d2%2e1,0%2e8%2d4%2e3,2%2e4%2d5%2e9L64%2e9,2%2e4c3%2e3%2d3%2e3,8%2e5%2d3%2e3,11%2e8,0s3%2e3,8%2e5,0,11%2e8L40%2e9,50l35%2e8,35%2e8c3%2e3,3%2e3,3%2e3,8%2e5,0,11%2e8c%2d3%2e3,3%2e3%2d8%2e5,3%2e3%2d11%2e8,0L23%2e3,55%2e9C21%2e6,54%2e3,20%2e8,52%2e1,20%2e8,50z%22%2f%3e%3c%2fsvg%3e");
  left: 0;
}
.m-navigation__item--next {
  grid-column-start: 2;
  padding-right: 1.25em;
  text-align: right;
}
.m-navigation__item--next:before {
  background-image: url("data:image/svg+xml; charset=utf8, %3csvg%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20viewBox%3d%220%200%20100%20100%22%20fill%3d%22%23216aad%22%3e%3cpath%20d%3d%22M79%2e2,50c0,2%2e1%2d0%2e8,4%2e3%2d2%2e4,5%2e9L35%2e1,97%2e6c%2d3%2e3,3%2e3%2d8%2e5,3%2e3%2d11%2e8,0c%2d3%2e3%2d3%2e3%2d3%2e3%2d8%2e5,0%2d11%2e8L59%2e1,50L23%2e3,14%2e2C20,11,20,5%2e7,23%2e3,2%2e4s8%2e5%2d3%2e3,11%2e8,0l41%2e7,41%2e7C78%2e4,45%2e7,79%2e2,47%2e9,79%2e2,50z%22%2f%3e%3c%2fsvg%3e");
  right: 0;
}
.m-navigation__item--top {
  grid-column-start: 1;
  padding-left: 1.25em;
}
.m-navigation__item--top:before {
  background-image: url("data:image/svg+xml; charset=utf8, %3csvg%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20viewBox%3d%220%200%20100%20100%22%20fill%3d%22%23216aad%22%3e%3cpath%20d%3d%22M50,20%2e8c2%2e1,0,4%2e3,0%2e8,5%2e9,2%2e4l41%2e7,41%2e7c3%2e3,3%2e3,3%2e3,8%2e5,0,11%2e8c%2d3%2e3,3%2e3%2d8%2e5,3%2e3%2d11%2e8,0L50,40%2e9L14%2e2,76%2e7C11,80,5%2e7,80,2%2e4,76%2e7c%2d3%2e3%2d3%2e3%2d3%2e3%2d8%2e5,0%2d11%2e8l41%2e7%2d41%2e7C45%2e7,21%2e6,47%2e9,20%2e8,50,20%2e8z%22%2f%3e%3c%2fsvg%3e");
  left: 0;
}
.m-navigation-internal {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
  margin-top: 48px;
}
.m-navigation-internal__item {
  flex: 0 0 auto;
  line-height: 1.5;
  list-style: none;
  max-width: 100%;
  padding-left: 1.25em;
  position: relative;
}
.m-navigation-internal__item:before {
  background-image: url("data:image/svg+xml; charset=utf8, %3csvg%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20viewBox%3d%220%200%20100%20100%22%20fill%3d%22%23216aad%22%3e%3cpath%20d%3d%22M50,79%2e2c%2d2%2e1,0%2d4%2e3%2d0%2e8%2d5%2e9%2d2%2e4L2%2e4,35%2e1c%2d3%2e3%2d3%2e3%2d3%2e3%2d8%2e5,0%2d11%2e8s8%2e5%2d3%2e3,11%2e8,0L50,59%2e1l35%2e8%2d35%2e8c3%2e3%2d3%2e3,8%2e5%2d3%2e3,11%2e8,0c3%2e3,3%2e3,3%2e3,8%2e5,0,11%2e8L55%2e9,76%2e7C54%2e3,78%2e4,52%2e1,79%2e2,50,79%2e2z%22%2f%3e%3c%2fsvg%3e");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 0.75em;
  left: 0;
  position: absolute;
  top: 0.3em;
  width: 0.75em;
}
.m-navigation-internal--column {
  flex-direction: column;
}
.m-navigation-pager {
  --local-foreground: #c0c0c6;
  --local-background: var(--COLOR_BACKGROUND_LIGHT);
  --local-outline: #c0c0c6;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}
.m-navigation-pager__link {
  align-items: center;
  background-color: var(--local-background);
  border: 1px solid var(--local-outline);
  color: var(--local-foreground);
  display: flex;
  height: 40px;
  justify-content: center;
  min-width: 40px;
  padding: 8px;
  text-decoration: none;
}
.m-navigation-pager__link:any-link {
  --local-foreground: var(--COLOR_BRAND_PRIMARY);
  --local-background: var(--COLOR_BACKGROUND_LIGHT);
  --local-outline: var(--COLOR_BRAND_PRIMARY);
}
.m-navigation-pager__item {
  line-height: 1;
  list-style: none;
}
.m-navigation-pager__item[aria-current] :where(.m-navigation-pager__link) {
  --local-foreground: var(--COLOR_FOREGROUND_LIGHT);
  --local-background: var(--COLOR_BRAND_PRIMARY);
}
.m-navigation-pager__item--back {
  order: -1;
}
.m-navigation-pager__item--next {
  order: 1;
}
.m-navigation-pager__item--max,
.m-navigation-pager__item--min {
  align-items: center;
  display: flex;
  gap: 8px;
}
.m-navigation-pager__item--max:before,
.m-navigation-pager__item--min:after {
  color: var(--local-foreground);
  content: "…";
}
.m-navigation-sns {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.m-navigation-sns__item {
  line-height: 1.5;
  list-style: none;
}
.m-navigation-sns__link {
  display: block;
  height: 30px;
  overflow: hidden;
  padding: 30px 0 0 30px;
  position: relative;
  text-decoration: none;
  width: 30px;
}
.m-navigation-sns__link:before {
  background-repeat: no-repeat;
  border-radius: 50%;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.m-navigation-sns__link--share:before {
  background-color: var(--COLOR_BRAND_PRIMARY);
  background-image: url("data:image/svg+xml; charset=utf8, %3csvg%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20viewBox%3d%220%200%20100%20100%22%20fill%3d%22%23fff%22%3e%3cpath%20d%3d%22M98%2e4,44%2e2L64,73%2e7c%2d3,2%2e6%2d7%2e8,0%2e5%2d7%2e8%2d3%2e5v%2d17C26,53%2e6,12%2e9,61%2e1,21%2e8,89%2e4c1,3%2e1%2d2%2e8,5%2e6%2d5%2e5,3%2e6C7%2e7,86%2e8,0,75,0,63c0%2d29%2e7,24%2e9%2d36,56%2e2%2d36%2e4V10%2e9c0%2d4,4%2e7%2d6%2e1,7%2e8%2d3%2e5l34%2e4,29%2e5C100%2e5,38%2e9,100%2e5,42%2e3,98%2e4,44%2e2z%22%2f%3e%3c%2fsvg%3e");
  background-position: center 45%;
  background-size: 60%;
}
.m-navigation-sns__link--good:before {
  background-color: #2926ff;
  background-image: url("data:image/svg+xml; charset=utf8, %3csvg%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20viewBox%3d%220%200%20100%20100%22%20fill%3d%22%23fff%22%3e%3cpath%20d%3d%22M25,87%2e3V43%2e6c0%2d3%2e5%2d2%2e8%2d6%2e1%2d6%2e2%2d6%2e1H6%2e2c%2d3%2e5,0%2d6%2e2,2%2e8%2d6%2e2,6%2e1v43%2e6c0,3%2e5,2%2e8,6%2e1,6%2e2,6%2e1h12%2e5C22%2e2,93%2e6,25,90%2e9,25,87%2e3z%20M100,43%2e8c0%2d5%2e2%2d4%2e2%2d9%2e4%2d9%2e4%2d9%2e4H62c4%2e4%2d7%2e4,6%2e7%2d15%2e8,6%2e7%2d18%2e8c0%2d4%2e6%2d3%2e6%2d9%2e4%2d9%2e7%2d9%2e4c%2d12%2e3,0%2d5%2e1,14%2e9%2d21%2e1,27%2e7l%2d3%2e2,2%2e5c%2d2%2e3,1%2e9%2d3%2e5,4%2e6%2d3%2e5,7%2e3c0,0,0,0,0,0l0,31%2e2c0,2%2e9,1%2e4,5%2e7,3%2e8,7%2e5l6%2e7,5c5%2e4,4%2e1,12,6%2e3,18%2e7,6%2e3h11%2e5c5%2e2,0,9%2e4%2d4%2e2,9%2e4%2d9%2e4c0%2d0%2e7%2d0%2e1%2d1%2e4%2d0%2e2%2d2%2e1c3%2e8%2d1%2e2,6%2e5%2d4%2e7,6%2e5%2d8%2e9c0%2d1%2e8%2d0%2e5%2d3%2e4%2d1%2e4%2d4%2e9c4%2e3%2d0%2e8,7%2e6%2d4%2e6,7%2e6%2d9%2e2c0%2d2%2e4%2d1%2d4%2e6%2d2%2e5%2d6%2e3C96%2e1,52%2e8,100,48%2e7,100,43%2e8z%22%2f%3e%3c%2fsvg%3e");
  background-position: center 45%;
  background-size: 60%;
}
.m-navigation-sns__link--facebook:before {
  background-color: #2926ff;
  background-image: url("data:image/svg+xml; charset=utf8, %3csvg%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20viewBox%3d%220%200%20100%20100%22%20fill%3d%22%23fff%22%3e%3cpath%20d%3d%22M73%2e3,56%2e2L76,38%2e2H58%2e7V26%2e4c0%2d5,2%2e4%2d9%2e8,10%2e2%2d9%2e8h7%2e9V1%2e2c0,0%2d7%2e2%2d1%2e2%2d14%2d1%2e2C48%2e5,0,39%2e1,8%2e7,39%2e1,24%2e4v13%2e8H23%2e2v18%2e1h15%2e9V100h19%2e6V56%2e2H73%2e3z%22%2f%3e%3c%2fsvg%3e");
  background-position: 50%;
  background-size: 60%;
}
.m-navigation-sns__link--twitter:before {
  background-color: #1ca4ff;
  background-image: url("data:image/svg+xml; charset=utf8, %3csvg%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20viewBox%3d%220%200%20100%20100%22%20fill%3d%22%23fff%22%3e%3cpath%20d%3d%22M89%2e7,29%2e6c0%2e1,0%2e9,0%2e1,1%2e8,0%2e1,2%2e7c0,27%2e1%2d20%2e6,58%2e3%2d58%2e3,58%2e3c%2d11%2e6,0%2d22%2e4%2d3%2e4%2d31%2e5%2d9%2e2c1%2e6,0%2e2,3%2e2,0%2e3,4%2e9,0%2e3c9%2e6,0,18%2e4%2d3%2e2,25%2e4%2d8%2e8c%2d9%2d0%2e2%2d16%2e6%2d6%2e1%2d19%2e2%2d14%2e2c1%2e3,0%2e2,2%2e5,0%2e3,3%2e9,0%2e3c1%2e8,0,3%2e7%2d0%2e3,5%2e4%2d0%2e7C11%2e1,56%2e4,4%2e1,48%2e2,4%2e1,38%2e2v%2d0%2e3c2%2e7,1%2e5,5%2e9,2%2e5,9%2e3,2%2e6c%2d5%2e5%2d3%2e7%2d9%2e1%2d10%2d9%2e1%2d17%2e1c0%2d3%2e8,1%2d7%2e3,2%2e8%2d10%2e3c10%2e1,12%2e4,25%2e3,20%2e6,42%2e3,21%2e4c%2d0%2e3%2d1%2e5%2d0%2e5%2d3%2e1%2d0%2e5%2d4%2e7c0%2d11%2e3,9%2e1%2d20%2e5,20%2e5%2d20%2e5c5%2e9,0,11%2e2,2%2e5,15,6%2e5c4%2e6%2d0%2e9,9%2e1%2d2%2e6,13%2d4%2e9c%2d1%2e5,4%2e8%2d4%2e8,8%2e8%2d9,11%2e3c4%2e1%2d0%2e4,8%2e1%2d1%2e6,11%2e8%2d3%2e2C97%2e2,23%2e1,93%2e7,26%2e7,89%2e7,29%2e6L89%2e7,29%2e6z%22%2f%3e%3c%2fsvg%3e");
  background-position: center 60%;
  background-size: 60%;
}
.m-navigation-sns__link--instagram:before {
  background-color: #fc3657;
  background-image: url("data:image/svg+xml; charset=utf8, %3csvg%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20viewBox%3d%220%200%20100%20100%22%20fill%3d%22%23fff%22%3e%3cpath%20d%3d%22M50,24%2e4c%2d14%2e2,0%2d25%2e6,11%2e4%2d25%2e6,25%2e6S35%2e8,75%2e6,50,75%2e6S75%2e6,64%2e2,75%2e6,50S64%2e2,24%2e4,50,24%2e4z%20M50,66%2e7c%2d9%2e2,0%2d16%2e7%2d7%2e5%2d16%2e7%2d16%2e7S40%2e8,33%2e3,50,33%2e3S66%2e7,40%2e8,66%2e7,50S59%2e2,66%2e7,50,66%2e7L50,66%2e7z%20M82%2e7,23%2e3c0,3%2e3%2d2%2e7,6%2d6,6c%2d3%2e3,0%2d6%2d2%2e7%2d6%2d6s2%2e7%2d6,6%2d6S82%2e7,20,82%2e7,23%2e3z%20M99%2e6,29%2e4c%2d0%2e4%2d8%2d2%2e2%2d15%2e1%2d8%2e1%2d20%2e9c%2d5%2e8%2d5%2e8%2d12%2e9%2d7%2e7%2d20%2e9%2d8%2e1c%2d8%2e3%2d0%2e5%2d33%2d0%2e5%2d41%2e2,0c%2d8,0%2e4%2d15%2e1,2%2e2%2d20%2e9,8%2e1S0%2e8,21%2e4,0%2e4,29%2e4c%2d0%2e5,8%2e3%2d0%2e5,33,0,41%2e2c0%2e4,8,2%2e2,15%2e1,8%2e1,20%2e9s12%2e9,7%2e7,20%2e9,8%2e1c8%2e3,0%2e5,33,0%2e5,41%2e2,0c8%2d0%2e4,15%2e1%2d2%2e2,20%2e9%2d8%2e1c5%2e8%2d5%2e8,7%2e7%2d12%2e9,8%2e1%2d20%2e9C100%2e1,62%2e4,100%2e1,37%2e6,99%2e6,29%2e4L99%2e6,29%2e4z%20M89,79%2e5c%2d1%2e7,4%2e4%2d5%2e1,7%2e7%2d9%2e5,9%2e5c%2d6%2e6,2%2e6%2d22%2e2,2%2d29%2e5,2s%2d22%2e9,0%2e6%2d29%2e5%2d2c%2d4%2e4%2d1%2e7%2d7%2e7%2d5%2e1%2d9%2e5%2d9%2e5C8%2e4,72%2e9,9,57%2e3,9,50s%2d0%2e6%2d22%2e9,2%2d29%2e5c1%2e7%2d4%2e4,5%2e1%2d7%2e7,9%2e5%2d9%2e5C27%2e1,8%2e4,42%2e7,9,50,9s22%2e9%2d0%2e6,29%2e5,2c4%2e4,1%2e7,7%2e7,5%2e1,9%2e5,9%2e5c2%2e6,6%2e6,2,22%2e2,2,29%2e5S91%2e6,72%2e9,89,79%2e5z%22%2f%3e%3c%2fsvg%3e");
  background-position: 50%;
  background-size: 60%;
}
.m-navigation-sns__link--line:before {
  background-color: #00bd29;
  background-image: url("data:image/svg+xml; charset=utf8, %3csvg%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20viewBox%3d%220%200%20100%20100%22%20fill%3d%22%23fff%22%3e%3cpath%20d%3d%22M50,2%2e3C22%2e4,2%2e3,0,20%2e6,0,42%2e9c0,20,17%2e8,36%2e8,41%2e8,40c5%2e9,1%2e3,5%2e2,3%2e4,3%2e9,11%2e3c%2d0%2e2,1%2e3%2d1,4%2e9,4%2e3,2%2e7c5%2e3%2d2%2e2,28%2e8%2d17,39%2e3%2d29c7%2e2%2d8,10%2e7%2d16,10%2e7%2d25C100,20%2e6,77%2e6,2%2e3,50,2%2e3z%20M32%2e3,54%2e9c0,0%2e6%2d0%2e4,1%2d1,1h%2d14c%2d0%2e3,0%2d0%2e5%2d0%2e1%2d0%2e7%2d0%2e3c%2d0%2e2%2d0%2e2%2d0%2e3%2d0%2e4%2d0%2e3%2d0%2e7V33%2e1c0%2d0%2e6,0%2e4%2d1,1%2d1h3%2e5c0%2e6,0,1,0%2e4,1,1v17%2e3h9%2e5c0%2e5,0,1,0%2e5,1,1V54%2e9z%20M40%2e8,54%2e9c0,0%2e6%2d0%2e4,1%2d1,1h%2d3%2e5c%2d0%2e6,0%2d1%2d0%2e4%2d1%2d1V33%2e1c0%2d0%2e6,0%2e4%2d1,1%2d1h3%2e5c0%2e6,0,1,0%2e5,1,1V54%2e9z%20M65,54%2e9c0,0%2e6%2d0%2e4,1%2d1,1h%2d3%2e5c%2d0%2e3,0%2d0%2e6%2d0%2e2%2d0%2e8%2d0%2e4L49%2e7,42v12%2e9c0,0%2e6%2d0%2e4,1%2d1,1h%2d3%2e5c%2d0%2e6,0%2d1%2d0%2e4%2d1%2d1V33%2e1c0%2d0%2e6,0%2e4%2d1,1%2d1h3%2e5c0%2e3,0,0%2e6,0%2e2,0%2e8,0%2e4l10,13%2e5V33%2e1c0%2d0%2e6,0%2e4%2d1,1%2d1h3%2e5c0%2e6,0,1,0%2e4,1,1V54%2e9z%20M84%2e3,36%2e6c0,0%2e6%2d0%2e4,1%2d1,1h%2d9%2e5v3%2e7h9%2e5c0%2e6,0,1,0%2e4,1,1v3%2e5c0,0%2e6%2d0%2e4,1%2d1,1h%2d9%2e5v3%2e7h9%2e5c0%2e6,0,1,0%2e4,1,1v3%2e5c0,0%2e6%2d0%2e4,1%2d1,1h%2d14c%2d0%2e6,0%2d1%2d0%2e5%2d1%2d1V33%2e1c0%2d0%2e6,0%2e5%2d1,1%2d1h14c0%2e5,0,1,0%2e5,1,1V36%2e6z%22%2f%3e%3c%2fsvg%3e");
  background-position: center 60%;
  background-size: 60%;
}
.m-note {
  display: grid;
  gap: 8px;
  grid-template-columns: auto 1fr;
  margin-top: 24px;
}
.m-note__item {
  display: contents;
  list-style: none;
}
.m-note__mark,
.m-note__text {
  font-size: 1.4rem;
}
.m-note__text > [class^="m-"] {
  margin-top: var(--SIZE_NESTED_MODULE_MARGIN);
}
.m-note__text > .m-link-list,
.m-note__text > .m-note,
.m-note__text > [class^="m-list"] {
  margin-top: 8px;
}
.m-panel-contact {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 80px;
}
.m-panel-contact__title {
  align-items: center;
  background-color: #ccc;
  border-radius: 12px 12px 0 0;
  color: #fff;
  display: flex;
  font-size: 1.8rem;
  font-weight: 700;
  justify-content: center;
  line-height: 1.25;
}
.m-panel-contact__title-br {
  display: none;
}
.m-panel-contact__description {
  background-color: #f5f5f5;
  border-radius: 0 0 12px 12px;
  padding: 40px;
}
.m-panel-contact__description-text {
  font-size: 1.6rem;
}
.m-panel-contact__list {
  display: flex;
  flex-direction: column;
  gap: 4px;
  list-style: none;
  margin-top: 12px;
}
.m-panel-contact__list-item {
  font-size: 1.6rem;
  padding-left: 1em;
  position: relative;
}
.m-panel-contact__list-item:before {
  background-color: #000;
  border-radius: 50%;
  content: "";
  height: 5px;
  inset: 50% auto auto 0.5em;
  position: absolute;
  transform: translate(-50%, -50%);
  width: 5px;
}
.m-panel-contact__note {
  display: flex;
  flex-direction: column;
  gap: 4px;
  list-style: none;
  margin-top: 12px;
}
.m-panel-contact__note-item {
  align-items: center;
  color: #787878;
  display: flex;
  gap: 4px;
}
.m-panel-contact__note-mark,
.m-panel-contact__note-text {
  font-size: 1.6rem;
}
.m-panel {
  display: flex;
  flex-direction: column-reverse;
  gap: 8px;
  text-decoration: none;
}
.m-panel__content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.m-panel__content-title {
  color: #333;
  font-size: 1.8rem;
}
.m-panel__content-label {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.m-panel__content-label-item {
  border: 1px solid #999;
  border-radius: 100vh;
  color: #999;
  font-size: 1.4rem;
  padding: 2px 4px;
}
.m-panel__image {
  overflow: hidden;
}
.m-panel__image-image {
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
  width: 100%;
}
.m-panel-download {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.m-panel-download__button {
  display: flex;
  justify-content: flex-end;
}
.m-panel-information {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.m-panel-information :where(.m-button) {
  display: flex;
  margin-top: 16px;
}
.m-panel-information__call,
.m-panel-information__web {
  background-color: var(--COLOR_BACKGROUND_LIGHT);
  padding: 16px;
}
.m-panel-information__mail {
  text-align: center;
}
.m-panel-information__title {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
}
.m-panel-information__download :where(.m-panel-information__title) {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: center;
  text-align: center;
}
.m-panel-information__download :where(.m-panel-information__title):after,
.m-panel-information__download :where(.m-panel-information__title):before {
  background-color: var(--COLOR_BRAND_PRIMARY);
  content: "";
  display: inline-block;
  height: 24px;
  width: 2px;
}
.m-panel-information__download :where(.m-panel-information__title):before {
  transform: rotate(-45deg);
}
.m-panel-information__download :where(.m-panel-information__title):after {
  transform: rotate(45deg);
}
.m-panel-information__text {
  margin-top: 16px;
}
.m-panel-information__title + .m-panel-information__text {
  margin-top: 24px;
}
.m-panel-information__number {
  align-items: center;
  display: flex;
  gap: 8px;
  margin-top: 8px;
}
.m-panel-information__number :where(svg) {
  fill: #00c61a;
  flex: 0 0 auto;
  width: 1em;
}
.m-panel-information__number :where(b) {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}
.m-table {
  margin-top: 24px;
}
.m-table__table {
  border-collapse: collapse;
  border-left: 1px solid var(--COLOR_FOREGROUND_DARK);
  border-top: 1px solid var(--COLOR_FOREGROUND_DARK);
  table-layout: fixed;
  width: 100%;
}
.m-table__head {
  background-color: #e8e8eb;
}
.m-table__cell {
  border-bottom: 1px solid var(--COLOR_FOREGROUND_DARK);
  border-right: 1px solid var(--COLOR_FOREGROUND_DARK);
  padding: 16px;
}
.m-table__cell > [class^="m-"] {
  margin-top: var(--SIZE_NESTED_MODULE_MARGIN);
}
.m-table__cell--head {
  background-color: #e8e8eb;
  font-weight: 700;
  text-align: center;
}
.m-text {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 16px;
}
.m-text--small .m-text__item {
  font-size: 1.4rem;
}
.m-text--small-article .m-text__item {
  font-size: 1.5rem;
}
.m-text__item {
  flex: 0 0 auto;
  font-size: 1.8rem;
}
.m-link-text {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 32px;
}
.m-link-text__item {
  font-size: 1.6rem;
}
.m-link-text__item > a {
  color: #0083d4;
  position: relative;
}
.m-link-text__item > a[target="_blank"]:not([href$=".pdf"]):after {
  background: url(/assets/images/icon/icon-blank.png) no-repeat 50% / contain;
}
.m-link-text__item > a[href$=".pdf"]:after,
.m-link-text__item > a[target="_blank"]:not([href$=".pdf"]):after {
  content: "";
  height: 1em;
  position: absolute;
  right: calc(-1em - 4px);
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
}
.m-link-text__item > a[href$=".pdf"]:after {
  background: url(/assets/images/icon/icon-pdf.png) no-repeat 50% / contain;
}
.m-text-lead {
  font-size: 23px;
  font-weight: bold;
  font-family: "Zen Old Mincho", serif;
  color: #333;
  letter-spacing: 0.12em;
  line-height: 1.5;
}
.m-text-caution {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-left: 1.5em;
  position: relative;
}
.m-text-caution:before {
  background-image: url("data:image/svg+xml; charset=utf8, %3csvg%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20viewBox%3d%220%200%20100%20100%22%20fill%3d%22%237a6800%22%3e%3cpath%20d%3d%22M50,0C22%2e4,0,0,22%2e4,0,50s22%2e4,50,50,50s50%2d22%2e4,50%2d50S77%2e6,0,50,0z%20M45%2e3,29%2e7c0%2d2%2e6,2%2e1%2d4%2e7,4%2e7%2d4%2e7c2%2e6,0,4%2e7,2%2e1,4%2e7,4%2e7v25c0,2%2e6%2d2%2e1,4%2e7%2d4%2e7,4%2e7s%2d4%2e7%2d2%2e1%2d4%2e7%2d4%2e7V29%2e7z%20M50,78%2e1c%2d3%2e4,0%2d6%2e1%2d2%2e8%2d6%2e1%2d6%2e1s2%2e7%2d6%2e1,6%2e1%2d6%2e1s6%2e1,2%2e8,6%2e1,6%2e1C56%2e1,75%2e4,53%2e4,78%2e1,50,78%2e1z%22%2f%3e%3c%2fsvg%3e");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 1em;
  left: 0;
  position: absolute;
  top: 0.35em;
  width: 1em;
}
.m-text-caution__item {
  color: var(--COLOR_ROLE_WARNING_DARK);
  flex: 0 0 auto;
  font-weight: 700;
}
.m-text-warning {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-left: 1.5em;
  position: relative;
}
.m-text-warning:before {
  background-image: url("data:image/svg+xml; charset=utf8, %3csvg%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20viewBox%3d%220%200%20100%20100%22%20fill%3d%22%23cc0033%22%3e%3cpath%20d%3d%22M98%2e9,81%2e4L57%2e2,10%2e4C54,4%2e9,46,4%2e9,42%2e8,10%2e4L1%2e1,81%2e4c%2d3%2e2,5%2e4,0%2e8,12%2e3,7%2e2,12%2e3h83%2e3C98%2e1,93%2e8,102%2e1,86%2e9,98%2e9,81%2e4zM45%2e3,32%2e8c0%2d2%2e6,2%2e1%2d4%2e7,4%2e7%2d4%2e7c2%2e6,0,4%2e7,2%2e1,4%2e7,4%2e7v25c0,2%2e6%2d2%2e1,4%2e7%2d4%2e5,4%2e7c%2d2%2e4,0%2d4%2e9%2d2%2e1%2d4%2e9%2d4%2e7V32%2e8z%20M50,81%2e3c%2d3%2e4,0%2d6%2e1%2d2%2e8%2d6%2e1%2d6%2e1c0%2d3%2e4,2%2e7%2d6%2e1,6%2e1%2d6%2e1s6%2e1,2%2e8,6%2e1,6%2e1C56%2e1,78%2e5,53%2e4,81%2e3,50,81%2e3z%22%2f%3e%3c%2fsvg%3e");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 1em;
  left: 0;
  position: absolute;
  top: 0.35em;
  width: 1em;
}
.m-text-warning__item {
  color: var(--COLOR_ROLE_DANGER_DARK);
  flex: 0 0 auto;
  font-weight: 700;
}
.u-section {
  padding: 120px 0;
  position: relative;
}
.u-section:before {
  background-color: #fbfaf9;
  left: 0;
  margin: 0 calc(50% - 50vw);
  top: 0;
  width: 100vw;
}
.u-section--with-bg:after,
.u-section:before {
  content: "";
  height: 100%;
  position: absolute;
  z-index: -1;
}
.u-section--with-bg:after {
  background-image: url(/wp-content/uploads/2025/01/section-background-sp.png);
  background-repeat: no-repeat;
  background-size: cover;
  inset: 0 auto auto -24px;
  width: 100%;
}
.u-section--white:before {
  background-color: #fff;
}
.u-section--background:before {
  background-color: #f5ecdf8f;
}
.u-top-content[class] {
  display: flex;
  flex-direction: column;
  gap: 70px;
  margin-top: 80px;
}
.u-top-content__text[class] {
  writing-mode: vertical-rl;
}
.u-top-content__title-heading[class] {
  font-family: Zen Old Mincho, serif;
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1.4;
}
.u-top-content__title-heading[class] span {
  margin-top: 3.6em;
}
.u-top-content__text-text[class] {
  font-family: Zen Old Mincho, serif;
  font-size: 1.8rem;
  font-style: normal;
  line-height: 2.25;
}
.u-top-content__text-text-color[class] {
  color: #418b19;
}
.items-normal {
  align-items: normal;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.items-stretch {
  align-items: stretch;
}
.block {
  display: block !important;
}
.inline-block {
  display: inline-block !important;
}
.inline {
  display: inline !important;
}
.flex {
  display: flex !important;
}
.inline-flex {
  display: inline-flex !important;
}
.table {
  display: table !important;
}
.inline-table {
  display: inline-table !important;
}
.table-caption {
  display: table-caption !important;
}
.table-cell {
  display: table-cell !important;
}
.table-column {
  display: table-column !important;
}
.table-column-group {
  display: table-column-group !important;
}
.table-footer-group {
  display: table-footer-group !important;
}
.table-header-group {
  display: table-header-group !important;
}
.table-row-group {
  display: table-row-group !important;
}
.table-row {
  display: table-row !important;
}
.flow-root {
  display: flow-root !important;
}
.grid {
  display: grid !important;
}
.inline-grid {
  display: inline-grid !important;
}
.contents {
  display: contents !important;
}
.list-item {
  display: list-item !important;
}
.hidden {
  display: none !important;
}
.h-1\/2 {
  height: 50%;
}
.h-1\/3 {
  height: 33.333333%;
}
.h-2\/3 {
  height: 66.666667%;
}
.h-1\/4 {
  height: 25%;
}
.h-2\/4 {
  height: 50%;
}
.h-3\/4 {
  height: 75%;
}
.h-1\/5 {
  height: 20%;
}
.h-2\/5 {
  height: 40%;
}
.h-3\/5 {
  height: 60%;
}
.h-4\/5 {
  height: 80%;
}
.h-1\/6 {
  height: 16.666667%;
}
.h-2\/6 {
  height: 33.333333%;
}
.h-3\/6 {
  height: 50%;
}
.h-4\/6 {
  height: 66.666667%;
}
.h-5\/6 {
  height: 83.333333%;
}
.h-1\/12 {
  height: 8.333333%;
}
.h-2\/12 {
  height: 16.666667%;
}
.h-3\/12 {
  height: 25%;
}
.h-4\/12 {
  height: 33.333333%;
}
.h-5\/12 {
  height: 41.666667%;
}
.h-6\/12 {
  height: 50%;
}
.h-7\/12 {
  height: 58.333333%;
}
.h-8\/12 {
  height: 66.666667%;
}
.h-9\/12 {
  height: 75%;
}
.h-10\/12 {
  height: 83.333333%;
}
.h-11\/12 {
  height: 91.666667%;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vw;
}
.h-min {
  height: min-content;
}
.h-max {
  height: max-content;
}
.h-fit {
  height: fit-content;
}
.h-0 {
  height: 0;
}
.h-1 {
  height: 4px;
}
.h-2 {
  height: 8px;
}
.h-3 {
  height: 12px;
}
.h-4 {
  height: 16px;
}
.h-5 {
  height: 20px;
}
.h-6 {
  height: 24px;
}
.h-7 {
  height: 28px;
}
.h-8 {
  height: 32px;
}
.h-9 {
  height: 36px;
}
.h-10 {
  height: 40px;
}
.h-11 {
  height: 44px;
}
.h-12 {
  height: 48px;
}
.h-13 {
  height: 52px;
}
.h-14 {
  height: 56px;
}
.h-15 {
  height: 60px;
}
.h-16 {
  height: 64px;
}
.h-17 {
  height: 68px;
}
.h-18 {
  height: 72px;
}
.h-19 {
  height: 76px;
}
.h-20 {
  height: 80px;
}
.h-21 {
  height: 84px;
}
.h-22 {
  height: 88px;
}
.h-23 {
  height: 92px;
}
.h-24 {
  height: 96px;
}
.h-25 {
  height: 100px;
}
.h-26 {
  height: 104px;
}
.h-27 {
  height: 108px;
}
.h-28 {
  height: 112px;
}
.h-29 {
  height: 116px;
}
.h-30 {
  height: 120px;
}
.h-31 {
  height: 124px;
}
.h-32 {
  height: 128px;
}
.h-33 {
  height: 132px;
}
.h-34 {
  height: 136px;
}
.h-35 {
  height: 140px;
}
.h-36 {
  height: 144px;
}
.h-37 {
  height: 148px;
}
.h-38 {
  height: 152px;
}
.h-39 {
  height: 156px;
}
.h-40 {
  height: 160px;
}
.justify-normal {
  justify-content: normal;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.justify-evenly {
  justify-content: space-evenly;
}
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 1px !important;
}
.m-2 {
  margin: 2px !important;
}
.m-3 {
  margin: 3px !important;
}
.m-4 {
  margin: 4px !important;
}
.m-5 {
  margin: 5px !important;
}
.m-6 {
  margin: 6px !important;
}
.m-7 {
  margin: 7px !important;
}
.m-8 {
  margin: 8px !important;
}
.m-9 {
  margin: 9px !important;
}
.m-10 {
  margin: 10px !important;
}
.m-11 {
  margin: 11px !important;
}
.m-12 {
  margin: 12px !important;
}
.m-13 {
  margin: 13px !important;
}
.m-14 {
  margin: 14px !important;
}
.m-15 {
  margin: 15px !important;
}
.m-16 {
  margin: 16px !important;
}
.m-17 {
  margin: 17px !important;
}
.m-18 {
  margin: 18px !important;
}
.m-19 {
  margin: 19px !important;
}
.m-20 {
  margin: 20px !important;
}
.m-21 {
  margin: 21px !important;
}
.m-22 {
  margin: 22px !important;
}
.m-23 {
  margin: 23px !important;
}
.m-24 {
  margin: 24px !important;
}
.m-25 {
  margin: 25px !important;
}
.m-26 {
  margin: 26px !important;
}
.m-27 {
  margin: 27px !important;
}
.m-28 {
  margin: 28px !important;
}
.m-29 {
  margin: 29px !important;
}
.m-30 {
  margin: 30px !important;
}
.m-31 {
  margin: 31px !important;
}
.m-32 {
  margin: 32px !important;
}
.m-33 {
  margin: 33px !important;
}
.m-34 {
  margin: 34px !important;
}
.m-35 {
  margin: 35px !important;
}
.m-36 {
  margin: 36px !important;
}
.m-37 {
  margin: 37px !important;
}
.m-38 {
  margin: 38px !important;
}
.m-39 {
  margin: 39px !important;
}
.m-40 {
  margin: 40px !important;
}
.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.mx-1 {
  margin-left: 1px !important;
  margin-right: 1px !important;
}
.mx-2 {
  margin-left: 2px !important;
  margin-right: 2px !important;
}
.mx-3 {
  margin-left: 3px !important;
  margin-right: 3px !important;
}
.mx-4 {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.mx-5 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}
.mx-6 {
  margin-left: 6px !important;
  margin-right: 6px !important;
}
.mx-7 {
  margin-left: 7px !important;
  margin-right: 7px !important;
}
.mx-8 {
  margin-left: 8px !important;
  margin-right: 8px !important;
}
.mx-9 {
  margin-left: 9px !important;
  margin-right: 9px !important;
}
.mx-10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}
.mx-11 {
  margin-left: 11px !important;
  margin-right: 11px !important;
}
.mx-12 {
  margin-left: 12px !important;
  margin-right: 12px !important;
}
.mx-13 {
  margin-left: 13px !important;
  margin-right: 13px !important;
}
.mx-14 {
  margin-left: 14px !important;
  margin-right: 14px !important;
}
.mx-15 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}
.mx-16 {
  margin-left: 16px !important;
  margin-right: 16px !important;
}
.mx-17 {
  margin-left: 17px !important;
  margin-right: 17px !important;
}
.mx-18 {
  margin-left: 18px !important;
  margin-right: 18px !important;
}
.mx-19 {
  margin-left: 19px !important;
  margin-right: 19px !important;
}
.mx-20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}
.mx-21 {
  margin-left: 21px !important;
  margin-right: 21px !important;
}
.mx-22 {
  margin-left: 22px !important;
  margin-right: 22px !important;
}
.mx-23 {
  margin-left: 23px !important;
  margin-right: 23px !important;
}
.mx-24 {
  margin-left: 24px !important;
  margin-right: 24px !important;
}
.mx-25 {
  margin-left: 25px !important;
  margin-right: 25px !important;
}
.mx-26 {
  margin-left: 26px !important;
  margin-right: 26px !important;
}
.mx-27 {
  margin-left: 27px !important;
  margin-right: 27px !important;
}
.mx-28 {
  margin-left: 28px !important;
  margin-right: 28px !important;
}
.mx-29 {
  margin-left: 29px !important;
  margin-right: 29px !important;
}
.mx-30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}
.mx-31 {
  margin-left: 31px !important;
  margin-right: 31px !important;
}
.mx-32 {
  margin-left: 32px !important;
  margin-right: 32px !important;
}
.mx-33 {
  margin-left: 33px !important;
  margin-right: 33px !important;
}
.mx-34 {
  margin-left: 34px !important;
  margin-right: 34px !important;
}
.mx-35 {
  margin-left: 35px !important;
  margin-right: 35px !important;
}
.mx-36 {
  margin-left: 36px !important;
  margin-right: 36px !important;
}
.mx-37 {
  margin-left: 37px !important;
  margin-right: 37px !important;
}
.mx-38 {
  margin-left: 38px !important;
  margin-right: 38px !important;
}
.mx-39 {
  margin-left: 39px !important;
  margin-right: 39px !important;
}
.mx-40 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}
.my-0 {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
.my-1 {
  margin-bottom: 1px !important;
  margin-top: 1px !important;
}
.my-2 {
  margin-bottom: 2px !important;
  margin-top: 2px !important;
}
.my-3 {
  margin-bottom: 3px !important;
  margin-top: 3px !important;
}
.my-4 {
  margin-bottom: 4px !important;
  margin-top: 4px !important;
}
.my-5 {
  margin-bottom: 5px !important;
  margin-top: 5px !important;
}
.my-6 {
  margin-bottom: 6px !important;
  margin-top: 6px !important;
}
.my-7 {
  margin-bottom: 7px !important;
  margin-top: 7px !important;
}
.my-8 {
  margin-bottom: 8px !important;
  margin-top: 8px !important;
}
.my-9 {
  margin-bottom: 9px !important;
  margin-top: 9px !important;
}
.my-10 {
  margin-bottom: 10px !important;
  margin-top: 10px !important;
}
.my-11 {
  margin-bottom: 11px !important;
  margin-top: 11px !important;
}
.my-12 {
  margin-bottom: 12px !important;
  margin-top: 12px !important;
}
.my-13 {
  margin-bottom: 13px !important;
  margin-top: 13px !important;
}
.my-14 {
  margin-bottom: 14px !important;
  margin-top: 14px !important;
}
.my-15 {
  margin-bottom: 15px !important;
  margin-top: 15px !important;
}
.my-16 {
  margin-bottom: 16px !important;
  margin-top: 16px !important;
}
.my-17 {
  margin-bottom: 17px !important;
  margin-top: 17px !important;
}
.my-18 {
  margin-bottom: 18px !important;
  margin-top: 18px !important;
}
.my-19 {
  margin-bottom: 19px !important;
  margin-top: 19px !important;
}
.my-20 {
  margin-bottom: 20px !important;
  margin-top: 20px !important;
}
.my-21 {
  margin-bottom: 21px !important;
  margin-top: 21px !important;
}
.my-22 {
  margin-bottom: 22px !important;
  margin-top: 22px !important;
}
.my-23 {
  margin-bottom: 23px !important;
  margin-top: 23px !important;
}
.my-24 {
  margin-bottom: 24px !important;
  margin-top: 24px !important;
}
.my-25 {
  margin-bottom: 25px !important;
  margin-top: 25px !important;
}
.my-26 {
  margin-bottom: 26px !important;
  margin-top: 26px !important;
}
.my-27 {
  margin-bottom: 27px !important;
  margin-top: 27px !important;
}
.my-28 {
  margin-bottom: 28px !important;
  margin-top: 28px !important;
}
.my-29 {
  margin-bottom: 29px !important;
  margin-top: 29px !important;
}
.my-30 {
  margin-bottom: 30px !important;
  margin-top: 30px !important;
}
.my-31 {
  margin-bottom: 31px !important;
  margin-top: 31px !important;
}
.my-32 {
  margin-bottom: 32px !important;
  margin-top: 32px !important;
}
.my-33 {
  margin-bottom: 33px !important;
  margin-top: 33px !important;
}
.my-34 {
  margin-bottom: 34px !important;
  margin-top: 34px !important;
}
.my-35 {
  margin-bottom: 35px !important;
  margin-top: 35px !important;
}
.my-36 {
  margin-bottom: 36px !important;
  margin-top: 36px !important;
}
.my-37 {
  margin-bottom: 37px !important;
  margin-top: 37px !important;
}
.my-38 {
  margin-bottom: 38px !important;
  margin-top: 38px !important;
}
.my-39 {
  margin-bottom: 39px !important;
  margin-top: 39px !important;
}
.my-40 {
  margin-bottom: 40px !important;
  margin-top: 40px !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 1px !important;
}
.mt-2 {
  margin-top: 2px !important;
}
.mt-3 {
  margin-top: 3px !important;
}
.mt-4 {
  margin-top: 4px !important;
}
.mt-5 {
  margin-top: 5px !important;
}
.mt-6 {
  margin-top: 6px !important;
}
.mt-7 {
  margin-top: 7px !important;
}
.mt-8 {
  margin-top: 8px !important;
}
.mt-9 {
  margin-top: 9px !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mt-11 {
  margin-top: 11px !important;
}
.mt-12 {
  margin-top: 12px !important;
}
.mt-13 {
  margin-top: 13px !important;
}
.mt-14 {
  margin-top: 14px !important;
}
.mt-15 {
  margin-top: 15px !important;
}
.mt-16 {
  margin-top: 16px !important;
}
.mt-17 {
  margin-top: 17px !important;
}
.mt-18 {
  margin-top: 18px !important;
}
.mt-19 {
  margin-top: 19px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-21 {
  margin-top: 21px !important;
}
.mt-22 {
  margin-top: 22px !important;
}
.mt-23 {
  margin-top: 23px !important;
}
.mt-24 {
  margin-top: 24px !important;
}
.mt-25 {
  margin-top: 25px !important;
}
.mt-26 {
  margin-top: 26px !important;
}
.mt-27 {
  margin-top: 27px !important;
}
.mt-28 {
  margin-top: 28px !important;
}
.mt-29 {
  margin-top: 29px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-31 {
  margin-top: 31px !important;
}
.mt-32 {
  margin-top: 32px !important;
}
.mt-33 {
  margin-top: 33px !important;
}
.mt-34 {
  margin-top: 34px !important;
}
.mt-35 {
  margin-top: 35px !important;
}
.mt-36 {
  margin-top: 36px !important;
}
.mt-37 {
  margin-top: 37px !important;
}
.mt-38 {
  margin-top: 38px !important;
}
.mt-39 {
  margin-top: 39px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.mr-1 {
  margin-right: 1px !important;
}
.mr-2 {
  margin-right: 2px !important;
}
.mr-3 {
  margin-right: 3px !important;
}
.mr-4 {
  margin-right: 4px !important;
}
.mr-5 {
  margin-right: 5px !important;
}
.mr-6 {
  margin-right: 6px !important;
}
.mr-7 {
  margin-right: 7px !important;
}
.mr-8 {
  margin-right: 8px !important;
}
.mr-9 {
  margin-right: 9px !important;
}
.mr-10 {
  margin-right: 10px !important;
}
.mr-11 {
  margin-right: 11px !important;
}
.mr-12 {
  margin-right: 12px !important;
}
.mr-13 {
  margin-right: 13px !important;
}
.mr-14 {
  margin-right: 14px !important;
}
.mr-15 {
  margin-right: 15px !important;
}
.mr-16 {
  margin-right: 16px !important;
}
.mr-17 {
  margin-right: 17px !important;
}
.mr-18 {
  margin-right: 18px !important;
}
.mr-19 {
  margin-right: 19px !important;
}
.mr-20 {
  margin-right: 20px !important;
}
.mr-21 {
  margin-right: 21px !important;
}
.mr-22 {
  margin-right: 22px !important;
}
.mr-23 {
  margin-right: 23px !important;
}
.mr-24 {
  margin-right: 24px !important;
}
.mr-25 {
  margin-right: 25px !important;
}
.mr-26 {
  margin-right: 26px !important;
}
.mr-27 {
  margin-right: 27px !important;
}
.mr-28 {
  margin-right: 28px !important;
}
.mr-29 {
  margin-right: 29px !important;
}
.mr-30 {
  margin-right: 30px !important;
}
.mr-31 {
  margin-right: 31px !important;
}
.mr-32 {
  margin-right: 32px !important;
}
.mr-33 {
  margin-right: 33px !important;
}
.mr-34 {
  margin-right: 34px !important;
}
.mr-35 {
  margin-right: 35px !important;
}
.mr-36 {
  margin-right: 36px !important;
}
.mr-37 {
  margin-right: 37px !important;
}
.mr-38 {
  margin-right: 38px !important;
}
.mr-39 {
  margin-right: 39px !important;
}
.mr-40 {
  margin-right: 40px !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 1px !important;
}
.mb-2 {
  margin-bottom: 2px !important;
}
.mb-3 {
  margin-bottom: 3px !important;
}
.mb-4 {
  margin-bottom: 4px !important;
}
.mb-5 {
  margin-bottom: 5px !important;
}
.mb-6 {
  margin-bottom: 6px !important;
}
.mb-7 {
  margin-bottom: 7px !important;
}
.mb-8 {
  margin-bottom: 8px !important;
}
.mb-9 {
  margin-bottom: 9px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-11 {
  margin-bottom: 11px !important;
}
.mb-12 {
  margin-bottom: 12px !important;
}
.mb-13 {
  margin-bottom: 13px !important;
}
.mb-14 {
  margin-bottom: 14px !important;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.mb-16 {
  margin-bottom: 16px !important;
}
.mb-17 {
  margin-bottom: 17px !important;
}
.mb-18 {
  margin-bottom: 18px !important;
}
.mb-19 {
  margin-bottom: 19px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-21 {
  margin-bottom: 21px !important;
}
.mb-22 {
  margin-bottom: 22px !important;
}
.mb-23 {
  margin-bottom: 23px !important;
}
.mb-24 {
  margin-bottom: 24px !important;
}
.mb-25 {
  margin-bottom: 25px !important;
}
.mb-26 {
  margin-bottom: 26px !important;
}
.mb-27 {
  margin-bottom: 27px !important;
}
.mb-28 {
  margin-bottom: 28px !important;
}
.mb-29 {
  margin-bottom: 29px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-31 {
  margin-bottom: 31px !important;
}
.mb-32 {
  margin-bottom: 32px !important;
}
.mb-33 {
  margin-bottom: 33px !important;
}
.mb-34 {
  margin-bottom: 34px !important;
}
.mb-35 {
  margin-bottom: 35px !important;
}
.mb-36 {
  margin-bottom: 36px !important;
}
.mb-37 {
  margin-bottom: 37px !important;
}
.mb-38 {
  margin-bottom: 38px !important;
}
.mb-39 {
  margin-bottom: 39px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.ml-0 {
  margin-left: 0 !important;
}
.ml-1 {
  margin-left: 1px !important;
}
.ml-2 {
  margin-left: 2px !important;
}
.ml-3 {
  margin-left: 3px !important;
}
.ml-4 {
  margin-left: 4px !important;
}
.ml-5 {
  margin-left: 5px !important;
}
.ml-6 {
  margin-left: 6px !important;
}
.ml-7 {
  margin-left: 7px !important;
}
.ml-8 {
  margin-left: 8px !important;
}
.ml-9 {
  margin-left: 9px !important;
}
.ml-10 {
  margin-left: 10px !important;
}
.ml-11 {
  margin-left: 11px !important;
}
.ml-12 {
  margin-left: 12px !important;
}
.ml-13 {
  margin-left: 13px !important;
}
.ml-14 {
  margin-left: 14px !important;
}
.ml-15 {
  margin-left: 15px !important;
}
.ml-16 {
  margin-left: 16px !important;
}
.ml-17 {
  margin-left: 17px !important;
}
.ml-18 {
  margin-left: 18px !important;
}
.ml-19 {
  margin-left: 19px !important;
}
.ml-20 {
  margin-left: 20px !important;
}
.ml-21 {
  margin-left: 21px !important;
}
.ml-22 {
  margin-left: 22px !important;
}
.ml-23 {
  margin-left: 23px !important;
}
.ml-24 {
  margin-left: 24px !important;
}
.ml-25 {
  margin-left: 25px !important;
}
.ml-26 {
  margin-left: 26px !important;
}
.ml-27 {
  margin-left: 27px !important;
}
.ml-28 {
  margin-left: 28px !important;
}
.ml-29 {
  margin-left: 29px !important;
}
.ml-30 {
  margin-left: 30px !important;
}
.ml-31 {
  margin-left: 31px !important;
}
.ml-32 {
  margin-left: 32px !important;
}
.ml-33 {
  margin-left: 33px !important;
}
.ml-34 {
  margin-left: 34px !important;
}
.ml-35 {
  margin-left: 35px !important;
}
.ml-36 {
  margin-left: 36px !important;
}
.ml-37 {
  margin-left: 37px !important;
}
.ml-38 {
  margin-left: 38px !important;
}
.ml-39 {
  margin-left: 39px !important;
}
.ml-40 {
  margin-left: 40px !important;
}
.p-0 {
  padding: 0;
}
.p-1 {
  padding: 4px;
}
.p-2 {
  padding: 8px;
}
.p-3 {
  padding: 12px;
}
.p-4 {
  padding: 16px;
}
.p-5 {
  padding: 20px;
}
.p-6 {
  padding: 24px;
}
.p-7 {
  padding: 28px;
}
.p-8 {
  padding: 32px;
}
.p-9 {
  padding: 36px;
}
.p-10 {
  padding: 40px;
}
.p-11 {
  padding: 44px;
}
.p-12 {
  padding: 48px;
}
.p-13 {
  padding: 52px;
}
.p-14 {
  padding: 56px;
}
.p-15 {
  padding: 60px;
}
.p-16 {
  padding: 64px;
}
.p-17 {
  padding: 68px;
}
.p-18 {
  padding: 72px;
}
.p-19 {
  padding: 76px;
}
.p-20 {
  padding: 80px;
}
.p-21 {
  padding: 84px;
}
.p-22 {
  padding: 88px;
}
.p-23 {
  padding: 92px;
}
.p-24 {
  padding: 96px;
}
.p-25 {
  padding: 100px;
}
.p-26 {
  padding: 104px;
}
.p-27 {
  padding: 108px;
}
.p-28 {
  padding: 112px;
}
.p-29 {
  padding: 116px;
}
.p-30 {
  padding: 120px;
}
.p-31 {
  padding: 124px;
}
.p-32 {
  padding: 128px;
}
.p-33 {
  padding: 132px;
}
.p-34 {
  padding: 136px;
}
.p-35 {
  padding: 140px;
}
.p-36 {
  padding: 144px;
}
.p-37 {
  padding: 148px;
}
.p-38 {
  padding: 152px;
}
.p-39 {
  padding: 156px;
}
.p-40 {
  padding: 160px;
}
.px-0 {
  padding-left: 0;
  padding-right: 0;
}
.px-1 {
  padding-left: 4px;
  padding-right: 4px;
}
.px-2 {
  padding-left: 8px;
  padding-right: 8px;
}
.px-3 {
  padding-left: 12px;
  padding-right: 12px;
}
.px-4 {
  padding-left: 16px;
  padding-right: 16px;
}
.px-5 {
  padding-left: 20px;
  padding-right: 20px;
}
.px-6 {
  padding-left: 24px;
  padding-right: 24px;
}
.px-7 {
  padding-left: 28px;
  padding-right: 28px;
}
.px-8 {
  padding-left: 32px;
  padding-right: 32px;
}
.px-9 {
  padding-left: 36px;
  padding-right: 36px;
}
.px-10 {
  padding-left: 40px;
  padding-right: 40px;
}
.px-11 {
  padding-left: 44px;
  padding-right: 44px;
}
.px-12 {
  padding-left: 48px;
  padding-right: 48px;
}
.px-13 {
  padding-left: 52px;
  padding-right: 52px;
}
.px-14 {
  padding-left: 56px;
  padding-right: 56px;
}
.px-15 {
  padding-left: 60px;
  padding-right: 60px;
}
.px-16 {
  padding-left: 64px;
  padding-right: 64px;
}
.px-17 {
  padding-left: 68px;
  padding-right: 68px;
}
.px-18 {
  padding-left: 72px;
  padding-right: 72px;
}
.px-19 {
  padding-left: 76px;
  padding-right: 76px;
}
.px-20 {
  padding-left: 80px;
  padding-right: 80px;
}
.px-21 {
  padding-left: 84px;
  padding-right: 84px;
}
.px-22 {
  padding-left: 88px;
  padding-right: 88px;
}
.px-23 {
  padding-left: 92px;
  padding-right: 92px;
}
.px-24 {
  padding-left: 96px;
  padding-right: 96px;
}
.px-25 {
  padding-left: 100px;
  padding-right: 100px;
}
.px-26 {
  padding-left: 104px;
  padding-right: 104px;
}
.px-27 {
  padding-left: 108px;
  padding-right: 108px;
}
.px-28 {
  padding-left: 112px;
  padding-right: 112px;
}
.px-29 {
  padding-left: 116px;
  padding-right: 116px;
}
.px-30 {
  padding-left: 120px;
  padding-right: 120px;
}
.px-31 {
  padding-left: 124px;
  padding-right: 124px;
}
.px-32 {
  padding-left: 128px;
  padding-right: 128px;
}
.px-33 {
  padding-left: 132px;
  padding-right: 132px;
}
.px-34 {
  padding-left: 136px;
  padding-right: 136px;
}
.px-35 {
  padding-left: 140px;
  padding-right: 140px;
}
.px-36 {
  padding-left: 144px;
  padding-right: 144px;
}
.px-37 {
  padding-left: 148px;
  padding-right: 148px;
}
.px-38 {
  padding-left: 152px;
  padding-right: 152px;
}
.px-39 {
  padding-left: 156px;
  padding-right: 156px;
}
.px-40 {
  padding-left: 160px;
  padding-right: 160px;
}
.py-0 {
  padding-bottom: 0;
  padding-top: 0;
}
.py-1 {
  padding-bottom: 4px;
  padding-top: 4px;
}
.py-2 {
  padding-bottom: 8px;
  padding-top: 8px;
}
.py-3 {
  padding-bottom: 12px;
  padding-top: 12px;
}
.py-4 {
  padding-bottom: 16px;
  padding-top: 16px;
}
.py-5 {
  padding-bottom: 20px;
  padding-top: 20px;
}
.py-6 {
  padding-bottom: 24px;
  padding-top: 24px;
}
.py-7 {
  padding-bottom: 28px;
  padding-top: 28px;
}
.py-8 {
  padding-bottom: 32px;
  padding-top: 32px;
}
.py-9 {
  padding-bottom: 36px;
  padding-top: 36px;
}
.py-10 {
  padding-bottom: 40px;
  padding-top: 40px;
}
.py-11 {
  padding-bottom: 44px;
  padding-top: 44px;
}
.py-12 {
  padding-bottom: 48px;
  padding-top: 48px;
}
.py-13 {
  padding-bottom: 52px;
  padding-top: 52px;
}
.py-14 {
  padding-bottom: 56px;
  padding-top: 56px;
}
.py-15 {
  padding-bottom: 60px;
  padding-top: 60px;
}
.py-16 {
  padding-bottom: 64px;
  padding-top: 64px;
}
.py-17 {
  padding-bottom: 68px;
  padding-top: 68px;
}
.py-18 {
  padding-bottom: 72px;
  padding-top: 72px;
}
.py-19 {
  padding-bottom: 76px;
  padding-top: 76px;
}
.py-20 {
  padding-bottom: 80px;
  padding-top: 80px;
}
.py-21 {
  padding-bottom: 84px;
  padding-top: 84px;
}
.py-22 {
  padding-bottom: 88px;
  padding-top: 88px;
}
.py-23 {
  padding-bottom: 92px;
  padding-top: 92px;
}
.py-24 {
  padding-bottom: 96px;
  padding-top: 96px;
}
.py-25 {
  padding-bottom: 100px;
  padding-top: 100px;
}
.py-26 {
  padding-bottom: 104px;
  padding-top: 104px;
}
.py-27 {
  padding-bottom: 108px;
  padding-top: 108px;
}
.py-28 {
  padding-bottom: 112px;
  padding-top: 112px;
}
.py-29 {
  padding-bottom: 116px;
  padding-top: 116px;
}
.py-30 {
  padding-bottom: 120px;
  padding-top: 120px;
}
.py-31 {
  padding-bottom: 124px;
  padding-top: 124px;
}
.py-32 {
  padding-bottom: 128px;
  padding-top: 128px;
}
.py-33 {
  padding-bottom: 132px;
  padding-top: 132px;
}
.py-34 {
  padding-bottom: 136px;
  padding-top: 136px;
}
.py-35 {
  padding-bottom: 140px;
  padding-top: 140px;
}
.py-36 {
  padding-bottom: 144px;
  padding-top: 144px;
}
.py-37 {
  padding-bottom: 148px;
  padding-top: 148px;
}
.py-38 {
  padding-bottom: 152px;
  padding-top: 152px;
}
.py-39 {
  padding-bottom: 156px;
  padding-top: 156px;
}
.py-40 {
  padding-bottom: 160px;
  padding-top: 160px;
}
.pt-0 {
  padding-top: 0;
}
.pt-1 {
  padding-top: 4px;
}
.pt-2 {
  padding-top: 8px;
}
.pt-3 {
  padding-top: 12px;
}
.pt-4 {
  padding-top: 16px;
}
.pt-5 {
  padding-top: 20px;
}
.pt-6 {
  padding-top: 24px;
}
.pt-7 {
  padding-top: 28px;
}
.pt-8 {
  padding-top: 32px;
}
.pt-9 {
  padding-top: 36px;
}
.pt-10 {
  padding-top: 40px;
}
.pt-11 {
  padding-top: 44px;
}
.pt-12 {
  padding-top: 48px;
}
.pt-13 {
  padding-top: 52px;
}
.pt-14 {
  padding-top: 56px;
}
.pt-15 {
  padding-top: 60px;
}
.pt-16 {
  padding-top: 64px;
}
.pt-17 {
  padding-top: 68px;
}
.pt-18 {
  padding-top: 72px;
}
.pt-19 {
  padding-top: 76px;
}
.pt-20 {
  padding-top: 80px;
}
.pt-21 {
  padding-top: 84px;
}
.pt-22 {
  padding-top: 88px;
}
.pt-23 {
  padding-top: 92px;
}
.pt-24 {
  padding-top: 96px;
}
.pt-25 {
  padding-top: 100px;
}
.pt-26 {
  padding-top: 104px;
}
.pt-27 {
  padding-top: 108px;
}
.pt-28 {
  padding-top: 112px;
}
.pt-29 {
  padding-top: 116px;
}
.pt-30 {
  padding-top: 120px;
}
.pt-31 {
  padding-top: 124px;
}
.pt-32 {
  padding-top: 128px;
}
.pt-33 {
  padding-top: 132px;
}
.pt-34 {
  padding-top: 136px;
}
.pt-35 {
  padding-top: 140px;
}
.pt-36 {
  padding-top: 144px;
}
.pt-37 {
  padding-top: 148px;
}
.pt-38 {
  padding-top: 152px;
}
.pt-39 {
  padding-top: 156px;
}
.pt-40 {
  padding-top: 160px;
}
.pr-0 {
  padding-bottom: 0;
}
.pr-1 {
  padding-bottom: 4px;
}
.pr-2 {
  padding-bottom: 8px;
}
.pr-3 {
  padding-bottom: 12px;
}
.pr-4 {
  padding-bottom: 16px;
}
.pr-5 {
  padding-bottom: 20px;
}
.pr-6 {
  padding-bottom: 24px;
}
.pr-7 {
  padding-bottom: 28px;
}
.pr-8 {
  padding-bottom: 32px;
}
.pr-9 {
  padding-bottom: 36px;
}
.pr-10 {
  padding-bottom: 40px;
}
.pr-11 {
  padding-bottom: 44px;
}
.pr-12 {
  padding-bottom: 48px;
}
.pr-13 {
  padding-bottom: 52px;
}
.pr-14 {
  padding-bottom: 56px;
}
.pr-15 {
  padding-bottom: 60px;
}
.pr-16 {
  padding-bottom: 64px;
}
.pr-17 {
  padding-bottom: 68px;
}
.pr-18 {
  padding-bottom: 72px;
}
.pr-19 {
  padding-bottom: 76px;
}
.pr-20 {
  padding-bottom: 80px;
}
.pr-21 {
  padding-bottom: 84px;
}
.pr-22 {
  padding-bottom: 88px;
}
.pr-23 {
  padding-bottom: 92px;
}
.pr-24 {
  padding-bottom: 96px;
}
.pr-25 {
  padding-bottom: 100px;
}
.pr-26 {
  padding-bottom: 104px;
}
.pr-27 {
  padding-bottom: 108px;
}
.pr-28 {
  padding-bottom: 112px;
}
.pr-29 {
  padding-bottom: 116px;
}
.pr-30 {
  padding-bottom: 120px;
}
.pr-31 {
  padding-bottom: 124px;
}
.pr-32 {
  padding-bottom: 128px;
}
.pr-33 {
  padding-bottom: 132px;
}
.pr-34 {
  padding-bottom: 136px;
}
.pr-35 {
  padding-bottom: 140px;
}
.pr-36 {
  padding-bottom: 144px;
}
.pr-37 {
  padding-bottom: 148px;
}
.pr-38 {
  padding-bottom: 152px;
}
.pr-39 {
  padding-bottom: 156px;
}
.pr-40 {
  padding-bottom: 160px;
}
.pb-0 {
  padding-bottom: 0;
}
.pb-1 {
  padding-bottom: 4px;
}
.pb-2 {
  padding-bottom: 8px;
}
.pb-3 {
  padding-bottom: 12px;
}
.pb-4 {
  padding-bottom: 16px;
}
.pb-5 {
  padding-bottom: 20px;
}
.pb-6 {
  padding-bottom: 24px;
}
.pb-7 {
  padding-bottom: 28px;
}
.pb-8 {
  padding-bottom: 32px;
}
.pb-9 {
  padding-bottom: 36px;
}
.pb-10 {
  padding-bottom: 40px;
}
.pb-11 {
  padding-bottom: 44px;
}
.pb-12 {
  padding-bottom: 48px;
}
.pb-13 {
  padding-bottom: 52px;
}
.pb-14 {
  padding-bottom: 56px;
}
.pb-15 {
  padding-bottom: 60px;
}
.pb-16 {
  padding-bottom: 64px;
}
.pb-17 {
  padding-bottom: 68px;
}
.pb-18 {
  padding-bottom: 72px;
}
.pb-19 {
  padding-bottom: 76px;
}
.pb-20 {
  padding-bottom: 80px;
}
.pb-21 {
  padding-bottom: 84px;
}
.pb-22 {
  padding-bottom: 88px;
}
.pb-23 {
  padding-bottom: 92px;
}
.pb-24 {
  padding-bottom: 96px;
}
.pb-25 {
  padding-bottom: 100px;
}
.pb-26 {
  padding-bottom: 104px;
}
.pb-27 {
  padding-bottom: 108px;
}
.pb-28 {
  padding-bottom: 112px;
}
.pb-29 {
  padding-bottom: 116px;
}
.pb-30 {
  padding-bottom: 120px;
}
.pb-31 {
  padding-bottom: 124px;
}
.pb-32 {
  padding-bottom: 128px;
}
.pb-33 {
  padding-bottom: 132px;
}
.pb-34 {
  padding-bottom: 136px;
}
.pb-35 {
  padding-bottom: 140px;
}
.pb-36 {
  padding-bottom: 144px;
}
.pb-37 {
  padding-bottom: 148px;
}
.pb-38 {
  padding-bottom: 152px;
}
.pb-39 {
  padding-bottom: 156px;
}
.pb-40 {
  padding-bottom: 160px;
}
.pl-0 {
  padding-left: 0;
}
.pl-1 {
  padding-left: 4px;
}
.pl-2 {
  padding-left: 8px;
}
.pl-3 {
  padding-left: 12px;
}
.pl-4 {
  padding-left: 16px;
}
.pl-5 {
  padding-left: 20px;
}
.pl-6 {
  padding-left: 24px;
}
.pl-7 {
  padding-left: 28px;
}
.pl-8 {
  padding-left: 32px;
}
.pl-9 {
  padding-left: 36px;
}
.pl-10 {
  padding-left: 40px;
}
.pl-11 {
  padding-left: 44px;
}
.pl-12 {
  padding-left: 48px;
}
.pl-13 {
  padding-left: 52px;
}
.pl-14 {
  padding-left: 56px;
}
.pl-15 {
  padding-left: 60px;
}
.pl-16 {
  padding-left: 64px;
}
.pl-17 {
  padding-left: 68px;
}
.pl-18 {
  padding-left: 72px;
}
.pl-19 {
  padding-left: 76px;
}
.pl-20 {
  padding-left: 80px;
}
.pl-21 {
  padding-left: 84px;
}
.pl-22 {
  padding-left: 88px;
}
.pl-23 {
  padding-left: 92px;
}
.pl-24 {
  padding-left: 96px;
}
.pl-25 {
  padding-left: 100px;
}
.pl-26 {
  padding-left: 104px;
}
.pl-27 {
  padding-left: 108px;
}
.pl-28 {
  padding-left: 112px;
}
.pl-29 {
  padding-left: 116px;
}
.pl-30 {
  padding-left: 120px;
}
.pl-31 {
  padding-left: 124px;
}
.pl-32 {
  padding-left: 128px;
}
.pl-33 {
  padding-left: 132px;
}
.pl-34 {
  padding-left: 136px;
}
.pl-35 {
  padding-left: 140px;
}
.pl-36 {
  padding-left: 144px;
}
.pl-37 {
  padding-left: 148px;
}
.pl-38 {
  padding-left: 152px;
}
.pl-39 {
  padding-left: 156px;
}
.pl-40 {
  padding-left: 160px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.text-start {
  text-align: start;
}
.text-end {
  text-align: end;
}
.align-baseline {
  vertical-align: initial;
}
.align-top {
  vertical-align: top;
}
.align-middle {
  vertical-align: middle;
}
.align-bottom {
  vertical-align: bottom;
}
.align-text-top {
  vertical-align: text-top;
}
.align-text-bottom {
  vertical-align: text-bottom;
}
.align-sub {
  vertical-align: sub;
}
.align-super {
  vertical-align: super;
}
.w-1\/2 {
  width: 50% !important;
}
.w-1\/3 {
  width: 33.333333% !important;
}
.w-2\/3 {
  width: 66.666667% !important;
}
.w-1\/4 {
  width: 25% !important;
}
.w-2\/4 {
  width: 50% !important;
}
.w-3\/4 {
  width: 75% !important;
}
.w-1\/5 {
  width: 20% !important;
}
.w-2\/5 {
  width: 40% !important;
}
.w-3\/5 {
  width: 60% !important;
}
.w-4\/5 {
  width: 80% !important;
}
.w-1\/6 {
  width: 16.666667% !important;
}
.w-2\/6 {
  width: 33.333333% !important;
}
.w-3\/6 {
  width: 50% !important;
}
.w-4\/6 {
  width: 66.666667% !important;
}
.w-5\/6 {
  width: 83.333333% !important;
}
.w-1\/12 {
  width: 8.333333% !important;
}
.w-2\/12 {
  width: 16.666667% !important;
}
.w-3\/12 {
  width: 25% !important;
}
.w-4\/12 {
  width: 33.333333% !important;
}
.w-5\/12 {
  width: 41.666667% !important;
}
.w-6\/12 {
  width: 50% !important;
}
.w-7\/12 {
  width: 58.333333% !important;
}
.w-8\/12 {
  width: 66.666667% !important;
}
.w-9\/12 {
  width: 75% !important;
}
.w-10\/12 {
  width: 83.333333% !important;
}
.w-11\/12 {
  width: 91.666667% !important;
}
.w-auto {
  width: auto !important;
}
.w-full {
  width: 100% !important;
}
.w-screen {
  width: 100vw !important;
}
.w-min {
  width: min-content !important;
}
.w-max {
  width: max-content !important;
}
.w-fit {
  width: fit-content !important;
}
.w-0 {
  width: 0 !important;
}
.w-1 {
  width: 4px !important;
}
.w-2 {
  width: 8px !important;
}
.w-3 {
  width: 12px !important;
}
.w-4 {
  width: 16px !important;
}
.w-5 {
  width: 20px !important;
}
.w-6 {
  width: 24px !important;
}
.w-7 {
  width: 28px !important;
}
.w-8 {
  width: 32px !important;
}
.w-9 {
  width: 36px !important;
}
.w-10 {
  width: 40px !important;
}
.w-11 {
  width: 44px !important;
}
.w-12 {
  width: 48px !important;
}
.w-13 {
  width: 52px !important;
}
.w-14 {
  width: 56px !important;
}
.w-15 {
  width: 60px !important;
}
.w-16 {
  width: 64px !important;
}
.w-17 {
  width: 68px !important;
}
.w-18 {
  width: 72px !important;
}
.w-19 {
  width: 76px !important;
}
.w-20 {
  width: 80px !important;
}
.w-21 {
  width: 84px !important;
}
.w-22 {
  width: 88px !important;
}
.w-23 {
  width: 92px !important;
}
.w-24 {
  width: 96px !important;
}
.w-25 {
  width: 100px !important;
}
.w-26 {
  width: 104px !important;
}
.w-27 {
  width: 108px !important;
}
.w-28 {
  width: 112px !important;
}
.w-29 {
  width: 116px !important;
}
.w-30 {
  width: 120px !important;
}
.w-31 {
  width: 124px !important;
}
.w-32 {
  width: 128px !important;
}
.w-33 {
  width: 132px !important;
}
.w-34 {
  width: 136px !important;
}
.w-35 {
  width: 140px !important;
}
.w-36 {
  width: 144px !important;
}
.w-37 {
  width: 148px !important;
}
.w-38 {
  width: 152px !important;
}
.w-39 {
  width: 156px !important;
}
.w-40 {
  width: 160px !important;
}
.m-widget-tabPanel {
  --local-foreground: var(--COLOR_FOREGROUND_DARK);
  --local-background: var(--COLOR_BACKGROUND_LIGHT);
  --local-outline: var(--COLOR_OUTLINE_DARK);
}
.m-widget-tabPanel__listItem {
  list-style: none;
}
.m-widget-tabPanel__link {
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
}
.m-widget-tabPanel__link[aria-selected="true"] {
  --local-background: var(--COLOR_BRAND_SECONDARY_2);
  --local-foreground: var(--COLOR_FOREGROUND_LIGHT);
  --local-outline: var(--COLOR_BRAND_SECONDARY_2);
}
div.js-facade__item {
  background-color: var(--COLOR_BACKGROUND_DARK);
}
.m-widget-carousel {
  overflow: hidden;
}
.m-widget-carousel__track {
  display: flex;
  height: 100%;
}
.m-widget-carousel__slide {
  flex: 0 0 auto;
  list-style: none;
  position: relative;
}
.m-widget-carousel__control {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: center;
  margin-top: 24px;
}
.m-widget-carousel__toggle {
  background-color: initial;
  border: 0;
  cursor: pointer;
  display: block;
  height: 24px;
  margin-left: 2px;
  order: 1;
  overflow: hidden;
  padding: 24px 0 0 24px;
  position: relative;
  width: 24px;
}
.m-widget-carousel__toggle:before {
  background-image: url("data:image/svg+xml; charset=utf8, %3csvg%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20viewBox%3d%220%200%20100%20100%22%20fill%3d%22%23216aad%22%3e%3cpath%20d%3d%22M12%2e5,0l83%2e333,46%2e392L12%2e5,100V0Z%22%2f%3e%3c%2fsvg%3e");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  content: "";
  height: 10px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
}
.m-widget-carousel__toggle--autoplay:before {
  background-image: url("data:image/svg+xml; charset=utf8, %3csvg%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20viewBox%3d%220%200%20100%20100%22%20fill%3d%22%23216aad%22%3e%3cpath%20d%3d%22M58%2e333,0h16%2e667v100h%2d16%2e667V0ZM25,0h16%2e667v100h%2d16%2e667V0Z%22%2f%3e%3c%2fsvg%3e");
}
.m-widget-carousel__arrow {
  background-color: 1px solid var(--COLOR_BACKGROUND_LIGHT);
  border: 1px solid var(--COLOR_OUTLINE_DARK);
  border-radius: 50%;
  cursor: pointer;
  display: block;
  height: 40px;
  overflow: hidden;
  padding: 40px 0 0 40px;
  position: relative;
  width: 40px;
}
.m-widget-carousel__arrow:before {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 12px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
}
.m-widget-carousel__arrow--prev:before {
  background-image: url("data:image/svg+xml; charset=utf8, %3csvg%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20viewBox%3d%220%200%20100%20100%22%20fill%3d%22%23216aad%22%3e%3cpath%20d%3d%22M20%2e8%2050c0%2d2%2e1%2e8%2d4%2e3%202%2e4%2d5%2e9L64%2e9%202%2e4c3%2e3%2d3%2e3%208%2e5%2d3%2e3%2011%2e8%200s3%2e3%208%2e5%200%2011%2e8L40%2e9%2050l35%2e8%2035%2e8c3%2e3%203%2e3%203%2e3%208%2e5%200%2011%2e8%2d3%2e3%203%2e3%2d8%2e5%203%2e3%2d11%2e8%200L23%2e3%2055%2e9c%2d1%2e7%2d1%2e6%2d2%2e5%2d3%2e8%2d2%2e5%2d5%2e9z%22%2f%3e%3c%2fsvg%3e");
}
.m-widget-carousel__arrow--next {
  order: 2;
}
.m-widget-carousel__arrow--next:before {
  background-image: url("data:image/svg+xml; charset=utf8, %3csvg%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20viewBox%3d%220%200%20100%20100%22%20fill%3d%22%23216aad%22%3e%3cpath%20d%3d%22M79%2e2,50c0,2%2e1%2d0%2e8,4%2e3%2d2%2e4,5%2e9L35%2e1,97%2e6c%2d3%2e3,3%2e3%2d8%2e5,3%2e3%2d11%2e8,0c%2d3%2e3%2d3%2e3%2d3%2e3%2d8%2e5,0%2d11%2e8L59%2e1,50L23%2e3,14%2e2C20,11,20,5%2e7,23%2e3,2%2e4s8%2e5%2d3%2e3,11%2e8,0l41%2e7,41%2e7C78%2e4,45%2e7,79%2e2,47%2e9,79%2e2,50z%22%2f%3e%3c%2fsvg%3e");
}
.m-widget-carousel__pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: auto !important;
}
.m-widget-carousel__paginationItem {
  background-color: initial;
  border: 0;
  cursor: pointer;
  display: block;
  height: 24px;
  overflow: hidden;
  padding: 24px 0 0 24px;
  position: relative;
  width: 24px;
}
.m-widget-carousel__paginationItem:before {
  background-color: #d8d8db;
  border-radius: 50%;
  content: "";
  height: 8px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
}
.m-widget-carousel__paginationItem--current:before {
  background-color: var(--COLOR_BRAND_PRIMARY);
}
.m-widget-dialog {
  align-items: center;
  background-color: initial;
  border: 0;
  display: none;
  height: 100%;
  justify-content: center;
  left: 0;
  max-height: 100%;
  max-width: 100%;
  padding: clamp(1.5rem, 1.5rem + (1vw - 0.48rem) * (26.5625), 10rem);
  position: fixed;
  top: 0;
  width: 100%;
}
.m-widget-dialog[open] {
  display: flex;
}
.m-widget-dialog__inner {
  background-color: var(--COLOR_BACKGROUND_LIGHT);
  display: flex;
  flex-direction: column;
  max-height: 100%;
  max-width: 1280px;
  padding: 0;
  position: relative;
  width: 100%;
}
.m-widget-dialog__head {
  padding: clamp(1.5rem, 1.5rem + (1vw - 0.48rem) * (1.5625), 2rem)
    clamp(1.5rem, 1.5rem + (1vw - 0.48rem) * (7.8125), 4rem);
  position: relative;
}
.m-widget-dialog__closeButton {
  background-color: initial;
  border: 0;
  display: block;
  height: clamp(2rem, 2rem + (1vw - 0.48rem) * (1.5625), 2.5rem);
  overflow: hidden;
  padding: clamp(2rem, 2rem + (1vw - 0.48rem) * (1.5625), 2.5rem) 0 0
    clamp(2rem, 2rem + (1vw - 0.48rem) * (1.5625), 2.5rem);
  position: absolute;
  right: clamp(0.5rem, 0.5rem + (1vw - 0.48rem) * (1.5625), 1rem);
  top: clamp(0.5rem, 0.5rem + (1vw - 0.48rem) * (1.5625), 1rem);
  width: clamp(2rem, 2rem + (1vw - 0.48rem) * (1.5625), 2.5rem);
}
.m-widget-dialog__closeButton:before {
  background-image: url("data:image/svg+xml; charset=utf8, %3csvg%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20viewBox%3d%220%200%20100%20100%22%20fill%3d%22%23333%22%3e%3cpath%20d%3d%22M97%2e1,82%2e9c3%2e9,3%2e9,3%2e9,10%2e2,0,14%2e1c%2d1%2e9,2%2d4%2e5,2%2e9%2d7%2e1,2%2e9c%2d2%2e6,0%2d5%2e1%2d1%2d7%2e1%2d2%2e9L50,64%2e2L17%2e1,97%2e1c%2d2,2%2d4%2e5,2%2e9%2d7%2e1,2%2e9s%2d5%2e1%2d1%2d7%2e1%2d2%2e9C%2d1,93%2e2%2d1,86%2e8,2%2e9,82%2e9L35%2e9,50L2%2e9,17%2e1C%2d1,13%2e2%2d1,6%2e8,2%2e9,2%2e9s10%2e2%2d3%2e9,14%2e1,0l32%2e9,33L82%2e9,2%2e9C86%2e8%2d1,93%2e2%2d1,97%2e1,2%2e9s3%2e9,10%2e2,0,14%2e1L64%2e1,50L97%2e1,82%2e9z%22%2f%3e%3c%2fsvg%3e");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40%;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.m-widget-dialog__heading {
  font-size: 1.5rem;
  line-height: 1.5;
}
.m-widget-dialog__body {
  margin: 0 clamp(1.5rem, 1.5rem + (1vw - 0.48rem) * (7.8125), 4rem);
  overflow: auto;
}
.m-widget-dialog__body > [class^="m-"] {
  margin-top: var(--SIZE_NESTED_MODULE_MARGIN);
}
.m-widget-dialog__foot {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: clamp(2.5rem, 2.5rem + (1vw - 0.48rem) * (3.125), 3.5rem)
    clamp(1.5rem, 1.5rem + (1vw - 0.48rem) * (7.8125), 4rem);
}
.js-showMore__content {
  --max-content-height: 1fr;
  --min-content-height: 0fr;
  display: grid;
  grid-template-rows: var(--max-content-height);
}
.js-showMore__content--hide {
  grid-template-rows: var(--min-content-height);
}
.js-showMore__contentInner {
  grid-row: 1/3;
  overflow: hidden;
}
@media (min-width: 768px) {
  :root {
    --FONT_SIZE: 1rem;
    --FONT_SIZE_NOTE: 0.875rem;
    --LINE_HEIGHT: 1.75;
    --SIZE_MODULE_MARGIN: 64px;
    --SIZE_NESTED_MODULE_MARGIN: 24px;
  }
  .l-breadcrumb,
  .l-content,
  .l-content__outer,
  .l-header,
  .l-header__outer {
    gap: 0 32px;
  }
  .l-header__inner {
    padding: 12px 0;
  }
  .l-header-nav__list {
    font-weight: 700;
  }
  .l-header-nav__link {
    font-size: 1.8rem;
    gap: 4px;
  }
  .l-header-nav__contact-link {
    font-size: 1.6rem;
    padding: 16px 32px;
  }
  .l-header-hamburger {
    display: none;
  }
  .l-breadcrumb__item {
    font-size: 0.875rem;
  }
  .l-breadcrumb__link:any-link:hover {
    text-decoration: underline;
  }
  .l-mv,
  .l-mv__outer {
    gap: 0 80px;
  }
  .l-mv__content {
    display: flex;
    flex-direction: column;
    gap: 100px;
    inset: 50% auto auto 0;
    transform: translateY(-50%);
  }
  .l-mv__content-logo {
    width: 110px;
  }
  .l-mv__content {
    height: auto;
  }
  .l-mv__content-list {
    display: inline-flex;
    flex-direction: column;
    gap: 4px;
    list-style: none;
  }
  .l-content__inner {
    padding: 80px 0;
  }
  .l-content__inner--top {
    padding: 0;
  }
  .l-navigationTop__link {
    height: 48px;
    padding: 48px 0 0 48px;
    width: 48px;
  }
  .l-navigationTop__link:hover {
    opacity: var(--OPACITY);
  }
  .l-footer,
  .l-footer__outer {
    gap: 0 80px;
  }
  .l-footer__inner {
    padding: 60px 0 20px;
  }
  .l-footer-content {
    flex-direction: row;
    gap: 40px;
    justify-content: space-between;
  }
  .l-footer__item:first-child {
    flex-direction: column;
    gap: 30px;
  }
  .l-footer__item:nth-child(2) {
    align-items: flex-end;
    gap: 0;
    justify-content: space-between;
  }
  .l-footer__logo {
    width: 210px;
  }
  .l-footer-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 24px clamp(16px, 16px + 40 * (100vw - 768px)/512, 56px);
    justify-content: space-between;
  }
  .l-footer-sns {
    gap: 20px;
  }
  .l-footer-sns__link {
    height: 40px;
    width: 40px;
  }
  .l-footer__copyright {
    font-size: 1.4rem;
    margin-top: 50px;
    padding-top: 20px;
  }
  .l-footer__copyright:before {
    height: 1px;
  }
  .l-section {
    display: grid;
    grid-template-columns: 1fr minmax(252px, 980px) 1fr;
  }
  .l-section__outer {
    display: grid;
    grid-column: 1/4;
    grid-template-columns: 1fr minmax(252px, 980px) 1fr;
  }
  .m-badge {
    font-size: 0.8125rem;
  }
  .m-badge-list {
    gap: 16px;
  }
  .m-box {
    margin-top: 40px;
  }
  .m-box__head {
    padding: 24px 32px;
  }
  .m-box__title {
    font-size: 1.25rem;
  }
  .m-box__body {
    padding: 24px 32px;
  }
  .m-box__body--scroll {
    height: 300px;
  }
  .m-box--related :where(.m-box__body) {
    padding: 24px 32px;
  }
  details.m-box :where(.m-box__head) {
    padding-right: 80px;
  }
  details.m-box :where(.m-box__head):before {
    right: 32px;
  }
  .m-box-arrow + .m-box-arrow {
    margin-top: calc(var(--SIZE_MODULE_MARGIN) * 2 + 32px);
  }
  .m-box-arrow + .m-box-arrow:before {
    bottom: calc(100% + var(--SIZE_MODULE_MARGIN));
  }
  .m-button[class] {
    display: inline-block;
    width: auto;
  }
  .m-button[class]:before {
    height: 6px;
    width: 6px;
  }
  .m-button[class]:hover {
    background-color: #fff;
    border-color: #656550;
    color: #656550;
  }
  .m-button[class]:hover:before {
    border-bottom: 1px solid #656550;
    border-right: 1px solid #656550;
  }
  .m-button--primary[class]:hover {
    background-color: #656550;
    color: #fff;
  }
  .m-button--primary[class]:hover:before {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
  }
  .m-button-text:hover {
    text-decoration: underline;
  }
  .m-button-list {
    grid-template-columns: repeat(var(--col-wide), 1fr);
    margin-top: 64px;
  }
  .m-card {
    gap: 12px;
  }
  .m-card__content-name {
    font-size: 2rem;
  }
  .m-card-point {
    --local-padding: 24px;
  }
  .m-card-point__subTitle {
    font-size: 0.875rem;
  }
  .m-card-point__title {
    font-size: 1.125rem;
  }
  .m-card-point__body {
    gap: 16px;
  }
  .m-card-point__descriptionList {
    gap: 0 16px;
  }
  .m-card-point__link:hover {
    opacity: 0.5;
  }
  .m-card-detail {
    --local-padding: 24px;
  }
  .m-card-detail__title {
    font-size: 1.125rem;
  }
  .m-card-detail__subTitle {
    font-size: 0.875rem;
  }
  .m-card-detail__body {
    gap: 16px;
  }
  .m-card-detail__descriptionList {
    gap: 0 16px;
  }
  .m-card-detail--columnPC {
    display: flex;
    flex-direction: column;
  }
  .m-card-detail--columnPC :where(.m-card-detail__media) {
    order: 2;
  }
  .m-card-detail__link:hover {
    opacity: 0.5;
  }
  .m-card-list {
    gap: 32px;
  }
  .m-card-list[data-column-pc="auto"] {
    display: flex;
    flex-wrap: wrap;
  }
  .m-card-list[data-column-pc="auto"] > * {
    flex: 0 0 auto;
    max-width: 100%;
  }
  .m-card-list[data-column-pc="2"] {
    grid-template-columns: repeat(2, 1fr);
  }
  .m-card-list[data-column-pc="3"] {
    grid-template-columns: repeat(3, 1fr);
  }
  .m-card-list[data-column-pc="4"] {
    grid-template-columns: repeat(4, 1fr);
  }
  .m-card-list[data-column-pc="5"] {
    grid-template-columns: repeat(5, 1fr);
  }
  .m-card-list[data-column-pc="6"] {
    grid-template-columns: repeat(6, 1fr);
  }
  .m-card-list {
    margin-top: 48px;
  }
  .m-card-list:not([data-column-pc="auto"]) :where(.m-card-list__item) {
    min-width: 100%;
  }
  .m-form-radioList {
    gap: 8px 16px;
  }
  .m-form-radioList[data-column-pc="auto"] {
    display: flex;
    flex-wrap: wrap;
  }
  .m-form-radioList[data-column-pc="auto"] > * {
    flex: 0 0 auto;
    max-width: 100%;
  }
  .m-form-radioList[data-column-pc="2"] {
    grid-template-columns: repeat(2, 1fr);
  }
  .m-form-radioList[data-column-pc="3"] {
    grid-template-columns: repeat(3, 1fr);
  }
  .m-form-radioList[data-column-pc="4"] {
    grid-template-columns: repeat(4, 1fr);
  }
  .m-form-radioList[data-column-pc="5"] {
    grid-template-columns: repeat(5, 1fr);
  }
  .m-form-radioList[data-column-pc="6"] {
    grid-template-columns: repeat(6, 1fr);
  }
  .m-form-checkboxList {
    gap: 8px 16px;
  }
  .m-form-checkboxList[data-column-pc="auto"] {
    display: flex;
    flex-wrap: wrap;
  }
  .m-form-checkboxList[data-column-pc="auto"] > * {
    flex: 0 0 auto;
    max-width: 100%;
  }
  .m-form-checkboxList[data-column-pc="2"] {
    grid-template-columns: repeat(2, 1fr);
  }
  .m-form-checkboxList[data-column-pc="3"] {
    grid-template-columns: repeat(3, 1fr);
  }
  .m-form-checkboxList[data-column-pc="4"] {
    grid-template-columns: repeat(4, 1fr);
  }
  .m-form-checkboxList[data-column-pc="5"] {
    grid-template-columns: repeat(5, 1fr);
  }
  .m-form-checkboxList[data-column-pc="6"] {
    grid-template-columns: repeat(6, 1fr);
  }
  .m-form-list {
    margin-top: 48px;
  }
  .m-form-list__content,
  .m-form-list__title {
    padding: 16px 24px;
  }
  .m-form-list__badge {
    font-size: 0.8125rem;
  }
  .m-form-partsComplex--wrapPC {
    flex-wrap: wrap;
  }
  .m-form-filter__item {
    display: grid;
    gap: 16px;
    grid-template-columns: 1fr 4fr;
    padding: 24px 0;
  }
  .m-heading-type1 {
    padding: 110px 0;
  }
  .m-heading-type1:before {
    background-image: url(/wp-content/uploads/2025/01/heading-background.png);
  }
  .m-heading-type1__title {
    font-size: 4.6rem;
    margin: 64px 0 0;
  }
  .m-heading-type1-article__inner {
    padding-bottom: 56px;
  }
  .m-heading-type1-article__title {
    font-size: 3.4rem;
  }
  .m-heading-type1-article__date {
    font-size: 1.6rem;
  }
  .m-heading-type1-article__label {
    font-size: 1.4rem;
  }
  .m-heading-type2-article {
    font-size: 2.8rem;
  }
  .m-heading-type3 {
    font-size: 2.6rem;
    margin: 64px 0 0;
  }
  .m-heading-type3-article {
    margin: 64px 0 0;
  }
  .m-heading-type4 {
    font-size: 1.25rem;
    margin-top: 48px;
  }
  .m-heading-type4__link:hover {
    text-decoration: underline;
  }
  .m-heading-type5 {
    font-size: 1.125rem;
    margin-top: 40px;
  }
  .m-heading-type5__link:hover {
    text-decoration: underline;
  }
  .m-heading-type6 {
    font-size: 1rem;
    margin-top: 32px;
  }
  .m-heading-type6__link:hover,
  .m-link:hover {
    text-decoration: underline;
  }
  .m-link-list {
    gap: 8px 32px;
  }
  .m-link-list[data-column-pc="auto"] {
    display: flex;
    flex-wrap: wrap;
  }
  .m-link-list[data-column-pc="auto"] > * {
    flex: 0 0 auto;
    max-width: 100%;
  }
  .m-link-list[data-column-pc="2"] {
    grid-template-columns: repeat(2, 1fr);
  }
  .m-link-list[data-column-pc="3"] {
    grid-template-columns: repeat(3, 1fr);
  }
  .m-link-list[data-column-pc="4"] {
    grid-template-columns: repeat(4, 1fr);
  }
  .m-link-list[data-column-pc="5"] {
    grid-template-columns: repeat(5, 1fr);
  }
  .m-link-list[data-column-pc="6"] {
    grid-template-columns: repeat(6, 1fr);
  }
  .m-list {
    gap: 8px 32px;
  }
  .m-list[data-column-pc="auto"] {
    display: flex;
    flex-wrap: wrap;
  }
  .m-list[data-column-pc="auto"] > * {
    flex: 0 0 auto;
    max-width: 100%;
  }
  .m-list[data-column-pc="2"] {
    grid-template-columns: repeat(2, 1fr);
  }
  .m-list[data-column-pc="3"] {
    grid-template-columns: repeat(3, 1fr);
  }
  .m-list[data-column-pc="4"] {
    grid-template-columns: repeat(4, 1fr);
  }
  .m-list[data-column-pc="5"] {
    grid-template-columns: repeat(5, 1fr);
  }
  .m-list[data-column-pc="6"] {
    grid-template-columns: repeat(6, 1fr);
  }
  .m-list {
    margin-top: 32px;
  }
  .m-list-number {
    gap: 8px 32px;
  }
  .m-list-number[data-column-pc="auto"] {
    display: flex;
    flex-wrap: wrap;
  }
  .m-list-number[data-column-pc="auto"] > * {
    flex: 0 0 auto;
    max-width: 100%;
  }
  .m-list-number[data-column-pc="2"] {
    grid-template-columns: repeat(2, 1fr);
  }
  .m-list-number[data-column-pc="3"] {
    grid-template-columns: repeat(3, 1fr);
  }
  .m-list-number[data-column-pc="4"] {
    grid-template-columns: repeat(4, 1fr);
  }
  .m-list-number[data-column-pc="5"] {
    grid-template-columns: repeat(5, 1fr);
  }
  .m-list-number[data-column-pc="6"] {
    grid-template-columns: repeat(6, 1fr);
  }
  .m-list-number {
    margin-top: 32px;
  }
  .m-list-description--rowPC {
    display: grid;
    gap: 16px 24px;
    grid-template-columns: fit-content(30%) auto;
  }
  .m-list-description--rowPC :where(.m-list-description__item) {
    display: contents;
  }
  .m-list-description--inlinePC {
    display: block;
  }
  .m-list-description--inlinePC
    :where(
      .m-list-description__item,
      .m-list-description__title,
      .m-list-description__content
    ) {
    display: inline;
    width: auto;
  }
  .m-list-description--inlinePC
    :where(.m-list-description__item + .m-list-description__item) {
    border-left: 1px solid var(--COLOR_OUTLINE_DARK);
    margin-left: 16px;
    padding-left: 16px;
  }
  .m-list-description--inlinePC :where(.m-list-description__title) {
    margin-right: 16px;
  }
  .m-list-step {
    margin-top: 32px;
  }
  .m-list-step__item {
    align-items: center;
    flex-direction: row;
    gap: 24px;
  }
  .m-list-step__content,
  .m-list-step__title {
    flex: 0 1 auto;
    max-width: 50%;
  }
  .m-list-step__title {
    padding-left: 56px;
  }
  .m-list-step__title:before {
    height: 40px;
    width: 40px;
  }
  .m-list-step__content > [class^="m-"] {
    margin-top: 24px;
  }
  .m-list-question {
    margin-top: 32px;
  }
  .m-list-question__item + .m-list-question__item {
    margin-top: 40px;
  }
  .m-list-question__title :where(.m-list-question__text) {
    font-size: 1.25rem;
  }
  .m-list-question__content {
    padding-left: 48px;
  }
  .m-list-question__content :where(.m-list-question__text) {
    font-size: 1rem;
  }
  .m-list-question__mark {
    flex: 0 0 40px;
    height: 40px;
    width: 40px;
  }
  .m-list-question__mark:first-letter {
    font-size: 1.25rem;
    line-height: 40px;
  }
  .m-list-news__item-link:hover .m-list-news__item-text {
    text-decoration: underline;
  }
  .m-list-news__item-link:hover .m-list-news__item-text:before {
    inset: 50% 10px auto auto;
  }
  .m-layout {
    --col-wide: 2;
    grid-template-columns: repeat(var(--col-wide), 1fr);
    margin-top: 64px;
  }
  .m-layout--top {
    gap: 24px 56px;
  }
  .m-layout-media--ratio-1-1 {
    grid-template-columns: 1fr 1fr;
  }
  .m-layout-media--ratio-1-2 {
    grid-template-columns: 1fr 2fr;
  }
  .m-layout-media--ratio-2-1 {
    grid-template-columns: 2fr 1fr;
  }
  .m-layout-media {
    gap: 60px;
    margin-top: 120px;
  }
  .m-layout-media__media-image {
    order: 1;
  }
  .m-layout-media {
    margin-top: 80px;
  }
  .m-layout-media--rowReversePC {
    direction: rtl;
  }
  .m-layout-media--columnPC,
  .m-layout-media--columnReversePC {
    display: flex;
  }
  .m-layout-media--columnPC {
    flex-direction: column;
  }
  .m-layout-media--columnReversePC {
    flex-direction: column-reverse;
  }
  .m-media {
    margin-top: 40px;
  }
  .m-media__wrap:any-link:hover {
    opacity: var(--OPACITY);
  }
  .m-media-external {
    margin-top: 40px;
  }
  .m-media-external__link:any-link:hover {
    text-decoration: underline;
  }
  .m-navigation {
    gap: 8px 32px;
  }
  .m-navigation-internal {
    gap: 8px 32px;
    justify-content: center;
    margin-top: 64px;
  }
  .m-navigation-pager {
    gap: 16px;
  }
  .m-navigation-pager--max,
  .m-navigation-pager--min {
    align-items: center;
    display: flex;
    gap: 16px;
  }
  .m-navigation-pager__link {
    height: 40px;
    min-width: 40px;
  }
  .m-navigation-pager__item--max,
  .m-navigation-pager__item--min {
    gap: 16px;
  }
  .m-navigation-pager__link:any-link:hover {
    --local-background: var(--COLOR_BRAND_PRIMARY);
    --local-foreground: var(--COLOR_FOREGROUND_LIGHT);
    --local-outline: var(--COLOR_BRAND_PRIMARY);
  }
  .m-navigation-sns {
    gap: 16px;
  }
  .m-navigation-sns__link {
    height: 40px;
    padding: 40px 0 0 40px;
    width: 40px;
  }
  .m-navigation-sns__link:hover {
    opacity: 0.5;
  }
  .m-note {
    margin-top: 32px;
  }
  .m-panel-contact {
    grid-template-columns: 144px 1fr;
    margin: 80px auto 0;
    max-width: 900px;
  }
  .m-panel-contact__title {
    border-radius: 20px 0 0 20px;
    font-size: 2rem;
  }
  .m-panel-contact__title-br {
    display: block;
  }
  .m-panel-contact__description {
    border-radius: 0 20px 20px 0;
    padding: 30px 40px;
  }
  .m-panel-contact__description-text,
  .m-panel-contact__list-item {
    font-size: 1.8rem;
  }
  .m-panel {
    gap: 12px;
  }
  .m-panel:hover .m-panel__content-title {
    text-decoration: underline;
  }
  .m-panel:hover .m-panel__image-image {
    transform: scale(1.05);
  }
  .m-panel__content-title {
    font-size: 2rem;
  }
  .m-panel__content-label {
    gap: 8px;
  }
  .m-panel__content-label-item {
    padding: 2px 12px;
  }
  .m-panel-download {
    align-items: center;
    flex-direction: row;
    gap: 40px;
    justify-content: space-between;
  }
  .m-panel-download__description {
    flex: 1 1 auto;
  }
  .m-panel-information {
    display: grid;
    gap: 40px clamp(1.5rem, 1.5rem + (1vw - 0.48rem) * (1.5625), 2rem);
    grid-template-columns: 50% auto;
    grid-template-rows: min-content min-content;
  }
  .m-panel-information__call,
  .m-panel-information__web {
    padding: 24px;
  }
  .m-panel-information__web {
    grid-column: 1/2;
  }
  .m-panel-information__call {
    grid-column: 2/3;
  }
  .m-panel-information__download,
  .m-panel-information__mail {
    grid-column: 1/3;
  }
  .m-panel-information__title {
    font-size: 1.25rem;
  }
  .m-panel-information__text,
  .m-panel-information__title + .m-panel-information__text {
    margin-top: 24px;
  }
  .m-panel-information__number :where(svg) {
    width: 2em;
  }
  .m-panel-information__number :where(b) {
    font-size: 2rem;
  }
  .m-table {
    margin-top: 40px;
  }
  .m-table--scrollPC {
    overflow: auto;
  }
  .m-table--scrollPC :where(.m-table__table) {
    width: 1280px;
  }
  .m-table__cell {
    padding: 16px 24px;
  }
  .m-text--small-article .m-text__item {
    font-size: 1.6rem;
  }
  .m-text .m-text {
    gap: 16px;
    margin-top: 24px;
  }
  .m-link-text__item {
    font-size: 1.7rem;
  }
  .m-text-lead {
    font-size: 30px;
  }
  .u-section--with-bg:after {
    background-image: url(/wp-content/uploads/2025/01/section-background.png);
    background-position: 50%;
    background-size: cover;
    content: "";
    height: 175%;
    inset: -200px -240px auto auto;
    position: absolute;
    width: 100%;
  }
  .u-top-content[class] {
    flex-direction: row-reverse;
    gap: 80px;
  }
  .u-top-content__title-heading[class] {
    font-size: 3rem;
  }
  .u-top-content__text-text[class] {
    font-size: 1.6rem;
  }
  .u-top-content__text-text-bold[class] {
    font-size: 2.4rem;
    font-weight: 600;
    padding: 10px 0;
  }
  .u-top-content__text-text-color[class] {
    font-size: 2.8rem;
    padding: 10px 0;
  }
  .is-sp {
    display: none;
  }
  .md\:items-normal {
    align-items: normal;
  }
  .md\:items-start {
    align-items: flex-start;
  }
  .md\:items-end {
    align-items: flex-end;
  }
  .md\:items-center {
    align-items: center;
  }
  .md\:items-baseline {
    align-items: baseline;
  }
  .md\:items-stretch {
    align-items: stretch;
  }
  .md\:block {
    display: block !important;
  }
  .md\:inline-block {
    display: inline-block !important;
  }
  .md\:inline {
    display: inline !important;
  }
  .md\:flex {
    display: flex !important;
  }
  .md\:inline-flex {
    display: inline-flex !important;
  }
  .md\:table {
    display: table !important;
  }
  .md\:inline-table {
    display: inline-table !important;
  }
  .md\:table-caption {
    display: table-caption !important;
  }
  .md\:table-cell {
    display: table-cell !important;
  }
  .md\:table-column {
    display: table-column !important;
  }
  .md\:table-column-group {
    display: table-column-group !important;
  }
  .md\:table-footer-group {
    display: table-footer-group !important;
  }
  .md\:table-header-group {
    display: table-header-group !important;
  }
  .md\:table-row-group {
    display: table-row-group !important;
  }
  .md\:table-row {
    display: table-row !important;
  }
  .md\:flow-root {
    display: flow-root !important;
  }
  .md\:grid {
    display: grid !important;
  }
  .md\:inline-grid {
    display: inline-grid !important;
  }
  .md\:contents {
    display: contents !important;
  }
  .md\:list-item {
    display: list-item !important;
  }
  .md\:hidden {
    display: none !important;
  }
  .md\:h-1\/2 {
    height: 50%;
  }
  .md\:h-1\/3 {
    height: 33.333333%;
  }
  .md\:h-2\/3 {
    height: 66.666667%;
  }
  .md\:h-1\/4 {
    height: 25%;
  }
  .md\:h-2\/4 {
    height: 50%;
  }
  .md\:h-3\/4 {
    height: 75%;
  }
  .md\:h-1\/5 {
    height: 20%;
  }
  .md\:h-2\/5 {
    height: 40%;
  }
  .md\:h-3\/5 {
    height: 60%;
  }
  .md\:h-4\/5 {
    height: 80%;
  }
  .md\:h-1\/6 {
    height: 16.666667%;
  }
  .md\:h-2\/6 {
    height: 33.333333%;
  }
  .md\:h-3\/6 {
    height: 50%;
  }
  .md\:h-4\/6 {
    height: 66.666667%;
  }
  .md\:h-5\/6 {
    height: 83.333333%;
  }
  .md\:h-1\/12 {
    height: 8.333333%;
  }
  .md\:h-2\/12 {
    height: 16.666667%;
  }
  .md\:h-3\/12 {
    height: 25%;
  }
  .md\:h-4\/12 {
    height: 33.333333%;
  }
  .md\:h-5\/12 {
    height: 41.666667%;
  }
  .md\:h-6\/12 {
    height: 50%;
  }
  .md\:h-7\/12 {
    height: 58.333333%;
  }
  .md\:h-8\/12 {
    height: 66.666667%;
  }
  .md\:h-9\/12 {
    height: 75%;
  }
  .md\:h-10\/12 {
    height: 83.333333%;
  }
  .md\:h-11\/12 {
    height: 91.666667%;
  }
  .md\:h-auto {
    height: auto;
  }
  .md\:h-full {
    height: 100%;
  }
  .md\:h-screen {
    height: 100vw;
  }
  .md\:h-min {
    height: min-content;
  }
  .md\:h-max {
    height: max-content;
  }
  .md\:h-fit {
    height: fit-content;
  }
  .md\:justify-normal {
    justify-content: normal;
  }
  .md\:justify-start {
    justify-content: flex-start;
  }
  .md\:justify-end {
    justify-content: flex-end;
  }
  .md\:justify-center {
    justify-content: center;
  }
  .md\:justify-between {
    justify-content: space-between;
  }
  .md\:justify-around {
    justify-content: space-around;
  }
  .md\:justify-evenly {
    justify-content: space-evenly;
  }
  .md\:m-0 {
    margin: 0 !important;
  }
  .md\:m-1 {
    margin: 1px !important;
  }
  .md\:m-2 {
    margin: 2px !important;
  }
  .md\:m-3 {
    margin: 3px !important;
  }
  .md\:m-4 {
    margin: 4px !important;
  }
  .md\:m-5 {
    margin: 5px !important;
  }
  .md\:m-6 {
    margin: 6px !important;
  }
  .md\:m-7 {
    margin: 7px !important;
  }
  .md\:m-8 {
    margin: 8px !important;
  }
  .md\:m-9 {
    margin: 9px !important;
  }
  .md\:m-10 {
    margin: 10px !important;
  }
  .md\:m-11 {
    margin: 11px !important;
  }
  .md\:m-12 {
    margin: 12px !important;
  }
  .md\:m-13 {
    margin: 13px !important;
  }
  .md\:m-14 {
    margin: 14px !important;
  }
  .md\:m-15 {
    margin: 15px !important;
  }
  .md\:m-16 {
    margin: 16px !important;
  }
  .md\:m-17 {
    margin: 17px !important;
  }
  .md\:m-18 {
    margin: 18px !important;
  }
  .md\:m-19 {
    margin: 19px !important;
  }
  .md\:m-20 {
    margin: 20px !important;
  }
  .md\:m-21 {
    margin: 21px !important;
  }
  .md\:m-22 {
    margin: 22px !important;
  }
  .md\:m-23 {
    margin: 23px !important;
  }
  .md\:m-24 {
    margin: 24px !important;
  }
  .md\:m-25 {
    margin: 25px !important;
  }
  .md\:m-26 {
    margin: 26px !important;
  }
  .md\:m-27 {
    margin: 27px !important;
  }
  .md\:m-28 {
    margin: 28px !important;
  }
  .md\:m-29 {
    margin: 29px !important;
  }
  .md\:m-30 {
    margin: 30px !important;
  }
  .md\:m-31 {
    margin: 31px !important;
  }
  .md\:m-32 {
    margin: 32px !important;
  }
  .md\:m-33 {
    margin: 33px !important;
  }
  .md\:m-34 {
    margin: 34px !important;
  }
  .md\:m-35 {
    margin: 35px !important;
  }
  .md\:m-36 {
    margin: 36px !important;
  }
  .md\:m-37 {
    margin: 37px !important;
  }
  .md\:m-38 {
    margin: 38px !important;
  }
  .md\:m-39 {
    margin: 39px !important;
  }
  .md\:m-40 {
    margin: 40px !important;
  }
  .md\:mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .md\:mx-1 {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }
  .md\:mx-2 {
    margin-left: 2px !important;
    margin-right: 2px !important;
  }
  .md\:mx-3 {
    margin-left: 3px !important;
    margin-right: 3px !important;
  }
  .md\:mx-4 {
    margin-left: 4px !important;
    margin-right: 4px !important;
  }
  .md\:mx-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  .md\:mx-6 {
    margin-left: 6px !important;
    margin-right: 6px !important;
  }
  .md\:mx-7 {
    margin-left: 7px !important;
    margin-right: 7px !important;
  }
  .md\:mx-8 {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }
  .md\:mx-9 {
    margin-left: 9px !important;
    margin-right: 9px !important;
  }
  .md\:mx-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .md\:mx-11 {
    margin-left: 11px !important;
    margin-right: 11px !important;
  }
  .md\:mx-12 {
    margin-left: 12px !important;
    margin-right: 12px !important;
  }
  .md\:mx-13 {
    margin-left: 13px !important;
    margin-right: 13px !important;
  }
  .md\:mx-14 {
    margin-left: 14px !important;
    margin-right: 14px !important;
  }
  .md\:mx-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  .md\:mx-16 {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
  .md\:mx-17 {
    margin-left: 17px !important;
    margin-right: 17px !important;
  }
  .md\:mx-18 {
    margin-left: 18px !important;
    margin-right: 18px !important;
  }
  .md\:mx-19 {
    margin-left: 19px !important;
    margin-right: 19px !important;
  }
  .md\:mx-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .md\:mx-21 {
    margin-left: 21px !important;
    margin-right: 21px !important;
  }
  .md\:mx-22 {
    margin-left: 22px !important;
    margin-right: 22px !important;
  }
  .md\:mx-23 {
    margin-left: 23px !important;
    margin-right: 23px !important;
  }
  .md\:mx-24 {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
  .md\:mx-25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }
  .md\:mx-26 {
    margin-left: 26px !important;
    margin-right: 26px !important;
  }
  .md\:mx-27 {
    margin-left: 27px !important;
    margin-right: 27px !important;
  }
  .md\:mx-28 {
    margin-left: 28px !important;
    margin-right: 28px !important;
  }
  .md\:mx-29 {
    margin-left: 29px !important;
    margin-right: 29px !important;
  }
  .md\:mx-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  .md\:mx-31 {
    margin-left: 31px !important;
    margin-right: 31px !important;
  }
  .md\:mx-32 {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }
  .md\:mx-33 {
    margin-left: 33px !important;
    margin-right: 33px !important;
  }
  .md\:mx-34 {
    margin-left: 34px !important;
    margin-right: 34px !important;
  }
  .md\:mx-35 {
    margin-left: 35px !important;
    margin-right: 35px !important;
  }
  .md\:mx-36 {
    margin-left: 36px !important;
    margin-right: 36px !important;
  }
  .md\:mx-37 {
    margin-left: 37px !important;
    margin-right: 37px !important;
  }
  .md\:mx-38 {
    margin-left: 38px !important;
    margin-right: 38px !important;
  }
  .md\:mx-39 {
    margin-left: 39px !important;
    margin-right: 39px !important;
  }
  .md\:mx-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .md\:my-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  .md\:my-1 {
    margin-bottom: 1px !important;
    margin-top: 1px !important;
  }
  .md\:my-2 {
    margin-bottom: 2px !important;
    margin-top: 2px !important;
  }
  .md\:my-3 {
    margin-bottom: 3px !important;
    margin-top: 3px !important;
  }
  .md\:my-4 {
    margin-bottom: 4px !important;
    margin-top: 4px !important;
  }
  .md\:my-5 {
    margin-bottom: 5px !important;
    margin-top: 5px !important;
  }
  .md\:my-6 {
    margin-bottom: 6px !important;
    margin-top: 6px !important;
  }
  .md\:my-7 {
    margin-bottom: 7px !important;
    margin-top: 7px !important;
  }
  .md\:my-8 {
    margin-bottom: 8px !important;
    margin-top: 8px !important;
  }
  .md\:my-9 {
    margin-bottom: 9px !important;
    margin-top: 9px !important;
  }
  .md\:my-10 {
    margin-bottom: 10px !important;
    margin-top: 10px !important;
  }
  .md\:my-11 {
    margin-bottom: 11px !important;
    margin-top: 11px !important;
  }
  .md\:my-12 {
    margin-bottom: 12px !important;
    margin-top: 12px !important;
  }
  .md\:my-13 {
    margin-bottom: 13px !important;
    margin-top: 13px !important;
  }
  .md\:my-14 {
    margin-bottom: 14px !important;
    margin-top: 14px !important;
  }
  .md\:my-15 {
    margin-bottom: 15px !important;
    margin-top: 15px !important;
  }
  .md\:my-16 {
    margin-bottom: 16px !important;
    margin-top: 16px !important;
  }
  .md\:my-17 {
    margin-bottom: 17px !important;
    margin-top: 17px !important;
  }
  .md\:my-18 {
    margin-bottom: 18px !important;
    margin-top: 18px !important;
  }
  .md\:my-19 {
    margin-bottom: 19px !important;
    margin-top: 19px !important;
  }
  .md\:my-20 {
    margin-bottom: 20px !important;
    margin-top: 20px !important;
  }
  .md\:my-21 {
    margin-bottom: 21px !important;
    margin-top: 21px !important;
  }
  .md\:my-22 {
    margin-bottom: 22px !important;
    margin-top: 22px !important;
  }
  .md\:my-23 {
    margin-bottom: 23px !important;
    margin-top: 23px !important;
  }
  .md\:my-24 {
    margin-bottom: 24px !important;
    margin-top: 24px !important;
  }
  .md\:my-25 {
    margin-bottom: 25px !important;
    margin-top: 25px !important;
  }
  .md\:my-26 {
    margin-bottom: 26px !important;
    margin-top: 26px !important;
  }
  .md\:my-27 {
    margin-bottom: 27px !important;
    margin-top: 27px !important;
  }
  .md\:my-28 {
    margin-bottom: 28px !important;
    margin-top: 28px !important;
  }
  .md\:my-29 {
    margin-bottom: 29px !important;
    margin-top: 29px !important;
  }
  .md\:my-30 {
    margin-bottom: 30px !important;
    margin-top: 30px !important;
  }
  .md\:my-31 {
    margin-bottom: 31px !important;
    margin-top: 31px !important;
  }
  .md\:my-32 {
    margin-bottom: 32px !important;
    margin-top: 32px !important;
  }
  .md\:my-33 {
    margin-bottom: 33px !important;
    margin-top: 33px !important;
  }
  .md\:my-34 {
    margin-bottom: 34px !important;
    margin-top: 34px !important;
  }
  .md\:my-35 {
    margin-bottom: 35px !important;
    margin-top: 35px !important;
  }
  .md\:my-36 {
    margin-bottom: 36px !important;
    margin-top: 36px !important;
  }
  .md\:my-37 {
    margin-bottom: 37px !important;
    margin-top: 37px !important;
  }
  .md\:my-38 {
    margin-bottom: 38px !important;
    margin-top: 38px !important;
  }
  .md\:my-39 {
    margin-bottom: 39px !important;
    margin-top: 39px !important;
  }
  .md\:my-40 {
    margin-bottom: 40px !important;
    margin-top: 40px !important;
  }
  .md\:mt-0 {
    margin-top: 0 !important;
  }
  .md\:mt-1 {
    margin-top: 1px !important;
  }
  .md\:mt-2 {
    margin-top: 2px !important;
  }
  .md\:mt-3 {
    margin-top: 3px !important;
  }
  .md\:mt-4 {
    margin-top: 4px !important;
  }
  .md\:mt-5 {
    margin-top: 5px !important;
  }
  .md\:mt-6 {
    margin-top: 6px !important;
  }
  .md\:mt-7 {
    margin-top: 7px !important;
  }
  .md\:mt-8 {
    margin-top: 8px !important;
  }
  .md\:mt-9 {
    margin-top: 9px !important;
  }
  .md\:mt-10 {
    margin-top: 10px !important;
  }
  .md\:mt-11 {
    margin-top: 11px !important;
  }
  .md\:mt-12 {
    margin-top: 12px !important;
  }
  .md\:mt-13 {
    margin-top: 13px !important;
  }
  .md\:mt-14 {
    margin-top: 14px !important;
  }
  .md\:mt-15 {
    margin-top: 15px !important;
  }
  .md\:mt-16 {
    margin-top: 16px !important;
  }
  .md\:mt-17 {
    margin-top: 17px !important;
  }
  .md\:mt-18 {
    margin-top: 18px !important;
  }
  .md\:mt-19 {
    margin-top: 19px !important;
  }
  .md\:mt-20 {
    margin-top: 20px !important;
  }
  .md\:mt-21 {
    margin-top: 21px !important;
  }
  .md\:mt-22 {
    margin-top: 22px !important;
  }
  .md\:mt-23 {
    margin-top: 23px !important;
  }
  .md\:mt-24 {
    margin-top: 24px !important;
  }
  .md\:mt-25 {
    margin-top: 25px !important;
  }
  .md\:mt-26 {
    margin-top: 26px !important;
  }
  .md\:mt-27 {
    margin-top: 27px !important;
  }
  .md\:mt-28 {
    margin-top: 28px !important;
  }
  .md\:mt-29 {
    margin-top: 29px !important;
  }
  .md\:mt-30 {
    margin-top: 30px !important;
  }
  .md\:mt-31 {
    margin-top: 31px !important;
  }
  .md\:mt-32 {
    margin-top: 32px !important;
  }
  .md\:mt-33 {
    margin-top: 33px !important;
  }
  .md\:mt-34 {
    margin-top: 34px !important;
  }
  .md\:mt-35 {
    margin-top: 35px !important;
  }
  .md\:mt-36 {
    margin-top: 36px !important;
  }
  .md\:mt-37 {
    margin-top: 37px !important;
  }
  .md\:mt-38 {
    margin-top: 38px !important;
  }
  .md\:mt-39 {
    margin-top: 39px !important;
  }
  .md\:mt-40 {
    margin-top: 40px !important;
  }
  .md\:mr-0 {
    margin-right: 0 !important;
  }
  .md\:mr-1 {
    margin-right: 1px !important;
  }
  .md\:mr-2 {
    margin-right: 2px !important;
  }
  .md\:mr-3 {
    margin-right: 3px !important;
  }
  .md\:mr-4 {
    margin-right: 4px !important;
  }
  .md\:mr-5 {
    margin-right: 5px !important;
  }
  .md\:mr-6 {
    margin-right: 6px !important;
  }
  .md\:mr-7 {
    margin-right: 7px !important;
  }
  .md\:mr-8 {
    margin-right: 8px !important;
  }
  .md\:mr-9 {
    margin-right: 9px !important;
  }
  .md\:mr-10 {
    margin-right: 10px !important;
  }
  .md\:mr-11 {
    margin-right: 11px !important;
  }
  .md\:mr-12 {
    margin-right: 12px !important;
  }
  .md\:mr-13 {
    margin-right: 13px !important;
  }
  .md\:mr-14 {
    margin-right: 14px !important;
  }
  .md\:mr-15 {
    margin-right: 15px !important;
  }
  .md\:mr-16 {
    margin-right: 16px !important;
  }
  .md\:mr-17 {
    margin-right: 17px !important;
  }
  .md\:mr-18 {
    margin-right: 18px !important;
  }
  .md\:mr-19 {
    margin-right: 19px !important;
  }
  .md\:mr-20 {
    margin-right: 20px !important;
  }
  .md\:mr-21 {
    margin-right: 21px !important;
  }
  .md\:mr-22 {
    margin-right: 22px !important;
  }
  .md\:mr-23 {
    margin-right: 23px !important;
  }
  .md\:mr-24 {
    margin-right: 24px !important;
  }
  .md\:mr-25 {
    margin-right: 25px !important;
  }
  .md\:mr-26 {
    margin-right: 26px !important;
  }
  .md\:mr-27 {
    margin-right: 27px !important;
  }
  .md\:mr-28 {
    margin-right: 28px !important;
  }
  .md\:mr-29 {
    margin-right: 29px !important;
  }
  .md\:mr-30 {
    margin-right: 30px !important;
  }
  .md\:mr-31 {
    margin-right: 31px !important;
  }
  .md\:mr-32 {
    margin-right: 32px !important;
  }
  .md\:mr-33 {
    margin-right: 33px !important;
  }
  .md\:mr-34 {
    margin-right: 34px !important;
  }
  .md\:mr-35 {
    margin-right: 35px !important;
  }
  .md\:mr-36 {
    margin-right: 36px !important;
  }
  .md\:mr-37 {
    margin-right: 37px !important;
  }
  .md\:mr-38 {
    margin-right: 38px !important;
  }
  .md\:mr-39 {
    margin-right: 39px !important;
  }
  .md\:mr-40 {
    margin-right: 40px !important;
  }
  .md\:mb-0 {
    margin-bottom: 0 !important;
  }
  .md\:mb-1 {
    margin-bottom: 1px !important;
  }
  .md\:mb-2 {
    margin-bottom: 2px !important;
  }
  .md\:mb-3 {
    margin-bottom: 3px !important;
  }
  .md\:mb-4 {
    margin-bottom: 4px !important;
  }
  .md\:mb-5 {
    margin-bottom: 5px !important;
  }
  .md\:mb-6 {
    margin-bottom: 6px !important;
  }
  .md\:mb-7 {
    margin-bottom: 7px !important;
  }
  .md\:mb-8 {
    margin-bottom: 8px !important;
  }
  .md\:mb-9 {
    margin-bottom: 9px !important;
  }
  .md\:mb-10 {
    margin-bottom: 10px !important;
  }
  .md\:mb-11 {
    margin-bottom: 11px !important;
  }
  .md\:mb-12 {
    margin-bottom: 12px !important;
  }
  .md\:mb-13 {
    margin-bottom: 13px !important;
  }
  .md\:mb-14 {
    margin-bottom: 14px !important;
  }
  .md\:mb-15 {
    margin-bottom: 15px !important;
  }
  .md\:mb-16 {
    margin-bottom: 16px !important;
  }
  .md\:mb-17 {
    margin-bottom: 17px !important;
  }
  .md\:mb-18 {
    margin-bottom: 18px !important;
  }
  .md\:mb-19 {
    margin-bottom: 19px !important;
  }
  .md\:mb-20 {
    margin-bottom: 20px !important;
  }
  .md\:mb-21 {
    margin-bottom: 21px !important;
  }
  .md\:mb-22 {
    margin-bottom: 22px !important;
  }
  .md\:mb-23 {
    margin-bottom: 23px !important;
  }
  .md\:mb-24 {
    margin-bottom: 24px !important;
  }
  .md\:mb-25 {
    margin-bottom: 25px !important;
  }
  .md\:mb-26 {
    margin-bottom: 26px !important;
  }
  .md\:mb-27 {
    margin-bottom: 27px !important;
  }
  .md\:mb-28 {
    margin-bottom: 28px !important;
  }
  .md\:mb-29 {
    margin-bottom: 29px !important;
  }
  .md\:mb-30 {
    margin-bottom: 30px !important;
  }
  .md\:mb-31 {
    margin-bottom: 31px !important;
  }
  .md\:mb-32 {
    margin-bottom: 32px !important;
  }
  .md\:mb-33 {
    margin-bottom: 33px !important;
  }
  .md\:mb-34 {
    margin-bottom: 34px !important;
  }
  .md\:mb-35 {
    margin-bottom: 35px !important;
  }
  .md\:mb-36 {
    margin-bottom: 36px !important;
  }
  .md\:mb-37 {
    margin-bottom: 37px !important;
  }
  .md\:mb-38 {
    margin-bottom: 38px !important;
  }
  .md\:mb-39 {
    margin-bottom: 39px !important;
  }
  .md\:mb-40 {
    margin-bottom: 40px !important;
  }
  .md\:ml-0 {
    margin-left: 0 !important;
  }
  .md\:ml-1 {
    margin-left: 1px !important;
  }
  .md\:ml-2 {
    margin-left: 2px !important;
  }
  .md\:ml-3 {
    margin-left: 3px !important;
  }
  .md\:ml-4 {
    margin-left: 4px !important;
  }
  .md\:ml-5 {
    margin-left: 5px !important;
  }
  .md\:ml-6 {
    margin-left: 6px !important;
  }
  .md\:ml-7 {
    margin-left: 7px !important;
  }
  .md\:ml-8 {
    margin-left: 8px !important;
  }
  .md\:ml-9 {
    margin-left: 9px !important;
  }
  .md\:ml-10 {
    margin-left: 10px !important;
  }
  .md\:ml-11 {
    margin-left: 11px !important;
  }
  .md\:ml-12 {
    margin-left: 12px !important;
  }
  .md\:ml-13 {
    margin-left: 13px !important;
  }
  .md\:ml-14 {
    margin-left: 14px !important;
  }
  .md\:ml-15 {
    margin-left: 15px !important;
  }
  .md\:ml-16 {
    margin-left: 16px !important;
  }
  .md\:ml-17 {
    margin-left: 17px !important;
  }
  .md\:ml-18 {
    margin-left: 18px !important;
  }
  .md\:ml-19 {
    margin-left: 19px !important;
  }
  .md\:ml-20 {
    margin-left: 20px !important;
  }
  .md\:ml-21 {
    margin-left: 21px !important;
  }
  .md\:ml-22 {
    margin-left: 22px !important;
  }
  .md\:ml-23 {
    margin-left: 23px !important;
  }
  .md\:ml-24 {
    margin-left: 24px !important;
  }
  .md\:ml-25 {
    margin-left: 25px !important;
  }
  .md\:ml-26 {
    margin-left: 26px !important;
  }
  .md\:ml-27 {
    margin-left: 27px !important;
  }
  .md\:ml-28 {
    margin-left: 28px !important;
  }
  .md\:ml-29 {
    margin-left: 29px !important;
  }
  .md\:ml-30 {
    margin-left: 30px !important;
  }
  .md\:ml-31 {
    margin-left: 31px !important;
  }
  .md\:ml-32 {
    margin-left: 32px !important;
  }
  .md\:ml-33 {
    margin-left: 33px !important;
  }
  .md\:ml-34 {
    margin-left: 34px !important;
  }
  .md\:ml-35 {
    margin-left: 35px !important;
  }
  .md\:ml-36 {
    margin-left: 36px !important;
  }
  .md\:ml-37 {
    margin-left: 37px !important;
  }
  .md\:ml-38 {
    margin-left: 38px !important;
  }
  .md\:ml-39 {
    margin-left: 39px !important;
  }
  .md\:ml-40 {
    margin-left: 40px !important;
  }
  .md\:p-0 {
    padding: 0;
  }
  .md\:p-1 {
    padding: 4px;
  }
  .md\:p-2 {
    padding: 8px;
  }
  .md\:p-3 {
    padding: 12px;
  }
  .md\:p-4 {
    padding: 16px;
  }
  .md\:p-5 {
    padding: 20px;
  }
  .md\:p-6 {
    padding: 24px;
  }
  .md\:p-7 {
    padding: 28px;
  }
  .md\:p-8 {
    padding: 32px;
  }
  .md\:p-9 {
    padding: 36px;
  }
  .md\:p-10 {
    padding: 40px;
  }
  .md\:p-11 {
    padding: 44px;
  }
  .md\:p-12 {
    padding: 48px;
  }
  .md\:p-13 {
    padding: 52px;
  }
  .md\:p-14 {
    padding: 56px;
  }
  .md\:p-15 {
    padding: 60px;
  }
  .md\:p-16 {
    padding: 64px;
  }
  .md\:p-17 {
    padding: 68px;
  }
  .md\:p-18 {
    padding: 72px;
  }
  .md\:p-19 {
    padding: 76px;
  }
  .md\:p-20 {
    padding: 80px;
  }
  .md\:p-21 {
    padding: 84px;
  }
  .md\:p-22 {
    padding: 88px;
  }
  .md\:p-23 {
    padding: 92px;
  }
  .md\:p-24 {
    padding: 96px;
  }
  .md\:p-25 {
    padding: 100px;
  }
  .md\:p-26 {
    padding: 104px;
  }
  .md\:p-27 {
    padding: 108px;
  }
  .md\:p-28 {
    padding: 112px;
  }
  .md\:p-29 {
    padding: 116px;
  }
  .md\:p-30 {
    padding: 120px;
  }
  .md\:p-31 {
    padding: 124px;
  }
  .md\:p-32 {
    padding: 128px;
  }
  .md\:p-33 {
    padding: 132px;
  }
  .md\:p-34 {
    padding: 136px;
  }
  .md\:p-35 {
    padding: 140px;
  }
  .md\:p-36 {
    padding: 144px;
  }
  .md\:p-37 {
    padding: 148px;
  }
  .md\:p-38 {
    padding: 152px;
  }
  .md\:p-39 {
    padding: 156px;
  }
  .md\:p-40 {
    padding: 160px;
  }
  .md\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .md\:px-1 {
    padding-left: 4px;
    padding-right: 4px;
  }
  .md\:px-2 {
    padding-left: 8px;
    padding-right: 8px;
  }
  .md\:px-3 {
    padding-left: 12px;
    padding-right: 12px;
  }
  .md\:px-4 {
    padding-left: 16px;
    padding-right: 16px;
  }
  .md\:px-5 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .md\:px-6 {
    padding-left: 24px;
    padding-right: 24px;
  }
  .md\:px-7 {
    padding-left: 28px;
    padding-right: 28px;
  }
  .md\:px-8 {
    padding-left: 32px;
    padding-right: 32px;
  }
  .md\:px-9 {
    padding-left: 36px;
    padding-right: 36px;
  }
  .md\:px-10 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .md\:px-11 {
    padding-left: 44px;
    padding-right: 44px;
  }
  .md\:px-12 {
    padding-left: 48px;
    padding-right: 48px;
  }
  .md\:px-13 {
    padding-left: 52px;
    padding-right: 52px;
  }
  .md\:px-14 {
    padding-left: 56px;
    padding-right: 56px;
  }
  .md\:px-15 {
    padding-left: 60px;
    padding-right: 60px;
  }
  .md\:px-16 {
    padding-left: 64px;
    padding-right: 64px;
  }
  .md\:px-17 {
    padding-left: 68px;
    padding-right: 68px;
  }
  .md\:px-18 {
    padding-left: 72px;
    padding-right: 72px;
  }
  .md\:px-19 {
    padding-left: 76px;
    padding-right: 76px;
  }
  .md\:px-20 {
    padding-left: 80px;
    padding-right: 80px;
  }
  .md\:px-21 {
    padding-left: 84px;
    padding-right: 84px;
  }
  .md\:px-22 {
    padding-left: 88px;
    padding-right: 88px;
  }
  .md\:px-23 {
    padding-left: 92px;
    padding-right: 92px;
  }
  .md\:px-24 {
    padding-left: 96px;
    padding-right: 96px;
  }
  .md\:px-25 {
    padding-left: 100px;
    padding-right: 100px;
  }
  .md\:px-26 {
    padding-left: 104px;
    padding-right: 104px;
  }
  .md\:px-27 {
    padding-left: 108px;
    padding-right: 108px;
  }
  .md\:px-28 {
    padding-left: 112px;
    padding-right: 112px;
  }
  .md\:px-29 {
    padding-left: 116px;
    padding-right: 116px;
  }
  .md\:px-30 {
    padding-left: 120px;
    padding-right: 120px;
  }
  .md\:px-31 {
    padding-left: 124px;
    padding-right: 124px;
  }
  .md\:px-32 {
    padding-left: 128px;
    padding-right: 128px;
  }
  .md\:px-33 {
    padding-left: 132px;
    padding-right: 132px;
  }
  .md\:px-34 {
    padding-left: 136px;
    padding-right: 136px;
  }
  .md\:px-35 {
    padding-left: 140px;
    padding-right: 140px;
  }
  .md\:px-36 {
    padding-left: 144px;
    padding-right: 144px;
  }
  .md\:px-37 {
    padding-left: 148px;
    padding-right: 148px;
  }
  .md\:px-38 {
    padding-left: 152px;
    padding-right: 152px;
  }
  .md\:px-39 {
    padding-left: 156px;
    padding-right: 156px;
  }
  .md\:px-40 {
    padding-left: 160px;
    padding-right: 160px;
  }
  .md\:py-0 {
    padding-bottom: 0;
    padding-top: 0;
  }
  .md\:py-1 {
    padding-bottom: 4px;
    padding-top: 4px;
  }
  .md\:py-2 {
    padding-bottom: 8px;
    padding-top: 8px;
  }
  .md\:py-3 {
    padding-bottom: 12px;
    padding-top: 12px;
  }
  .md\:py-4 {
    padding-bottom: 16px;
    padding-top: 16px;
  }
  .md\:py-5 {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .md\:py-6 {
    padding-bottom: 24px;
    padding-top: 24px;
  }
  .md\:py-7 {
    padding-bottom: 28px;
    padding-top: 28px;
  }
  .md\:py-8 {
    padding-bottom: 32px;
    padding-top: 32px;
  }
  .md\:py-9 {
    padding-bottom: 36px;
    padding-top: 36px;
  }
  .md\:py-10 {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .md\:py-11 {
    padding-bottom: 44px;
    padding-top: 44px;
  }
  .md\:py-12 {
    padding-bottom: 48px;
    padding-top: 48px;
  }
  .md\:py-13 {
    padding-bottom: 52px;
    padding-top: 52px;
  }
  .md\:py-14 {
    padding-bottom: 56px;
    padding-top: 56px;
  }
  .md\:py-15 {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .md\:py-16 {
    padding-bottom: 64px;
    padding-top: 64px;
  }
  .md\:py-17 {
    padding-bottom: 68px;
    padding-top: 68px;
  }
  .md\:py-18 {
    padding-bottom: 72px;
    padding-top: 72px;
  }
  .md\:py-19 {
    padding-bottom: 76px;
    padding-top: 76px;
  }
  .md\:py-20 {
    padding-bottom: 80px;
    padding-top: 80px;
  }
  .md\:py-21 {
    padding-bottom: 84px;
    padding-top: 84px;
  }
  .md\:py-22 {
    padding-bottom: 88px;
    padding-top: 88px;
  }
  .md\:py-23 {
    padding-bottom: 92px;
    padding-top: 92px;
  }
  .md\:py-24 {
    padding-bottom: 96px;
    padding-top: 96px;
  }
  .md\:py-25 {
    padding-bottom: 100px;
    padding-top: 100px;
  }
  .md\:py-26 {
    padding-bottom: 104px;
    padding-top: 104px;
  }
  .md\:py-27 {
    padding-bottom: 108px;
    padding-top: 108px;
  }
  .md\:py-28 {
    padding-bottom: 112px;
    padding-top: 112px;
  }
  .md\:py-29 {
    padding-bottom: 116px;
    padding-top: 116px;
  }
  .md\:py-30 {
    padding-bottom: 120px;
    padding-top: 120px;
  }
  .md\:py-31 {
    padding-bottom: 124px;
    padding-top: 124px;
  }
  .md\:py-32 {
    padding-bottom: 128px;
    padding-top: 128px;
  }
  .md\:py-33 {
    padding-bottom: 132px;
    padding-top: 132px;
  }
  .md\:py-34 {
    padding-bottom: 136px;
    padding-top: 136px;
  }
  .md\:py-35 {
    padding-bottom: 140px;
    padding-top: 140px;
  }
  .md\:py-36 {
    padding-bottom: 144px;
    padding-top: 144px;
  }
  .md\:py-37 {
    padding-bottom: 148px;
    padding-top: 148px;
  }
  .md\:py-38 {
    padding-bottom: 152px;
    padding-top: 152px;
  }
  .md\:py-39 {
    padding-bottom: 156px;
    padding-top: 156px;
  }
  .md\:py-40 {
    padding-bottom: 160px;
    padding-top: 160px;
  }
  .md\:pt-0 {
    padding-top: 0;
  }
  .md\:pt-1 {
    padding-top: 4px;
  }
  .md\:pt-2 {
    padding-top: 8px;
  }
  .md\:pt-3 {
    padding-top: 12px;
  }
  .md\:pt-4 {
    padding-top: 16px;
  }
  .md\:pt-5 {
    padding-top: 20px;
  }
  .md\:pt-6 {
    padding-top: 24px;
  }
  .md\:pt-7 {
    padding-top: 28px;
  }
  .md\:pt-8 {
    padding-top: 32px;
  }
  .md\:pt-9 {
    padding-top: 36px;
  }
  .md\:pt-10 {
    padding-top: 40px;
  }
  .md\:pt-11 {
    padding-top: 44px;
  }
  .md\:pt-12 {
    padding-top: 48px;
  }
  .md\:pt-13 {
    padding-top: 52px;
  }
  .md\:pt-14 {
    padding-top: 56px;
  }
  .md\:pt-15 {
    padding-top: 60px;
  }
  .md\:pt-16 {
    padding-top: 64px;
  }
  .md\:pt-17 {
    padding-top: 68px;
  }
  .md\:pt-18 {
    padding-top: 72px;
  }
  .md\:pt-19 {
    padding-top: 76px;
  }
  .md\:pt-20 {
    padding-top: 80px;
  }
  .md\:pt-21 {
    padding-top: 84px;
  }
  .md\:pt-22 {
    padding-top: 88px;
  }
  .md\:pt-23 {
    padding-top: 92px;
  }
  .md\:pt-24 {
    padding-top: 96px;
  }
  .md\:pt-25 {
    padding-top: 100px;
  }
  .md\:pt-26 {
    padding-top: 104px;
  }
  .md\:pt-27 {
    padding-top: 108px;
  }
  .md\:pt-28 {
    padding-top: 112px;
  }
  .md\:pt-29 {
    padding-top: 116px;
  }
  .md\:pt-30 {
    padding-top: 120px;
  }
  .md\:pt-31 {
    padding-top: 124px;
  }
  .md\:pt-32 {
    padding-top: 128px;
  }
  .md\:pt-33 {
    padding-top: 132px;
  }
  .md\:pt-34 {
    padding-top: 136px;
  }
  .md\:pt-35 {
    padding-top: 140px;
  }
  .md\:pt-36 {
    padding-top: 144px;
  }
  .md\:pt-37 {
    padding-top: 148px;
  }
  .md\:pt-38 {
    padding-top: 152px;
  }
  .md\:pt-39 {
    padding-top: 156px;
  }
  .md\:pt-40 {
    padding-top: 160px;
  }
  .md\:pr-0 {
    padding-bottom: 0;
  }
  .md\:pr-1 {
    padding-bottom: 4px;
  }
  .md\:pr-2 {
    padding-bottom: 8px;
  }
  .md\:pr-3 {
    padding-bottom: 12px;
  }
  .md\:pr-4 {
    padding-bottom: 16px;
  }
  .md\:pr-5 {
    padding-bottom: 20px;
  }
  .md\:pr-6 {
    padding-bottom: 24px;
  }
  .md\:pr-7 {
    padding-bottom: 28px;
  }
  .md\:pr-8 {
    padding-bottom: 32px;
  }
  .md\:pr-9 {
    padding-bottom: 36px;
  }
  .md\:pr-10 {
    padding-bottom: 40px;
  }
  .md\:pr-11 {
    padding-bottom: 44px;
  }
  .md\:pr-12 {
    padding-bottom: 48px;
  }
  .md\:pr-13 {
    padding-bottom: 52px;
  }
  .md\:pr-14 {
    padding-bottom: 56px;
  }
  .md\:pr-15 {
    padding-bottom: 60px;
  }
  .md\:pr-16 {
    padding-bottom: 64px;
  }
  .md\:pr-17 {
    padding-bottom: 68px;
  }
  .md\:pr-18 {
    padding-bottom: 72px;
  }
  .md\:pr-19 {
    padding-bottom: 76px;
  }
  .md\:pr-20 {
    padding-bottom: 80px;
  }
  .md\:pr-21 {
    padding-bottom: 84px;
  }
  .md\:pr-22 {
    padding-bottom: 88px;
  }
  .md\:pr-23 {
    padding-bottom: 92px;
  }
  .md\:pr-24 {
    padding-bottom: 96px;
  }
  .md\:pr-25 {
    padding-bottom: 100px;
  }
  .md\:pr-26 {
    padding-bottom: 104px;
  }
  .md\:pr-27 {
    padding-bottom: 108px;
  }
  .md\:pr-28 {
    padding-bottom: 112px;
  }
  .md\:pr-29 {
    padding-bottom: 116px;
  }
  .md\:pr-30 {
    padding-bottom: 120px;
  }
  .md\:pr-31 {
    padding-bottom: 124px;
  }
  .md\:pr-32 {
    padding-bottom: 128px;
  }
  .md\:pr-33 {
    padding-bottom: 132px;
  }
  .md\:pr-34 {
    padding-bottom: 136px;
  }
  .md\:pr-35 {
    padding-bottom: 140px;
  }
  .md\:pr-36 {
    padding-bottom: 144px;
  }
  .md\:pr-37 {
    padding-bottom: 148px;
  }
  .md\:pr-38 {
    padding-bottom: 152px;
  }
  .md\:pr-39 {
    padding-bottom: 156px;
  }
  .md\:pr-40 {
    padding-bottom: 160px;
  }
  .md\:pb-0 {
    padding-bottom: 0;
  }
  .md\:pb-1 {
    padding-bottom: 4px;
  }
  .md\:pb-2 {
    padding-bottom: 8px;
  }
  .md\:pb-3 {
    padding-bottom: 12px;
  }
  .md\:pb-4 {
    padding-bottom: 16px;
  }
  .md\:pb-5 {
    padding-bottom: 20px;
  }
  .md\:pb-6 {
    padding-bottom: 24px;
  }
  .md\:pb-7 {
    padding-bottom: 28px;
  }
  .md\:pb-8 {
    padding-bottom: 32px;
  }
  .md\:pb-9 {
    padding-bottom: 36px;
  }
  .md\:pb-10 {
    padding-bottom: 40px;
  }
  .md\:pb-11 {
    padding-bottom: 44px;
  }
  .md\:pb-12 {
    padding-bottom: 48px;
  }
  .md\:pb-13 {
    padding-bottom: 52px;
  }
  .md\:pb-14 {
    padding-bottom: 56px;
  }
  .md\:pb-15 {
    padding-bottom: 60px;
  }
  .md\:pb-16 {
    padding-bottom: 64px;
  }
  .md\:pb-17 {
    padding-bottom: 68px;
  }
  .md\:pb-18 {
    padding-bottom: 72px;
  }
  .md\:pb-19 {
    padding-bottom: 76px;
  }
  .md\:pb-20 {
    padding-bottom: 80px;
  }
  .md\:pb-21 {
    padding-bottom: 84px;
  }
  .md\:pb-22 {
    padding-bottom: 88px;
  }
  .md\:pb-23 {
    padding-bottom: 92px;
  }
  .md\:pb-24 {
    padding-bottom: 96px;
  }
  .md\:pb-25 {
    padding-bottom: 100px;
  }
  .md\:pb-26 {
    padding-bottom: 104px;
  }
  .md\:pb-27 {
    padding-bottom: 108px;
  }
  .md\:pb-28 {
    padding-bottom: 112px;
  }
  .md\:pb-29 {
    padding-bottom: 116px;
  }
  .md\:pb-30 {
    padding-bottom: 120px;
  }
  .md\:pb-31 {
    padding-bottom: 124px;
  }
  .md\:pb-32 {
    padding-bottom: 128px;
  }
  .md\:pb-33 {
    padding-bottom: 132px;
  }
  .md\:pb-34 {
    padding-bottom: 136px;
  }
  .md\:pb-35 {
    padding-bottom: 140px;
  }
  .md\:pb-36 {
    padding-bottom: 144px;
  }
  .md\:pb-37 {
    padding-bottom: 148px;
  }
  .md\:pb-38 {
    padding-bottom: 152px;
  }
  .md\:pb-39 {
    padding-bottom: 156px;
  }
  .md\:pb-40 {
    padding-bottom: 160px;
  }
  .md\:pl-0 {
    padding-left: 0;
  }
  .md\:pl-1 {
    padding-left: 4px;
  }
  .md\:pl-2 {
    padding-left: 8px;
  }
  .md\:pl-3 {
    padding-left: 12px;
  }
  .md\:pl-4 {
    padding-left: 16px;
  }
  .md\:pl-5 {
    padding-left: 20px;
  }
  .md\:pl-6 {
    padding-left: 24px;
  }
  .md\:pl-7 {
    padding-left: 28px;
  }
  .md\:pl-8 {
    padding-left: 32px;
  }
  .md\:pl-9 {
    padding-left: 36px;
  }
  .md\:pl-10 {
    padding-left: 40px;
  }
  .md\:pl-11 {
    padding-left: 44px;
  }
  .md\:pl-12 {
    padding-left: 48px;
  }
  .md\:pl-13 {
    padding-left: 52px;
  }
  .md\:pl-14 {
    padding-left: 56px;
  }
  .md\:pl-15 {
    padding-left: 60px;
  }
  .md\:pl-16 {
    padding-left: 64px;
  }
  .md\:pl-17 {
    padding-left: 68px;
  }
  .md\:pl-18 {
    padding-left: 72px;
  }
  .md\:pl-19 {
    padding-left: 76px;
  }
  .md\:pl-20 {
    padding-left: 80px;
  }
  .md\:pl-21 {
    padding-left: 84px;
  }
  .md\:pl-22 {
    padding-left: 88px;
  }
  .md\:pl-23 {
    padding-left: 92px;
  }
  .md\:pl-24 {
    padding-left: 96px;
  }
  .md\:pl-25 {
    padding-left: 100px;
  }
  .md\:pl-26 {
    padding-left: 104px;
  }
  .md\:pl-27 {
    padding-left: 108px;
  }
  .md\:pl-28 {
    padding-left: 112px;
  }
  .md\:pl-29 {
    padding-left: 116px;
  }
  .md\:pl-30 {
    padding-left: 120px;
  }
  .md\:pl-31 {
    padding-left: 124px;
  }
  .md\:pl-32 {
    padding-left: 128px;
  }
  .md\:pl-33 {
    padding-left: 132px;
  }
  .md\:pl-34 {
    padding-left: 136px;
  }
  .md\:pl-35 {
    padding-left: 140px;
  }
  .md\:pl-36 {
    padding-left: 144px;
  }
  .md\:pl-37 {
    padding-left: 148px;
  }
  .md\:pl-38 {
    padding-left: 152px;
  }
  .md\:pl-39 {
    padding-left: 156px;
  }
  .md\:pl-40 {
    padding-left: 160px;
  }
  .md\:text-left {
    text-align: left;
  }
  .md\:text-center {
    text-align: center;
  }
  .md\:text-right {
    text-align: right;
  }
  .md\:text-justify {
    text-align: justify;
  }
  .md\:text-start {
    text-align: start;
  }
  .md\:text-end {
    text-align: end;
  }
  .md\:align-baseline {
    vertical-align: initial;
  }
  .md\:align-top {
    vertical-align: top;
  }
  .md\:align-middle {
    vertical-align: middle;
  }
  .md\:align-bottom {
    vertical-align: bottom;
  }
  .md\:align-text-top {
    vertical-align: text-top;
  }
  .md\:align-text-bottom {
    vertical-align: text-bottom;
  }
  .md\:align-sub {
    vertical-align: sub;
  }
  .md\:align-super {
    vertical-align: super;
  }
  .md\:w-1\/2 {
    width: 50% !important;
  }
  .md\:w-1\/3 {
    width: 33.333333% !important;
  }
  .md\:w-2\/3 {
    width: 66.666667% !important;
  }
  .md\:w-1\/4 {
    width: 25% !important;
  }
  .md\:w-2\/4 {
    width: 50% !important;
  }
  .md\:w-3\/4 {
    width: 75% !important;
  }
  .md\:w-1\/5 {
    width: 20% !important;
  }
  .md\:w-2\/5 {
    width: 40% !important;
  }
  .md\:w-3\/5 {
    width: 60% !important;
  }
  .md\:w-4\/5 {
    width: 80% !important;
  }
  .md\:w-1\/6 {
    width: 16.666667% !important;
  }
  .md\:w-2\/6 {
    width: 33.333333% !important;
  }
  .md\:w-3\/6 {
    width: 50% !important;
  }
  .md\:w-4\/6 {
    width: 66.666667% !important;
  }
  .md\:w-5\/6 {
    width: 83.333333% !important;
  }
  .md\:w-1\/12 {
    width: 8.333333% !important;
  }
  .md\:w-2\/12 {
    width: 16.666667% !important;
  }
  .md\:w-3\/12 {
    width: 25% !important;
  }
  .md\:w-4\/12 {
    width: 33.333333% !important;
  }
  .md\:w-5\/12 {
    width: 41.666667% !important;
  }
  .md\:w-6\/12 {
    width: 50% !important;
  }
  .md\:w-7\/12 {
    width: 58.333333% !important;
  }
  .md\:w-8\/12 {
    width: 66.666667% !important;
  }
  .md\:w-9\/12 {
    width: 75% !important;
  }
  .md\:w-10\/12 {
    width: 83.333333% !important;
  }
  .md\:w-11\/12 {
    width: 91.666667% !important;
  }
  .md\:w-auto {
    width: auto !important;
  }
  .md\:w-full {
    width: 100% !important;
  }
  .md\:w-screen {
    width: 100vw !important;
  }
  .md\:w-min {
    width: min-content !important;
  }
  .md\:w-max {
    width: max-content !important;
  }
  .md\:w-fit {
    width: fit-content !important;
  }
  .md\:w-0 {
    width: 0 !important;
  }
  .md\:w-1 {
    width: 4px !important;
  }
  .md\:w-2 {
    width: 8px !important;
  }
  .md\:w-3 {
    width: 12px !important;
  }
  .md\:w-4 {
    width: 16px !important;
  }
  .md\:w-5 {
    width: 20px !important;
  }
  .md\:w-6 {
    width: 24px !important;
  }
  .md\:w-7 {
    width: 28px !important;
  }
  .md\:w-8 {
    width: 32px !important;
  }
  .md\:w-9 {
    width: 36px !important;
  }
  .md\:w-10 {
    width: 40px !important;
  }
  .md\:w-11 {
    width: 44px !important;
  }
  .md\:w-12 {
    width: 48px !important;
  }
  .md\:w-13 {
    width: 52px !important;
  }
  .md\:w-14 {
    width: 56px !important;
  }
  .md\:w-15 {
    width: 60px !important;
  }
  .md\:w-16 {
    width: 64px !important;
  }
  .md\:w-17 {
    width: 68px !important;
  }
  .md\:w-18 {
    width: 72px !important;
  }
  .md\:w-19 {
    width: 76px !important;
  }
  .md\:w-20 {
    width: 80px !important;
  }
  .md\:w-21 {
    width: 84px !important;
  }
  .md\:w-22 {
    width: 88px !important;
  }
  .md\:w-23 {
    width: 92px !important;
  }
  .md\:w-24 {
    width: 96px !important;
  }
  .md\:w-25 {
    width: 100px !important;
  }
  .md\:w-26 {
    width: 104px !important;
  }
  .md\:w-27 {
    width: 108px !important;
  }
  .md\:w-28 {
    width: 112px !important;
  }
  .md\:w-29 {
    width: 116px !important;
  }
  .md\:w-30 {
    width: 120px !important;
  }
  .md\:w-31 {
    width: 124px !important;
  }
  .md\:w-32 {
    width: 128px !important;
  }
  .md\:w-33 {
    width: 132px !important;
  }
  .md\:w-34 {
    width: 136px !important;
  }
  .md\:w-35 {
    width: 140px !important;
  }
  .md\:w-36 {
    width: 144px !important;
  }
  .md\:w-37 {
    width: 148px !important;
  }
  .md\:w-38 {
    width: 152px !important;
  }
  .md\:w-39 {
    width: 156px !important;
  }
  .md\:w-40 {
    width: 160px !important;
  }
  .m-widget-tabPanel__control {
    border-bottom: 1px solid var(--local-outline);
  }
  .m-widget-tabPanel__list {
    display: flex;
    gap: 16px;
  }
  .m-widget-tabPanel__link {
    background-color: var(--local-background);
    border-left: 1px solid var(--local-outline);
    border-right: 1px solid var(--local-outline);
    border-top: 1px solid var(--local-outline);
    color: var(--local-foreground);
    display: block;
    padding: 16px 32px;
  }
  .m-widget-carousel__arrow:hover,
  .m-widget-carousel__paginationItem:hover:before {
    background-color: var(--COLOR_BRAND_PRIMARY);
  }
  .m-widget-carousel__arrow--prev:hover:before {
    background-image: url("data:image/svg+xml; charset=utf8, %3csvg%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20viewBox%3d%220%200%20100%20100%22%20fill%3d%22%23fff%22%3e%3cpath%20d%3d%22M20%2e8%2050c0%2d2%2e1%2e8%2d4%2e3%202%2e4%2d5%2e9L64%2e9%202%2e4c3%2e3%2d3%2e3%208%2e5%2d3%2e3%2011%2e8%200s3%2e3%208%2e5%200%2011%2e8L40%2e9%2050l35%2e8%2035%2e8c3%2e3%203%2e3%203%2e3%208%2e5%200%2011%2e8%2d3%2e3%203%2e3%2d8%2e5%203%2e3%2d11%2e8%200L23%2e3%2055%2e9c%2d1%2e7%2d1%2e6%2d2%2e5%2d3%2e8%2d2%2e5%2d5%2e9z%22%2f%3e%3c%2fsvg%3e");
  }
  .m-widget-carousel__arrow--next:hover:before {
    background-image: url("data:image/svg+xml; charset=utf8, %3csvg%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20viewBox%3d%220%200%20100%20100%22%20fill%3d%22%23fff%22%3e%3cpath%20d%3d%22M79%2e2,50c0,2%2e1%2d0%2e8,4%2e3%2d2%2e4,5%2e9L35%2e1,97%2e6c%2d3%2e3,3%2e3%2d8%2e5,3%2e3%2d11%2e8,0c%2d3%2e3%2d3%2e3%2d3%2e3%2d8%2e5,0%2d11%2e8L59%2e1,50L23%2e3,14%2e2C20,11,20,5%2e7,23%2e3,2%2e4s8%2e5%2d3%2e3,11%2e8,0l41%2e7,41%2e7C78%2e4,45%2e7,79%2e2,47%2e9,79%2e2,50z%22%2f%3e%3c%2fsvg%3e");
  }
  .m-widget-dialog__heading {
    font-size: 2rem;
  }
  .m-widget-dialog__closeButton:hover {
    background-color: var(--COLOR_BRAND_PRIMARY);
  }
  .m-widget-dialog__closeButton:hover:before {
    background-image: url("data:image/svg+xml; charset=utf8, %3csvg%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20viewBox%3d%220%200%20100%20100%22%20fill%3d%22%23fff%22%3e%3cpath%20d%3d%22M97%2e1,82%2e9c3%2e9,3%2e9,3%2e9,10%2e2,0,14%2e1c%2d1%2e9,2%2d4%2e5,2%2e9%2d7%2e1,2%2e9c%2d2%2e6,0%2d5%2e1%2d1%2d7%2e1%2d2%2e9L50,64%2e2L17%2e1,97%2e1c%2d2,2%2d4%2e5,2%2e9%2d7%2e1,2%2e9s%2d5%2e1%2d1%2d7%2e1%2d2%2e9C%2d1,93%2e2%2d1,86%2e8,2%2e9,82%2e9L35%2e9,50L2%2e9,17%2e1C%2d1,13%2e2%2d1,6%2e8,2%2e9,2%2e9s10%2e2%2d3%2e9,14%2e1,0l32%2e9,33L82%2e9,2%2e9C86%2e8%2d1,93%2e2%2d1,97%2e1,2%2e9s3%2e9,10%2e2,0,14%2e1L64%2e1,50L97%2e1,82%2e9z%22%2f%3e%3c%2fsvg%3e");
  }
}
@media screen and (min-width: 768px) {
  .u-top-content__text[class] {
    display: flex;
    flex-direction: column;
    gap: 48px;
  }
  .m-list-news[class] {
    margin: 60px auto;
    display: grid;
    grid-template-columns: [date] auto [tag] auto [text] 1fr;
  }
  .m-list-news__item[class] {
    display: contents;
  }
  .m-list-news__item-link {
    grid-column: 1/-1;
    grid-template-columns: subgrid;
    gap: 40px;
    padding: 24px 0;
  }
  .m-list-news__item-label {
    padding: 2px 12px;
  }
  .m-list-news__item-text {
    font-size: 1.8rem;
    padding-right: 56px;
    grid-column: auto;
  }
  .m-list-news__item-text:before {
    height: 10px;
    width: 10px;
  }
}
@media (max-width: 1024px) {
  .l-header__outer {
    height: 96px;
  }
  .l-header-nav__inner {
    gap: 120px;
  }
  .l-header-hamburger {
    display: block;
  }
  .l-header-nav {
    background-color: #fbfaf9;
    box-sizing: border-box;
    height: calc(100vh - 96px);
    max-width: 100%;
    overflow: hidden;
    padding-top: 120px;
    position: fixed;
    right: 0;
    top: 96px;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    width: 100%;
    z-index: 90;
  }
  .l-header-nav.is-open {
    transform: translateX(0);
  }
  body.menu-open .l-header-nav {
    position: fixed;
    width: 100%;
  }
  .l-header-nav__inner {
    align-items: flex-start;
    flex-direction: column;
    max-width: 100%;
    padding: 0 20px;
  }
  .l-header-nav__list {
    flex-direction: column;
    gap: 40px;
    max-width: 100%;
    width: 100%;
  }
  .l-header-nav__contact {
    width: 100%;
  }
  .l-header-nav__contact-link {
    display: block;
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .l-mv__content-logo {
    inset: 50% auto auto 50%;
    position: absolute;
    transform: translate(calc(-50% + 20px), -50%);
  }
  .m-button-list__item {
    width: 100%;
  }
  .m-card-detail--columnSP {
    display: flex;
    flex-direction: column;
  }
  .m-card-detail--columnSP .m-card-detail__media {
    order: 2;
  }
  .m-card-list {
    gap: 24px;
  }
  .m-card-list[data-column-sp="auto"] {
    display: flex;
    flex-wrap: wrap;
  }
  .m-card-list[data-column-sp="auto"] > * {
    flex: 0 0 auto;
    max-width: 100%;
  }
  .m-card-list[data-column-sp="2"] {
    grid-template-columns: repeat(2, 1fr);
  }
  .m-card-list[data-column-sp="3"] {
    grid-template-columns: repeat(3, 1fr);
  }
  .m-card-list[data-column-sp="4"] {
    grid-template-columns: repeat(4, 1fr);
  }
  .m-card-list[data-column-sp="5"] {
    grid-template-columns: repeat(5, 1fr);
  }
  .m-card-list[data-column-sp="6"] {
    grid-template-columns: repeat(6, 1fr);
  }
  .m-card-list:not([data-column-sp="auto"]) :where(.m-card-list__item) {
    min-width: 100%;
  }
  .m-form-radioList {
    gap: 8px 16px;
  }
  .m-form-radioList[data-column-sp="auto"] {
    display: flex;
    flex-wrap: wrap;
  }
  .m-form-radioList[data-column-sp="auto"] > * {
    flex: 0 0 auto;
    max-width: 100%;
  }
  .m-form-radioList[data-column-sp="2"] {
    grid-template-columns: repeat(2, 1fr);
  }
  .m-form-radioList[data-column-sp="3"] {
    grid-template-columns: repeat(3, 1fr);
  }
  .m-form-radioList[data-column-sp="4"] {
    grid-template-columns: repeat(4, 1fr);
  }
  .m-form-radioList[data-column-sp="5"] {
    grid-template-columns: repeat(5, 1fr);
  }
  .m-form-radioList[data-column-sp="6"] {
    grid-template-columns: repeat(6, 1fr);
  }
  .m-form-checkboxList {
    gap: 8px 16px;
  }
  .m-form-checkboxList[data-column-sp="auto"] {
    display: flex;
    flex-wrap: wrap;
  }
  .m-form-checkboxList[data-column-sp="auto"] > * {
    flex: 0 0 auto;
    max-width: 100%;
  }
  .m-form-checkboxList[data-column-sp="2"] {
    grid-template-columns: repeat(2, 1fr);
  }
  .m-form-checkboxList[data-column-sp="3"] {
    grid-template-columns: repeat(3, 1fr);
  }
  .m-form-checkboxList[data-column-sp="4"] {
    grid-template-columns: repeat(4, 1fr);
  }
  .m-form-checkboxList[data-column-sp="5"] {
    grid-template-columns: repeat(5, 1fr);
  }
  .m-form-checkboxList[data-column-sp="6"] {
    grid-template-columns: repeat(6, 1fr);
  }
  .m-form-list--columnSP .m-form-list__content,
  .m-form-list--columnSP .m-form-list__item,
  .m-form-list--columnSP .m-form-list__title {
    display: block;
    width: 100%;
  }
  .m-form-partsComplex--wrapSP {
    flex-wrap: wrap;
  }
  .m-form-filter__content {
    margin-top: 16px;
  }
  .m-link-list {
    gap: 8px 24px;
  }
  .m-link-list[data-column-sp="auto"] {
    display: flex;
    flex-wrap: wrap;
  }
  .m-link-list[data-column-sp="auto"] > * {
    flex: 0 0 auto;
    max-width: 100%;
  }
  .m-link-list[data-column-sp="2"] {
    grid-template-columns: repeat(2, 1fr);
  }
  .m-link-list[data-column-sp="3"] {
    grid-template-columns: repeat(3, 1fr);
  }
  .m-link-list[data-column-sp="4"] {
    grid-template-columns: repeat(4, 1fr);
  }
  .m-link-list[data-column-sp="5"] {
    grid-template-columns: repeat(5, 1fr);
  }
  .m-link-list[data-column-sp="6"] {
    grid-template-columns: repeat(6, 1fr);
  }
  .m-list {
    gap: 8px 24px;
  }
  .m-list[data-column-sp="auto"] {
    display: flex;
    flex-wrap: wrap;
  }
  .m-list[data-column-sp="auto"] > * {
    flex: 0 0 auto;
    max-width: 100%;
  }
  .m-list[data-column-sp="2"] {
    grid-template-columns: repeat(2, 1fr);
  }
  .m-list[data-column-sp="3"] {
    grid-template-columns: repeat(3, 1fr);
  }
  .m-list[data-column-sp="4"] {
    grid-template-columns: repeat(4, 1fr);
  }
  .m-list[data-column-sp="5"] {
    grid-template-columns: repeat(5, 1fr);
  }
  .m-list[data-column-sp="6"] {
    grid-template-columns: repeat(6, 1fr);
  }
  .m-list-number {
    gap: 8px 24px;
  }
  .m-list-number[data-column-sp="auto"] {
    display: flex;
    flex-wrap: wrap;
  }
  .m-list-number[data-column-sp="auto"] > * {
    flex: 0 0 auto;
    max-width: 100%;
  }
  .m-list-number[data-column-sp="2"] {
    grid-template-columns: repeat(2, 1fr);
  }
  .m-list-number[data-column-sp="3"] {
    grid-template-columns: repeat(3, 1fr);
  }
  .m-list-number[data-column-sp="4"] {
    grid-template-columns: repeat(4, 1fr);
  }
  .m-list-number[data-column-sp="5"] {
    grid-template-columns: repeat(5, 1fr);
  }
  .m-list-number[data-column-sp="6"] {
    grid-template-columns: repeat(6, 1fr);
  }
  .m-list-description--rowSP {
    display: grid;
    gap: 16px;
    grid-template-columns: fit-content(30%) auto;
  }
  .m-list-description--rowSP :where(.m-list-description__item) {
    display: contents;
  }
  .m-list-description--inlineSP {
    display: block;
  }
  .m-list-description--inlineSP
    :where(
      .m-list-description__item,
      .m-list-description__title,
      .m-list-description__content
    ) {
    display: inline;
    width: auto;
  }
  .m-list-description--inlineSP
    :where(.m-list-description__item + .m-list-description__item) {
    border-left: 1px solid var(--COLOR_OUTLINE_DARK);
    margin-left: 8px;
    padding-left: 8px;
  }
  .m-list-description--inlineSP :where(.m-list-description__title) {
    margin-right: 8px;
  }
  .m-layout-media__content {
    order: 2;
  }
  .m-layout-media--rowReverseSP {
    direction: rtl;
  }
  .m-layout-media--columnReverseSP,
  .m-layout-media--columnSP {
    display: flex;
  }
  .m-layout-media--columnSP {
    flex-direction: column;
  }
  .m-layout-media--columnReverseSP {
    flex-direction: column-reverse;
  }
  .m-panel-contact__title {
    padding: 16px 0;
  }
  .m-panel-information__containerButton :where(.m-button) {
    width: 100%;
  }
  .m-panel-information__foot :where(.m-panel-download__description) {
    text-align: center;
  }
  .m-panel-information__foot :where(.m-button) {
    width: 100%;
  }
  .m-table--columnSP
    :where(
      .m-table__table,
      .m-table__head,
      .m-table__body,
      .m-table__row,
      .m-table__cell
    ) {
    display: block;
    width: 100%;
  }
  .m-table--scrollSP {
    overflow: auto;
  }
  .m-table--scrollSP :where(.m-table__table) {
    width: 767px;
  }
  .u-top-content__text[class] {
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: center;
  }
  .m-widget-tabPanel__list {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }
  .m-widget-tabPanel__link {
    align-items: center;
    background-color: var(--local-background);
    border: 1px solid var(--local-outline);
    color: var(--local-foreground);
    display: flex;
    font-size: var(--FONT_SIZE);
    justify-content: center;
    padding: 16px 24px;
  }
}

#breadcrumb {
  display: none;
}

.article-header,
.article-footer {
  display: none;
}

.article ul {
  padding: 0 !important;
}

.entry-content,
.article {
  margin: 0;
}

.entry-content > * {
  margin: 0;
}

.article h2 {
  background-color: initial;
  padding: 0;
  margin-bottom: 0;
}

.article h3 {
  margin-bottom: 0;
  border: 0;
  padding: 0;
  font-size: 2.4rem;

  @media (min-width: 768px) {
    font-size: 2.6rem;
  }
}

.m-panel__content-title,
.m-list-news__item-text,
.m-card__content-name,
.m-card__content-text,
.m-text__item,
.u-top-content__text-text,
.m-panel-contact__description-text,
.m-panel-contact__list,
.m-panel-contact__note {
  margin-bottom: 0 !important;
}

.m-panel__image-image {
  width: 100%;
}

.article ul li,
.article ol li {
  margin: 0;
}

.m-heading-type1__title[class] {
  font-size: 3.6rem;

  @media (min-width: 768px) {
    font-size: 4.6rem;
  }
}

.m-form {
  max-width: 900px;
  margin: 64px auto 0;
}

.m-form__item > p {
  margin-bottom: 0 !important;
}

.m-form__item {
  margin-bottom: 40px;
}

.m-form__label {
  display: block;
  margin-bottom: 8px;
  font-size: 20px;
}

.m-form__required {
  color: #fff;
  margin-right: 16px;
  font-size: 14px;
  background-color: #af0808;
  border-radius: 100vh;
  padding: 4px 16px;
}

.m-form__required--any {
  background-color: #ccc;
}

.m-form__input-field {
  width: 100%;
  padding: 8px;
  border: 1px solid var(--COLOR_OUTLINE_LIGHT);
  border-radius: 6px;
}

.m-form__button {
  text-align: center;
  margin-top: 32px;
}

.l-header-sp-buttons {
  display: flex;
  align-items: center;
  gap: 16px;
  z-index: 100;
}

.l-header-contact-sp {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  background-color: #656550;
  border-radius: 100vh;
  font-size: 1.5rem;
  color: #fff;
  text-decoration: none;
  font-family: "Zen Old Mincho", serif;

  &.is-hidden {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .l-header-sp-buttons {
    display: none;
  }

  .l-header-contact-sp {
    display: none;
  }
}

.m-button-list--responsive {
  margin: 2rem 0;
}

.m-button-list--responsive .m-button-list__inner {
  display: grid;
  gap: 1rem;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

/* PC表示 */
@media (min-width: 768px) {
  .m-button-list--responsive .m-button-list__inner {
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
  }

  .m-button-list--responsive .m-button-list__item {
    text-align: center;
  }

  .m-button-list--responsive .m-button-list__item--prev {
    display: grid;
    justify-content: end;
  }

  .m-button-list--responsive .m-button-list__item--next {
    display: grid;
    justify-content: start;
  }
}

/* SP表示 */
@media (max-width: 767px) {
  .m-button-list--responsive .m-button-list__inner {
    grid-template-areas:
      "prev next"
      "archive archive";
  }

  .m-button-list--responsive .m-button-list__item--prev {
    grid-area: prev;
  }

  .m-button-list--responsive .m-button-list__item--next {
    grid-area: next;
  }

  .m-button-list--responsive .m-button-list__item--prev > a,
  .m-button-list--responsive .m-button-list__item--next > a {
    font-size: 1.4rem;
    padding: 16px 24px;
    min-width: auto;
  }

  .m-button-list--responsive .m-button-list__item--archive {
    grid-area: archive;
  }
}

/* ボタンの幅を100%に */
.m-button-list--responsive .m-button {
  width: 100%;
}

/* テーブルのベーススタイル */
.m-table {
  margin-top: 32px;
}

.m-table__table {
  border-collapse: collapse;
  border-top: 1px solid #ccc;
  table-layout: fixed;
  width: 100%;
}

.m-table__cell {
  border-bottom: 1px solid #333;
  padding: 16px;
  font-size: 1.6rem;
}

.m-table__head {
  text-align: left;
  vertical-align: top;
}

.m-heading-type3--company {
  font-size: 2.8rem !important;
}

.l-mv__content-link--right::after {
  transform: rotate(-45deg);
}

.l-mv__content-link--right:hover:after {
  transform: rotate(-45deg) translate(2px, 2px);
}

/* SPでの縦積み表示 */
@media screen and (max-width: 767px) {
  .m-table--columnSP .m-table__table,
  .m-table--columnSP .m-table__head,
  .m-table--columnSP .m-table__body,
  .m-table--columnSP .m-table__row,
  .m-table--columnSP .m-table__cell {
    display: block;
    width: 100%;
  }

  .m-table__cell {
    padding: 0 0 24px;
  }

  .m-table__head {
    padding: 24px 0 0;
  }

  .m-table__row {
    border-bottom: 1px solid #ccc;
  }
}

/* PCでのスタイル */
@media screen and (min-width: 768px) {
  .m-table {
    margin-top: 40px;
  }

  .m-table__cell {
    padding: 24px 40px 24px 0;
    border-bottom: 1px solid #ccc;
  }

  .m-table__row {
    border-bottom: 1px solid #ccc;
  }

  .m-heading-type3--company {
    font-size: 3.4rem !important;
  }

  .m-media--company {
    width: 410px;
  }
}