@charset "UTF-8";
/* ==========================================================================
   GLOBAL SCSS: theme/assets/scss/global.scss
   ========================================================================== */
/* 1. 抽象化された設定・関数・ミックスイン */
:root {
  --wp--preset--spacing--xs: 4px;
  --wp--preset--spacing--s: 8px;
  --wp--preset--spacing--m: 16px;
  --wp--preset--spacing--l: 32px;
  --wp--preset--spacing--xl: 64px;
}

html {
  scroll-behavior: smooth;
}

/* 2. 基本スタイル */
html {
  scrollbar-gutter: stable;
}

.wp-block-post-content {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-block-end: 0 !important;
  margin-block-start: 0 !important;
}

.wp-site-blocks {
  padding-left: var(--wp--style--root--padding-left);
  padding-right: var(--wp--style--root--padding-right);
  padding-top: var(--wp--style--root--padding-top);
  padding-bottom: var(--wp--style--root--padding-bottom);
}

/* 全幅のはみ出し補正（root padding aware） */
.wp-site-blocks .alignfull {
  margin-left: calc(-1 * var(--wp--style--root--padding-left));
  margin-right: calc(-1 * var(--wp--style--root--padding-right));
}

.wp-site-blocks > * {
  margin-block-start: 0;
}

.u-m-auto {
  margin: auto !important;
}

.u-mt-auto {
  margin-top: auto !important;
}

.u-mr-auto {
  margin-right: auto !important;
}

.u-mb-auto {
  margin-bottom: auto !important;
}

.u-ml-auto {
  margin-left: auto !important;
}

.u-my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.u-mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.u-m-0 {
  margin: 0 !important;
}

.u-mt-0 {
  margin-top: 0 !important;
}

.u-mr-0 {
  margin-right: 0 !important;
}

.u-mb-0 {
  margin-bottom: 0 !important;
}

.u-ml-0 {
  margin-left: 0 !important;
}

.u-my-0 {
  margin-top: 0;
  margin-bottom: 0 !important;
}

.u-mx-0 {
  margin-left: 0;
  margin-right: 0 !important;
}

.u-p-0 {
  padding: 0 !important;
}

.u-pt-0 {
  padding-top: 0 !important;
}

.u-pr-0 {
  padding-right: 0 !important;
}

.u-pb-0 {
  padding-bottom: 0 !important;
}

.u-pl-0 {
  padding-left: 0 !important;
}

.u-py-0 {
  padding-top: 0;
  padding-bottom: 0 !important;
}

.u-px-0 {
  padding-left: 0;
  padding-right: 0 !important;
}

.u-m-10 {
  margin: 10px !important;
}

.u-mt-10 {
  margin-top: 10px !important;
}

.u-mr-10 {
  margin-right: 10px !important;
}

.u-mb-10 {
  margin-bottom: 10px !important;
}

.u-ml-10 {
  margin-left: 10px !important;
}

.u-my-10 {
  margin-top: 10px;
  margin-bottom: 10px !important;
}

.u-mx-10 {
  margin-left: 10px;
  margin-right: 10px !important;
}

.u-p-10 {
  padding: 10px !important;
}

.u-pt-10 {
  padding-top: 10px !important;
}

.u-pr-10 {
  padding-right: 10px !important;
}

.u-pb-10 {
  padding-bottom: 10px !important;
}

.u-pl-10 {
  padding-left: 10px !important;
}

.u-py-10 {
  padding-top: 10px;
  padding-bottom: 10px !important;
}

.u-px-10 {
  padding-left: 10px;
  padding-right: 10px !important;
}

.u-m-20 {
  margin: 20px !important;
}

.u-mt-20 {
  margin-top: 20px !important;
}

.u-mr-20 {
  margin-right: 20px !important;
}

.u-mb-20 {
  margin-bottom: 20px !important;
}

.u-ml-20 {
  margin-left: 20px !important;
}

.u-my-20 {
  margin-top: 20px;
  margin-bottom: 20px !important;
}

.u-mx-20 {
  margin-left: 20px;
  margin-right: 20px !important;
}

.u-p-20 {
  padding: 20px !important;
}

.u-pt-20 {
  padding-top: 20px !important;
}

.u-pr-20 {
  padding-right: 20px !important;
}

.u-pb-20 {
  padding-bottom: 20px !important;
}

.u-pl-20 {
  padding-left: 20px !important;
}

.u-py-20 {
  padding-top: 20px;
  padding-bottom: 20px !important;
}

.u-px-20 {
  padding-left: 20px;
  padding-right: 20px !important;
}

.u-m-30 {
  margin: 30px !important;
}

.u-mt-30 {
  margin-top: 30px !important;
}

.u-mr-30 {
  margin-right: 30px !important;
}

.u-mb-30 {
  margin-bottom: 30px !important;
}

.u-ml-30 {
  margin-left: 30px !important;
}

.u-my-30 {
  margin-top: 30px;
  margin-bottom: 30px !important;
}

.u-mx-30 {
  margin-left: 30px;
  margin-right: 30px !important;
}

.u-p-30 {
  padding: 30px !important;
}

.u-pt-30 {
  padding-top: 30px !important;
}

.u-pr-30 {
  padding-right: 30px !important;
}

.u-pb-30 {
  padding-bottom: 30px !important;
}

.u-pl-30 {
  padding-left: 30px !important;
}

.u-py-30 {
  padding-top: 30px;
  padding-bottom: 30px !important;
}

.u-px-30 {
  padding-left: 30px;
  padding-right: 30px !important;
}

.u-m-40 {
  margin: 40px !important;
}

.u-mt-40 {
  margin-top: 40px !important;
}

.u-mr-40 {
  margin-right: 40px !important;
}

.u-mb-40 {
  margin-bottom: 40px !important;
}

.u-ml-40 {
  margin-left: 40px !important;
}

.u-my-40 {
  margin-top: 40px;
  margin-bottom: 40px !important;
}

.u-mx-40 {
  margin-left: 40px;
  margin-right: 40px !important;
}

.u-p-40 {
  padding: 40px !important;
}

.u-pt-40 {
  padding-top: 40px !important;
}

.u-pr-40 {
  padding-right: 40px !important;
}

.u-pb-40 {
  padding-bottom: 40px !important;
}

.u-pl-40 {
  padding-left: 40px !important;
}

.u-py-40 {
  padding-top: 40px;
  padding-bottom: 40px !important;
}

.u-px-40 {
  padding-left: 40px;
  padding-right: 40px !important;
}

.u-m-50 {
  margin: 50px !important;
}

.u-mt-50 {
  margin-top: 50px !important;
}

.u-mr-50 {
  margin-right: 50px !important;
}

.u-mb-50 {
  margin-bottom: 50px !important;
}

.u-ml-50 {
  margin-left: 50px !important;
}

.u-my-50 {
  margin-top: 50px;
  margin-bottom: 50px !important;
}

.u-mx-50 {
  margin-left: 50px;
  margin-right: 50px !important;
}

.u-p-50 {
  padding: 50px !important;
}

.u-pt-50 {
  padding-top: 50px !important;
}

.u-pr-50 {
  padding-right: 50px !important;
}

.u-pb-50 {
  padding-bottom: 50px !important;
}

.u-pl-50 {
  padding-left: 50px !important;
}

.u-py-50 {
  padding-top: 50px;
  padding-bottom: 50px !important;
}

.u-px-50 {
  padding-left: 50px;
  padding-right: 50px !important;
}

.u-m-60 {
  margin: 60px !important;
}

.u-mt-60 {
  margin-top: 60px !important;
}

.u-mr-60 {
  margin-right: 60px !important;
}

.u-mb-60 {
  margin-bottom: 60px !important;
}

.u-ml-60 {
  margin-left: 60px !important;
}

.u-my-60 {
  margin-top: 60px;
  margin-bottom: 60px !important;
}

.u-mx-60 {
  margin-left: 60px;
  margin-right: 60px !important;
}

.u-p-60 {
  padding: 60px !important;
}

.u-pt-60 {
  padding-top: 60px !important;
}

.u-pr-60 {
  padding-right: 60px !important;
}

.u-pb-60 {
  padding-bottom: 60px !important;
}

.u-pl-60 {
  padding-left: 60px !important;
}

.u-py-60 {
  padding-top: 60px;
  padding-bottom: 60px !important;
}

.u-px-60 {
  padding-left: 60px;
  padding-right: 60px !important;
}

.u-m-70 {
  margin: 70px !important;
}

.u-mt-70 {
  margin-top: 70px !important;
}

.u-mr-70 {
  margin-right: 70px !important;
}

.u-mb-70 {
  margin-bottom: 70px !important;
}

.u-ml-70 {
  margin-left: 70px !important;
}

.u-my-70 {
  margin-top: 70px;
  margin-bottom: 70px !important;
}

.u-mx-70 {
  margin-left: 70px;
  margin-right: 70px !important;
}

.u-p-70 {
  padding: 70px !important;
}

.u-pt-70 {
  padding-top: 70px !important;
}

.u-pr-70 {
  padding-right: 70px !important;
}

.u-pb-70 {
  padding-bottom: 70px !important;
}

.u-pl-70 {
  padding-left: 70px !important;
}

.u-py-70 {
  padding-top: 70px;
  padding-bottom: 70px !important;
}

.u-px-70 {
  padding-left: 70px;
  padding-right: 70px !important;
}

.u-m-80 {
  margin: 80px !important;
}

.u-mt-80 {
  margin-top: 80px !important;
}

.u-mr-80 {
  margin-right: 80px !important;
}

.u-mb-80 {
  margin-bottom: 80px !important;
}

.u-ml-80 {
  margin-left: 80px !important;
}

.u-my-80 {
  margin-top: 80px;
  margin-bottom: 80px !important;
}

.u-mx-80 {
  margin-left: 80px;
  margin-right: 80px !important;
}

.u-p-80 {
  padding: 80px !important;
}

.u-pt-80 {
  padding-top: 80px !important;
}

.u-pr-80 {
  padding-right: 80px !important;
}

.u-pb-80 {
  padding-bottom: 80px !important;
}

.u-pl-80 {
  padding-left: 80px !important;
}

.u-py-80 {
  padding-top: 80px;
  padding-bottom: 80px !important;
}

.u-px-80 {
  padding-left: 80px;
  padding-right: 80px !important;
}

.u-m-90 {
  margin: 90px !important;
}

.u-mt-90 {
  margin-top: 90px !important;
}

.u-mr-90 {
  margin-right: 90px !important;
}

.u-mb-90 {
  margin-bottom: 90px !important;
}

.u-ml-90 {
  margin-left: 90px !important;
}

.u-my-90 {
  margin-top: 90px;
  margin-bottom: 90px !important;
}

.u-mx-90 {
  margin-left: 90px;
  margin-right: 90px !important;
}

.u-p-90 {
  padding: 90px !important;
}

.u-pt-90 {
  padding-top: 90px !important;
}

.u-pr-90 {
  padding-right: 90px !important;
}

.u-pb-90 {
  padding-bottom: 90px !important;
}

.u-pl-90 {
  padding-left: 90px !important;
}

.u-py-90 {
  padding-top: 90px;
  padding-bottom: 90px !important;
}

.u-px-90 {
  padding-left: 90px;
  padding-right: 90px !important;
}

.u-m-100 {
  margin: 100px !important;
}

.u-mt-100 {
  margin-top: 100px !important;
}

.u-mr-100 {
  margin-right: 100px !important;
}

.u-mb-100 {
  margin-bottom: 100px !important;
}

.u-ml-100 {
  margin-left: 100px !important;
}

.u-my-100 {
  margin-top: 100px;
  margin-bottom: 100px !important;
}

.u-mx-100 {
  margin-left: 100px;
  margin-right: 100px !important;
}

.u-p-100 {
  padding: 100px !important;
}

.u-pt-100 {
  padding-top: 100px !important;
}

.u-pr-100 {
  padding-right: 100px !important;
}

.u-pb-100 {
  padding-bottom: 100px !important;
}

.u-pl-100 {
  padding-left: 100px !important;
}

.u-py-100 {
  padding-top: 100px;
  padding-bottom: 100px !important;
}

.u-px-100 {
  padding-left: 100px;
  padding-right: 100px !important;
}

.u-m-120 {
  margin: 120px !important;
}

.u-mt-120 {
  margin-top: 120px !important;
}

.u-mr-120 {
  margin-right: 120px !important;
}

.u-mb-120 {
  margin-bottom: 120px !important;
}

.u-ml-120 {
  margin-left: 120px !important;
}

.u-my-120 {
  margin-top: 120px;
  margin-bottom: 120px !important;
}

.u-mx-120 {
  margin-left: 120px;
  margin-right: 120px !important;
}

.u-p-120 {
  padding: 120px !important;
}

.u-pt-120 {
  padding-top: 120px !important;
}

.u-pr-120 {
  padding-right: 120px !important;
}

.u-pb-120 {
  padding-bottom: 120px !important;
}

.u-pl-120 {
  padding-left: 120px !important;
}

.u-py-120 {
  padding-top: 120px;
  padding-bottom: 120px !important;
}

.u-px-120 {
  padding-left: 120px;
  padding-right: 120px !important;
}

.u-m-130 {
  margin: 130px !important;
}

.u-mt-130 {
  margin-top: 130px !important;
}

.u-mr-130 {
  margin-right: 130px !important;
}

.u-mb-130 {
  margin-bottom: 130px !important;
}

.u-ml-130 {
  margin-left: 130px !important;
}

.u-my-130 {
  margin-top: 130px;
  margin-bottom: 130px !important;
}

.u-mx-130 {
  margin-left: 130px;
  margin-right: 130px !important;
}

.u-p-130 {
  padding: 130px !important;
}

.u-pt-130 {
  padding-top: 130px !important;
}

.u-pr-130 {
  padding-right: 130px !important;
}

.u-pb-130 {
  padding-bottom: 130px !important;
}

.u-pl-130 {
  padding-left: 130px !important;
}

.u-py-130 {
  padding-top: 130px;
  padding-bottom: 130px !important;
}

.u-px-130 {
  padding-left: 130px;
  padding-right: 130px !important;
}

.u-m-140 {
  margin: 140px !important;
}

.u-mt-140 {
  margin-top: 140px !important;
}

.u-mr-140 {
  margin-right: 140px !important;
}

.u-mb-140 {
  margin-bottom: 140px !important;
}

.u-ml-140 {
  margin-left: 140px !important;
}

.u-my-140 {
  margin-top: 140px;
  margin-bottom: 140px !important;
}

.u-mx-140 {
  margin-left: 140px;
  margin-right: 140px !important;
}

.u-p-140 {
  padding: 140px !important;
}

.u-pt-140 {
  padding-top: 140px !important;
}

.u-pr-140 {
  padding-right: 140px !important;
}

.u-pb-140 {
  padding-bottom: 140px !important;
}

.u-pl-140 {
  padding-left: 140px !important;
}

.u-py-140 {
  padding-top: 140px;
  padding-bottom: 140px !important;
}

.u-px-140 {
  padding-left: 140px;
  padding-right: 140px !important;
}

.u-m-150 {
  margin: 150px !important;
}

.u-mt-150 {
  margin-top: 150px !important;
}

.u-mr-150 {
  margin-right: 150px !important;
}

.u-mb-150 {
  margin-bottom: 150px !important;
}

.u-ml-150 {
  margin-left: 150px !important;
}

.u-my-150 {
  margin-top: 150px;
  margin-bottom: 150px !important;
}

.u-mx-150 {
  margin-left: 150px;
  margin-right: 150px !important;
}

.u-p-150 {
  padding: 150px !important;
}

.u-pt-150 {
  padding-top: 150px !important;
}

.u-pr-150 {
  padding-right: 150px !important;
}

.u-pb-150 {
  padding-bottom: 150px !important;
}

.u-pl-150 {
  padding-left: 150px !important;
}

.u-py-150 {
  padding-top: 150px;
  padding-bottom: 150px !important;
}

.u-px-150 {
  padding-left: 150px;
  padding-right: 150px !important;
}

.u-m-160 {
  margin: 160px !important;
}

.u-mt-160 {
  margin-top: 160px !important;
}

.u-mr-160 {
  margin-right: 160px !important;
}

.u-mb-160 {
  margin-bottom: 160px !important;
}

.u-ml-160 {
  margin-left: 160px !important;
}

.u-my-160 {
  margin-top: 160px;
  margin-bottom: 160px !important;
}

.u-mx-160 {
  margin-left: 160px;
  margin-right: 160px !important;
}

.u-p-160 {
  padding: 160px !important;
}

.u-pt-160 {
  padding-top: 160px !important;
}

.u-pr-160 {
  padding-right: 160px !important;
}

.u-pb-160 {
  padding-bottom: 160px !important;
}

.u-pl-160 {
  padding-left: 160px !important;
}

.u-py-160 {
  padding-top: 160px;
  padding-bottom: 160px !important;
}

.u-px-160 {
  padding-left: 160px;
  padding-right: 160px !important;
}

.u-m-170 {
  margin: 170px !important;
}

.u-mt-170 {
  margin-top: 170px !important;
}

.u-mr-170 {
  margin-right: 170px !important;
}

.u-mb-170 {
  margin-bottom: 170px !important;
}

.u-ml-170 {
  margin-left: 170px !important;
}

.u-my-170 {
  margin-top: 170px;
  margin-bottom: 170px !important;
}

.u-mx-170 {
  margin-left: 170px;
  margin-right: 170px !important;
}

.u-p-170 {
  padding: 170px !important;
}

.u-pt-170 {
  padding-top: 170px !important;
}

.u-pr-170 {
  padding-right: 170px !important;
}

.u-pb-170 {
  padding-bottom: 170px !important;
}

.u-pl-170 {
  padding-left: 170px !important;
}

.u-py-170 {
  padding-top: 170px;
  padding-bottom: 170px !important;
}

.u-px-170 {
  padding-left: 170px;
  padding-right: 170px !important;
}

.u-m-180 {
  margin: 180px !important;
}

.u-mt-180 {
  margin-top: 180px !important;
}

.u-mr-180 {
  margin-right: 180px !important;
}

.u-mb-180 {
  margin-bottom: 180px !important;
}

.u-ml-180 {
  margin-left: 180px !important;
}

.u-my-180 {
  margin-top: 180px;
  margin-bottom: 180px !important;
}

.u-mx-180 {
  margin-left: 180px;
  margin-right: 180px !important;
}

.u-p-180 {
  padding: 180px !important;
}

.u-pt-180 {
  padding-top: 180px !important;
}

.u-pr-180 {
  padding-right: 180px !important;
}

.u-pb-180 {
  padding-bottom: 180px !important;
}

.u-pl-180 {
  padding-left: 180px !important;
}

.u-py-180 {
  padding-top: 180px;
  padding-bottom: 180px !important;
}

.u-px-180 {
  padding-left: 180px;
  padding-right: 180px !important;
}

.u-m-190 {
  margin: 190px !important;
}

.u-mt-190 {
  margin-top: 190px !important;
}

.u-mr-190 {
  margin-right: 190px !important;
}

.u-mb-190 {
  margin-bottom: 190px !important;
}

.u-ml-190 {
  margin-left: 190px !important;
}

.u-my-190 {
  margin-top: 190px;
  margin-bottom: 190px !important;
}

.u-mx-190 {
  margin-left: 190px;
  margin-right: 190px !important;
}

.u-p-190 {
  padding: 190px !important;
}

.u-pt-190 {
  padding-top: 190px !important;
}

.u-pr-190 {
  padding-right: 190px !important;
}

.u-pb-190 {
  padding-bottom: 190px !important;
}

.u-pl-190 {
  padding-left: 190px !important;
}

.u-py-190 {
  padding-top: 190px;
  padding-bottom: 190px !important;
}

