:root {
  --font-family-base: Noto Sans JP, sans-serif;
  --font-weight-base: 400;
  --lineheight-base: 1.5;
  --font-size-base: 1.4rem;
  --color-white: #FFF;
  --color-primary: #0A6647;
  --color-secondary: #ECEFEC;
  --color-danger: #BA1A1A;
  --color-warning: #FFEA00;
  --color-info: #E9ECE9;
  --input-border-color: #E6E6E6;
  --input-border-width: 0.1rem;
  --input-font-size: 14px;
  --input-font-weight: 400;
  --input-background: #ECEFEC;
  --input-height: 5.6rem;
  --input-padding-x: 2rem;
  --input-padding-y: 1rem;
}
@media (min-width: 768px) {
  :root {
    --font-size-base: 1.6rem;
  }
}

* {
  box-sizing: border-box;
}

html {
  font-size: 2.6666666667vw;
  overflow-x: hidden;
}
@media (min-width: 768px) {
  html {
    font-size: 0.6944444444vw;
  }
}
@media (min-width: 1920px) {
  html {
    font-size: 10px;
  }
}
html.noscroll {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}

body {
  background-color: #fff;
  color: #334155;
  margin: 0;
  font-family: var(--font-family-base);
  font-optical-sizing: auto;
  font-weight: var(--font-weight-base);
  font-size: var(--font-size-base);
  line-height: var(--lineheight-base);
  text-align: left;
  position: relative;
  overflow-x: hidden;
  padding-top: var(--heightH);
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
figure {
  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;
}

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;
}

.container {
  margin: 0 auto;
  max-width: 128rem;
  padding-inline: 2rem;
  width: 100%;
}

