/* lenis */
html.lenis {
  height: auto;
}
.lenis.lenis-smooth {
  scroll-behavior: auto;
  scrollbar-gutter: stable;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: hidden;
}
.lenis.lenis-scrolling iframe {
  pointer-events: none;
}
/* splide */
@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}
.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}
.splide--rtl {
  direction: rtl;
}
.splide__track--ttb > .splide__list {
  display: block;
}
.splide__container {
  box-sizing: border-box;
  position: relative;
}
.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}
.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}
.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}
.splide:not(.is-overflow) .splide__pagination {
  display: none;
}
.splide__progress__bar {
  width: 0;
}
.splide {
  position: relative;
  visibility: hidden;
}
.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}
.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}
.splide__slide img {
  vertical-align: bottom;
}
.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}
.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}
.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
/* simplebar */
[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}
.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}
.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}
.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}
.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  max-width: 100%;
  /* Not required for horizontal scroll to trigger */
  max-height: 100%;
  /* Needed for vertical scroll to trigger */
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}
.simplebar-content:before,
.simplebar-content:after {
  content: " ";
  display: table;
}
.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}
.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}
.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}
.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}
[data-simplebar].simplebar-dragging {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}
.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}
.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: black;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  transition: opacity 0.2s 0.5s linear;
}
.simplebar-scrollbar.simplebar-visible:before {
  opacity: 0.5;
  transition-delay: 0s;
  transition-duration: 0s;
}
.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}
.simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
}
.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 0;
  bottom: 0;
  min-height: 0;
  min-width: 10px;
  width: auto;
}
/* Rtl support */
[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}
.simplebar-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
  -ms-overflow-style: scrollbar !important;
}
.simplebar-dummy-scrollbar-size > div {
  width: 200%;
  height: 200%;
  margin: 10px 0;
}
.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}
* {
  margin: 0;
}
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}
input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}
#root,
#__next {
  isolation: isolate;
}
ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
img,
picture,
video,
canvas,
svg {
  height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
sup {
  font-size: 0.5em;
}
table {
  border-collapse: collapse;
  width: 100%;
}
figure {
  margin: 0;
}
html {
  font-size: 10px;
}
@media screen and (min-width: 1441px) {
  html {
    font-size: 0.6944444444vw;
  }
}
@media screen and (min-width: 1601px) {
  html {
    font-size: 11.1111111111px;
  }
}
@media screen and (max-width: 1366px) {
  html {
    font-size: 0.7320644217vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.6041666667vw;
  }
}
body {
  color: #000;
  background: #fff;
  font-family: YakuHanJP_Noto, "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.04em;
  text-align: justify;
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}
body.is-nav-show {
  position: fixed;
  left: 0;
  width: 100%;
}
a {
  color: #000;
}
@media (hover: hover) {
  a:hover {
    text-decoration: none;
  }
}
@media (hover: none) {
  a:active {
    text-decoration: none;
  }
}
em {
  font-style: normal;
}
img {
  width: 100%;
  height: auto;
}
button {
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background: none;
  touch-action: manipulation;
  cursor: pointer;
}
small {
  font-size: 0.75em;
}
[data-hover-text],
a:has([data-hover-text]) {
  position: relative;
  display: inline-block;
  clip-path: inset(0);
}
[data-hover-text] [data-hover-text],
a:has([data-hover-text]) [data-hover-text] {
  position: relative;
  display: inline-block;
  clip-path: inset(0);
}
[data-hover-text] .hover-text-origin,
[data-hover-text] .hover-text-clone,
a:has([data-hover-text]) .hover-text-origin,
a:has([data-hover-text]) .hover-text-clone {
  display: flex;
}
[data-hover-text] .hover-text-origin span,
[data-hover-text] .hover-text-clone span,
a:has([data-hover-text]) .hover-text-origin span,
a:has([data-hover-text]) .hover-text-clone span {
  display: inline-block;
  line-height: 1.2;
  transition: transform 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
[data-hover-text] .hover-text-clone,
a:has([data-hover-text]) .hover-text-clone {
  position: absolute;
  top: 0;
  left: 0;
}
[data-hover-text] .hover-text-clone span,
a:has([data-hover-text]) .hover-text-clone span {
  transform: translateY(120%);
}
@media (hover: hover) {
  [data-hover-text]:hover .hover-text-origin span,
  a:has([data-hover-text]):hover .hover-text-origin span {
    transform: translateY(-120%);
  }
  [data-hover-text]:hover .hover-text-clone span,
  a:has([data-hover-text]):hover .hover-text-clone span {
    transform: translateY(0);
  }
}
@media (hover: none) {
  [data-hover-text]:active .hover-text-origin span,
  a:has([data-hover-text]):active .hover-text-origin span {
    transform: translateY(-120%);
  }
  [data-hover-text]:active .hover-text-clone span,
  a:has([data-hover-text]):active .hover-text-clone span {
    transform: translateY(0);
  }
}
.animation-bg-in::before {
  opacity: 0;
  transform: scale(0.6);
  transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  will-change: opacity, transform;
}
.animation-bg-in.is-inview::before {
  opacity: 1;
  transform: scale(1);
}
.animation-slide-in {
  opacity: 0;
  transform: translateY(8rem);
  transition: opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  will-change: opacity, transform;
}
@media screen and (max-width: 768px) {
  .animation-slide-in {
    transform: translateY(4rem);
  }
}
.animation-slide-in.is-inview {
  opacity: 1;
  transform: translateY(0);
}
.animation-child-slide-in .animation-child {
  opacity: 0;
  transform: translateY(8rem);
  transition: opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  will-change: opacity, transform;
}
@media screen and (max-width: 768px) {
  .animation-child-slide-in .animation-child {
    transform: translateY(4rem);
  }
}
.animation-child-slide-in .animation-child:nth-child(1) {
  transition-delay: 0.1s;
}
.animation-child-slide-in .animation-child:nth-child(2) {
  transition-delay: 0.2s;
}
.animation-child-slide-in .animation-child:nth-child(3) {
  transition-delay: 0.3s;
}
.animation-child-slide-in .animation-child:nth-child(4) {
  transition-delay: 0.4s;
}
.animation-child-slide-in .animation-child:nth-child(5) {
  transition-delay: 0.5s;
}
.animation-child-slide-in .animation-child:nth-child(6) {
  transition-delay: 0.6s;
}
.animation-child-slide-in .animation-child:nth-child(7) {
  transition-delay: 0.7s;
}
.animation-child-slide-in .animation-child:nth-child(8) {
  transition-delay: 0.8s;
}
.animation-child-slide-in .animation-child:nth-child(9) {
  transition-delay: 0.9s;
}
.animation-child-slide-in .animation-child:nth-child(10) {
  transition-delay: 1s;
}
.animation-child-slide-in .animation-child:nth-child(11) {
  transition-delay: 1.1s;
}
.animation-child-slide-in .animation-child:nth-child(12) {
  transition-delay: 1.2s;
}
.animation-child-slide-in .animation-child:nth-child(13) {
  transition-delay: 1.3s;
}
.animation-child-slide-in .animation-child:nth-child(14) {
  transition-delay: 1.4s;
}
.animation-child-slide-in .animation-child:nth-child(15) {
  transition-delay: 1.5s;
}
.animation-child-slide-in .animation-child:nth-child(16) {
  transition-delay: 1.6s;
}
.animation-child-slide-in .animation-child:nth-child(17) {
  transition-delay: 1.7s;
}
.animation-child-slide-in .animation-child:nth-child(18) {
  transition-delay: 1.8s;
}
.animation-child-slide-in .animation-child:nth-child(19) {
  transition-delay: 1.9s;
}
.animation-child-slide-in .animation-child:nth-child(20) {
  transition-delay: 2s;
}
.animation-child-slide-in.is-inview .animation-child {
  opacity: 1;
  transform: translateY(0);
}
.animation-slide-horizontal-in {
  opacity: 0;
  transform: translateX(80px);
  transition: opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  will-change: opacity, transform;
}
@media screen and (max-width: 768px) {
  .animation-slide-horizontal-in {
    transform: translateX(4rem);
  }
}
.animation-slide-horizontal-in.is-inview {
  opacity: 1;
  transform: translateX(0);
}
.animation-child-slide-horizontal-in .animation-child {
  opacity: 0;
  transform: translateX(80px);
  transition: opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  will-change: opacity, transform;
}
@media screen and (max-width: 768px) {
  .animation-child-slide-horizontal-in .animation-child {
    transform: translateX(4rem);
  }
}
.animation-child-slide-horizontal-in .animation-child:nth-child(1) {
  transition-delay: 0.1s;
}
.animation-child-slide-horizontal-in .animation-child:nth-child(2) {
  transition-delay: 0.2s;
}
.animation-child-slide-horizontal-in .animation-child:nth-child(3) {
  transition-delay: 0.3s;
}
.animation-child-slide-horizontal-in .animation-child:nth-child(4) {
  transition-delay: 0.4s;
}
.animation-child-slide-horizontal-in .animation-child:nth-child(5) {
  transition-delay: 0.5s;
}
.animation-child-slide-horizontal-in .animation-child:nth-child(6) {
  transition-delay: 0.6s;
}
.animation-child-slide-horizontal-in .animation-child:nth-child(7) {
  transition-delay: 0.7s;
}
.animation-child-slide-horizontal-in .animation-child:nth-child(8) {
  transition-delay: 0.8s;
}
.animation-child-slide-horizontal-in .animation-child:nth-child(9) {
  transition-delay: 0.9s;
}
.animation-child-slide-horizontal-in .animation-child:nth-child(10) {
  transition-delay: 1s;
}
.animation-child-slide-horizontal-in .animation-child:nth-child(11) {
  transition-delay: 1.1s;
}
.animation-child-slide-horizontal-in .animation-child:nth-child(12) {
  transition-delay: 1.2s;
}
.animation-child-slide-horizontal-in .animation-child:nth-child(13) {
  transition-delay: 1.3s;
}
.animation-child-slide-horizontal-in .animation-child:nth-child(14) {
  transition-delay: 1.4s;
}
.animation-child-slide-horizontal-in .animation-child:nth-child(15) {
  transition-delay: 1.5s;
}
.animation-child-slide-horizontal-in .animation-child:nth-child(16) {
  transition-delay: 1.6s;
}
.animation-child-slide-horizontal-in .animation-child:nth-child(17) {
  transition-delay: 1.7s;
}
.animation-child-slide-horizontal-in .animation-child:nth-child(18) {
  transition-delay: 1.8s;
}
.animation-child-slide-horizontal-in .animation-child:nth-child(19) {
  transition-delay: 1.9s;
}
.animation-child-slide-horizontal-in .animation-child:nth-child(20) {
  transition-delay: 2s;
}
.animation-child-slide-horizontal-in.is-inview .animation-child {
  opacity: 1;
  transform: translateX(0);
}
.animation-fade-in {
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
  will-change: opacity;
}
.animation-fade-in.is-inview {
  opacity: 1;
}
.bg-loop {
  position: fixed;
  top: -4rem;
  right: 6rem;
  width: 100rem;
  height: 100rem;
  z-index: 0;
  pointer-events: none;
  overflow: visible;
  contain: strict;
  will-change: transform;
}
.bg-loop canvas {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .bg-loop {
    width: 40rem;
    height: 40rem;
  }
}
.layout-container {
  position: relative;
  z-index: 1;
}
.layout-footer {
  padding: 6rem 4rem;
}
@media screen and (max-width: 768px) {
  .layout-footer {
    padding: 3rem 2rem;
  }
}
.layout-footer__inner {
  width: 100%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.layout-footer .footer-logo {
  width: 13rem;
}
@media screen and (max-width: 768px) {
  .layout-footer .footer-logo {
    width: 8rem;
  }
}
.layout-footer .footer-phrase {
  width: 49.6rem;
  margin-top: 5.2rem;
}
@media screen and (max-width: 768px) {
  .layout-footer .footer-phrase {
    width: 24.8rem;
    margin-top: 2.5rem;
  }
}
.layout-footer .footer-menu {
  display: flex;
  justify-content: center;
  gap: 3rem;
  margin-top: 6rem;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .layout-footer .footer-menu {
    flex-wrap: wrap;
    gap: 1.5rem 3rem;
    margin-top: 4.5rem;
  }
}
.layout-footer .footer-menu a {
  text-decoration: none;
  user-select: none;
}
.layout-footer .footer-copyright {
  margin-top: 7rem;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .layout-footer .footer-copyright {
    margin-top: 4.5rem;
  }
}
.layout-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 9rem;
  padding: 0 6rem;
  background: #fff;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .layout-header {
    height: 5rem;
    padding: 0 0 0 2rem;
  }
}
.layout-header__inner {
  display: flex;
  align-items: center;
  height: 100%;
}
.layout-header .header-logo {
  position: relative;
  width: 16.7rem;
}
@media screen and (max-width: 768px) {
  .layout-header .header-logo {
    width: 14.4rem;
  }
}
.layout-header .header-nav {
  position: relative;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .layout-header .header-nav {
    position: absolute;
    top: 5rem;
    right: 0;
    width: 100%;
    height: calc(100dvh - 5rem);
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s, visibility 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s;
  }
}
@media screen and (max-width: 768px) {
  .layout-header .header-nav.is-show {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.1s cubic-bezier(0.39, 0.575, 0.565, 1), visibility 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  .layout-header .header-nav.is-show .header-menu {
    transform: translateX(0);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
  }
}
.layout-header .header-menu {
  display: flex;
  align-items: center;
  gap: 3rem;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .layout-header .header-menu {
    position: absolute;
    top: 0;
    right: 0;
    flex-direction: column;
    align-items: flex-start;
    width: 22rem;
    height: 100%;
    padding: 6rem 4rem 4rem;
    background: #fff;
    font-size: 1.8rem;
    transform: translateX(100%);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    will-change: transform;
  }
}
.layout-header .header-menu__item {
  position: relative;
}
.layout-header .header-menu__item::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  will-change: transform;
}
.layout-header .header-menu__item:has(.is-current)::after {
  transform: scaleX(1);
  transform-origin: left center;
}
.layout-header .header-menu a {
  text-decoration: none;
  user-select: none;
}
.layout-header .header-cta {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.layout-header .header-cta a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14rem;
  height: 4rem;
  border-radius: 2rem;
  color: #fff;
  background-color: #372d6e;
  user-select: none;
  text-decoration: none;
}
.layout-header .header-hamburger {
  position: relative;
  display: none;
  width: 6rem;
  height: 5rem;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .layout-header .header-hamburger {
    display: block;
  }
}
.layout-header .header-hamburger__line {
  position: absolute;
  top: 50%;
  left: calc(50% - 1rem);
  display: block;
  width: 2rem;
  height: 1px;
  background: #000;
  transition: translate 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s, rotate 0.2s cubic-bezier(0.39, 0.575, 0.565, 1), opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.layout-header .header-hamburger__line:nth-child(1) {
  translate: 0 -0.6rem;
}
.layout-header .header-hamburger__line:nth-child(3) {
  translate: 0 0.6rem;
}
.layout-header .header-hamburger.is-show .header-hamburger__line {
  transition: translate 0.2s cubic-bezier(0.39, 0.575, 0.565, 1), rotate 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s, opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.layout-header .header-hamburger.is-show .header-hamburger__line:nth-child(1) {
  translate: 0;
  rotate: 45deg;
}
.layout-header .header-hamburger.is-show .header-hamburger__line:nth-child(2) {
  opacity: 0;
}
.layout-header .header-hamburger.is-show .header-hamburger__line:nth-child(3) {
  translate: 0;
  rotate: -45deg;
}
.component-article > *:first-child {
  margin-top: 0 !important;
}
.component-article h2:not([class^=component]) {
  margin-top: 7rem;
  padding-bottom: 1.8rem;
  border-bottom: 0.4rem solid #ED6E1F;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .component-article h2:not([class^=component]) {
    margin-top: 5rem;
    padding-bottom: 1.2rem;
    font-size: 2rem;
    border-width: 0.3rem;
  }
}
.component-article h3:not([class^=component]) {
  position: relative;
  margin-top: 5rem;
  padding: 2rem 4rem 2rem 4rem;
  border-radius: 1rem;
  background: #F5F4EE;
  font-size: 2.4rem;
  font-weight: 700;
  clear: both;
}
@media screen and (max-width: 768px) {
  .component-article h3:not([class^=component]) {
    margin-top: 4rem;
    padding: 0.8rem 1.4rem 0.8rem 3.2rem;
    border-radius: 0.4rem;
    font-size: 1.8rem;
  }
}
.component-article h3:not([class^=component])::before {
  content: "";
  position: absolute;
  top: 2.3rem;
  left: 2rem;
  width: 0.6rem;
  height: 3rem;
  background: #ED6E1F;
  border-radius: 0.3rem;
}
@media screen and (max-width: 768px) {
  .component-article h3:not([class^=component])::before {
    top: 1.2rem;
    left: 1.4rem;
    width: 0.4rem;
    height: 2rem;
  }
}
.component-article h4:not([class^=component]) {
  position: relative;
  margin-top: 3.5rem;
  margin-bottom: -0.5rem;
  padding-left: 2.4rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .component-article h4:not([class^=component]) {
    margin-top: 2.5rem;
    padding-left: 2.2rem;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.component-article h4:not([class^=component])::before {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 100%;
  content: "";
  position: absolute;
  top: 0.35rem;
  left: 0;
  border: 0.3rem solid #ED6E1F;
}
@media screen and (max-width: 768px) {
  .component-article h4:not([class^=component])::before {
    width: 1.3rem;
    height: 1.3rem;
    border-radius: 100%;
    top: 0.5rem;
  }
}
.component-article h5:not([class^=component]) {
  margin-top: 3rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .component-article h5:not([class^=component]) {
    margin-top: 2rem;
    font-size: 1.4rem;
    line-height: 2;
  }
}
.component-article figure:not([class^=component]) {
  width: fit-content;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .component-article figure:not([class^=component]) {
    margin-top: 2rem;
  }
}
.component-article figure:not([class^=component]) figcaption {
  margin-top: 0.5rem;
  font-size: 0.75em;
}
.component-article p:not([class^=component]) {
  margin-top: 3rem;
  line-height: 2.2;
}
@media screen and (max-width: 768px) {
  .component-article p:not([class^=component]) {
    margin-top: 2rem;
    line-height: 2;
  }
}
.component-article p:not([class^=component]).text_right {
  text-align: right;
}
.component-article p:not([class^=component]).text_left {
  text-align: left;
}
.component-article p:not([class^=component]).text_center {
  text-align: center;
}
.component-article p:not([class^=component]).text_note {
  font-size: 1.2rem;
  line-height: 1.8;
  margin-top: 2rem;
}
.component-article p:not([class^=component]).text_interviewee {
  text-align: left;
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
}
.component-article ul:not([class^=component]) {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 3rem;
  padding-left: 2rem;
  list-style-type: disc;
}
@media screen and (max-width: 768px) {
  .component-article ul:not([class^=component]) {
    gap: 0.8rem;
    margin-top: 2rem;
  }
}
.component-article ul:not([class^=component]) li {
  line-height: 2.2;
}
.component-article ul:not([class^=component]) li::marker {
  font-size: 1rem;
}
.component-article ol:not([class^=component]) {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 3rem;
  padding-left: 2.5rem;
  list-style-type: decimal;
}
@media screen and (max-width: 768px) {
  .component-article ol:not([class^=component]) {
    gap: 0.8rem;
    margin-top: 2rem;
  }
}
.component-article hr {
  display: none;
}
.component-article #content > *:first-child {
  margin-top: 0;
}
.component-article .btn_primary {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 46rem;
  height: 6rem;
  position: relative;
  border-bottom: 0.4rem solid #ED6E1F;
  border-radius: 10rem;
  background-color: #FF8F33;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .component-article .btn_primary {
    width: 100%;
    height: auto;
    padding: 1rem 4rem;
  }
}
.component-article .btn_primary::before, .component-article .btn_primary::after {
  display: block;
  width: 2rem;
  height: 2rem;
  content: "";
  position: absolute;
  top: 50%;
  right: 2rem;
  translate: 0 -50%;
}
@media screen and (max-width: 768px) {
  .component-article .btn_primary::before, .component-article .btn_primary::after {
    right: 1.5rem;
  }
}
.component-article .btn_primary::before {
  border-radius: 50%;
  background-color: #fff;
}
.component-article .btn_primary::after {
  background-color: #ED6E1F;
  mask: url("/assets/img/common/arw_button.svg") no-repeat center/0.7rem 0.6rem;
}
.component-article .btn_primary.track_dl {
  background-color: #FCF7F2;
  color: #515151;
  font-size: 1.4rem;
  border-bottom: 0.4rem solid #F2E6DB;
  flex-direction: column;
  width: 100%;
  height: auto;
  margin-top: 1rem;
  padding: 1.2rem;
  /*--&:hover{
      border-bottom: rm(1) solid $brown;
      @include mq-down() {
          margin-bottom: rm(3);
      }
  }--*/
}
.component-article .btn_primary.track_dl span {
  font-size: 1.2rem;
  font-weight: 400;
}
.component-article .btn_primary.track_dl::before {
  border-radius: 0;
  background-color: transparent;
}
.component-article .btn_primary.track_dl::after {
  background-color: #ED6E1F;
  mask: url("/assets/img/common/icn_download.svg") no-repeat center/1.2rem 1.2rem;
}
@media screen and (max-width: 768px) {
  .component-article .btn_primary.track_dl {
    width: 100%;
    height: auto;
    padding: 1rem 4rem;
  }
}
.component-article .ind1 {
  position: relative;
  padding-left: 2.5rem;
}
.component-article .ind1 span.key {
  position: absolute;
  left: 0;
}
.component-article .ind2 {
  position: relative;
  padding-left: 4rem;
}
.component-article .ind2 span.key {
  position: absolute;
  left: 0;
}
.component-article .list-ml {
  margin-left: 1.6rem;
}
.component-article .list-ml_4 {
  margin-left: 4rem;
}
.component-article .jp_info {
  font-weight: bold;
}
.component-article .highlight {
  background-color: #FCF7F2;
  padding: 3rem;
}
.component-article .highlight:has(+ .highlight) {
  margin-top: 5rem;
  margin-bottom: 0rem !important;
}
.component-article .highlight + .highlight {
  margin-top: 2rem;
  margin-bottom: 5rem;
}
.component-article div.highlight {
  margin: 5rem 0;
}
.component-article div.highlight p:first-child {
  margin-top: 0;
}
.component-article .panel_default,
.component-article .panel_flow,
.component-article .panel_flow2 {
  margin-bottom: 3rem;
  border: 0.4rem solid #F2E6DB;
  position: relative;
  padding: 3rem;
}
.component-article .panel_default p:first-child,
.component-article .panel_flow p:first-child,
.component-article .panel_flow2 p:first-child {
  margin-top: 0;
}
.component-article .panel_default ul,
.component-article .panel_flow ul,
.component-article .panel_flow2 ul {
  margin-top: 0;
}
.component-article .panel_default:first-child,
.component-article .panel_flow:first-child,
.component-article .panel_flow2:first-child {
  margin-top: 0;
}
.component-article .panel_default:last-child,
.component-article .panel_flow:last-child,
.component-article .panel_flow2:last-child {
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .component-article .panel_default,
  .component-article .panel_flow,
  .component-article .panel_flow2 {
    padding: 2.5rem 2rem 2rem;
    border-width: 0.3rem;
  }
}
.component-article .panel_flow {
  margin-top: 3rem;
}
.component-article .panel_flow:after {
  margin-top: 1rem;
  margin-left: -3rem;
  border: solid transparent;
  border-width: 3rem;
  border-top-color: #F2E6DB;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  top: 100%;
  left: 50%;
}
.component-article .panel_flow + .center_flow_text {
  margin-top: 3.5rem;
}
.component-article .panel_flow2 {
  margin-top: 4rem;
}
.component-article .panel_default {
  margin-top: 3rem;
}
.component-article .panel_default.jp_info {
  margin: 0;
  border: none;
  padding: 0;
}
.component-article .panel_default:has(+ .text_right) {
  margin-bottom: 1.5rem;
}
.component-article .panel_default + .text_right {
  margin-top: 0rem;
}
.component-article .row {
  display: flex;
  flex-direction: row;
}
.component-article .row.download_list {
  gap: 3rem;
  width: 100%;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .component-article .row.download_list {
    margin: 3rem 0;
    flex-direction: column;
  }
}
.component-article .row_inner-box {
  align-items: center;
}
.component-article .row.list-none {
  padding: 0;
  list-style-type: none;
}
.component-article .download_list .col img {
  border: solid #C0C0C0 0.1rem;
}
.component-article .column {
  display: flex;
  flex-direction: column;
}
.component-article .column_inner-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.component-article .column3_1 {
  width: calc(33.3333333333% - 1.5rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .component-article .column3_1 {
    width: 100%;
  }
}
.component-article .column3_1 .text_caption {
  line-height: 1.5;
  margin-top: 1.2rem;
  height: -webkit-fill-available;
}
.component-article .column3_1 .track_dl img {
  width: 100%;
  max-width: 19rem;
  line-height: 1.3;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  margin: 0 2rem;
}
@media screen and (max-width: 768px) {
  .component-article .column3_1 .track_dl img {
    padding: 1rem;
  }
}
.component-article .column3_2 {
  width: 66%;
}
.component-article .center_flow_img {
  margin-top: 5rem;
}
.component-article .center_flow_text {
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
}
.component-author {
  margin-top: 5rem;
  padding: 3rem;
  border: 0.4rem solid #F2E6DB;
}
@media screen and (max-width: 768px) {
  .component-author {
    margin-top: 4rem;
    padding: 2.5rem 2rem 2rem;
    border-width: 0.3rem;
  }
}
.component-author__title {
  font-weight: 700;
  line-height: 1;
}
.component-author__name {
  margin-top: 1.6rem;
  line-height: 1.8;
}
.component-author__description {
  line-height: 1.8;
}
.component-breadcrumb {
  position: absolute;
  top: 10rem;
  right: 8rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  color: #372d6e;
  font-size: 1.2rem;
  font-weight: 700;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .component-breadcrumb {
    margin-top: 1.5rem;
    gap: 0.5rem;
    font-size: 1rem;
  }
}
.component-breadcrumb__item {
  position: relative;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-width: 50rem;
}
@media screen and (max-width: 768px) {
  .component-breadcrumb__item {
    gap: 0.5rem;
    max-width: 20rem;
  }
}
.component-breadcrumb__item a {
  display: block;
  color: #372d6e;
  font-weight: 400;
  text-decoration: none;
  white-space: nowrap;
}
@media (hover: hover) {
  .component-breadcrumb__item a:hover {
    text-decoration: underline;
  }
}
@media (hover: none) {
  .component-breadcrumb__item a:active {
    text-decoration: underline;
  }
}
.component-breadcrumb__item:nth-of-type(n+2) {
  padding-left: 1.8rem;
}
@media screen and (max-width: 768px) {
  .component-breadcrumb__item:nth-of-type(n+2) {
    padding-left: 0.9rem;
  }
}
.component-breadcrumb__item:nth-of-type(n+2)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1rem;
  height: 1px;
  background: #372d6e;
}
@media screen and (max-width: 768px) {
  .component-breadcrumb__item:nth-of-type(n+2)::before {
    top: calc(50% - 0.3rem);
    width: 0.4rem;
    height: 0.7rem;
  }
}
.component-button-arrow {
  width: 1.9rem;
  height: 1.9rem;
  border-radius: 100%;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  background: #ED6E1F;
}
.component-button-arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.35rem);
  left: calc(50% - 0.4rem);
  width: 0.8rem;
  height: 0.7rem;
  background: url("/assets/img/common/arw_button.svg") no-repeat center center/contain;
}
.component-download-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  width: 100%;
  max-width: 28rem;
  height: 5rem;
  border-bottom: 0.2rem solid #F2E6DB;
  border-radius: 10rem;
  background-color: #FCF7F2;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .component-download-button {
    height: 4rem;
  }
}
.component-download-button span {
  font-size: 1.4rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .component-download-button span {
    font-size: 1.2rem;
  }
}
.component-download-button small {
  font-size: 1.1rem;
}
.component-download-button::after {
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  content: "";
  position: absolute;
  top: 50%;
  right: 2rem;
  translate: 0 -50%;
  background: url("/assets/img/common/icn_download.svg") no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .component-download-button::after {
    width: 1rem;
    height: 1rem;
    right: 1rem;
  }
}
.component-button a, .component-button button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 46rem;
  height: 6rem;
  position: relative;
  border-bottom: 0.4rem solid #ED6E1F;
  border-radius: 10rem;
  background-color: #FF8F33;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .component-button a, .component-button button {
    width: 100%;
    height: auto;
    padding: 1rem 4rem;
  }
}
.component-button a::before, .component-button a::after, .component-button button::before, .component-button button::after {
  display: block;
  width: 2rem;
  height: 2rem;
  content: "";
  position: absolute;
  top: 50%;
  right: 2rem;
  translate: 0 -50%;
}
@media screen and (max-width: 768px) {
  .component-button a::before, .component-button a::after, .component-button button::before, .component-button button::after {
    right: 1.5rem;
  }
}
.component-button a::before, .component-button button::before {
  border-radius: 50%;
  background-color: #fff;
}
.component-button a::after, .component-button button::after {
  background-color: #ED6E1F;
  mask: url("/assets/img/common/arw_button.svg") no-repeat center/0.7rem 0.6rem;
}
.component-button--slim a, .component-button--slim button {
  width: 30rem;
}
@media screen and (max-width: 768px) {
  .component-button--slim a, .component-button--slim button {
    width: 24rem;
  }
}
.component-buttons {
  width: 100%;
  max-width: 110rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  gap: 2rem 4rem;
  flex-wrap: wrap;
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  .component-buttons {
    flex-direction: column;
  }
}
.component-buttons__item {
  width: calc(50% - 2rem);
}
@media screen and (max-width: 768px) {
  .component-buttons__item {
    width: 100%;
  }
}
.component-buttons__item a {
  display: block;
  position: relative;
  padding: 2.2rem 6.8rem 2.2rem 2rem;
  border-radius: 1rem;
  box-shadow: 0 0.4rem #F2E6DB;
  background-color: #fff;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.5;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .component-buttons__item a {
    font-size: 1.6rem;
  }
}
.component-buttons__item a .component-button-arrow {
  position: absolute;
  top: 50%;
  right: 2.5rem;
  translate: 0 -50%;
}
.component-buttons--three {
  gap: 1rem 2.5rem;
}
.component-buttons--three .component-buttons__item {
  width: calc(33.3333% - 1.6666666667rem);
  height: 7rem;
}
@media screen and (max-width: 768px) {
  .component-buttons--three .component-buttons__item {
    width: 100%;
  }
}
.component-buttons--three .component-buttons__item a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
.component-cards-column {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 3.2rem;
}
@media screen and (max-width: 768px) {
  .component-cards-column {
    flex-direction: column;
  }
}
.component-cards-column__item {
  position: relative;
  width: calc(50% - 1.6rem);
}
@media screen and (max-width: 768px) {
  .component-cards-column__item {
    width: 100%;
  }
}
.component-cards-column__item:not(:has(a)),
.component-cards-column__item a {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  padding: 2rem;
  border-bottom: 0.4rem solid #F2E6DB;
  border-radius: 1rem;
  background-color: #FCF7F2;
  border-radius: 1rem;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .component-cards-column__item:not(:has(a)),
  .component-cards-column__item a {
    gap: 1.5rem;
  }
}
.component-cards-column__item a {
  height: 100%;
}
.component-cards-column__image {
  flex-shrink: 0;
  overflow: hidden;
  width: 10rem;
  border-radius: 0.8rem;
}
@media screen and (max-width: 768px) {
  .component-cards-column__image {
    width: 7rem;
  }
}
.component-cards-column__content {
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .component-cards-column__content {
    margin-top: 0.8rem;
  }
}
.component-cards-column__content:has(small) {
  margin-top: -0.5rem;
}
.component-cards-column__title {
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .component-cards-column__title {
    font-size: 1.6rem;
  }
}
.component-cards-column__title small {
  display: block;
  line-height: 1.6;
}
.component-cards-column__text {
  margin-top: 1rem;
  font-size: 1.4rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .component-cards-column__text {
    margin-top: 0.5rem;
  }
}
@media screen and (max-width: 768px) {
  .component-cards-column--sp-column .component-cards-column__item a {
    flex-direction: column;
  }
}
.component-cards-column--sp-column .component-cards-column__image {
  width: 7rem;
}
.component-cards-column--three {
  gap: 2rem 3rem;
}
.component-cards-column--three .component-cards-column__item {
  width: calc(33.3333% - 2rem);
}
@media screen and (max-width: 768px) {
  .component-cards-column--three .component-cards-column__item {
    width: 100%;
  }
}
.component-cards-column--three .component-cards-column__item a {
  flex-direction: column;
  gap: 1rem;
}
.component-cards-column--three .component-cards-column__image {
  width: 100%;
  max-width: 18rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .component-cards-column--three .component-cards-column__image {
    width: 100%;
  }
}
.component-cards-column--three .component-section__list {
  gap: 0;
  margin-top: 0.5rem;
  font-size: 1.4rem;
  line-height: 1.6;
}
.component-cards {
  display: flex;
  gap: 4rem;
  flex-wrap: wrap;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .component-cards {
    flex-direction: column;
    gap: 2rem;
    margin-top: 4rem;
  }
}
.component-cards__item {
  width: calc(33.333% - 2.6666666667rem);
}
@media screen and (max-width: 768px) {
  .component-cards__item {
    width: 100%;
  }
}
.component-cards__item a {
  position: relative;
  display: block;
  height: 100%;
  padding: 2rem 2rem 2.5rem;
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 0.4rem 0 0 #F2E6DB;
  text-decoration: none;
}
.component-cards__title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.3rem;
  min-height: 15rem;
  padding: 0 2.5rem;
  background: #F2E6DB;
  border-radius: 0.8rem;
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .component-cards__title {
    gap: 0;
    min-height: 9rem;
    padding: 0 1.5rem;
    font-size: 2.2rem;
  }
}
.component-cards__title small {
  font-size: 1.2rem;
  letter-spacing: -0.03em;
}
.component-cards__content {
  margin-top: 1.8rem;
}
.component-cards__content > *:first-child {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .component-cards__text {
    font-size: 1.6rem;
  }
}
.component-cards__arrow {
  width: 1.9rem;
  height: 1.9rem;
  border-radius: 100%;
  position: absolute;
  bottom: 0.6rem;
  right: 1rem;
  background: #ED6E1F;
}
.component-cards__arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.35rem);
  left: calc(50% - 0.4rem);
  width: 0.8rem;
  height: 0.7rem;
  background: url("/assets/img/common/arw_button.svg") no-repeat center center/contain;
}
.component-categories {
  width: 100%;
  max-width: 110rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  gap: 1.5rem 2rem;
  flex-wrap: wrap;
}
.component-categories__item {
  width: calc(20% - 1.6rem);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .component-categories__item {
    width: calc(50% - 1rem);
  }
}
.component-categories__item a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 100%;
  padding: 1.3rem 0 2.6rem;
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 0.4rem 0 0 #F2E6DB;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .component-categories__item a {
    min-height: 13rem;
    padding: 0.8rem 0 1rem;
  }
}
.component-categories__image {
  width: 13rem;
}
@media screen and (max-width: 768px) {
  .component-categories__image {
    width: 9.1rem;
  }
}
.component-categories__content {
  margin-top: auto;
  padding-top: 1.2rem;
}
@media screen and (max-width: 768px) {
  .component-categories__content {
    padding-top: 0.84rem;
  }
}
.component-categories__content > *:first-child {
  margin-top: 0;
}
.component-categories__title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
  user-select: none;
}
@media screen and (max-width: 768px) {
  .component-categories__title {
    font-size: 1.26rem;
  }
}
.component-categories--large {
  gap: 2rem 3rem;
}
.component-categories--large .component-categories__item {
  width: calc(33.333% - 2.1333333333rem);
}
@media screen and (max-width: 768px) {
  .component-categories--large .component-categories__item {
    width: 100%;
  }
}
.component-categories--large .component-categories__item a {
  padding: 2rem 0 3rem;
}
@media screen and (max-width: 768px) {
  .component-categories--large .component-categories__item a {
    padding: 1rem 0 1.5rem;
  }
}
.component-categories--large .component-categories__title {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 5rem;
  font-size: 2rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .component-categories--large .component-categories__title {
    height: auto;
    font-size: 1.6rem;
  }
}
.component-checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .component-checkbox {
    margin-top: 2rem;
  }
}
.component-checkbox__item label {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  height: 5rem;
  padding: 1rem 2rem;
  border-radius: 1rem;
  box-shadow: 0 0.4rem #F2E6DB;
  background-color: #FCF7F2;
  line-height: 1.4;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .component-checkbox__item label {
    height: auto;
  }
}
@media screen and (min-width: 769px) {
  .component-checkbox__item label:has(br) {
    font-size: 1.4rem;
  }
}
.component-checkbox__item label input[type=checkbox] {
  width: 2rem;
  height: 2rem;
  display: block;
  flex-shrink: 0;
  position: relative;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.component-checkbox__item label input[type=checkbox]::before, .component-checkbox__item label input[type=checkbox]::after {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 0.2rem;
}
.component-checkbox__item label input[type=checkbox]::before {
  background-color: #fff;
  border: 1px solid #D9D9D9;
}
.component-checkbox__item label input[type=checkbox]::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  background: url("/assets/img/common/icn_check.svg") no-repeat center/contain;
}
.component-checkbox__item label input[type=checkbox]:checked::before {
  border-color: #ED6E1F;
}
.component-checkbox__item label input[type=checkbox]:checked::after {
  opacity: 1;
}
.component-checkbox--four .component-checkbox__item {
  width: calc(25% - 1.125rem);
}
@media screen and (max-width: 768px) {
  .component-checkbox--four .component-checkbox__item {
    width: 100%;
  }
}
.component-checkbox--four .component-checkbox__item label {
  gap: 1rem;
  padding: 1rem 1rem;
}
.component-checkbox--no-bg .component-checkbox__item label {
  background-color: transparent;
  box-shadow: none;
  padding: 0;
}
.component-column {
  width: 100%;
  max-width: 110rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  gap: 2rem 5rem;
  margin-top: 8rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .component-column {
    flex-direction: column;
    margin-top: 4rem;
  }
}
.component-column__item > *:first-child {
  margin-top: 0 !important;
}
.component-column__image {
  flex-shrink: 0;
  overflow: hidden;
  width: 37rem;
  border-radius: 1rem;
}
@media screen and (max-width: 768px) {
  .component-column__image {
    width: 100%;
  }
}
.component-column__content {
  flex: 1;
}
.component-column--member {
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .component-column--member {
    flex-direction: row;
    gap: 2rem;
  }
}
.component-column--member .component-column__image {
  width: 12rem;
  border-radius: 0;
}
@media screen and (max-width: 768px) {
  .component-column--member .component-column__image {
    width: 8rem;
  }
}
.component-downloads {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem 3rem;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .component-downloads {
    gap: 3rem 2rem;
    margin-top: 3rem;
  }
}
.component-downloads__item {
  display: flex;
  flex-direction: column;
  width: calc(33.333% - 2rem);
}
@media screen and (max-width: 768px) {
  .component-downloads__item {
    width: calc(50% - 1rem);
  }
}
.component-downloads__image {
  border: solid #f1f1f1 0.1rem;
  width: 100%;
  max-width: 19.6rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .component-downloads__image {
    width: 10rem;
  }
}
.component-downloads__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin-top: 1.3rem;
}
.component-downloads__text {
  padding-bottom: 1rem;
  font-size: 1.4rem;
}
.component-downloads__button {
  margin-top: auto;
}
.component-faq-contents {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.component-faq {
  border-radius: 1rem;
  border-bottom: 0.4rem solid #F2E6DB;
  background-color: #FCF7F2;
}
.component-faq__question {
  position: relative;
}
.component-faq__question button {
  display: flex;
  gap: 2rem;
  width: 100%;
  padding: 2rem 4.5rem 2rem 2rem;
  font-weight: 700;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .component-faq__question button {
    gap: 1rem;
  }
}
.component-faq__question::after {
  display: block;
  width: 2rem;
  height: 2rem;
  content: "";
  position: absolute;
  top: 2.5rem;
  right: 2rem;
  rotate: 90deg;
  border-radius: 50%;
  background: url("/assets/img/common/arw_button.svg") no-repeat center/0.7rem 0.6rem #ED6E1F;
  transition: rotate 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  will-change: rotate;
}
.component-faq__question-label {
  flex-shrink: 0;
  color: #ED6E1F;
  font-size: 3rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .component-faq__question-label {
    font-size: 2.4rem;
  }
}
.component-faq__question-text {
  display: block;
  margin-top: 0.3rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .component-faq__question-text {
    margin-top: 0.1rem;
    font-size: 1.6rem;
  }
}
.component-faq__content {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.component-faq__inner {
  overflow: hidden;
}
.component-faq__answer {
  display: flex;
  gap: 2rem;
  position: relative;
  padding: 2rem 2.5rem 3rem 2rem;
}
@media screen and (max-width: 768px) {
  .component-faq__answer {
    gap: 1rem;
    padding: 1.5rem 1.5rem 2rem 1.5rem;
  }
}
.component-faq__answer::before {
  display: block;
  width: calc(100% - 4rem);
  height: 0.2rem;
  content: "";
  position: absolute;
  top: 0;
  right: 2rem;
  left: 2rem;
  background-color: #F2E6DB;
}
.component-faq__answer-label {
  flex-shrink: 0;
  color: #ED6E1F;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .component-faq__answer-label {
    font-size: 2.4rem;
  }
}
.component-faq__answer-text {
  display: block;
  margin-top: -0.2rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .component-faq__answer-text {
    font-size: 1.6rem;
  }
}
.component-faq__answer-text > *:first-child {
  margin-top: 0;
}
.component-faq__answer-text h4 {
  position: relative;
  margin-top: 3.5rem;
  margin-bottom: -0.5rem;
  padding-left: 2.4rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .component-faq__answer-text h4 {
    margin-top: 2.5rem;
    padding-left: 2.2rem;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.component-faq__answer-text h4::before {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 100%;
  content: "";
  position: absolute;
  top: 0.35rem;
  left: 0;
  border: 0.3rem solid #ED6E1F;
}
@media screen and (max-width: 768px) {
  .component-faq__answer-text h4::before {
    width: 1.3rem;
    height: 1.3rem;
    border-radius: 100%;
    top: 0.5rem;
  }
}
.component-faq__answer-text p {
  margin-top: 2.5rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .component-faq__answer-text p {
    margin-top: 1.5rem;
    line-height: 1.8;
  }
}
.component-faq.is-open .component-faq__question::after {
  rotate: -90deg;
}
.component-faq.is-open .component-faq__content {
  grid-template-rows: 1fr;
}
.component-form__item {
  margin-top: 3rem;
}
.component-form__item.is-required .component-form__heading::before {
  flex-shrink: 0;
  margin-right: 1rem;
  translate: 0 0.3rem;
  padding: 0.2rem 0.8rem;
  border-radius: 0.2rem;
  background-color: #ED6E1F;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  content: "";
}
@media screen and (max-width: 768px) {
  .component-form__item.is-required .component-form__heading::before {
    translate: 0 0.1rem;
  }
}
.component-form__heading {
  display: flex;
  align-items: flex-start;
  font-weight: 700;
}
.component-form__note {
  margin-top: 1.5rem;
  font-size: 1.2rem;
}
.component-form__content {
  position: relative;
  margin-top: 1.5rem;
}
.component-form__content:has(select) {
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .component-form__content:has(select) {
    width: 100%;
  }
}
.component-form__content:has(select)::after {
  display: block;
  width: 1rem;
  height: 1.6rem;
  content: "";
  position: absolute;
  top: 50%;
  right: 2.2rem;
  translate: 0% -50%;
  rotate: 90deg;
  background-color: #ED6E1F;
  mask: url("/assets/img/common/arw_link.svg") no-repeat center/contain;
  pointer-events: none;
}
.component-form__content input, .component-form__content select, .component-form__content textarea {
  border: none;
  border-radius: 0.8rem;
  background-color: #F5F4EE;
}
@media screen and (max-width: 768px) {
  .component-form__content input, .component-form__content select, .component-form__content textarea {
    font-size: 16px;
  }
}
.component-form__content input::placeholder, .component-form__content select::placeholder, .component-form__content textarea::placeholder {
  color: #D4BEAA;
}
.component-form__content input, .component-form__content select {
  height: 5.4rem;
  padding: 0 2rem;
}
.component-form__content input {
  width: 100%;
}
.component-form__content input[name=zipcode] {
  width: 30rem;
}
.component-form__content select {
  width: 58rem;
  color: #D4BEAA;
  -webkit-appearance: none;
  appearance: none;
}
@media screen and (max-width: 768px) {
  .component-form__content select {
    width: 100%;
  }
}
.component-form__content select.is-selected {
  color: #000;
}
.component-form__content textarea {
  width: 100%;
  height: 39.4rem;
  padding: 2rem;
  resize: none;
}
.component-form__privacy {
  margin-top: 10rem;
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .component-form__privacy {
    margin-top: 5rem;
    font-size: 1.2rem;
  }
}
.component-form__privacy a {
  color: #190FA1;
}
.component-form__privacy label {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-top: 2rem;
}
.component-form__privacy label input[type=checkbox] {
  width: 2rem;
  height: 2rem;
  display: block;
  flex-shrink: 0;
  position: relative;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.component-form__privacy label input[type=checkbox]::before, .component-form__privacy label input[type=checkbox]::after {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 0.2rem;
}
.component-form__privacy label input[type=checkbox]::before {
  background-color: #fff;
  border: 1px solid #D9D9D9;
}
.component-form__privacy label input[type=checkbox]::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  background: url("/assets/img/common/icn_check.svg") no-repeat center/contain;
}
.component-form__privacy label input[type=checkbox]:checked::before {
  border-color: #ED6E1F;
}
.component-form__privacy label input[type=checkbox]:checked::after {
  opacity: 1;
}
.component-highlight {
  margin-top: 8rem;
  padding: 3rem;
  border: 0.4rem solid #F2E6DB;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .component-highlight {
    margin-top: 4rem;
    padding: 1.5rem;
  }
}
.component-highlight > *:first-child {
  margin-top: 0 !important;
}
.component-highlight__heading {
  font-weight: 700;
  line-height: 1.3;
}
.component-highlight .component-section__list {
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .component-highlight .component-section__list {
    margin-top: 1rem;
  }
}
.component-highlight__text {
  margin-top: 1rem;
}
.component-highlight + .component-highlight {
  margin-top: 3rem;
}
.component-highlight--bg {
  border: none;
  background-color: #FCF7F2;
}
.component-highlight--bg .component-highlight__heading {
  color: #ED6E1F;
  text-align: center;
}
.component-highlight--arrow-down {
  position: relative;
}
.component-highlight--arrow-down::after {
  display: block;
  width: 5.3rem;
  height: 2.2rem;
  content: "";
  position: absolute;
  bottom: -1.4rem;
  left: 50%;
  translate: -50% 100%;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: #F2E6DB;
}
.component-highlight--arrow-down + .component-highlight {
  margin-top: 4.2rem;
}
.component-images-column {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem 6rem;
}
@media screen and (max-width: 768px) {
  .component-images-column {
    gap: 2rem 3rem;
  }
}
.component-images-column__item {
  width: calc(50% - 3rem);
}
@media screen and (max-width: 768px) {
  .component-images-column__item {
    width: 100%;
  }
}
.component-images-column__item a {
  text-decoration: none;
}
.component-images-column__image {
  border-radius: 1rem;
  overflow: hidden;
}
.component-images-column__content {
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .component-images-column__content {
    margin-top: 1rem;
  }
}
.component-images-column__title {
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .component-images-column__title {
    font-size: 1.6rem;
  }
}
.component-index {
  width: 100%;
  max-width: 110rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  gap: 6rem;
  margin-top: 5rem;
  padding: 5rem;
  border: 0.2rem solid #F2E6DB;
  border-radius: 1rem;
}
@media screen and (max-width: 768px) {
  .component-index {
    flex-direction: column;
    gap: 2rem;
    margin-top: 3rem;
    padding: 2rem;
  }
}
.component-index__title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .component-index__title {
    font-size: 1.8rem;
  }
}
.component-index__list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .component-index__list {
    gap: 1rem;
  }
}
.component-index__item {
  position: relative;
  padding-left: 2.2rem;
}
.component-index__item::before {
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 0.4rem);
  left: 0;
  background: #D4BEAA;
}
.component-index__item:has(a)::before {
  background: #ED6E1F;
}
.component-informations {
  display: flex;
  flex-direction: column;
  font-weight: 500;
}
.component-informations__item {
  border-bottom: 1px solid #d9d9d9;
}
.component-informations__item a {
  display: block;
  padding: 2rem;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .component-informations__item a {
    padding: 1.8rem 0;
  }
}
@media screen and (max-width: 768px) {
  .component-informations__item:first-child {
    margin-top: -1.8rem;
  }
}
.component-informations__header {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
.component-informations__date {
  font-size: 1.4rem;
}
.component-informations__category {
  display: flex;
  height: 2rem;
  padding: 0 1.7rem;
  border-radius: 1rem;
  color: #fff;
  background: #ED6E1F;
  font-size: 1.2rem;
}
.component-informations__title {
  margin-top: 1.4rem;
}
@media screen and (max-width: 768px) {
  .component-informations__title {
    margin-top: 1rem;
  }
}
.component-introduction {
  width: 100%;
  max-width: 110rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  .component-introduction {
    margin-top: 3rem;
  }
}
.component-introduction > *:first-child {
  margin-top: 0;
}
.component-introduction__title {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .component-introduction__title {
    font-size: 2rem;
  }
}
.component-introduction__text {
  margin-top: 2rem;
  line-height: 2.2;
}
@media screen and (max-width: 768px) {
  .component-introduction__text {
    margin-top: 1rem;
  }
}
.component-introduction + .component-index {
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .component-introduction + .component-index {
    margin-top: 2rem;
  }
}
.component-large-buttons {
  display: flex;
  gap: 4rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .component-large-buttons {
    flex-direction: column;
    gap: 2rem;
  }
}
.component-large-buttons__item {
  width: calc(50% - 2rem);
}
@media screen and (max-width: 768px) {
  .component-large-buttons__item {
    width: 100%;
  }
}
.component-large-buttons__item a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 16rem;
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 0.4rem 0 0 #F2E6DB;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  user-select: none;
}
@media screen and (max-width: 768px) {
  .component-large-buttons__item a {
    height: 9rem;
  }
}
.component-large-buttons__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
}
@media screen and (max-width: 768px) {
  .component-large-buttons__title {
    gap: 0.6rem;
  }
}
.component-large-buttons__en {
  color: #ED6E1F;
  font-size: 3.4rem;
}
@media screen and (max-width: 768px) {
  .component-large-buttons__en {
    font-size: 2.8rem;
  }
}
.component-large-buttons__ja {
  font-size: 1.4rem;
}
.component-large-buttons .component-button-arrow {
  top: calc(50% - 0.95rem);
}
.component-link a {
  display: inline-flex;
  align-items: center;
  gap: 1.5rem;
  color: #190FA1;
  font-weight: 500;
  text-underline-offset: 0.2rem;
  text-decoration-thickness: 1px;
}
.component-link a::after {
  display: block;
  width: 2rem;
  height: 2rem;
  content: "";
  margin-top: 0.2rem;
  border-radius: 50%;
  background: url("/assets/img/common/arw_button.svg") no-repeat center/0.7rem 0.6rem #ED6E1F;
}
.component-links {
  line-height: 1.8;
}
.component-links a {
  color: #190FA1;
}
.component-links__heading, .component-links__subheading {
  font-weight: 700;
  font-size: 1.8rem;
}
.component-links__heading {
  padding-bottom: 5rem;
  border-bottom: 1px solid #D9D9D9;
}
@media screen and (max-width: 768px) {
  .component-links__heading {
    padding-bottom: 2.5rem;
  }
}
.component-links__subheading {
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .component-links__subheading {
    margin-top: 2.5rem;
  }
}
.component-links__text {
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .component-links__text {
    margin-top: 1rem;
  }
}
.component-links__text + .component-links__text {
  margin-top: 0;
}
.component-links .component-links-list {
  margin-top: 2rem;
  list-style: disc;
  padding-left: 4rem;
}
@media screen and (max-width: 768px) {
  .component-links .component-links-list {
    margin-top: 1rem;
    padding-left: 3rem;
  }
}
.component-medias {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 4rem;
}
@media screen and (max-width: 768px) {
  .component-medias {
    flex-direction: column;
  }
}
.component-medias__item {
  width: calc(50% - 2rem);
}
@media screen and (max-width: 768px) {
  .component-medias__item {
    width: 100%;
  }
}
.component-medias__item a {
  overflow: hidden;
  position: relative;
  display: flex;
  height: 100%;
  border-radius: 1rem;
  background: #fff;
  text-decoration: none;
  box-shadow: 0 0.4rem 0 0 #F2E6DB;
}
@media screen and (max-width: 768px) {
  .component-medias__item a {
    flex-direction: column;
    padding: 1rem 2rem 2rem;
  }
}
.component-medias__image {
  width: 18rem;
}
@media screen and (max-width: 768px) {
  .component-medias__image {
    overflow: hidden;
    width: 7rem;
    height: 7rem;
    border-radius: 0.4rem;
  }
}
.component-medias__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.component-medias__content {
  flex: 1;
  padding: 2rem;
}
@media screen and (max-width: 768px) {
  .component-medias__content {
    padding: 0;
  }
}
.component-medias__content > *:first-child {
  margin-top: 0;
}
.component-medias__title {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 768px) {
  .component-medias__title {
    position: absolute;
    top: 1rem;
    left: 10.5rem;
    display: flex;
    align-items: center;
    height: 7rem;
  }
}
.component-medias__text {
  margin-top: 1rem;
  font-size: 1.4rem;
  line-height: 1.6;
}
.component-medias__arrow {
  width: 1.9rem;
  height: 1.9rem;
  border-radius: 100%;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  background: #ED6E1F;
}
.component-medias__arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.35rem);
  left: calc(50% - 0.4rem);
  width: 0.8rem;
  height: 0.7rem;
  background: url("/assets/img/common/arw_button.svg") no-repeat center center/contain;
}
.component-modal {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1), visibility 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.component-modal.is-show {
  opacity: 1;
  visibility: visible;
}
.component-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 10;
}
.component-modal__content {
  position: relative;
  z-index: 20;
  width: 100rem;
}
.component-modal__content > *:first-child {
  margin-top: 0;
}
.component-number-contents {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.component-number-contents__item {
  width: calc(50% - 1rem);
  padding: 2rem 3rem 3rem;
  border-radius: 3rem;
  background-color: #F5F4EE;
}
@media screen and (max-width: 768px) {
  .component-number-contents__item {
    width: 100%;
  }
}
.component-number-contents__title {
  color: #ED6E1F;
  font-weight: 700;
  text-align: center;
}
.component-number-contents__title-number {
  display: block;
  font-size: 3rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .component-number-contents__title-number {
    font-size: 2.6rem;
  }
}
.component-number-contents__title-text {
  display: block;
  margin-top: 0.6rem;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .component-number-contents__title-text {
    font-size: 1.8rem;
  }
}
.component-number-contents__text {
  margin-top: 1.6rem;
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .component-number-contents__text {
    margin-top: 0.8rem;
  }
}
.component-page-header {
  position: relative;
  padding: 15rem 4rem 5rem;
}
@media screen and (max-width: 768px) {
  .component-page-header {
    padding-top: 2rem;
  }
}
.component-page-header__inner {
  width: 100%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
}
.component-page-header__title {
  color: #372d6e;
  font-family: serif;
  font-size: 5rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .component-page-header__title {
    font-size: 2.6rem;
  }
}
.component-page-header--about {
  padding-bottom: 10rem;
}
.component-page-nav {
  margin: 12rem -7rem 0;
  padding: 8rem 7rem;
  background: #F2E6DB;
}
@media screen and (max-width: 768px) {
  .component-page-nav {
    margin: 6rem -2rem 0;
    padding: 4rem 2rem;
  }
}
.component-page-nav__inner {
  width: 100%;
  max-width: 110rem;
  margin-left: auto;
  margin-right: auto;
}
.component-paging {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 5rem;
}
.component-paging__prev, .component-paging__next {
  flex-shrink: 0;
}
.component-paging__prev a, .component-paging__next a {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-weight: 700;
  font-size: 1.2rem;
  text-decoration: none;
}
.component-paging__prev a .component-button-arrow, .component-paging__next a .component-button-arrow {
  position: relative;
  inset: 0;
}
.component-paging__prev .component-button-arrow {
  transform: rotate(180deg);
}
.component-paging .component-paging-numbers {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.component-paging .component-paging-numbers__item a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 100%;
  background-color: #FCF7F2;
  font-weight: 700;
  text-decoration: none;
}
.component-paging .component-paging-numbers__item.is-active a {
  background-color: #ED6E1F;
  color: #fff;
}
.component-related {
  width: 100%;
  max-width: 110rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8rem;
  padding-top: 7rem;
  border-top: 1px solid #d9d9d9;
}
@media screen and (max-width: 768px) {
  .component-related {
    margin-top: 5rem;
    padding-top: 4rem;
  }
}
.component-related:last-child {
  margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .component-related:last-child {
    margin-bottom: 3rem;
  }
}
.component-related__title {
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .component-related__title {
    font-size: 2rem;
  }
}
.component-related__list {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin-top: 3.5rem;
}
@media screen and (max-width: 768px) {
  .component-related__list {
    margin-top: 2.5rem;
  }
}
.component-related__item:nth-of-type(n+2) {
  padding-top: 3rem;
  border-top: 1px solid #d9d9d9;
}
.component-related__item a {
  display: flex;
  align-items: flex-start;
  gap: 4rem;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .component-related__item a {
    flex-direction: column;
    gap: 1.5rem;
  }
}
.component-related__image {
  width: 23.9rem;
  aspect-ratio: 239/140;
  overflow: hidden;
  border-radius: 1rem;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .component-related__image {
    width: 18rem;
  }
}
.component-related__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.component-related__content {
  flex: 1;
}
.component-related__heading {
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .component-related__heading {
    font-size: 1.6rem;
  }
}
.component-related__text {
  margin-top: 1.5rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .component-related__text {
    margin-top: 1rem;
  }
}
.component-section {
  position: relative;
  padding: 12rem 4rem;
}
@media screen and (max-width: 768px) {
  .component-section {
    margin-top: 3rem;
    padding: 3rem 2rem 3rem;
    border-radius: 2rem;
  }
}
.component-section > *:first-child {
  margin-top: 0;
}
.component-section__inner {
  width: 100%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.component-section__inner > *:first-child {
  margin-top: 0;
}
.component-section__header > *:first-child {
  margin-top: 0;
}
.component-section__title {
  color: #372d6e;
  font-family: serif;
  font-size: 2.4rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .component-section__title {
    font-size: 2rem;
  }
}
.component-section__content {
  margin-top: 6rem;
  padding-left: 5rem;
  padding-right: 5rem;
}
@media screen and (max-width: 768px) {
  .component-section__content {
    margin-top: 3rem;
  }
}
.component-section__content > *:first-child {
  margin-top: 0;
}
.component-section__heading {
  margin-top: 5rem;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .component-section__heading {
    margin-top: 4rem;
    font-size: 1.8rem;
  }
}
.component-section__text {
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .component-section__text {
    margin-top: 2rem;
  }
}
.component-section__more {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
  letter-spacing: 0.06em;
}
.component-section__more a {
  position: relative;
  display: inline-block;
  padding-bottom: 0.6rem;
  text-decoration: none;
}
.component-section__more a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.3rem;
  background: #000;
}
.component-section__more .hover-text-origin span,
.component-section__more .hover-text-clone span {
  line-height: 1.3;
}
.component-section--contact {
  margin-top: 8rem;
  margin-bottom: 8rem;
  margin-left: 8rem;
  margin-right: 8rem;
  padding-top: 10rem;
  padding-bottom: 10rem;
  color: #fff;
}
.component-section--contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #372d6e;
  border-radius: 1.5rem;
}
.component-section--contact .component-section__inner {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}
.component-section--contact .component-section__title {
  color: #fff;
}
.component-section--contact .component-section__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.component-section--contact .component-section__more {
  padding-bottom: 0.8rem;
}
.component-section--contact .component-section__more a {
  color: #fff;
}
.component-section--contact .component-section__more a::after {
  background: #fff;
}
.component-tab {
  width: 100%;
  max-width: 110rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  gap: 1rem;
  margin-top: 8rem;
  border-bottom: 0.4rem solid #ED6E1F;
}
@media screen and (max-width: 768px) {
  .component-tab {
    width: auto;
    margin: 4rem -2rem 0;
    padding: 0 2rem;
    overflow: auto;
  }
}
.component-tab__item {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .component-tab__item {
    flex: 0 0 auto;
    width: 12rem;
  }
}
.component-tab__item a, .component-tab__item button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 5.4rem;
  padding: 0 1rem;
  border-radius: 0.8rem 0.8rem 0 0;
  background-color: #F2E6DB;
  font-weight: 700;
  font-size: 1.8rem;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .component-tab__item a, .component-tab__item button {
    font-size: 1.6rem;
  }
}
.component-tab__item a.is-active, .component-tab__item button.is-active {
  background-color: #ED6E1F;
  color: #fff;
}
.component-table__inner {
  width: 100%;
}
.component-table__body {
  border: 1px solid #D9D9D9;
}
.component-table__body th, .component-table__body td {
  padding: 2rem;
  border: 1px solid #D9D9D9;
}
@media screen and (max-width: 768px) {
  .component-table__body th, .component-table__body td {
    padding: 1.5rem;
  }
}
.component-table__body th {
  background: #F5F4EE;
}
.component-table__body td > *:first-child {
  margin-top: 0;
}
.component-table__heading a {
  color: #190FA1;
  text-decoration: underline;
}
@media (hover: hover) {
  .component-table__heading a:hover {
    text-decoration: none;
  }
}
@media (hover: none) {
  .component-table__heading a:active {
    text-decoration: none;
  }
}
.component-table__subheading {
  margin-top: 1.8rem;
  font-size: 1.2rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .component-table__subheading {
    font-size: 1rem;
  }
}
.component-table__list {
  padding-left: 1.5rem;
  list-style-type: disc;
}
.component-table__list--order {
  list-style-type: decimal;
}
.component-table__notes {
  margin-top: 1rem;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .component-table__notes {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .component-table--judicail-precedent {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .component-table--judicail-precedent .component-table__body {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .component-table--judicail-precedent .component-table__body tr, .component-table--judicail-precedent .component-table__body th, .component-table--judicail-precedent .component-table__body td {
    display: block;
    width: 100%;
    border: none;
  }
}
@media screen and (max-width: 768px) {
  .component-table--judicail-precedent .component-table__body tr + tr th {
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
  }
}
.component-table--judicail-precedent .component-table__body th {
  width: 10rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .component-table--judicail-precedent .component-table__body th {
    width: 100%;
    padding: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .component-table--mediation {
    display: block;
  }
}
.component-table--mediation .component-table__inner {
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .component-table--mediation .component-table__body {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .component-table--mediation .component-table__body tr, .component-table--mediation .component-table__body th, .component-table--mediation .component-table__body td {
    display: block;
    width: 100%;
    border: none;
  }
}
@media screen and (max-width: 768px) {
  .component-table--mediation .component-table__body tr + tr th {
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
  }
}
.component-table--mediation .component-table__body th {
  width: 20rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .component-table--mediation .component-table__body th {
    width: 100%;
    padding: 1rem;
  }
}
.component-table--point {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .component-table--point {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .component-table--point .component-table__body {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .component-table--point .component-table__body tr {
    display: contents;
  }
}
.component-table--point .component-table__body th, .component-table--point .component-table__body td {
  padding: 1.2rem 2rem;
}
.component-table--point .component-table__body th {
  width: 15%;
}
@media screen and (max-width: 768px) {
  .component-table--point .component-table__body th {
    width: 100%;
    padding: 1rem;
    border: none !important;
  }
}
.component-table--point .component-table__body th.bg-brown {
  width: 70%;
  background-color: #F2E6DB;
}
@media screen and (max-width: 768px) {
  .component-table--point .component-table__body th.bg-brown {
    order: -1;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .component-table--point .component-table__body td[rowspan] {
    order: -1;
  }
}
.component-thumbnail-contents {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.component-thumbnail-contents__item a {
  display: flex;
  align-items: center;
  gap: 1.5rem 3rem;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .component-thumbnail-contents__item a {
    flex-direction: column;
  }
}
.component-thumbnail-contents__image {
  flex-shrink: 0;
  overflow: hidden;
  width: 30rem;
  border-radius: 1rem;
}
@media screen and (max-width: 768px) {
  .component-thumbnail-contents__image {
    width: 100%;
  }
}
.component-thumbnail-contents__title {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .component-thumbnail-contents__title {
    font-size: 2rem;
  }
}
.component-thumbnail-contents__text {
  margin-top: 1rem;
  line-height: 1.8;
}
.component-video {
  margin-top: 4.5rem;
}
.component-video > *:first-child {
  margin-top: 0;
}
.component-video__heading {
  font-size: 2.4rem;
  font-weight: 700;
}
.component-video__player {
  margin-top: 2.5rem;
  aspect-ratio: 16/9;
}
.component-video__player iframe {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.component-video__button {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-top: 3rem;
}
.component-videos {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem 2.5rem;
}
@media screen and (max-width: 768px) {
  .component-videos {
    gap: 2rem 2rem;
  }
}
.component-videos__item {
  width: calc(33.333% - 1.6666666667rem);
}
@media screen and (max-width: 768px) {
  .component-videos__item {
    width: calc(50% - 1rem);
  }
}
.component-videos__item > button {
  position: relative;
  display: block;
  text-decoration: none;
  text-align: justify;
  word-break: break-all;
}
.component-videos__image {
  overflow: hidden;
  position: relative;
  border-radius: 1rem;
}
@media screen and (max-width: 768px) {
  .component-videos__image {
    border-radius: 0.4rem;
  }
}
.component-videos__image::after {
  content: "";
  display: block;
  width: 17.14%;
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("/assets/img/common/arw_video.svg") no-repeat center center/contain;
}
@media screen and (max-width: 768px) {
  .component-videos__image::after {
    width: 20%;
  }
}
.component-videos__content {
  margin-top: 1rem;
}
.component-videos__content > *:first-child {
  margin-top: 0;
}
.component-videos__title {
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .component-videos__title {
    font-size: 1.6rem;
    line-height: 1.4;
  }
}
.component-videos__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1.2rem;
  margin-top: 1rem;
  font-size: 1.2rem;
}
.component-videos__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .component-videos__buttons {
    gap: 0.4rem;
    margin-top: 1rem;
  }
}
.component-videos__button {
  width: calc(50% - 0.4rem);
}
@media screen and (max-width: 768px) {
  .component-videos__button {
    width: 100%;
  }
}
.component-videos__button a {
  display: block;
  position: relative;
  padding: 0.7rem 2rem;
  border-radius: 10rem;
  border-bottom: 0.2rem solid #F2E6DB;
  background-color: #FCF7F2;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: -0.05em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .component-videos__button a {
    font-size: 1.2rem;
    padding: 0.4rem 0.8rem;
  }
}
.component-videos__button--video a::before {
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  content: "";
  position: absolute;
  top: 50%;
  right: 1.2rem;
  translate: 0 -50%;
  background: url("/assets/img/common/arw_video.svg") no-repeat center/contain;
}
.component-videos__button--download a {
  letter-spacing: -0.1em;
}
.component-videos__button--download a::before {
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  translate: 0 -50%;
  background: url("/assets/img/common/icn_download.svg") no-repeat center/contain;
}
.home-hero {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .home-hero {
    height: 39rem;
    padding-top: 4rem;
  }
}
.home-hero__inner {
  width: 100%;
}
.home-hero__slogan {
  width: 100%;
}
.home-hero__slogan-en {
  display: block;
  width: 100%;
  aspect-ratio: 1440/379;
  mask: url("/assets/img/renew/txt_slogan_en.svg") no-repeat center center/contain;
  background: url("/assets/img/renew/img_hero.webp") no-repeat center center/cover fixed;
  font-size: 0;
}
@media screen and (max-width: 768px) {
  .home-hero__slogan-en {
    background: url("/assets/img/renew/img_hero.webp") no-repeat center center/cover;
  }
}
.home-hero__slogan-ja {
  width: 100%;
  max-width: 64.8rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 5.6rem;
}
@media screen and (max-width: 768px) {
  .home-hero__slogan-ja {
    width: 100%;
    max-width: 21.1rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2.6rem;
  }
}
.home-section {
  overflow: hidden;
  padding: 12rem 4rem;
}
@media screen and (max-width: 768px) {
  .home-section {
    padding: 6rem 2rem;
  }
}
.home-section__inner {
  width: 100%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
}
.home-section__title {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 4rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .home-section__title {
    font-size: 3.4rem;
  }
}
.home-section__content {
  margin-top: 8rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .home-section__content {
    margin-top: 3.5rem;
  }
}
.home-works {
  padding-top: 0;
}
.home-works__items {
  display: flex;
  flex-direction: column;
  gap: 10rem;
}
@media screen and (max-width: 768px) {
  .home-works__items {
    gap: 6rem;
  }
}
.home-works__item {
  display: flex;
  gap: 8rem;
}
@media screen and (max-width: 768px) {
  .home-works__item {
    flex-direction: column;
    gap: 2.4rem;
  }
}
.home-works__header {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 12rem;
}
@media screen and (max-width: 768px) {
  .home-works__header {
    flex-direction: row;
    gap: 2rem;
    width: 100%;
  }
}
.home-works__container {
  flex: 1;
  overflow: hidden;
  margin-right: calc((100vw - 120rem) / 2 * -1);
}
@media screen and (max-width: 768px) {
  .home-works__container {
    margin-right: -2rem;
    margin-left: 4rem;
  }
}
.home-works__content {
  position: relative;
  width: 100rem;
  min-width: 0;
  padding-bottom: 4rem;
  overflow: visible;
  cursor: grab;
}
@media screen and (max-width: 768px) {
  .home-works__content {
    width: 30.4rem;
    padding-bottom: 3rem;
  }
}
.home-works__content.is-dragging {
  cursor: grabbing;
  user-select: none;
}
.home-works__title {
  flex-shrink: 0;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2rem;
  line-height: 1;
  white-space: nowrap;
}
.home-works__more {
  margin-top: 2.8rem;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.2rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .home-works__more {
    margin-top: 0;
    padding-bottom: 0.5rem;
  }
}
.home-works__more a {
  position: relative;
  display: block;
  user-select: none;
  text-decoration: none;
}
.home-works__more a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.3rem;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
  transform-origin: left center;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  will-change: transform;
}
@media (hover: hover) {
  .home-works__more a:hover::after {
    transform: scaleX(0);
    transform-origin: right center;
  }
}
@media (hover: none) {
  .home-works__more a:active::after {
    transform: scaleX(0);
    transform-origin: right center;
  }
}
.home-works__list {
  display: grid;
  grid-template-rows: repeat(2, auto);
  grid-auto-flow: column;
  grid-auto-columns: 22.6rem;
  gap: 3rem 3.2rem;
  width: max-content;
}
.home-works__list a {
  display: block;
  text-decoration: none;
  user-select: none;
}
@media (hover: hover) {
  .home-works__list a:hover .home-works__list-title {
    transform: translateX(2rem);
  }
  .home-works__list a:hover .home-works__list-title::before {
    opacity: 1;
  }
  .home-works__list a:hover .home-works__list-title::after {
    opacity: 0;
  }
  .home-works__list a:hover .home-works__list-image img {
    transform: scale(1.1);
  }
}
@media (hover: none) {
  .home-works__list a:active .home-works__list-title {
    transform: translateX(2rem);
  }
  .home-works__list a:active .home-works__list-title::before {
    opacity: 1;
  }
  .home-works__list a:active .home-works__list-title::after {
    opacity: 0;
  }
  .home-works__list a:active .home-works__list-image img {
    transform: scale(1.1);
  }
}
.home-works__list-image {
  overflow: hidden;
}
.home-works__list-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  will-change: transform;
}
.home-works__list-title {
  position: relative;
  margin-top: 1rem;
  padding-right: 2.5rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.home-works__list-title::before, .home-works__list-title::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 0.55rem);
  right: 0;
  width: 1.2rem;
  height: 1.1rem;
  background: url("/assets/img/renew/arw_link.svg") no-repeat center center/contain;
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  will-change: opacity;
}
.home-works__list-title::before {
  left: -2rem;
  opacity: 0;
}
.home-works__list-title::after {
  right: 0;
}
.home-works__list--trailer, .home-works__list--promotion {
  grid-auto-columns: 32rem;
  gap: 3rem 2rem;
}
@media screen and (max-width: 768px) {
  .home-works__list--trailer, .home-works__list--promotion {
    grid-auto-columns: 25.2rem;
    gap: 2rem;
  }
}
.home-works__list--trailer .home-works__list-item, .home-works__list--promotion .home-works__list-item {
  width: 32rem;
}
@media screen and (max-width: 768px) {
  .home-works__list--trailer .home-works__list-item, .home-works__list--promotion .home-works__list-item {
    width: 25.2rem;
  }
}
.home-works__list--trailer .home-works__list-image, .home-works__list--promotion .home-works__list-image {
  width: 32rem;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 768px) {
  .home-works__list--trailer .home-works__list-image, .home-works__list--promotion .home-works__list-image {
    width: 25.2rem;
  }
}
.home-works__scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1rem;
  pointer-events: auto;
  z-index: 2;
}
.home-works__scrollbar::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ddd;
}
.home-works__scrollbar-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 1rem;
  width: 40px;
  transition: width 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  pointer-events: auto;
  cursor: grab;
}
.home-works__scrollbar-bar::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
  transition: transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.home-works__scrollbar-bar:active {
  cursor: grabbing;
}
.home-works__scrollbar-bar:active::before {
  transform: scaleY(4);
}
@media (hover: hover) {
  .home-works__scrollbar-bar:hover::before {
    transform: scaleY(4);
  }
}
@media (hover: none) {
  .home-works__scrollbar-bar:active::before {
    transform: scaleY(4);
  }
}
.home-column {
  background: #fafafa;
}
.home-column__items {
  display: flex;
  flex-direction: column;
  gap: 10rem;
}
.home-column__item {
  display: flex;
  gap: 8rem;
}
@media screen and (max-width: 768px) {
  .home-column__item {
    flex-direction: column;
    gap: 3rem;
  }
}
.home-column__header {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 12rem;
}
@media screen and (max-width: 768px) {
  .home-column__header {
    align-items: flex-start;
    gap: 2rem;
    width: 100%;
  }
}
.home-column__content {
  width: 100rem;
}
@media screen and (max-width: 768px) {
  .home-column__content {
    width: 100%;
  }
}
.home-column__filter {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.4rem;
  line-height: 1;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .home-column__filter {
    overflow: auto;
    width: calc(100% + 2rem);
    margin-right: -2rem;
    font-size: 1.6rem;
    white-space: nowrap;
  }
}
.home-column__filter-list {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2.4rem;
}
@media screen and (max-width: 768px) {
  .home-column__filter-list {
    flex-direction: row;
    gap: 2rem;
    padding-bottom: 0.6rem;
  }
}
.home-column__filter-item {
  position: relative;
}
@media screen and (max-width: 768px) {
  .home-column__filter-item:last-child {
    padding-right: 2rem;
  }
}
.home-column__filter-item.is-active::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.6rem;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
  transform-origin: right center;
  transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  will-change: transform;
}
.home-column__filter a {
  color: #999;
  user-select: none;
  text-decoration: none;
  transition: color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media (hover: hover) {
  .home-column__filter a:hover {
    color: #000;
  }
}
@media (hover: none) {
  .home-column__filter a:active {
    color: #000;
  }
}
.home-column__more {
  margin-top: 2.8rem;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.2rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .home-column__more {
    position: absolute;
    top: -5.5rem;
    left: 14rem;
    margin-top: 0;
  }
}
.home-column__more a {
  position: relative;
  display: block;
  user-select: none;
  text-decoration: none;
}
.home-column__more a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.3rem;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
  transform-origin: left center;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  will-change: transform;
}
@media (hover: hover) {
  .home-column__more a:hover::after {
    transform: scaleX(0);
    transform-origin: right center;
  }
}
@media (hover: none) {
  .home-column__more a:active::after {
    transform: scaleX(0);
    transform-origin: right center;
  }
}
.home-column__list {
  display: flex;
  flex-wrap: wrap;
  gap: 5rem;
}
@media screen and (max-width: 768px) {
  .home-column__list {
    flex-direction: column;
    gap: 3rem;
  }
}
.home-column__list-item {
  width: 30rem;
}
@media screen and (max-width: 768px) {
  .home-column__list-item {
    width: 100%;
  }
}
.home-column__list a {
  display: block;
  user-select: none;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .home-column__list a {
    display: flex;
    gap: 1.5rem;
  }
}
@media (hover: hover) {
  .home-column__list a:hover .home-column__list-title span {
    background-size: 100% 1px;
  }
}
@media (hover: none) {
  .home-column__list a:active .home-column__list-title span {
    background-size: 100% 1px;
  }
}
.home-column__list-image {
  width: 30rem;
  height: 15.8rem;
}
@media screen and (max-width: 768px) {
  .home-column__list-image {
    flex-shrink: 0;
    width: 14.8rem;
    height: 7.8rem;
  }
}
.home-column__list-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-column__list-content {
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .home-column__list-content {
    margin-top: 0;
  }
}
.home-column__list-title {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
}
.home-column__list-title span {
  background-image: linear-gradient(to top, #000 1px, transparent 1px);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0 1px;
  transition: background-size 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.home-column__list-data {
  display: flex;
  gap: 1rem;
  margin-top: 0.6rem;
  color: #666;
}
.home-column__list-time, .home-column__list-category {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.2rem;
}
@media screen and (min-width: 769px) {
  .helper-only-sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .helper-only-pc {
    display: none !important;
  }
}
.helper-width-200 {
  width: 20rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-200 {
    width: 100% !important;
  }
}
.helper-width-202 {
  width: 20.2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-202 {
    width: 100% !important;
  }
}
.helper-width-204 {
  width: 20.4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-204 {
    width: 100% !important;
  }
}
.helper-width-206 {
  width: 20.6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-206 {
    width: 100% !important;
  }
}
.helper-width-208 {
  width: 20.8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-208 {
    width: 100% !important;
  }
}
.helper-width-210 {
  width: 21rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-210 {
    width: 100% !important;
  }
}
.helper-width-212 {
  width: 21.2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-212 {
    width: 100% !important;
  }
}
.helper-width-214 {
  width: 21.4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-214 {
    width: 100% !important;
  }
}
.helper-width-216 {
  width: 21.6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-216 {
    width: 100% !important;
  }
}
.helper-width-218 {
  width: 21.8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-218 {
    width: 100% !important;
  }
}
.helper-width-220 {
  width: 22rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-220 {
    width: 100% !important;
  }
}
.helper-width-222 {
  width: 22.2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-222 {
    width: 100% !important;
  }
}
.helper-width-224 {
  width: 22.4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-224 {
    width: 100% !important;
  }
}
.helper-width-226 {
  width: 22.6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-226 {
    width: 100% !important;
  }
}
.helper-width-228 {
  width: 22.8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-228 {
    width: 100% !important;
  }
}
.helper-width-230 {
  width: 23rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-230 {
    width: 100% !important;
  }
}
.helper-width-232 {
  width: 23.2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-232 {
    width: 100% !important;
  }
}
.helper-width-234 {
  width: 23.4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-234 {
    width: 100% !important;
  }
}
.helper-width-236 {
  width: 23.6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-236 {
    width: 100% !important;
  }
}
.helper-width-238 {
  width: 23.8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-238 {
    width: 100% !important;
  }
}
.helper-width-240 {
  width: 24rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-240 {
    width: 100% !important;
  }
}
.helper-width-242 {
  width: 24.2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-242 {
    width: 100% !important;
  }
}
.helper-width-244 {
  width: 24.4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-244 {
    width: 100% !important;
  }
}
.helper-width-246 {
  width: 24.6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-246 {
    width: 100% !important;
  }
}
.helper-width-248 {
  width: 24.8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-248 {
    width: 100% !important;
  }
}
.helper-width-250 {
  width: 25rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-250 {
    width: 100% !important;
  }
}
.helper-width-252 {
  width: 25.2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-252 {
    width: 100% !important;
  }
}
.helper-width-254 {
  width: 25.4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-254 {
    width: 100% !important;
  }
}
.helper-width-256 {
  width: 25.6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-256 {
    width: 100% !important;
  }
}
.helper-width-258 {
  width: 25.8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-258 {
    width: 100% !important;
  }
}
.helper-width-260 {
  width: 26rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-260 {
    width: 100% !important;
  }
}
.helper-width-262 {
  width: 26.2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-262 {
    width: 100% !important;
  }
}
.helper-width-264 {
  width: 26.4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-264 {
    width: 100% !important;
  }
}
.helper-width-266 {
  width: 26.6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-266 {
    width: 100% !important;
  }
}
.helper-width-268 {
  width: 26.8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-268 {
    width: 100% !important;
  }
}
.helper-width-270 {
  width: 27rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-270 {
    width: 100% !important;
  }
}
.helper-width-272 {
  width: 27.2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-272 {
    width: 100% !important;
  }
}
.helper-width-274 {
  width: 27.4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-274 {
    width: 100% !important;
  }
}
.helper-width-276 {
  width: 27.6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-276 {
    width: 100% !important;
  }
}
.helper-width-278 {
  width: 27.8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-278 {
    width: 100% !important;
  }
}
.helper-width-280 {
  width: 28rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-280 {
    width: 100% !important;
  }
}
.helper-width-282 {
  width: 28.2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-282 {
    width: 100% !important;
  }
}
.helper-width-284 {
  width: 28.4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-284 {
    width: 100% !important;
  }
}
.helper-width-286 {
  width: 28.6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-286 {
    width: 100% !important;
  }
}
.helper-width-288 {
  width: 28.8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-288 {
    width: 100% !important;
  }
}
.helper-width-290 {
  width: 29rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-290 {
    width: 100% !important;
  }
}
.helper-width-292 {
  width: 29.2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-292 {
    width: 100% !important;
  }
}
.helper-width-294 {
  width: 29.4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-294 {
    width: 100% !important;
  }
}
.helper-width-296 {
  width: 29.6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-296 {
    width: 100% !important;
  }
}
.helper-width-298 {
  width: 29.8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-298 {
    width: 100% !important;
  }
}
.helper-width-300 {
  width: 30rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-300 {
    width: 100% !important;
  }
}
.helper-width-302 {
  width: 30.2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-302 {
    width: 100% !important;
  }
}
.helper-width-304 {
  width: 30.4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-304 {
    width: 100% !important;
  }
}
.helper-width-306 {
  width: 30.6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-306 {
    width: 100% !important;
  }
}
.helper-width-308 {
  width: 30.8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-308 {
    width: 100% !important;
  }
}
.helper-width-310 {
  width: 31rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-310 {
    width: 100% !important;
  }
}
.helper-width-312 {
  width: 31.2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-312 {
    width: 100% !important;
  }
}
.helper-width-314 {
  width: 31.4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-314 {
    width: 100% !important;
  }
}
.helper-width-316 {
  width: 31.6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-316 {
    width: 100% !important;
  }
}
.helper-width-318 {
  width: 31.8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-318 {
    width: 100% !important;
  }
}
.helper-width-320 {
  width: 32rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-320 {
    width: 100% !important;
  }
}
.helper-width-322 {
  width: 32.2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-322 {
    width: 100% !important;
  }
}
.helper-width-324 {
  width: 32.4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-324 {
    width: 100% !important;
  }
}
.helper-width-326 {
  width: 32.6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-326 {
    width: 100% !important;
  }
}
.helper-width-328 {
  width: 32.8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-328 {
    width: 100% !important;
  }
}
.helper-width-330 {
  width: 33rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-330 {
    width: 100% !important;
  }
}
.helper-width-332 {
  width: 33.2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-332 {
    width: 100% !important;
  }
}
.helper-width-334 {
  width: 33.4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-334 {
    width: 100% !important;
  }
}
.helper-width-336 {
  width: 33.6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-336 {
    width: 100% !important;
  }
}
.helper-width-338 {
  width: 33.8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-338 {
    width: 100% !important;
  }
}
.helper-width-340 {
  width: 34rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-340 {
    width: 100% !important;
  }
}
.helper-width-342 {
  width: 34.2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-342 {
    width: 100% !important;
  }
}
.helper-width-344 {
  width: 34.4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-344 {
    width: 100% !important;
  }
}
.helper-width-346 {
  width: 34.6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-346 {
    width: 100% !important;
  }
}
.helper-width-348 {
  width: 34.8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-348 {
    width: 100% !important;
  }
}
.helper-width-350 {
  width: 35rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-350 {
    width: 100% !important;
  }
}
.helper-width-352 {
  width: 35.2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-352 {
    width: 100% !important;
  }
}
.helper-width-354 {
  width: 35.4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-354 {
    width: 100% !important;
  }
}
.helper-width-356 {
  width: 35.6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-356 {
    width: 100% !important;
  }
}
.helper-width-358 {
  width: 35.8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-358 {
    width: 100% !important;
  }
}
.helper-width-360 {
  width: 36rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-360 {
    width: 100% !important;
  }
}
.helper-width-362 {
  width: 36.2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-362 {
    width: 100% !important;
  }
}
.helper-width-364 {
  width: 36.4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-364 {
    width: 100% !important;
  }
}
.helper-width-366 {
  width: 36.6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-366 {
    width: 100% !important;
  }
}
.helper-width-368 {
  width: 36.8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-368 {
    width: 100% !important;
  }
}
.helper-width-370 {
  width: 37rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-370 {
    width: 100% !important;
  }
}
.helper-width-372 {
  width: 37.2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-372 {
    width: 100% !important;
  }
}
.helper-width-374 {
  width: 37.4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-374 {
    width: 100% !important;
  }
}
.helper-width-376 {
  width: 37.6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-376 {
    width: 100% !important;
  }
}
.helper-width-378 {
  width: 37.8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-378 {
    width: 100% !important;
  }
}
.helper-width-380 {
  width: 38rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-380 {
    width: 100% !important;
  }
}
.helper-width-382 {
  width: 38.2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-382 {
    width: 100% !important;
  }
}
.helper-width-384 {
  width: 38.4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-384 {
    width: 100% !important;
  }
}
.helper-width-386 {
  width: 38.6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-386 {
    width: 100% !important;
  }
}
.helper-width-388 {
  width: 38.8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-388 {
    width: 100% !important;
  }
}
.helper-width-390 {
  width: 39rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-390 {
    width: 100% !important;
  }
}
.helper-width-392 {
  width: 39.2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-392 {
    width: 100% !important;
  }
}
.helper-width-394 {
  width: 39.4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-394 {
    width: 100% !important;
  }
}
.helper-width-396 {
  width: 39.6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-396 {
    width: 100% !important;
  }
}
.helper-width-398 {
  width: 39.8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-398 {
    width: 100% !important;
  }
}
.helper-width-400 {
  width: 40rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-400 {
    width: 100% !important;
  }
}
.helper-width-402 {
  width: 40.2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-402 {
    width: 100% !important;
  }
}
.helper-width-404 {
  width: 40.4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-404 {
    width: 100% !important;
  }
}
.helper-width-406 {
  width: 40.6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-406 {
    width: 100% !important;
  }
}
.helper-width-408 {
  width: 40.8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-408 {
    width: 100% !important;
  }
}
.helper-width-410 {
  width: 41rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-410 {
    width: 100% !important;
  }
}
.helper-width-412 {
  width: 41.2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-412 {
    width: 100% !important;
  }
}
.helper-width-414 {
  width: 41.4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-414 {
    width: 100% !important;
  }
}
.helper-width-416 {
  width: 41.6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-416 {
    width: 100% !important;
  }
}
.helper-width-418 {
  width: 41.8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-418 {
    width: 100% !important;
  }
}
.helper-width-420 {
  width: 42rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-420 {
    width: 100% !important;
  }
}
.helper-width-422 {
  width: 42.2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-422 {
    width: 100% !important;
  }
}
.helper-width-424 {
  width: 42.4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-424 {
    width: 100% !important;
  }
}
.helper-width-426 {
  width: 42.6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-426 {
    width: 100% !important;
  }
}
.helper-width-428 {
  width: 42.8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-428 {
    width: 100% !important;
  }
}
.helper-width-430 {
  width: 43rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-430 {
    width: 100% !important;
  }
}
.helper-width-432 {
  width: 43.2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-432 {
    width: 100% !important;
  }
}
.helper-width-434 {
  width: 43.4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-434 {
    width: 100% !important;
  }
}
.helper-width-436 {
  width: 43.6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-436 {
    width: 100% !important;
  }
}
.helper-width-438 {
  width: 43.8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-438 {
    width: 100% !important;
  }
}
.helper-width-440 {
  width: 44rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-440 {
    width: 100% !important;
  }
}
.helper-width-442 {
  width: 44.2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-442 {
    width: 100% !important;
  }
}
.helper-width-444 {
  width: 44.4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-444 {
    width: 100% !important;
  }
}
.helper-width-446 {
  width: 44.6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-446 {
    width: 100% !important;
  }
}
.helper-width-448 {
  width: 44.8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-448 {
    width: 100% !important;
  }
}
.helper-width-450 {
  width: 45rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-450 {
    width: 100% !important;
  }
}
.helper-width-452 {
  width: 45.2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-452 {
    width: 100% !important;
  }
}
.helper-width-454 {
  width: 45.4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-454 {
    width: 100% !important;
  }
}
.helper-width-456 {
  width: 45.6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-456 {
    width: 100% !important;
  }
}
.helper-width-458 {
  width: 45.8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-458 {
    width: 100% !important;
  }
}
.helper-width-460 {
  width: 46rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-460 {
    width: 100% !important;
  }
}
.helper-width-462 {
  width: 46.2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-462 {
    width: 100% !important;
  }
}
.helper-width-464 {
  width: 46.4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-464 {
    width: 100% !important;
  }
}
.helper-width-466 {
  width: 46.6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-466 {
    width: 100% !important;
  }
}
.helper-width-468 {
  width: 46.8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-468 {
    width: 100% !important;
  }
}
.helper-width-470 {
  width: 47rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-470 {
    width: 100% !important;
  }
}
.helper-width-472 {
  width: 47.2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-472 {
    width: 100% !important;
  }
}
.helper-width-474 {
  width: 47.4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-474 {
    width: 100% !important;
  }
}
.helper-width-476 {
  width: 47.6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-476 {
    width: 100% !important;
  }
}
.helper-width-478 {
  width: 47.8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-478 {
    width: 100% !important;
  }
}
.helper-width-480 {
  width: 48rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-480 {
    width: 100% !important;
  }
}
.helper-width-482 {
  width: 48.2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-482 {
    width: 100% !important;
  }
}
.helper-width-484 {
  width: 48.4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-484 {
    width: 100% !important;
  }
}
.helper-width-486 {
  width: 48.6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-486 {
    width: 100% !important;
  }
}
.helper-width-488 {
  width: 48.8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-488 {
    width: 100% !important;
  }
}
.helper-width-490 {
  width: 49rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-490 {
    width: 100% !important;
  }
}
.helper-width-492 {
  width: 49.2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-492 {
    width: 100% !important;
  }
}
.helper-width-494 {
  width: 49.4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-494 {
    width: 100% !important;
  }
}
.helper-width-496 {
  width: 49.6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-496 {
    width: 100% !important;
  }
}
.helper-width-498 {
  width: 49.8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-498 {
    width: 100% !important;
  }
}
.helper-width-500 {
  width: 50rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-500 {
    width: 100% !important;
  }
}
.helper-width-502 {
  width: 50.2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-502 {
    width: 100% !important;
  }
}
.helper-width-504 {
  width: 50.4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-504 {
    width: 100% !important;
  }
}
.helper-width-506 {
  width: 50.6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-506 {
    width: 100% !important;
  }
}
.helper-width-508 {
  width: 50.8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-508 {
    width: 100% !important;
  }
}
.helper-width-510 {
  width: 51rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-510 {
    width: 100% !important;
  }
}
.helper-width-512 {
  width: 51.2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-512 {
    width: 100% !important;
  }
}
.helper-width-514 {
  width: 51.4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-514 {
    width: 100% !important;
  }
}
.helper-width-516 {
  width: 51.6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-516 {
    width: 100% !important;
  }
}
.helper-width-518 {
  width: 51.8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-518 {
    width: 100% !important;
  }
}
.helper-width-520 {
  width: 52rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-520 {
    width: 100% !important;
  }
}
.helper-width-522 {
  width: 52.2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-522 {
    width: 100% !important;
  }
}
.helper-width-524 {
  width: 52.4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-524 {
    width: 100% !important;
  }
}
.helper-width-526 {
  width: 52.6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-526 {
    width: 100% !important;
  }
}
.helper-width-528 {
  width: 52.8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-528 {
    width: 100% !important;
  }
}
.helper-width-530 {
  width: 53rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-530 {
    width: 100% !important;
  }
}
.helper-width-532 {
  width: 53.2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-532 {
    width: 100% !important;
  }
}
.helper-width-534 {
  width: 53.4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-534 {
    width: 100% !important;
  }
}
.helper-width-536 {
  width: 53.6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-536 {
    width: 100% !important;
  }
}
.helper-width-538 {
  width: 53.8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-538 {
    width: 100% !important;
  }
}
.helper-width-540 {
  width: 54rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-540 {
    width: 100% !important;
  }
}
.helper-width-542 {
  width: 54.2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-542 {
    width: 100% !important;
  }
}
.helper-width-544 {
  width: 54.4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-544 {
    width: 100% !important;
  }
}
.helper-width-546 {
  width: 54.6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-546 {
    width: 100% !important;
  }
}
.helper-width-548 {
  width: 54.8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-548 {
    width: 100% !important;
  }
}
.helper-width-550 {
  width: 55rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-550 {
    width: 100% !important;
  }
}
.helper-width-552 {
  width: 55.2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-552 {
    width: 100% !important;
  }
}
.helper-width-554 {
  width: 55.4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-554 {
    width: 100% !important;
  }
}
.helper-width-556 {
  width: 55.6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-556 {
    width: 100% !important;
  }
}
.helper-width-558 {
  width: 55.8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-558 {
    width: 100% !important;
  }
}
.helper-width-560 {
  width: 56rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-560 {
    width: 100% !important;
  }
}
.helper-width-562 {
  width: 56.2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-562 {
    width: 100% !important;
  }
}
.helper-width-564 {
  width: 56.4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-564 {
    width: 100% !important;
  }
}
.helper-width-566 {
  width: 56.6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-566 {
    width: 100% !important;
  }
}
.helper-width-568 {
  width: 56.8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-568 {
    width: 100% !important;
  }
}
.helper-width-570 {
  width: 57rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-570 {
    width: 100% !important;
  }
}
.helper-width-572 {
  width: 57.2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-572 {
    width: 100% !important;
  }
}
.helper-width-574 {
  width: 57.4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-574 {
    width: 100% !important;
  }
}
.helper-width-576 {
  width: 57.6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-576 {
    width: 100% !important;
  }
}
.helper-width-578 {
  width: 57.8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-578 {
    width: 100% !important;
  }
}
.helper-width-580 {
  width: 58rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-580 {
    width: 100% !important;
  }
}
.helper-width-582 {
  width: 58.2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-582 {
    width: 100% !important;
  }
}
.helper-width-584 {
  width: 58.4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-584 {
    width: 100% !important;
  }
}
.helper-width-586 {
  width: 58.6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-586 {
    width: 100% !important;
  }
}
.helper-width-588 {
  width: 58.8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-588 {
    width: 100% !important;
  }
}
.helper-width-590 {
  width: 59rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-590 {
    width: 100% !important;
  }
}
.helper-width-592 {
  width: 59.2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-592 {
    width: 100% !important;
  }
}
.helper-width-594 {
  width: 59.4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-594 {
    width: 100% !important;
  }
}
.helper-width-596 {
  width: 59.6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-596 {
    width: 100% !important;
  }
}
.helper-width-598 {
  width: 59.8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-598 {
    width: 100% !important;
  }
}
.helper-width-600 {
  width: 60rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-600 {
    width: 100% !important;
  }
}
.helper-width-602 {
  width: 60.2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-602 {
    width: 100% !important;
  }
}
.helper-width-604 {
  width: 60.4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-604 {
    width: 100% !important;
  }
}
.helper-width-606 {
  width: 60.6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-606 {
    width: 100% !important;
  }
}
.helper-width-608 {
  width: 60.8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-608 {
    width: 100% !important;
  }
}
.helper-width-610 {
  width: 61rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-610 {
    width: 100% !important;
  }
}
.helper-width-612 {
  width: 61.2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-612 {
    width: 100% !important;
  }
}
.helper-width-614 {
  width: 61.4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-614 {
    width: 100% !important;
  }
}
.helper-width-616 {
  width: 61.6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-616 {
    width: 100% !important;
  }
}
.helper-width-618 {
  width: 61.8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-618 {
    width: 100% !important;
  }
}
.helper-width-620 {
  width: 62rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-620 {
    width: 100% !important;
  }
}
.helper-width-622 {
  width: 62.2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-622 {
    width: 100% !important;
  }
}
.helper-width-624 {
  width: 62.4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-624 {
    width: 100% !important;
  }
}
.helper-width-626 {
  width: 62.6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-626 {
    width: 100% !important;
  }
}
.helper-width-628 {
  width: 62.8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-628 {
    width: 100% !important;
  }
}
.helper-width-630 {
  width: 63rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-630 {
    width: 100% !important;
  }
}
.helper-width-632 {
  width: 63.2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-632 {
    width: 100% !important;
  }
}
.helper-width-634 {
  width: 63.4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-634 {
    width: 100% !important;
  }
}
.helper-width-636 {
  width: 63.6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-636 {
    width: 100% !important;
  }
}
.helper-width-638 {
  width: 63.8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-638 {
    width: 100% !important;
  }
}
.helper-width-640 {
  width: 64rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-640 {
    width: 100% !important;
  }
}
.helper-width-642 {
  width: 64.2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-642 {
    width: 100% !important;
  }
}
.helper-width-644 {
  width: 64.4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-644 {
    width: 100% !important;
  }
}
.helper-width-646 {
  width: 64.6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-646 {
    width: 100% !important;
  }
}
.helper-width-648 {
  width: 64.8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-648 {
    width: 100% !important;
  }
}
.helper-width-650 {
  width: 65rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-650 {
    width: 100% !important;
  }
}
.helper-width-652 {
  width: 65.2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-652 {
    width: 100% !important;
  }
}
.helper-width-654 {
  width: 65.4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-654 {
    width: 100% !important;
  }
}
.helper-width-656 {
  width: 65.6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-656 {
    width: 100% !important;
  }
}
.helper-width-658 {
  width: 65.8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-658 {
    width: 100% !important;
  }
}
.helper-width-660 {
  width: 66rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-660 {
    width: 100% !important;
  }
}
.helper-width-662 {
  width: 66.2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-662 {
    width: 100% !important;
  }
}
.helper-width-664 {
  width: 66.4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-664 {
    width: 100% !important;
  }
}
.helper-width-666 {
  width: 66.6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-666 {
    width: 100% !important;
  }
}
.helper-width-668 {
  width: 66.8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-668 {
    width: 100% !important;
  }
}
.helper-width-670 {
  width: 67rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-670 {
    width: 100% !important;
  }
}
.helper-width-672 {
  width: 67.2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-672 {
    width: 100% !important;
  }
}
.helper-width-674 {
  width: 67.4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-674 {
    width: 100% !important;
  }
}
.helper-width-676 {
  width: 67.6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-676 {
    width: 100% !important;
  }
}
.helper-width-678 {
  width: 67.8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-678 {
    width: 100% !important;
  }
}
.helper-width-680 {
  width: 68rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-680 {
    width: 100% !important;
  }
}
.helper-width-682 {
  width: 68.2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-682 {
    width: 100% !important;
  }
}
.helper-width-684 {
  width: 68.4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-684 {
    width: 100% !important;
  }
}
.helper-width-686 {
  width: 68.6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-686 {
    width: 100% !important;
  }
}
.helper-width-688 {
  width: 68.8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-688 {
    width: 100% !important;
  }
}
.helper-width-690 {
  width: 69rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-690 {
    width: 100% !important;
  }
}
.helper-width-692 {
  width: 69.2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-692 {
    width: 100% !important;
  }
}
.helper-width-694 {
  width: 69.4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-694 {
    width: 100% !important;
  }
}
.helper-width-696 {
  width: 69.6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-696 {
    width: 100% !important;
  }
}
.helper-width-698 {
  width: 69.8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-698 {
    width: 100% !important;
  }
}
.helper-width-700 {
  width: 70rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-700 {
    width: 100% !important;
  }
}
.helper-width-702 {
  width: 70.2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-702 {
    width: 100% !important;
  }
}
.helper-width-704 {
  width: 70.4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-704 {
    width: 100% !important;
  }
}
.helper-width-706 {
  width: 70.6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-706 {
    width: 100% !important;
  }
}
.helper-width-708 {
  width: 70.8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-708 {
    width: 100% !important;
  }
}
.helper-width-710 {
  width: 71rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-710 {
    width: 100% !important;
  }
}
.helper-width-712 {
  width: 71.2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-712 {
    width: 100% !important;
  }
}
.helper-width-714 {
  width: 71.4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-714 {
    width: 100% !important;
  }
}
.helper-width-716 {
  width: 71.6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-716 {
    width: 100% !important;
  }
}
.helper-width-718 {
  width: 71.8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-718 {
    width: 100% !important;
  }
}
.helper-width-720 {
  width: 72rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-720 {
    width: 100% !important;
  }
}
.helper-width-722 {
  width: 72.2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-722 {
    width: 100% !important;
  }
}
.helper-width-724 {
  width: 72.4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-724 {
    width: 100% !important;
  }
}
.helper-width-726 {
  width: 72.6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-726 {
    width: 100% !important;
  }
}
.helper-width-728 {
  width: 72.8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-728 {
    width: 100% !important;
  }
}
.helper-width-730 {
  width: 73rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-730 {
    width: 100% !important;
  }
}
.helper-width-732 {
  width: 73.2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-732 {
    width: 100% !important;
  }
}
.helper-width-734 {
  width: 73.4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-734 {
    width: 100% !important;
  }
}
.helper-width-736 {
  width: 73.6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-736 {
    width: 100% !important;
  }
}
.helper-width-738 {
  width: 73.8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-738 {
    width: 100% !important;
  }
}
.helper-width-740 {
  width: 74rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-740 {
    width: 100% !important;
  }
}
.helper-width-742 {
  width: 74.2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-742 {
    width: 100% !important;
  }
}
.helper-width-744 {
  width: 74.4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-744 {
    width: 100% !important;
  }
}
.helper-width-746 {
  width: 74.6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-746 {
    width: 100% !important;
  }
}
.helper-width-748 {
  width: 74.8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-748 {
    width: 100% !important;
  }
}
.helper-width-750 {
  width: 75rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-750 {
    width: 100% !important;
  }
}
.helper-width-752 {
  width: 75.2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-752 {
    width: 100% !important;
  }
}
.helper-width-754 {
  width: 75.4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-754 {
    width: 100% !important;
  }
}
.helper-width-756 {
  width: 75.6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-756 {
    width: 100% !important;
  }
}
.helper-width-758 {
  width: 75.8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-758 {
    width: 100% !important;
  }
}
.helper-width-760 {
  width: 76rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-760 {
    width: 100% !important;
  }
}
.helper-width-762 {
  width: 76.2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-762 {
    width: 100% !important;
  }
}
.helper-width-764 {
  width: 76.4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-764 {
    width: 100% !important;
  }
}
.helper-width-766 {
  width: 76.6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-766 {
    width: 100% !important;
  }
}
.helper-width-768 {
  width: 76.8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-768 {
    width: 100% !important;
  }
}
.helper-width-770 {
  width: 77rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-770 {
    width: 100% !important;
  }
}
.helper-width-772 {
  width: 77.2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-772 {
    width: 100% !important;
  }
}
.helper-width-774 {
  width: 77.4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-774 {
    width: 100% !important;
  }
}
.helper-width-776 {
  width: 77.6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-776 {
    width: 100% !important;
  }
}
.helper-width-778 {
  width: 77.8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-778 {
    width: 100% !important;
  }
}
.helper-width-780 {
  width: 78rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-780 {
    width: 100% !important;
  }
}
.helper-width-782 {
  width: 78.2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-782 {
    width: 100% !important;
  }
}
.helper-width-784 {
  width: 78.4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-784 {
    width: 100% !important;
  }
}
.helper-width-786 {
  width: 78.6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-786 {
    width: 100% !important;
  }
}
.helper-width-788 {
  width: 78.8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-788 {
    width: 100% !important;
  }
}
.helper-width-790 {
  width: 79rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-790 {
    width: 100% !important;
  }
}
.helper-width-792 {
  width: 79.2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-792 {
    width: 100% !important;
  }
}
.helper-width-794 {
  width: 79.4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-794 {
    width: 100% !important;
  }
}
.helper-width-796 {
  width: 79.6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-796 {
    width: 100% !important;
  }
}
.helper-width-798 {
  width: 79.8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-798 {
    width: 100% !important;
  }
}
.helper-width-800 {
  width: 80rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-800 {
    width: 100% !important;
  }
}
.helper-margin-top-5 {
  margin-top: 0.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-top-5 {
    margin-top: 0.25rem !important;
  }
}
.helper-margin-bottom-5 {
  margin-bottom: 0.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-bottom-5 {
    margin-bottom: 0.25rem !important;
  }
}
.helper-padding-top-5 {
  padding-top: 0.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-top-5 {
    padding-top: 0.25rem !important;
  }
}
.helper-padding-bottom-5 {
  padding-bottom: 0.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-bottom-5 {
    padding-bottom: 0.25rem !important;
  }
}
.helper-padding-5 {
  padding: 0.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-5 {
    padding: 0.25rem !important;
  }
}
.helper-height-10 {
  height: 1rem !important;
}
@media screen and (max-width: 768px) {
  .helper-height-10 {
    height: 0.5rem !important;
  }
}
.helper-radius-1 {
  border-radius: 0.1rem !important;
}
@media screen and (max-width: 768px) {
  .helper-radius-1 {
    border-radius: 0.05rem !important;
  }
}
.helper-gap-5 {
  gap: 0.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-gap-5 {
    gap: 0.25rem !important;
  }
}
.helper-margin-top-10 {
  margin-top: 1rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-top-10 {
    margin-top: 0.5rem !important;
  }
}
.helper-margin-bottom-10 {
  margin-bottom: 1rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-bottom-10 {
    margin-bottom: 0.5rem !important;
  }
}
.helper-padding-top-10 {
  padding-top: 1rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-top-10 {
    padding-top: 0.5rem !important;
  }
}
.helper-padding-bottom-10 {
  padding-bottom: 1rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-bottom-10 {
    padding-bottom: 0.5rem !important;
  }
}
.helper-padding-10 {
  padding: 1rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-10 {
    padding: 0.5rem !important;
  }
}
.helper-height-20 {
  height: 2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-height-20 {
    height: 1rem !important;
  }
}
.helper-radius-2 {
  border-radius: 0.2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-radius-2 {
    border-radius: 0.1rem !important;
  }
}
.helper-gap-10 {
  gap: 1rem !important;
}
@media screen and (max-width: 768px) {
  .helper-gap-10 {
    gap: 0.5rem !important;
  }
}
.helper-margin-top-15 {
  margin-top: 1.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-top-15 {
    margin-top: 0.75rem !important;
  }
}
.helper-margin-bottom-15 {
  margin-bottom: 1.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-bottom-15 {
    margin-bottom: 0.75rem !important;
  }
}
.helper-padding-top-15 {
  padding-top: 1.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-top-15 {
    padding-top: 0.75rem !important;
  }
}
.helper-padding-bottom-15 {
  padding-bottom: 1.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-bottom-15 {
    padding-bottom: 0.75rem !important;
  }
}
.helper-padding-15 {
  padding: 1.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-15 {
    padding: 0.75rem !important;
  }
}
.helper-height-30 {
  height: 3rem !important;
}
@media screen and (max-width: 768px) {
  .helper-height-30 {
    height: 1.5rem !important;
  }
}
.helper-radius-3 {
  border-radius: 0.3rem !important;
}
@media screen and (max-width: 768px) {
  .helper-radius-3 {
    border-radius: 0.15rem !important;
  }
}
.helper-gap-15 {
  gap: 1.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-gap-15 {
    gap: 0.75rem !important;
  }
}
.helper-margin-top-20 {
  margin-top: 2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-top-20 {
    margin-top: 1rem !important;
  }
}
.helper-margin-bottom-20 {
  margin-bottom: 2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-bottom-20 {
    margin-bottom: 1rem !important;
  }
}
.helper-padding-top-20 {
  padding-top: 2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-top-20 {
    padding-top: 1rem !important;
  }
}
.helper-padding-bottom-20 {
  padding-bottom: 2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-bottom-20 {
    padding-bottom: 1rem !important;
  }
}
.helper-padding-20 {
  padding: 2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-20 {
    padding: 1rem !important;
  }
}
.helper-height-40 {
  height: 4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-height-40 {
    height: 2rem !important;
  }
}
.helper-radius-4 {
  border-radius: 0.4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-radius-4 {
    border-radius: 0.2rem !important;
  }
}
.helper-gap-20 {
  gap: 2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-gap-20 {
    gap: 1rem !important;
  }
}
.helper-margin-top-25 {
  margin-top: 2.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-top-25 {
    margin-top: 1.25rem !important;
  }
}
.helper-margin-bottom-25 {
  margin-bottom: 2.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-bottom-25 {
    margin-bottom: 1.25rem !important;
  }
}
.helper-padding-top-25 {
  padding-top: 2.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-top-25 {
    padding-top: 1.25rem !important;
  }
}
.helper-padding-bottom-25 {
  padding-bottom: 2.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-bottom-25 {
    padding-bottom: 1.25rem !important;
  }
}
.helper-padding-25 {
  padding: 2.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-25 {
    padding: 1.25rem !important;
  }
}
.helper-height-50 {
  height: 5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-height-50 {
    height: 2.5rem !important;
  }
}
.helper-radius-5 {
  border-radius: 0.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-radius-5 {
    border-radius: 0.25rem !important;
  }
}
.helper-gap-25 {
  gap: 2.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-gap-25 {
    gap: 1.25rem !important;
  }
}
.helper-margin-top-30 {
  margin-top: 3rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-top-30 {
    margin-top: 1.5rem !important;
  }
}
.helper-margin-bottom-30 {
  margin-bottom: 3rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-bottom-30 {
    margin-bottom: 1.5rem !important;
  }
}
.helper-padding-top-30 {
  padding-top: 3rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-top-30 {
    padding-top: 1.5rem !important;
  }
}
.helper-padding-bottom-30 {
  padding-bottom: 3rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-bottom-30 {
    padding-bottom: 1.5rem !important;
  }
}
.helper-padding-30 {
  padding: 3rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-30 {
    padding: 1.5rem !important;
  }
}
.helper-height-60 {
  height: 6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-height-60 {
    height: 3rem !important;
  }
}
.helper-radius-6 {
  border-radius: 0.6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-radius-6 {
    border-radius: 0.3rem !important;
  }
}
.helper-gap-30 {
  gap: 3rem !important;
}
@media screen and (max-width: 768px) {
  .helper-gap-30 {
    gap: 1.5rem !important;
  }
}
.helper-margin-top-35 {
  margin-top: 3.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-top-35 {
    margin-top: 1.75rem !important;
  }
}
.helper-margin-bottom-35 {
  margin-bottom: 3.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-bottom-35 {
    margin-bottom: 1.75rem !important;
  }
}
.helper-padding-top-35 {
  padding-top: 3.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-top-35 {
    padding-top: 1.75rem !important;
  }
}
.helper-padding-bottom-35 {
  padding-bottom: 3.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-bottom-35 {
    padding-bottom: 1.75rem !important;
  }
}
.helper-padding-35 {
  padding: 3.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-35 {
    padding: 1.75rem !important;
  }
}
.helper-height-70 {
  height: 7rem !important;
}
@media screen and (max-width: 768px) {
  .helper-height-70 {
    height: 3.5rem !important;
  }
}
.helper-radius-7 {
  border-radius: 0.7rem !important;
}
@media screen and (max-width: 768px) {
  .helper-radius-7 {
    border-radius: 0.35rem !important;
  }
}
.helper-gap-35 {
  gap: 3.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-gap-35 {
    gap: 1.75rem !important;
  }
}
.helper-margin-top-40 {
  margin-top: 4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-top-40 {
    margin-top: 2rem !important;
  }
}
.helper-margin-bottom-40 {
  margin-bottom: 4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-bottom-40 {
    margin-bottom: 2rem !important;
  }
}
.helper-padding-top-40 {
  padding-top: 4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-top-40 {
    padding-top: 2rem !important;
  }
}
.helper-padding-bottom-40 {
  padding-bottom: 4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-bottom-40 {
    padding-bottom: 2rem !important;
  }
}
.helper-padding-40 {
  padding: 4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-40 {
    padding: 2rem !important;
  }
}
.helper-height-80 {
  height: 8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-height-80 {
    height: 4rem !important;
  }
}
.helper-radius-8 {
  border-radius: 0.8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-radius-8 {
    border-radius: 0.4rem !important;
  }
}
.helper-gap-40 {
  gap: 4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-gap-40 {
    gap: 2rem !important;
  }
}
.helper-margin-top-45 {
  margin-top: 4.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-top-45 {
    margin-top: 2.25rem !important;
  }
}
.helper-margin-bottom-45 {
  margin-bottom: 4.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-bottom-45 {
    margin-bottom: 2.25rem !important;
  }
}
.helper-padding-top-45 {
  padding-top: 4.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-top-45 {
    padding-top: 2.25rem !important;
  }
}
.helper-padding-bottom-45 {
  padding-bottom: 4.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-bottom-45 {
    padding-bottom: 2.25rem !important;
  }
}
.helper-padding-45 {
  padding: 4.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-45 {
    padding: 2.25rem !important;
  }
}
.helper-height-90 {
  height: 9rem !important;
}
@media screen and (max-width: 768px) {
  .helper-height-90 {
    height: 4.5rem !important;
  }
}
.helper-radius-9 {
  border-radius: 0.9rem !important;
}
@media screen and (max-width: 768px) {
  .helper-radius-9 {
    border-radius: 0.45rem !important;
  }
}
.helper-gap-45 {
  gap: 4.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-gap-45 {
    gap: 2.25rem !important;
  }
}
.helper-margin-top-50 {
  margin-top: 5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-top-50 {
    margin-top: 2.5rem !important;
  }
}
.helper-margin-bottom-50 {
  margin-bottom: 5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-bottom-50 {
    margin-bottom: 2.5rem !important;
  }
}
.helper-padding-top-50 {
  padding-top: 5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-top-50 {
    padding-top: 2.5rem !important;
  }
}
.helper-padding-bottom-50 {
  padding-bottom: 5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-bottom-50 {
    padding-bottom: 2.5rem !important;
  }
}
.helper-padding-50 {
  padding: 5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-50 {
    padding: 2.5rem !important;
  }
}
.helper-height-100 {
  height: 10rem !important;
}
@media screen and (max-width: 768px) {
  .helper-height-100 {
    height: 5rem !important;
  }
}
.helper-radius-10 {
  border-radius: 1rem !important;
}
@media screen and (max-width: 768px) {
  .helper-radius-10 {
    border-radius: 0.5rem !important;
  }
}
.helper-gap-50 {
  gap: 5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-gap-50 {
    gap: 2.5rem !important;
  }
}
.helper-margin-top-55 {
  margin-top: 5.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-top-55 {
    margin-top: 2.75rem !important;
  }
}
.helper-margin-bottom-55 {
  margin-bottom: 5.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-bottom-55 {
    margin-bottom: 2.75rem !important;
  }
}
.helper-padding-top-55 {
  padding-top: 5.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-top-55 {
    padding-top: 2.75rem !important;
  }
}
.helper-padding-bottom-55 {
  padding-bottom: 5.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-bottom-55 {
    padding-bottom: 2.75rem !important;
  }
}
.helper-padding-55 {
  padding: 5.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-55 {
    padding: 2.75rem !important;
  }
}
.helper-height-110 {
  height: 11rem !important;
}
@media screen and (max-width: 768px) {
  .helper-height-110 {
    height: 5.5rem !important;
  }
}
.helper-radius-11 {
  border-radius: 1.1rem !important;
}
@media screen and (max-width: 768px) {
  .helper-radius-11 {
    border-radius: 0.55rem !important;
  }
}
.helper-gap-55 {
  gap: 5.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-gap-55 {
    gap: 2.75rem !important;
  }
}
.helper-margin-top-60 {
  margin-top: 6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-top-60 {
    margin-top: 3rem !important;
  }
}
.helper-margin-bottom-60 {
  margin-bottom: 6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-bottom-60 {
    margin-bottom: 3rem !important;
  }
}
.helper-padding-top-60 {
  padding-top: 6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-top-60 {
    padding-top: 3rem !important;
  }
}
.helper-padding-bottom-60 {
  padding-bottom: 6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-bottom-60 {
    padding-bottom: 3rem !important;
  }
}
.helper-padding-60 {
  padding: 6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-60 {
    padding: 3rem !important;
  }
}
.helper-height-120 {
  height: 12rem !important;
}
@media screen and (max-width: 768px) {
  .helper-height-120 {
    height: 6rem !important;
  }
}
.helper-radius-12 {
  border-radius: 1.2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-radius-12 {
    border-radius: 0.6rem !important;
  }
}
.helper-gap-60 {
  gap: 6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-gap-60 {
    gap: 3rem !important;
  }
}
.helper-margin-top-65 {
  margin-top: 6.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-top-65 {
    margin-top: 3.25rem !important;
  }
}
.helper-margin-bottom-65 {
  margin-bottom: 6.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-bottom-65 {
    margin-bottom: 3.25rem !important;
  }
}
.helper-padding-top-65 {
  padding-top: 6.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-top-65 {
    padding-top: 3.25rem !important;
  }
}
.helper-padding-bottom-65 {
  padding-bottom: 6.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-bottom-65 {
    padding-bottom: 3.25rem !important;
  }
}
.helper-padding-65 {
  padding: 6.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-65 {
    padding: 3.25rem !important;
  }
}
.helper-height-130 {
  height: 13rem !important;
}
@media screen and (max-width: 768px) {
  .helper-height-130 {
    height: 6.5rem !important;
  }
}
.helper-radius-13 {
  border-radius: 1.3rem !important;
}
@media screen and (max-width: 768px) {
  .helper-radius-13 {
    border-radius: 0.65rem !important;
  }
}
.helper-gap-65 {
  gap: 6.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-gap-65 {
    gap: 3.25rem !important;
  }
}
.helper-margin-top-70 {
  margin-top: 7rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-top-70 {
    margin-top: 3.5rem !important;
  }
}
.helper-margin-bottom-70 {
  margin-bottom: 7rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-bottom-70 {
    margin-bottom: 3.5rem !important;
  }
}
.helper-padding-top-70 {
  padding-top: 7rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-top-70 {
    padding-top: 3.5rem !important;
  }
}
.helper-padding-bottom-70 {
  padding-bottom: 7rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-bottom-70 {
    padding-bottom: 3.5rem !important;
  }
}
.helper-padding-70 {
  padding: 7rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-70 {
    padding: 3.5rem !important;
  }
}
.helper-height-140 {
  height: 14rem !important;
}
@media screen and (max-width: 768px) {
  .helper-height-140 {
    height: 7rem !important;
  }
}
.helper-radius-14 {
  border-radius: 1.4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-radius-14 {
    border-radius: 0.7rem !important;
  }
}
.helper-gap-70 {
  gap: 7rem !important;
}
@media screen and (max-width: 768px) {
  .helper-gap-70 {
    gap: 3.5rem !important;
  }
}
.helper-margin-top-75 {
  margin-top: 7.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-top-75 {
    margin-top: 3.75rem !important;
  }
}
.helper-margin-bottom-75 {
  margin-bottom: 7.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-bottom-75 {
    margin-bottom: 3.75rem !important;
  }
}
.helper-padding-top-75 {
  padding-top: 7.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-top-75 {
    padding-top: 3.75rem !important;
  }
}
.helper-padding-bottom-75 {
  padding-bottom: 7.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-bottom-75 {
    padding-bottom: 3.75rem !important;
  }
}
.helper-padding-75 {
  padding: 7.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-75 {
    padding: 3.75rem !important;
  }
}
.helper-height-150 {
  height: 15rem !important;
}
@media screen and (max-width: 768px) {
  .helper-height-150 {
    height: 7.5rem !important;
  }
}
.helper-radius-15 {
  border-radius: 1.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-radius-15 {
    border-radius: 0.75rem !important;
  }
}
.helper-gap-75 {
  gap: 7.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-gap-75 {
    gap: 3.75rem !important;
  }
}
.helper-margin-top-80 {
  margin-top: 8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-top-80 {
    margin-top: 4rem !important;
  }
}
.helper-margin-bottom-80 {
  margin-bottom: 8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-bottom-80 {
    margin-bottom: 4rem !important;
  }
}
.helper-padding-top-80 {
  padding-top: 8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-top-80 {
    padding-top: 4rem !important;
  }
}
.helper-padding-bottom-80 {
  padding-bottom: 8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-bottom-80 {
    padding-bottom: 4rem !important;
  }
}
.helper-padding-80 {
  padding: 8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-80 {
    padding: 4rem !important;
  }
}
.helper-height-160 {
  height: 16rem !important;
}
@media screen and (max-width: 768px) {
  .helper-height-160 {
    height: 8rem !important;
  }
}
.helper-radius-16 {
  border-radius: 1.6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-radius-16 {
    border-radius: 0.8rem !important;
  }
}
.helper-gap-80 {
  gap: 8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-gap-80 {
    gap: 4rem !important;
  }
}
.helper-margin-top-85 {
  margin-top: 8.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-top-85 {
    margin-top: 4.25rem !important;
  }
}
.helper-margin-bottom-85 {
  margin-bottom: 8.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-bottom-85 {
    margin-bottom: 4.25rem !important;
  }
}
.helper-padding-top-85 {
  padding-top: 8.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-top-85 {
    padding-top: 4.25rem !important;
  }
}
.helper-padding-bottom-85 {
  padding-bottom: 8.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-bottom-85 {
    padding-bottom: 4.25rem !important;
  }
}
.helper-padding-85 {
  padding: 8.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-85 {
    padding: 4.25rem !important;
  }
}
.helper-height-170 {
  height: 17rem !important;
}
@media screen and (max-width: 768px) {
  .helper-height-170 {
    height: 8.5rem !important;
  }
}
.helper-radius-17 {
  border-radius: 1.7rem !important;
}
@media screen and (max-width: 768px) {
  .helper-radius-17 {
    border-radius: 0.85rem !important;
  }
}
.helper-gap-85 {
  gap: 8.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-gap-85 {
    gap: 4.25rem !important;
  }
}
.helper-margin-top-90 {
  margin-top: 9rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-top-90 {
    margin-top: 4.5rem !important;
  }
}
.helper-margin-bottom-90 {
  margin-bottom: 9rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-bottom-90 {
    margin-bottom: 4.5rem !important;
  }
}
.helper-padding-top-90 {
  padding-top: 9rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-top-90 {
    padding-top: 4.5rem !important;
  }
}
.helper-padding-bottom-90 {
  padding-bottom: 9rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-bottom-90 {
    padding-bottom: 4.5rem !important;
  }
}
.helper-padding-90 {
  padding: 9rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-90 {
    padding: 4.5rem !important;
  }
}
.helper-height-180 {
  height: 18rem !important;
}
@media screen and (max-width: 768px) {
  .helper-height-180 {
    height: 9rem !important;
  }
}
.helper-radius-18 {
  border-radius: 1.8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-radius-18 {
    border-radius: 0.9rem !important;
  }
}
.helper-gap-90 {
  gap: 9rem !important;
}
@media screen and (max-width: 768px) {
  .helper-gap-90 {
    gap: 4.5rem !important;
  }
}
.helper-margin-top-95 {
  margin-top: 9.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-top-95 {
    margin-top: 4.75rem !important;
  }
}
.helper-margin-bottom-95 {
  margin-bottom: 9.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-bottom-95 {
    margin-bottom: 4.75rem !important;
  }
}
.helper-padding-top-95 {
  padding-top: 9.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-top-95 {
    padding-top: 4.75rem !important;
  }
}
.helper-padding-bottom-95 {
  padding-bottom: 9.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-bottom-95 {
    padding-bottom: 4.75rem !important;
  }
}
.helper-padding-95 {
  padding: 9.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-95 {
    padding: 4.75rem !important;
  }
}
.helper-height-190 {
  height: 19rem !important;
}
@media screen and (max-width: 768px) {
  .helper-height-190 {
    height: 9.5rem !important;
  }
}
.helper-radius-19 {
  border-radius: 1.9rem !important;
}
@media screen and (max-width: 768px) {
  .helper-radius-19 {
    border-radius: 0.95rem !important;
  }
}
.helper-gap-95 {
  gap: 9.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-gap-95 {
    gap: 4.75rem !important;
  }
}
.helper-margin-top-100 {
  margin-top: 10rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-top-100 {
    margin-top: 5rem !important;
  }
}
.helper-margin-bottom-100 {
  margin-bottom: 10rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-bottom-100 {
    margin-bottom: 5rem !important;
  }
}
.helper-padding-top-100 {
  padding-top: 10rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-top-100 {
    padding-top: 5rem !important;
  }
}
.helper-padding-bottom-100 {
  padding-bottom: 10rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-bottom-100 {
    padding-bottom: 5rem !important;
  }
}
.helper-padding-100 {
  padding: 10rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-100 {
    padding: 5rem !important;
  }
}
.helper-height-200 {
  height: 20rem !important;
}
@media screen and (max-width: 768px) {
  .helper-height-200 {
    height: 10rem !important;
  }
}
.helper-radius-20 {
  border-radius: 2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-radius-20 {
    border-radius: 1rem !important;
  }
}
.helper-gap-100 {
  gap: 10rem !important;
}
@media screen and (max-width: 768px) {
  .helper-gap-100 {
    gap: 5rem !important;
  }
}
.helper-margin-top-105 {
  margin-top: 10.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-top-105 {
    margin-top: 5.25rem !important;
  }
}
.helper-margin-bottom-105 {
  margin-bottom: 10.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-bottom-105 {
    margin-bottom: 5.25rem !important;
  }
}
.helper-padding-top-105 {
  padding-top: 10.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-top-105 {
    padding-top: 5.25rem !important;
  }
}
.helper-padding-bottom-105 {
  padding-bottom: 10.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-bottom-105 {
    padding-bottom: 5.25rem !important;
  }
}
.helper-padding-105 {
  padding: 10.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-105 {
    padding: 5.25rem !important;
  }
}
.helper-height-210 {
  height: 21rem !important;
}
@media screen and (max-width: 768px) {
  .helper-height-210 {
    height: 10.5rem !important;
  }
}
.helper-radius-21 {
  border-radius: 2.1rem !important;
}
@media screen and (max-width: 768px) {
  .helper-radius-21 {
    border-radius: 1.05rem !important;
  }
}
.helper-gap-105 {
  gap: 10.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-gap-105 {
    gap: 5.25rem !important;
  }
}
.helper-margin-top-110 {
  margin-top: 11rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-top-110 {
    margin-top: 5.5rem !important;
  }
}
.helper-margin-bottom-110 {
  margin-bottom: 11rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-bottom-110 {
    margin-bottom: 5.5rem !important;
  }
}
.helper-padding-top-110 {
  padding-top: 11rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-top-110 {
    padding-top: 5.5rem !important;
  }
}
.helper-padding-bottom-110 {
  padding-bottom: 11rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-bottom-110 {
    padding-bottom: 5.5rem !important;
  }
}
.helper-padding-110 {
  padding: 11rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-110 {
    padding: 5.5rem !important;
  }
}
.helper-height-220 {
  height: 22rem !important;
}
@media screen and (max-width: 768px) {
  .helper-height-220 {
    height: 11rem !important;
  }
}
.helper-radius-22 {
  border-radius: 2.2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-radius-22 {
    border-radius: 1.1rem !important;
  }
}
.helper-gap-110 {
  gap: 11rem !important;
}
@media screen and (max-width: 768px) {
  .helper-gap-110 {
    gap: 5.5rem !important;
  }
}
.helper-margin-top-115 {
  margin-top: 11.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-top-115 {
    margin-top: 5.75rem !important;
  }
}
.helper-margin-bottom-115 {
  margin-bottom: 11.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-bottom-115 {
    margin-bottom: 5.75rem !important;
  }
}
.helper-padding-top-115 {
  padding-top: 11.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-top-115 {
    padding-top: 5.75rem !important;
  }
}
.helper-padding-bottom-115 {
  padding-bottom: 11.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-bottom-115 {
    padding-bottom: 5.75rem !important;
  }
}
.helper-padding-115 {
  padding: 11.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-115 {
    padding: 5.75rem !important;
  }
}
.helper-height-230 {
  height: 23rem !important;
}
@media screen and (max-width: 768px) {
  .helper-height-230 {
    height: 11.5rem !important;
  }
}
.helper-radius-23 {
  border-radius: 2.3rem !important;
}
@media screen and (max-width: 768px) {
  .helper-radius-23 {
    border-radius: 1.15rem !important;
  }
}
.helper-gap-115 {
  gap: 11.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-gap-115 {
    gap: 5.75rem !important;
  }
}
.helper-margin-top-120 {
  margin-top: 12rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-top-120 {
    margin-top: 6rem !important;
  }
}
.helper-margin-bottom-120 {
  margin-bottom: 12rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-bottom-120 {
    margin-bottom: 6rem !important;
  }
}
.helper-padding-top-120 {
  padding-top: 12rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-top-120 {
    padding-top: 6rem !important;
  }
}
.helper-padding-bottom-120 {
  padding-bottom: 12rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-bottom-120 {
    padding-bottom: 6rem !important;
  }
}
.helper-padding-120 {
  padding: 12rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-120 {
    padding: 6rem !important;
  }
}
.helper-height-240 {
  height: 24rem !important;
}
@media screen and (max-width: 768px) {
  .helper-height-240 {
    height: 12rem !important;
  }
}
.helper-radius-24 {
  border-radius: 2.4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-radius-24 {
    border-radius: 1.2rem !important;
  }
}
.helper-gap-120 {
  gap: 12rem !important;
}
@media screen and (max-width: 768px) {
  .helper-gap-120 {
    gap: 6rem !important;
  }
}
.helper-margin-top-125 {
  margin-top: 12.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-top-125 {
    margin-top: 6.25rem !important;
  }
}
.helper-margin-bottom-125 {
  margin-bottom: 12.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-bottom-125 {
    margin-bottom: 6.25rem !important;
  }
}
.helper-padding-top-125 {
  padding-top: 12.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-top-125 {
    padding-top: 6.25rem !important;
  }
}
.helper-padding-bottom-125 {
  padding-bottom: 12.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-bottom-125 {
    padding-bottom: 6.25rem !important;
  }
}
.helper-padding-125 {
  padding: 12.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-125 {
    padding: 6.25rem !important;
  }
}
.helper-height-250 {
  height: 25rem !important;
}
@media screen and (max-width: 768px) {
  .helper-height-250 {
    height: 12.5rem !important;
  }
}
.helper-radius-25 {
  border-radius: 2.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-radius-25 {
    border-radius: 1.25rem !important;
  }
}
.helper-gap-125 {
  gap: 12.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-gap-125 {
    gap: 6.25rem !important;
  }
}
.helper-margin-top-130 {
  margin-top: 13rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-top-130 {
    margin-top: 6.5rem !important;
  }
}
.helper-margin-bottom-130 {
  margin-bottom: 13rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-bottom-130 {
    margin-bottom: 6.5rem !important;
  }
}
.helper-padding-top-130 {
  padding-top: 13rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-top-130 {
    padding-top: 6.5rem !important;
  }
}
.helper-padding-bottom-130 {
  padding-bottom: 13rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-bottom-130 {
    padding-bottom: 6.5rem !important;
  }
}
.helper-padding-130 {
  padding: 13rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-130 {
    padding: 6.5rem !important;
  }
}
.helper-height-260 {
  height: 26rem !important;
}
@media screen and (max-width: 768px) {
  .helper-height-260 {
    height: 13rem !important;
  }
}
.helper-radius-26 {
  border-radius: 2.6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-radius-26 {
    border-radius: 1.3rem !important;
  }
}
.helper-gap-130 {
  gap: 13rem !important;
}
@media screen and (max-width: 768px) {
  .helper-gap-130 {
    gap: 6.5rem !important;
  }
}
.helper-margin-top-135 {
  margin-top: 13.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-top-135 {
    margin-top: 6.75rem !important;
  }
}
.helper-margin-bottom-135 {
  margin-bottom: 13.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-bottom-135 {
    margin-bottom: 6.75rem !important;
  }
}
.helper-padding-top-135 {
  padding-top: 13.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-top-135 {
    padding-top: 6.75rem !important;
  }
}
.helper-padding-bottom-135 {
  padding-bottom: 13.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-bottom-135 {
    padding-bottom: 6.75rem !important;
  }
}
.helper-padding-135 {
  padding: 13.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-135 {
    padding: 6.75rem !important;
  }
}
.helper-height-270 {
  height: 27rem !important;
}
@media screen and (max-width: 768px) {
  .helper-height-270 {
    height: 13.5rem !important;
  }
}
.helper-radius-27 {
  border-radius: 2.7rem !important;
}
@media screen and (max-width: 768px) {
  .helper-radius-27 {
    border-radius: 1.35rem !important;
  }
}
.helper-gap-135 {
  gap: 13.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-gap-135 {
    gap: 6.75rem !important;
  }
}
.helper-margin-top-140 {
  margin-top: 14rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-top-140 {
    margin-top: 7rem !important;
  }
}
.helper-margin-bottom-140 {
  margin-bottom: 14rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-bottom-140 {
    margin-bottom: 7rem !important;
  }
}
.helper-padding-top-140 {
  padding-top: 14rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-top-140 {
    padding-top: 7rem !important;
  }
}
.helper-padding-bottom-140 {
  padding-bottom: 14rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-bottom-140 {
    padding-bottom: 7rem !important;
  }
}
.helper-padding-140 {
  padding: 14rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-140 {
    padding: 7rem !important;
  }
}
.helper-height-280 {
  height: 28rem !important;
}
@media screen and (max-width: 768px) {
  .helper-height-280 {
    height: 14rem !important;
  }
}
.helper-radius-28 {
  border-radius: 2.8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-radius-28 {
    border-radius: 1.4rem !important;
  }
}
.helper-gap-140 {
  gap: 14rem !important;
}
@media screen and (max-width: 768px) {
  .helper-gap-140 {
    gap: 7rem !important;
  }
}
.helper-margin-top-145 {
  margin-top: 14.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-top-145 {
    margin-top: 7.25rem !important;
  }
}
.helper-margin-bottom-145 {
  margin-bottom: 14.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-bottom-145 {
    margin-bottom: 7.25rem !important;
  }
}
.helper-padding-top-145 {
  padding-top: 14.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-top-145 {
    padding-top: 7.25rem !important;
  }
}
.helper-padding-bottom-145 {
  padding-bottom: 14.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-bottom-145 {
    padding-bottom: 7.25rem !important;
  }
}
.helper-padding-145 {
  padding: 14.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-145 {
    padding: 7.25rem !important;
  }
}
.helper-height-290 {
  height: 29rem !important;
}
@media screen and (max-width: 768px) {
  .helper-height-290 {
    height: 14.5rem !important;
  }
}
.helper-radius-29 {
  border-radius: 2.9rem !important;
}
@media screen and (max-width: 768px) {
  .helper-radius-29 {
    border-radius: 1.45rem !important;
  }
}
.helper-gap-145 {
  gap: 14.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-gap-145 {
    gap: 7.25rem !important;
  }
}
.helper-margin-top-150 {
  margin-top: 15rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-top-150 {
    margin-top: 7.5rem !important;
  }
}
.helper-margin-bottom-150 {
  margin-bottom: 15rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-bottom-150 {
    margin-bottom: 7.5rem !important;
  }
}
.helper-padding-top-150 {
  padding-top: 15rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-top-150 {
    padding-top: 7.5rem !important;
  }
}
.helper-padding-bottom-150 {
  padding-bottom: 15rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-bottom-150 {
    padding-bottom: 7.5rem !important;
  }
}
.helper-padding-150 {
  padding: 15rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-150 {
    padding: 7.5rem !important;
  }
}
.helper-height-300 {
  height: 30rem !important;
}
@media screen and (max-width: 768px) {
  .helper-height-300 {
    height: 15rem !important;
  }
}
.helper-radius-30 {
  border-radius: 3rem !important;
}
@media screen and (max-width: 768px) {
  .helper-radius-30 {
    border-radius: 1.5rem !important;
  }
}
.helper-gap-150 {
  gap: 15rem !important;
}
@media screen and (max-width: 768px) {
  .helper-gap-150 {
    gap: 7.5rem !important;
  }
}
.helper-margin-top-155 {
  margin-top: 15.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-top-155 {
    margin-top: 7.75rem !important;
  }
}
.helper-margin-bottom-155 {
  margin-bottom: 15.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-bottom-155 {
    margin-bottom: 7.75rem !important;
  }
}
.helper-padding-top-155 {
  padding-top: 15.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-top-155 {
    padding-top: 7.75rem !important;
  }
}
.helper-padding-bottom-155 {
  padding-bottom: 15.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-bottom-155 {
    padding-bottom: 7.75rem !important;
  }
}
.helper-padding-155 {
  padding: 15.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-155 {
    padding: 7.75rem !important;
  }
}
.helper-height-310 {
  height: 31rem !important;
}
@media screen and (max-width: 768px) {
  .helper-height-310 {
    height: 15.5rem !important;
  }
}
.helper-radius-31 {
  border-radius: 3.1rem !important;
}
@media screen and (max-width: 768px) {
  .helper-radius-31 {
    border-radius: 1.55rem !important;
  }
}
.helper-gap-155 {
  gap: 15.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-gap-155 {
    gap: 7.75rem !important;
  }
}
.helper-margin-top-160 {
  margin-top: 16rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-top-160 {
    margin-top: 8rem !important;
  }
}
.helper-margin-bottom-160 {
  margin-bottom: 16rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-bottom-160 {
    margin-bottom: 8rem !important;
  }
}
.helper-padding-top-160 {
  padding-top: 16rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-top-160 {
    padding-top: 8rem !important;
  }
}
.helper-padding-bottom-160 {
  padding-bottom: 16rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-bottom-160 {
    padding-bottom: 8rem !important;
  }
}
.helper-padding-160 {
  padding: 16rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-160 {
    padding: 8rem !important;
  }
}
.helper-height-320 {
  height: 32rem !important;
}
@media screen and (max-width: 768px) {
  .helper-height-320 {
    height: 16rem !important;
  }
}
.helper-radius-32 {
  border-radius: 3.2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-radius-32 {
    border-radius: 1.6rem !important;
  }
}
.helper-gap-160 {
  gap: 16rem !important;
}
@media screen and (max-width: 768px) {
  .helper-gap-160 {
    gap: 8rem !important;
  }
}
.helper-margin-top-165 {
  margin-top: 16.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-top-165 {
    margin-top: 8.25rem !important;
  }
}
.helper-margin-bottom-165 {
  margin-bottom: 16.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-bottom-165 {
    margin-bottom: 8.25rem !important;
  }
}
.helper-padding-top-165 {
  padding-top: 16.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-top-165 {
    padding-top: 8.25rem !important;
  }
}
.helper-padding-bottom-165 {
  padding-bottom: 16.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-bottom-165 {
    padding-bottom: 8.25rem !important;
  }
}
.helper-padding-165 {
  padding: 16.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-165 {
    padding: 8.25rem !important;
  }
}
.helper-height-330 {
  height: 33rem !important;
}
@media screen and (max-width: 768px) {
  .helper-height-330 {
    height: 16.5rem !important;
  }
}
.helper-radius-33 {
  border-radius: 3.3rem !important;
}
@media screen and (max-width: 768px) {
  .helper-radius-33 {
    border-radius: 1.65rem !important;
  }
}
.helper-gap-165 {
  gap: 16.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-gap-165 {
    gap: 8.25rem !important;
  }
}
.helper-margin-top-170 {
  margin-top: 17rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-top-170 {
    margin-top: 8.5rem !important;
  }
}
.helper-margin-bottom-170 {
  margin-bottom: 17rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-bottom-170 {
    margin-bottom: 8.5rem !important;
  }
}
.helper-padding-top-170 {
  padding-top: 17rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-top-170 {
    padding-top: 8.5rem !important;
  }
}
.helper-padding-bottom-170 {
  padding-bottom: 17rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-bottom-170 {
    padding-bottom: 8.5rem !important;
  }
}
.helper-padding-170 {
  padding: 17rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-170 {
    padding: 8.5rem !important;
  }
}
.helper-height-340 {
  height: 34rem !important;
}
@media screen and (max-width: 768px) {
  .helper-height-340 {
    height: 17rem !important;
  }
}
.helper-radius-34 {
  border-radius: 3.4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-radius-34 {
    border-radius: 1.7rem !important;
  }
}
.helper-gap-170 {
  gap: 17rem !important;
}
@media screen and (max-width: 768px) {
  .helper-gap-170 {
    gap: 8.5rem !important;
  }
}
.helper-margin-top-175 {
  margin-top: 17.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-top-175 {
    margin-top: 8.75rem !important;
  }
}
.helper-margin-bottom-175 {
  margin-bottom: 17.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-bottom-175 {
    margin-bottom: 8.75rem !important;
  }
}
.helper-padding-top-175 {
  padding-top: 17.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-top-175 {
    padding-top: 8.75rem !important;
  }
}
.helper-padding-bottom-175 {
  padding-bottom: 17.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-bottom-175 {
    padding-bottom: 8.75rem !important;
  }
}
.helper-padding-175 {
  padding: 17.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-175 {
    padding: 8.75rem !important;
  }
}
.helper-height-350 {
  height: 35rem !important;
}
@media screen and (max-width: 768px) {
  .helper-height-350 {
    height: 17.5rem !important;
  }
}
.helper-radius-35 {
  border-radius: 3.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-radius-35 {
    border-radius: 1.75rem !important;
  }
}
.helper-gap-175 {
  gap: 17.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-gap-175 {
    gap: 8.75rem !important;
  }
}
.helper-margin-top-180 {
  margin-top: 18rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-top-180 {
    margin-top: 9rem !important;
  }
}
.helper-margin-bottom-180 {
  margin-bottom: 18rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-bottom-180 {
    margin-bottom: 9rem !important;
  }
}
.helper-padding-top-180 {
  padding-top: 18rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-top-180 {
    padding-top: 9rem !important;
  }
}
.helper-padding-bottom-180 {
  padding-bottom: 18rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-bottom-180 {
    padding-bottom: 9rem !important;
  }
}
.helper-padding-180 {
  padding: 18rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-180 {
    padding: 9rem !important;
  }
}
.helper-height-360 {
  height: 36rem !important;
}
@media screen and (max-width: 768px) {
  .helper-height-360 {
    height: 18rem !important;
  }
}
.helper-radius-36 {
  border-radius: 3.6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-radius-36 {
    border-radius: 1.8rem !important;
  }
}
.helper-gap-180 {
  gap: 18rem !important;
}
@media screen and (max-width: 768px) {
  .helper-gap-180 {
    gap: 9rem !important;
  }
}
.helper-margin-top-185 {
  margin-top: 18.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-top-185 {
    margin-top: 9.25rem !important;
  }
}
.helper-margin-bottom-185 {
  margin-bottom: 18.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-bottom-185 {
    margin-bottom: 9.25rem !important;
  }
}
.helper-padding-top-185 {
  padding-top: 18.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-top-185 {
    padding-top: 9.25rem !important;
  }
}
.helper-padding-bottom-185 {
  padding-bottom: 18.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-bottom-185 {
    padding-bottom: 9.25rem !important;
  }
}
.helper-padding-185 {
  padding: 18.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-185 {
    padding: 9.25rem !important;
  }
}
.helper-height-370 {
  height: 37rem !important;
}
@media screen and (max-width: 768px) {
  .helper-height-370 {
    height: 18.5rem !important;
  }
}
.helper-radius-37 {
  border-radius: 3.7rem !important;
}
@media screen and (max-width: 768px) {
  .helper-radius-37 {
    border-radius: 1.85rem !important;
  }
}
.helper-gap-185 {
  gap: 18.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-gap-185 {
    gap: 9.25rem !important;
  }
}
.helper-margin-top-190 {
  margin-top: 19rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-top-190 {
    margin-top: 9.5rem !important;
  }
}
.helper-margin-bottom-190 {
  margin-bottom: 19rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-bottom-190 {
    margin-bottom: 9.5rem !important;
  }
}
.helper-padding-top-190 {
  padding-top: 19rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-top-190 {
    padding-top: 9.5rem !important;
  }
}
.helper-padding-bottom-190 {
  padding-bottom: 19rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-bottom-190 {
    padding-bottom: 9.5rem !important;
  }
}
.helper-padding-190 {
  padding: 19rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-190 {
    padding: 9.5rem !important;
  }
}
.helper-height-380 {
  height: 38rem !important;
}
@media screen and (max-width: 768px) {
  .helper-height-380 {
    height: 19rem !important;
  }
}
.helper-radius-38 {
  border-radius: 3.8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-radius-38 {
    border-radius: 1.9rem !important;
  }
}
.helper-gap-190 {
  gap: 19rem !important;
}
@media screen and (max-width: 768px) {
  .helper-gap-190 {
    gap: 9.5rem !important;
  }
}
.helper-margin-top-195 {
  margin-top: 19.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-top-195 {
    margin-top: 9.75rem !important;
  }
}
.helper-margin-bottom-195 {
  margin-bottom: 19.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-bottom-195 {
    margin-bottom: 9.75rem !important;
  }
}
.helper-padding-top-195 {
  padding-top: 19.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-top-195 {
    padding-top: 9.75rem !important;
  }
}
.helper-padding-bottom-195 {
  padding-bottom: 19.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-bottom-195 {
    padding-bottom: 9.75rem !important;
  }
}
.helper-padding-195 {
  padding: 19.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-195 {
    padding: 9.75rem !important;
  }
}
.helper-height-390 {
  height: 39rem !important;
}
@media screen and (max-width: 768px) {
  .helper-height-390 {
    height: 19.5rem !important;
  }
}
.helper-radius-39 {
  border-radius: 3.9rem !important;
}
@media screen and (max-width: 768px) {
  .helper-radius-39 {
    border-radius: 1.95rem !important;
  }
}
.helper-gap-195 {
  gap: 19.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-gap-195 {
    gap: 9.75rem !important;
  }
}
.helper-margin-top-200 {
  margin-top: 20rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-top-200 {
    margin-top: 10rem !important;
  }
}
.helper-margin-bottom-200 {
  margin-bottom: 20rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-bottom-200 {
    margin-bottom: 10rem !important;
  }
}
.helper-padding-top-200 {
  padding-top: 20rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-top-200 {
    padding-top: 10rem !important;
  }
}
.helper-padding-bottom-200 {
  padding-bottom: 20rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-bottom-200 {
    padding-bottom: 10rem !important;
  }
}
.helper-padding-200 {
  padding: 20rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-200 {
    padding: 10rem !important;
  }
}
.helper-height-400 {
  height: 40rem !important;
}
@media screen and (max-width: 768px) {
  .helper-height-400 {
    height: 20rem !important;
  }
}
.helper-radius-40 {
  border-radius: 4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-radius-40 {
    border-radius: 2rem !important;
  }
}
.helper-gap-200 {
  gap: 20rem !important;
}
@media screen and (max-width: 768px) {
  .helper-gap-200 {
    gap: 10rem !important;
  }
}
.helper-percent-width-5 {
  width: 5% !important;
}
.helper-percent-width-10 {
  width: 10% !important;
}
.helper-percent-width-15 {
  width: 15% !important;
}
.helper-percent-width-20 {
  width: 20% !important;
}
.helper-percent-width-25 {
  width: 25% !important;
}
.helper-percent-width-30 {
  width: 30% !important;
}
.helper-percent-width-35 {
  width: 35% !important;
}
.helper-percent-width-40 {
  width: 40% !important;
}
.helper-percent-width-45 {
  width: 45% !important;
}
.helper-percent-width-50 {
  width: 50% !important;
}
.helper-percent-width-55 {
  width: 55% !important;
}
.helper-percent-width-60 {
  width: 60% !important;
}
.helper-percent-width-65 {
  width: 65% !important;
}
.helper-percent-width-70 {
  width: 70% !important;
}
.helper-percent-width-75 {
  width: 75% !important;
}
.helper-percent-width-80 {
  width: 80% !important;
}
.helper-percent-width-85 {
  width: 85% !important;
}
.helper-percent-width-90 {
  width: 90% !important;
}
.helper-percent-width-95 {
  width: 95% !important;
}
.helper-percent-width-100 {
  width: 100% !important;
}
.helper-font-family-en {
  font-family: "Roboto Condensed", sans-serif !important;
}
.helper-font-weight-bold {
  font-weight: bold !important;
}
.helper-font-weight-normal {
  font-weight: normal !important;
}
.helper-text-align-center {
  text-align: center !important;
}
.helper-text-align-right {
  text-align: right !important;
}
.helper-flex-row-center {
  display: flex !important;
  justify-content: center !important;
}
.helper-flex-row {
  display: flex !important;
  flex-wrap: wrap;
  flex-direction: row !important;
  gap: 2rem !important;
}
.helper-text-decoration-underline {
  text-decoration: underline !important;
}
@media screen and (min-width: 769px) {
  .helper-float-right {
    float: right;
    margin-left: 6rem;
  }
}
@media screen and (min-width: 769px) {
  .helper-float-left {
    float: left;
    margin-right: 6rem;
  }
}
.helper-centering {
  margin-left: auto !important;
  margin-right: auto !important;
}
.helper-color-strong {
  color: #ED6E1F !important;
}