.u-px-190 {
  padding-left: 190px;
  padding-right: 190px !important;
}

.u-m-200 {
  margin: 200px !important;
}

.u-mt-200 {
  margin-top: 200px !important;
}

.u-mr-200 {
  margin-right: 200px !important;
}

.u-mb-200 {
  margin-bottom: 200px !important;
}

.u-ml-200 {
  margin-left: 200px !important;
}

.u-my-200 {
  margin-top: 200px;
  margin-bottom: 200px !important;
}

.u-mx-200 {
  margin-left: 200px;
  margin-right: 200px !important;
}

.u-p-200 {
  padding: 200px !important;
}

.u-pt-200 {
  padding-top: 200px !important;
}

.u-pr-200 {
  padding-right: 200px !important;
}

.u-pb-200 {
  padding-bottom: 200px !important;
}

.u-pl-200 {
  padding-left: 200px !important;
}

.u-py-200 {
  padding-top: 200px;
  padding-bottom: 200px !important;
}

.u-px-200 {
  padding-left: 200px;
  padding-right: 200px !important;
}

@media (min-width: 576px) {
  .u-sm-m-0 {
    margin: 0 !important;
  }
  .u-sm-mt-0 {
    margin-top: 0 !important;
  }
  .u-sm-mr-0 {
    margin-right: 0 !important;
  }
  .u-sm-mb-0 {
    margin-bottom: 0 !important;
  }
  .u-sm-ml-0 {
    margin-left: 0 !important;
  }
  .u-sm-my-0 {
    margin-top: 0;
    margin-bottom: 0 !important;
  }
  .u-sm-mx-0 {
    margin-left: 0;
    margin-right: 0 !important;
  }
  .u-sm-p-0 {
    padding: 0 !important;
  }
  .u-sm-pt-0 {
    padding-top: 0 !important;
  }
  .u-sm-pr-0 {
    padding-right: 0 !important;
  }
  .u-sm-pb-0 {
    padding-bottom: 0 !important;
  }
  .u-sm-pl-0 {
    padding-left: 0 !important;
  }
  .u-sm-py-0 {
    padding-top: 0;
    padding-bottom: 0 !important;
  }
  .u-sm-px-0 {
    padding-left: 0;
    padding-right: 0 !important;
  }
  .u-sm-m-10 {
    margin: 10px !important;
  }
  .u-sm-mt-10 {
    margin-top: 10px !important;
  }
  .u-sm-mr-10 {
    margin-right: 10px !important;
  }
  .u-sm-mb-10 {
    margin-bottom: 10px !important;
  }
  .u-sm-ml-10 {
    margin-left: 10px !important;
  }
  .u-sm-my-10 {
    margin-top: 10px;
    margin-bottom: 10px !important;
  }
  .u-sm-mx-10 {
    margin-left: 10px;
    margin-right: 10px !important;
  }
  .u-sm-p-10 {
    padding: 10px !important;
  }
  .u-sm-pt-10 {
    padding-top: 10px !important;
  }
  .u-sm-pr-10 {
    padding-right: 10px !important;
  }
  .u-sm-pb-10 {
    padding-bottom: 10px !important;
  }
  .u-sm-pl-10 {
    padding-left: 10px !important;
  }
  .u-sm-py-10 {
    padding-top: 10px;
    padding-bottom: 10px !important;
  }
  .u-sm-px-10 {
    padding-left: 10px;
    padding-right: 10px !important;
  }
  .u-sm-m-20 {
    margin: 20px !important;
  }
  .u-sm-mt-20 {
    margin-top: 20px !important;
  }
  .u-sm-mr-20 {
    margin-right: 20px !important;
  }
  .u-sm-mb-20 {
    margin-bottom: 20px !important;
  }
  .u-sm-ml-20 {
    margin-left: 20px !important;
  }
  .u-sm-my-20 {
    margin-top: 20px;
    margin-bottom: 20px !important;
  }
  .u-sm-mx-20 {
    margin-left: 20px;
    margin-right: 20px !important;
  }
  .u-sm-p-20 {
    padding: 20px !important;
  }
  .u-sm-pt-20 {
    padding-top: 20px !important;
  }
  .u-sm-pr-20 {
    padding-right: 20px !important;
  }
  .u-sm-pb-20 {
    padding-bottom: 20px !important;
  }
  .u-sm-pl-20 {
    padding-left: 20px !important;
  }
  .u-sm-py-20 {
    padding-top: 20px;
    padding-bottom: 20px !important;
  }
  .u-sm-px-20 {
    padding-left: 20px;
    padding-right: 20px !important;
  }
  .u-sm-m-30 {
    margin: 30px !important;
  }
  .u-sm-mt-30 {
    margin-top: 30px !important;
  }
  .u-sm-mr-30 {
    margin-right: 30px !important;
  }
  .u-sm-mb-30 {
    margin-bottom: 30px !important;
  }
  .u-sm-ml-30 {
    margin-left: 30px !important;
  }
  .u-sm-my-30 {
    margin-top: 30px;
    margin-bottom: 30px !important;
  }
  .u-sm-mx-30 {
    margin-left: 30px;
    margin-right: 30px !important;
  }
  .u-sm-p-30 {
    padding: 30px !important;
  }
  .u-sm-pt-30 {
    padding-top: 30px !important;
  }
  .u-sm-pr-30 {
    padding-right: 30px !important;
  }
  .u-sm-pb-30 {
    padding-bottom: 30px !important;
  }
  .u-sm-pl-30 {
    padding-left: 30px !important;
  }
  .u-sm-py-30 {
    padding-top: 30px;
    padding-bottom: 30px !important;
  }
  .u-sm-px-30 {
    padding-left: 30px;
    padding-right: 30px !important;
  }
  .u-sm-m-40 {
    margin: 40px !important;
  }
  .u-sm-mt-40 {
    margin-top: 40px !important;
  }
  .u-sm-mr-40 {
    margin-right: 40px !important;
  }
  .u-sm-mb-40 {
    margin-bottom: 40px !important;
  }
  .u-sm-ml-40 {
    margin-left: 40px !important;
  }
  .u-sm-my-40 {
    margin-top: 40px;
    margin-bottom: 40px !important;
  }
  .u-sm-mx-40 {
    margin-left: 40px;
    margin-right: 40px !important;
  }
  .u-sm-p-40 {
    padding: 40px !important;
  }
  .u-sm-pt-40 {
    padding-top: 40px !important;
  }
  .u-sm-pr-40 {
    padding-right: 40px !important;
  }
  .u-sm-pb-40 {
    padding-bottom: 40px !important;
  }
  .u-sm-pl-40 {
    padding-left: 40px !important;
  }
  .u-sm-py-40 {
    padding-top: 40px;
    padding-bottom: 40px !important;
  }
  .u-sm-px-40 {
    padding-left: 40px;
    padding-right: 40px !important;
  }
  .u-sm-m-50 {
    margin: 50px !important;
  }
  .u-sm-mt-50 {
    margin-top: 50px !important;
  }
  .u-sm-mr-50 {
    margin-right: 50px !important;
  }
  .u-sm-mb-50 {
    margin-bottom: 50px !important;
  }
  .u-sm-ml-50 {
    margin-left: 50px !important;
  }
  .u-sm-my-50 {
    margin-top: 50px;
    margin-bottom: 50px !important;
  }
  .u-sm-mx-50 {
    margin-left: 50px;
    margin-right: 50px !important;
  }
  .u-sm-p-50 {
    padding: 50px !important;
  }
  .u-sm-pt-50 {
    padding-top: 50px !important;
  }
  .u-sm-pr-50 {
    padding-right: 50px !important;
  }
  .u-sm-pb-50 {
    padding-bottom: 50px !important;
  }
  .u-sm-pl-50 {
    padding-left: 50px !important;
  }
  .u-sm-py-50 {
    padding-top: 50px;
    padding-bottom: 50px !important;
  }
  .u-sm-px-50 {
    padding-left: 50px;
    padding-right: 50px !important;
  }
  .u-sm-m-60 {
    margin: 60px !important;
  }
  .u-sm-mt-60 {
    margin-top: 60px !important;
  }
  .u-sm-mr-60 {
    margin-right: 60px !important;
  }
  .u-sm-mb-60 {
    margin-bottom: 60px !important;
  }
  .u-sm-ml-60 {
    margin-left: 60px !important;
  }
  .u-sm-my-60 {
    margin-top: 60px;
    margin-bottom: 60px !important;
  }
  .u-sm-mx-60 {
    margin-left: 60px;
    margin-right: 60px !important;
  }
  .u-sm-p-60 {
    padding: 60px !important;
  }
  .u-sm-pt-60 {
    padding-top: 60px !important;
  }
  .u-sm-pr-60 {
    padding-right: 60px !important;
  }
  .u-sm-pb-60 {
    padding-bottom: 60px !important;
  }
  .u-sm-pl-60 {
    padding-left: 60px !important;
  }
  .u-sm-py-60 {
    padding-top: 60px;
    padding-bottom: 60px !important;
  }
  .u-sm-px-60 {
    padding-left: 60px;
    padding-right: 60px !important;
  }
  .u-sm-m-70 {
    margin: 70px !important;
  }
  .u-sm-mt-70 {
    margin-top: 70px !important;
  }
  .u-sm-mr-70 {
    margin-right: 70px !important;
  }
  .u-sm-mb-70 {
    margin-bottom: 70px !important;
  }
  .u-sm-ml-70 {
    margin-left: 70px !important;
  }
  .u-sm-my-70 {
    margin-top: 70px;
    margin-bottom: 70px !important;
  }
  .u-sm-mx-70 {
    margin-left: 70px;
    margin-right: 70px !important;
  }
  .u-sm-p-70 {
    padding: 70px !important;
  }
  .u-sm-pt-70 {
    padding-top: 70px !important;
  }
  .u-sm-pr-70 {
    padding-right: 70px !important;
  }
  .u-sm-pb-70 {
    padding-bottom: 70px !important;
  }
  .u-sm-pl-70 {
    padding-left: 70px !important;
  }
  .u-sm-py-70 {
    padding-top: 70px;
    padding-bottom: 70px !important;
  }
  .u-sm-px-70 {
    padding-left: 70px;
    padding-right: 70px !important;
  }
  .u-sm-m-80 {
    margin: 80px !important;
  }
  .u-sm-mt-80 {
    margin-top: 80px !important;
  }
  .u-sm-mr-80 {
    margin-right: 80px !important;
  }
  .u-sm-mb-80 {
    margin-bottom: 80px !important;
  }
  .u-sm-ml-80 {
    margin-left: 80px !important;
  }
  .u-sm-my-80 {
    margin-top: 80px;
    margin-bottom: 80px !important;
  }
  .u-sm-mx-80 {
    margin-left: 80px;
    margin-right: 80px !important;
  }
  .u-sm-p-80 {
    padding: 80px !important;
  }
  .u-sm-pt-80 {
    padding-top: 80px !important;
  }
  .u-sm-pr-80 {
    padding-right: 80px !important;
  }
  .u-sm-pb-80 {
    padding-bottom: 80px !important;
  }
  .u-sm-pl-80 {
    padding-left: 80px !important;
  }
  .u-sm-py-80 {
    padding-top: 80px;
    padding-bottom: 80px !important;
  }
  .u-sm-px-80 {
    padding-left: 80px;
    padding-right: 80px !important;
  }
  .u-sm-m-90 {
    margin: 90px !important;
  }
  .u-sm-mt-90 {
    margin-top: 90px !important;
  }
  .u-sm-mr-90 {
    margin-right: 90px !important;
  }
  .u-sm-mb-90 {
    margin-bottom: 90px !important;
  }
  .u-sm-ml-90 {
    margin-left: 90px !important;
  }
  .u-sm-my-90 {
    margin-top: 90px;
    margin-bottom: 90px !important;
  }
  .u-sm-mx-90 {
    margin-left: 90px;
    margin-right: 90px !important;
  }
  .u-sm-p-90 {
    padding: 90px !important;
  }
  .u-sm-pt-90 {
    padding-top: 90px !important;
  }
  .u-sm-pr-90 {
    padding-right: 90px !important;
  }
  .u-sm-pb-90 {
    padding-bottom: 90px !important;
  }
  .u-sm-pl-90 {
    padding-left: 90px !important;
  }
  .u-sm-py-90 {
    padding-top: 90px;
    padding-bottom: 90px !important;
  }
  .u-sm-px-90 {
    padding-left: 90px;
    padding-right: 90px !important;
  }
  .u-sm-m-100 {
    margin: 100px !important;
  }
  .u-sm-mt-100 {
    margin-top: 100px !important;
  }
  .u-sm-mr-100 {
    margin-right: 100px !important;
  }
  .u-sm-mb-100 {
    margin-bottom: 100px !important;
  }
  .u-sm-ml-100 {
    margin-left: 100px !important;
  }
  .u-sm-my-100 {
    margin-top: 100px;
    margin-bottom: 100px !important;
  }
  .u-sm-mx-100 {
    margin-left: 100px;
    margin-right: 100px !important;
  }
  .u-sm-p-100 {
    padding: 100px !important;
  }
  .u-sm-pt-100 {
    padding-top: 100px !important;
  }
  .u-sm-pr-100 {
    padding-right: 100px !important;
  }
  .u-sm-pb-100 {
    padding-bottom: 100px !important;
  }
  .u-sm-pl-100 {
    padding-left: 100px !important;
  }
  .u-sm-py-100 {
    padding-top: 100px;
    padding-bottom: 100px !important;
  }
  .u-sm-px-100 {
    padding-left: 100px;
    padding-right: 100px !important;
  }
  .u-sm-m-120 {
    margin: 120px !important;
  }
  .u-sm-mt-120 {
    margin-top: 120px !important;
  }
  .u-sm-mr-120 {
    margin-right: 120px !important;
  }
  .u-sm-mb-120 {
    margin-bottom: 120px !important;
  }
  .u-sm-ml-120 {
    margin-left: 120px !important;
  }
  .u-sm-my-120 {
    margin-top: 120px;
    margin-bottom: 120px !important;
  }
  .u-sm-mx-120 {
    margin-left: 120px;
    margin-right: 120px !important;
  }
  .u-sm-p-120 {
    padding: 120px !important;
  }
  .u-sm-pt-120 {
    padding-top: 120px !important;
  }
  .u-sm-pr-120 {
    padding-right: 120px !important;
  }
  .u-sm-pb-120 {
    padding-bottom: 120px !important;
  }
  .u-sm-pl-120 {
    padding-left: 120px !important;
  }
  .u-sm-py-120 {
    padding-top: 120px;
    padding-bottom: 120px !important;
  }
  .u-sm-px-120 {
    padding-left: 120px;
    padding-right: 120px !important;
  }
  .u-sm-m-130 {
    margin: 130px !important;
  }
  .u-sm-mt-130 {
    margin-top: 130px !important;
  }
  .u-sm-mr-130 {
    margin-right: 130px !important;
  }
  .u-sm-mb-130 {
    margin-bottom: 130px !important;
  }
  .u-sm-ml-130 {
    margin-left: 130px !important;
  }
  .u-sm-my-130 {
    margin-top: 130px;
    margin-bottom: 130px !important;
  }
  .u-sm-mx-130 {
    margin-left: 130px;
    margin-right: 130px !important;
  }
  .u-sm-p-130 {
    padding: 130px !important;
  }
  .u-sm-pt-130 {
    padding-top: 130px !important;
  }
  .u-sm-pr-130 {
    padding-right: 130px !important;
  }
  .u-sm-pb-130 {
    padding-bottom: 130px !important;
  }
  .u-sm-pl-130 {
    padding-left: 130px !important;
  }
  .u-sm-py-130 {
    padding-top: 130px;
    padding-bottom: 130px !important;
  }
  .u-sm-px-130 {
    padding-left: 130px;
    padding-right: 130px !important;
  }
  .u-sm-m-140 {
    margin: 140px !important;
  }
  .u-sm-mt-140 {
    margin-top: 140px !important;
  }
  .u-sm-mr-140 {
    margin-right: 140px !important;
  }
  .u-sm-mb-140 {
    margin-bottom: 140px !important;
  }
  .u-sm-ml-140 {
    margin-left: 140px !important;
  }
  .u-sm-my-140 {
    margin-top: 140px;
    margin-bottom: 140px !important;
  }
  .u-sm-mx-140 {
    margin-left: 140px;
    margin-right: 140px !important;
  }
  .u-sm-p-140 {
    padding: 140px !important;
  }
  .u-sm-pt-140 {
    padding-top: 140px !important;
  }
  .u-sm-pr-140 {
    padding-right: 140px !important;
  }
  .u-sm-pb-140 {
    padding-bottom: 140px !important;
  }
  .u-sm-pl-140 {
    padding-left: 140px !important;
  }
  .u-sm-py-140 {
    padding-top: 140px;
    padding-bottom: 140px !important;
  }
  .u-sm-px-140 {
    padding-left: 140px;
    padding-right: 140px !important;
  }
  .u-sm-m-150 {
    margin: 150px !important;
  }
  .u-sm-mt-150 {
    margin-top: 150px !important;
  }
  .u-sm-mr-150 {
    margin-right: 150px !important;
  }
  .u-sm-mb-150 {
    margin-bottom: 150px !important;
  }
  .u-sm-ml-150 {
    margin-left: 150px !important;
  }
  .u-sm-my-150 {
    margin-top: 150px;
    margin-bottom: 150px !important;
  }
  .u-sm-mx-150 {
    margin-left: 150px;
    margin-right: 150px !important;
  }
  .u-sm-p-150 {
    padding: 150px !important;
  }
  .u-sm-pt-150 {
    padding-top: 150px !important;
  }
  .u-sm-pr-150 {
    padding-right: 150px !important;
  }
  .u-sm-pb-150 {
    padding-bottom: 150px !important;
  }
  .u-sm-pl-150 {
    padding-left: 150px !important;
  }
  .u-sm-py-150 {
    padding-top: 150px;
    padding-bottom: 150px !important;
  }
  .u-sm-px-150 {
    padding-left: 150px;
    padding-right: 150px !important;
  }
  .u-sm-m-160 {
    margin: 160px !important;
  }
  .u-sm-mt-160 {
    margin-top: 160px !important;
  }
  .u-sm-mr-160 {
    margin-right: 160px !important;
  }
  .u-sm-mb-160 {
    margin-bottom: 160px !important;
  }
  .u-sm-ml-160 {
    margin-left: 160px !important;
  }
  .u-sm-my-160 {
    margin-top: 160px;
    margin-bottom: 160px !important;
  }
  .u-sm-mx-160 {
    margin-left: 160px;
    margin-right: 160px !important;
  }
  .u-sm-p-160 {
    padding: 160px !important;
  }
  .u-sm-pt-160 {
    padding-top: 160px !important;
  }
  .u-sm-pr-160 {
    padding-right: 160px !important;
  }
  .u-sm-pb-160 {
    padding-bottom: 160px !important;
  }
  .u-sm-pl-160 {
    padding-left: 160px !important;
  }
  .u-sm-py-160 {
    padding-top: 160px;
    padding-bottom: 160px !important;
  }
  .u-sm-px-160 {
    padding-left: 160px;
    padding-right: 160px !important;
  }
  .u-sm-m-170 {
    margin: 170px !important;
  }
  .u-sm-mt-170 {
    margin-top: 170px !important;
  }
  .u-sm-mr-170 {
    margin-right: 170px !important;
  }
  .u-sm-mb-170 {
    margin-bottom: 170px !important;
  }
  .u-sm-ml-170 {
    margin-left: 170px !important;
  }
  .u-sm-my-170 {
    margin-top: 170px;
    margin-bottom: 170px !important;
  }
  .u-sm-mx-170 {
    margin-left: 170px;
    margin-right: 170px !important;
  }
  .u-sm-p-170 {
    padding: 170px !important;
  }
  .u-sm-pt-170 {
    padding-top: 170px !important;
  }
  .u-sm-pr-170 {
    padding-right: 170px !important;
  }
  .u-sm-pb-170 {
    padding-bottom: 170px !important;
  }
  .u-sm-pl-170 {
    padding-left: 170px !important;
  }
  .u-sm-py-170 {
    padding-top: 170px;
    padding-bottom: 170px !important;
  }
  .u-sm-px-170 {
    padding-left: 170px;
    padding-right: 170px !important;
  }
  .u-sm-m-180 {
    margin: 180px !important;
  }
  .u-sm-mt-180 {
    margin-top: 180px !important;
  }
  .u-sm-mr-180 {
    margin-right: 180px !important;
  }
  .u-sm-mb-180 {
    margin-bottom: 180px !important;
  }
  .u-sm-ml-180 {
    margin-left: 180px !important;
  }
  .u-sm-my-180 {
    margin-top: 180px;
    margin-bottom: 180px !important;
  }
  .u-sm-mx-180 {
    margin-left: 180px;
    margin-right: 180px !important;
  }
  .u-sm-p-180 {
    padding: 180px !important;
  }
  .u-sm-pt-180 {
    padding-top: 180px !important;
  }
  .u-sm-pr-180 {
    padding-right: 180px !important;
  }
  .u-sm-pb-180 {
    padding-bottom: 180px !important;
  }
  .u-sm-pl-180 {
    padding-left: 180px !important;
  }
  .u-sm-py-180 {
    padding-top: 180px;
    padding-bottom: 180px !important;
  }
  .u-sm-px-180 {
    padding-left: 180px;
    padding-right: 180px !important;
  }
  .u-sm-m-190 {
    margin: 190px !important;
  }
  .u-sm-mt-190 {
    margin-top: 190px !important;
  }
  .u-sm-mr-190 {
    margin-right: 190px !important;
  }
  .u-sm-mb-190 {
    margin-bottom: 190px !important;
  }
  .u-sm-ml-190 {
    margin-left: 190px !important;
  }
  .u-sm-my-190 {
    margin-top: 190px;
    margin-bottom: 190px !important;
  }
  .u-sm-mx-190 {
    margin-left: 190px;
    margin-right: 190px !important;
  }
  .u-sm-p-190 {
    padding: 190px !important;
  }
  .u-sm-pt-190 {
    padding-top: 190px !important;
  }
  .u-sm-pr-190 {
    padding-right: 190px !important;
  }
  .u-sm-pb-190 {
    padding-bottom: 190px !important;
  }
  .u-sm-pl-190 {
    padding-left: 190px !important;
  }
  .u-sm-py-190 {
    padding-top: 190px;
    padding-bottom: 190px !important;
  }
  .u-sm-px-190 {
    padding-left: 190px;
    padding-right: 190px !important;
  }
  .u-sm-m-200 {
    margin: 200px !important;
  }
  .u-sm-mt-200 {
    margin-top: 200px !important;
  }
  .u-sm-mr-200 {
    margin-right: 200px !important;
  }
  .u-sm-mb-200 {
    margin-bottom: 200px !important;
  }
  .u-sm-ml-200 {
    margin-left: 200px !important;
  }
  .u-sm-my-200 {
    margin-top: 200px;
    margin-bottom: 200px !important;
  }
  .u-sm-mx-200 {
    margin-left: 200px;
    margin-right: 200px !important;
  }
  .u-sm-p-200 {
    padding: 200px !important;
  }
  .u-sm-pt-200 {
    padding-top: 200px !important;
  }
  .u-sm-pr-200 {
    padding-right: 200px !important;
  }
  .u-sm-pb-200 {
    padding-bottom: 200px !important;
  }
  .u-sm-pl-200 {
    padding-left: 200px !important;
  }
  .u-sm-py-200 {
    padding-top: 200px;
    padding-bottom: 200px !important;
  }
  .u-sm-px-200 {
    padding-left: 200px;
    padding-right: 200px !important;
  }
}
@media (min-width: 781px) {
  .u-md-m-0 {
    margin: 0 !important;
  }
  .u-md-mt-0 {
    margin-top: 0 !important;
  }
  .u-md-mr-0 {
    margin-right: 0 !important;
  }
  .u-md-mb-0 {
    margin-bottom: 0 !important;
  }
  .u-md-ml-0 {
    margin-left: 0 !important;
  }
  .u-md-my-0 {
    margin-top: 0;
    margin-bottom: 0 !important;
  }
  .u-md-mx-0 {
    margin-left: 0;
    margin-right: 0 !important;
  }
  .u-md-p-0 {
    padding: 0 !important;
  }
  .u-md-pt-0 {
    padding-top: 0 !important;
  }
  .u-md-pr-0 {
    padding-right: 0 !important;
  }
  .u-md-pb-0 {
    padding-bottom: 0 !important;
  }
  .u-md-pl-0 {
    padding-left: 0 !important;
  }
  .u-md-py-0 {
    padding-top: 0;
    padding-bottom: 0 !important;
  }
  .u-md-px-0 {
    padding-left: 0;
    padding-right: 0 !important;
  }
  .u-md-m-10 {
    margin: 10px !important;
  }
  .u-md-mt-10 {
    margin-top: 10px !important;
  }
  .u-md-mr-10 {
    margin-right: 10px !important;
  }
  .u-md-mb-10 {
    margin-bottom: 10px !important;
  }
  .u-md-ml-10 {
    margin-left: 10px !important;
  }
  .u-md-my-10 {
    margin-top: 10px;
    margin-bottom: 10px !important;
  }
  .u-md-mx-10 {
    margin-left: 10px;
    margin-right: 10px !important;
  }
  .u-md-p-10 {
    padding: 10px !important;
  }
  .u-md-pt-10 {
    padding-top: 10px !important;
  }
  .u-md-pr-10 {
    padding-right: 10px !important;
  }
  .u-md-pb-10 {
    padding-bottom: 10px !important;
  }
  .u-md-pl-10 {
    padding-left: 10px !important;
  }
  .u-md-py-10 {
    padding-top: 10px;
    padding-bottom: 10px !important;
  }
  .u-md-px-10 {
    padding-left: 10px;
    padding-right: 10px !important;
  }
  .u-md-m-20 {
    margin: 20px !important;
  }
  .u-md-mt-20 {
    margin-top: 20px !important;
  }
  .u-md-mr-20 {
    margin-right: 20px !important;
  }
  .u-md-mb-20 {
    margin-bottom: 20px !important;
  }
  .u-md-ml-20 {
    margin-left: 20px !important;
  }
  .u-md-my-20 {
    margin-top: 20px;
    margin-bottom: 20px !important;
  }
  .u-md-mx-20 {
    margin-left: 20px;
    margin-right: 20px !important;
  }
  .u-md-p-20 {
    padding: 20px !important;
  }
  .u-md-pt-20 {
    padding-top: 20px !important;
  }
  .u-md-pr-20 {
    padding-right: 20px !important;
  }
  .u-md-pb-20 {
    padding-bottom: 20px !important;
  }
  .u-md-pl-20 {
    padding-left: 20px !important;
  }
  .u-md-py-20 {
    padding-top: 20px;
    padding-bottom: 20px !important;
  }
  .u-md-px-20 {
    padding-left: 20px;
    padding-right: 20px !important;
  }
  .u-md-m-30 {
    margin: 30px !important;
  }
  .u-md-mt-30 {
    margin-top: 30px !important;
  }
  .u-md-mr-30 {
    margin-right: 30px !important;
  }
  .u-md-mb-30 {
    margin-bottom: 30px !important;
  }
  .u-md-ml-30 {
    margin-left: 30px !important;
  }
  .u-md-my-30 {
    margin-top: 30px;
    margin-bottom: 30px !important;
  }
  .u-md-mx-30 {
    margin-left: 30px;
    margin-right: 30px !important;
  }
  .u-md-p-30 {
    padding: 30px !important;
  }
  .u-md-pt-30 {
    padding-top: 30px !important;
  }
  .u-md-pr-30 {
    padding-right: 30px !important;
  }
  .u-md-pb-30 {
    padding-bottom: 30px !important;
  }
  .u-md-pl-30 {
    padding-left: 30px !important;
  }
  .u-md-py-30 {
    padding-top: 30px;
    padding-bottom: 30px !important;
  }
  .u-md-px-30 {
    padding-left: 30px;
    padding-right: 30px !important;
  }
  .u-md-m-40 {
    margin: 40px !important;
  }
  .u-md-mt-40 {
    margin-top: 40px !important;
  }
  .u-md-mr-40 {
    margin-right: 40px !important;
  }
  .u-md-mb-40 {
    margin-bottom: 40px !important;
  }
  .u-md-ml-40 {
    margin-left: 40px !important;
  }
  .u-md-my-40 {
    margin-top: 40px;
    margin-bottom: 40px !important;
  }
  .u-md-mx-40 {
    margin-left: 40px;
    margin-right: 40px !important;
  }
  .u-md-p-40 {
    padding: 40px !important;
  }
  .u-md-pt-40 {
    padding-top: 40px !important;
  }
  .u-md-pr-40 {
    padding-right: 40px !important;
  }
  .u-md-pb-40 {
    padding-bottom: 40px !important;
  }
  .u-md-pl-40 {
    padding-left: 40px !important;
  }
  .u-md-py-40 {
    padding-top: 40px;
    padding-bottom: 40px !important;
  }
  .u-md-px-40 {
    padding-left: 40px;
    padding-right: 40px !important;
  }
  .u-md-m-50 {
    margin: 50px !important;
  }
  .u-md-mt-50 {
    margin-top: 50px !important;
  }
  .u-md-mr-50 {
    margin-right: 50px !important;
  }
  .u-md-mb-50 {
    margin-bottom: 50px !important;
  }
  .u-md-ml-50 {
    margin-left: 50px !important;
  }
  .u-md-my-50 {
    margin-top: 50px;
    margin-bottom: 50px !important;
  }
  .u-md-mx-50 {
    margin-left: 50px;
    margin-right: 50px !important;
  }
  .u-md-p-50 {
    padding: 50px !important;
  }
  .u-md-pt-50 {
    padding-top: 50px !important;
  }
  .u-md-pr-50 {
    padding-right: 50px !important;
  }
  .u-md-pb-50 {
    padding-bottom: 50px !important;
  }
  .u-md-pl-50 {
    padding-left: 50px !important;
  }
  .u-md-py-50 {
    padding-top: 50px;
    padding-bottom: 50px !important;
  }
  .u-md-px-50 {
    padding-left: 50px;
    padding-right: 50px !important;
  }
  .u-md-m-60 {
    margin: 60px !important;
  }
  .u-md-mt-60 {
    margin-top: 60px !important;
  }
  .u-md-mr-60 {
    margin-right: 60px !important;
  }
  .u-md-mb-60 {
    margin-bottom: 60px !important;
  }
  .u-md-ml-60 {
    margin-left: 60px !important;
  }
  .u-md-my-60 {
    margin-top: 60px;
    margin-bottom: 60px !important;
  }
  .u-md-mx-60 {
    margin-left: 60px;
    margin-right: 60px !important;
  }
  .u-md-p-60 {
    padding: 60px !important;
  }
  .u-md-pt-60 {
    padding-top: 60px !important;
  }
  .u-md-pr-60 {
    padding-right: 60px !important;
  }
  .u-md-pb-60 {
    padding-bottom: 60px !important;
  }
  .u-md-pl-60 {
    padding-left: 60px !important;
  }
  .u-md-py-60 {
    padding-top: 60px;
    padding-bottom: 60px !important;
  }
  .u-md-px-60 {
    padding-left: 60px;
    padding-right: 60px !important;
  }
  .u-md-m-70 {
    margin: 70px !important;
  }
  .u-md-mt-70 {
    margin-top: 70px !important;
  }
  .u-md-mr-70 {
    margin-right: 70px !important;
  }
  .u-md-mb-70 {
    margin-bottom: 70px !important;
  }
  .u-md-ml-70 {
    margin-left: 70px !important;
  }
  .u-md-my-70 {
    margin-top: 70px;
    margin-bottom: 70px !important;
  }
  .u-md-mx-70 {
    margin-left: 70px;
    margin-right: 70px !important;
  }
  .u-md-p-70 {
    padding: 70px !important;
  }
  .u-md-pt-70 {
    padding-top: 70px !important;
  }
  .u-md-pr-70 {
    padding-right: 70px !important;
  }
  .u-md-pb-70 {
    padding-bottom: 70px !important;
  }
  .u-md-pl-70 {
    padding-left: 70px !important;
  }
  .u-md-py-70 {
    padding-top: 70px;
    padding-bottom: 70px !important;
  }
  .u-md-px-70 {
    padding-left: 70px;
    padding-right: 70px !important;
  }
  .u-md-m-80 {
    margin: 80px !important;
  }
  .u-md-mt-80 {
    margin-top: 80px !important;
  }
  .u-md-mr-80 {
    margin-right: 80px !important;
  }
  .u-md-mb-80 {
    margin-bottom: 80px !important;
  }
  .u-md-ml-80 {
    margin-left: 80px !important;
  }
  .u-md-my-80 {
    margin-top: 80px;
    margin-bottom: 80px !important;
  }
  .u-md-mx-80 {
    margin-left: 80px;
    margin-right: 80px !important;
  }
  .u-md-p-80 {
    padding: 80px !important;
  }
  .u-md-pt-80 {
    padding-top: 80px !important;
  }
  .u-md-pr-80 {
    padding-right: 80px !important;
  }
  .u-md-pb-80 {
    padding-bottom: 80px !important;
  }
  .u-md-pl-80 {
    padding-left: 80px !important;
  }
  .u-md-py-80 {
    padding-top: 80px;
    padding-bottom: 80px !important;
  }
  .u-md-px-80 {
    padding-left: 80px;
    padding-right: 80px !important;
  }
  .u-md-m-90 {
    margin: 90px !important;
  }
  .u-md-mt-90 {
    margin-top: 90px !important;
  }
  .u-md-mr-90 {
    margin-right: 90px !important;
  }
  .u-md-mb-90 {
    margin-bottom: 90px !important;
  }
  .u-md-ml-90 {
    margin-left: 90px !important;
  }
  .u-md-my-90 {
    margin-top: 90px;
    margin-bottom: 90px !important;
  }
  .u-md-mx-90 {
    margin-left: 90px;
    margin-right: 90px !important;
  }
  .u-md-p-90 {
    padding: 90px !important;
  }
  .u-md-pt-90 {
    padding-top: 90px !important;
  }
  .u-md-pr-90 {
    padding-right: 90px !important;
  }
  .u-md-pb-90 {
    padding-bottom: 90px !important;
  }
  .u-md-pl-90 {
    padding-left: 90px !important;
  }
  .u-md-py-90 {
    padding-top: 90px;
    padding-bottom: 90px !important;
  }
  .u-md-px-90 {
    padding-left: 90px;
    padding-right: 90px !important;
  }
  .u-md-m-100 {
    margin: 100px !important;
  }
  .u-md-mt-100 {
    margin-top: 100px !important;
  }
  .u-md-mr-100 {
    margin-right: 100px !important;
  }
  .u-md-mb-100 {
    margin-bottom: 100px !important;
  }
  .u-md-ml-100 {
    margin-left: 100px !important;
  }
  .u-md-my-100 {
    margin-top: 100px;
    margin-bottom: 100px !important;
  }
  .u-md-mx-100 {
    margin-left: 100px;
    margin-right: 100px !important;
  }
  .u-md-p-100 {
    padding: 100px !important;
  }
  .u-md-pt-100 {
    padding-top: 100px !important;
  }
  .u-md-pr-100 {
    padding-right: 100px !important;
  }
  .u-md-pb-100 {
    padding-bottom: 100px !important;
  }
  .u-md-pl-100 {
    padding-left: 100px !important;
  }
  .u-md-py-100 {
    padding-top: 100px;
    padding-bottom: 100px !important;
  }
  .u-md-px-100 {
    padding-left: 100px;
    padding-right: 100px !important;
  }
  .u-md-m-120 {
    margin: 120px !important;
  }
  .u-md-mt-120 {
    margin-top: 120px !important;
  }
  .u-md-mr-120 {
    margin-right: 120px !important;
  }
  .u-md-mb-120 {
    margin-bottom: 120px !important;
  }
  .u-md-ml-120 {
    margin-left: 120px !important;
  }
  .u-md-my-120 {
    margin-top: 120px;
    margin-bottom: 120px !important;
  }
  .u-md-mx-120 {
    margin-left: 120px;
    margin-right: 120px !important;
  }
  .u-md-p-120 {
    padding: 120px !important;
  }
  .u-md-pt-120 {
    padding-top: 120px !important;
  }
  .u-md-pr-120 {
    padding-right: 120px !important;
  }
  .u-md-pb-120 {
    padding-bottom: 120px !important;
  }
  .u-md-pl-120 {
    padding-left: 120px !important;
  }
  .u-md-py-120 {
    padding-top: 120px;
    padding-bottom: 120px !important;
  }
  .u-md-px-120 {
    padding-left: 120px;
    padding-right: 120px !important;
  }
  .u-md-m-130 {
    margin: 130px !important;
  }
  .u-md-mt-130 {
    margin-top: 130px !important;
  }
  .u-md-mr-130 {
    margin-right: 130px !important;
  }
  .u-md-mb-130 {
    margin-bottom: 130px !important;
  }
  .u-md-ml-130 {
    margin-left: 130px !important;
  }
  .u-md-my-130 {
    margin-top: 130px;
    margin-bottom: 130px !important;
  }
  .u-md-mx-130 {
    margin-left: 130px;
    margin-right: 130px !important;
  }
  .u-md-p-130 {
    padding: 130px !important;
  }
  .u-md-pt-130 {
    padding-top: 130px !important;
  }
  .u-md-pr-130 {
    padding-right: 130px !important;
  }
  .u-md-pb-130 {
    padding-bottom: 130px !important;
  }
  .u-md-pl-130 {
    padding-left: 130px !important;
  }
  .u-md-py-130 {
    padding-top: 130px;
    padding-bottom: 130px !important;
  }
  .u-md-px-130 {
    padding-left: 130px;
    padding-right: 130px !important;
  }
  .u-md-m-140 {
    margin: 140px !important;
  }
  .u-md-mt-140 {
    margin-top: 140px !important;
  }
  .u-md-mr-140 {
    margin-right: 140px !important;
  }
  .u-md-mb-140 {
    margin-bottom: 140px !important;
  }
  .u-md-ml-140 {
    margin-left: 140px !important;
  }
  .u-md-my-140 {
    margin-top: 140px;
    margin-bottom: 140px !important;
  }
  .u-md-mx-140 {
    margin-left: 140px;
    margin-right: 140px !important;
  }
  .u-md-p-140 {
    padding: 140px !important;
  }
  .u-md-pt-140 {
    padding-top: 140px !important;
  }
  .u-md-pr-140 {
    padding-right: 140px !important;
  }
  .u-md-pb-140 {
    padding-bottom: 140px !important;
  }
  .u-md-pl-140 {
    padding-left: 140px !important;
  }
  .u-md-py-140 {
    padding-top: 140px;
    padding-bottom: 140px !important;
  }
  .u-md-px-140 {
    padding-left: 140px;
    padding-right: 140px !important;
  }
  .u-md-m-150 {
    margin: 150px !important;
  }
  .u-md-mt-150 {
    margin-top: 150px !important;
  }
  .u-md-mr-150 {
    margin-right: 150px !important;
  }
  .u-md-mb-150 {
    margin-bottom: 150px !important;
  }
  .u-md-ml-150 {
    margin-left: 150px !important;
  }
  .u-md-my-150 {
    margin-top: 150px;
    margin-bottom: 150px !important;
  }
  .u-md-mx-150 {
    margin-left: 150px;
    margin-right: 150px !important;
  }
  .u-md-p-150 {
    padding: 150px !important;
  }
  .u-md-pt-150 {
    padding-top: 150px !important;
  }
  .u-md-pr-150 {
    padding-right: 150px !important;
  }
  .u-md-pb-150 {
    padding-bottom: 150px !important;
  }
  .u-md-pl-150 {
    padding-left: 150px !important;
  }
  .u-md-py-150 {
    padding-top: 150px;
    padding-bottom: 150px !important;
  }
  .u-md-px-150 {
    padding-left: 150px;
    padding-right: 150px !important;
  }
  .u-md-m-160 {
    margin: 160px !important;
  }
  .u-md-mt-160 {
    margin-top: 160px !important;
  }
  .u-md-mr-160 {
    margin-right: 160px !important;
  }
  .u-md-mb-160 {
    margin-bottom: 160px !important;
  }
  .u-md-ml-160 {
    margin-left: 160px !important;
  }
  .u-md-my-160 {
    margin-top: 160px;
    margin-bottom: 160px !important;
  }
  .u-md-mx-160 {
    margin-left: 160px;
    margin-right: 160px !important;
  }
  .u-md-p-160 {
    padding: 160px !important;
  }
  .u-md-pt-160 {
    padding-top: 160px !important;
  }
  .u-md-pr-160 {
    padding-right: 160px !important;
  }
  .u-md-pb-160 {
    padding-bottom: 160px !important;
  }
  .u-md-pl-160 {
    padding-left: 160px !important;
  }
  .u-md-py-160 {
    padding-top: 160px;
    padding-bottom: 160px !important;
  }
  .u-md-px-160 {
    padding-left: 160px;
    padding-right: 160px !important;
  }
  .u-md-m-170 {
    margin: 170px !important;
  }
  .u-md-mt-170 {
    margin-top: 170px !important;
  }
  .u-md-mr-170 {
    margin-right: 170px !important;
  }
  .u-md-mb-170 {
    margin-bottom: 170px !important;
  }
  .u-md-ml-170 {
    margin-left: 170px !important;
  }
  .u-md-my-170 {
    margin-top: 170px;
    margin-bottom: 170px !important;
  }
  .u-md-mx-170 {
    margin-left: 170px;
    margin-right: 170px !important;
  }
  .u-md-p-170 {
    padding: 170px !important;
  }
  .u-md-pt-170 {
    padding-top: 170px !important;
  }
  .u-md-pr-170 {
    padding-right: 170px !important;
  }
  .u-md-pb-170 {
    padding-bottom: 170px !important;
  }
  .u-md-pl-170 {
    padding-left: 170px !important;
  }
  .u-md-py-170 {
    padding-top: 170px;
    padding-bottom: 170px !important;
  }
  .u-md-px-170 {
    padding-left: 170px;
    padding-right: 170px !important;
  }
  .u-md-m-180 {
    margin: 180px !important;
  }
  .u-md-mt-180 {
    margin-top: 180px !important;
  }
  .u-md-mr-180 {
    margin-right: 180px !important;
  }
  .u-md-mb-180 {
    margin-bottom: 180px !important;
  }
  .u-md-ml-180 {
    margin-left: 180px !important;
  }
  .u-md-my-180 {
    margin-top: 180px;
    margin-bottom: 180px !important;
  }
  .u-md-mx-180 {
    margin-left: 180px;
    margin-right: 180px !important;
  }
  .u-md-p-180 {
    padding: 180px !important;
  }
  .u-md-pt-180 {
    padding-top: 180px !important;
  }
  .u-md-pr-180 {
    padding-right: 180px !important;
  }
  .u-md-pb-180 {
    padding-bottom: 180px !important;
  }
  .u-md-pl-180 {
    padding-left: 180px !important;
  }
  .u-md-py-180 {
    padding-top: 180px;
    padding-bottom: 180px !important;
  }
  .u-md-px-180 {
    padding-left: 180px;
    padding-right: 180px !important;
  }
  .u-md-m-190 {
    margin: 190px !important;
  }
  .u-md-mt-190 {
    margin-top: 190px !important;
  }
  .u-md-mr-190 {
    margin-right: 190px !important;
  }
  .u-md-mb-190 {
    margin-bottom: 190px !important;
  }
  .u-md-ml-190 {
    margin-left: 190px !important;
  }
  .u-md-my-190 {
    margin-top: 190px;
    margin-bottom: 190px !important;
  }
  .u-md-mx-190 {
    margin-left: 190px;
    margin-right: 190px !important;
  }
  .u-md-p-190 {
    padding: 190px !important;
  }
  .u-md-pt-190 {
    padding-top: 190px !important;
  }
  .u-md-pr-190 {
    padding-right: 190px !important;
  }
  .u-md-pb-190 {
    padding-bottom: 190px !important;
  }
  .u-md-pl-190 {
    padding-left: 190px !important;
  }
  .u-md-py-190 {
    padding-top: 190px;
    padding-bottom: 190px !important;
  }
  .u-md-px-190 {
    padding-left: 190px;
    padding-right: 190px !important;
  }
  .u-md-m-200 {
    margin: 200px !important;
  }
  .u-md-mt-200 {
    margin-top: 200px !important;
  }
  .u-md-mr-200 {
    margin-right: 200px !important;
  }
  .u-md-mb-200 {
    margin-bottom: 200px !important;
  }
  .u-md-ml-200 {
    margin-left: 200px !important;
  }
  .u-md-my-200 {
    margin-top: 200px;
    margin-bottom: 200px !important;
  }
  .u-md-mx-200 {
    margin-left: 200px;
    margin-right: 200px !important;
  }
  .u-md-p-200 {
    padding: 200px !important;
  }
  .u-md-pt-200 {
    padding-top: 200px !important;
  }
  .u-md-pr-200 {
    padding-right: 200px !important;
  }
  .u-md-pb-200 {
    padding-bottom: 200px !important;
  }
  .u-md-pl-200 {
    padding-left: 200px !important;
  }
  .u-md-py-200 {
    padding-top: 200px;
    padding-bottom: 200px !important;
  }
  .u-md-px-200 {
    padding-left: 200px;
    padding-right: 200px !important;
  }
}
@media (min-width: 1024px) {
  .u-lg-m-0 {
    margin: 0 !important;
  }
  .u-lg-mt-0 {
    margin-top: 0 !important;
  }
  .u-lg-mr-0 {
    margin-right: 0 !important;
  }
  .u-lg-mb-0 {
    margin-bottom: 0 !important;
  }
  .u-lg-ml-0 {
    margin-left: 0 !important;
  }
  .u-lg-my-0 {
    margin-top: 0;
    margin-bottom: 0 !important;
  }
  .u-lg-mx-0 {
    margin-left: 0;
    margin-right: 0 !important;
  }
  .u-lg-p-0 {
    padding: 0 !important;
  }
  .u-lg-pt-0 {
    padding-top: 0 !important;
  }
  .u-lg-pr-0 {
    padding-right: 0 !important;
  }
  .u-lg-pb-0 {
    padding-bottom: 0 !important;
  }
  .u-lg-pl-0 {
    padding-left: 0 !important;
  }
  .u-lg-py-0 {
    padding-top: 0;
    padding-bottom: 0 !important;
  }
  .u-lg-px-0 {
    padding-left: 0;
    padding-right: 0 !important;
  }
  .u-lg-m-10 {
    margin: 10px !important;
  }
  .u-lg-mt-10 {
    margin-top: 10px !important;
  }
  .u-lg-mr-10 {
    margin-right: 10px !important;
  }
  .u-lg-mb-10 {
    margin-bottom: 10px !important;
  }
  .u-lg-ml-10 {
    margin-left: 10px !important;
  }
  .u-lg-my-10 {
    margin-top: 10px;
    margin-bottom: 10px !important;
  }
  .u-lg-mx-10 {
    margin-left: 10px;
    margin-right: 10px !important;
  }
  .u-lg-p-10 {
    padding: 10px !important;
  }
  .u-lg-pt-10 {
    padding-top: 10px !important;
  }
  .u-lg-pr-10 {
    padding-right: 10px !important;
  }
  .u-lg-pb-10 {
    padding-bottom: 10px !important;
  }
  .u-lg-pl-10 {
    padding-left: 10px !important;
  }
  .u-lg-py-10 {
    padding-top: 10px;
    padding-bottom: 10px !important;
  }
  .u-lg-px-10 {
    padding-left: 10px;
    padding-right: 10px !important;
  }
  .u-lg-m-20 {
    margin: 20px !important;
  }
  .u-lg-mt-20 {
    margin-top: 20px !important;
  }
  .u-lg-mr-20 {
    margin-right: 20px !important;
  }
  .u-lg-mb-20 {
    margin-bottom: 20px !important;
  }
  .u-lg-ml-20 {
    margin-left: 20px !important;
  }
  .u-lg-my-20 {
    margin-top: 20px;
    margin-bottom: 20px !important;
  }
  .u-lg-mx-20 {
    margin-left: 20px;
    margin-right: 20px !important;
  }
  .u-lg-p-20 {
    padding: 20px !important;
  }
  .u-lg-pt-20 {
    padding-top: 20px !important;
  }
  .u-lg-pr-20 {
    padding-right: 20px !important;
  }
  .u-lg-pb-20 {
    padding-bottom: 20px !important;
  }
  .u-lg-pl-20 {
    padding-left: 20px !important;
  }
  .u-lg-py-20 {
    padding-top: 20px;
    padding-bottom: 20px !important;
  }
  .u-lg-px-20 {
    padding-left: 20px;
    padding-right: 20px !important;
  }
  .u-lg-m-30 {
    margin: 30px !important;
  }
  .u-lg-mt-30 {
    margin-top: 30px !important;
  }
  .u-lg-mr-30 {
    margin-right: 30px !important;
  }
  .u-lg-mb-30 {
    margin-bottom: 30px !important;
  }
  .u-lg-ml-30 {
    margin-left: 30px !important;
  }
  .u-lg-my-30 {
    margin-top: 30px;
    margin-bottom: 30px !important;
  }
  .u-lg-mx-30 {
    margin-left: 30px;
    margin-right: 30px !important;
  }
  .u-lg-p-30 {
    padding: 30px !important;
  }
  .u-lg-pt-30 {
    padding-top: 30px !important;
  }
  .u-lg-pr-30 {
    padding-right: 30px !important;
  }
  .u-lg-pb-30 {
    padding-bottom: 30px !important;
  }
  .u-lg-pl-30 {
    padding-left: 30px !important;
  }
  .u-lg-py-30 {
    padding-top: 30px;
    padding-bottom: 30px !important;
  }
  .u-lg-px-30 {
    padding-left: 30px;
    padding-right: 30px !important;
  }
  .u-lg-m-40 {
    margin: 40px !important;
  }
  .u-lg-mt-40 {
    margin-top: 40px !important;
  }
  .u-lg-mr-40 {
    margin-right: 40px !important;
  }
  .u-lg-mb-40 {
    margin-bottom: 40px !important;
  }
  .u-lg-ml-40 {
    margin-left: 40px !important;
  }
  .u-lg-my-40 {
    margin-top: 40px;
    margin-bottom: 40px !important;
  }
  .u-lg-mx-40 {
    margin-left: 40px;
    margin-right: 40px !important;
  }
  .u-lg-p-40 {
    padding: 40px !important;
  }
  .u-lg-pt-40 {
    padding-top: 40px !important;
  }
  .u-lg-pr-40 {
    padding-right: 40px !important;
  }
  .u-lg-pb-40 {
    padding-bottom: 40px !important;
  }
  .u-lg-pl-40 {
    padding-left: 40px !important;
  }
  .u-lg-py-40 {
    padding-top: 40px;
    padding-bottom: 40px !important;
  }
  .u-lg-px-40 {
    padding-left: 40px;
    padding-right: 40px !important;
  }
  .u-lg-m-50 {
    margin: 50px !important;
  }
  .u-lg-mt-50 {
    margin-top: 50px !important;
  }
  .u-lg-mr-50 {
    margin-right: 50px !important;
  }
  .u-lg-mb-50 {
    margin-bottom: 50px !important;
  }
  .u-lg-ml-50 {
    margin-left: 50px !important;
  }
  .u-lg-my-50 {
    margin-top: 50px;
    margin-bottom: 50px !important;
  }
  .u-lg-mx-50 {
    margin-left: 50px;
    margin-right: 50px !important;
  }
  .u-lg-p-50 {
    padding: 50px !important;
  }
  .u-lg-pt-50 {
    padding-top: 50px !important;
  }
  .u-lg-pr-50 {
    padding-right: 50px !important;
  }
  .u-lg-pb-50 {
    padding-bottom: 50px !important;
  }
  .u-lg-pl-50 {
    padding-left: 50px !important;
  }
  .u-lg-py-50 {
    padding-top: 50px;
    padding-bottom: 50px !important;
  }
  .u-lg-px-50 {
    padding-left: 50px;
    padding-right: 50px !important;
  }
  .u-lg-m-60 {
    margin: 60px !important;
  }
  .u-lg-mt-60 {
    margin-top: 60px !important;
  }
  .u-lg-mr-60 {
    margin-right: 60px !important;
  }
  .u-lg-mb-60 {
    margin-bottom: 60px !important;
  }
  .u-lg-ml-60 {
    margin-left: 60px !important;
  }
  .u-lg-my-60 {
    margin-top: 60px;
    margin-bottom: 60px !important;
  }
  .u-lg-mx-60 {
    margin-left: 60px;
    margin-right: 60px !important;
  }
  .u-lg-p-60 {
    padding: 60px !important;
  }
  .u-lg-pt-60 {
    padding-top: 60px !important;
  }
  .u-lg-pr-60 {
    padding-right: 60px !important;
  }
  .u-lg-pb-60 {
    padding-bottom: 60px !important;
  }
  .u-lg-pl-60 {
    padding-left: 60px !important;
  }
  .u-lg-py-60 {
    padding-top: 60px;
    padding-bottom: 60px !important;
  }
  .u-lg-px-60 {
    padding-left: 60px;
    padding-right: 60px !important;
  }
  .u-lg-m-70 {
    margin: 70px !important;
  }
  .u-lg-mt-70 {
    margin-top: 70px !important;
  }
  .u-lg-mr-70 {
    margin-right: 70px !important;
  }
  .u-lg-mb-70 {
    margin-bottom: 70px !important;
  }
  .u-lg-ml-70 {
    margin-left: 70px !important;
  }
  .u-lg-my-70 {
    margin-top: 70px;
    margin-bottom: 70px !important;
  }
  .u-lg-mx-70 {
    margin-left: 70px;
    margin-right: 70px !important;
  }
  .u-lg-p-70 {
    padding: 70px !important;
  }
  .u-lg-pt-70 {
    padding-top: 70px !important;
  }
  .u-lg-pr-70 {
    padding-right: 70px !important;
  }
  .u-lg-pb-70 {
    padding-bottom: 70px !important;
  }
  .u-lg-pl-70 {
    padding-left: 70px !important;
  }
  .u-lg-py-70 {
    padding-top: 70px;
    padding-bottom: 70px !important;
  }
  .u-lg-px-70 {
    padding-left: 70px;
    padding-right: 70px !important;
  }
  .u-lg-m-80 {
    margin: 80px !important;
  }
  .u-lg-mt-80 {
    margin-top: 80px !important;
  }
  .u-lg-mr-80 {
    margin-right: 80px !important;
  }
  .u-lg-mb-80 {
    margin-bottom: 80px !important;
  }
  .u-lg-ml-80 {
    margin-left: 80px !important;
  }
  .u-lg-my-80 {
    margin-top: 80px;
    margin-bottom: 80px !important;
  }
  .u-lg-mx-80 {
    margin-left: 80px;
    margin-right: 80px !important;
  }
  .u-lg-p-80 {
    padding: 80px !important;
  }
  .u-lg-pt-80 {
    padding-top: 80px !important;
  }
  .u-lg-pr-80 {
    padding-right: 80px !important;
  }
  .u-lg-pb-80 {
    padding-bottom: 80px !important;
  }
  .u-lg-pl-80 {
    padding-left: 80px !important;
  }
  .u-lg-py-80 {
    padding-top: 80px;
    padding-bottom: 80px !important;
  }
  .u-lg-px-80 {
    padding-left: 80px;
    padding-right: 80px !important;
  }
  .u-lg-m-90 {
    margin: 90px !important;
  }
  .u-lg-mt-90 {
    margin-top: 90px !important;
  }
  .u-lg-mr-90 {
    margin-right: 90px !important;
  }
  .u-lg-mb-90 {
    margin-bottom: 90px !important;
  }
  .u-lg-ml-90 {
    margin-left: 90px !important;
  }
  .u-lg-my-90 {
    margin-top: 90px;
    margin-bottom: 90px !important;
  }
  .u-lg-mx-90 {
    margin-left: 90px;
    margin-right: 90px !important;
  }
  .u-lg-p-90 {
    padding: 90px !important;
  }
  .u-lg-pt-90 {
    padding-top: 90px !important;
  }
  .u-lg-pr-90 {
    padding-right: 90px !important;
  }
  .u-lg-pb-90 {
    padding-bottom: 90px !important;
  }
  .u-lg-pl-90 {
    padding-left: 90px !important;
  }
  .u-lg-py-90 {
    padding-top: 90px;
    padding-bottom: 90px !important;
  }
  .u-lg-px-90 {
    padding-left: 90px;
    padding-right: 90px !important;
  }
  .u-lg-m-100 {
    margin: 100px !important;
  }
  .u-lg-mt-100 {
    margin-top: 100px !important;
  }
  .u-lg-mr-100 {
    margin-right: 100px !important;
  }
  .u-lg-mb-100 {
    margin-bottom: 100px !important;
  }
  .u-lg-ml-100 {
    margin-left: 100px !important;
  }
  .u-lg-my-100 {
    margin-top: 100px;
    margin-bottom: 100px !important;
  }
  .u-lg-mx-100 {
    margin-left: 100px;
    margin-right: 100px !important;
  }
  .u-lg-p-100 {
    padding: 100px !important;
  }
  .u-lg-pt-100 {
    padding-top: 100px !important;
  }
  .u-lg-pr-100 {
    padding-right: 100px !important;
  }
  .u-lg-pb-100 {
    padding-bottom: 100px !important;
  }
  .u-lg-pl-100 {
    padding-left: 100px !important;
  }
  .u-lg-py-100 {
    padding-top: 100px;
    padding-bottom: 100px !important;
  }
  .u-lg-px-100 {
    padding-left: 100px;
    padding-right: 100px !important;
  }
  .u-lg-m-120 {
    margin: 120px !important;
  }
  .u-lg-mt-120 {
    margin-top: 120px !important;
  }
  .u-lg-mr-120 {
    margin-right: 120px !important;
  }
  .u-lg-mb-120 {
    margin-bottom: 120px !important;
  }
  .u-lg-ml-120 {
    margin-left: 120px !important;
  }
  .u-lg-my-120 {
    margin-top: 120px;
    margin-bottom: 120px !important;
  }
  .u-lg-mx-120 {
    margin-left: 120px;
    margin-right: 120px !important;
  }
  .u-lg-p-120 {
    padding: 120px !important;
  }
  .u-lg-pt-120 {
    padding-top: 120px !important;
  }
  .u-lg-pr-120 {
    padding-right: 120px !important;
  }
  .u-lg-pb-120 {
    padding-bottom: 120px !important;
  }
  .u-lg-pl-120 {
    padding-left: 120px !important;
  }
  .u-lg-py-120 {
    padding-top: 120px;
    padding-bottom: 120px !important;
  }
  .u-lg-px-120 {
    padding-left: 120px;
    padding-right: 120px !important;
  }
  .u-lg-m-130 {
    margin: 130px !important;
  }
  .u-lg-mt-130 {
    margin-top: 130px !important;
  }
  .u-lg-mr-130 {
    margin-right: 130px !important;
  }
  .u-lg-mb-130 {
    margin-bottom: 130px !important;
  }
  .u-lg-ml-130 {
    margin-left: 130px !important;
  }
  .u-lg-my-130 {
    margin-top: 130px;
    margin-bottom: 130px !important;
  }
  .u-lg-mx-130 {
    margin-left: 130px;
    margin-right: 130px !important;
  }
  .u-lg-p-130 {
    padding: 130px !important;
  }
  .u-lg-pt-130 {
    padding-top: 130px !important;
  }
  .u-lg-pr-130 {
    padding-right: 130px !important;
  }
  .u-lg-pb-130 {
    padding-bottom: 130px !important;
  }
  .u-lg-pl-130 {
    padding-left: 130px !important;
  }
  .u-lg-py-130 {
    padding-top: 130px;
    padding-bottom: 130px !important;
  }
  .u-lg-px-130 {
    padding-left: 130px;
    padding-right: 130px !important;
  }
  .u-lg-m-140 {
    margin: 140px !important;
  }
  .u-lg-mt-140 {
    margin-top: 140px !important;
  }
  .u-lg-mr-140 {
    margin-right: 140px !important;
  }
  .u-lg-mb-140 {
    margin-bottom: 140px !important;
  }
  .u-lg-ml-140 {
    margin-left: 140px !important;
  }
  .u-lg-my-140 {
    margin-top: 140px;
    margin-bottom: 140px !important;
  }
  .u-lg-mx-140 {
    margin-left: 140px;
    margin-right: 140px !important;
  }
  .u-lg-p-140 {
    padding: 140px !important;
  }
  .u-lg-pt-140 {
    padding-top: 140px !important;
  }
  .u-lg-pr-140 {
    padding-right: 140px !important;
  }
  .u-lg-pb-140 {
    padding-bottom: 140px !important;
  }
  .u-lg-pl-140 {
    padding-left: 140px !important;
  }
  .u-lg-py-140 {
    padding-top: 140px;
    padding-bottom: 140px !important;
  }
  .u-lg-px-140 {
    padding-left: 140px;
    padding-right: 140px !important;
  }
  .u-lg-m-150 {
    margin: 150px !important;
  }
  .u-lg-mt-150 {
    margin-top: 150px !important;
  }
  .u-lg-mr-150 {
    margin-right: 150px !important;
  }
  .u-lg-mb-150 {
    margin-bottom: 150px !important;
  }
  .u-lg-ml-150 {
    margin-left: 150px !important;
  }
  .u-lg-my-150 {
    margin-top: 150px;
    margin-bottom: 150px !important;
  }
  .u-lg-mx-150 {
    margin-left: 150px;
    margin-right: 150px !important;
  }
  .u-lg-p-150 {
    padding: 150px !important;
  }
  .u-lg-pt-150 {
    padding-top: 150px !important;
  }
  .u-lg-pr-150 {
    padding-right: 150px !important;
  }
  .u-lg-pb-150 {
    padding-bottom: 150px !important;
  }
  .u-lg-pl-150 {
    padding-left: 150px !important;
  }
  .u-lg-py-150 {
    padding-top: 150px;
    padding-bottom: 150px !important;
  }
  .u-lg-px-150 {
    padding-left: 150px;
    padding-right: 150px !important;
  }
  .u-lg-m-160 {
    margin: 160px !important;
  }
  .u-lg-mt-160 {
    margin-top: 160px !important;
  }
  .u-lg-mr-160 {
    margin-right: 160px !important;
  }
  .u-lg-mb-160 {
    margin-bottom: 160px !important;
  }
  .u-lg-ml-160 {
    margin-left: 160px !important;
  }
  .u-lg-my-160 {
    margin-top: 160px;
    margin-bottom: 160px !important;
  }
  .u-lg-mx-160 {
    margin-left: 160px;
    margin-right: 160px !important;
  }
  .u-lg-p-160 {
    padding: 160px !important;
  }
  .u-lg-pt-160 {
    padding-top: 160px !important;
  }
  .u-lg-pr-160 {
    padding-right: 160px !important;
  }
  .u-lg-pb-160 {
    padding-bottom: 160px !important;
  }
  .u-lg-pl-160 {
    padding-left: 160px !important;
  }
  .u-lg-py-160 {
    padding-top: 160px;
    padding-bottom: 160px !important;
  }
  .u-lg-px-160 {
    padding-left: 160px;
    padding-right: 160px !important;
  }
  .u-lg-m-170 {
    margin: 170px !important;
  }
  .u-lg-mt-170 {
    margin-top: 170px !important;
  }
  .u-lg-mr-170 {
    margin-right: 170px !important;
  }
  .u-lg-mb-170 {
    margin-bottom: 170px !important;
  }
  .u-lg-ml-170 {
    margin-left: 170px !important;
  }
  .u-lg-my-170 {
    margin-top: 170px;
    margin-bottom: 170px !important;
  }
  .u-lg-mx-170 {
    margin-left: 170px;
    margin-right: 170px !important;
  }
  .u-lg-p-170 {
    padding: 170px !important;
  }
  .u-lg-pt-170 {
    padding-top: 170px !important;
  }
  .u-lg-pr-170 {
    padding-right: 170px !important;
  }
  .u-lg-pb-170 {
    padding-bottom: 170px !important;
  }
  .u-lg-pl-170 {
    padding-left: 170px !important;
  }
  .u-lg-py-170 {
    padding-top: 170px;
    padding-bottom: 170px !important;
  }
  .u-lg-px-170 {
    padding-left: 170px;
    padding-right: 170px !important;
  }
  .u-lg-m-180 {
    margin: 180px !important;
  }
  .u-lg-mt-180 {
    margin-top: 180px !important;
  }
  .u-lg-mr-180 {
    margin-right: 180px !important;
  }
  .u-lg-mb-180 {
    margin-bottom: 180px !important;
  }
  .u-lg-ml-180 {
    margin-left: 180px !important;
  }
  .u-lg-my-180 {
    margin-top: 180px;
    margin-bottom: 180px !important;
  }
  .u-lg-mx-180 {
    margin-left: 180px;
    margin-right: 180px !important;
  }
  .u-lg-p-180 {
    padding: 180px !important;
  }
  .u-lg-pt-180 {
    padding-top: 180px !important;
  }
  .u-lg-pr-180 {
    padding-right: 180px !important;
  }
  .u-lg-pb-180 {
    padding-bottom: 180px !important;
  }
  .u-lg-pl-180 {
    padding-left: 180px !important;
  }
  .u-lg-py-180 {
    padding-top: 180px;
    padding-bottom: 180px !important;
  }
  .u-lg-px-180 {
    padding-left: 180px;
    padding-right: 180px !important;
  }
  .u-lg-m-190 {
    margin: 190px !important;
  }
  .u-lg-mt-190 {
    margin-top: 190px !important;
  }
  .u-lg-mr-190 {
    margin-right: 190px !important;
  }
  .u-lg-mb-190 {
    margin-bottom: 190px !important;
  }
  .u-lg-ml-190 {
    margin-left: 190px !important;
  }
  .u-lg-my-190 {
    margin-top: 190px;
    margin-bottom: 190px !important;
  }
  .u-lg-mx-190 {
    margin-left: 190px;
    margin-right: 190px !important;
  }
  .u-lg-p-190 {
    padding: 190px !important;
  }
  .u-lg-pt-190 {
    padding-top: 190px !important;
  }
  .u-lg-pr-190 {
    padding-right: 190px !important;
  }
  .u-lg-pb-190 {
    padding-bottom: 190px !important;
  }
  .u-lg-pl-190 {
    padding-left: 190px !important;
  }
  .u-lg-py-190 {
    padding-top: 190px;
    padding-bottom: 190px !important;
  }
  .u-lg-px-190 {
    padding-left: 190px;
    padding-right: 190px !important;
  }
  .u-lg-m-200 {
    margin: 200px !important;
  }
  .u-lg-mt-200 {
    margin-top: 200px !important;
  }
  .u-lg-mr-200 {
    margin-right: 200px !important;
  }
  .u-lg-mb-200 {
    margin-bottom: 200px !important;
  }
  .u-lg-ml-200 {
    margin-left: 200px !important;
  }
  .u-lg-my-200 {
    margin-top: 200px;
    margin-bottom: 200px !important;
  }
  .u-lg-mx-200 {
    margin-left: 200px;
    margin-right: 200px !important;
  }
  .u-lg-p-200 {
    padding: 200px !important;
  }
  .u-lg-pt-200 {
    padding-top: 200px !important;
  }
  .u-lg-pr-200 {
    padding-right: 200px !important;
  }
  .u-lg-pb-200 {
    padding-bottom: 200px !important;
  }
  .u-lg-pl-200 {
    padding-left: 200px !important;
  }
  .u-lg-py-200 {
    padding-top: 200px;
    padding-bottom: 200px !important;
  }
  .u-lg-px-200 {
    padding-left: 200px;
    padding-right: 200px !important;
  }
}
@media (min-width: 1440px) {
  .u-xl-m-0 {
    margin: 0 !important;
  }
  .u-xl-mt-0 {
    margin-top: 0 !important;
  }
  .u-xl-mr-0 {
    margin-right: 0 !important;
  }
  .u-xl-mb-0 {
    margin-bottom: 0 !important;
  }
  .u-xl-ml-0 {
    margin-left: 0 !important;
  }
  .u-xl-my-0 {
    margin-top: 0;
    margin-bottom: 0 !important;
  }
  .u-xl-mx-0 {
    margin-left: 0;
    margin-right: 0 !important;
  }
  .u-xl-p-0 {
    padding: 0 !important;
  }
  .u-xl-pt-0 {
    padding-top: 0 !important;
  }
  .u-xl-pr-0 {
    padding-right: 0 !important;
  }
  .u-xl-pb-0 {
    padding-bottom: 0 !important;
  }
  .u-xl-pl-0 {
    padding-left: 0 !important;
  }
  .u-xl-py-0 {
    padding-top: 0;
    padding-bottom: 0 !important;
  }
  .u-xl-px-0 {
    padding-left: 0;
    padding-right: 0 !important;
  }
  .u-xl-m-10 {
    margin: 10px !important;
  }
  .u-xl-mt-10 {
    margin-top: 10px !important;
  }
  .u-xl-mr-10 {
    margin-right: 10px !important;
  }
  .u-xl-mb-10 {
    margin-bottom: 10px !important;
  }
  .u-xl-ml-10 {
    margin-left: 10px !important;
  }
  .u-xl-my-10 {
    margin-top: 10px;
    margin-bottom: 10px !important;
  }
  .u-xl-mx-10 {
    margin-left: 10px;
    margin-right: 10px !important;
  }
  .u-xl-p-10 {
    padding: 10px !important;
  }
  .u-xl-pt-10 {
    padding-top: 10px !important;
  }
  .u-xl-pr-10 {
    padding-right: 10px !important;
  }
  .u-xl-pb-10 {
    padding-bottom: 10px !important;
  }
  .u-xl-pl-10 {
    padding-left: 10px !important;
  }
  .u-xl-py-10 {
    padding-top: 10px;
    padding-bottom: 10px !important;
  }
  .u-xl-px-10 {
    padding-left: 10px;
    padding-right: 10px !important;
  }
  .u-xl-m-20 {
    margin: 20px !important;
  }
  .u-xl-mt-20 {
    margin-top: 20px !important;
  }
  .u-xl-mr-20 {
    margin-right: 20px !important;
  }
  .u-xl-mb-20 {
    margin-bottom: 20px !important;
  }
  .u-xl-ml-20 {
    margin-left: 20px !important;
  }
  .u-xl-my-20 {
    margin-top: 20px;
    margin-bottom: 20px !important;
  }
  .u-xl-mx-20 {
    margin-left: 20px;
    margin-right: 20px !important;
  }
  .u-xl-p-20 {
    padding: 20px !important;
  }
  .u-xl-pt-20 {
    padding-top: 20px !important;
  }
  .u-xl-pr-20 {
    padding-right: 20px !important;
  }
  .u-xl-pb-20 {
    padding-bottom: 20px !important;
  }
  .u-xl-pl-20 {
    padding-left: 20px !important;
  }
  .u-xl-py-20 {
    padding-top: 20px;
    padding-bottom: 20px !important;
  }
  .u-xl-px-20 {
    padding-left: 20px;
    padding-right: 20px !important;
  }
  .u-xl-m-30 {
    margin: 30px !important;
  }
  .u-xl-mt-30 {
    margin-top: 30px !important;
  }
  .u-xl-mr-30 {
    margin-right: 30px !important;
  }
  .u-xl-mb-30 {
    margin-bottom: 30px !important;
  }
  .u-xl-ml-30 {
    margin-left: 30px !important;
  }
  .u-xl-my-30 {
    margin-top: 30px;
    margin-bottom: 30px !important;
  }
  .u-xl-mx-30 {
    margin-left: 30px;
    margin-right: 30px !important;
  }
  .u-xl-p-30 {
    padding: 30px !important;
  }
  .u-xl-pt-30 {
    padding-top: 30px !important;
  }
  .u-xl-pr-30 {
    padding-right: 30px !important;
  }
  .u-xl-pb-30 {
    padding-bottom: 30px !important;
  }
  .u-xl-pl-30 {
    padding-left: 30px !important;
  }
  .u-xl-py-30 {
    padding-top: 30px;
    padding-bottom: 30px !important;
  }
  .u-xl-px-30 {
    padding-left: 30px;
    padding-right: 30px !important;
  }
  .u-xl-m-40 {
    margin: 40px !important;
  }
  .u-xl-mt-40 {
    margin-top: 40px !important;
  }
  .u-xl-mr-40 {
    margin-right: 40px !important;
  }
  .u-xl-mb-40 {
    margin-bottom: 40px !important;
  }
  .u-xl-ml-40 {
    margin-left: 40px !important;
  }
  .u-xl-my-40 {
    margin-top: 40px;
    margin-bottom: 40px !important;
  }
  .u-xl-mx-40 {
    margin-left: 40px;
    margin-right: 40px !important;
  }
  .u-xl-p-40 {
    padding: 40px !important;
  }
  .u-xl-pt-40 {
    padding-top: 40px !important;
  }
  .u-xl-pr-40 {
    padding-right: 40px !important;
  }
  .u-xl-pb-40 {
    padding-bottom: 40px !important;
  }
  .u-xl-pl-40 {
    padding-left: 40px !important;
  }
  .u-xl-py-40 {
    padding-top: 40px;
    padding-bottom: 40px !important;
  }
  .u-xl-px-40 {
    padding-left: 40px;
    padding-right: 40px !important;
  }
  .u-xl-m-50 {
    margin: 50px !important;
  }
  .u-xl-mt-50 {
    margin-top: 50px !important;
  }
  .u-xl-mr-50 {
    margin-right: 50px !important;
  }
  .u-xl-mb-50 {
    margin-bottom: 50px !important;
  }
  .u-xl-ml-50 {
    margin-left: 50px !important;
  }
  .u-xl-my-50 {
    margin-top: 50px;
    margin-bottom: 50px !important;
  }
  .u-xl-mx-50 {
    margin-left: 50px;
    margin-right: 50px !important;
  }
  .u-xl-p-50 {
    padding: 50px !important;
  }
  .u-xl-pt-50 {
    padding-top: 50px !important;
  }
  .u-xl-pr-50 {
    padding-right: 50px !important;
  }
  .u-xl-pb-50 {
    padding-bottom: 50px !important;
  }
  .u-xl-pl-50 {
    padding-left: 50px !important;
  }
  .u-xl-py-50 {
    padding-top: 50px;
    padding-bottom: 50px !important;
  }
  .u-xl-px-50 {
    padding-left: 50px;
    padding-right: 50px !important;
  }
  .u-xl-m-60 {
    margin: 60px !important;
  }
  .u-xl-mt-60 {
    margin-top: 60px !important;
  }
  .u-xl-mr-60 {
    margin-right: 60px !important;
  }
  .u-xl-mb-60 {
    margin-bottom: 60px !important;
  }
  .u-xl-ml-60 {
    margin-left: 60px !important;
  }
  .u-xl-my-60 {
    margin-top: 60px;
    margin-bottom: 60px !important;
  }
  .u-xl-mx-60 {
    margin-left: 60px;
    margin-right: 60px !important;
  }
  .u-xl-p-60 {
    padding: 60px !important;
  }
  .u-xl-pt-60 {
    padding-top: 60px !important;
  }
  .u-xl-pr-60 {
    padding-right: 60px !important;
  }
  .u-xl-pb-60 {
    padding-bottom: 60px !important;
  }
  .u-xl-pl-60 {
    padding-left: 60px !important;
  }
  .u-xl-py-60 {
    padding-top: 60px;
    padding-bottom: 60px !important;
  }
  .u-xl-px-60 {
    padding-left: 60px;
    padding-right: 60px !important;
  }
  .u-xl-m-70 {
    margin: 70px !important;
  }
  .u-xl-mt-70 {
    margin-top: 70px !important;
  }
  .u-xl-mr-70 {
    margin-right: 70px !important;
  }
  .u-xl-mb-70 {
    margin-bottom: 70px !important;
  }
  .u-xl-ml-70 {
    margin-left: 70px !important;
  }
  .u-xl-my-70 {
    margin-top: 70px;
    margin-bottom: 70px !important;
  }
  .u-xl-mx-70 {
    margin-left: 70px;
    margin-right: 70px !important;
  }
  .u-xl-p-70 {
    padding: 70px !important;
  }
  .u-xl-pt-70 {
    padding-top: 70px !important;
  }
  .u-xl-pr-70 {
    padding-right: 70px !important;
  }
  .u-xl-pb-70 {
    padding-bottom: 70px !important;
  }
  .u-xl-pl-70 {
    padding-left: 70px !important;
  }
  .u-xl-py-70 {
    padding-top: 70px;
    padding-bottom: 70px !important;
  }
  .u-xl-px-70 {
    padding-left: 70px;
    padding-right: 70px !important;
  }
  .u-xl-m-80 {
    margin: 80px !important;
  }
  .u-xl-mt-80 {
    margin-top: 80px !important;
  }
  .u-xl-mr-80 {
    margin-right: 80px !important;
  }
  .u-xl-mb-80 {
    margin-bottom: 80px !important;
  }
  .u-xl-ml-80 {
    margin-left: 80px !important;
  }
  .u-xl-my-80 {
    margin-top: 80px;
    margin-bottom: 80px !important;
  }
  .u-xl-mx-80 {
    margin-left: 80px;
    margin-right: 80px !important;
  }
  .u-xl-p-80 {
    padding: 80px !important;
  }
  .u-xl-pt-80 {
    padding-top: 80px !important;
  }
  .u-xl-pr-80 {
    padding-right: 80px !important;
  }
  .u-xl-pb-80 {
    padding-bottom: 80px !important;
  }
  .u-xl-pl-80 {
    padding-left: 80px !important;
  }
  .u-xl-py-80 {
    padding-top: 80px;
    padding-bottom: 80px !important;
  }
  .u-xl-px-80 {
    padding-left: 80px;
    padding-right: 80px !important;
  }
  .u-xl-m-90 {
    margin: 90px !important;
  }
  .u-xl-mt-90 {
    margin-top: 90px !important;
  }
  .u-xl-mr-90 {
    margin-right: 90px !important;
  }
  .u-xl-mb-90 {
    margin-bottom: 90px !important;
  }
  .u-xl-ml-90 {
    margin-left: 90px !important;
  }
  .u-xl-my-90 {
    margin-top: 90px;
    margin-bottom: 90px !important;
  }
  .u-xl-mx-90 {
    margin-left: 90px;
    margin-right: 90px !important;
  }
  .u-xl-p-90 {
    padding: 90px !important;
  }
  .u-xl-pt-90 {
    padding-top: 90px !important;
  }
  .u-xl-pr-90 {
    padding-right: 90px !important;
  }
  .u-xl-pb-90 {
    padding-bottom: 90px !important;
  }
  .u-xl-pl-90 {
    padding-left: 90px !important;
  }
  .u-xl-py-90 {
    padding-top: 90px;
    padding-bottom: 90px !important;
  }
  .u-xl-px-90 {
    padding-left: 90px;
    padding-right: 90px !important;
  }
  .u-xl-m-100 {
    margin: 100px !important;
  }
  .u-xl-mt-100 {
    margin-top: 100px !important;
  }
  .u-xl-mr-100 {
    margin-right: 100px !important;
  }
  .u-xl-mb-100 {
    margin-bottom: 100px !important;
  }
  .u-xl-ml-100 {
    margin-left: 100px !important;
  }
  .u-xl-my-100 {
    margin-top: 100px;
    margin-bottom: 100px !important;
  }
  .u-xl-mx-100 {
    margin-left: 100px;
    margin-right: 100px !important;
  }
  .u-xl-p-100 {
    padding: 100px !important;
  }
  .u-xl-pt-100 {
    padding-top: 100px !important;
  }
  .u-xl-pr-100 {
    padding-right: 100px !important;
  }
  .u-xl-pb-100 {
    padding-bottom: 100px !important;
  }
  .u-xl-pl-100 {
    padding-left: 100px !important;
  }
  .u-xl-py-100 {
    padding-top: 100px;
    padding-bottom: 100px !important;
  }
  .u-xl-px-100 {
    padding-left: 100px;
    padding-right: 100px !important;
  }
  .u-xl-m-120 {
    margin: 120px !important;
  }
  .u-xl-mt-120 {
    margin-top: 120px !important;
  }
  .u-xl-mr-120 {
    margin-right: 120px !important;
  }
  .u-xl-mb-120 {
    margin-bottom: 120px !important;
  }
  .u-xl-ml-120 {
    margin-left: 120px !important;
  }
  .u-xl-my-120 {
    margin-top: 120px;
    margin-bottom: 120px !important;
  }
  .u-xl-mx-120 {
    margin-left: 120px;
    margin-right: 120px !important;
  }
  .u-xl-p-120 {
    padding: 120px !important;
  }
  .u-xl-pt-120 {
    padding-top: 120px !important;
  }
  .u-xl-pr-120 {
    padding-right: 120px !important;
  }
  .u-xl-pb-120 {
    padding-bottom: 120px !important;
  }
  .u-xl-pl-120 {
    padding-left: 120px !important;
  }
  .u-xl-py-120 {
    padding-top: 120px;
    padding-bottom: 120px !important;
  }
  .u-xl-px-120 {
    padding-left: 120px;
    padding-right: 120px !important;
  }
  .u-xl-m-130 {
    margin: 130px !important;
  }
  .u-xl-mt-130 {
    margin-top: 130px !important;
  }
  .u-xl-mr-130 {
    margin-right: 130px !important;
  }
  .u-xl-mb-130 {
    margin-bottom: 130px !important;
  }
  .u-xl-ml-130 {
    margin-left: 130px !important;
  }
  .u-xl-my-130 {
    margin-top: 130px;
    margin-bottom: 130px !important;
  }
  .u-xl-mx-130 {
    margin-left: 130px;
    margin-right: 130px !important;
  }
  .u-xl-p-130 {
    padding: 130px !important;
  }
  .u-xl-pt-130 {
    padding-top: 130px !important;
  }
  .u-xl-pr-130 {
    padding-right: 130px !important;
  }
  .u-xl-pb-130 {
    padding-bottom: 130px !important;
  }
  .u-xl-pl-130 {
    padding-left: 130px !important;
  }
  .u-xl-py-130 {
    padding-top: 130px;
    padding-bottom: 130px !important;
  }
  .u-xl-px-130 {
    padding-left: 130px;
    padding-right: 130px !important;
  }
  .u-xl-m-140 {
    margin: 140px !important;
  }
  .u-xl-mt-140 {
    margin-top: 140px !important;
  }
  .u-xl-mr-140 {
    margin-right: 140px !important;
  }
  .u-xl-mb-140 {
    margin-bottom: 140px !important;
  }
  .u-xl-ml-140 {
    margin-left: 140px !important;
  }
  .u-xl-my-140 {
    margin-top: 140px;
    margin-bottom: 140px !important;
  }
  .u-xl-mx-140 {
    margin-left: 140px;
    margin-right: 140px !important;
  }
  .u-xl-p-140 {
    padding: 140px !important;
  }
  .u-xl-pt-140 {
    padding-top: 140px !important;
  }
  .u-xl-pr-140 {
    padding-right: 140px !important;
  }
  .u-xl-pb-140 {
    padding-bottom: 140px !important;
  }
  .u-xl-pl-140 {
    padding-left: 140px !important;
  }
  .u-xl-py-140 {
    padding-top: 140px;
    padding-bottom: 140px !important;
  }
  .u-xl-px-140 {
    padding-left: 140px;
    padding-right: 140px !important;
  }
  .u-xl-m-150 {
    margin: 150px !important;
  }
  .u-xl-mt-150 {
    margin-top: 150px !important;
  }
  .u-xl-mr-150 {
    margin-right: 150px !important;
  }
  .u-xl-mb-150 {
    margin-bottom: 150px !important;
  }
  .u-xl-ml-150 {
    margin-left: 150px !important;
  }
  .u-xl-my-150 {
    margin-top: 150px;
    margin-bottom: 150px !important;
  }
  .u-xl-mx-150 {
    margin-left: 150px;
    margin-right: 150px !important;
  }
  .u-xl-p-150 {
    padding: 150px !important;
  }
  .u-xl-pt-150 {
    padding-top: 150px !important;
  }
  .u-xl-pr-150 {
    padding-right: 150px !important;
  }
  .u-xl-pb-150 {
    padding-bottom: 150px !important;
  }
  .u-xl-pl-150 {
    padding-left: 150px !important;
  }
  .u-xl-py-150 {
    padding-top: 150px;
    padding-bottom: 150px !important;
  }
  .u-xl-px-150 {
    padding-left: 150px;
    padding-right: 150px !important;
  }
  .u-xl-m-160 {
    margin: 160px !important;
  }
  .u-xl-mt-160 {
    margin-top: 160px !important;
  }
  .u-xl-mr-160 {
    margin-right: 160px !important;
  }
  .u-xl-mb-160 {
    margin-bottom: 160px !important;
  }
  .u-xl-ml-160 {
    margin-left: 160px !important;
  }
  .u-xl-my-160 {
    margin-top: 160px;
    margin-bottom: 160px !important;
  }
  .u-xl-mx-160 {
    margin-left: 160px;
    margin-right: 160px !important;
  }
  .u-xl-p-160 {
    padding: 160px !important;
  }
  .u-xl-pt-160 {
    padding-top: 160px !important;
  }
  .u-xl-pr-160 {
    padding-right: 160px !important;
  }
  .u-xl-pb-160 {
    padding-bottom: 160px !important;
  }
  .u-xl-pl-160 {
    padding-left: 160px !important;
  }
  .u-xl-py-160 {
    padding-top: 160px;
    padding-bottom: 160px !important;
  }
  .u-xl-px-160 {
    padding-left: 160px;
    padding-right: 160px !important;
  }
  .u-xl-m-170 {
    margin: 170px !important;
  }
  .u-xl-mt-170 {
    margin-top: 170px !important;
  }
  .u-xl-mr-170 {
    margin-right: 170px !important;
  }
  .u-xl-mb-170 {
    margin-bottom: 170px !important;
  }
  .u-xl-ml-170 {
    margin-left: 170px !important;
  }
  .u-xl-my-170 {
    margin-top: 170px;
    margin-bottom: 170px !important;
  }
  .u-xl-mx-170 {
    margin-left: 170px;
    margin-right: 170px !important;
  }
  .u-xl-p-170 {
    padding: 170px !important;
  }
  .u-xl-pt-170 {
    padding-top: 170px !important;
  }
  .u-xl-pr-170 {
    padding-right: 170px !important;
  }
  .u-xl-pb-170 {
    padding-bottom: 170px !important;
  }
  .u-xl-pl-170 {
    padding-left: 170px !important;
  }
  .u-xl-py-170 {
    padding-top: 170px;
    padding-bottom: 170px !important;
  }
  .u-xl-px-170 {
    padding-left: 170px;
    padding-right: 170px !important;
  }
  .u-xl-m-180 {
    margin: 180px !important;
  }
  .u-xl-mt-180 {
    margin-top: 180px !important;
  }
  .u-xl-mr-180 {
    margin-right: 180px !important;
  }
  .u-xl-mb-180 {
    margin-bottom: 180px !important;
  }
  .u-xl-ml-180 {
    margin-left: 180px !important;
  }
  .u-xl-my-180 {
    margin-top: 180px;
    margin-bottom: 180px !important;
  }
  .u-xl-mx-180 {
    margin-left: 180px;
    margin-right: 180px !important;
  }
  .u-xl-p-180 {
    padding: 180px !important;
  }
  .u-xl-pt-180 {
    padding-top: 180px !important;
  }
  .u-xl-pr-180 {
    padding-right: 180px !important;
  }
  .u-xl-pb-180 {
    padding-bottom: 180px !important;
  }
  .u-xl-pl-180 {
    padding-left: 180px !important;
  }
  .u-xl-py-180 {
    padding-top: 180px;
    padding-bottom: 180px !important;
  }
  .u-xl-px-180 {
    padding-left: 180px;
    padding-right: 180px !important;
  }
  .u-xl-m-190 {
    margin: 190px !important;
  }
  .u-xl-mt-190 {
    margin-top: 190px !important;
  }
  .u-xl-mr-190 {
    margin-right: 190px !important;
  }
  .u-xl-mb-190 {
    margin-bottom: 190px !important;
  }
  .u-xl-ml-190 {
    margin-left: 190px !important;
  }
  .u-xl-my-190 {
    margin-top: 190px;
    margin-bottom: 190px !important;
  }
  .u-xl-mx-190 {
    margin-left: 190px;
    margin-right: 190px !important;
  }
  .u-xl-p-190 {
    padding: 190px !important;
  }
  .u-xl-pt-190 {
    padding-top: 190px !important;
  }
  .u-xl-pr-190 {
    padding-right: 190px !important;
  }
  .u-xl-pb-190 {
    padding-bottom: 190px !important;
  }
  .u-xl-pl-190 {
    padding-left: 190px !important;
  }
  .u-xl-py-190 {
    padding-top: 190px;
    padding-bottom: 190px !important;
  }
  .u-xl-px-190 {
    padding-left: 190px;
    padding-right: 190px !important;
  }
  .u-xl-m-200 {
    margin: 200px !important;
  }
  .u-xl-mt-200 {
    margin-top: 200px !important;
  }
  .u-xl-mr-200 {
    margin-right: 200px !important;
  }
  .u-xl-mb-200 {
    margin-bottom: 200px !important;
  }
  .u-xl-ml-200 {
    margin-left: 200px !important;
  }
  .u-xl-my-200 {
    margin-top: 200px;
    margin-bottom: 200px !important;
  }
  .u-xl-mx-200 {
    margin-left: 200px;
    margin-right: 200px !important;
  }
  .u-xl-p-200 {
    padding: 200px !important;
  }
  .u-xl-pt-200 {
    padding-top: 200px !important;
  }
  .u-xl-pr-200 {
    padding-right: 200px !important;
  }
  .u-xl-pb-200 {
    padding-bottom: 200px !important;
  }
  .u-xl-pl-200 {
    padding-left: 200px !important;
  }
  .u-xl-py-200 {
    padding-top: 200px;
    padding-bottom: 200px !important;
  }
  .u-xl-px-200 {
    padding-left: 200px;
    padding-right: 200px !important;
  }
}
/* 3. レイアウト系 */
.home header {
  background-color: transparent;
}