.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-flex {
    display: flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
}
@media (min-width: 1280px) {
  .d-container-none {
    display: none !important;
  }
  .d-container-block {
    display: block !important;
  }
  .d-container-flex {
    display: flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
}
@media (min-width: 1920px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
}
.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-24 {
  margin: 2.4rem !important;
}

.mt-24,
.my-24 {
  margin-top: 2.4rem !important;
}

.mr-24,
.mx-24 {
  margin-right: 2.4rem !important;
}

.mb-24,
.my-24 {
  margin-bottom: 2.4rem !important;
}

.ml-24,
.mx-24 {
  margin-left: 2.4rem !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-24 {
  padding: 2.4rem !important;
}

.pt-24,
.py-24 {
  padding-top: 2.4rem !important;
}

.pr-24,
.px-24 {
  padding-right: 2.4rem !important;
}

.pb-24,
.py-24 {
  padding-bottom: 2.4rem !important;
}

.pl-24,
.px-24 {
  padding-left: 2.4rem !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-n24 {
  margin: -2.4rem !important;
}

.mt-n24,
.my-n24 {
  margin-top: -2.4rem !important;
}

.mr-n24,
.mx-n24 {
  margin-right: -2.4rem !important;
}

.mb-n24,
.my-n24 {
  margin-bottom: -2.4rem !important;
}

.ml-n24,
.mx-n24 {
  margin-left: -2.4rem !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-24 {
    margin: 2.4rem !important;
  }
  .mt-sm-24,
  .my-sm-24 {
    margin-top: 2.4rem !important;
  }
  .mr-sm-24,
  .mx-sm-24 {
    margin-right: 2.4rem !important;
  }
  .mb-sm-24,
  .my-sm-24 {
    margin-bottom: 2.4rem !important;
  }
  .ml-sm-24,
  .mx-sm-24 {
    margin-left: 2.4rem !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-24 {
    padding: 2.4rem !important;
  }
  .pt-sm-24,
  .py-sm-24 {
    padding-top: 2.4rem !important;
  }
  .pr-sm-24,
  .px-sm-24 {
    padding-right: 2.4rem !important;
  }
  .pb-sm-24,
  .py-sm-24 {
    padding-bottom: 2.4rem !important;
  }
  .pl-sm-24,
  .px-sm-24 {
    padding-left: 2.4rem !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-n24 {
    margin: -2.4rem !important;
  }
  .mt-sm-n24,
  .my-sm-n24 {
    margin-top: -2.4rem !important;
  }
  .mr-sm-n24,
  .mx-sm-n24 {
    margin-right: -2.4rem !important;
  }
  .mb-sm-n24,
  .my-sm-n24 {
    margin-bottom: -2.4rem !important;
  }
  .ml-sm-n24,
  .mx-sm-n24 {
    margin-left: -2.4rem !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-24 {
    margin: 2.4rem !important;
  }
  .mt-md-24,
  .my-md-24 {
    margin-top: 2.4rem !important;
  }
  .mr-md-24,
  .mx-md-24 {
    margin-right: 2.4rem !important;
  }
  .mb-md-24,
  .my-md-24 {
    margin-bottom: 2.4rem !important;
  }
  .ml-md-24,
  .mx-md-24 {
    margin-left: 2.4rem !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-24 {
    padding: 2.4rem !important;
  }
  .pt-md-24,
  .py-md-24 {
    padding-top: 2.4rem !important;
  }
  .pr-md-24,
  .px-md-24 {
    padding-right: 2.4rem !important;
  }
  .pb-md-24,
  .py-md-24 {
    padding-bottom: 2.4rem !important;
  }
  .pl-md-24,
  .px-md-24 {
    padding-left: 2.4rem !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-n24 {
    margin: -2.4rem !important;
  }
  .mt-md-n24,
  .my-md-n24 {
    margin-top: -2.4rem !important;
  }
  .mr-md-n24,
  .mx-md-n24 {
    margin-right: -2.4rem !important;
  }
  .mb-md-n24,
  .my-md-n24 {
    margin-bottom: -2.4rem !important;
  }
  .ml-md-n24,
  .mx-md-n24 {
    margin-left: -2.4rem !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: 992px) {
  .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-24 {
    margin: 2.4rem !important;
  }
  .mt-lg-24,
  .my-lg-24 {
    margin-top: 2.4rem !important;
  }
  .mr-lg-24,
  .mx-lg-24 {
    margin-right: 2.4rem !important;
  }
  .mb-lg-24,
  .my-lg-24 {
    margin-bottom: 2.4rem !important;
  }
  .ml-lg-24,
  .mx-lg-24 {
    margin-left: 2.4rem !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-24 {
    padding: 2.4rem !important;
  }
  .pt-lg-24,
  .py-lg-24 {
    padding-top: 2.4rem !important;
  }
  .pr-lg-24,
  .px-lg-24 {
    padding-right: 2.4rem !important;
  }
  .pb-lg-24,
  .py-lg-24 {
    padding-bottom: 2.4rem !important;
  }
  .pl-lg-24,
  .px-lg-24 {
    padding-left: 2.4rem !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-n24 {
    margin: -2.4rem !important;
  }
  .mt-lg-n24,
  .my-lg-n24 {
    margin-top: -2.4rem !important;
  }
  .mr-lg-n24,
  .mx-lg-n24 {
    margin-right: -2.4rem !important;
  }
  .mb-lg-n24,
  .my-lg-n24 {
    margin-bottom: -2.4rem !important;
  }
  .ml-lg-n24,
  .mx-lg-n24 {
    margin-left: -2.4rem !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: 1280px) {
  .m-container-0 {
    margin: 0 !important;
  }
  .mt-container-0,
  .my-container-0 {
    margin-top: 0 !important;
  }
  .mr-container-0,
  .mx-container-0 {
    margin-right: 0 !important;
  }
  .mb-container-0,
  .my-container-0 {
    margin-bottom: 0 !important;
  }
  .ml-container-0,
  .mx-container-0 {
    margin-left: 0 !important;
  }
  .m-container-5 {
    margin: 0.5rem !important;
  }
  .mt-container-5,
  .my-container-5 {
    margin-top: 0.5rem !important;
  }
  .mr-container-5,
  .mx-container-5 {
    margin-right: 0.5rem !important;
  }
  .mb-container-5,
  .my-container-5 {
    margin-bottom: 0.5rem !important;
  }
  .ml-container-5,
  .mx-container-5 {
    margin-left: 0.5rem !important;
  }
  .m-container-10 {
    margin: 1rem !important;
  }
  .mt-container-10,
  .my-container-10 {
    margin-top: 1rem !important;
  }
  .mr-container-10,
  .mx-container-10 {
    margin-right: 1rem !important;
  }
  .mb-container-10,
  .my-container-10 {
    margin-bottom: 1rem !important;
  }
  .ml-container-10,
  .mx-container-10 {
    margin-left: 1rem !important;
  }
  .m-container-16 {
    margin: 1.6rem !important;
  }
  .mt-container-16,
  .my-container-16 {
    margin-top: 1.6rem !important;
  }
  .mr-container-16,
  .mx-container-16 {
    margin-right: 1.6rem !important;
  }
  .mb-container-16,
  .my-container-16 {
    margin-bottom: 1.6rem !important;
  }
  .ml-container-16,
  .mx-container-16 {
    margin-left: 1.6rem !important;
  }
  .m-container-20 {
    margin: 2rem !important;
  }
  .mt-container-20,
  .my-container-20 {
    margin-top: 2rem !important;
  }
  .mr-container-20,
  .mx-container-20 {
    margin-right: 2rem !important;
  }
  .mb-container-20,
  .my-container-20 {
    margin-bottom: 2rem !important;
  }
  .ml-container-20,
  .mx-container-20 {
    margin-left: 2rem !important;
  }
  .m-container-24 {
    margin: 2.4rem !important;
  }
  .mt-container-24,
  .my-container-24 {
    margin-top: 2.4rem !important;
  }
  .mr-container-24,
  .mx-container-24 {
    margin-right: 2.4rem !important;
  }
  .mb-container-24,
  .my-container-24 {
    margin-bottom: 2.4rem !important;
  }
  .ml-container-24,
  .mx-container-24 {
    margin-left: 2.4rem !important;
  }
  .p-container-0 {
    padding: 0 !important;
  }
  .pt-container-0,
  .py-container-0 {
    padding-top: 0 !important;
  }
  .pr-container-0,
  .px-container-0 {
    padding-right: 0 !important;
  }
  .pb-container-0,
  .py-container-0 {
    padding-bottom: 0 !important;
  }
  .pl-container-0,
  .px-container-0 {
    padding-left: 0 !important;
  }
  .p-container-5 {
    padding: 0.5rem !important;
  }
  .pt-container-5,
  .py-container-5 {
    padding-top: 0.5rem !important;
  }
  .pr-container-5,
  .px-container-5 {
    padding-right: 0.5rem !important;
  }
  .pb-container-5,
  .py-container-5 {
    padding-bottom: 0.5rem !important;
  }
  .pl-container-5,
  .px-container-5 {
    padding-left: 0.5rem !important;
  }
  .p-container-10 {
    padding: 1rem !important;
  }
  .pt-container-10,
  .py-container-10 {
    padding-top: 1rem !important;
  }
  .pr-container-10,
  .px-container-10 {
    padding-right: 1rem !important;
  }
  .pb-container-10,
  .py-container-10 {
    padding-bottom: 1rem !important;
  }
  .pl-container-10,
  .px-container-10 {
    padding-left: 1rem !important;
  }
  .p-container-16 {
    padding: 1.6rem !important;
  }
  .pt-container-16,
  .py-container-16 {
    padding-top: 1.6rem !important;
  }
  .pr-container-16,
  .px-container-16 {
    padding-right: 1.6rem !important;
  }
  .pb-container-16,
  .py-container-16 {
    padding-bottom: 1.6rem !important;
  }
  .pl-container-16,
  .px-container-16 {
    padding-left: 1.6rem !important;
  }
  .p-container-20 {
    padding: 2rem !important;
  }
  .pt-container-20,
  .py-container-20 {
    padding-top: 2rem !important;
  }
  .pr-container-20,
  .px-container-20 {
    padding-right: 2rem !important;
  }
  .pb-container-20,
  .py-container-20 {
    padding-bottom: 2rem !important;
  }
  .pl-container-20,
  .px-container-20 {
    padding-left: 2rem !important;
  }
  .p-container-24 {
    padding: 2.4rem !important;
  }
  .pt-container-24,
  .py-container-24 {
    padding-top: 2.4rem !important;
  }
  .pr-container-24,
  .px-container-24 {
    padding-right: 2.4rem !important;
  }
  .pb-container-24,
  .py-container-24 {
    padding-bottom: 2.4rem !important;
  }
  .pl-container-24,
  .px-container-24 {
    padding-left: 2.4rem !important;
  }
  .m-container-n5 {
    margin: -0.5rem !important;
  }
  .mt-container-n5,
  .my-container-n5 {
    margin-top: -0.5rem !important;
  }
  .mr-container-n5,
  .mx-container-n5 {
    margin-right: -0.5rem !important;
  }
  .mb-container-n5,
  .my-container-n5 {
    margin-bottom: -0.5rem !important;
  }
  .ml-container-n5,
  .mx-container-n5 {
    margin-left: -0.5rem !important;
  }
  .m-container-n10 {
    margin: -1rem !important;
  }
  .mt-container-n10,
  .my-container-n10 {
    margin-top: -1rem !important;
  }
  .mr-container-n10,
  .mx-container-n10 {
    margin-right: -1rem !important;
  }
  .mb-container-n10,
  .my-container-n10 {
    margin-bottom: -1rem !important;
  }
  .ml-container-n10,
  .mx-container-n10 {
    margin-left: -1rem !important;
  }
  .m-container-n16 {
    margin: -1.6rem !important;
  }
  .mt-container-n16,
  .my-container-n16 {
    margin-top: -1.6rem !important;
  }
  .mr-container-n16,
  .mx-container-n16 {
    margin-right: -1.6rem !important;
  }
  .mb-container-n16,
  .my-container-n16 {
    margin-bottom: -1.6rem !important;
  }
  .ml-container-n16,
  .mx-container-n16 {
    margin-left: -1.6rem !important;
  }
  .m-container-n20 {
    margin: -2rem !important;
  }
  .mt-container-n20,
  .my-container-n20 {
    margin-top: -2rem !important;
  }
  .mr-container-n20,
  .mx-container-n20 {
    margin-right: -2rem !important;
  }
  .mb-container-n20,
  .my-container-n20 {
    margin-bottom: -2rem !important;
  }
  .ml-container-n20,
  .mx-container-n20 {
    margin-left: -2rem !important;
  }
  .m-container-n24 {
    margin: -2.4rem !important;
  }
  .mt-container-n24,
  .my-container-n24 {
    margin-top: -2.4rem !important;
  }
  .mr-container-n24,
  .mx-container-n24 {
    margin-right: -2.4rem !important;
  }
  .mb-container-n24,
  .my-container-n24 {
    margin-bottom: -2.4rem !important;
  }
  .ml-container-n24,
  .mx-container-n24 {
    margin-left: -2.4rem !important;
  }
  .m-container-auto {
    margin: auto !important;
  }
  .mt-container-auto,
  .my-container-auto {
    margin-top: auto !important;
  }
  .mr-container-auto,
  .mx-container-auto {
    margin-right: auto !important;
  }
  .mb-container-auto,
  .my-container-auto {
    margin-bottom: auto !important;
  }
  .ml-container-auto,
  .mx-container-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .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-24 {
    margin: 2.4rem !important;
  }
  .mt-xl-24,
  .my-xl-24 {
    margin-top: 2.4rem !important;
  }
  .mr-xl-24,
  .mx-xl-24 {
    margin-right: 2.4rem !important;
  }
  .mb-xl-24,
  .my-xl-24 {
    margin-bottom: 2.4rem !important;
  }
  .ml-xl-24,
  .mx-xl-24 {
    margin-left: 2.4rem !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-24 {
    padding: 2.4rem !important;
  }
  .pt-xl-24,
  .py-xl-24 {
    padding-top: 2.4rem !important;
  }
  .pr-xl-24,
  .px-xl-24 {
    padding-right: 2.4rem !important;
  }
  .pb-xl-24,
  .py-xl-24 {
    padding-bottom: 2.4rem !important;
  }
  .pl-xl-24,
  .px-xl-24 {
    padding-left: 2.4rem !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-n24 {
    margin: -2.4rem !important;
  }
  .mt-xl-n24,
  .my-xl-n24 {
    margin-top: -2.4rem !important;
  }
  .mr-xl-n24,
  .mx-xl-n24 {
    margin-right: -2.4rem !important;
  }
  .mb-xl-n24,
  .my-xl-n24 {
    margin-bottom: -2.4rem !important;
  }
  .ml-xl-n24,
  .mx-xl-n24 {
    margin-left: -2.4rem !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-xxl-0 {
    margin: 0 !important;
  }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }
  .m-xxl-5 {
    margin: 0.5rem !important;
  }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 0.5rem !important;
  }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 0.5rem !important;
  }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 0.5rem !important;
  }
  .m-xxl-10 {
    margin: 1rem !important;
  }
  .mt-xxl-10,
  .my-xxl-10 {
    margin-top: 1rem !important;
  }
  .mr-xxl-10,
  .mx-xxl-10 {
    margin-right: 1rem !important;
  }
  .mb-xxl-10,
  .my-xxl-10 {
    margin-bottom: 1rem !important;
  }
  .ml-xxl-10,
  .mx-xxl-10 {
    margin-left: 1rem !important;
  }
  .m-xxl-16 {
    margin: 1.6rem !important;
  }
  .mt-xxl-16,
  .my-xxl-16 {
    margin-top: 1.6rem !important;
  }
  .mr-xxl-16,
  .mx-xxl-16 {
    margin-right: 1.6rem !important;
  }
  .mb-xxl-16,
  .my-xxl-16 {
    margin-bottom: 1.6rem !important;
  }
  .ml-xxl-16,
  .mx-xxl-16 {
    margin-left: 1.6rem !important;
  }
  .m-xxl-20 {
    margin: 2rem !important;
  }
  .mt-xxl-20,
  .my-xxl-20 {
    margin-top: 2rem !important;
  }
  .mr-xxl-20,
  .mx-xxl-20 {
    margin-right: 2rem !important;
  }
  .mb-xxl-20,
  .my-xxl-20 {
    margin-bottom: 2rem !important;
  }
  .ml-xxl-20,
  .mx-xxl-20 {
    margin-left: 2rem !important;
  }
  .m-xxl-24 {
    margin: 2.4rem !important;
  }
  .mt-xxl-24,
  .my-xxl-24 {
    margin-top: 2.4rem !important;
  }
  .mr-xxl-24,
  .mx-xxl-24 {
    margin-right: 2.4rem !important;
  }
  .mb-xxl-24,
  .my-xxl-24 {
    margin-bottom: 2.4rem !important;
  }
  .ml-xxl-24,
  .mx-xxl-24 {
    margin-left: 2.4rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }
  .p-xxl-5 {
    padding: 0.5rem !important;
  }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 0.5rem !important;
  }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 0.5rem !important;
  }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 0.5rem !important;
  }
  .p-xxl-10 {
    padding: 1rem !important;
  }
  .pt-xxl-10,
  .py-xxl-10 {
    padding-top: 1rem !important;
  }
  .pr-xxl-10,
  .px-xxl-10 {
    padding-right: 1rem !important;
  }
  .pb-xxl-10,
  .py-xxl-10 {
    padding-bottom: 1rem !important;
  }
  .pl-xxl-10,
  .px-xxl-10 {
    padding-left: 1rem !important;
  }
  .p-xxl-16 {
    padding: 1.6rem !important;
  }
  .pt-xxl-16,
  .py-xxl-16 {
    padding-top: 1.6rem !important;
  }
  .pr-xxl-16,
  .px-xxl-16 {
    padding-right: 1.6rem !important;
  }
  .pb-xxl-16,
  .py-xxl-16 {
    padding-bottom: 1.6rem !important;
  }
  .pl-xxl-16,
  .px-xxl-16 {
    padding-left: 1.6rem !important;
  }
  .p-xxl-20 {
    padding: 2rem !important;
  }
  .pt-xxl-20,
  .py-xxl-20 {
    padding-top: 2rem !important;
  }
  .pr-xxl-20,
  .px-xxl-20 {
    padding-right: 2rem !important;
  }
  .pb-xxl-20,
  .py-xxl-20 {
    padding-bottom: 2rem !important;
  }
  .pl-xxl-20,
  .px-xxl-20 {
    padding-left: 2rem !important;
  }
  .p-xxl-24 {
    padding: 2.4rem !important;
  }
  .pt-xxl-24,
  .py-xxl-24 {
    padding-top: 2.4rem !important;
  }
  .pr-xxl-24,
  .px-xxl-24 {
    padding-right: 2.4rem !important;
  }
  .pb-xxl-24,
  .py-xxl-24 {
    padding-bottom: 2.4rem !important;
  }
  .pl-xxl-24,
  .px-xxl-24 {
    padding-left: 2.4rem !important;
  }
  .m-xxl-n5 {
    margin: -0.5rem !important;
  }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -0.5rem !important;
  }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -0.5rem !important;
  }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -0.5rem !important;
  }
  .m-xxl-n10 {
    margin: -1rem !important;
  }
  .mt-xxl-n10,
  .my-xxl-n10 {
    margin-top: -1rem !important;
  }
  .mr-xxl-n10,
  .mx-xxl-n10 {
    margin-right: -1rem !important;
  }
  .mb-xxl-n10,
  .my-xxl-n10 {
    margin-bottom: -1rem !important;
  }
  .ml-xxl-n10,
  .mx-xxl-n10 {
    margin-left: -1rem !important;
  }
  .m-xxl-n16 {
    margin: -1.6rem !important;
  }
  .mt-xxl-n16,
  .my-xxl-n16 {
    margin-top: -1.6rem !important;
  }
  .mr-xxl-n16,
  .mx-xxl-n16 {
    margin-right: -1.6rem !important;
  }
  .mb-xxl-n16,
  .my-xxl-n16 {
    margin-bottom: -1.6rem !important;
  }
  .ml-xxl-n16,
  .mx-xxl-n16 {
    margin-left: -1.6rem !important;
  }
  .m-xxl-n20 {
    margin: -2rem !important;
  }
  .mt-xxl-n20,
  .my-xxl-n20 {
    margin-top: -2rem !important;
  }
  .mr-xxl-n20,
  .mx-xxl-n20 {
    margin-right: -2rem !important;
  }
  .mb-xxl-n20,
  .my-xxl-n20 {
    margin-bottom: -2rem !important;
  }
  .ml-xxl-n20,
  .mx-xxl-n20 {
    margin-left: -2rem !important;
  }
  .m-xxl-n24 {
    margin: -2.4rem !important;
  }
  .mt-xxl-n24,
  .my-xxl-n24 {
    margin-top: -2.4rem !important;
  }
  .mr-xxl-n24,
  .mx-xxl-n24 {
    margin-right: -2.4rem !important;
  }
  .mb-xxl-n24,
  .my-xxl-n24 {
    margin-bottom: -2.4rem !important;
  }
  .ml-xxl-n24,
  .mx-xxl-n24 {
    margin-left: -2.4rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !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: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1280px) {
  .text-container-left {
    text-align: left !important;
  }
  .text-container-right {
    text-align: right !important;
  }
  .text-container-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .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-xxl-left {
    text-align: left !important;
  }
  .text-xxl-right {
    text-align: right !important;
  }
  .text-xxl-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;
}

.animate_animated {
  animation-duration: 1.5s;
  animation-fill-mode: both;
  animation-timing-function: ease;
}

@keyframes fadeInUp {
  from {
    transform: translate(0px, 20px);
    opacity: 0;
  }
  to {
    transform: translate(0px, 0px);
    opacity: 1;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}

.btn {
  background-color: transparent;
  border: none;
  border-radius: 0.6rem;
  color: #fff;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.4px;
  height: 6.4rem;
  width: 100%;
  max-width: 26.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.btn:focus, .btn.focus {
  outline: 0;
}
.btn.disabled, .btn:disabled {
  opacity: 0.6;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn--primary {
  background: #066041;
  background: linear-gradient(0deg, rgb(6, 96, 65) 0%, rgb(34, 139, 104) 100%);
}
.btn--white {
  background-color: #fff;
  color: var(--color-primary);
}
.btn--gray {
  background: #454545;
  background: linear-gradient(0deg, rgb(69, 69, 69) 0%, rgb(117, 117, 117) 100%);
}
@media (min-width: 768px) {
  .btn--small {
    font-size: 1.5rem;
    width: 16.1rem;
    height: 4.8rem;
  }
}
@media (min-width: 768px) {
  .btn--large {
    font-size: 1.8rem;
    width: 26.1rem;
    height: 6.4rem;
  }
}

.l-header {
  background-color: #ECEFEC;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}
.l-header__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.1rem 2rem 1.5rem 1.9rem;
}
@media (min-width: 768px) {
  .l-header__wrap {
    height: 8.2rem;
    gap: 4rem;
    padding: 1.7rem 5rem;
  }
}
.l-header__logo {
  font-size: inherit;
}
.l-header__logo a {
  display: block;
}
.l-header__logo img {
  width: 12.2rem;
  position: relative;
}
@media (min-width: 768px) {
  .l-header__logo img {
    width: 15.455rem;
    top: -0.5rem;
  }
}
@media (max-width: 767px) {
  .l-header__nav {
    position: fixed;
    inset: 0;
    top: var(--heightH);
    overflow-y: auto;
    pointer-events: none;
    transition: 0.2s all ease-in-out 0s;
  }
}
.l-header__nav-overlay {
  background: #FFFFFF;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgb(233, 236, 233) 100%);
  position: fixed;
  top: var(--heightH);
  left: 0;
  right: 0;
  bottom: 0;
  height: calc(100% - var(--heightH));
  transform: scale(1, 0);
  transform-origin: top center;
  transition: 0.7s transform cubic-bezier(0.96, 0, 0.6, 1) 0s, 0.7s bottom cubic-bezier(0.96, 0, 0.6, 1) 0s;
  pointer-events: none;
  z-index: -1;
}
@media (min-width: 768px) {
  .l-header__nav-overlay {
    display: none;
  }
}
.l-header__nav-wrap {
  display: flex;
  align-items: center;
  gap: 4.8rem;
}
@media (min-width: 768px) {
  .l-header__nav-wrap {
    gap: 6rem;
  }
}
@media (max-width: 767px) {
  .l-header__nav-wrap {
    flex-direction: column;
    padding-block: 3.8rem 2.2rem;
    opacity: 0;
    transition: 0.3s opacity linear 0s;
    overflow-x: hidden;
    overflow-y: auto;
  }
}
@media (min-width: 992px) {
  .l-header__hamburger {
    display: none;
  }
}
.l-header.openMenu .l-header__nav {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.l-header.openMenu .l-header__nav-overlay {
  transform-origin: center bottom;
  transform: scale(1, 1);
}
.l-header.openMenu .l-header__nav-wrap {
  opacity: 1;
  transition: 0.5s opacity linear 0.7s;
}

.gl-nav-list {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 2.5rem;
}
@media (min-width: 768px) {
  .gl-nav-list {
    -moz-column-gap: 3.6rem;
    column-gap: 3.6rem;
    flex-direction: row;
  }
}
.gl-nav__link {
  font-size: 1.8rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .gl-nav__link {
    font-size: 1.4rem;
  }
}

.hamburger-box {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 0.2rem;
  width: 2rem;
  height: 1.6rem;
  z-index: 1100;
}
.hamburger-box.is-active .hamburger-inner {
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(30deg);
}
.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(-60deg);
  bottom: 0;
}

.hamburger-inner:after,
.hamburger-inner:before {
  display: block;
  content: "";
}

.hamburger-inner:after, .hamburger-inner:before, .hamburger-inner {
  background-color: var(--color-primary);
  border-radius: 0.2rem;
  width: 2rem;
  height: 0.2rem;
  transition: transform 0.15s ease;
}

.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.7rem;
  transition: top 75ms ease 0.12s, opacity 75ms ease;
}
.hamburger-inner:after {
  position: absolute;
  bottom: -0.7rem;
  transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.l-footer {
  background-color: #05251A;
  padding: 4rem 0 4.2rem;
}
@media (min-width: 768px) {
  .l-footer {
    padding: 9.4rem 5rem 5rem 5.2rem;
  }
}
.l-footer__wrap {
  display: flex;
  gap: 2.4rem;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  .l-footer__wrap {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }
}
.l-footer__logo {
  width: 15.455rem;
}
.l-footer__nav {
  display: flex;
  gap: 4rem;
}
@media (min-width: 768px) {
  .l-footer__nav {
    gap: 3.2rem;
  }
}
.l-footer__nav a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .l-footer__nav a {
    transition: color 0.3s ease-in-out;
  }
  .l-footer__nav a:hover {
    color: rgb(255, 255, 255);
  }
}
.l-footer__copy {
  color: rgba(255, 255, 255, 0.2);
  font-size: 1.4rem;
  text-align: center;
  line-height: 1;
  margin-top: 2.4rem;
}
@media (min-width: 768px) {
  .l-footer__copy {
    margin-top: 4.2rem;
  }
}

.form-control {
  background-color: var(--input-background);
  background-clip: padding-box;
  border-radius: 1.2rem;
  border: none;
  color: #000;
  display: block;
  font-family: var(--font-family-base);
  font-size: var(--input-font-size);
  font-weight: var(--input-font-weight);
  line-height: 1.5;
  padding: 1.2rem 1.6rem;
  height: var(--input-height);
  width: 100%;
}
@media (min-width: 768px) {
  .form-control {
    font-size: 1.6rem;
    padding: 1.8rem 2rem;
  }
}
.form-control:focus-visible {
  outline: none;
}
.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: #BBCABF;
  opacity: 1;
}
.form-control::placeholder {
  color: #BBCABF;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #334155;
  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;
}

textarea.form-control {
  max-width: 100%;
  height: 17.6rem;
  height: 12rem;
}
@media (min-width: 768px) {
  textarea.form-control {
    height: 17.6rem;
  }
}

label.error {
  color: var(--color-danger);
  display: block;
  font-size: 1.4rem;
  margin-top: 0.4rem;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("../images/arrow_down_ic.svg");
  background-repeat: no-repeat;
  background-position: right 0.8rem center;
  background-size: 2.4rem;
}
select.form-control {
  padding-right: 4.5rem;
}

.frm-row:not(:last-child) {
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
  .frm-row:not(:last-child) {
    margin-bottom: 3.2rem;
  }
}
.frm-row--policy {
  border-top: 1px solid rgba(187, 202, 191, 0.2);
  padding-top: 1.6rem;
}
.frm-row--bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
  padding-top: 1.6rem;
}
.frm-ttl {
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.35px;
  margin-bottom: 0.8rem;
}
.frm-req {
  color: var(--color-danger);
  font-size: 1.4rem;
  font-weight: 600;
}
.frm-policy {
  background-color: #F3F4F5;
  border-radius: 1.2rem;
  max-height: 12rem;
  padding: 1.8rem;
  overflow-y: auto;
}
@media (min-width: 768px) {
  .frm-policy {
    max-height: 19.2rem;
    padding: 2.4rem;
  }
}
.frm-policy::-webkit-scrollbar-track {
  border-radius: 0.6rem;
  background-color: #F5F5F5;
}
.frm-policy::-webkit-scrollbar {
  width: 0.6rem;
  background-color: #F5F5F5;
}
.frm-policy::-webkit-scrollbar-thumb {
  border-radius: 0.6rem;
  background-color: #555;
}
.frm-action {
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
  gap: 1.2rem;
  justify-content: center;
  width: 100%;
}
@media (min-width: 768px) {
  .frm-action {
    flex-direction: row;
  }
}
.frm-note {
  color: rgba(60, 74, 66, 0.7);
  font-size: 1.2rem;
  font-weight: 500;
}

.checkbox-custom {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 1.2rem;
  position: relative;
  margin-top: 1.6rem;
}
@media (min-width: 768px) {
  .checkbox-custom {
    margin-top: 2rem;
  }
}
.checkbox-custom input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
.checkbox-custom input:checked ~ .checkbox-custom__marker::after {
  opacity: 1;
}
.checkbox-custom__label {
  font-size: 1.4rem;
  font-weight: 600;
}
.checkbox-custom__label a {
  color: #3C4A42;
}
.checkbox-custom__marker {
  background-color: #E1E3E4;
  border-radius: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2rem;
  width: 2rem;
  position: relative;
}
.checkbox-custom__marker::after {
  content: "";
  opacity: 0;
  background: url("../images/ic_check.svg") no-repeat center/contain;
  height: 0.8rem;
  width: 1.1rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.table {
  width: 100%;
}

.hline {
  text-align: center;
}
.hline-en {
  --lh: 1;
  color: var(--color-primary);
  font-size: 1.2rem;
  display: block;
  letter-spacing: 1.4px;
  line-height: var(--lh);
  text-transform: uppercase;
  margin-bottom: 1.2rem;
}
@media (min-width: 768px) {
  .hline-en {
    font-size: 1.6rem;
  }
}
.hline-jp {
  --lh: 1.2;
  display: block;
  font-size: 2.7rem;
  line-height: var(--lh);
}
@media (min-width: 768px) {
  .hline-jp {
    --lh: 1.0325;
    font-size: 4rem;
  }
}
.hline-num {
  color: var(--color-primary);
  font-size: 4.8rem;
}
@media (min-width: 768px) {
  .hline-num {
    font-size: 6.4rem;
  }
}
.hline .cl {
  color: var(--color-primary);
}
@media (min-width: 768px) {
  .hline--medium .hline-en {
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) {
  .hline--small .hline-en {
    font-size: 1.2rem;
  }
}

@media (max-width: 767px) {
  .pc {
    display: none;
  }
}

@media (min-width: 768px) {
  .sp {
    display: none;
  }
}

@media (min-width: 768px) {
  .hover {
    transition: 0.3s ease;
  }
  .hover:hover {
    opacity: 0.7;
  }
}

.font-en {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
}

.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);
}