@charset "UTF-8";
.c-text-dot__head::before, .c-title-dot__head::before, .hline04::before, .btn-arrow::before, .btn-pdf::before, .c-contact__link-btn::before, .p-footer__nav-ttl::before, .p-header .nav-link::before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  border: 0.4rem solid #fff;
  width: 0.4rem;
  height: 0.4rem;
}

:root {
  --font-primary: "Noto Sans JP", sans-serif;
  --font-ttl: "Noto Serif JP", sans-serif;
  --font-en: "Michroma", sans-serif;
  --font-num: "Inter", sans-serif;
  --font-weight-base: 400;
  --lineheight-base: 1.5;
  --font-size-base: 1.6rem;
  --color-primary: #0D3636;
  --color-secondary: #009B4A;
  --color-danger: #f00;
  --color-text: #151515;
  --color-border: #CECECE;
  --input-border-color: #e6e6e6;
  --input-border-width: 0.1rem;
  --input-font-size: 14px;
  --input-font-weight: 400;
  --input-background: #fff;
  --transition: .3s ease;
  overscroll-behavior: none;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 2.6666666667vw;
  overflow-x: hidden;
}
@media (min-width: 768px) {
  html {
    font-size: 0.9174311927vw;
  }
}
@media (min-width: 1090px) {
  html {
    font-size: 10px;
  }
}
html.noscroll {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}