header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  transition: all 0.5s ease-in-out;
  background-color: #fff;
}
header.is-hide {
  transform: translateY(-110%);
}
header.is-bgColor {
  background-color: #fff;
}
header .boutiq-hamburger-menu-content {
  background: var(--wp--preset--color--brand-primary);
  background-blend-mode: screen;
  backdrop-filter: blur(15px);
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
header .boutiq-hamburger-menu-content .wp-block-navigation {
  margin-top: 50px;
}
header .boutiq-hamburger-menu-content .wp-block-navigation .wp-block-navigation-item__content {
  font-size: 28px;
  color: #fff;
  font-family: var(--wp--preset--font-family--lexend);
}
header .boutiq-hamburger-menu-content .has-child.wp-block-navigation-submenu {
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-start;
}
header .boutiq-hamburger-menu-content .has-child.wp-block-navigation-submenu .wp-block-navigation__submenu-icon.wp-block-navigation-submenu__toggle {
  display: none;
}
header .boutiq-hamburger-menu-content .has-child.wp-block-navigation-submenu .wp-block-navigation__submenu-container.wp-block-navigation-submenu .wp-block-navigation-item__content {
  padding: 0;
  font-weight: 300;
  opacity: 0.4;
  font-size: 20px;
}
header .boutiq-hamburger-menu-content .wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
  background-color: transparent;
  border: none;
}
header .boutiq-hamburger-menu-content .wp-block-navigation__submenu-container {
  width: 100% !important;
  min-width: 100% !important;
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  height: auto !important;
  pointer-events: auto !important;
  position: static !important;
}
header .boutiq-hamburger-menu-content {
  /* 親の has-child の dropdown 用 position を無効化 */
}
header .boutiq-hamburger-menu-content .wp-block-navigation .has-child {
  position: static !important;
}
header .boutiq-hamburger-menu-content {
  /* WordPress の hover トリガーを無効化 */
}
header .boutiq-hamburger-menu-content .wp-block-navigation .has-child:hover > .wp-block-navigation__submenu-container {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  height: auto !important;
}
header .c-hamburger-content {
  width: 100%;
  max-width: 100%;
}
header .c-hamburger-inner {
  width: 100%;
  max-width: 100%;
  padding: 10px 20px;
}
header .c-hamburger-nav {
  padding: 0 50px;
}
@media (max-width: 576px) {
  header .c-header-logo img {
    width: 215px;
    height: auto;
  }
}

.l-header-inner {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}
footer .wp-block-navigation__container {
  align-items: flex-start;
  font-size: 28px;
  font-weight: 300;
}
@media (max-width: 781px) {
  footer .wp-block-navigation__container {
    flex-direction: column;
    gap: 10px;
  }
}
footer .l-footer-inner {
  width: 94%;
  max-width: 1450px;
  margin-left: auto;
  margin-bottom: auto;
}
@media (max-width: 781px) {
  footer .l-footer-inner {
    gap: 100px;
  }
}
footer .l-footer-bottom {
  width: 94%;
  max-width: 1500px;
  margin-left: auto;
  margin-bottom: auto;
}
@media (max-width: 781px) {
  footer .footer-info {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
  }
}
footer .has-child.wp-block-navigation-submenu {
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-start;
}
footer .has-child.wp-block-navigation-submenu .wp-block-navigation__submenu-container.wp-block-navigation-submenu {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
}
footer .has-child.wp-block-navigation-submenu .wp-block-navigation__submenu-container.wp-block-navigation-submenu .wp-block-navigation-item__content {
  padding: 0;
}
footer .wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
  background-color: transparent;
  border: none;
}
footer .wp-block-navigation__submenu-container {
  width: 100% !important;
  min-width: 100% !important;
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  height: auto !important;
  pointer-events: auto !important;
  position: static !important;
}
footer {
  /* 親の has-child の dropdown 用 position を無効化 */
}
footer .wp-block-navigation .has-child {
  position: static !important;
}
footer {
  /* WordPress の hover トリガーを無効化 */
}
footer .wp-block-navigation .has-child:hover > .wp-block-navigation__submenu-container {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  height: auto !important;
}