body {
  background-color: #F5F5F5;
  color: var(--color-text);
  margin: 0;
  font-family: var(--font-primary);
  font-weight: var(--font-weight-base);
  font-size: var(--font-size-base);
  line-height: var(--lineheight-base);
  letter-spacing: 0.06em;
  text-align: left;
  position: relative;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

ol,
ul,
dl {
  list-style-type: none;
  margin: 0;
  padding-left: 0;
}

b,
strong {
  font-weight: 700;
}

a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

figure {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
  height: auto;
}

table {
  border-collapse: collapse;
}

th {
  font-weight: 400;
  text-align: inherit;
  text-align: -webkit-match-parent;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

textarea {
  overflow: auto;
  resize: vertical;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

[hidden] {
  display: none !important;
}

.aligncenter {
  text-align: center;
}

.alignright {
  text-align: right;
}

.alignleft {
  text-align: left;
}

img.aligncenter {
  display: block;
  margin: auto;
}
img.alignright {
  display: block;
  margin-left: auto;
}
img.alignleft {
  display: block;
  margin-right: auto;
}

.outner {
  margin: auto;
  padding-inline: 2.5rem;
  width: 100%;
}
@media (min-width: 768px) {
  .outner {
    max-width: 109rem;
  }
}

.container {
  margin: auto;
  padding-inline: 2.5rem;
  width: 100%;
}
@media (min-width: 768px) {
  .container {
    max-width: 105rem;
  }
}

.c-wrap {
  width: 100%;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .c-wrap {
    min-width: 104rem;
    max-width: calc(100% - 20rem);
  }
}
@media (max-width: 767px) {
  .c-wrap {
    padding-inline: 2.5rem;
  }
}

.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-inline {
  display: inline !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-inline {
    display: inline !important;
  }
}
@media (min-width: 1090px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1025px) {
  .d-tb-none {
    display: none !important;
  }
  .d-tb-block {
    display: block !important;
  }
  .d-tb-flex {
    display: flex !important;
  }
  .d-tb-inline-block {
    display: inline-block !important;
  }
  .d-tb-inline {
    display: inline !important;
  }
}
@media (min-width: 1280px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
}
@media (min-width: 1920px) {
  .d-hd-none {
    display: none !important;
  }
  .d-hd-block {
    display: block !important;
  }
  .d-hd-flex {
    display: flex !important;
  }
  .d-hd-inline-block {
    display: inline-block !important;
  }
  .d-hd-inline {
    display: inline !important;
  }
}
.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 1090px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1025px) {
  .text-tb-left {
    text-align: left !important;
  }
  .text-tb-right {
    text-align: right !important;
  }
  .text-tb-center {
    text-align: center !important;
  }
}
@media (min-width: 1280px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1920px) {
  .text-hd-left {
    text-align: left !important;
  }
  .text-hd-right {
    text-align: right !important;
  }
  .text-hd-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-underline {
  text-decoration: underline;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-5 {
  margin: 0.5rem !important;
}

.mt-5,
.my-5 {
  margin-top: 0.5rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 0.5rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 0.5rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 0.5rem !important;
}

.m-10 {
  margin: 1rem !important;
}

.mt-10,
.my-10 {
  margin-top: 1rem !important;
}

.mr-10,
.mx-10 {
  margin-right: 1rem !important;
}

.mb-10,
.my-10 {
  margin-bottom: 1rem !important;
}

.ml-10,
.mx-10 {
  margin-left: 1rem !important;
}

.m-16 {
  margin: 1.6rem !important;
}

.mt-16,
.my-16 {
  margin-top: 1.6rem !important;
}

.mr-16,
.mx-16 {
  margin-right: 1.6rem !important;
}

.mb-16,
.my-16 {
  margin-bottom: 1.6rem !important;
}

.ml-16,
.mx-16 {
  margin-left: 1.6rem !important;
}

.m-20 {
  margin: 2rem !important;
}

.mt-20,
.my-20 {
  margin-top: 2rem !important;
}

.mr-20,
.mx-20 {
  margin-right: 2rem !important;
}

.mb-20,
.my-20 {
  margin-bottom: 2rem !important;
}

.ml-20,
.mx-20 {
  margin-left: 2rem !important;
}

.m-25 {
  margin: 2.5rem !important;
}

.mt-25,
.my-25 {
  margin-top: 2.5rem !important;
}

.mr-25,
.mx-25 {
  margin-right: 2.5rem !important;
}

.mb-25,
.my-25 {
  margin-bottom: 2.5rem !important;
}

.ml-25,
.mx-25 {
  margin-left: 2.5rem !important;
}

.m-30 {
  margin: 3rem !important;
}

.mt-30,
.my-30 {
  margin-top: 3rem !important;
}

.mr-30,
.mx-30 {
  margin-right: 3rem !important;
}

.mb-30,
.my-30 {
  margin-bottom: 3rem !important;
}

.ml-30,
.mx-30 {
  margin-left: 3rem !important;
}

.m-32 {
  margin: 3.2rem !important;
}

.mt-32,
.my-32 {
  margin-top: 3.2rem !important;
}

.mr-32,
.mx-32 {
  margin-right: 3.2rem !important;
}

.mb-32,
.my-32 {
  margin-bottom: 3.2rem !important;
}

.ml-32,
.mx-32 {
  margin-left: 3.2rem !important;
}

.m-40 {
  margin: 4rem !important;
}

.mt-40,
.my-40 {
  margin-top: 4rem !important;
}

.mr-40,
.mx-40 {
  margin-right: 4rem !important;
}

.mb-40,
.my-40 {
  margin-bottom: 4rem !important;
}

.ml-40,
.mx-40 {
  margin-left: 4rem !important;
}

.m-50 {
  margin: 5rem !important;
}

.mt-50,
.my-50 {
  margin-top: 5rem !important;
}

.mr-50,
.mx-50 {
  margin-right: 5rem !important;
}

.mb-50,
.my-50 {
  margin-bottom: 5rem !important;
}

.ml-50,
.mx-50 {
  margin-left: 5rem !important;
}

.m-56 {
  margin: 5.6rem !important;
}

.mt-56,
.my-56 {
  margin-top: 5.6rem !important;
}

.mr-56,
.mx-56 {
  margin-right: 5.6rem !important;
}

.mb-56,
.my-56 {
  margin-bottom: 5.6rem !important;
}

.ml-56,
.mx-56 {
  margin-left: 5.6rem !important;
}

.m-60 {
  margin: 6rem !important;
}

.mt-60,
.my-60 {
  margin-top: 6rem !important;
}

.mr-60,
.mx-60 {
  margin-right: 6rem !important;
}

.mb-60,
.my-60 {
  margin-bottom: 6rem !important;
}

.ml-60,
.mx-60 {
  margin-left: 6rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-5 {
  padding: 0.5rem !important;
}

.pt-5,
.py-5 {
  padding-top: 0.5rem !important;
}

.pr-5,
.px-5 {
  padding-right: 0.5rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 0.5rem !important;
}

.pl-5,
.px-5 {
  padding-left: 0.5rem !important;
}

.p-10 {
  padding: 1rem !important;
}

.pt-10,
.py-10 {
  padding-top: 1rem !important;
}

.pr-10,
.px-10 {
  padding-right: 1rem !important;
}

.pb-10,
.py-10 {
  padding-bottom: 1rem !important;
}

.pl-10,
.px-10 {
  padding-left: 1rem !important;
}

.p-16 {
  padding: 1.6rem !important;
}

.pt-16,
.py-16 {
  padding-top: 1.6rem !important;
}

.pr-16,
.px-16 {
  padding-right: 1.6rem !important;
}

.pb-16,
.py-16 {
  padding-bottom: 1.6rem !important;
}

.pl-16,
.px-16 {
  padding-left: 1.6rem !important;
}

.p-20 {
  padding: 2rem !important;
}

.pt-20,
.py-20 {
  padding-top: 2rem !important;
}

.pr-20,
.px-20 {
  padding-right: 2rem !important;
}

.pb-20,
.py-20 {
  padding-bottom: 2rem !important;
}

.pl-20,
.px-20 {
  padding-left: 2rem !important;
}

.p-25 {
  padding: 2.5rem !important;
}

.pt-25,
.py-25 {
  padding-top: 2.5rem !important;
}

.pr-25,
.px-25 {
  padding-right: 2.5rem !important;
}

.pb-25,
.py-25 {
  padding-bottom: 2.5rem !important;
}

.pl-25,
.px-25 {
  padding-left: 2.5rem !important;
}

.p-30 {
  padding: 3rem !important;
}

.pt-30,
.py-30 {
  padding-top: 3rem !important;
}

.pr-30,
.px-30 {
  padding-right: 3rem !important;
}

.pb-30,
.py-30 {
  padding-bottom: 3rem !important;
}

.pl-30,
.px-30 {
  padding-left: 3rem !important;
}

.p-32 {
  padding: 3.2rem !important;
}

.pt-32,
.py-32 {
  padding-top: 3.2rem !important;
}

.pr-32,
.px-32 {
  padding-right: 3.2rem !important;
}

.pb-32,
.py-32 {
  padding-bottom: 3.2rem !important;
}

.pl-32,
.px-32 {
  padding-left: 3.2rem !important;
}

.p-40 {
  padding: 4rem !important;
}

.pt-40,
.py-40 {
  padding-top: 4rem !important;
}

.pr-40,
.px-40 {
  padding-right: 4rem !important;
}

.pb-40,
.py-40 {
  padding-bottom: 4rem !important;
}

.pl-40,
.px-40 {
  padding-left: 4rem !important;
}

.p-50 {
  padding: 5rem !important;
}

.pt-50,
.py-50 {
  padding-top: 5rem !important;
}

.pr-50,
.px-50 {
  padding-right: 5rem !important;
}

.pb-50,
.py-50 {
  padding-bottom: 5rem !important;
}

.pl-50,
.px-50 {
  padding-left: 5rem !important;
}

.p-56 {
  padding: 5.6rem !important;
}

.pt-56,
.py-56 {
  padding-top: 5.6rem !important;
}

.pr-56,
.px-56 {
  padding-right: 5.6rem !important;
}

.pb-56,
.py-56 {
  padding-bottom: 5.6rem !important;
}

.pl-56,
.px-56 {
  padding-left: 5.6rem !important;
}

.p-60 {
  padding: 6rem !important;
}

.pt-60,
.py-60 {
  padding-top: 6rem !important;
}

.pr-60,
.px-60 {
  padding-right: 6rem !important;
}

.pb-60,
.py-60 {
  padding-bottom: 6rem !important;
}

.pl-60,
.px-60 {
  padding-left: 6rem !important;
}

.m-n5 {
  margin: -0.5rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -0.5rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -0.5rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -0.5rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -0.5rem !important;
}

.m-n10 {
  margin: -1rem !important;
}

.mt-n10,
.my-n10 {
  margin-top: -1rem !important;
}

.mr-n10,
.mx-n10 {
  margin-right: -1rem !important;
}

.mb-n10,
.my-n10 {
  margin-bottom: -1rem !important;
}

.ml-n10,
.mx-n10 {
  margin-left: -1rem !important;
}

.m-n16 {
  margin: -1.6rem !important;
}

.mt-n16,
.my-n16 {
  margin-top: -1.6rem !important;
}

.mr-n16,
.mx-n16 {
  margin-right: -1.6rem !important;
}

.mb-n16,
.my-n16 {
  margin-bottom: -1.6rem !important;
}

.ml-n16,
.mx-n16 {
  margin-left: -1.6rem !important;
}

.m-n20 {
  margin: -2rem !important;
}

.mt-n20,
.my-n20 {
  margin-top: -2rem !important;
}

.mr-n20,
.mx-n20 {
  margin-right: -2rem !important;
}

.mb-n20,
.my-n20 {
  margin-bottom: -2rem !important;
}

.ml-n20,
.mx-n20 {
  margin-left: -2rem !important;
}

.m-n25 {
  margin: -2.5rem !important;
}

.mt-n25,
.my-n25 {
  margin-top: -2.5rem !important;
}

.mr-n25,
.mx-n25 {
  margin-right: -2.5rem !important;
}

.mb-n25,
.my-n25 {
  margin-bottom: -2.5rem !important;
}

.ml-n25,
.mx-n25 {
  margin-left: -2.5rem !important;
}

.m-n30 {
  margin: -3rem !important;
}

.mt-n30,
.my-n30 {
  margin-top: -3rem !important;
}

.mr-n30,
.mx-n30 {
  margin-right: -3rem !important;
}

.mb-n30,
.my-n30 {
  margin-bottom: -3rem !important;
}

.ml-n30,
.mx-n30 {
  margin-left: -3rem !important;
}

.m-n32 {
  margin: -3.2rem !important;
}

.mt-n32,
.my-n32 {
  margin-top: -3.2rem !important;
}

.mr-n32,
.mx-n32 {
  margin-right: -3.2rem !important;
}

.mb-n32,
.my-n32 {
  margin-bottom: -3.2rem !important;
}

.ml-n32,
.mx-n32 {
  margin-left: -3.2rem !important;
}

.m-n40 {
  margin: -4rem !important;
}

.mt-n40,
.my-n40 {
  margin-top: -4rem !important;
}

.mr-n40,
.mx-n40 {
  margin-right: -4rem !important;
}

.mb-n40,
.my-n40 {
  margin-bottom: -4rem !important;
}

.ml-n40,
.mx-n40 {
  margin-left: -4rem !important;
}

.m-n50 {
  margin: -5rem !important;
}

.mt-n50,
.my-n50 {
  margin-top: -5rem !important;
}

.mr-n50,
.mx-n50 {
  margin-right: -5rem !important;
}

.mb-n50,
.my-n50 {
  margin-bottom: -5rem !important;
}

.ml-n50,
.mx-n50 {
  margin-left: -5rem !important;
}

.m-n56 {
  margin: -5.6rem !important;
}

.mt-n56,
.my-n56 {
  margin-top: -5.6rem !important;
}

.mr-n56,
.mx-n56 {
  margin-right: -5.6rem !important;
}

.mb-n56,
.my-n56 {
  margin-bottom: -5.6rem !important;
}

.ml-n56,
.mx-n56 {
  margin-left: -5.6rem !important;
}

.m-n60 {
  margin: -6rem !important;
}

.mt-n60,
.my-n60 {
  margin-top: -6rem !important;
}

.mr-n60,
.mx-n60 {
  margin-right: -6rem !important;
}

.mb-n60,
.my-n60 {
  margin-bottom: -6rem !important;
}

.ml-n60,
.mx-n60 {
  margin-left: -6rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-5 {
    margin: 0.5rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 0.5rem !important;
  }
  .m-sm-10 {
    margin: 1rem !important;
  }
  .mt-sm-10,
  .my-sm-10 {
    margin-top: 1rem !important;
  }
  .mr-sm-10,
  .mx-sm-10 {
    margin-right: 1rem !important;
  }
  .mb-sm-10,
  .my-sm-10 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-10,
  .mx-sm-10 {
    margin-left: 1rem !important;
  }
  .m-sm-16 {
    margin: 1.6rem !important;
  }
  .mt-sm-16,
  .my-sm-16 {
    margin-top: 1.6rem !important;
  }
  .mr-sm-16,
  .mx-sm-16 {
    margin-right: 1.6rem !important;
  }
  .mb-sm-16,
  .my-sm-16 {
    margin-bottom: 1.6rem !important;
  }
  .ml-sm-16,
  .mx-sm-16 {
    margin-left: 1.6rem !important;
  }
  .m-sm-20 {
    margin: 2rem !important;
  }
  .mt-sm-20,
  .my-sm-20 {
    margin-top: 2rem !important;
  }
  .mr-sm-20,
  .mx-sm-20 {
    margin-right: 2rem !important;
  }
  .mb-sm-20,
  .my-sm-20 {
    margin-bottom: 2rem !important;
  }
  .ml-sm-20,
  .mx-sm-20 {
    margin-left: 2rem !important;
  }
  .m-sm-25 {
    margin: 2.5rem !important;
  }
  .mt-sm-25,
  .my-sm-25 {
    margin-top: 2.5rem !important;
  }
  .mr-sm-25,
  .mx-sm-25 {
    margin-right: 2.5rem !important;
  }
  .mb-sm-25,
  .my-sm-25 {
    margin-bottom: 2.5rem !important;
  }
  .ml-sm-25,
  .mx-sm-25 {
    margin-left: 2.5rem !important;
  }
  .m-sm-30 {
    margin: 3rem !important;
  }
  .mt-sm-30,
  .my-sm-30 {
    margin-top: 3rem !important;
  }
  .mr-sm-30,
  .mx-sm-30 {
    margin-right: 3rem !important;
  }
  .mb-sm-30,
  .my-sm-30 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-30,
  .mx-sm-30 {
    margin-left: 3rem !important;
  }
  .m-sm-32 {
    margin: 3.2rem !important;
  }
  .mt-sm-32,
  .my-sm-32 {
    margin-top: 3.2rem !important;
  }
  .mr-sm-32,
  .mx-sm-32 {
    margin-right: 3.2rem !important;
  }
  .mb-sm-32,
  .my-sm-32 {
    margin-bottom: 3.2rem !important;
  }
  .ml-sm-32,
  .mx-sm-32 {
    margin-left: 3.2rem !important;
  }
  .m-sm-40 {
    margin: 4rem !important;
  }
  .mt-sm-40,
  .my-sm-40 {
    margin-top: 4rem !important;
  }
  .mr-sm-40,
  .mx-sm-40 {
    margin-right: 4rem !important;
  }
  .mb-sm-40,
  .my-sm-40 {
    margin-bottom: 4rem !important;
  }
  .ml-sm-40,
  .mx-sm-40 {
    margin-left: 4rem !important;
  }
  .m-sm-50 {
    margin: 5rem !important;
  }
  .mt-sm-50,
  .my-sm-50 {
    margin-top: 5rem !important;
  }
  .mr-sm-50,
  .mx-sm-50 {
    margin-right: 5rem !important;
  }
  .mb-sm-50,
  .my-sm-50 {
    margin-bottom: 5rem !important;
  }
  .ml-sm-50,
  .mx-sm-50 {
    margin-left: 5rem !important;
  }
  .m-sm-56 {
    margin: 5.6rem !important;
  }
  .mt-sm-56,
  .my-sm-56 {
    margin-top: 5.6rem !important;
  }
  .mr-sm-56,
  .mx-sm-56 {
    margin-right: 5.6rem !important;
  }
  .mb-sm-56,
  .my-sm-56 {
    margin-bottom: 5.6rem !important;
  }
  .ml-sm-56,
  .mx-sm-56 {
    margin-left: 5.6rem !important;
  }
  .m-sm-60 {
    margin: 6rem !important;
  }
  .mt-sm-60,
  .my-sm-60 {
    margin-top: 6rem !important;
  }
  .mr-sm-60,
  .mx-sm-60 {
    margin-right: 6rem !important;
  }
  .mb-sm-60,
  .my-sm-60 {
    margin-bottom: 6rem !important;
  }
  .ml-sm-60,
  .mx-sm-60 {
    margin-left: 6rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-5 {
    padding: 0.5rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 0.5rem !important;
  }
  .p-sm-10 {
    padding: 1rem !important;
  }
  .pt-sm-10,
  .py-sm-10 {
    padding-top: 1rem !important;
  }
  .pr-sm-10,
  .px-sm-10 {
    padding-right: 1rem !important;
  }
  .pb-sm-10,
  .py-sm-10 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-10,
  .px-sm-10 {
    padding-left: 1rem !important;
  }
  .p-sm-16 {
    padding: 1.6rem !important;
  }
  .pt-sm-16,
  .py-sm-16 {
    padding-top: 1.6rem !important;
  }
  .pr-sm-16,
  .px-sm-16 {
    padding-right: 1.6rem !important;
  }
  .pb-sm-16,
  .py-sm-16 {
    padding-bottom: 1.6rem !important;
  }
  .pl-sm-16,
  .px-sm-16 {
    padding-left: 1.6rem !important;
  }
  .p-sm-20 {
    padding: 2rem !important;
  }
  .pt-sm-20,
  .py-sm-20 {
    padding-top: 2rem !important;
  }
  .pr-sm-20,
  .px-sm-20 {
    padding-right: 2rem !important;
  }
  .pb-sm-20,
  .py-sm-20 {
    padding-bottom: 2rem !important;
  }
  .pl-sm-20,
  .px-sm-20 {
    padding-left: 2rem !important;
  }
  .p-sm-25 {
    padding: 2.5rem !important;
  }
  .pt-sm-25,
  .py-sm-25 {
    padding-top: 2.5rem !important;
  }
  .pr-sm-25,
  .px-sm-25 {
    padding-right: 2.5rem !important;
  }
  .pb-sm-25,
  .py-sm-25 {
    padding-bottom: 2.5rem !important;
  }
  .pl-sm-25,
  .px-sm-25 {
    padding-left: 2.5rem !important;
  }
  .p-sm-30 {
    padding: 3rem !important;
  }
  .pt-sm-30,
  .py-sm-30 {
    padding-top: 3rem !important;
  }
  .pr-sm-30,
  .px-sm-30 {
    padding-right: 3rem !important;
  }
  .pb-sm-30,
  .py-sm-30 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-30,
  .px-sm-30 {
    padding-left: 3rem !important;
  }
  .p-sm-32 {
    padding: 3.2rem !important;
  }
  .pt-sm-32,
  .py-sm-32 {
    padding-top: 3.2rem !important;
  }
  .pr-sm-32,
  .px-sm-32 {
    padding-right: 3.2rem !important;
  }
  .pb-sm-32,
  .py-sm-32 {
    padding-bottom: 3.2rem !important;
  }
  .pl-sm-32,
  .px-sm-32 {
    padding-left: 3.2rem !important;
  }
  .p-sm-40 {
    padding: 4rem !important;
  }
  .pt-sm-40,
  .py-sm-40 {
    padding-top: 4rem !important;
  }
  .pr-sm-40,
  .px-sm-40 {
    padding-right: 4rem !important;
  }
  .pb-sm-40,
  .py-sm-40 {
    padding-bottom: 4rem !important;
  }
  .pl-sm-40,
  .px-sm-40 {
    padding-left: 4rem !important;
  }
  .p-sm-50 {
    padding: 5rem !important;
  }
  .pt-sm-50,
  .py-sm-50 {
    padding-top: 5rem !important;
  }
  .pr-sm-50,
  .px-sm-50 {
    padding-right: 5rem !important;
  }
  .pb-sm-50,
  .py-sm-50 {
    padding-bottom: 5rem !important;
  }
  .pl-sm-50,
  .px-sm-50 {
    padding-left: 5rem !important;
  }
  .p-sm-56 {
    padding: 5.6rem !important;
  }
  .pt-sm-56,
  .py-sm-56 {
    padding-top: 5.6rem !important;
  }
  .pr-sm-56,
  .px-sm-56 {
    padding-right: 5.6rem !important;
  }
  .pb-sm-56,
  .py-sm-56 {
    padding-bottom: 5.6rem !important;
  }
  .pl-sm-56,
  .px-sm-56 {
    padding-left: 5.6rem !important;
  }
  .p-sm-60 {
    padding: 6rem !important;
  }
  .pt-sm-60,
  .py-sm-60 {
    padding-top: 6rem !important;
  }
  .pr-sm-60,
  .px-sm-60 {
    padding-right: 6rem !important;
  }
  .pb-sm-60,
  .py-sm-60 {
    padding-bottom: 6rem !important;
  }
  .pl-sm-60,
  .px-sm-60 {
    padding-left: 6rem !important;
  }
  .m-sm-n5 {
    margin: -0.5rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n10 {
    margin: -1rem !important;
  }
  .mt-sm-n10,
  .my-sm-n10 {
    margin-top: -1rem !important;
  }
  .mr-sm-n10,
  .mx-sm-n10 {
    margin-right: -1rem !important;
  }
  .mb-sm-n10,
  .my-sm-n10 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n10,
  .mx-sm-n10 {
    margin-left: -1rem !important;
  }
  .m-sm-n16 {
    margin: -1.6rem !important;
  }
  .mt-sm-n16,
  .my-sm-n16 {
    margin-top: -1.6rem !important;
  }
  .mr-sm-n16,
  .mx-sm-n16 {
    margin-right: -1.6rem !important;
  }
  .mb-sm-n16,
  .my-sm-n16 {
    margin-bottom: -1.6rem !important;
  }
  .ml-sm-n16,
  .mx-sm-n16 {
    margin-left: -1.6rem !important;
  }
  .m-sm-n20 {
    margin: -2rem !important;
  }
  .mt-sm-n20,
  .my-sm-n20 {
    margin-top: -2rem !important;
  }
  .mr-sm-n20,
  .mx-sm-n20 {
    margin-right: -2rem !important;
  }
  .mb-sm-n20,
  .my-sm-n20 {
    margin-bottom: -2rem !important;
  }
  .ml-sm-n20,
  .mx-sm-n20 {
    margin-left: -2rem !important;
  }
  .m-sm-n25 {
    margin: -2.5rem !important;
  }
  .mt-sm-n25,
  .my-sm-n25 {
    margin-top: -2.5rem !important;
  }
  .mr-sm-n25,
  .mx-sm-n25 {
    margin-right: -2.5rem !important;
  }
  .mb-sm-n25,
  .my-sm-n25 {
    margin-bottom: -2.5rem !important;
  }
  .ml-sm-n25,
  .mx-sm-n25 {
    margin-left: -2.5rem !important;
  }
  .m-sm-n30 {
    margin: -3rem !important;
  }
  .mt-sm-n30,
  .my-sm-n30 {
    margin-top: -3rem !important;
  }
  .mr-sm-n30,
  .mx-sm-n30 {
    margin-right: -3rem !important;
  }
  .mb-sm-n30,
  .my-sm-n30 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n30,
  .mx-sm-n30 {
    margin-left: -3rem !important;
  }
  .m-sm-n32 {
    margin: -3.2rem !important;
  }
  .mt-sm-n32,
  .my-sm-n32 {
    margin-top: -3.2rem !important;
  }
  .mr-sm-n32,
  .mx-sm-n32 {
    margin-right: -3.2rem !important;
  }
  .mb-sm-n32,
  .my-sm-n32 {
    margin-bottom: -3.2rem !important;
  }
  .ml-sm-n32,
  .mx-sm-n32 {
    margin-left: -3.2rem !important;
  }
  .m-sm-n40 {
    margin: -4rem !important;
  }
  .mt-sm-n40,
  .my-sm-n40 {
    margin-top: -4rem !important;
  }
  .mr-sm-n40,
  .mx-sm-n40 {
    margin-right: -4rem !important;
  }
  .mb-sm-n40,
  .my-sm-n40 {
    margin-bottom: -4rem !important;
  }
  .ml-sm-n40,
  .mx-sm-n40 {
    margin-left: -4rem !important;
  }
  .m-sm-n50 {
    margin: -5rem !important;
  }
  .mt-sm-n50,
  .my-sm-n50 {
    margin-top: -5rem !important;
  }
  .mr-sm-n50,
  .mx-sm-n50 {
    margin-right: -5rem !important;
  }
  .mb-sm-n50,
  .my-sm-n50 {
    margin-bottom: -5rem !important;
  }
  .ml-sm-n50,
  .mx-sm-n50 {
    margin-left: -5rem !important;
  }
  .m-sm-n56 {
    margin: -5.6rem !important;
  }
  .mt-sm-n56,
  .my-sm-n56 {
    margin-top: -5.6rem !important;
  }
  .mr-sm-n56,
  .mx-sm-n56 {
    margin-right: -5.6rem !important;
  }
  .mb-sm-n56,
  .my-sm-n56 {
    margin-bottom: -5.6rem !important;
  }
  .ml-sm-n56,
  .mx-sm-n56 {
    margin-left: -5.6rem !important;
  }
  .m-sm-n60 {
    margin: -6rem !important;
  }
  .mt-sm-n60,
  .my-sm-n60 {
    margin-top: -6rem !important;
  }
  .mr-sm-n60,
  .mx-sm-n60 {
    margin-right: -6rem !important;
  }
  .mb-sm-n60,
  .my-sm-n60 {
    margin-bottom: -6rem !important;
  }
  .ml-sm-n60,
  .mx-sm-n60 {
    margin-left: -6rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-5 {
    margin: 0.5rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 0.5rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 0.5rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 0.5rem !important;
  }
  .m-md-10 {
    margin: 1rem !important;
  }
  .mt-md-10,
  .my-md-10 {
    margin-top: 1rem !important;
  }
  .mr-md-10,
  .mx-md-10 {
    margin-right: 1rem !important;
  }
  .mb-md-10,
  .my-md-10 {
    margin-bottom: 1rem !important;
  }
  .ml-md-10,
  .mx-md-10 {
    margin-left: 1rem !important;
  }
  .m-md-16 {
    margin: 1.6rem !important;
  }
  .mt-md-16,
  .my-md-16 {
    margin-top: 1.6rem !important;
  }
  .mr-md-16,
  .mx-md-16 {
    margin-right: 1.6rem !important;
  }
  .mb-md-16,
  .my-md-16 {
    margin-bottom: 1.6rem !important;
  }
  .ml-md-16,
  .mx-md-16 {
    margin-left: 1.6rem !important;
  }
  .m-md-20 {
    margin: 2rem !important;
  }
  .mt-md-20,
  .my-md-20 {
    margin-top: 2rem !important;
  }
  .mr-md-20,
  .mx-md-20 {
    margin-right: 2rem !important;
  }
  .mb-md-20,
  .my-md-20 {
    margin-bottom: 2rem !important;
  }
  .ml-md-20,
  .mx-md-20 {
    margin-left: 2rem !important;
  }
  .m-md-25 {
    margin: 2.5rem !important;
  }
  .mt-md-25,
  .my-md-25 {
    margin-top: 2.5rem !important;
  }
  .mr-md-25,
  .mx-md-25 {
    margin-right: 2.5rem !important;
  }
  .mb-md-25,
  .my-md-25 {
    margin-bottom: 2.5rem !important;
  }
  .ml-md-25,
  .mx-md-25 {
    margin-left: 2.5rem !important;
  }
  .m-md-30 {
    margin: 3rem !important;
  }
  .mt-md-30,
  .my-md-30 {
    margin-top: 3rem !important;
  }
  .mr-md-30,
  .mx-md-30 {
    margin-right: 3rem !important;
  }
  .mb-md-30,
  .my-md-30 {
    margin-bottom: 3rem !important;
  }
  .ml-md-30,
  .mx-md-30 {
    margin-left: 3rem !important;
  }
  .m-md-32 {
    margin: 3.2rem !important;
  }
  .mt-md-32,
  .my-md-32 {
    margin-top: 3.2rem !important;
  }
  .mr-md-32,
  .mx-md-32 {
    margin-right: 3.2rem !important;
  }
  .mb-md-32,
  .my-md-32 {
    margin-bottom: 3.2rem !important;
  }
  .ml-md-32,
  .mx-md-32 {
    margin-left: 3.2rem !important;
  }
  .m-md-40 {
    margin: 4rem !important;
  }
  .mt-md-40,
  .my-md-40 {
    margin-top: 4rem !important;
  }
  .mr-md-40,
  .mx-md-40 {
    margin-right: 4rem !important;
  }
  .mb-md-40,
  .my-md-40 {
    margin-bottom: 4rem !important;
  }
  .ml-md-40,
  .mx-md-40 {
    margin-left: 4rem !important;
  }
  .m-md-50 {
    margin: 5rem !important;
  }
  .mt-md-50,
  .my-md-50 {
    margin-top: 5rem !important;
  }
  .mr-md-50,
  .mx-md-50 {
    margin-right: 5rem !important;
  }
  .mb-md-50,
  .my-md-50 {
    margin-bottom: 5rem !important;
  }
  .ml-md-50,
  .mx-md-50 {
    margin-left: 5rem !important;
  }
  .m-md-56 {
    margin: 5.6rem !important;
  }
  .mt-md-56,
  .my-md-56 {
    margin-top: 5.6rem !important;
  }
  .mr-md-56,
  .mx-md-56 {
    margin-right: 5.6rem !important;
  }
  .mb-md-56,
  .my-md-56 {
    margin-bottom: 5.6rem !important;
  }
  .ml-md-56,
  .mx-md-56 {
    margin-left: 5.6rem !important;
  }
  .m-md-60 {
    margin: 6rem !important;
  }
  .mt-md-60,
  .my-md-60 {
    margin-top: 6rem !important;
  }
  .mr-md-60,
  .mx-md-60 {
    margin-right: 6rem !important;
  }
  .mb-md-60,
  .my-md-60 {
    margin-bottom: 6rem !important;
  }
  .ml-md-60,
  .mx-md-60 {
    margin-left: 6rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-5 {
    padding: 0.5rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 0.5rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 0.5rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 0.5rem !important;
  }
  .p-md-10 {
    padding: 1rem !important;
  }
  .pt-md-10,
  .py-md-10 {
    padding-top: 1rem !important;
  }
  .pr-md-10,
  .px-md-10 {
    padding-right: 1rem !important;
  }
  .pb-md-10,
  .py-md-10 {
    padding-bottom: 1rem !important;
  }
  .pl-md-10,
  .px-md-10 {
    padding-left: 1rem !important;
  }
  .p-md-16 {
    padding: 1.6rem !important;
  }
  .pt-md-16,
  .py-md-16 {
    padding-top: 1.6rem !important;
  }
  .pr-md-16,
  .px-md-16 {
    padding-right: 1.6rem !important;
  }
  .pb-md-16,
  .py-md-16 {
    padding-bottom: 1.6rem !important;
  }
  .pl-md-16,
  .px-md-16 {
    padding-left: 1.6rem !important;
  }
  .p-md-20 {
    padding: 2rem !important;
  }
  .pt-md-20,
  .py-md-20 {
    padding-top: 2rem !important;
  }
  .pr-md-20,
  .px-md-20 {
    padding-right: 2rem !important;
  }
  .pb-md-20,
  .py-md-20 {
    padding-bottom: 2rem !important;
  }
  .pl-md-20,
  .px-md-20 {
    padding-left: 2rem !important;
  }
  .p-md-25 {
    padding: 2.5rem !important;
  }
  .pt-md-25,
  .py-md-25 {
    padding-top: 2.5rem !important;
  }
  .pr-md-25,
  .px-md-25 {
    padding-right: 2.5rem !important;
  }
  .pb-md-25,
  .py-md-25 {
    padding-bottom: 2.5rem !important;
  }
  .pl-md-25,
  .px-md-25 {
    padding-left: 2.5rem !important;
  }
  .p-md-30 {
    padding: 3rem !important;
  }
  .pt-md-30,
  .py-md-30 {
    padding-top: 3rem !important;
  }
  .pr-md-30,
  .px-md-30 {
    padding-right: 3rem !important;
  }
  .pb-md-30,
  .py-md-30 {
    padding-bottom: 3rem !important;
  }
  .pl-md-30,
  .px-md-30 {
    padding-left: 3rem !important;
  }
  .p-md-32 {
    padding: 3.2rem !important;
  }
  .pt-md-32,
  .py-md-32 {
    padding-top: 3.2rem !important;
  }
  .pr-md-32,
  .px-md-32 {
    padding-right: 3.2rem !important;
  }
  .pb-md-32,
  .py-md-32 {
    padding-bottom: 3.2rem !important;
  }
  .pl-md-32,
  .px-md-32 {
    padding-left: 3.2rem !important;
  }
  .p-md-40 {
    padding: 4rem !important;
  }
  .pt-md-40,
  .py-md-40 {
    padding-top: 4rem !important;
  }
  .pr-md-40,
  .px-md-40 {
    padding-right: 4rem !important;
  }
  .pb-md-40,
  .py-md-40 {
    padding-bottom: 4rem !important;
  }
  .pl-md-40,
  .px-md-40 {
    padding-left: 4rem !important;
  }
  .p-md-50 {
    padding: 5rem !important;
  }
  .pt-md-50,
  .py-md-50 {
    padding-top: 5rem !important;
  }
  .pr-md-50,
  .px-md-50 {
    padding-right: 5rem !important;
  }
  .pb-md-50,
  .py-md-50 {
    padding-bottom: 5rem !important;
  }
  .pl-md-50,
  .px-md-50 {
    padding-left: 5rem !important;
  }
  .p-md-56 {
    padding: 5.6rem !important;
  }
  .pt-md-56,
  .py-md-56 {
    padding-top: 5.6rem !important;
  }
  .pr-md-56,
  .px-md-56 {
    padding-right: 5.6rem !important;
  }
  .pb-md-56,
  .py-md-56 {
    padding-bottom: 5.6rem !important;
  }
  .pl-md-56,
  .px-md-56 {
    padding-left: 5.6rem !important;
  }
  .p-md-60 {
    padding: 6rem !important;
  }
  .pt-md-60,
  .py-md-60 {
    padding-top: 6rem !important;
  }
  .pr-md-60,
  .px-md-60 {
    padding-right: 6rem !important;
  }
  .pb-md-60,
  .py-md-60 {
    padding-bottom: 6rem !important;
  }
  .pl-md-60,
  .px-md-60 {
    padding-left: 6rem !important;
  }
  .m-md-n5 {
    margin: -0.5rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -0.5rem !important;
  }
  .m-md-n10 {
    margin: -1rem !important;
  }
  .mt-md-n10,
  .my-md-n10 {
    margin-top: -1rem !important;
  }
  .mr-md-n10,
  .mx-md-n10 {
    margin-right: -1rem !important;
  }
  .mb-md-n10,
  .my-md-n10 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n10,
  .mx-md-n10 {
    margin-left: -1rem !important;
  }
  .m-md-n16 {
    margin: -1.6rem !important;
  }
  .mt-md-n16,
  .my-md-n16 {
    margin-top: -1.6rem !important;
  }
  .mr-md-n16,
  .mx-md-n16 {
    margin-right: -1.6rem !important;
  }
  .mb-md-n16,
  .my-md-n16 {
    margin-bottom: -1.6rem !important;
  }
  .ml-md-n16,
  .mx-md-n16 {
    margin-left: -1.6rem !important;
  }
  .m-md-n20 {
    margin: -2rem !important;
  }
  .mt-md-n20,
  .my-md-n20 {
    margin-top: -2rem !important;
  }
  .mr-md-n20,
  .mx-md-n20 {
    margin-right: -2rem !important;
  }
  .mb-md-n20,
  .my-md-n20 {
    margin-bottom: -2rem !important;
  }
  .ml-md-n20,
  .mx-md-n20 {
    margin-left: -2rem !important;
  }
  .m-md-n25 {
    margin: -2.5rem !important;
  }
  .mt-md-n25,
  .my-md-n25 {
    margin-top: -2.5rem !important;
  }
  .mr-md-n25,
  .mx-md-n25 {
    margin-right: -2.5rem !important;
  }
  .mb-md-n25,
  .my-md-n25 {
    margin-bottom: -2.5rem !important;
  }
  .ml-md-n25,
  .mx-md-n25 {
    margin-left: -2.5rem !important;
  }
  .m-md-n30 {
    margin: -3rem !important;
  }
  .mt-md-n30,
  .my-md-n30 {
    margin-top: -3rem !important;
  }
  .mr-md-n30,
  .mx-md-n30 {
    margin-right: -3rem !important;
  }
  .mb-md-n30,
  .my-md-n30 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n30,
  .mx-md-n30 {
    margin-left: -3rem !important;
  }
  .m-md-n32 {
    margin: -3.2rem !important;
  }
  .mt-md-n32,
  .my-md-n32 {
    margin-top: -3.2rem !important;
  }
  .mr-md-n32,
  .mx-md-n32 {
    margin-right: -3.2rem !important;
  }
  .mb-md-n32,
  .my-md-n32 {
    margin-bottom: -3.2rem !important;
  }
  .ml-md-n32,
  .mx-md-n32 {
    margin-left: -3.2rem !important;
  }
  .m-md-n40 {
    margin: -4rem !important;
  }
  .mt-md-n40,
  .my-md-n40 {
    margin-top: -4rem !important;
  }
  .mr-md-n40,
  .mx-md-n40 {
    margin-right: -4rem !important;
  }
  .mb-md-n40,
  .my-md-n40 {
    margin-bottom: -4rem !important;
  }
  .ml-md-n40,
  .mx-md-n40 {
    margin-left: -4rem !important;
  }
  .m-md-n50 {
    margin: -5rem !important;
  }
  .mt-md-n50,
  .my-md-n50 {
    margin-top: -5rem !important;
  }
  .mr-md-n50,
  .mx-md-n50 {
    margin-right: -5rem !important;
  }
  .mb-md-n50,
  .my-md-n50 {
    margin-bottom: -5rem !important;
  }
  .ml-md-n50,
  .mx-md-n50 {
    margin-left: -5rem !important;
  }
  .m-md-n56 {
    margin: -5.6rem !important;
  }
  .mt-md-n56,
  .my-md-n56 {
    margin-top: -5.6rem !important;
  }
  .mr-md-n56,
  .mx-md-n56 {
    margin-right: -5.6rem !important;
  }
  .mb-md-n56,
  .my-md-n56 {
    margin-bottom: -5.6rem !important;
  }
  .ml-md-n56,
  .mx-md-n56 {
    margin-left: -5.6rem !important;
  }
  .m-md-n60 {
    margin: -6rem !important;
  }
  .mt-md-n60,
  .my-md-n60 {
    margin-top: -6rem !important;
  }
  .mr-md-n60,
  .mx-md-n60 {
    margin-right: -6rem !important;
  }
  .mb-md-n60,
  .my-md-n60 {
    margin-bottom: -6rem !important;
  }
  .ml-md-n60,
  .mx-md-n60 {
    margin-left: -6rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1090px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-5 {
    margin: 0.5rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 0.5rem !important;
  }
  .m-lg-10 {
    margin: 1rem !important;
  }
  .mt-lg-10,
  .my-lg-10 {
    margin-top: 1rem !important;
  }
  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 1rem !important;
  }
  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 1rem !important;
  }
  .m-lg-16 {
    margin: 1.6rem !important;
  }
  .mt-lg-16,
  .my-lg-16 {
    margin-top: 1.6rem !important;
  }
  .mr-lg-16,
  .mx-lg-16 {
    margin-right: 1.6rem !important;
  }
  .mb-lg-16,
  .my-lg-16 {
    margin-bottom: 1.6rem !important;
  }
  .ml-lg-16,
  .mx-lg-16 {
    margin-left: 1.6rem !important;
  }
  .m-lg-20 {
    margin: 2rem !important;
  }
  .mt-lg-20,
  .my-lg-20 {
    margin-top: 2rem !important;
  }
  .mr-lg-20,
  .mx-lg-20 {
    margin-right: 2rem !important;
  }
  .mb-lg-20,
  .my-lg-20 {
    margin-bottom: 2rem !important;
  }
  .ml-lg-20,
  .mx-lg-20 {
    margin-left: 2rem !important;
  }
  .m-lg-25 {
    margin: 2.5rem !important;
  }
  .mt-lg-25,
  .my-lg-25 {
    margin-top: 2.5rem !important;
  }
  .mr-lg-25,
  .mx-lg-25 {
    margin-right: 2.5rem !important;
  }
  .mb-lg-25,
  .my-lg-25 {
    margin-bottom: 2.5rem !important;
  }
  .ml-lg-25,
  .mx-lg-25 {
    margin-left: 2.5rem !important;
  }
  .m-lg-30 {
    margin: 3rem !important;
  }
  .mt-lg-30,
  .my-lg-30 {
    margin-top: 3rem !important;
  }
  .mr-lg-30,
  .mx-lg-30 {
    margin-right: 3rem !important;
  }
  .mb-lg-30,
  .my-lg-30 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-30,
  .mx-lg-30 {
    margin-left: 3rem !important;
  }
  .m-lg-32 {
    margin: 3.2rem !important;
  }
  .mt-lg-32,
  .my-lg-32 {
    margin-top: 3.2rem !important;
  }
  .mr-lg-32,
  .mx-lg-32 {
    margin-right: 3.2rem !important;
  }
  .mb-lg-32,
  .my-lg-32 {
    margin-bottom: 3.2rem !important;
  }
  .ml-lg-32,
  .mx-lg-32 {
    margin-left: 3.2rem !important;
  }
  .m-lg-40 {
    margin: 4rem !important;
  }
  .mt-lg-40,
  .my-lg-40 {
    margin-top: 4rem !important;
  }
  .mr-lg-40,
  .mx-lg-40 {
    margin-right: 4rem !important;
  }
  .mb-lg-40,
  .my-lg-40 {
    margin-bottom: 4rem !important;
  }
  .ml-lg-40,
  .mx-lg-40 {
    margin-left: 4rem !important;
  }
  .m-lg-50 {
    margin: 5rem !important;
  }
  .mt-lg-50,
  .my-lg-50 {
    margin-top: 5rem !important;
  }
  .mr-lg-50,
  .mx-lg-50 {
    margin-right: 5rem !important;
  }
  .mb-lg-50,
  .my-lg-50 {
    margin-bottom: 5rem !important;
  }
  .ml-lg-50,
  .mx-lg-50 {
    margin-left: 5rem !important;
  }
  .m-lg-56 {
    margin: 5.6rem !important;
  }
  .mt-lg-56,
  .my-lg-56 {
    margin-top: 5.6rem !important;
  }
  .mr-lg-56,
  .mx-lg-56 {
    margin-right: 5.6rem !important;
  }
  .mb-lg-56,
  .my-lg-56 {
    margin-bottom: 5.6rem !important;
  }
  .ml-lg-56,
  .mx-lg-56 {
    margin-left: 5.6rem !important;
  }
  .m-lg-60 {
    margin: 6rem !important;
  }
  .mt-lg-60,
  .my-lg-60 {
    margin-top: 6rem !important;
  }
  .mr-lg-60,
  .mx-lg-60 {
    margin-right: 6rem !important;
  }
  .mb-lg-60,
  .my-lg-60 {
    margin-bottom: 6rem !important;
  }
  .ml-lg-60,
  .mx-lg-60 {
    margin-left: 6rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-5 {
    padding: 0.5rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 0.5rem !important;
  }
  .p-lg-10 {
    padding: 1rem !important;
  }
  .pt-lg-10,
  .py-lg-10 {
    padding-top: 1rem !important;
  }
  .pr-lg-10,
  .px-lg-10 {
    padding-right: 1rem !important;
  }
  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-10,
  .px-lg-10 {
    padding-left: 1rem !important;
  }
  .p-lg-16 {
    padding: 1.6rem !important;
  }
  .pt-lg-16,
  .py-lg-16 {
    padding-top: 1.6rem !important;
  }
  .pr-lg-16,
  .px-lg-16 {
    padding-right: 1.6rem !important;
  }
  .pb-lg-16,
  .py-lg-16 {
    padding-bottom: 1.6rem !important;
  }
  .pl-lg-16,
  .px-lg-16 {
    padding-left: 1.6rem !important;
  }
  .p-lg-20 {
    padding: 2rem !important;
  }
  .pt-lg-20,
  .py-lg-20 {
    padding-top: 2rem !important;
  }
  .pr-lg-20,
  .px-lg-20 {
    padding-right: 2rem !important;
  }
  .pb-lg-20,
  .py-lg-20 {
    padding-bottom: 2rem !important;
  }
  .pl-lg-20,
  .px-lg-20 {
    padding-left: 2rem !important;
  }
  .p-lg-25 {
    padding: 2.5rem !important;
  }
  .pt-lg-25,
  .py-lg-25 {
    padding-top: 2.5rem !important;
  }
  .pr-lg-25,
  .px-lg-25 {
    padding-right: 2.5rem !important;
  }
  .pb-lg-25,
  .py-lg-25 {
    padding-bottom: 2.5rem !important;
  }
  .pl-lg-25,
  .px-lg-25 {
    padding-left: 2.5rem !important;
  }
  .p-lg-30 {
    padding: 3rem !important;
  }
  .pt-lg-30,
  .py-lg-30 {
    padding-top: 3rem !important;
  }
  .pr-lg-30,
  .px-lg-30 {
    padding-right: 3rem !important;
  }
  .pb-lg-30,
  .py-lg-30 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-30,
  .px-lg-30 {
    padding-left: 3rem !important;
  }
  .p-lg-32 {
    padding: 3.2rem !important;
  }
  .pt-lg-32,
  .py-lg-32 {
    padding-top: 3.2rem !important;
  }
  .pr-lg-32,
  .px-lg-32 {
    padding-right: 3.2rem !important;
  }
  .pb-lg-32,
  .py-lg-32 {
    padding-bottom: 3.2rem !important;
  }
  .pl-lg-32,
  .px-lg-32 {
    padding-left: 3.2rem !important;
  }
  .p-lg-40 {
    padding: 4rem !important;
  }
  .pt-lg-40,
  .py-lg-40 {
    padding-top: 4rem !important;
  }
  .pr-lg-40,
  .px-lg-40 {
    padding-right: 4rem !important;
  }
  .pb-lg-40,
  .py-lg-40 {
    padding-bottom: 4rem !important;
  }
  .pl-lg-40,
  .px-lg-40 {
    padding-left: 4rem !important;
  }
  .p-lg-50 {
    padding: 5rem !important;
  }
  .pt-lg-50,
  .py-lg-50 {
    padding-top: 5rem !important;
  }
  .pr-lg-50,
  .px-lg-50 {
    padding-right: 5rem !important;
  }
  .pb-lg-50,
  .py-lg-50 {
    padding-bottom: 5rem !important;
  }
  .pl-lg-50,
  .px-lg-50 {
    padding-left: 5rem !important;
  }
  .p-lg-56 {
    padding: 5.6rem !important;
  }
  .pt-lg-56,
  .py-lg-56 {
    padding-top: 5.6rem !important;
  }
  .pr-lg-56,
  .px-lg-56 {
    padding-right: 5.6rem !important;
  }
  .pb-lg-56,
  .py-lg-56 {
    padding-bottom: 5.6rem !important;
  }
  .pl-lg-56,
  .px-lg-56 {
    padding-left: 5.6rem !important;
  }
  .p-lg-60 {
    padding: 6rem !important;
  }
  .pt-lg-60,
  .py-lg-60 {
    padding-top: 6rem !important;
  }
  .pr-lg-60,
  .px-lg-60 {
    padding-right: 6rem !important;
  }
  .pb-lg-60,
  .py-lg-60 {
    padding-bottom: 6rem !important;
  }
  .pl-lg-60,
  .px-lg-60 {
    padding-left: 6rem !important;
  }
  .m-lg-n5 {
    margin: -0.5rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n10 {
    margin: -1rem !important;
  }
  .mt-lg-n10,
  .my-lg-n10 {
    margin-top: -1rem !important;
  }
  .mr-lg-n10,
  .mx-lg-n10 {
    margin-right: -1rem !important;
  }
  .mb-lg-n10,
  .my-lg-n10 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n10,
  .mx-lg-n10 {
    margin-left: -1rem !important;
  }
  .m-lg-n16 {
    margin: -1.6rem !important;
  }
  .mt-lg-n16,
  .my-lg-n16 {
    margin-top: -1.6rem !important;
  }
  .mr-lg-n16,
  .mx-lg-n16 {
    margin-right: -1.6rem !important;
  }
  .mb-lg-n16,
  .my-lg-n16 {
    margin-bottom: -1.6rem !important;
  }
  .ml-lg-n16,
  .mx-lg-n16 {
    margin-left: -1.6rem !important;
  }
  .m-lg-n20 {
    margin: -2rem !important;
  }
  .mt-lg-n20,
  .my-lg-n20 {
    margin-top: -2rem !important;
  }
  .mr-lg-n20,
  .mx-lg-n20 {
    margin-right: -2rem !important;
  }
  .mb-lg-n20,
  .my-lg-n20 {
    margin-bottom: -2rem !important;
  }
  .ml-lg-n20,
  .mx-lg-n20 {
    margin-left: -2rem !important;
  }
  .m-lg-n25 {
    margin: -2.5rem !important;
  }
  .mt-lg-n25,
  .my-lg-n25 {
    margin-top: -2.5rem !important;
  }
  .mr-lg-n25,
  .mx-lg-n25 {
    margin-right: -2.5rem !important;
  }
  .mb-lg-n25,
  .my-lg-n25 {
    margin-bottom: -2.5rem !important;
  }
  .ml-lg-n25,
  .mx-lg-n25 {
    margin-left: -2.5rem !important;
  }
  .m-lg-n30 {
    margin: -3rem !important;
  }
  .mt-lg-n30,
  .my-lg-n30 {
    margin-top: -3rem !important;
  }
  .mr-lg-n30,
  .mx-lg-n30 {
    margin-right: -3rem !important;
  }
  .mb-lg-n30,
  .my-lg-n30 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n30,
  .mx-lg-n30 {
    margin-left: -3rem !important;
  }
  .m-lg-n32 {
    margin: -3.2rem !important;
  }
  .mt-lg-n32,
  .my-lg-n32 {
    margin-top: -3.2rem !important;
  }
  .mr-lg-n32,
  .mx-lg-n32 {
    margin-right: -3.2rem !important;
  }
  .mb-lg-n32,
  .my-lg-n32 {
    margin-bottom: -3.2rem !important;
  }
  .ml-lg-n32,
  .mx-lg-n32 {
    margin-left: -3.2rem !important;
  }
  .m-lg-n40 {
    margin: -4rem !important;
  }
  .mt-lg-n40,
  .my-lg-n40 {
    margin-top: -4rem !important;
  }
  .mr-lg-n40,
  .mx-lg-n40 {
    margin-right: -4rem !important;
  }
  .mb-lg-n40,
  .my-lg-n40 {
    margin-bottom: -4rem !important;
  }
  .ml-lg-n40,
  .mx-lg-n40 {
    margin-left: -4rem !important;
  }
  .m-lg-n50 {
    margin: -5rem !important;
  }
  .mt-lg-n50,
  .my-lg-n50 {
    margin-top: -5rem !important;
  }
  .mr-lg-n50,
  .mx-lg-n50 {
    margin-right: -5rem !important;
  }
  .mb-lg-n50,
  .my-lg-n50 {
    margin-bottom: -5rem !important;
  }
  .ml-lg-n50,
  .mx-lg-n50 {
    margin-left: -5rem !important;
  }
  .m-lg-n56 {
    margin: -5.6rem !important;
  }
  .mt-lg-n56,
  .my-lg-n56 {
    margin-top: -5.6rem !important;
  }
  .mr-lg-n56,
  .mx-lg-n56 {
    margin-right: -5.6rem !important;
  }
  .mb-lg-n56,
  .my-lg-n56 {
    margin-bottom: -5.6rem !important;
  }
  .ml-lg-n56,
  .mx-lg-n56 {
    margin-left: -5.6rem !important;
  }
  .m-lg-n60 {
    margin: -6rem !important;
  }
  .mt-lg-n60,
  .my-lg-n60 {
    margin-top: -6rem !important;
  }
  .mr-lg-n60,
  .mx-lg-n60 {
    margin-right: -6rem !important;
  }
  .mb-lg-n60,
  .my-lg-n60 {
    margin-bottom: -6rem !important;
  }
  .ml-lg-n60,
  .mx-lg-n60 {
    margin-left: -6rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1025px) {
  .m-tb-0 {
    margin: 0 !important;
  }
  .mt-tb-0,
  .my-tb-0 {
    margin-top: 0 !important;
  }
  .mr-tb-0,
  .mx-tb-0 {
    margin-right: 0 !important;
  }
  .mb-tb-0,
  .my-tb-0 {
    margin-bottom: 0 !important;
  }
  .ml-tb-0,
  .mx-tb-0 {
    margin-left: 0 !important;
  }
  .m-tb-5 {
    margin: 0.5rem !important;
  }
  .mt-tb-5,
  .my-tb-5 {
    margin-top: 0.5rem !important;
  }
  .mr-tb-5,
  .mx-tb-5 {
    margin-right: 0.5rem !important;
  }
  .mb-tb-5,
  .my-tb-5 {
    margin-bottom: 0.5rem !important;
  }
  .ml-tb-5,
  .mx-tb-5 {
    margin-left: 0.5rem !important;
  }
  .m-tb-10 {
    margin: 1rem !important;
  }
  .mt-tb-10,
  .my-tb-10 {
    margin-top: 1rem !important;
  }
  .mr-tb-10,
  .mx-tb-10 {
    margin-right: 1rem !important;
  }
  .mb-tb-10,
  .my-tb-10 {
    margin-bottom: 1rem !important;
  }
  .ml-tb-10,
  .mx-tb-10 {
    margin-left: 1rem !important;
  }
  .m-tb-16 {
    margin: 1.6rem !important;
  }
  .mt-tb-16,
  .my-tb-16 {
    margin-top: 1.6rem !important;
  }
  .mr-tb-16,
  .mx-tb-16 {
    margin-right: 1.6rem !important;
  }
  .mb-tb-16,
  .my-tb-16 {
    margin-bottom: 1.6rem !important;
  }
  .ml-tb-16,
  .mx-tb-16 {
    margin-left: 1.6rem !important;
  }
  .m-tb-20 {
    margin: 2rem !important;
  }
  .mt-tb-20,
  .my-tb-20 {
    margin-top: 2rem !important;
  }
  .mr-tb-20,
  .mx-tb-20 {
    margin-right: 2rem !important;
  }
  .mb-tb-20,
  .my-tb-20 {
    margin-bottom: 2rem !important;
  }
  .ml-tb-20,
  .mx-tb-20 {
    margin-left: 2rem !important;
  }
  .m-tb-25 {
    margin: 2.5rem !important;
  }
  .mt-tb-25,
  .my-tb-25 {
    margin-top: 2.5rem !important;
  }
  .mr-tb-25,
  .mx-tb-25 {
    margin-right: 2.5rem !important;
  }
  .mb-tb-25,
  .my-tb-25 {
    margin-bottom: 2.5rem !important;
  }
  .ml-tb-25,
  .mx-tb-25 {
    margin-left: 2.5rem !important;
  }
  .m-tb-30 {
    margin: 3rem !important;
  }
  .mt-tb-30,
  .my-tb-30 {
    margin-top: 3rem !important;
  }
  .mr-tb-30,
  .mx-tb-30 {
    margin-right: 3rem !important;
  }
  .mb-tb-30,
  .my-tb-30 {
    margin-bottom: 3rem !important;
  }
  .ml-tb-30,
  .mx-tb-30 {
    margin-left: 3rem !important;
  }
  .m-tb-32 {
    margin: 3.2rem !important;
  }
  .mt-tb-32,
  .my-tb-32 {
    margin-top: 3.2rem !important;
  }
  .mr-tb-32,
  .mx-tb-32 {
    margin-right: 3.2rem !important;
  }
  .mb-tb-32,
  .my-tb-32 {
    margin-bottom: 3.2rem !important;
  }
  .ml-tb-32,
  .mx-tb-32 {
    margin-left: 3.2rem !important;
  }
  .m-tb-40 {
    margin: 4rem !important;
  }
  .mt-tb-40,
  .my-tb-40 {
    margin-top: 4rem !important;
  }
  .mr-tb-40,
  .mx-tb-40 {
    margin-right: 4rem !important;
  }
  .mb-tb-40,
  .my-tb-40 {
    margin-bottom: 4rem !important;
  }
  .ml-tb-40,
  .mx-tb-40 {
    margin-left: 4rem !important;
  }
  .m-tb-50 {
    margin: 5rem !important;
  }
  .mt-tb-50,
  .my-tb-50 {
    margin-top: 5rem !important;
  }
  .mr-tb-50,
  .mx-tb-50 {
    margin-right: 5rem !important;
  }
  .mb-tb-50,
  .my-tb-50 {
    margin-bottom: 5rem !important;
  }
  .ml-tb-50,
  .mx-tb-50 {
    margin-left: 5rem !important;
  }
  .m-tb-56 {
    margin: 5.6rem !important;
  }
  .mt-tb-56,
  .my-tb-56 {
    margin-top: 5.6rem !important;
  }
  .mr-tb-56,
  .mx-tb-56 {
    margin-right: 5.6rem !important;
  }
  .mb-tb-56,
  .my-tb-56 {
    margin-bottom: 5.6rem !important;
  }
  .ml-tb-56,
  .mx-tb-56 {
    margin-left: 5.6rem !important;
  }
  .m-tb-60 {
    margin: 6rem !important;
  }
  .mt-tb-60,
  .my-tb-60 {
    margin-top: 6rem !important;
  }
  .mr-tb-60,
  .mx-tb-60 {
    margin-right: 6rem !important;
  }
  .mb-tb-60,
  .my-tb-60 {
    margin-bottom: 6rem !important;
  }
  .ml-tb-60,
  .mx-tb-60 {
    margin-left: 6rem !important;
  }
  .p-tb-0 {
    padding: 0 !important;
  }
  .pt-tb-0,
  .py-tb-0 {
    padding-top: 0 !important;
  }
  .pr-tb-0,
  .px-tb-0 {
    padding-right: 0 !important;
  }
  .pb-tb-0,
  .py-tb-0 {
    padding-bottom: 0 !important;
  }
  .pl-tb-0,
  .px-tb-0 {
    padding-left: 0 !important;
  }
  .p-tb-5 {
    padding: 0.5rem !important;
  }
  .pt-tb-5,
  .py-tb-5 {
    padding-top: 0.5rem !important;
  }
  .pr-tb-5,
  .px-tb-5 {
    padding-right: 0.5rem !important;
  }
  .pb-tb-5,
  .py-tb-5 {
    padding-bottom: 0.5rem !important;
  }
  .pl-tb-5,
  .px-tb-5 {
    padding-left: 0.5rem !important;
  }
  .p-tb-10 {
    padding: 1rem !important;
  }
  .pt-tb-10,
  .py-tb-10 {
    padding-top: 1rem !important;
  }
  .pr-tb-10,
  .px-tb-10 {
    padding-right: 1rem !important;
  }
  .pb-tb-10,
  .py-tb-10 {
    padding-bottom: 1rem !important;
  }
  .pl-tb-10,
  .px-tb-10 {
    padding-left: 1rem !important;
  }
  .p-tb-16 {
    padding: 1.6rem !important;
  }
  .pt-tb-16,
  .py-tb-16 {
    padding-top: 1.6rem !important;
  }
  .pr-tb-16,
  .px-tb-16 {
    padding-right: 1.6rem !important;
  }
  .pb-tb-16,
  .py-tb-16 {
    padding-bottom: 1.6rem !important;
  }
  .pl-tb-16,
  .px-tb-16 {
    padding-left: 1.6rem !important;
  }
  .p-tb-20 {
    padding: 2rem !important;
  }
  .pt-tb-20,
  .py-tb-20 {
    padding-top: 2rem !important;
  }
  .pr-tb-20,
  .px-tb-20 {
    padding-right: 2rem !important;
  }
  .pb-tb-20,
  .py-tb-20 {
    padding-bottom: 2rem !important;
  }
  .pl-tb-20,
  .px-tb-20 {
    padding-left: 2rem !important;
  }
  .p-tb-25 {
    padding: 2.5rem !important;
  }
  .pt-tb-25,
  .py-tb-25 {
    padding-top: 2.5rem !important;
  }
  .pr-tb-25,
  .px-tb-25 {
    padding-right: 2.5rem !important;
  }
  .pb-tb-25,
  .py-tb-25 {
    padding-bottom: 2.5rem !important;
  }
  .pl-tb-25,
  .px-tb-25 {
    padding-left: 2.5rem !important;
  }
  .p-tb-30 {
    padding: 3rem !important;
  }
  .pt-tb-30,
  .py-tb-30 {
    padding-top: 3rem !important;
  }
  .pr-tb-30,
  .px-tb-30 {
    padding-right: 3rem !important;
  }
  .pb-tb-30,
  .py-tb-30 {
    padding-bottom: 3rem !important;
  }
  .pl-tb-30,
  .px-tb-30 {
    padding-left: 3rem !important;
  }
  .p-tb-32 {
    padding: 3.2rem !important;
  }
  .pt-tb-32,
  .py-tb-32 {
    padding-top: 3.2rem !important;
  }
  .pr-tb-32,
  .px-tb-32 {
    padding-right: 3.2rem !important;
  }
  .pb-tb-32,
  .py-tb-32 {
    padding-bottom: 3.2rem !important;
  }
  .pl-tb-32,
  .px-tb-32 {
    padding-left: 3.2rem !important;
  }
  .p-tb-40 {
    padding: 4rem !important;
  }
  .pt-tb-40,
  .py-tb-40 {
    padding-top: 4rem !important;
  }
  .pr-tb-40,
  .px-tb-40 {
    padding-right: 4rem !important;
  }
  .pb-tb-40,
  .py-tb-40 {
    padding-bottom: 4rem !important;
  }
  .pl-tb-40,
  .px-tb-40 {
    padding-left: 4rem !important;
  }
  .p-tb-50 {
    padding: 5rem !important;
  }
  .pt-tb-50,
  .py-tb-50 {
    padding-top: 5rem !important;
  }
  .pr-tb-50,
  .px-tb-50 {
    padding-right: 5rem !important;
  }
  .pb-tb-50,
  .py-tb-50 {
    padding-bottom: 5rem !important;
  }
  .pl-tb-50,
  .px-tb-50 {
    padding-left: 5rem !important;
  }
  .p-tb-56 {
    padding: 5.6rem !important;
  }
  .pt-tb-56,
  .py-tb-56 {
    padding-top: 5.6rem !important;
  }
  .pr-tb-56,
  .px-tb-56 {
    padding-right: 5.6rem !important;
  }
  .pb-tb-56,
  .py-tb-56 {
    padding-bottom: 5.6rem !important;
  }
  .pl-tb-56,
  .px-tb-56 {
    padding-left: 5.6rem !important;
  }
  .p-tb-60 {
    padding: 6rem !important;
  }
  .pt-tb-60,
  .py-tb-60 {
    padding-top: 6rem !important;
  }
  .pr-tb-60,
  .px-tb-60 {
    padding-right: 6rem !important;
  }
  .pb-tb-60,
  .py-tb-60 {
    padding-bottom: 6rem !important;
  }
  .pl-tb-60,
  .px-tb-60 {
    padding-left: 6rem !important;
  }
  .m-tb-n5 {
    margin: -0.5rem !important;
  }
  .mt-tb-n5,
  .my-tb-n5 {
    margin-top: -0.5rem !important;
  }
  .mr-tb-n5,
  .mx-tb-n5 {
    margin-right: -0.5rem !important;
  }
  .mb-tb-n5,
  .my-tb-n5 {
    margin-bottom: -0.5rem !important;
  }
  .ml-tb-n5,
  .mx-tb-n5 {
    margin-left: -0.5rem !important;
  }
  .m-tb-n10 {
    margin: -1rem !important;
  }
  .mt-tb-n10,
  .my-tb-n10 {
    margin-top: -1rem !important;
  }
  .mr-tb-n10,
  .mx-tb-n10 {
    margin-right: -1rem !important;
  }
  .mb-tb-n10,
  .my-tb-n10 {
    margin-bottom: -1rem !important;
  }
  .ml-tb-n10,
  .mx-tb-n10 {
    margin-left: -1rem !important;
  }
  .m-tb-n16 {
    margin: -1.6rem !important;
  }
  .mt-tb-n16,
  .my-tb-n16 {
    margin-top: -1.6rem !important;
  }
  .mr-tb-n16,
  .mx-tb-n16 {
    margin-right: -1.6rem !important;
  }
  .mb-tb-n16,
  .my-tb-n16 {
    margin-bottom: -1.6rem !important;
  }
  .ml-tb-n16,
  .mx-tb-n16 {
    margin-left: -1.6rem !important;
  }
  .m-tb-n20 {
    margin: -2rem !important;
  }
  .mt-tb-n20,
  .my-tb-n20 {
    margin-top: -2rem !important;
  }
  .mr-tb-n20,
  .mx-tb-n20 {
    margin-right: -2rem !important;
  }
  .mb-tb-n20,
  .my-tb-n20 {
    margin-bottom: -2rem !important;
  }
  .ml-tb-n20,
  .mx-tb-n20 {
    margin-left: -2rem !important;
  }
  .m-tb-n25 {
    margin: -2.5rem !important;
  }
  .mt-tb-n25,
  .my-tb-n25 {
    margin-top: -2.5rem !important;
  }
  .mr-tb-n25,
  .mx-tb-n25 {
    margin-right: -2.5rem !important;
  }
  .mb-tb-n25,
  .my-tb-n25 {
    margin-bottom: -2.5rem !important;
  }
  .ml-tb-n25,
  .mx-tb-n25 {
    margin-left: -2.5rem !important;
  }
  .m-tb-n30 {
    margin: -3rem !important;
  }
  .mt-tb-n30,
  .my-tb-n30 {
    margin-top: -3rem !important;
  }
  .mr-tb-n30,
  .mx-tb-n30 {
    margin-right: -3rem !important;
  }
  .mb-tb-n30,
  .my-tb-n30 {
    margin-bottom: -3rem !important;
  }
  .ml-tb-n30,
  .mx-tb-n30 {
    margin-left: -3rem !important;
  }
  .m-tb-n32 {
    margin: -3.2rem !important;
  }
  .mt-tb-n32,
  .my-tb-n32 {
    margin-top: -3.2rem !important;
  }
  .mr-tb-n32,
  .mx-tb-n32 {
    margin-right: -3.2rem !important;
  }
  .mb-tb-n32,
  .my-tb-n32 {
    margin-bottom: -3.2rem !important;
  }
  .ml-tb-n32,
  .mx-tb-n32 {
    margin-left: -3.2rem !important;
  }
  .m-tb-n40 {
    margin: -4rem !important;
  }
  .mt-tb-n40,
  .my-tb-n40 {
    margin-top: -4rem !important;
  }
  .mr-tb-n40,
  .mx-tb-n40 {
    margin-right: -4rem !important;
  }
  .mb-tb-n40,
  .my-tb-n40 {
    margin-bottom: -4rem !important;
  }
  .ml-tb-n40,
  .mx-tb-n40 {
    margin-left: -4rem !important;
  }
  .m-tb-n50 {
    margin: -5rem !important;
  }
  .mt-tb-n50,
  .my-tb-n50 {
    margin-top: -5rem !important;
  }
  .mr-tb-n50,
  .mx-tb-n50 {
    margin-right: -5rem !important;
  }
  .mb-tb-n50,
  .my-tb-n50 {
    margin-bottom: -5rem !important;
  }
  .ml-tb-n50,
  .mx-tb-n50 {
    margin-left: -5rem !important;
  }
  .m-tb-n56 {
    margin: -5.6rem !important;
  }
  .mt-tb-n56,
  .my-tb-n56 {
    margin-top: -5.6rem !important;
  }
  .mr-tb-n56,
  .mx-tb-n56 {
    margin-right: -5.6rem !important;
  }
  .mb-tb-n56,
  .my-tb-n56 {
    margin-bottom: -5.6rem !important;
  }
  .ml-tb-n56,
  .mx-tb-n56 {
    margin-left: -5.6rem !important;
  }
  .m-tb-n60 {
    margin: -6rem !important;
  }
  .mt-tb-n60,
  .my-tb-n60 {
    margin-top: -6rem !important;
  }
  .mr-tb-n60,
  .mx-tb-n60 {
    margin-right: -6rem !important;
  }
  .mb-tb-n60,
  .my-tb-n60 {
    margin-bottom: -6rem !important;
  }
  .ml-tb-n60,
  .mx-tb-n60 {
    margin-left: -6rem !important;
  }
  .m-tb-auto {
    margin: auto !important;
  }
  .mt-tb-auto,
  .my-tb-auto {
    margin-top: auto !important;
  }
  .mr-tb-auto,
  .mx-tb-auto {
    margin-right: auto !important;
  }
  .mb-tb-auto,
  .my-tb-auto {
    margin-bottom: auto !important;
  }
  .ml-tb-auto,
  .mx-tb-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1280px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-5 {
    margin: 0.5rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 0.5rem !important;
  }
  .m-xl-10 {
    margin: 1rem !important;
  }
  .mt-xl-10,
  .my-xl-10 {
    margin-top: 1rem !important;
  }
  .mr-xl-10,
  .mx-xl-10 {
    margin-right: 1rem !important;
  }
  .mb-xl-10,
  .my-xl-10 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-10,
  .mx-xl-10 {
    margin-left: 1rem !important;
  }
  .m-xl-16 {
    margin: 1.6rem !important;
  }
  .mt-xl-16,
  .my-xl-16 {
    margin-top: 1.6rem !important;
  }
  .mr-xl-16,
  .mx-xl-16 {
    margin-right: 1.6rem !important;
  }
  .mb-xl-16,
  .my-xl-16 {
    margin-bottom: 1.6rem !important;
  }
  .ml-xl-16,
  .mx-xl-16 {
    margin-left: 1.6rem !important;
  }
  .m-xl-20 {
    margin: 2rem !important;
  }
  .mt-xl-20,
  .my-xl-20 {
    margin-top: 2rem !important;
  }
  .mr-xl-20,
  .mx-xl-20 {
    margin-right: 2rem !important;
  }
  .mb-xl-20,
  .my-xl-20 {
    margin-bottom: 2rem !important;
  }
  .ml-xl-20,
  .mx-xl-20 {
    margin-left: 2rem !important;
  }
  .m-xl-25 {
    margin: 2.5rem !important;
  }
  .mt-xl-25,
  .my-xl-25 {
    margin-top: 2.5rem !important;
  }
  .mr-xl-25,
  .mx-xl-25 {
    margin-right: 2.5rem !important;
  }
  .mb-xl-25,
  .my-xl-25 {
    margin-bottom: 2.5rem !important;
  }
  .ml-xl-25,
  .mx-xl-25 {
    margin-left: 2.5rem !important;
  }
  .m-xl-30 {
    margin: 3rem !important;
  }
  .mt-xl-30,
  .my-xl-30 {
    margin-top: 3rem !important;
  }
  .mr-xl-30,
  .mx-xl-30 {
    margin-right: 3rem !important;
  }
  .mb-xl-30,
  .my-xl-30 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-30,
  .mx-xl-30 {
    margin-left: 3rem !important;
  }
  .m-xl-32 {
    margin: 3.2rem !important;
  }
  .mt-xl-32,
  .my-xl-32 {
    margin-top: 3.2rem !important;
  }
  .mr-xl-32,
  .mx-xl-32 {
    margin-right: 3.2rem !important;
  }
  .mb-xl-32,
  .my-xl-32 {
    margin-bottom: 3.2rem !important;
  }
  .ml-xl-32,
  .mx-xl-32 {
    margin-left: 3.2rem !important;
  }
  .m-xl-40 {
    margin: 4rem !important;
  }
  .mt-xl-40,
  .my-xl-40 {
    margin-top: 4rem !important;
  }
  .mr-xl-40,
  .mx-xl-40 {
    margin-right: 4rem !important;
  }
  .mb-xl-40,
  .my-xl-40 {
    margin-bottom: 4rem !important;
  }
  .ml-xl-40,
  .mx-xl-40 {
    margin-left: 4rem !important;
  }
  .m-xl-50 {
    margin: 5rem !important;
  }
  .mt-xl-50,
  .my-xl-50 {
    margin-top: 5rem !important;
  }
  .mr-xl-50,
  .mx-xl-50 {
    margin-right: 5rem !important;
  }
  .mb-xl-50,
  .my-xl-50 {
    margin-bottom: 5rem !important;
  }
  .ml-xl-50,
  .mx-xl-50 {
    margin-left: 5rem !important;
  }
  .m-xl-56 {
    margin: 5.6rem !important;
  }
  .mt-xl-56,
  .my-xl-56 {
    margin-top: 5.6rem !important;
  }
  .mr-xl-56,
  .mx-xl-56 {
    margin-right: 5.6rem !important;
  }
  .mb-xl-56,
  .my-xl-56 {
    margin-bottom: 5.6rem !important;
  }
  .ml-xl-56,
  .mx-xl-56 {
    margin-left: 5.6rem !important;
  }
  .m-xl-60 {
    margin: 6rem !important;
  }
  .mt-xl-60,
  .my-xl-60 {
    margin-top: 6rem !important;
  }
  .mr-xl-60,
  .mx-xl-60 {
    margin-right: 6rem !important;
  }
  .mb-xl-60,
  .my-xl-60 {
    margin-bottom: 6rem !important;
  }
  .ml-xl-60,
  .mx-xl-60 {
    margin-left: 6rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-5 {
    padding: 0.5rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 0.5rem !important;
  }
  .p-xl-10 {
    padding: 1rem !important;
  }
  .pt-xl-10,
  .py-xl-10 {
    padding-top: 1rem !important;
  }
  .pr-xl-10,
  .px-xl-10 {
    padding-right: 1rem !important;
  }
  .pb-xl-10,
  .py-xl-10 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-10,
  .px-xl-10 {
    padding-left: 1rem !important;
  }
  .p-xl-16 {
    padding: 1.6rem !important;
  }
  .pt-xl-16,
  .py-xl-16 {
    padding-top: 1.6rem !important;
  }
  .pr-xl-16,
  .px-xl-16 {
    padding-right: 1.6rem !important;
  }
  .pb-xl-16,
  .py-xl-16 {
    padding-bottom: 1.6rem !important;
  }
  .pl-xl-16,
  .px-xl-16 {
    padding-left: 1.6rem !important;
  }
  .p-xl-20 {
    padding: 2rem !important;
  }
  .pt-xl-20,
  .py-xl-20 {
    padding-top: 2rem !important;
  }
  .pr-xl-20,
  .px-xl-20 {
    padding-right: 2rem !important;
  }
  .pb-xl-20,
  .py-xl-20 {
    padding-bottom: 2rem !important;
  }
  .pl-xl-20,
  .px-xl-20 {
    padding-left: 2rem !important;
  }
  .p-xl-25 {
    padding: 2.5rem !important;
  }
  .pt-xl-25,
  .py-xl-25 {
    padding-top: 2.5rem !important;
  }
  .pr-xl-25,
  .px-xl-25 {
    padding-right: 2.5rem !important;
  }
  .pb-xl-25,
  .py-xl-25 {
    padding-bottom: 2.5rem !important;
  }
  .pl-xl-25,
  .px-xl-25 {
    padding-left: 2.5rem !important;
  }
  .p-xl-30 {
    padding: 3rem !important;
  }
  .pt-xl-30,
  .py-xl-30 {
    padding-top: 3rem !important;
  }
  .pr-xl-30,
  .px-xl-30 {
    padding-right: 3rem !important;
  }
  .pb-xl-30,
  .py-xl-30 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-30,
  .px-xl-30 {
    padding-left: 3rem !important;
  }
  .p-xl-32 {
    padding: 3.2rem !important;
  }
  .pt-xl-32,
  .py-xl-32 {
    padding-top: 3.2rem !important;
  }
  .pr-xl-32,
  .px-xl-32 {
    padding-right: 3.2rem !important;
  }
  .pb-xl-32,
  .py-xl-32 {
    padding-bottom: 3.2rem !important;
  }
  .pl-xl-32,
  .px-xl-32 {
    padding-left: 3.2rem !important;
  }
  .p-xl-40 {
    padding: 4rem !important;
  }
  .pt-xl-40,
  .py-xl-40 {
    padding-top: 4rem !important;
  }
  .pr-xl-40,
  .px-xl-40 {
    padding-right: 4rem !important;
  }
  .pb-xl-40,
  .py-xl-40 {
    padding-bottom: 4rem !important;
  }
  .pl-xl-40,
  .px-xl-40 {
    padding-left: 4rem !important;
  }
  .p-xl-50 {
    padding: 5rem !important;
  }
  .pt-xl-50,
  .py-xl-50 {
    padding-top: 5rem !important;
  }
  .pr-xl-50,
  .px-xl-50 {
    padding-right: 5rem !important;
  }
  .pb-xl-50,
  .py-xl-50 {
    padding-bottom: 5rem !important;
  }
  .pl-xl-50,
  .px-xl-50 {
    padding-left: 5rem !important;
  }
  .p-xl-56 {
    padding: 5.6rem !important;
  }
  .pt-xl-56,
  .py-xl-56 {
    padding-top: 5.6rem !important;
  }
  .pr-xl-56,
  .px-xl-56 {
    padding-right: 5.6rem !important;
  }
  .pb-xl-56,
  .py-xl-56 {
    padding-bottom: 5.6rem !important;
  }
  .pl-xl-56,
  .px-xl-56 {
    padding-left: 5.6rem !important;
  }
  .p-xl-60 {
    padding: 6rem !important;
  }
  .pt-xl-60,
  .py-xl-60 {
    padding-top: 6rem !important;
  }
  .pr-xl-60,
  .px-xl-60 {
    padding-right: 6rem !important;
  }
  .pb-xl-60,
  .py-xl-60 {
    padding-bottom: 6rem !important;
  }
  .pl-xl-60,
  .px-xl-60 {
    padding-left: 6rem !important;
  }
  .m-xl-n5 {
    margin: -0.5rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n10 {
    margin: -1rem !important;
  }
  .mt-xl-n10,
  .my-xl-n10 {
    margin-top: -1rem !important;
  }
  .mr-xl-n10,
  .mx-xl-n10 {
    margin-right: -1rem !important;
  }
  .mb-xl-n10,
  .my-xl-n10 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n10,
  .mx-xl-n10 {
    margin-left: -1rem !important;
  }
  .m-xl-n16 {
    margin: -1.6rem !important;
  }
  .mt-xl-n16,
  .my-xl-n16 {
    margin-top: -1.6rem !important;
  }
  .mr-xl-n16,
  .mx-xl-n16 {
    margin-right: -1.6rem !important;
  }
  .mb-xl-n16,
  .my-xl-n16 {
    margin-bottom: -1.6rem !important;
  }
  .ml-xl-n16,
  .mx-xl-n16 {
    margin-left: -1.6rem !important;
  }
  .m-xl-n20 {
    margin: -2rem !important;
  }
  .mt-xl-n20,
  .my-xl-n20 {
    margin-top: -2rem !important;
  }
  .mr-xl-n20,
  .mx-xl-n20 {
    margin-right: -2rem !important;
  }
  .mb-xl-n20,
  .my-xl-n20 {
    margin-bottom: -2rem !important;
  }
  .ml-xl-n20,
  .mx-xl-n20 {
    margin-left: -2rem !important;
  }
  .m-xl-n25 {
    margin: -2.5rem !important;
  }
  .mt-xl-n25,
  .my-xl-n25 {
    margin-top: -2.5rem !important;
  }
  .mr-xl-n25,
  .mx-xl-n25 {
    margin-right: -2.5rem !important;
  }
  .mb-xl-n25,
  .my-xl-n25 {
    margin-bottom: -2.5rem !important;
  }
  .ml-xl-n25,
  .mx-xl-n25 {
    margin-left: -2.5rem !important;
  }
  .m-xl-n30 {
    margin: -3rem !important;
  }
  .mt-xl-n30,
  .my-xl-n30 {
    margin-top: -3rem !important;
  }
  .mr-xl-n30,
  .mx-xl-n30 {
    margin-right: -3rem !important;
  }
  .mb-xl-n30,
  .my-xl-n30 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n30,
  .mx-xl-n30 {
    margin-left: -3rem !important;
  }
  .m-xl-n32 {
    margin: -3.2rem !important;
  }
  .mt-xl-n32,
  .my-xl-n32 {
    margin-top: -3.2rem !important;
  }
  .mr-xl-n32,
  .mx-xl-n32 {
    margin-right: -3.2rem !important;
  }
  .mb-xl-n32,
  .my-xl-n32 {
    margin-bottom: -3.2rem !important;
  }
  .ml-xl-n32,
  .mx-xl-n32 {
    margin-left: -3.2rem !important;
  }
  .m-xl-n40 {
    margin: -4rem !important;
  }
  .mt-xl-n40,
  .my-xl-n40 {
    margin-top: -4rem !important;
  }
  .mr-xl-n40,
  .mx-xl-n40 {
    margin-right: -4rem !important;
  }
  .mb-xl-n40,
  .my-xl-n40 {
    margin-bottom: -4rem !important;
  }
  .ml-xl-n40,
  .mx-xl-n40 {
    margin-left: -4rem !important;
  }
  .m-xl-n50 {
    margin: -5rem !important;
  }
  .mt-xl-n50,
  .my-xl-n50 {
    margin-top: -5rem !important;
  }
  .mr-xl-n50,
  .mx-xl-n50 {
    margin-right: -5rem !important;
  }
  .mb-xl-n50,
  .my-xl-n50 {
    margin-bottom: -5rem !important;
  }
  .ml-xl-n50,
  .mx-xl-n50 {
    margin-left: -5rem !important;
  }
  .m-xl-n56 {
    margin: -5.6rem !important;
  }
  .mt-xl-n56,
  .my-xl-n56 {
    margin-top: -5.6rem !important;
  }
  .mr-xl-n56,
  .mx-xl-n56 {
    margin-right: -5.6rem !important;
  }
  .mb-xl-n56,
  .my-xl-n56 {
    margin-bottom: -5.6rem !important;
  }
  .ml-xl-n56,
  .mx-xl-n56 {
    margin-left: -5.6rem !important;
  }
  .m-xl-n60 {
    margin: -6rem !important;
  }
  .mt-xl-n60,
  .my-xl-n60 {
    margin-top: -6rem !important;
  }
  .mr-xl-n60,
  .mx-xl-n60 {
    margin-right: -6rem !important;
  }
  .mb-xl-n60,
  .my-xl-n60 {
    margin-bottom: -6rem !important;
  }
  .ml-xl-n60,
  .mx-xl-n60 {
    margin-left: -6rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1920px) {
  .m-hd-0 {
    margin: 0 !important;
  }
  .mt-hd-0,
  .my-hd-0 {
    margin-top: 0 !important;
  }
  .mr-hd-0,
  .mx-hd-0 {
    margin-right: 0 !important;
  }
  .mb-hd-0,
  .my-hd-0 {
    margin-bottom: 0 !important;
  }
  .ml-hd-0,
  .mx-hd-0 {
    margin-left: 0 !important;
  }
  .m-hd-5 {
    margin: 0.5rem !important;
  }
  .mt-hd-5,
  .my-hd-5 {
    margin-top: 0.5rem !important;
  }
  .mr-hd-5,
  .mx-hd-5 {
    margin-right: 0.5rem !important;
  }
  .mb-hd-5,
  .my-hd-5 {
    margin-bottom: 0.5rem !important;
  }
  .ml-hd-5,
  .mx-hd-5 {
    margin-left: 0.5rem !important;
  }
  .m-hd-10 {
    margin: 1rem !important;
  }
  .mt-hd-10,
  .my-hd-10 {
    margin-top: 1rem !important;
  }
  .mr-hd-10,
  .mx-hd-10 {
    margin-right: 1rem !important;
  }
  .mb-hd-10,
  .my-hd-10 {
    margin-bottom: 1rem !important;
  }
  .ml-hd-10,
  .mx-hd-10 {
    margin-left: 1rem !important;
  }
  .m-hd-16 {
    margin: 1.6rem !important;
  }
  .mt-hd-16,
  .my-hd-16 {
    margin-top: 1.6rem !important;
  }
  .mr-hd-16,
  .mx-hd-16 {
    margin-right: 1.6rem !important;
  }
  .mb-hd-16,
  .my-hd-16 {
    margin-bottom: 1.6rem !important;
  }
  .ml-hd-16,
  .mx-hd-16 {
    margin-left: 1.6rem !important;
  }
  .m-hd-20 {
    margin: 2rem !important;
  }
  .mt-hd-20,
  .my-hd-20 {
    margin-top: 2rem !important;
  }
  .mr-hd-20,
  .mx-hd-20 {
    margin-right: 2rem !important;
  }
  .mb-hd-20,
  .my-hd-20 {
    margin-bottom: 2rem !important;
  }
  .ml-hd-20,
  .mx-hd-20 {
    margin-left: 2rem !important;
  }
  .m-hd-25 {
    margin: 2.5rem !important;
  }
  .mt-hd-25,
  .my-hd-25 {
    margin-top: 2.5rem !important;
  }
  .mr-hd-25,
  .mx-hd-25 {
    margin-right: 2.5rem !important;
  }
  .mb-hd-25,
  .my-hd-25 {
    margin-bottom: 2.5rem !important;
  }
  .ml-hd-25,
  .mx-hd-25 {
    margin-left: 2.5rem !important;
  }
  .m-hd-30 {
    margin: 3rem !important;
  }
  .mt-hd-30,
  .my-hd-30 {
    margin-top: 3rem !important;
  }
  .mr-hd-30,
  .mx-hd-30 {
    margin-right: 3rem !important;
  }
  .mb-hd-30,
  .my-hd-30 {
    margin-bottom: 3rem !important;
  }
  .ml-hd-30,
  .mx-hd-30 {
    margin-left: 3rem !important;
  }
  .m-hd-32 {
    margin: 3.2rem !important;
  }
  .mt-hd-32,
  .my-hd-32 {
    margin-top: 3.2rem !important;
  }
  .mr-hd-32,
  .mx-hd-32 {
    margin-right: 3.2rem !important;
  }
  .mb-hd-32,
  .my-hd-32 {
    margin-bottom: 3.2rem !important;
  }
  .ml-hd-32,
  .mx-hd-32 {
    margin-left: 3.2rem !important;
  }
  .m-hd-40 {
    margin: 4rem !important;
  }
  .mt-hd-40,
  .my-hd-40 {
    margin-top: 4rem !important;
  }
  .mr-hd-40,
  .mx-hd-40 {
    margin-right: 4rem !important;
  }
  .mb-hd-40,
  .my-hd-40 {
    margin-bottom: 4rem !important;
  }
  .ml-hd-40,
  .mx-hd-40 {
    margin-left: 4rem !important;
  }
  .m-hd-50 {
    margin: 5rem !important;
  }
  .mt-hd-50,
  .my-hd-50 {
    margin-top: 5rem !important;
  }
  .mr-hd-50,
  .mx-hd-50 {
    margin-right: 5rem !important;
  }
  .mb-hd-50,
  .my-hd-50 {
    margin-bottom: 5rem !important;
  }
  .ml-hd-50,
  .mx-hd-50 {
    margin-left: 5rem !important;
  }
  .m-hd-56 {
    margin: 5.6rem !important;
  }
  .mt-hd-56,
  .my-hd-56 {
    margin-top: 5.6rem !important;
  }
  .mr-hd-56,
  .mx-hd-56 {
    margin-right: 5.6rem !important;
  }
  .mb-hd-56,
  .my-hd-56 {
    margin-bottom: 5.6rem !important;
  }
  .ml-hd-56,
  .mx-hd-56 {
    margin-left: 5.6rem !important;
  }
  .m-hd-60 {
    margin: 6rem !important;
  }
  .mt-hd-60,
  .my-hd-60 {
    margin-top: 6rem !important;
  }
  .mr-hd-60,
  .mx-hd-60 {
    margin-right: 6rem !important;
  }
  .mb-hd-60,
  .my-hd-60 {
    margin-bottom: 6rem !important;
  }
  .ml-hd-60,
  .mx-hd-60 {
    margin-left: 6rem !important;
  }
  .p-hd-0 {
    padding: 0 !important;
  }
  .pt-hd-0,
  .py-hd-0 {
    padding-top: 0 !important;
  }
  .pr-hd-0,
  .px-hd-0 {
    padding-right: 0 !important;
  }
  .pb-hd-0,
  .py-hd-0 {
    padding-bottom: 0 !important;
  }
  .pl-hd-0,
  .px-hd-0 {
    padding-left: 0 !important;
  }
  .p-hd-5 {
    padding: 0.5rem !important;
  }
  .pt-hd-5,
  .py-hd-5 {
    padding-top: 0.5rem !important;
  }
  .pr-hd-5,
  .px-hd-5 {
    padding-right: 0.5rem !important;
  }
  .pb-hd-5,
  .py-hd-5 {
    padding-bottom: 0.5rem !important;
  }
  .pl-hd-5,
  .px-hd-5 {
    padding-left: 0.5rem !important;
  }
  .p-hd-10 {
    padding: 1rem !important;
  }
  .pt-hd-10,
  .py-hd-10 {
    padding-top: 1rem !important;
  }
  .pr-hd-10,
  .px-hd-10 {
    padding-right: 1rem !important;
  }
  .pb-hd-10,
  .py-hd-10 {
    padding-bottom: 1rem !important;
  }
  .pl-hd-10,
  .px-hd-10 {
    padding-left: 1rem !important;
  }
  .p-hd-16 {
    padding: 1.6rem !important;
  }
  .pt-hd-16,
  .py-hd-16 {
    padding-top: 1.6rem !important;
  }
  .pr-hd-16,
  .px-hd-16 {
    padding-right: 1.6rem !important;
  }
  .pb-hd-16,
  .py-hd-16 {
    padding-bottom: 1.6rem !important;
  }
  .pl-hd-16,
  .px-hd-16 {
    padding-left: 1.6rem !important;
  }
  .p-hd-20 {
    padding: 2rem !important;
  }
  .pt-hd-20,
  .py-hd-20 {
    padding-top: 2rem !important;
  }
  .pr-hd-20,
  .px-hd-20 {
    padding-right: 2rem !important;
  }
  .pb-hd-20,
  .py-hd-20 {
    padding-bottom: 2rem !important;
  }
  .pl-hd-20,
  .px-hd-20 {
    padding-left: 2rem !important;
  }
  .p-hd-25 {
    padding: 2.5rem !important;
  }
  .pt-hd-25,
  .py-hd-25 {
    padding-top: 2.5rem !important;
  }
  .pr-hd-25,
  .px-hd-25 {
    padding-right: 2.5rem !important;
  }
  .pb-hd-25,
  .py-hd-25 {
    padding-bottom: 2.5rem !important;
  }
  .pl-hd-25,
  .px-hd-25 {
    padding-left: 2.5rem !important;
  }
  .p-hd-30 {
    padding: 3rem !important;
  }
  .pt-hd-30,
  .py-hd-30 {
    padding-top: 3rem !important;
  }
  .pr-hd-30,
  .px-hd-30 {
    padding-right: 3rem !important;
  }
  .pb-hd-30,
  .py-hd-30 {
    padding-bottom: 3rem !important;
  }
  .pl-hd-30,
  .px-hd-30 {
    padding-left: 3rem !important;
  }
  .p-hd-32 {
    padding: 3.2rem !important;
  }
  .pt-hd-32,
  .py-hd-32 {
    padding-top: 3.2rem !important;
  }
  .pr-hd-32,
  .px-hd-32 {
    padding-right: 3.2rem !important;
  }
  .pb-hd-32,
  .py-hd-32 {
    padding-bottom: 3.2rem !important;
  }
  .pl-hd-32,
  .px-hd-32 {
    padding-left: 3.2rem !important;
  }
  .p-hd-40 {
    padding: 4rem !important;
  }
  .pt-hd-40,
  .py-hd-40 {
    padding-top: 4rem !important;
  }
  .pr-hd-40,
  .px-hd-40 {
    padding-right: 4rem !important;
  }
  .pb-hd-40,
  .py-hd-40 {
    padding-bottom: 4rem !important;
  }
  .pl-hd-40,
  .px-hd-40 {
    padding-left: 4rem !important;
  }
  .p-hd-50 {
    padding: 5rem !important;
  }
  .pt-hd-50,
  .py-hd-50 {
    padding-top: 5rem !important;
  }
  .pr-hd-50,
  .px-hd-50 {
    padding-right: 5rem !important;
  }
  .pb-hd-50,
  .py-hd-50 {
    padding-bottom: 5rem !important;
  }
  .pl-hd-50,
  .px-hd-50 {
    padding-left: 5rem !important;
  }
  .p-hd-56 {
    padding: 5.6rem !important;
  }
  .pt-hd-56,
  .py-hd-56 {
    padding-top: 5.6rem !important;
  }
  .pr-hd-56,
  .px-hd-56 {
    padding-right: 5.6rem !important;
  }
  .pb-hd-56,
  .py-hd-56 {
    padding-bottom: 5.6rem !important;
  }
  .pl-hd-56,
  .px-hd-56 {
    padding-left: 5.6rem !important;
  }
  .p-hd-60 {
    padding: 6rem !important;
  }
  .pt-hd-60,
  .py-hd-60 {
    padding-top: 6rem !important;
  }
  .pr-hd-60,
  .px-hd-60 {
    padding-right: 6rem !important;
  }
  .pb-hd-60,
  .py-hd-60 {
    padding-bottom: 6rem !important;
  }
  .pl-hd-60,
  .px-hd-60 {
    padding-left: 6rem !important;
  }
  .m-hd-n5 {
    margin: -0.5rem !important;
  }
  .mt-hd-n5,
  .my-hd-n5 {
    margin-top: -0.5rem !important;
  }
  .mr-hd-n5,
  .mx-hd-n5 {
    margin-right: -0.5rem !important;
  }
  .mb-hd-n5,
  .my-hd-n5 {
    margin-bottom: -0.5rem !important;
  }
  .ml-hd-n5,
  .mx-hd-n5 {
    margin-left: -0.5rem !important;
  }
  .m-hd-n10 {
    margin: -1rem !important;
  }
  .mt-hd-n10,
  .my-hd-n10 {
    margin-top: -1rem !important;
  }
  .mr-hd-n10,
  .mx-hd-n10 {
    margin-right: -1rem !important;
  }
  .mb-hd-n10,
  .my-hd-n10 {
    margin-bottom: -1rem !important;
  }
  .ml-hd-n10,
  .mx-hd-n10 {
    margin-left: -1rem !important;
  }
  .m-hd-n16 {
    margin: -1.6rem !important;
  }
  .mt-hd-n16,
  .my-hd-n16 {
    margin-top: -1.6rem !important;
  }
  .mr-hd-n16,
  .mx-hd-n16 {
    margin-right: -1.6rem !important;
  }
  .mb-hd-n16,
  .my-hd-n16 {
    margin-bottom: -1.6rem !important;
  }
  .ml-hd-n16,
  .mx-hd-n16 {
    margin-left: -1.6rem !important;
  }
  .m-hd-n20 {
    margin: -2rem !important;
  }
  .mt-hd-n20,
  .my-hd-n20 {
    margin-top: -2rem !important;
  }
  .mr-hd-n20,
  .mx-hd-n20 {
    margin-right: -2rem !important;
  }
  .mb-hd-n20,
  .my-hd-n20 {
    margin-bottom: -2rem !important;
  }
  .ml-hd-n20,
  .mx-hd-n20 {
    margin-left: -2rem !important;
  }
  .m-hd-n25 {
    margin: -2.5rem !important;
  }
  .mt-hd-n25,
  .my-hd-n25 {
    margin-top: -2.5rem !important;
  }
  .mr-hd-n25,
  .mx-hd-n25 {
    margin-right: -2.5rem !important;
  }
  .mb-hd-n25,
  .my-hd-n25 {
    margin-bottom: -2.5rem !important;
  }
  .ml-hd-n25,
  .mx-hd-n25 {
    margin-left: -2.5rem !important;
  }
  .m-hd-n30 {
    margin: -3rem !important;
  }
  .mt-hd-n30,
  .my-hd-n30 {
    margin-top: -3rem !important;
  }
  .mr-hd-n30,
  .mx-hd-n30 {
    margin-right: -3rem !important;
  }
  .mb-hd-n30,
  .my-hd-n30 {
    margin-bottom: -3rem !important;
  }
  .ml-hd-n30,
  .mx-hd-n30 {
    margin-left: -3rem !important;
  }
  .m-hd-n32 {
    margin: -3.2rem !important;
  }
  .mt-hd-n32,
  .my-hd-n32 {
    margin-top: -3.2rem !important;
  }
  .mr-hd-n32,
  .mx-hd-n32 {
    margin-right: -3.2rem !important;
  }
  .mb-hd-n32,
  .my-hd-n32 {
    margin-bottom: -3.2rem !important;
  }
  .ml-hd-n32,
  .mx-hd-n32 {
    margin-left: -3.2rem !important;
  }
  .m-hd-n40 {
    margin: -4rem !important;
  }
  .mt-hd-n40,
  .my-hd-n40 {
    margin-top: -4rem !important;
  }
  .mr-hd-n40,
  .mx-hd-n40 {
    margin-right: -4rem !important;
  }
  .mb-hd-n40,
  .my-hd-n40 {
    margin-bottom: -4rem !important;
  }
  .ml-hd-n40,
  .mx-hd-n40 {
    margin-left: -4rem !important;
  }
  .m-hd-n50 {
    margin: -5rem !important;
  }
  .mt-hd-n50,
  .my-hd-n50 {
    margin-top: -5rem !important;
  }
  .mr-hd-n50,
  .mx-hd-n50 {
    margin-right: -5rem !important;
  }
  .mb-hd-n50,
  .my-hd-n50 {
    margin-bottom: -5rem !important;
  }
  .ml-hd-n50,
  .mx-hd-n50 {
    margin-left: -5rem !important;
  }
  .m-hd-n56 {
    margin: -5.6rem !important;
  }
  .mt-hd-n56,
  .my-hd-n56 {
    margin-top: -5.6rem !important;
  }
  .mr-hd-n56,
  .mx-hd-n56 {
    margin-right: -5.6rem !important;
  }
  .mb-hd-n56,
  .my-hd-n56 {
    margin-bottom: -5.6rem !important;
  }
  .ml-hd-n56,
  .mx-hd-n56 {
    margin-left: -5.6rem !important;
  }
  .m-hd-n60 {
    margin: -6rem !important;
  }
  .mt-hd-n60,
  .my-hd-n60 {
    margin-top: -6rem !important;
  }
  .mr-hd-n60,
  .mx-hd-n60 {
    margin-right: -6rem !important;
  }
  .mb-hd-n60,
  .my-hd-n60 {
    margin-bottom: -6rem !important;
  }
  .ml-hd-n60,
  .mx-hd-n60 {
    margin-left: -6rem !important;
  }
  .m-hd-auto {
    margin: auto !important;
  }
  .mt-hd-auto,
  .my-hd-auto {
    margin-top: auto !important;
  }
  .mr-hd-auto,
  .mx-hd-auto {
    margin-right: auto !important;
  }
  .mb-hd-auto,
  .my-hd-auto {
    margin-bottom: auto !important;
  }
  .ml-hd-auto,
  .mx-hd-auto {
    margin-left: auto !important;
  }
}
.animate_animated {
  animation-duration: 1.5s;
  animation-fill-mode: both;
  animation-timing-function: ease;
}

.animate__imageScale {
  animation-name: imageScale;
}

@keyframes imageScale {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.running-txt {
  display: flex;
  align-items: center;
  overflow: hidden;
  width: 100%;
}
.running-txt__wrap {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.running-txt__wrap p {
  display: flex;
  align-items: center;
}

@keyframes runningText {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes runningText-lr {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0%);
  }
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideUp {
  from {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(-100%);
    opacity: 0;
  }
}
.p-header {
  transition: transform 0.3s ease, position 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
@media (min-width: 768px) {
  .p-header {
    padding-right: 1rem;
  }
  .p-header::before {
    content: "";
    background: #003D80;
    background: linear-gradient(0deg, rgba(0, 61, 128, 0) 0%, rgb(21, 21, 21) 100%);
    opacity: 0.5;
    mix-blend-mode: multiply;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 20rem;
    z-index: -1;
  }
}
@media (max-width: 767px) {
  .p-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2rem 2.5rem;
    transition: var(--transition);
  }
}
.p-header.is-fixed {
  position: fixed;
}
@media (min-width: 768px) {
  .p-header.is-fixed {
    padding: 2rem 0;
  }
}
.p-header.is-fixed::before {
  display: none;
}
.p-header.is-fixed::after {
  content: "";
  position: absolute;
  inset: 0;
  backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, 0.75);
  z-index: -1;
}
.p-header.is-fixed .nav-link {
  color: #151515;
}
.p-header.is-fixed .nav-link.has-sub::after {
  filter: none;
}
.p-header.is-fixed .p-header__txt {
  display: none;
}
.p-header.is-fixed .p-header__logo img {
  filter: initial;
}
.p-header.is-fixed .hamburger-box .hamburger-inner {
  background-color: #000;
}
.p-header.is-fixed .hamburger-box .hamburger-inner:before, .p-header.is-fixed .hamburger-box .hamburger-inner:after {
  background-color: #000;
}
.p-header.is-fixed:not(.is-hidden) {
  animation: slideDown 0.3s ease forwards;
  transform: translateY(0);
}
.p-header.is-hidden {
  animation: slideUp 0.3s ease forwards;
}
@media (max-width: 767px) {
  .p-header.show-menu {
    background-color: #fff;
    position: fixed;
  }
  .p-header.show-menu .p-header__logo img {
    filter: initial;
  }
}
@media (max-width: 767px) {
  .p-header .btn-mail {
    width: 100%;
    height: 6.4rem;
  }
  .p-header .btn-mail::before {
    margin-right: 2.4rem;
  }
}
.p-header__txt {
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 3.8rem;
  padding: 0.8rem 1rem;
  position: relative;
}
@media (max-width: 767px) {
  .p-header__txt {
    display: none;
  }
}
.p-header__inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .p-header__inner {
    color: #fff;
    min-width: 104rem;
    max-width: calc(100% - 14rem);
  }
}
.p-header__logo {
  width: 16rem;
}
@media (min-width: 768px) {
  .p-header__logo {
    width: 24.7rem;
  }
}
@media (max-width: 767px) {
  .p-header__logo {
    position: relative;
    z-index: 29;
  }
}
.p-header__logo img {
  width: 100%;
  filter: brightness(0) invert(1);
}
@media (max-width: 767px) {
  .p-header__box {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background-color: #fff;
    padding: 9.6rem 0 0 2.5rem;
  }
}
@media (min-width: 768px) {
  .p-header__nav {
    display: flex;
    align-items: center;
    gap: 5rem;
  }
}
@media (max-width: 767px) {
  .p-header__nav {
    overflow-y: auto;
    max-height: calc(var(--vh) - 9.6rem);
    padding-right: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 768px) {
  .p-header .nav-list {
    display: flex;
    gap: 5rem;
  }
}
@media (max-width: 767px) {
  .p-header .nav-list {
    margin-bottom: 4.8rem;
  }
}
.p-header .nav-item {
  position: relative;
}
@media (max-width: 767px) {
  .p-header .nav-item {
    margin-bottom: 3.2rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-header .nav-item:hover .nav-link::after {
    transform: rotate(-180deg);
  }
  .p-header .nav-item:hover .nav-sub {
    opacity: 1;
    pointer-events: all;
    transform: translateX(-50%) translateY(0);
  }
}
@media (hover: none) and (min-width: 1025px), (pointer: coarse) and (min-width: 1025px) {
  .p-header .nav-item .is-open + .nav-sub {
    opacity: 1;
    pointer-events: all;
    transform: translateX(-50%) translateY(0);
  }
}
.p-header .nav-item .double-arrow {
  margin-left: auto;
}
@media (min-width: 768px) {
  .p-header .nav-item .double-arrow {
    display: none;
  }
}
.p-header .nav-link {
  font-size: 1.5rem;
  letter-spacing: 0.14em;
  transition: opacity 0.3s ease;
  cursor: pointer;
}
@media (max-width: 767px) {
  .p-header .nav-link {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 1.6rem;
    border-bottom: 1px solid #CECECE;
    padding-bottom: 2.4rem;
  }
}
.p-header .nav-link::before {
  border-color: var(--color-secondary);
}
@media (min-width: 768px) {
  .p-header .nav-link::before {
    content: none;
  }
}
.p-header .nav-link:hover {
  opacity: 0.7;
}
@media (min-width: 768px) {
  .p-header .nav-link.has-sub {
    display: inline-flex;
    align-items: center;
  }
}
.p-header .nav-link.has-sub.is-open::after {
  transform: rotate(-180deg);
}
.p-header .nav-link.has-sub::after {
  content: "";
  background: url("../images/common/icon_arrow_down01.svg") no-repeat center/contain;
  height: 0.6rem;
  width: 1rem;
  flex-shrink: 0;
  transition: var(--transition);
}
@media (min-width: 768px) {
  .p-header .nav-link.has-sub::after {
    height: 0.5rem;
    width: 0.9rem;
    margin-left: 1.1rem;
    filter: brightness(0) invert(1);
  }
}
@media (max-width: 767px) {
  .p-header .nav-link.has-sub::after {
    margin-left: auto;
  }
}
@media (min-width: 768px) {
  .p-header .nav-sub {
    transition: 0.3s ease;
    opacity: 0;
    pointer-events: none;
    padding-top: 1.8rem;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(2rem);
    width: 26.7rem;
    position: absolute;
  }
}
@media (max-width: 767px) {
  .p-header .nav-sub {
    display: none;
    padding: 2.4rem 1.5rem 0;
  }
}
.p-header .nav-sub li:not(:last-child) {
  border-bottom: 1px solid #fff;
}

.hamburger-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-left: auto;
  height: 3.2rem;
  width: 3.2rem;
  z-index: 101;
}
@media (min-width: 768px) {
  .hamburger-box {
    display: none;
  }
}
.hamburger-box.is-active .hamburger-inner {
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(25deg);
  background-color: #000;
}
.hamburger-box.is-active .hamburger-inner:before {
  transition: top 75ms ease, opacity 75ms ease 0.12s;
  opacity: 0;
  top: 0;
}
.hamburger-box.is-active .hamburger-inner:after {
  transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(-55deg);
  bottom: 0;
  background-color: #000;
}

.hamburger-inner:after,
.hamburger-inner:before {
  display: block;
  content: "";
}

.hamburger-inner:after, .hamburger-inner:before, .hamburger-inner {
  width: 3.2rem;
  height: 1px;
  background-color: #fff;
  transition: transform 0.15s ease;
  border-radius: 1.5px;
}

.hamburger-inner {
  position: relative;
  display: block;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 75ms;
}
.hamburger-inner:before {
  position: absolute;
  top: -0.8rem;
  transition: top 75ms ease 0.12s, opacity 75ms ease;
}
.hamburger-inner:after {
  position: absolute;
  bottom: -0.8rem;
  transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.pagetop {
  display: none;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 12;
}
.pagetop a {
  aspect-ratio: 1;
  text-transform: uppercase;
  background: var(--color-secondary);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-en);
  color: #fff;
  width: 6.4rem;
  font-size: 1.2rem;
  cursor: pointer;
}

.c-contact {
  background-color: yellow;
  color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: 9rem;
}
@media (min-width: 768px) {
  .c-contact {
    margin-top: 16rem;
  }
}
.c-contact .c-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 24rem;
  padding-block: 2.5rem;
}
@media (min-width: 768px) {
  .c-contact .c-wrap {
    height: 62.5rem;
    padding-block: 8.8rem;
  }
}
.c-contact:hover .c-contact__bg img {
  transform: scale(1.05);
}
.c-contact:hover .double-arrow::before {
  left: 0;
}
.c-contact__bg {
  z-index: -1;
  position: absolute;
  inset: 0;
}
.c-contact__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: var(--transition);
}
.c-contact__sub {
  font-family: var(--font-ttl);
  letter-spacing: 0.16em;
  margin-bottom: 0.4rem;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .c-contact__sub {
    margin-bottom: 0.6rem;
    font-size: 2.4rem;
  }
}
.c-contact__ttl {
  filter: drop-shadow(0 0 0.8rem rgba(255, 255, 255, 0.6));
  font-weight: 400;
  font-size: 3.6rem;
  font-family: var(--font-en);
}
@media (min-width: 768px) {
  .c-contact__ttl {
    font-size: 7.2rem;
  }
}
.c-contact__link {
  display: flex;
  justify-content: flex-end;
}
.c-contact__link-btn {
  display: flex;
  align-items: center;
  letter-spacing: 0.08em;
  position: relative;
  color: #fff;
}
@media (min-width: 768px) {
  .c-contact__link-btn {
    padding-right: 3.2rem;
    font-size: 1.8rem;
  }
}
.c-contact__link-btn::before {
  border-color: #fff;
  margin-right: 1.5rem;
  position: relative;
}
@media (min-width: 768px) {
  .c-contact__link-btn::before {
    top: 2px;
  }
}
.c-contact__link-btn .double-arrow {
  margin-left: 1.5rem;
  filter: brightness(0) invert(1);
  margin-left: 1.6rem;
}
.c-contact__link-btn .double-arrow::before {
  opacity: 1;
  background-image: url(../images/common/icon_arrow03_gray.svg);
}

.p-footer {
  background-color: var(--color-primary);
  color: #fff;
  padding-block: 6.4rem 3.2rem;
}
@media (min-width: 768px) {
  .p-footer {
    padding-block: 12rem 8rem;
  }
}
.p-footer__top {
  margin-bottom: 4.8rem;
}
@media (min-width: 768px) {
  .p-footer__top {
    margin-bottom: 10rem;
    gap: 6rem;
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .p-footer__top {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .p-footer__company {
    flex: 1 1;
  }
}
@media (max-width: 767px) {
  .p-footer__company {
    margin-bottom: 4.8rem;
  }
}
.p-footer__logo {
  display: block;
  width: 24.7rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .p-footer__logo {
    margin-bottom: 1.6rem;
  }
}
@media (max-width: 767px) {
  .p-footer__logo {
    margin-inline: auto;
  }
}
.p-footer__logo img {
  width: 100%;
  display: block;
  filter: brightness(0) invert(1);
}
.p-footer__name {
  margin-bottom: 3.2rem;
}
.p-footer__address {
  line-height: 2;
  font-size: 1.5rem;
  margin-bottom: 3.3rem;
}
@media (min-width: 768px) {
  .p-footer__address {
    margin-bottom: 1.6rem;
  }
}
.p-footer__tel {
  display: inline-flex;
  font-family: var(--font-num);
  border: 1px solid #fff;
  transition: var(--transition);
  font-weight: 500;
  gap: 0.5rem;
  margin-bottom: 2.4rem;
  padding: 0.8rem 3.2rem;
  border-radius: 4rem;
  font-size: 1.5rem;
}
.p-footer__tel:hover {
  color: var(--color-primary);
  background-color: #fff;
}
.p-footer__tel:hover::before {
  filter: initial;
}
.p-footer__tel::before {
  content: "";
  aspect-ratio: 1;
  background: url(../images/common/icon_phone.svg) no-repeat center/contain;
  filter: brightness(0) invert(1);
  transition: var(--transition);
  width: 1.4rem;
}
.p-footer__time {
  font-size: 1.5rem;
  line-height: 2;
}
.p-footer__map {
  aspect-ratio: 325/200;
  width: 100%;
}
@media (min-width: 768px) {
  .p-footer__map {
    aspect-ratio: 560/280;
    width: 56rem;
  }
}
.p-footer__map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.p-footer__nav {
  display: grid;
  gap: 4.8rem;
  margin-bottom: 6.6rem;
}
@media (min-width: 768px) {
  .p-footer__nav {
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 8rem;
  }
}
@media (min-width: 1090px) {
  .p-footer__nav {
    gap: 6.5rem;
  }
}
.p-footer__nav-ttl {
  display: flex;
  align-items: center;
  font-family: var(--font-en);
  border-bottom: 1px solid #949B96;
  padding-bottom: 2.3rem;
  font-size: 2.2rem;
  margin-bottom: 2.4rem;
}
@media (min-width: 768px) {
  .p-footer__nav-ttl {
    margin-bottom: 1.6rem;
    letter-spacing: 0.1em;
  }
}
.p-footer__nav-ttl::before {
  margin-right: 1rem;
  border-color: var(--color-secondary);
  margin-top: 0.6rem;
}
.p-footer__nav-sub {
  margin-left: 1.5rem;
  font-size: 1.4rem;
  letter-spacing: 0.12em;
  font-family: var(--font-ttl);
  font-weight: 300;
}
.p-footer__nav-item:not(:last-child) {
  margin-bottom: 1.2rem;
}
.p-footer__nav-item a {
  transition: opacity 0.3s ease;
  display: inline-flex;
  align-items: center;
  font-size: 1.4rem;
  gap: 1rem;
  letter-spacing: 0.1em;
}
.p-footer__nav-item a::before {
  content: "";
  width: 0.8rem;
  aspect-ratio: 1;
  background: url(../images/common/icon_arrow03.svg) no-repeat center/contain;
}
.p-footer__nav-item a:hover {
  opacity: 0.7;
}
.p-footer__copyright {
  font-family: var(--font-en);
  font-size: 1rem;
}
@media (min-width: 768px) {
  .p-footer__copyright {
    font-size: 1.2rem;
    text-align: center;
  }
}

.btn {
  display: inline-flex;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #1E1E1E;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
}
.btn:focus, .btn.focus {
  outline: 0;
}
.btn.disabled, .btn:disabled {
  opacity: 0.6;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn-primary {
  background-color: var(--color-primary);
  border-radius: 5rem;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  letter-spacing: 0.12em;
  height: 4.8rem;
  width: 20rem;
  transition: var(--transition);
}
.btn-primary:hover {
  background-color: var(--color-secondary);
}

.btn-mail::before {
  content: "";
  background: url("../images/common/icon_mail.svg") no-repeat center/contain;
  height: 1.1rem;
  width: 1.5rem;
  flex-shrink: 0;
  margin-right: 1.2rem;
}

.btn-link {
  background-color: #F5F5F5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.4rem;
  height: 5rem;
  padding-inline: 1.5rem;
  transition: var(--transition);
}
.btn-link:hover {
  background-color: #DFE2DF;
}
.btn-link:hover::after {
  background-color: var(--color-secondary);
}
.btn-link::after {
  content: "";
  background: #151515 url("../images/common/icon_arrow02.svg") no-repeat center/0.4rem 0.6rem;
  border-radius: 50%;
  flex-shrink: 0;
  height: 1.6rem;
  width: 1.6rem;
  transition: 0.3s ease;
}

.btn-more {
  display: inline-block;
  position: relative;
  padding-right: 6rem;
  font-size: 1.6rem;
  color: #FFF;
  font-family: var(--font-en);
}
.btn-more span {
  background: #fff;
  width: 4rem;
  height: 0.1rem;
  margin-top: 0.4rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(100% - 5rem);
  transition: all 0.25s ease-in-out;
  will-change: transform;
}
.btn-more span::after {
  content: "";
  background-color: #fff;
  -webkit-mask: url("../images/common/icon_arrow08.svg") no-repeat center/contain;
  mask: url("../images/common/icon_arrow08.svg") no-repeat center/contain;
  width: 1rem;
  height: 0.7rem;
  position: absolute;
  top: calc(50% - 0.2rem);
  transform: translateY(-50%);
  right: -1rem;
  transition: all 0.25s ease-in-out;
}
.btn-more.--black {
  color: var(--color-primary);
}
.btn-more.--black span {
  background-color: var(--color-primary);
}
.btn-more.--black span::after {
  background-color: var(--color-primary);
}
@media (min-width: 768px) {
  .btn-more {
    font-size: 1.8rem;
    padding-right: 8rem;
  }
  .btn-more span {
    width: 4.7rem;
    left: calc(100% - 5.7rem);
  }
  .btn-more:hover {
    filter: drop-shadow(0 0 0.8rem rgba(255, 255, 255, 0.6));
  }
  .btn-more:hover span {
    width: 5.5rem;
  }
  .btn-more.--black:hover {
    color: #009B4A;
  }
  .btn-more.--black:hover span {
    background-color: #009B4A;
  }
  .btn-more.--black:hover span::after {
    background-color: #009B4A;
  }
}

.btn-arrow {
  align-items: center;
  letter-spacing: 0.08em;
  border-bottom: 1px solid var(--color-border);
  padding-bottom: 2.4rem;
  position: relative;
}
@media (min-width: 768px) {
  .btn-arrow {
    font-size: 1.8rem;
    min-width: 40rem;
    padding: 0 0 3.2rem 0.7rem;
  }
}
@media (max-width: 767px) {
  .btn-arrow {
    width: 100%;
  }
}
.btn-arrow::before {
  margin-right: 1.5rem;
  border-color: var(--color-secondary);
  position: relative;
}
@media (min-width: 768px) {
  .btn-arrow::before {
    top: 2px;
  }
}
.btn-arrow::after {
  content: "";
  background-color: var(--color-secondary);
  width: 0;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: var(--transition);
}
.btn-arrow:hover::after {
  width: 100%;
}
.btn-arrow:hover .double-arrow::before {
  left: 0;
}
.btn-arrow .double-arrow {
  margin-left: auto;
}

.btn-pdf {
  align-items: center;
  letter-spacing: 0.08em;
  border-bottom: 1px solid var(--color-border);
  padding-bottom: 2.4rem;
  position: relative;
}
@media (min-width: 768px) {
  .btn-pdf {
    font-size: 1.8rem;
    min-width: 40rem;
    padding: 0 0 3.2rem 0.7rem;
  }
}
@media (max-width: 767px) {
  .btn-pdf {
    width: 100%;
  }
}
.btn-pdf::before {
  margin-right: 1.5rem;
  border-color: var(--color-secondary);
  position: relative;
}
@media (min-width: 768px) {
  .btn-pdf::before {
    top: 2px;
  }
}
.btn-pdf::after {
  content: "";
  background-color: var(--color-secondary);
  width: 0;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: var(--transition);
}
.btn-pdf .ic_pdf {
  background: url("../images/common/icon_pdf.svg") no-repeat center/contain;
  filter: brightness(0) invert(0);
  width: 1.8rem;
  height: 2rem;
  position: absolute;
  top: 0.4rem;
  right: 0;
  transition: var(--transition);
}
.btn-pdf:hover::after {
  width: 100%;
}
.btn-pdf:hover .ic_pdf {
  filter: brightness(1) invert(0);
}

.btn-correct {
  border-bottom: 1px solid #969899;
  display: inline-block;
  text-align: center;
}

.c-breadcrumb {
  padding-inline: 2.5rem;
  margin-block: 1.6rem;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .c-breadcrumb {
    margin-block: 2.4rem;
  }
}
.c-breadcrumb ul {
  display: flex;
  font-size: 1.2rem;
  letter-spacing: 0.08em;
}
@media (min-width: 768px) {
  .c-breadcrumb ul {
    justify-content: flex-end;
  }
}
.c-breadcrumb ul li {
  display: flex;
  align-items: center;
}
.c-breadcrumb ul li:not(:last-child)::after {
  content: "";
  background: url("../images/common/icon_arrow_gray.svg") no-repeat center/contain;
  height: 1.2rem;
  width: 0.7rem;
  margin-inline: 1rem;
}

.form-control {
  background-color: var(--input-background);
  background-clip: padding-box;
  border-radius: 0.5rem;
  border: none;
  color: #000;
  display: block;
  font-family: var(--font-family-base);
  font-size: 1.5rem;
  font-weight: var(--input-font-weight);
  line-height: 1.5;
  padding: 0.5rem 1.5rem;
  width: 100%;
  height: 5.6rem;
}
@media (min-width: 768px) {
  .form-control {
    height: 4.6rem;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.form-control::-moz-placeholder {
  color: #e6e6e6;
  opacity: 1;
  font-size: 1.3rem;
}
.form-control::placeholder {
  color: #e6e6e6;
  opacity: 1;
  font-size: 1.3rem;
}
@media (min-width: 768px) {
  .form-control::-moz-placeholder {
    font-size: 1.5rem;
  }
  .form-control::placeholder {
    font-size: 1.5rem;
  }
}
.form-control:disabled, .form-control[readonly] {
  background-color: #1E1E1E;
  opacity: 1;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.frm-row {
  border-top: 1px solid #CECECE;
  display: flex;
  gap: 2.4rem;
  flex-wrap: wrap;
  flex-direction: column;
  padding-block: 3.2rem;
}
@media (min-width: 768px) {
  .frm-row {
    flex-direction: row;
    align-items: flex-start;
    gap: 3.2rem;
    justify-content: space-between;
    padding-block: 2.8rem;
  }
}
.frm-row:last-child {
  border-bottom: 1px solid #CECECE;
}
.frm-ttl {
  display: flex;
  gap: 1.6rem;
  align-items: center;
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  .frm-ttl {
    gap: 1.6rem;
    padding-top: 1rem;
  }
}
.frm-rq {
  background-color: var(--color-secondary);
  border-radius: 0.4rem;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  width: 4.6rem;
  height: 2.5rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.frm-rq--optional {
  background-color: #90958F;
}
.frm-input {
  position: relative;
}
@media (min-width: 768px) {
  .frm-input {
    flex: 1;
    max-width: 72.9rem;
  }
}
.frm-btns {
  display: flex;
  row-gap: 5rem;
  align-items: center;
  flex-direction: column;
  margin-top: 5.6rem;
}
@media (min-width: 768px) {
  .frm-btns {
    margin-top: 8rem;
  }
}
.frm--confirm .frm-ttl {
  padding-top: 0;
}

label.error {
  background-color: #252525;
  border: 2px solid #ddd;
  box-shadow: 0px 0px 0.6rem #888;
  color: #fff;
  font-size: 1.1rem;
  left: 0;
  padding: 0.325rem 1rem;
  min-width: 12rem;
  position: absolute;
  top: -2.8rem;
  z-index: 10;
}

@media (min-width: 768px) {
  .c-radio {
    max-width: 60rem;
  }
}
.c-radio__list {
  display: flex;
  gap: 1.6rem;
  flex-direction: column;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .c-radio__list {
    flex-direction: row;
    gap: 1.6rem 5.6rem;
  }
}
.c-radio__list.--2col {
  flex-direction: row;
  -moz-column-gap: 8rem;
  column-gap: 8rem;
}
@media (min-width: 768px) {
  .c-radio__list.--2col {
    -moz-column-gap: 12rem;
    column-gap: 12rem;
  }
}
.c-radio [type=radio]:checked,
.c-radio [type=radio]:not(:checked) {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.c-radio [type=radio]:checked + label,
.c-radio [type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 3.8rem;
  cursor: pointer;
  line-height: 2.6rem;
  display: inline-block;
}
.c-radio [type=radio] + label:before {
  border: 1px solid #CECECE;
  border-radius: 0.5rem;
  background: #fff;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2.4rem;
  aspect-ratio: 1;
}
@media (min-width: 768px) {
  .c-radio [type=radio] + label:before {
    width: 2.6rem;
  }
}
.c-radio [type=radio] + label:after {
  content: "";
  background: url("../images/common/icon_awesome_check.svg") no-repeat center/contain;
  width: 1.4rem;
  height: 1rem;
  position: absolute;
  top: 0.9rem;
  left: 0.7rem;
  opacity: 0;
  transform: scale(0);
  transition: all 0.2s ease;
}
.c-radio [type=radio]:checked + label:before {
  border-color: var(--color-secondary);
}
.c-radio [type=radio]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

textarea {
  max-width: 100%;
  min-height: 20rem;
}

.table {
  width: 100%;
}

.table-basic01 {
  width: 100%;
  overflow-x: auto;
}
.table-basic01 table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  background: #fff;
  letter-spacing: 0.08em;
  border-radius: 0.8rem;
}
@media (min-width: 768px) {
  .table-basic01 table {
    border-radius: 0.5rem;
  }
}
.table-basic01 tr {
  border-bottom: 1px solid #d9d9d9;
}
.table-basic01 tr:last-child {
  border-bottom: none;
}
.table-basic01 th,
.table-basic01 td {
  font-size: 1.5rem;
  line-height: 1.04;
}
@media (min-width: 768px) {
  .table-basic01 th,
  .table-basic01 td {
    padding: 2.4rem 4rem;
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .table-basic01 th,
  .table-basic01 td {
    display: block;
  }
}
.table-basic01 th.address a,
.table-basic01 td.address a {
  color: inherit;
  text-decoration: none;
  pointer-events: none;
}
.table-basic01 th {
  background-color: var(--color-primary);
  color: #fff;
  padding: 1.2rem 3rem;
}
@media (min-width: 768px) {
  .table-basic01 th {
    text-align: center;
    width: 22rem;
  }
}
.table-basic01 td {
  line-height: 1.7333333333;
  padding: 2rem 3rem;
}

.table-basic02 {
  width: 100%;
  overflow-x: auto;
}
.table-basic02 table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  background: #fff;
  letter-spacing: 0.08em;
  border-radius: 0.8rem;
  table-layout: fixed;
}
@media (min-width: 768px) {
  .table-basic02 table {
    border-radius: 0.5rem;
  }
}
.table-basic02 tr {
  border-bottom: 1px solid #d9d9d9;
}
.table-basic02 tr:last-child {
  border-bottom: none;
}
.table-basic02 th,
.table-basic02 td {
  font-size: 1.5rem;
  line-height: 1.04;
  text-align: center;
}
@media (min-width: 768px) {
  .table-basic02 th,
  .table-basic02 td {
    padding-inline: 4rem;
    font-size: 1.5rem;
  }
}
.table-basic02 th:not(:last-child),
.table-basic02 td:not(:last-child) {
  border-right: 1px solid #d9d9d9;
}
.table-basic02 th {
  background-color: var(--color-primary);
  color: #fff;
  padding-block: 1.4rem;
}
@media (min-width: 768px) {
  .table-basic02 th {
    padding-block: 2.4rem;
    width: 22rem;
  }
}
.table-basic02 td {
  padding-block: 1.4rem;
  line-height: 1.7142857143;
}
@media (min-width: 768px) {
  .table-basic02 td {
    padding-block: 2rem;
  }
}

.c-headline {
  color: #fff;
  position: relative;
  height: 31.2rem;
}
@media (min-width: 768px) {
  .c-headline {
    height: 64rem;
  }
  .c-headline::after {
    content: "";
    background: url("../images/common/c-headline_bg.png") no-repeat center/cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: -16rem;
    z-index: -1;
  }
}
@media (min-width: 1280px) {
  .c-headline {
    height: auto;
  }
}
.c-headline__cover {
  border-bottom-right-radius: 8rem;
  height: 100%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .c-headline__cover {
    border-bottom-right-radius: max(15rem, 11.71875vw);
  }
}
.c-headline__cover img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.c-headline__info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
}
@media (min-width: 768px) {
  .c-headline__info {
    min-width: 104rem;
    max-width: calc(100% - 20rem);
  }
}
@media (max-width: 767px) {
  .c-headline__info {
    padding-inline: 2.5rem;
  }
}
.c-headline__ttl {
  display: block;
  filter: drop-shadow(0 0 0.8rem rgba(255, 255, 255, 0.6));
  font-family: var(--font-en);
  font-weight: 400;
  line-height: 1.375;
  letter-spacing: 0.06em;
  margin-bottom: 1.9rem;
  font-size: 3.2rem;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .c-headline__ttl {
    font-size: 6.4rem;
  }
}
.c-headline__sub {
  display: block;
  font-family: var(--font-ttl);
  font-weight: 400;
  letter-spacing: 0.16em;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .c-headline__sub {
    font-size: 1.8rem;
  }
}

.hline01 {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
@media (min-width: 768px) {
  .hline01 {
    gap: 0.3rem;
  }
}
.hline01__ttl {
  display: inline-block;
  font-size: 3.2rem;
  font-family: var(--font-en);
  font-weight: 400;
  line-height: 1.4375;
  letter-spacing: 0.05em;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.hline01__ttl::before {
  background-color: #009B4A;
  border-radius: 50%;
  content: "";
  width: 4.8rem;
  height: 4.8rem;
  mix-blend-mode: lighten;
  filter: blur(10px);
  position: absolute;
  top: -1rem;
  left: -1rem;
  will-change: transform;
}
@media (min-width: 768px) {
  .hline01__ttl::before {
    top: 0;
    left: -1.1rem;
    width: 5.6rem;
    height: 5.6rem;
  }
}
.hline01__ttl.--linear::after {
  background-color: #009B4A;
  border-radius: 50%;
  content: "";
  width: 4.8rem;
  height: 4.8rem;
  mix-blend-mode: lighten;
  filter: blur(10px);
  position: absolute;
  top: 4rem;
  right: -1.6rem;
  will-change: transform;
}
@media (min-width: 768px) {
  .hline01__ttl.--linear::after {
    width: 5.6rem;
    height: 5.6rem;
  }
}
.hline01__ttl.--center {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .hline01__ttl {
    font-size: 5.6rem;
  }
}
.hline01__sub {
  font-family: var(--font-ttl);
  letter-spacing: 0.12em;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .hline01__sub {
    font-size: 1.8rem;
  }
}

.hline02 {
  font-weight: normal;
  display: inline-flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 0.5rem;
}
@media (min-width: 768px) {
  .hline02 {
    gap: 1.5rem;
  }
}
.hline02__jp {
  background: #000;
  color: #fff;
  padding-inline: 0.2rem;
  font-size: 1.4rem;
  font-family: var(--font-ttl);
}
@media (min-width: 768px) {
  .hline02__jp {
    font-size: 1.8rem;
  }
}
.hline02__en {
  font-size: 3.4rem;
  font-family: var(--font-en);
  color: #fff;
  line-height: 1;
  position: relative;
  padding-bottom: 0.2rem;
}
@media (min-width: 768px) {
  .hline02__en {
    font-size: 4rem;
  }
}
.hline02__en::after {
  content: "";
  z-index: -1;
  position: absolute;
  background-color: #000;
  inset: 0.3rem 0;
}
@media (min-width: 768px) {
  .hline02__en::after {
    inset: 0;
  }
}

.hline03 {
  font-size: 2.4rem;
  font-family: var(--font-ttl);
  font-weight: normal;
  letter-spacing: 0.16em;
  line-height: 1.6666666667;
}
@media (min-width: 768px) {
  .hline03 {
    font-size: 3.8rem;
    line-height: 1.7368421053;
    letter-spacing: 0.16em;
  }
}

.hline04 {
  border-bottom: 1px solid #CECECE;
  color: var(--color-primary);
  font-size: 2rem;
  font-family: var(--font-ttl);
  font-weight: normal;
  letter-spacing: 0.08em;
  display: flex;
  gap: 1.2rem;
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  .hline04 {
    font-size: 1.8rem;
    padding-bottom: 1.2rem;
  }
}
.hline04::before {
  border-color: var(--color-secondary);
  position: relative;
  top: 0.8rem;
}

.hline05 {
  border-left: 1px solid var(--color-secondary);
  font-size: 2rem;
  font-family: var(--font-ttl);
  font-weight: normal;
  line-height: 2;
  letter-spacing: 0.08em;
  display: flex;
  gap: 1.2rem;
  padding-left: 1.6rem;
}
@media (min-width: 768px) {
  .hline05 {
    font-size: 2.2rem;
    line-height: 1.5;
    padding-left: 3rem;
  }
}

.c-toc {
  --toc-space: 1.2rem;
  background-color: #fff;
  border-radius: 0.8rem;
  font-size: 1.5rem;
  margin-bottom: 8rem;
  padding: 3.2rem 3rem;
}
@media (min-width: 768px) {
  .c-toc {
    --toc-space: 0.8rem;
    margin-bottom: 10rem;
    padding: 5rem;
  }
}
.c-toc__ttl {
  margin-bottom: var(--toc-space);
}
.c-toc__lvl0 {
  counter-reset: tocList;
}
.c-toc__lvl0 > li {
  margin-bottom: var(--toc-space);
}
.c-toc__lvl0 > li:last-child {
  margin-bottom: 0;
}
.c-toc__lvl0 > li > a {
  color: var(--color-secondary);
  text-decoration: underline;
}
.c-toc__lvl0 > li > a::before {
  content: counter(tocList) ".";
  counter-increment: tocList;
}
.c-toc__lvl1 {
  counter-reset: tocListLv1;
  margin-top: var(--toc-space);
}
.c-toc__lvl1 > li {
  margin-bottom: var(--toc-space);
}
.c-toc__lvl1 > li:last-child {
  margin-bottom: 0;
}
.c-toc__lvl1 > li > a::before {
  content: counter(tocListLv1, lower-alpha) ". ";
  counter-increment: tocListLv1;
}
.c-toc__lvl2 {
  margin-top: var(--toc-space);
}
.c-toc__lvl2 > li {
  margin-bottom: var(--toc-space);
}
.c-toc__lvl2 > li:last-child {
  margin-bottom: 0;
}
.c-toc__lvl2 a::before {
  content: "・";
}

@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

.nospace::before, .nospace::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.nospace::before {
  margin-block-end: calc((1 - var(--lh, var(--lineheight-base))) * 0.5em);
}
.nospace::after {
  margin-block-start: calc((1 - var(--lh, var(--lineheight-base))) * 0.5em);
}

.font-en {
  font-family: var(--font-en) !important;
}

.font-ttl {
  font-family: var(--font-ttl) !important;
}

.font-jp {
  font-family: var(--font-primary) !important;
}

.cl-primary {
  color: var(--color-primary);
}

.cl-secondary {
  color: var(--color-secondary);
}

.hover {
  transition: var(--transition);
}
.hover:hover {
  opacity: 0.7;
}

.underline-bg {
  display: inline;
  color: var(--color-text);
  background-image: linear-gradient(currentColor, currentColor);
  background-size: 100% 1px;
  background-repeat: repeat-x;
  background-position: 0 100%;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.object-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-contents {
  padding-top: 7.2rem;
}
@media (min-width: 768px) {
  .c-contents {
    padding-top: 16rem;
  }
}

.c-txt {
  letter-spacing: 0.08em;
  line-height: 2;
  font-size: 1.5rem;
}

.c-txtCheck {
  display: flex;
  align-items: flex-start;
  gap: 1.2rem;
}
.c-txtCheck::before {
  content: "";
  background: url("../images/common/icon_check.svg") no-repeat center/contain;
  width: 1.6rem;
  height: 1.4rem;
  flex-shrink: 0;
  position: relative;
  top: 0.5rem;
}
.c-txtCheck__desc {
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  flex: 1;
}

.body-txt {
  letter-spacing: 0.08em;
  line-height: 2.25;
}
@media (min-width: 768px) {
  .body-txt {
    line-height: 2.5;
  }
}

.double-arrow {
  position: relative;
  width: 0.8rem;
  aspect-ratio: 1;
  margin-left: 0.8rem;
  background: url(../images/common/icon_arrow03.svg) no-repeat center/contain;
  display: inline-block;
}
.double-arrow::before {
  content: "";
  position: absolute;
  left: -0.7rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.8rem;
  aspect-ratio: 1;
  background: url(../images/common/icon_arrow03_blur.svg) no-repeat center/contain;
  transition: var(--transition);
}

.common > * {
  margin-bottom: 4rem;
}

.c-controls {
  display: flex;
  justify-content: space-between;
  width: 19rem;
  z-index: 1;
}
.c-controls__pagi {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 6.9rem;
  color: #FFF;
  font-family: var(--font-num);
  font-weight: 500;
}
.c-controls__pagi .separator {
  width: 1px;
  background-color: #FFF;
  height: 2.4rem;
}
.c-controls__pagi .current {
  text-align: left;
  width: 3.4rem;
}
.c-controls__pagi .total {
  width: 3.4rem;
  text-align: right;
}
.c-controls__arrow {
  position: relative;
  display: block;
  border: 1px solid #FFF;
  width: 4rem;
  height: 4rem;
  background-color: transparent;
  transition: 0.5s background-color;
  cursor: pointer;
}
@media (min-width: 768px) {
  .c-controls__arrow:hover {
    background-color: #FFF;
  }
  .c-controls__arrow:hover::after {
    filter: invert(1);
  }
}
.c-controls__arrow::after {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: transparent url(../images/common/icon_arrow02.svg) no-repeat center;
  background-size: 10px auto;
  transition: 0.5s filter;
  content: "";
}
.c-controls__arrow.--prev {
  transform: rotate(180deg);
}

.c-color-grd span {
  background: linear-gradient(135deg, var(--color-secondary) 2rem, var(--color-text) 7rem, var(--color-text));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.c-text-dot {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  font-family: var(--font-ttl);
}
@media (min-width: 768px) {
  .c-text-dot {
    gap: 1.9rem;
  }
}
.c-text-dot__head {
  font-size: 1.6rem;
  white-space: nowrap;
  letter-spacing: 0.16em;
  line-height: 1;
  display: inline-flex;
  gap: 1.2rem;
}
@media (min-width: 768px) {
  .c-text-dot__head {
    gap: 1.3rem;
  }
}
.c-text-dot__head::before {
  border-color: var(--color-secondary);
  position: relative;
  top: 0;
  bottom: 0;
  margin: auto;
}
.c-text-dot__desc {
  font-size: 2rem;
  font-weight: normal;
  letter-spacing: 0.16em;
  line-height: 1;
}
@media (min-width: 768px) {
  .c-text-dot__desc {
    font-size: 2.4rem;
  }
}
.c-text-dot__desc small {
  font-size: 80%;
}
@media (min-width: 768px) {
  .c-text-dot__desc small {
    font-size: 66.67%;
  }
}

.c-title-dot {
  border-bottom: 1px solid #CECECE;
  display: flex;
  gap: 2.4rem;
  flex-direction: column;
  padding-bottom: 3.2rem;
}
@media (min-width: 768px) {
  .c-title-dot {
    flex-direction: row;
    gap: 2.8rem;
    padding: 0 0 2.4rem 0.6rem;
  }
}
.c-title-dot__head {
  color: var(--color-secondary);
  font-size: 1.4rem;
  font-family: var(--font-en);
  white-space: nowrap;
  letter-spacing: 0.06em;
  line-height: 1;
  display: inline-flex;
  gap: 1.2rem;
}
@media (min-width: 768px) {
  .c-title-dot__head {
    gap: 1.3rem;
    margin-top: 1.7rem;
  }
}
.c-title-dot__head::before {
  border-color: var(--color-secondary);
  position: relative;
  top: 0.1rem;
}
.c-title-dot__desc {
  font-size: 2.2rem;
  font-family: var(--font-ttl);
  font-weight: normal;
  letter-spacing: 0.08em;
  line-height: 1.6363636364;
}
@media (min-width: 768px) {
  .c-title-dot__desc {
    font-size: 2.6rem;
    line-height: 1.7692307692;
  }
}

.c-service {
  padding-top: 7.2rem;
}
@media (min-width: 768px) {
  .c-service {
    padding-top: 15rem;
  }
}
.c-service__wrap {
  position: relative;
  z-index: 3;
}
.c-service__wrap::before {
  content: "OUR SERVICE";
  color: #fff;
  font-size: 8rem;
  font-family: var(--font-en);
  writing-mode: vertical-rl;
  text-orientation: mixed;
  line-height: 1;
  letter-spacing: 0.05em;
  position: absolute;
  top: 0;
  right: 0;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .c-service__wrap::before {
    font-size: 12rem;
    top: -7rem;
    right: calc(100% + 2.5rem);
  }
}
.c-service__ttl {
  font-size: 2.4rem;
  font-family: var(--font-ttl);
  font-weight: normal;
  letter-spacing: 0.16em;
  line-height: 1.6666666667;
}
@media (min-width: 768px) {
  .c-service__ttl {
    font-size: 3.8rem;
    line-height: 1.7368421053;
    letter-spacing: 0.1em;
  }
}
.c-service__ttl span {
  color: var(--color-secondary);
}
.c-service__txt {
  margin-top: 4rem;
}
@media (min-width: 768px) {
  .c-service__txt {
    margin-top: 5.5rem;
  }
}
.c-service__desc {
  background-color: #fff;
  margin-top: 7.2rem;
  padding: 4rem 1.9rem;
}
@media (min-width: 768px) {
  .c-service__desc {
    padding: 4rem 5.6rem 6rem;
    margin-top: 8rem;
  }
}
.c-service__desc-ttl {
  border-bottom: 1px solid #CECECE;
  font-size: 2.2rem;
  font-family: var(--font-ttl);
  font-weight: normal;
  letter-spacing: 0.08em;
  line-height: 1.6363636364;
  text-align: center;
}
@media (min-width: 768px) {
  .c-service__desc-ttl {
    font-size: 2.6rem;
    line-height: 2.2307692308;
  }
}
.c-service__desc-body {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .c-service__desc-body {
    padding: 4.8rem 2.6rem 0;
  }
}
.c-service__desc-list li:not(:last-child) {
  margin-bottom: 1.2rem;
}
.c-service__slider {
  pointer-events: none;
}
@media (min-width: 768px) {
  .c-service__slider {
    margin-top: 12.4rem;
  }
}
.c-service__slider .swiper-wrapper {
  pointer-events: none;
  transition-timing-function: linear;
}
@media (min-width: 768px) {
  .c-service__slider .swiper-slide {
    width: 44rem;
    aspect-ratio: 440/320;
  }
}
.c-service__slider .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 768px) {
  .c-service__name {
    margin-top: 12rem;
  }
}
.c-service__name-item {
  display: grid;
}
@media (min-width: 768px) {
  .c-service__name-item {
    grid-template-areas: "title image" "desc image";
    gap: 0 6.4rem;
  }
}
.c-service__name-item:not(:last-child) {
  margin-bottom: 7.2rem;
}
@media (min-width: 768px) {
  .c-service__name-item:not(:last-child) {
    margin-bottom: 12rem;
  }
}
@media (min-width: 768px) {
  .c-service__name-head {
    grid-area: title;
  }
}
.c-service__name-head::before {
  content: "";
  border: 0.4rem solid var(--color-secondary);
  background-color: transparent;
  width: 1.2rem;
  height: 1.2rem;
}
@media (min-width: 768px) {
  .c-service__name-media {
    width: 32rem;
    aspect-ratio: 320/270;
    grid-area: image;
  }
}
@media (min-width: 768px) {
  .c-service__name-desc {
    grid-area: desc;
  }
}
@media (min-width: 768px){
  .c-service__name-head {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .c-service__name-media {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
  }
  .c-service__name-desc {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}

.c-line {
  line-height: 1.7333333333;
}
.c-line li {
  display: flex;
  gap: 0.8rem;
}
.c-line li:not(:last-child) {
  margin-bottom: 0.8rem;
}
@media (min-width: 768px) {
  .c-line li:not(:last-child) {
    margin-bottom: 0.5rem;
  }
}
.c-line li::before {
  content: "";
  width: 0.8rem;
  height: 1px;
  background-color: var(--color-secondary);
  flex-shrink: 0;
  margin-top: 1.3rem;
}
.c-line li .note {
  margin-top: 0.4rem;
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .c-line li .note {
    margin-top: 0;
  }
}

.c-number {
  counter-reset: counter-list;
}
.c-number li {
  margin-bottom: 1.5rem;
  display: flex;
}
.c-number li::before {
  content: "（" counter(counter-list) "）";
  counter-increment: counter-list;
}

.card-work {
  cursor: pointer;
  display: block;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .card-work:hover .card-work__img img {
    transform: scale(1.1, 1.1);
  }
}
.card-work__img {
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.card-work__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.5s transform;
}
.card-work__content {
  display: flex;
}
.card-work__time {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 8rem;
  height: 8.4rem;
  font-family: var(--font-en);
}
@media (min-width: 768px) {
  .card-work__time {
    width: 8rem;
    height: 8.9rem;
  }
}
.card-work__time::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../images/common/symbol_corner_01.svg) no-repeat 0 0;
  background-size: 1.6rem auto;
  content: "";
}
@media (min-width: 768px) {
  .card-work__time::after {
    top: 0.7rem;
  }
}
.card-work__time::before {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../images/common/symbol_corner_02.svg) no-repeat 0 0;
  background-size: 1.6rem auto;
  content: "";
}
.card-work__time-sub {
  margin-bottom: 0.9rem;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.01em;
}
.card-work__time-day {
  font-size: 2.4rem;
  line-height: 1;
}
.card-work__box {
  width: calc(100% - 8rem);
  padding-left: 3rem;
}
@media (min-width: 768px) {
  .card-work__box {
    width: calc(100% - 11rem);
  }
}
.card-work__ttl {
  margin-bottom: 1.5rem;
  color: var(--color-text);
  font-size: 1.5rem;
  line-height: 1.8666666667;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 2;
}
@media (min-width: 768px) {
  .card-work__ttl {
    font-size: 1.6rem;
    line-height: 1.75;
  }
}
.card-work__tag {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.3rem 0.3rem;
  background-color: #0D3636;
  border-radius: 0.4rem;
  color: #FFF;
  font-weight: 500;
  text-align: center;
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .card-work__tag {
    width: 16rem;
  }
}

.c-boxCheck {
  background-color: #fff;
  padding: 4rem 3rem;
}
@media (min-width: 768px) {
  .c-boxCheck {
    padding: 2.9rem 5.6rem 5.5rem;
  }
}
.c-boxCheck__ttl {
  border-bottom: 1px solid #CECECE;
  font-size: 2.2rem;
  font-family: var(--font-ttl);
  font-weight: normal;
  letter-spacing: 0.08em;
  line-height: 1.6363636364;
  padding-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .c-boxCheck__ttl {
    font-size: 2.6rem;
    line-height: 2.2307692308;
    padding-bottom: 1.7rem;
    text-align: center;
  }
}
.c-boxCheck__body {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: space-between;
  padding-top: 4rem;
}
@media (min-width: 768px) {
  .c-boxCheck__body {
    padding: 4.8rem 2.6rem 0;
  }
}
.c-boxCheck__list li:not(:last-child) {
  margin-bottom: 2.4rem;
}
@media (min-width: 768px) {
  .c-boxCheck__list li:not(:last-child) {
    margin-bottom: 1.2rem;
  }
}

.c-star li {
  display: flex;
  gap: 0.4rem;
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .c-star li {
    gap: 0.4rem;
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .c-star li {
    line-height: 1.6666666667;
  }
}
.c-star li:not(:last-child) {
  margin-bottom: 1rem;
}
.c-star li::before {
  content: "※";
}

.c-single__head {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  font-family: var(--font-en);
  font-size: 1.2rem;
  margin-bottom: 2.4rem;
}
@media (min-width: 768px) {
  .c-single__head {
    margin-bottom: 3.2rem;
  }
}
.c-single__footer {
  background-color: #EBEBEB;
  margin-top: 8rem;
  padding-block: 6.4rem 12rem;
}
@media (min-width: 768px) {
  .c-single__footer {
    margin-top: 16rem;
    margin-bottom: -16rem;
    padding-block: 12rem;
  }
}
.c-single__footer .c-cates {
  margin-bottom: 0;
}
.c-single__footer .archive-date {
  margin-top: 3.5rem;
}
@media (min-width: 768px) {
  .c-single__footer .archive-date {
    margin-top: 8rem;
  }
}
.c-single__gallery {
  margin-bottom: 4rem;
  position: relative;
}
@media (min-width: 768px) {
  .c-single__gallery {
    margin-bottom: 9.6rem;
  }
}
.c-single__gallery .gallery-slide {
  margin-inline: 1.5rem;
}
@media (min-width: 768px) {
  .c-single__gallery .gallery-slide {
    margin-inline: 2rem;
  }
}
.c-single__gallery .gallery-slide img {
  opacity: 0.3;
  transition: 0.3s ease;
}
.c-single__gallery .gallery-slide.slick-active img {
  opacity: 1;
}
.c-single__gallery .slick-list {
  padding: 0 1.5rem;
  overflow: visible;
  position: static;
}
@media (min-width: 768px) {
  .c-single__gallery .slick-list {
    margin-inline: -2rem;
    padding: 0;
  }
}
.c-single__gallery .slick-arrow {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background-color: var(--color-primary);
  color: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  height: 4rem;
  width: 4rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}
@media (min-width: 768px) {
  .c-single__gallery .slick-arrow {
    height: 5rem;
    width: 5rem;
  }
}
.c-single__gallery .slick-arrow::after {
  content: "";
  background: url("../images/common/icon_arrow_gray.svg") no-repeat center/contain;
  height: 1.1rem;
  width: 0.7rem;
  filter: brightness(0) invert(1);
}
@media (min-width: 768px) {
  .c-single__gallery .slick-arrow::after {
    height: 1.4rem;
    width: 0.9rem;
  }
}
.c-single__gallery .slick-prev {
  left: 1rem;
}
@media (min-width: 768px) {
  .c-single__gallery .slick-prev {
    left: -2.5rem;
  }
}
.c-single__gallery .slick-prev::after {
  transform: scaleX(-1);
}
.c-single__gallery .slick-next {
  right: 1rem;
}
@media (min-width: 768px) {
  .c-single__gallery .slick-next {
    right: -2.5rem;
  }
}
.c-single__gallery .gallerySlider-progress {
  background-color: #E5E5E5;
  border-radius: 0.8rem;
  max-width: 26.5rem;
  margin: 3.2rem auto 0;
  position: relative;
  height: 0.5rem;
}
@media (min-width: 768px) {
  .c-single__gallery .gallerySlider-progress {
    max-width: 66rem;
    margin-top: 6.4rem;
  }
}
.c-single__gallery .progress-bar {
  background-color: var(--color-primary);
  border-radius: 0.8rem;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  transition: 0.3s ease;
}
.c-single__cate {
  background-color: var(--color-primary);
  border-radius: 0.4rem;
  color: #fff;
  letter-spacing: 0.1em;
  min-width: 12rem;
  padding: 0.3rem 1.8rem 0.4rem;
  text-align: center;
  text-transform: uppercase;
}
.c-single__cate.font-jp {
  font-weight: 500;
}
.c-single__ttl {
  font-family: var(--font-ttl);
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.667;
  letter-spacing: 0.08em;
  margin-bottom: 4rem;
  padding-bottom: 3.2rem;
  position: relative;
}
@media (min-width: 768px) {
  .c-single__ttl {
    font-size: 3.4rem;
    line-height: 1.7;
    margin-bottom: 7.2rem;
    padding-bottom: 4rem;
  }
}
.c-single__ttl::before, .c-single__ttl::after {
  content: "";
  background-color: #CECECE;
  height: 1px;
  position: absolute;
  bottom: 0;
}
.c-single__ttl::before {
  background-color: var(--color-primary);
  width: 4rem;
}
.c-single__ttl::after {
  left: 4.5rem;
  right: 0;
}
.c-single__img {
  margin-bottom: 3.2rem;
  text-align: center;
}
@media (min-width: 768px) {
  .c-single__img {
    margin-bottom: 6.4rem;
  }
}
.c-single .lead-txt {
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .c-single .lead-txt {
    margin-bottom: 5.6rem;
  }
}

.c-cates {
  display: flex;
  flex-direction: column;
  margin-bottom: 7.2rem;
}
@media (min-width: 768px) {
  .c-cates {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4rem;
    margin-bottom: 9.6rem;
  }
}
.c-cates.c-cates--limit {
  max-width: 77rem;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .c-cates li {
    flex-shrink: 0;
    width: 23rem;
  }
}
.c-cates a {
  border-bottom: 1px solid #CECECE;
  display: flex;
  align-items: center;
  gap: 1.6rem;
  padding-block: 2rem;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .c-cates a {
    gap: 1rem;
    padding-top: 0;
  }
}
.c-cates a.is-active, .c-cates a:hover {
  color: var(--color-secondary);
}
.c-cates a.is-active::after, .c-cates a:hover::after {
  width: 100%;
}
.c-cates a::before {
  content: "";
  box-sizing: border-box;
  border: 0.4rem solid var(--color-secondary);
  border-radius: 50%;
  height: 1.2rem;
  width: 1.2rem;
  flex-shrink: 0;
  position: relative;
  top: 0.1rem;
}
@media (min-width: 768px) {
  .c-cates a::before {
    margin-right: 0.6rem;
  }
}
.c-cates a::after {
  content: "";
  background-color: var(--color-secondary);
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  transition: 0.3s ease;
  z-index: 1;
}
.c-cates__ttl {
  font-family: var(--font-en);
  font-size: 2.2rem;
  letter-spacing: 0.08em;
}
@media (min-width: 768px) {
  .c-cates__ttl {
    font-size: 1.6rem;
  }
}
.c-cates__sub {
  font-family: var(--font-ttl);
  font-size: 1.2rem;
}

.archive-date {
  background-color: #E5E7E5;
  border-radius: 1rem;
  margin-top: 8rem;
  padding: 2.4rem 3rem 3.2rem;
  font-family: var(--font-ttl);
  cursor: pointer;
}
@media (min-width: 768px) {
  .archive-date {
    margin-top: 9.6rem;
    padding: 3.3rem 4rem 3.6rem;
  }
}
.archive-date__ttl {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  position: relative;
}
@media (min-width: 768px) {
  .archive-date__ttl {
    font-size: 2.6rem;
    padding-left: 1rem;
  }
}
.archive-date__ttl::after {
  content: "";
  background: url("../images/common/icon_arrow_down01.svg") no-repeat center/contain;
  height: 0.8rem;
  width: 1.4rem;
}
.archive-date__ttl.is-active::after {
  transform: scaleY(-1);
}
.archive-date__label {
  color: #151515;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
}
@media (min-width: 768px) {
  .archive-date__label {
    pointer-events: none;
    color: var(--color-primary);
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .archive-date__label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #C8D1C8;
    padding-bottom: 2rem;
  }
  .archive-date__label::after {
    content: "";
    background: url("../images/common/icon_arrow_down01.svg") no-repeat center/contain;
    height: 0.8rem;
    width: 1.4rem;
  }
  .archive-date__label.is-active::after {
    transform: scaleY(-1);
  }
}
.archive-date__body {
  border-top: 1px solid #C8D1C8;
  display: none;
  margin-top: 1.6rem;
  padding-top: 2rem;
}
@media (min-width: 768px) {
  .archive-date__body {
    margin-top: 4rem;
    padding-top: 3.6rem;
  }
}
.archive-date__list {
  display: grid;
  row-gap: 2rem;
  color: #A0A0A0;
  font-family: var(--font-en);
  font-size: 1.6rem;
  letter-spacing: 0.08em;
}
@media (min-width: 768px) {
  .archive-date__list {
    font-size: 1.4rem;
    gap: 4rem 7rem;
    grid-template-columns: repeat(4, 1fr);
    padding-inline: 2rem 1.3rem;
  }
}
.archive-date__list a {
  color: var(--color-primary);
  text-decoration: underline;
}
.archive-date__list table {
  table-layout: fixed;
  line-height: 1.15;
  margin: 2.4rem auto 1.2rem;
  text-align: center;
  width: calc(100% - 6rem);
}
@media (min-width: 768px) {
  .archive-date__list table {
    margin-block: 0;
    width: 100%;
  }
}
.archive-date__list table td {
  padding-block: 0.8rem;
}
@media (min-width: 768px) {
  .archive-date__list table td {
    padding-block: 0.6rem;
  }
}
@media (max-width: 767px) {
  .archive-date__months {
    display: none;
  }
}

@media (max-width: 767px) {
  .detail-body {
    line-height: 1.73;
  }
}
.detail-body h3 {
  color: var(--color-primary);
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.667;
  margin-bottom: 4rem;
  margin-top: 8rem;
}
@media (min-width: 768px) {
  .detail-body h3 {
    font-size: 2.8rem;
    line-height: 1.71;
    margin-bottom: 5.7rem;
    margin-top: 10rem;
  }
}
.detail-body h3:first-child {
  margin-top: 0;
}
.detail-body h4 {
  display: flex;
  gap: 1.2rem;
  color: var(--color-primary);
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.667;
  letter-spacing: 0.1em;
  margin-bottom: 3.2rem;
}
@media (min-width: 768px) {
  .detail-body h4 {
    font-size: 2.4rem;
  }
}
.detail-body h4::before {
  content: "";
  box-sizing: border-box;
  border: 0.4rem solid var(--color-secondary);
  border-radius: 50%;
  height: 1.2rem;
  width: 1.2rem;
  flex-shrink: 0;
  position: relative;
  top: 1.5rem;
}
.detail-body h5 {
  color: var(--color-primary);
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 3.2rem;
  position: relative;
  padding-bottom: 2rem;
}
.detail-body h5::before, .detail-body h5::after {
  content: "";
  background-color: #CECECE;
  height: 1px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.detail-body h5::before {
  background-color: var(--color-primary);
  width: 4rem;
}
.detail-body h5::after {
  left: 4.5rem;
}
.detail-body > * {
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .detail-body > * {
    margin-bottom: 5.7rem;
  }
}
.detail-body .wp-block-group.box {
  background-color: #fff;
  border-radius: 0.8rem;
  padding: 3.2rem 3rem;
}
@media (min-width: 768px) {
  .detail-body .wp-block-group.box {
    padding: 5rem;
  }
}
.detail-body mark {
  background: linear-gradient(180deg, hsla(7, 100%, 92%, 0) 70%, #EBD9AF 0, #EBD9AF);
}
.detail-body a {
  color: var(--color-secondary);
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}
.detail-body a:hover {
  text-decoration: none;
}
.detail-body .wp-block-table {
  margin-bottom: 6.4rem;
}
@media (min-width: 768px) {
  .detail-body .wp-block-table {
    margin-bottom: 9.6rem;
  }
}
.detail-body table {
  border: 0;
  width: 100%;
}
.detail-body table tr:first-child td:first-child {
  border-top-left-radius: 0.8rem;
}
@media (max-width: 767px) {
  .detail-body table tr:first-child td:first-child {
    border-top-right-radius: 0.8rem;
  }
}
@media (min-width: 768px) {
  .detail-body table tr:first-child td:last-child {
    border-top-right-radius: 0.8rem;
  }
}
.detail-body table tr:last-child td {
  border-bottom: 0;
}
@media (min-width: 768px) {
  .detail-body table tr:last-child td:first-child {
    border-bottom-left-radius: 0.8rem;
  }
}
.detail-body table tr:last-child td:last-child {
  border-bottom-right-radius: 0.8rem;
}
@media (max-width: 767px) {
  .detail-body table tr:last-child td:last-child {
    border-bottom-left-radius: 0.8rem;
  }
}
.detail-body table td {
  border: 0;
  border-bottom: 1px solid #CECECE;
  background-color: #fff;
  line-height: 1.73;
  padding: 2.4rem 3rem;
}
@media (min-width: 768px) {
  .detail-body table td {
    width: auto !important;
  }
}
@media (max-width: 767px) {
  .detail-body table td {
    float: left;
    padding: 2.6rem 4rem;
    width: 100% !important;
  }
}
.detail-body table td:first-child {
  background-color: var(--color-primary);
  color: #fff;
  font-weight: 500;
  padding: 1.6rem 3rem;
}
@media (min-width: 768px) {
  .detail-body table td:first-child {
    padding: 2.6rem 2rem;
    width: 22rem !important;
  }
}
.detail-body .img-with-txt {
  margin-bottom: 5.6rem;
}
@media (min-width: 768px) {
  .detail-body .img-with-txt {
    display: flex;
    gap: 6.4rem;
    margin-bottom: 9.6rem;
  }
}
@media (min-width: 768px) {
  .detail-body .img-with-txt > .wp-block-group__inner-container {
    display: flex;
    gap: 6.4rem;
    width: 100%;
  }
}
.detail-body .img-with-txt.img-with-txt--reverse > .wp-block-group__inner-container {
  flex-direction: row-reverse;
}
@media (min-width: 768px) {
  .detail-body .img-with-txt__img {
    flex-shrink: 0;
    width: 34rem;
  }
}
@media (max-width: 767px) {
  .detail-body .img-with-txt__img {
    margin-bottom: 3.2rem;
  }
}
.detail-body .img-with-txt__img img {
  width: 100%;
}
@media (max-width: 767px) {
  .detail-body .wp-block-image {
    margin-top: -0.8rem;
  }
  .detail-body .wp-block-image:first-child {
    margin-top: 0;
  }
}

img[rel=js-lazy] {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.c-pagination {
  margin-top: 6.4rem;
}
.c-pagination__btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.c-pagination__btn a::after {
  content: "";
  display: block;
  background: url("../images/common/icon_arrow03.svg") no-repeat center/contain;
  height: 0.7rem;
  width: 0.9rem;
}
.c-pagination__btn.prev {
  margin-right: 2rem;
}
.c-pagination__btn.prev a::after {
  transform: scaleX(-1);
}
.c-pagination__btn.next {
  margin-left: 2rem;
}
.c-pagination ul {
  display: flex;
  justify-content: center;
  gap: 3.2rem;
}
.c-pagination .page-numbers {
  font-family: var(--font-en);
  font-size: 2rem;
  font-weight: 400;
}
.c-pagination .page-numbers.current {
  color: var(--color-secondary);
  text-decoration: underline;
  text-underline-offset: 0.2rem;
  text-decoration-thickness: 1px;
}

.single-pagi {
  display: flex;
  justify-content: center;
  gap: 3.9rem;
  font-family: var(--font-en);
  font-size: 1.8rem;
  font-weight: 400;
  margin-top: 8rem;
}
@media (min-width: 768px) {
  .single-pagi {
    font-size: 2rem;
    gap: 8rem;
    margin-top: 9.6rem;
  }
}
.single-pagi__back {
  color: var(--color-secondary);
}
.single-pagi__next, .single-pagi__prev {
  color: var(--color-primary);
  display: flex;
  align-items: center;
  gap: 1.1rem;
}
@media (min-width: 768px) {
  .single-pagi__next, .single-pagi__prev {
    gap: 3.2rem;
  }
}
.single-pagi__next.disabled, .single-pagi__prev.disabled {
  opacity: 0;
}
.single-pagi__next::before {
  content: "";
  background: url("../images/common/icon_arrow03.svg") no-repeat center/contain;
  height: 1rem;
  width: 1.3rem;
  transform: scaleX(-1);
}
@media (min-width: 768px) {
  .single-pagi__next::before {
    height: 0.7rem;
    width: 0.9rem;
  }
}
.single-pagi__prev::after {
  content: "";
  background: url("../images/common/icon_arrow03.svg") no-repeat center/contain;
  height: 1rem;
  width: 1.3rem;
}
@media (min-width: 768px) {
  .single-pagi__prev::after {
    height: 0.7rem;
    width: 0.9rem;
  }
}
/*# sourceMappingURL=maps/style.css.map */