/* 4. コンポーネント系 */
.taxonomy-category {
  line-height: 1;
  padding-left: 1rem;
  border-left: 1px solid #fff;
}

.c-posts {
  width: 94%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 8px;
  padding: 50px 100px;
}
@media (max-width: 781px) {
  .c-posts {
    padding: 20px;
  }
}
.c-posts h1.wp-block-post-title {
  font-size: clamp(1.5rem, 0.973rem + 2.16vw, 3rem);
  line-height: clamp(2.188rem, 1.595rem + 2.43vw, 3.875rem);
}
.c-posts h2,
.c-posts h3,
.c-posts h4,
.c-posts h5 {
  color: var(--wp--preset--color--brand-primary);
}
.c-posts h2 {
  font-size: clamp(1.375rem, 1.068rem + 1.26vw, 2.25rem);
}
.c-posts h3 {
  font-size: clamp(1.125rem, 0.949rem + 0.72vw, 1.625rem);
}
.c-posts p {
  font-size: clamp(0.75rem, 0.684rem + 0.27vw, 0.938rem);
}
.c-posts .c-page-nav {
  justify-content: center;
}
.c-posts .taxonomy-category {
  line-height: 1;
  padding-left: 1rem;
  border-left: 1px solid #fff;
}
.c-posts .taxonomy-category a {
  font-size: clamp(0.75rem, 0.662rem + 0.36vw, 1rem);
}
.c-posts .wp-block-post-date {
  font-size: 12px;
}

.post-thumbnail {
  width: 100%;
  aspect-ratio: 4/3;
}
.post-thumbnail a {
  width: 100%;
  height: 100% !important;
  display: block;
}
.post-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

div:has(.wp-block-post-terms) {
  flex-wrap: wrap;
}

.c-top-company .c-title-h2 {
  margin-top: 50px;
}
@media (max-width: 1024px) {
  .c-top-company .wp-block-media-text {
    display: flex;
    flex-direction: column;
  }
  .c-top-company .wp-block-media-text .wp-block-media-text__media {
    width: 100%;
    height: 350px;
  }
}
.c-top-company .c-deflist {
  padding-bottom: 100px;
}
.c-top-company .c-deflist-dl .c-deflist-term {
  padding: 20px 20px 20px 0;
  color: var(--wp--preset--color--brand-primary);
  position: relative;
  border-bottom: 1px solid var(--wp--preset--color--brand-primary);
}
@media (max-width: 576px) {
  .c-top-company .c-deflist-dl .c-deflist-term {
    width: 100%;
    border-bottom: none;
    padding-bottom: 0;
  }
  .c-top-company .c-deflist-dl .c-deflist-term::after {
    display: none;
  }
}
.c-top-company .c-deflist-dl .c-deflist-term::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: "";
  width: 80px;
  height: 2px;
  background-color: var(--wp--preset--color--brand-primary);
}
.c-top-company .c-deflist-dl .c-deflist-term p {
  margin: 0;
}
.c-top-company .c-deflist-dl .c-deflist-term:last-of-type {
  width: 100%;
  border-bottom: none;
}
.c-top-company .c-deflist-dl .c-deflist-term:last-of-type::after {
  display: none;
}
.c-top-company .c-deflist-dl .c-deflist-desc {
  padding: 20px 0;
  border-bottom: 1px solid var(--wp--preset--color--brand-primary);
  font-family: var(--wp--preset--font-family--shippori-mincho-b-1);
}
@media (max-width: 576px) {
  .c-top-company .c-deflist-dl .c-deflist-desc {
    width: 100%;
    position: relative;
  }
  .c-top-company .c-deflist-dl .c-deflist-desc::after {
    position: absolute;
    bottom: -1px;
    left: 0;
    content: "";
    width: 80px;
    height: 2px;
    background-color: var(--wp--preset--color--brand-primary);
  }
}
.c-top-company .c-deflist-dl .c-deflist-desc > .wp-block-group {
  gap: 0 40px;
}
.c-top-company .c-deflist-dl .c-deflist-desc:last-of-type {
  width: 100%;
  position: relative;
}
.c-top-company .c-deflist-dl .c-deflist-desc:last-of-type::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: "";
  width: 80px;
  height: 2px;
  background-color: var(--wp--preset--color--brand-primary);
}

.wp-block-template-part:has(.c-archives) {
  width: 100%;
  max-width: 100%;
}
.wp-block-template-part:has(.c-archives) .wp-block-categories-list {
  padding: 0;
}
.wp-block-template-part:has(.c-archives) .wp-block-categories-list .cat-item {
  list-style: none;
}
.wp-block-template-part:has(.c-archives) .c-archives-inner {
  width: 94%;
  max-width: 1450px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 0;
}
.wp-block-template-part:has(.c-archives) .c-archives-list {
  padding-top: 30px;
}
.wp-block-template-part:has(.c-archives) .c-archives-list li {
  margin-block-start: 0;
  padding: 20px 0;
  border-bottom: 1px solid #fff;
  transition: all 0.3s;
}
.wp-block-template-part:has(.c-archives) .c-archives-list li:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.wp-block-template-part:has(.c-archives) .page-numbers {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid #fff;
  transition: all 0.3s;
}
.wp-block-template-part:has(.c-archives) .page-numbers:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.wp-block-template-part:has(.c-archives) .page-numbers.current {
  background-color: #fff;
  color: var(--wp--preset--color--accent);
}

.wp-block-button__link {
  white-space: nowrap;
}

main .wp-block-buttons .wp-block-button .wp-block-button__link {
  position: relative;
  display: flex;
  align-items: center;
  gap: 30px;
  transition: all 0.3s;
}
main .wp-block-buttons .wp-block-button .wp-block-button__link::after {
  content: "";
  display: block;
  width: 13px;
  height: 9px;
  background-image: url(../images/icon-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s;
}
main .wp-block-buttons .wp-block-button .wp-block-button__link:hover {
  background-color: #fff;
  color: var(--wp--preset--color--brand-primary);
}
main .wp-block-buttons .wp-block-button .wp-block-button__link:hover::after {
  background-image: url(../images/icon-arrow-hover.svg);
}
main .wp-block-buttons .wp-block-button.-out .wp-block-button__link::after {
  background-image: url(../images/icon-arrow-out.svg);
}
main .wp-block-buttons .wp-block-button.-out .wp-block-button__link:hover::after {
  background-image: url(../images/icon-arrow-out-hover.svg);
}

.c-deflist-dl {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}

.c-deflist-term {
  width: 35%;
  font-weight: 700;
  margin: 0;
  padding: 20px;
  box-sizing: border-box;
}

.c-deflist-desc {
  width: 65%;
  box-sizing: border-box;
  margin: 0;
  padding: 20px;
}

.c-deflist-desc p {
  margin-bottom: 0;
}

.c-deflist-desc p + p {
  margin-bottom: 10px;
}

.c-deflist-desc iframe {
  max-width: 100%;
  width: 100%;
  border: 0;
  aspect-ratio: 16/9;
}

@media (max-width: 781px) {
  .c-deflist-term {
    padding: 20px 10px;
  }
  .c-deflist-desc {
    padding: 20px 10px;
  }
}
/* ================================
   BOUTiQ Hamburger Block – style.css
   対応: iconAH00〜06 / iconBH00〜02
   マークアップは <button class="boutiq-hamburger-button boutiq-hm--{buttonStyle}">
   だけを想定（追加DOMなし）
   ================================ */
.wp-block-boutiq-hamburger {
  position: relative;
  width: 50px;
  height: 40px;
}

/* メニュー内容の最小体裁 */
.boutiq-hamburger-menu-content[hidden] {
  display: none !important;
}

.boutiq-hamburger-menu-content {
  position: fixed;
  width: 100vw;
  height: 100%;
  height: 100dvh;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 1000;
  overflow-y: auto;
  box-sizing: border-box;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.28s ease, transform 0.32s cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: opacity, transform;
  background: var(--hm-menu-bg, transparent);
  color: var(--hm-menu-color, inherit);
  padding: var(--hm-menu-pad, 0);
}

/* 念のための保険（多用は非推奨）：ボタンの色はテーマ/ブロックの指定を尊重 */
.boutiq-hamburger-menu-content .wp-block-button__link {
  color: unset;
  /* or revert; 2025年なら主要ブラウザ対応 */
  background: unset;
  /* ← 背景もメニュー側で触っていないなら不要 */
}

/* 中のリンクも文字色に追従させたい場合 */
.boutiq-hamburger-menu-content a:not(.wp-block-button__link) {
  color: inherit;
}

/* 必要なら区切り線や境界 */
.boutiq-hamburger-menu-content hr {
  border: 0;
  height: 1px;
  background: currentColor;
  opacity: 0.2;
}

/* ▼ 開状態（JSで付与/除去） */
.boutiq-hamburger-menu-content.is-open {
  opacity: 1;
  transform: translateY(0);
}

/* アニメ不要ユーザー配慮 */
@media (prefers-reduced-motion: reduce) {
  .boutiq-hamburger-menu-content {
    transition: none;
    transform: none;
  }
}
/* --- 共通ボタンのベース --- */
.boutiq-hamburger-button {
  --hm-font: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans JP", "Apple Color Emoji", "Segoe UI Emoji";
  --hm-radius: 10px;
  --hm-pad-x: 14px;
  --hm-pad-y: 15px;
  --hm-icon-size: 32px;
  /* アイコン横幅 */
  --hm-line: 3px;
  /* 線の太さ */
  --hm-gap: 9px;
  /* 線の上下間隔（見た目） */
  --hm-color: #111;
  /* 文字・アイコン色(=currentColor) */
  --hm-bg: #fff;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  /* テキストとアイコンの距離（実質は左アイコンなので効かないが保険） */
  padding: 0;
  font: 600 14px/1 var(--hm-font);
  color: var(--hm-color);
  background: var(--hm-bg);
  border: none;
  border-radius: var(--hm-radius);
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  z-index: 1001;
  height: 40px;
}

/* アクセシビリティ */
.boutiq-hamburger-button:focus-visible {
  outline: 2px solid #2563eb;
  outline-offset: 2px;
}

.boutiq-hamburger-button::before,
.boutiq-hamburger-button::after {
  content: "";
  position: absolute;
  pointer-events: none;
  left: 12px;
  top: 50%;
  width: var(--hm-icon-size);
  height: var(--hm-line);
  background: currentColor;
  border-radius: 1px;
  transform: translateY(calc(-50% - var(--hm-line) / 2));
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease, width 0.2s ease;
}

/* 閉じている時は ::before だけが3本線を描く（上下を box-shadow に） */
.boutiq-hamburger-button::before {
  transform: translateY(-5px);
}

.boutiq-hamburger-button::after {
  transform: translateY(5px);
  /* Xの片側は閉時は非表示 */
}

/* 開いた時（aria-expanded=true）でXに変形 */
.boutiq-hamburger-button[aria-expanded=true]::before {
  transform: translateY(-50%) rotate(45deg);
  background-color: #fff;
}

.boutiq-hamburger-button[aria-expanded=true]::after {
  transform: translateY(-50%) rotate(-45deg);
  background-color: #fff;
}

/* =======================================================
      A系列（iconAH00〜iconAH06）: 配色/質感ちがい
      ======================================================= */
/* AH00: デフォルト（アウトライン） */
.boutiq-hamburger-button.boutiq-hm--iconAH00 {
  --hm-color: #111;
  --hm-bg: #fff;
  --hm-border: #d1d5db;
}

/* AH01: ダーク塗りつぶし */
.boutiq-hamburger-button.boutiq-hm--iconAH01::before {
  top: var(--hm-line);
  box-shadow: 0 calc(var(--hm-gap) * 3 - var(--hm-line)) 0 0 currentColor;
}

.boutiq-hamburger-button.boutiq-hm--iconAH01::after {
  opacity: 1;
  width: calc(var(--hm-icon-size) * 0.7);
  /* Xの片側は閉時は非表示 */
}

/* AH02: ゴースト（枠なし・薄背景） */
.boutiq-hamburger-button.boutiq-hm--iconAH02 {
  --hm-color: #111;
  --hm-bg: transparent;
  --hm-border: transparent;
}

/* AH03: ソフト（淡色塗り + ピル） */
.boutiq-hamburger-button.boutiq-hm--iconAH03 {
  --hm-color: #111;
  --hm-bg: #f3f4f6;
  --hm-border: #e5e7eb;
  --hm-radius: 9999px;
}

/* AH04: アンダーライン（テキストリンク風） */
.boutiq-hamburger-button.boutiq-hm--iconAH04 {
  --hm-color: #111;
  --hm-bg: transparent;
  --hm-border: transparent;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.boutiq-hamburger-button.boutiq-hm--iconAH04:hover {
  text-decoration-thickness: 2px;
}

/* AH05: ブランド色（ブルー） */
.boutiq-hamburger-button.boutiq-hm--iconAH05 {
  --hm-color: #fff;
  --hm-bg: #2563eb;
  --hm-border: #2563eb;
}

.boutiq-hamburger-button.boutiq-hm--iconAH05:hover {
  --hm-bg: #1d4ed8;
  --hm-border: #1d4ed8;
}

/* AH06: グラス（ガラス風） */
.boutiq-hamburger-button.boutiq-hm--iconAH06 {
  --hm-color: #111;
  --hm-bg: rgba(255, 255, 255, .35);
  --hm-border: rgba(255, 255, 255, .5);
  backdrop-filter: saturate(1.2) blur(8px);
}

/* =======================================================
      B系列（iconBH00〜iconBH02）: レイアウト/アクセント差
      ======================================================= */
/* BH00: 右アイコン配置（テキスト左・アイコン右） */
.boutiq-hamburger-button.boutiq-hm--iconBH00 {
  --hm-color: #111;
  --hm-bg: #fff;
  --hm-border: #d1d5db;
  padding: var(--hm-pad-y) calc(var(--hm-pad-x) + var(--hm-icon-size) + 10px) var(--hm-pad-y) var(--hm-pad-x);
}

.boutiq-hamburger-button.boutiq-hm--iconBH00::before,
.boutiq-hamburger-button.boutiq-hm--iconBH00::after {
  left: auto;
  right: 12px;
}

/* BH01: フル幅・センター配置（ボタンをブロック化） */
.boutiq-hamburger-button.boutiq-hm--iconBH01 {
  --hm-color: #111;
  --hm-bg: #f9fafb;
  --hm-border: #e5e7eb;
  display: block;
  width: 100%;
  text-align: center;
  padding-left: var(--hm-pad-x);
}

.boutiq-hamburger-button.boutiq-hm--iconBH01::before,
.boutiq-hamburger-button.boutiq-hm--iconBH01::after {
  left: 50%;
  margin-left: calc(var(--hm-icon-size) / -2);
}

/* BH02: アクセントカラー（グリーン）+ 角丸大きめ */
.boutiq-hamburger-button.boutiq-hm--iconBH02 {
  --hm-color: #065f46;
  --hm-bg: #ecfdf5;
  --hm-border: #a7f3d0;
  --hm-radius: 14px;
}

.boutiq-hamburger-button.boutiq-hm--iconBH02:hover {
  --hm-bg: #d1fae5;
}

/* =======================================================
      微調整（サイズ・密度）: 必要ならクラス追加で上書き
      ======================================================= */
/* コンパクトにしたい場合の例（任意で追加使用）
   .boutiq-hamburger-button.is-compact {
     --hm-pad-y: 8px;
     --hm-pad-x: 12px;
     --hm-icon-size: 18px;
     --hm-line: 2px;
     font-size: 13px;
   }
   */
/* 大きめ
   .boutiq-hamburger-button.is-large {
     --hm-pad-y: 14px;
     --hm-pad-x: 18px;
     --hm-icon-size: 26px;
     --hm-line: 3px;
     font-size: 15px;
   }
   */
/* ラベル非表示のときはアイコンを中央に */
.boutiq-hamburger-button.is-icon-only {
  /* 左アイコン用の追加パディングを戻して、正方形っぽく */
  padding: var(--hm-pad-y) var(--hm-pad-x);
  min-width: calc(var(--hm-icon-size) + var(--hm-pad-x) * 2);
  justify-content: center;
  /* ボタン自体の内容を中央寄せ（保険） */
}

/* 右アイコンレイアウト（BH00）のときも中央にしたい */
.boutiq-hamburger-button.boutiq-hm--iconBH00.is-icon-only::before,
.boutiq-hamburger-button.boutiq-hm--iconBH00.is-icon-only::after {
  right: auto;
}

/* 下線スタイル（AH04）でラベルだけに下線を当てている場合は無効化されるので特に追加不要 */
/* JS 準備前は一切表示しない（チラつき防止） */
.hm-preload .wp-block-boutiq-hamburger .boutiq-hamburger-button {
  visibility: hidden;
}

.hm-preload .wp-block-boutiq-hamburger .boutiq-hamburger-menu-content {
  display: none !important;
}

/* 準備完了後だけ見せる */
.hm-ready .wp-block-boutiq-hamburger .boutiq-hamburger-button {
  visibility: visible;
}

.footer-copyright {
  font-size: 14px;
}

/* ========== hmenu-a-photo00 ========== */
.hmenu-a-photo00 {
  height: 100dvh;
}
.hmenu-a-photo00 .wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true] ~ .wp-block-navigation__submenu-container,
.hmenu-a-photo00 .wp-block-navigation .has-child:not(.open-on-click) > .wp-block-navigation__submenu-container,
.hmenu-a-photo00 .wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within > .wp-block-navigation__submenu-container {
  height: 0;
  width: 0;
  min-width: 0;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
}
.hmenu-a-photo00 .hmenu-a-photo00-inner {
  height: 100%;
  overflow-y: auto;
  width: 100%;
  max-width: 100%;
  gap: 0;
}
.hmenu-a-photo00 .hmenu-image,
.hmenu-a-photo00 .hmenu-image .wp-block-image {
  overflow: hidden;
  width: 100%;
  height: 100dvh;
}
.hmenu-a-photo00 .hmenu-image img,
.hmenu-a-photo00 .hmenu-image .wp-block-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 781px) {
  .hmenu-a-photo00 .hmenu-image {
    display: none;
  }
}
.hmenu-a-photo00 .hmenu-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 30px;
  overflow-y: auto;
}
.hmenu-a-photo00 .hmenu-content > * {
  width: 100%;
  max-width: 400px;
}
.hmenu-a-photo00 .hmenu-content .wp-block-navigation .wp-block-navigation-item {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.hmenu-a-photo00 .hmenu-content .wp-block-navigation__submenu-icon.wp-block-navigation-submenu__toggle svg {
  display: none;
}
.hmenu-a-photo00 .hmenu-content .wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
  border: none;
}
.hmenu-a-photo00 .hmenu-content .wp-block-navigation .has-child:not(.open-on-click) > .wp-block-navigation__submenu-container {
  width: auto;
  min-width: 200px;
  align-items: center;
  background-color: inherit;
  color: inherit;
  display: flex;
  flex-direction: column;
  left: auto;
  position: relative;
  top: auto;
}
.hmenu-a-photo00 .hmenu-content .wp-block-navigation-item.has-child.open-on-hover-click.wp-block-navigation-submenu.is-active .wp-block-navigation__submenu-container.wp-block-navigation-submenu {
  height: auto;
  opacity: 1;
  overflow: visible;
  visibility: visible;
}

/* ========== hmenu ========== */
/* ========== error-an00 ========== */
.error-an00 h1.wp-block-heading {
  font-size: 30vw;
  line-height: 1;
  color: var(--wp--preset--color--brand-primary);
}
.error-an00 h2.wp-block-heading {
  font-size: 9vw;
  line-height: 1;
  color: var(--wp--preset--color--brand-primary);
}
.error-an00 p {
  margin-top: 50px;
}
.error-an00 .wp-block-buttons {
  margin-top: 50px;
}

/* ========== error-bn00 ========== */
.error-bn00 h1.wp-block-heading {
  font-weight: normal;
  font-size: 20vw;
  line-height: 1;
}
.error-bn00 h2.wp-block-heading {
  font-weight: normal;
  font-size: 6vw;
  line-height: 1;
}
.error-bn00 h3.wp-block-heading {
  font-size: 3vw;
  margin-top: 50px;
}
@media (max-width: 781px) {
  .error-bn00 h3.wp-block-heading {
    font-size: 22px;
  }
}
.error-bn00 p {
  margin-top: 30px;
}
.error-bn00 .wp-block-buttons {
  margin-top: 50px;
}

/* ========== error-cn00 ========== */
.error-cn00 {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.error-cn00 > * {
  width: 100%;
  flex-grow: 100%;
}
.error-cn00 .error-eyebrow {
  margin: 0;
  font-size: 20px;
}
.error-cn00 h1.wp-block-heading {
  line-height: 1.5;
  font-size: 5vw;
  position: relative;
  margin: 0;
  padding-bottom: 20px;
}
.error-cn00 h1.wp-block-heading::before {
  content: "";
  width: 50px;
  height: 10px;
  background-color: var(--wp--preset--color--brand-primary);
  position: absolute;
  bottom: 0;
  left: 0;
}
.error-cn00 p,
.error-cn00 .wp-block-buttons {
  margin-top: 50px;
}

/* ========== error-as00 ========== */
/* ========== error-bs00 ========== */
.c-top-service {
  background-color: rgba(0, 0, 0, 0.2);
}
.c-top-service > .primary {
  width: 80%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 781px) {
  .c-top-service > .primary {
    width: 94%;
  }
}
.c-top-service > .primary h3 {
  font-size: clamp(1.625rem, 1.142rem + 1.98vw, 3rem);
  font-weight: 400;
  line-height: clamp(2.938rem, 2.389rem + 2.25vw, 4.5rem);
}
@media (max-width: 576px) {
  .c-top-service > .primary h3 {
    font-weight: 500;
  }
}
.c-top-service > .primary p {
  margin: 30px 0 0;
  font-size: clamp(0.75rem, 0.574rem + 0.72vw, 1.25rem);
}
.c-top-service > .secondary {
  width: 94%;
  max-width: 1450px;
  margin: 50px auto 0;
}
.c-top-service .c-service01 {
  width: 100%;
  max-width: 100%;
  background: rgba(255, 255, 255, 0.6);
  background-blend-mode: screen;
  backdrop-filter: blur(15px);
  border-radius: 4px;
}
.c-top-service .c-service01 .c-service01-heading {
  position: relative;
  padding-left: 50px;
}
@media (max-width: 781px) {
  .c-top-service .c-service01 .c-service01-heading {
    justify-content: center;
    padding: 0;
  }
}
.c-top-service .c-service01 .c-service01-heading > .primary {
  width: 60%;
}
@media (max-width: 781px) {
  .c-top-service .c-service01 .c-service01-heading > .primary {
    width: 100%;
  }
}
.c-top-service .c-service01 .c-service01-heading .c-text-floating {
  position: absolute;
  transform: rotate(90deg);
  transform-origin: left top;
  margin: 0;
  top: 0;
  left: -20px;
}
@media (max-width: 781px) {
  .c-top-service .c-service01 .c-service01-heading .c-text-floating {
    position: relative;
    top: auto;
    left: auto;
    transform: rotate(0);
  }
}
.c-top-service .c-service01 .c-service01-heading .wp-block-image {
  width: 35%;
  max-width: 475px;
}
@media (max-width: 781px) {
  .c-top-service .c-service01 .c-service01-heading .wp-block-image {
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
}
.c-top-service .c-service01 .c-service01-heading h3 {
  line-height: 1;
  margin: 0;
  font-size: clamp(2.125rem, 0.983rem + 4.68vw, 5.375rem);
  letter-spacing: -0.02em;
  font-style: normal;
  font-weight: 600;
}
@media (max-width: 576px) {
  .c-top-service .c-service01 .c-service01-heading h3 {
    margin-top: 15px;
  }
}
.c-top-service .c-service01 .c-service01-heading .subtitle {
  margin-top: 28px;
  font-size: clamp(0.938rem, 0.674rem + 1.08vw, 1.688rem);
}
.c-top-service .c-service01 .c-service01-heading .text {
  margin-top: 40px;
  font-size: clamp(0.813rem, 0.769rem + 0.18vw, 0.938rem);
}
@media (max-width: 576px) {
  .c-top-service .c-service01 .c-service01-heading .text {
    margin-top: 30px;
  }
}
.c-top-service .c-service01 .c-service01-heading .wp-block-buttons {
  margin-top: 50px;
}
@media (max-width: 781px) {
  .c-top-service .c-service01 .c-service01-heading .wp-block-buttons {
    justify-content: center;
    margin-top: 30px;
  }
}
.c-top-service .c-service01 .c-service01-detail {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 30px 50px;
  margin-block-start: 12px;
}
@media (max-width: 781px) {
  .c-top-service .c-service01 .c-service01-detail {
    padding: 50px;
  }
}
@media (max-width: 576px) {
  .c-top-service .c-service01 .c-service01-detail {
    padding: 30px;
  }
}
.c-top-service .c-service01 .c-service01-detail ul {
  width: calc(100% - 450px);
  padding: 0;
}
.c-top-service .c-service01 .c-service01-detail ul li {
  list-style: none;
  font-size: clamp(0.875rem, 0.831rem + 0.18vw, 1rem);
}
@media (max-width: 1024px) {
  .c-top-service .c-service01 .c-service01-detail ul {
    width: calc(50% - 50px);
  }
}
@media (max-width: 781px) {
  .c-top-service .c-service01 .c-service01-detail ul {
    width: 100%;
  }
  .c-top-service .c-service01 .c-service01-detail ul li {
    padding: 15px 0;
    line-height: 22px;
  }
  .c-top-service .c-service01 .c-service01-detail ul li + li {
    border-top: 1px solid #D3D3D3;
  }
}
.c-top-service .c-service01 .c-service01-detail .title {
  width: 50%;
  max-width: 400px;
}
@media (max-width: 781px) {
  .c-top-service .c-service01 .c-service01-detail .title {
    width: 100%;
    max-width: 100%;
  }
}
.c-top-service .c-service01 .c-service01-detail .title h4 {
  font-size: clamp(1.375rem, 1.331rem + 0.18vw, 1.5rem);
  margin: 0;
}
.c-top-service .c-service01 .c-service01-detail .title p {
  font-size: clamp(0.875rem, 0.853rem + 0.09vw, 0.938rem);
  margin: 0;
}
.c-top-service .c-service-common {
  background: rgba(255, 255, 255, 0.6);
  background-blend-mode: screen;
  backdrop-filter: blur(15px);
  border-radius: 4px;
  position: relative;
  padding: 30px 30px 30px 80px;
}
@media (max-width: 781px) {
  .c-top-service .c-service-common {
    padding: 30px;
  }
}
.c-top-service .c-service-common h3 {
  line-height: 1;
  margin: 0;
  font-size: clamp(2.125rem, 1.466rem + 2.7vw, 4rem);
}
@media (max-width: 576px) {
  .c-top-service .c-service-common h3 {
    margin-top: 20px;
  }
}
.c-top-service .c-service-common .subtitle {
  line-height: 1.2;
  margin-top: 28px;
  font-size: clamp(0.938rem, 0.718rem + 0.9vw, 1.563rem);
}
.c-top-service .c-service-common .text {
  margin-top: clamp(1.25rem, 1.03rem + 0.9vw, 1.875rem);
  font-size: clamp(0.813rem, 0.769rem + 0.18vw, 0.938rem);
}
.c-top-service .c-service-common .c-text-floating {
  position: absolute;
  transform: rotate(90deg);
  transform-origin: left top;
  margin: 0;
  top: 20px;
  left: 50px;
}
@media (max-width: 781px) {
  .c-top-service .c-service-common .c-text-floating {
    position: relative;
    top: auto;
    left: auto;
    transform: rotate(0);
  }
}

/* ========== privacy-an00 ========== */
.privacy-an00 h2.wp-block-heading {
  margin-top: 50px;
  color: var(--wp--preset--color--brand-primary);
}

/* ========== privacy-bn00 ========== */
.privacy-bn00 .wp-block-group {
  background-color: var(--wp--preset--color--surface-muted);
  padding: 50px;
  border-radius: var(--wp--style--border-radius);
}
.privacy-bn00 h2.wp-block-heading {
  margin-top: 50px;
  color: var(--wp--preset--color--brand-primary);
}

.c-top-fv {
  height: 100dvh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: rgba(0, 0, 0, 0.05);
}

.c-top-fv-en {
  font-size: clamp(2.75rem, 1.432rem + 5.41vw, 6.5rem);
  line-height: calc(clamp(2.75rem, 1.432rem + 5.41vw, 6.5rem) * 1.1);
  letter-spacing: -0.03em;
  font-style: normal;
  font-weight: 400;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 781px) {
  .c-top-fv-en {
    line-height: calc(clamp(2.75rem, 1.432rem + 5.41vw, 6.5rem) * 1.3);
  }
}

.c-top-fv-ja {
  margin-top: 40px;
  font-style: normal;
  font-weight: 600;
  font-size: clamp(1.313rem, 1.093rem + 0.9vw, 1.938rem);
  line-height: calc(clamp(1.313rem, 1.093rem + 0.9vw, 1.938rem) * 1.1);
  letter-spacing: 0.03em;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.c-top-pickup {
  padding: 35px 20px;
  background-color: var(--wp--preset--color--surface-muted);
}
@media (max-width: 781px) {
  .c-top-pickup {
    padding: 30px 20px;
  }
}
.c-top-pickup .sub {
  font-size: clamp(0.875rem, 0.831rem + 0.18vw, 1rem);
}
.c-top-pickup .taxonomy-category {
  line-height: 1;
  padding-left: 1rem;
  border-left: 1px solid var(--wp--preset--color--text);
  font-size: clamp(0.875rem, 0.787rem + 0.36vw, 1.125rem);
}
.c-top-pickup .c-top-pickup-post {
  gap: 20px 50px;
}
@media (max-width: 781px) {
  .c-top-pickup .c-top-pickup-post {
    gap: 10px 30px;
    justify-content: flex-start;
  }
}
.c-top-pickup .wp-block-post-title {
  font-size: clamp(0.938rem, 0.872rem + 0.27vw, 1.125rem);
}
.c-top-pickup .wp-block-post-title a {
  line-height: 2;
}
.c-top-pickup .wp-block-post-title a::after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 10px;
  background-image: url(../images/icon-arrow-next.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 50px;
}
@media (max-width: 781px) {
  .c-top-pickup .wp-block-post-title a::after {
    display: none;
  }
}

@media (max-width: 781px) {
  .c-top-visions {
    padding-top: 30px;
  }
}
.c-top-visions .c-top-vision {
  width: 94%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 576px) {
  .c-top-visions .c-top-vision {
    width: calc(94% - 20px);
  }
  .c-top-visions .c-top-vision .ja {
    font-weight: 500;
  }
}
.c-top-visions .sub {
  font-size: clamp(1rem, 0.868rem + 0.54vw, 1.375rem);
}
.c-top-visions h1.wp-block-heading {
  font-size: clamp(1.563rem, 1.057rem + 2.07vw, 3rem);
  line-height: clamp(2.938rem, 2.389rem + 2.25vw, 4.5rem);
}

.c-vision-item {
  width: 100%;
}
.c-vision-item .ja {
  font-size: clamp(1rem, 0.868rem + 0.54vw, 1.375rem);
  line-height: clamp(2rem, 1.693rem + 1.26vw, 2.875rem);
}
@media (max-width: 781px) {
  .c-vision-item .ja {
    order: 1;
  }
}
.c-vision-item .en {
  padding-top: 10px;
}
@media (max-width: 781px) {
  .c-vision-item .en {
    order: 2;
  }
}
.c-vision-item .en .primary {
  font-weight: normal;
  font-size: clamp(0.938rem, 0.872rem + 0.27vw, 1.125rem);
}
.c-vision-item .en .secondary {
  font-size: clamp(0.625rem, 0.537rem + 0.36vw, 0.875rem);
}

.c-countup-list {
  gap: 0;
}
@media (max-width: 781px) {
  .c-countup-list {
    gap: 50px 0;
  }
}
@media (max-width: 576px) {
  .c-countup-list {
    gap: 0;
  }
}
.c-countup-list .c-countup-item {
  width: 32%;
}
@media (max-width: 781px) {
  .c-countup-list .c-countup-item {
    width: 45%;
  }
  .c-countup-list .c-countup-item:first-of-type {
    border-right: 2px solid var(--wp--preset--color--brand-primary);
  }
}
@media (max-width: 576px) {
  .c-countup-list .c-countup-item {
    width: 80%;
    padding: 40px 0;
  }
  .c-countup-list .c-countup-item:first-of-type {
    border-right: none;
  }
}
.c-countup-list .c-countup-item + .c-countup-item {
  border-left: 2px solid var(--wp--preset--color--brand-primary);
}
@media (max-width: 781px) {
  .c-countup-list .c-countup-item + .c-countup-item {
    border-left: none;
  }
}
@media (max-width: 576px) {
  .c-countup-list .c-countup-item + .c-countup-item {
    border-top: 2px solid #CDCDCD;
  }
}
.c-countup-list .c-countup-item h4.wp-block-heading {
  font-size: 16px;
}
.c-countup-list .c-countup-item .c-countup-num {
  font-size: 54px;
  line-height: 1;
}
.c-countup-list .c-countup-item .c-countup-num span {
  line-height: 1;
}
.c-countup-list .c-countup-item .c-countup-num .unit {
  font-size: 26px;
}

.c-title-h2 {
  font-size: clamp(2.25rem, 1.635rem + 2.52vw, 4rem);
  font-family: var(--wp--preset--font-family--lexend) !important;
  font-weight: 300;
  position: relative;
  line-height: 2;
}
@media (max-width: 781px) {
  .c-title-h2 {
    text-align: center;
  }
}
.c-title-h2::after {
  content: "";
  width: 70px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 781px) {
  .c-title-h2::after {
    left: 50%;
    transform: translateX(-50%);
  }
}
.c-title-h2.--small {
  font-size: clamp(1.875rem, 1.458rem + 1.71vw, 3.063rem);
}
.c-title-h2.--line-none::after {
  display: none;
}
.c-title-h2.--line-color-secondary::after {
  background-color: var(--wp--preset--color--brand-secondary);
}
.c-title-h2.has-text-align-center::after {
  left: 50%;
  transform: translateX(-50%);
}

.c-video-bg {
  position: fixed;
  /* ← 画面に対して固定 */
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  pointer-events: none;
}

.c-video-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-top-why_now .wp-block-cover__inner-container {
  width: 94%;
  max-width: 1450px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 781px) {
  .c-top-why_now .wp-block-cover__inner-container {
    flex-wrap: wrap;
  }
}
.c-top-why_now .wp-block-cover__inner-container .title {
  width: 40%;
  flex-basis: 40%;
}
@media (max-width: 781px) {
  .c-top-why_now .wp-block-cover__inner-container .title {
    width: 100%;
    flex-basis: 100%;
  }
}
.c-top-why_now .wp-block-cover__inner-container .title .subtitle {
  font-size: 20px;
  margin-top: 20px;
}
@media (max-width: 781px) {
  .c-top-why_now .wp-block-cover__inner-container .title .subtitle {
    font-size: 19px;
    text-align: center;
  }
}
.c-top-why_now .wp-block-cover__inner-container .c-why-list {
  width: 50%;
  flex-basis: 50%;
}
@media (max-width: 781px) {
  .c-top-why_now .wp-block-cover__inner-container .c-why-list {
    width: 100%;
    flex-basis: 100%;
  }
}
.c-top-why_now .wp-block-cover__inner-container .c-why-item {
  padding: 45px 0;
}
.c-top-why_now .wp-block-cover__inner-container .c-why-item .num {
  white-space: nowrap;
  line-height: calc(clamp(1.625rem, 1.493rem + 0.54vw, 2rem) * 1.5);
}
.c-top-why_now .wp-block-cover__inner-container .c-why-item h3 {
  font-size: clamp(1.625rem, 1.493rem + 0.54vw, 2rem);
  line-height: 1.5;
}
.c-top-why_now .wp-block-cover__inner-container .c-why-item .text {
  font-size: clamp(0.813rem, 0.747rem + 0.27vw, 1rem);
  margin-top: 20px;
}
.c-top-why_now .wp-block-cover__inner-container .c-why-item + .c-why-item {
  border-top: 1px solid #ADADAD;
}

.c-top-message .c-title-h2::after {
  width: 4px;
}
.c-top-message .c-message-item {
  width: 94%;
  max-width: 1450px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 781px) {
  .c-top-message .c-message-item {
    gap: 100px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.c-top-message .c-message-item .c-message-photo {
  flex-basis: 30%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 781px) {
  .c-top-message .c-message-item .c-message-photo {
    flex-basis: 100%;
    justify-content: center;
    align-items: center;
  }
}
.c-top-message .c-message-item .c-message-photo .c-position {
  flex-wrap: wrap;
}
.c-top-message .c-message-item .c-message-photo .c-position p {
  margin-top: 10px;
}
.c-top-message .c-message-item .c-message-photo .c-name {
  display: flex;
  gap: 20px;
  align-items: flex-end;
  flex-wrap: wrap;
  font-size: 38px;
  font-family: var(--wp--preset--font-family--shippori-mincho-b-1);
  line-height: 1;
  padding-left: 20px;
  border-left: 4px solid var(--wp--preset--color--brand-secondary);
}
.c-top-message .c-message-item .c-message-photo .c-name .en {
  font-family: "Lexend";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 30px;
}
.c-top-message .c-message-item .c-message-content {
  flex-basis: 70%;
}
@media (max-width: 781px) {
  .c-top-message .c-message-item .c-message-content {
    flex-basis: 100%;
  }
}
.c-top-message .c-message-item .c-message-content h3 {
  font-size: clamp(1.5rem, 1.28rem + 0.9vw, 2.125rem);
  font-weight: 400;
  line-height: 1.8;
}
.c-top-message .c-message-item .c-message-content p {
  line-height: 2.4;
  font-size: clamp(1rem, 0.956rem + 0.18vw, 1.125rem);
  text-align: justify;
}
.c-form-wrapper {
  width: 94%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 50px;
  font-family: var(--wp--preset--font-family--shippori-mincho-b-1);
}
@media (max-width: 781px) {
  .c-form-wrapper {
    padding: 30px;
  }
}
.c-form-wrapper .c-title-h2 {
  line-height: 1.5;
}
.c-form-wrapper .form-group {
  width: 100%;
  border-bottom: 1px solid var(--wp--preset--color--text);
  display: flex;
  align-items: flex-end;
  padding: 20px 0 5px;
}
.c-form-wrapper .form-group.text-area {
  height: auto;
  padding: 30px 0 10px;
  flex-direction: column;
  align-items: flex-start;
}
.c-form-wrapper .form-group.text-area label {
  align-items: flex-start;
  flex-direction: column;
}
.c-form-wrapper .form-group.text-area label .wpcf7-form-control-wrap {
  width: 100%;
}
.c-form-wrapper .form-group input,
.c-form-wrapper .form-group select {
  border: none;
  line-height: 1.5;
  padding: 10px 10px 10px 20px;
  width: 100%;
  box-sizing: border-box;
  background-color: var(--wp--preset--color--border);
}
.c-form-wrapper .form-group textarea {
  border: none;
  line-height: 1.5;
  padding: 10px 10px 10px 20px;
  width: 100%;
  box-sizing: border-box;
  background-color: var(--wp--preset--color--border);
  height: 150px;
}
.c-form-wrapper .form-group textarea::placeholder {
  color: var(--wp--preset--color--border);
}
.c-form-wrapper .form-group p {
  width: 100%;
  margin: 0;
}
.c-form-wrapper .form-group label {
  gap: 10px;
  width: 100%;
  display: flex;
  align-items: center;
}
.c-form-wrapper .form-group label > span {
  white-space: nowrap;
}
.c-form-wrapper .form-group label .wpcf7-form-control-wrap {
  flex-grow: 1;
}
@media (max-width: 576px) {
  .c-form-wrapper .form-group label {
    flex-direction: column;
    align-items: flex-start;
  }
  .c-form-wrapper .form-group label .wpcf7-form-control-wrap {
    width: 100%;
    flex-grow: 100%;
  }
}
.c-form-wrapper .form-privacypolicy {
  padding: 30px 0 0;
}
.c-form-wrapper .form-privacypolicy .wpcf7-form-control-wrap,
.c-form-wrapper .form-privacypolicy .wpcf7-form-control.wpcf7-acceptance,
.c-form-wrapper .form-privacypolicy .wpcf7-list-item {
  width: 100%;
  display: flex;
  margin: 0;
}
.c-form-wrapper .form-privacypolicy .wpcf7-list-item-label {
  white-space: nowrap;
}
.c-form-wrapper .form-privacypolicy label {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
.c-form-wrapper .form-privacypolicy label a {
  text-decoration: underline;
}
.c-form-wrapper .wp-block-buttons {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-form-wrapper .wp-block-buttons p {
  padding: 0;
  margin: 0;
}
.c-form-wrapper .wp-block-buttons .wpcf7-spinner {
  display: none;
}
.c-form-wrapper .wp-block-buttons input {
  border: 1px solid var(--wp--preset--color--text);
  padding: 14px 74px;
  border-radius: 2px;
}
.c-form-wrapper .wp-block-buttons input:disabled {
  border: 1px solid var(--wp--preset--color--border-strong);
}
.c-form-wrapper .wpcf7 {
  margin: 0;
}

.c-top-news {
  width: 94%;
  max-width: 1450px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 781px) {
  .c-top-news {
    flex-wrap: wrap;
  }
}
@media (max-width: 781px) {
  .c-top-news .title {
    width: 100%;
  }
}
.c-top-news .c-top-news-list {
  width: 60%;
}
@media (max-width: 781px) {
  .c-top-news .c-top-news-list {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.c-top-news .c-top-news-list li {
  padding: 20px 0;
  border-bottom: 1px solid #ADADAD;
}
.c-top-news .c-top-news-list li:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.c-top-news .c-top-news-list .taxonomy-category {
  line-height: 1;
  padding-left: 1rem;
  border-left: 1px solid #fff;
  font-size: clamp(0.875rem, 0.787rem + 0.36vw, 1.125rem);
}
@media (max-width: 781px) {
  .c-top-news .wp-block-buttons {
    width: 100%;
  }
}

/* 5. WordPressブロック拡張用 */
.wp-block-group.alignfull {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 1024px) {
  .wp-block-group.alignwide {
    width: 90%;
    max-width: var(--wp--style--root--width);
    margin-left: auto;
    margin-right: auto;
  }
}

.wp-block-columns.alignfull {
  width: 100%;
  max-width: 100%;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
@media (max-width: 1024px) {
  .wp-block-columns.alignwide {
    width: 90% !important;
    max-width: var(--wp--style--root--width) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

/*# sourceMappingURL=style.css.map */
