@charset "UTF-8";
/* 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 (max-width: 1600px) {
  html {
    font-size: 0.625vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.6041666667vw;
  }
}
body {
  color: #312D2A;
  background: #fff;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.01em;
  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%;
}
body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40rem;
  pointer-events: none;
  transition: background-color 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
  will-change: background-color;
}
a {
  color: #312D2A;
}
@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;
}
@media print {
  .animation-slide-in, .animation-child {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    transition: none !important;
    animation: none !important;
  }
  body, html, .wrapper {
    height: auto !important;
    overflow: visible !important;
    font-size: 90% !important;
  }
  img {
    display: block !important;
    opacity: 1 !important;
  }
}
[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-origin span:nth-child(1),
[data-hover-text] .hover-text-clone span:nth-child(1),
a:has([data-hover-text]) .hover-text-origin span:nth-child(1),
a:has([data-hover-text]) .hover-text-clone span:nth-child(1) {
  transition-delay: 0.03s;
}
[data-hover-text] .hover-text-origin span:nth-child(2),
[data-hover-text] .hover-text-clone span:nth-child(2),
a:has([data-hover-text]) .hover-text-origin span:nth-child(2),
a:has([data-hover-text]) .hover-text-clone span:nth-child(2) {
  transition-delay: 0.06s;
}
[data-hover-text] .hover-text-origin span:nth-child(3),
[data-hover-text] .hover-text-clone span:nth-child(3),
a:has([data-hover-text]) .hover-text-origin span:nth-child(3),
a:has([data-hover-text]) .hover-text-clone span:nth-child(3) {
  transition-delay: 0.09s;
}
[data-hover-text] .hover-text-origin span:nth-child(4),
[data-hover-text] .hover-text-clone span:nth-child(4),
a:has([data-hover-text]) .hover-text-origin span:nth-child(4),
a:has([data-hover-text]) .hover-text-clone span:nth-child(4) {
  transition-delay: 0.12s;
}
[data-hover-text] .hover-text-origin span:nth-child(5),
[data-hover-text] .hover-text-clone span:nth-child(5),
a:has([data-hover-text]) .hover-text-origin span:nth-child(5),
a:has([data-hover-text]) .hover-text-clone span:nth-child(5) {
  transition-delay: 0.15s;
}
[data-hover-text] .hover-text-origin span:nth-child(6),
[data-hover-text] .hover-text-clone span:nth-child(6),
a:has([data-hover-text]) .hover-text-origin span:nth-child(6),
a:has([data-hover-text]) .hover-text-clone span:nth-child(6) {
  transition-delay: 0.18s;
}
[data-hover-text] .hover-text-origin span:nth-child(7),
[data-hover-text] .hover-text-clone span:nth-child(7),
a:has([data-hover-text]) .hover-text-origin span:nth-child(7),
a:has([data-hover-text]) .hover-text-clone span:nth-child(7) {
  transition-delay: 0.21s;
}
[data-hover-text] .hover-text-origin span:nth-child(8),
[data-hover-text] .hover-text-clone span:nth-child(8),
a:has([data-hover-text]) .hover-text-origin span:nth-child(8),
a:has([data-hover-text]) .hover-text-clone span:nth-child(8) {
  transition-delay: 0.24s;
}
[data-hover-text] .hover-text-origin span:nth-child(9),
[data-hover-text] .hover-text-clone span:nth-child(9),
a:has([data-hover-text]) .hover-text-origin span:nth-child(9),
a:has([data-hover-text]) .hover-text-clone span:nth-child(9) {
  transition-delay: 0.27s;
}
[data-hover-text] .hover-text-origin span:nth-child(10),
[data-hover-text] .hover-text-clone span:nth-child(10),
a:has([data-hover-text]) .hover-text-origin span:nth-child(10),
a:has([data-hover-text]) .hover-text-clone span:nth-child(10) {
  transition-delay: 0.3s;
}
[data-hover-text] .hover-text-origin span:nth-child(11),
[data-hover-text] .hover-text-clone span:nth-child(11),
a:has([data-hover-text]) .hover-text-origin span:nth-child(11),
a:has([data-hover-text]) .hover-text-clone span:nth-child(11) {
  transition-delay: 0.33s;
}
[data-hover-text] .hover-text-origin span:nth-child(12),
[data-hover-text] .hover-text-clone span:nth-child(12),
a:has([data-hover-text]) .hover-text-origin span:nth-child(12),
a:has([data-hover-text]) .hover-text-clone span:nth-child(12) {
  transition-delay: 0.36s;
}
[data-hover-text] .hover-text-origin span:nth-child(13),
[data-hover-text] .hover-text-clone span:nth-child(13),
a:has([data-hover-text]) .hover-text-origin span:nth-child(13),
a:has([data-hover-text]) .hover-text-clone span:nth-child(13) {
  transition-delay: 0.39s;
}
[data-hover-text] .hover-text-origin span:nth-child(14),
[data-hover-text] .hover-text-clone span:nth-child(14),
a:has([data-hover-text]) .hover-text-origin span:nth-child(14),
a:has([data-hover-text]) .hover-text-clone span:nth-child(14) {
  transition-delay: 0.42s;
}
[data-hover-text] .hover-text-origin span:nth-child(15),
[data-hover-text] .hover-text-clone span:nth-child(15),
a:has([data-hover-text]) .hover-text-origin span:nth-child(15),
a:has([data-hover-text]) .hover-text-clone span:nth-child(15) {
  transition-delay: 0.45s;
}
[data-hover-text] .hover-text-origin span:nth-child(16),
[data-hover-text] .hover-text-clone span:nth-child(16),
a:has([data-hover-text]) .hover-text-origin span:nth-child(16),
a:has([data-hover-text]) .hover-text-clone span:nth-child(16) {
  transition-delay: 0.48s;
}
[data-hover-text] .hover-text-origin span:nth-child(17),
[data-hover-text] .hover-text-clone span:nth-child(17),
a:has([data-hover-text]) .hover-text-origin span:nth-child(17),
a:has([data-hover-text]) .hover-text-clone span:nth-child(17) {
  transition-delay: 0.51s;
}
[data-hover-text] .hover-text-origin span:nth-child(18),
[data-hover-text] .hover-text-clone span:nth-child(18),
a:has([data-hover-text]) .hover-text-origin span:nth-child(18),
a:has([data-hover-text]) .hover-text-clone span:nth-child(18) {
  transition-delay: 0.54s;
}
[data-hover-text] .hover-text-origin span:nth-child(19),
[data-hover-text] .hover-text-clone span:nth-child(19),
a:has([data-hover-text]) .hover-text-origin span:nth-child(19),
a:has([data-hover-text]) .hover-text-clone span:nth-child(19) {
  transition-delay: 0.57s;
}
[data-hover-text] .hover-text-origin span:nth-child(20),
[data-hover-text] .hover-text-clone span:nth-child(20),
a:has([data-hover-text]) .hover-text-origin span:nth-child(20),
a:has([data-hover-text]) .hover-text-clone span:nth-child(20) {
  transition-delay: 0.6s;
}
[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(4rem);
  transition: opacity 0.4s 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;
}
.animation-slide-in.is-inview {
  opacity: 1;
  transform: translateY(0);
}
.animation-child-slide-in .animation-child {
  opacity: 0;
  transform: translateY(4rem);
  transition: opacity 0.4s 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;
}
.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-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;
}
.layout-container {
  padding-top: 8.6rem;
}
@media screen and (max-width: 768px) {
  .layout-container {
    overflow: clip;
    padding-top: 5rem;
  }
}
.layout-footer {
  padding: 6rem 4rem;
  color: #fff;
  background: #312D2A;
}
@media screen and (max-width: 768px) {
  .layout-footer {
    padding: 4rem 2rem;
  }
}
.layout-footer__top {
  width: 100%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
}
.layout-footer__bottom {
  width: 100%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  margin-top: 5rem;
  padding-top: 5rem;
  border-top: 1px solid #565351;
}
@media screen and (max-width: 768px) {
  .layout-footer__bottom {
    justify-content: center;
    margin-top: 2rem;
    padding-top: 2rem;
  }
}
.layout-footer__bottom-item:nth-child(2) {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .layout-footer__bottom-item:nth-child(2) {
    align-items: center;
  }
}
.layout-footer .footer-title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .layout-footer .footer-title {
    font-size: 2rem;
  }
}
.layout-footer .footer-lead {
  margin-top: 1rem;
  font-size: 1.3rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .layout-footer .footer-lead {
    margin-top: 1rem;
    font-size: 1.2rem;
  }
}
.layout-footer .footer-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  margin-top: 5rem;
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .layout-footer .footer-cta {
    flex-direction: column;
    gap: 1rem;
    margin-top: 2rem;
  }
}
.layout-footer .footer-cta__item {
  display: flex;
  flex-direction: column;
  width: calc(50% - 2rem);
}
@media screen and (max-width: 768px) {
  .layout-footer .footer-cta__item {
    width: 100%;
  }
}
.layout-footer .footer-cta__item a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 7rem;
  padding: 0 1.5rem;
  background: #F74939;
  color: #fff;
  border-radius: 0.6rem;
  text-decoration: none;
  user-select: none;
  transition: background-color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media screen and (max-width: 768px) {
  .layout-footer .footer-cta__item a {
    height: 5.4rem;
    padding: 0 1.5rem;
    border-radius: 0.4rem;
  }
}
@media (hover: hover) {
  .layout-footer .footer-cta__item a:hover {
    background: #f31d0a;
  }
}
@media (hover: none) {
  .layout-footer .footer-cta__item a:active {
    background: #f31d0a;
  }
}
.layout-footer .footer-cta__item a .component-button-arrow {
  right: 2.5rem;
}
@media screen and (max-width: 768px) {
  .layout-footer .footer-cta__item a .component-button-arrow {
    right: 1rem;
  }
}
.layout-footer .footer-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 5rem;
  width: 58rem;
  font-size: 1.3rem;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .layout-footer .footer-menu {
    display: none;
  }
}
.layout-footer .footer-menu__item {
  width: 16rem;
}
.layout-footer .footer-menu a {
  color: #fff;
  text-decoration: none;
  user-select: none;
  transition: color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media (hover: hover) {
  .layout-footer .footer-menu a:hover {
    color: #F74939;
  }
}
@media (hover: none) {
  .layout-footer .footer-menu a:active {
    color: #F74939;
  }
}
.layout-footer .footer-sub-menu {
  display: flex;
  gap: 3rem;
  font-size: 1rem;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .layout-footer .footer-sub-menu {
    justify-content: center;
  }
}
.layout-footer .footer-sub-menu a {
  color: #fff;
  text-decoration: none;
  user-select: none;
  transition: color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media (hover: hover) {
  .layout-footer .footer-sub-menu a:hover {
    color: #F74939;
  }
}
@media (hover: none) {
  .layout-footer .footer-sub-menu a:active {
    color: #F74939;
  }
}
.layout-footer .footer-copyright {
  margin-top: auto;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .layout-footer .footer-copyright {
    margin-top: 3.5rem;
    text-align: center;
  }
}
.layout-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 8.6rem;
  padding: 0 3rem;
  background: #fff;
  border-bottom: 1px solid #D4D4D4;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .layout-header {
    height: 5rem;
    padding: 0 0 0 1.5rem;
  }
}
.layout-header__inner {
  display: flex;
  align-items: center;
  height: 100%;
}
.layout-header .header-logo {
  position: relative;
  z-index: 10;
}
.layout-header .header-logo a {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  text-decoration: none;
  user-select: none;
}
@media screen and (max-width: 768px) {
  .layout-header .header-logo a {
    gap: 0.4rem;
  }
}
.layout-header .header-logo__image {
  display: block;
  width: 22.9rem;
}
@media screen and (max-width: 768px) {
  .layout-header .header-logo__image {
    width: 12rem;
  }
}
.layout-header .header-logo__text {
  font-size: 1.1rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .layout-header .header-logo__text {
    font-size: 0.6rem;
  }
}
.layout-header .header-nav {
  position: relative;
  display: flex;
  align-items: center;
  gap: 3rem;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .layout-header .header-nav {
    flex-direction: column;
    align-items: flex-start;
    gap: 6rem;
    position: fixed;
    z-index: 0;
    top: 5rem;
    right: 0;
    width: 30.4rem;
    height: calc(100dvh - 5rem);
    padding: 6rem 1.8rem 2rem;
    background: #fff;
    transform: translateX(100%);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .layout-header .header-nav.is-show {
    transform: translateX(0);
  }
}
.layout-header .header-nav__text {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-end;
  gap: 1.4rem;
}
@media screen and (max-width: 768px) {
  .layout-header .header-nav__button {
    width: 100%;
  }
}
.layout-header .header-menu,
.layout-header .header-sub-menu {
  display: flex;
  align-items: center;
  gap: 3rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .layout-header .header-menu,
  .layout-header .header-sub-menu {
    flex-direction: column;
    align-items: flex-start;
    gap: 3rem;
    padding: 0 2rem;
    font-size: 1.6rem;
  }
}
.layout-header .header-menu__item,
.layout-header .header-sub-menu__item {
  position: relative;
}
.layout-header .header-menu__item a,
.layout-header .header-sub-menu__item a {
  position: relative;
  display: block;
  text-decoration: none;
  user-select: none;
}
.layout-header .header-menu__item a::after,
.layout-header .header-sub-menu__item a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.4rem;
  left: 0;
  width: 100%;
  height: 1px;
  background: #F74939;
  opacity: 0;
  transition: color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1), opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  will-change: opacity;
}
@media (hover: hover) {
  .layout-header .header-menu__item a:hover,
  .layout-header .header-sub-menu__item a:hover {
    color: #F74939;
  }
  .layout-header .header-menu__item a:hover::after,
  .layout-header .header-sub-menu__item a:hover::after {
    opacity: 1;
  }
}
@media (hover: none) {
  .layout-header .header-menu__item a:active,
  .layout-header .header-sub-menu__item a:active {
    color: #F74939;
  }
  .layout-header .header-menu__item a:active::after,
  .layout-header .header-sub-menu__item a:active::after {
    opacity: 1;
  }
}
.layout-header .header-menu__item a.is-current,
.layout-header .header-sub-menu__item a.is-current {
  color: #F74939;
}
.layout-header .header-menu__item a.is-current::after,
.layout-header .header-sub-menu__item a.is-current::after {
  opacity: 1;
}
.layout-header .header-sub-menu {
  gap: 2rem;
}
@media screen and (min-width: 769px) {
  .layout-header .header-sub-menu {
    font-size: 1.2rem;
  }
}
.layout-header .header-cta {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .layout-header .header-cta {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .layout-header .header-cta__item {
    width: 100%;
  }
}
.layout-header .header-cta__item a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5rem;
  padding: 0 4rem 0 1.5rem;
  background: #F74939;
  color: #fff;
  border-radius: 0.6rem;
  text-decoration: none;
  user-select: none;
  transition: background-color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media (hover: hover) {
  .layout-header .header-cta__item a:hover {
    background: #f31d0a;
  }
}
@media (hover: none) {
  .layout-header .header-cta__item a:active {
    background: #f31d0a;
  }
}
.layout-header .header-hamburger {
  display: none;
  position: relative;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .layout-header .header-hamburger {
    display: flex;
  }
}
.layout-header .header-hamburger__line {
  position: absolute;
  top: calc(50% - 0.1rem);
  left: calc(50% - 1rem);
  display: block;
  width: 2rem;
  height: 0.2rem;
  background: #312D2A;
  transition: transform 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) {
  transform: translateY(-0.7rem);
}
.layout-header .header-hamburger__line:nth-child(2) {
  transform: translateY(0.7rem);
}
.layout-header .header-hamburger.is-show .header-hamburger__line:nth-child(1) {
  transform: translateY(0) rotate(45deg);
}
.layout-header .header-hamburger.is-show .header-hamburger__line:nth-child(2) {
  transform: translateY(0) rotate(-45deg);
}
.layout-header .header-hamburger.is-show .header-hamburger__line:nth-child(3) {
  opacity: 0;
}
.component-article {
  position: relative;
  padding: 5rem 4rem 10rem;
}
@media screen and (max-width: 768px) {
  .component-article {
    padding: 2.5rem 2rem 5rem;
  }
}
.component-article > *:first-child {
  margin-top: 0;
}
.component-article__inner {
  width: 100%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
.component-article__inner > *:first-child {
  margin-top: 0;
}
.component-article__header > *:first-child {
  margin-top: 0;
}
.component-article__title {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .component-article__title {
    font-size: 2.8rem;
  }
}
.component-article__meta {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-top: 1.2rem;
}
@media screen and (max-width: 768px) {
  .component-article__meta {
    gap: 1.2rem;
    margin-top: 0.8rem;
  }
}
.component-article__category {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.3rem;
  padding: 0 1rem 0.2rem;
  border-radius: 0.4rem;
  color: #fff;
  background: #F74939;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .component-article__category {
    height: 2rem;
    padding: 0 0.8rem 0.1rem;
    border-radius: 0.3rem;
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 768px) {
  .component-article__date {
    font-size: 1.2rem;
  }
}
.component-article__content {
  display: flex;
  align-items: flex-start;
  gap: 8rem;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .component-article__content {
    flex-direction: column;
    gap: 3rem;
    margin-top: 1.5rem;
  }
}
.component-article__content > *:first-child {
  margin-top: 0;
}
.component-article__main {
  flex: 1;
}
.component-article__image + * {
  margin-top: 2rem !important;
}
@media screen and (max-width: 768px) {
  .component-article__image + * {
    margin-top: 1.5rem !important;
  }
}
.component-article__heading {
  margin-top: 4rem;
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .component-article__heading {
    margin-top: 2.5rem;
    font-size: 2rem;
  }
}
.component-article__text {
  margin-top: 0.8rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .component-article__text {
    margin-top: 0.4rem;
  }
}
.component-article-box {
  margin-top: 2rem;
  padding: 2rem 3rem;
  background: #FBF9F5;
}
@media screen and (max-width: 768px) {
  .component-article-box {
    margin-top: 1.5rem;
    padding: 1.5rem 2rem;
  }
}
.component-article-box__title {
  font-weight: 700;
}
.component-article-box__list {
  list-style: disc;
  margin-top: 0.5rem;
  padding-left: 4.5rem;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .component-article-box__list {
    margin-top: 0.3rem;
    padding-left: 3rem;
    font-size: 1.2rem;
  }
}
.component-article-dl {
  margin-top: 1rem;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .component-article-dl {
    margin-top: 0.8rem;
    font-size: 1.2rem;
  }
}
.component-article-dl__title {
  padding: 0.6rem 2rem;
  background: #F7EBDB;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .component-article-dl__title {
    padding: 0.6rem 1.2rem;
  }
}
.component-article-dl__content {
  padding: 1rem 2rem;
  background: #FBF9F5;
}
@media screen and (max-width: 768px) {
  .component-article-dl__content {
    padding: 0.8rem 1.2rem;
  }
}
.component-article-dl__content > *:first-child {
  margin-top: 0;
}
.component-article-dl__heading {
  margin-top: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .component-article-dl__heading {
    margin-top: 1.5rem;
  }
}
.component-article-speaker {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-top: 1rem;
  padding: 2rem;
  border: 1px solid #d4d4d4;
}
@media screen and (max-width: 768px) {
  .component-article-speaker {
    gap: 1.5rem;
    margin-top: 0.8rem;
    flex-direction: column;
    padding: 1.2rem;
  }
}
.component-article-speaker__image {
  flex-shrink: 0;
  width: 16rem;
}
@media screen and (max-width: 768px) {
  .component-article-speaker__image {
    width: 12rem;
  }
}
.component-article-speaker__content {
  flex: 1;
}
.component-article-speaker__company {
  font-size: 1.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .component-article-speaker__company {
    font-size: 1.1rem;
  }
}
.component-article-speaker__department {
  font-size: 1.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .component-article-speaker__department {
    font-size: 1.1rem;
  }
}
.component-article-speaker__name {
  margin-top: 0.5rem;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .component-article-speaker__name {
    font-size: 1.6rem;
  }
}
.component-article-speaker__text {
  margin-top: 0.5rem;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .component-article-speaker__text {
    font-size: 1.2rem;
  }
}
.component-article__form {
  position: sticky;
  top: 11.6rem;
  flex-shrink: 0;
  width: 50rem;
  padding: 1.4rem 2rem 0;
  border: 1px solid #d4d4d4;
}
@media screen and (max-width: 768px) {
  .component-article__form {
    position: static;
    width: 100%;
    padding: 1rem 1.4rem 0;
  }
}
.component-article__form::before {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 1.2rem;
  padding-bottom: 1.4rem;
  background-color: #565351;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  content: "お申し込みフォーム";
}
.component-article__form #satori__custom_form {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  width: 100% !important;
  padding-top: 2rem !important;
}
.component-article__form #satori__creative_container *,
.component-article__form #satori__form_body {
  background: none !important;
}
.component-article__form #satori__creative_container * input[type=email],
.component-article__form #satori__creative_container * input[type=tel],
.component-article__form #satori__creative_container * input[type=text],
.component-article__form #satori__creative_container * select,
.component-article__form #satori__creative_container * textarea {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background: #fff !important;
  border: 1px solid #ddd !important;
  border-radius: 0.4rem !important;
  padding: 0 1rem 0.1rem !important;
  box-sizing: border-box !important;
  color: #333 !important;
  font-size: 1.4rem !important;
  width: 100% !important;
  height: 4.2rem !important;
}
@media screen and (max-width: 768px) {
  .component-article__form #satori__creative_container * input[type=email],
  .component-article__form #satori__creative_container * input[type=tel],
  .component-article__form #satori__creative_container * input[type=text],
  .component-article__form #satori__creative_container * select,
  .component-article__form #satori__creative_container * textarea {
    font-size: 16px !important;
  }
}
.component-article__form #satori__creative_container * input[type=email]:focus,
.component-article__form #satori__creative_container * input[type=tel]:focus,
.component-article__form #satori__creative_container * input[type=text]:focus,
.component-article__form #satori__creative_container * select:focus,
.component-article__form #satori__creative_container * textarea:focus {
  border-color: #aaa !important;
  outline: none !important;
}
.component-article__form #satori__creative_container * input[type=email]::-moz-placeholder,
.component-article__form #satori__creative_container * input[type=tel]::-moz-placeholder,
.component-article__form #satori__creative_container * input[type=text]::-moz-placeholder,
.component-article__form #satori__creative_container * select::-moz-placeholder,
.component-article__form #satori__creative_container * textarea::-moz-placeholder {
  color: #B5B5B5 !important;
}
.component-article__form #satori__creative_container * input[type=email]::placeholder,
.component-article__form #satori__creative_container * input[type=tel]::placeholder,
.component-article__form #satori__creative_container * input[type=text]::placeholder,
.component-article__form #satori__creative_container * select::placeholder,
.component-article__form #satori__creative_container * textarea::placeholder {
  color: #B5B5B5 !important;
}
.component-article__form #satori__creative_container * textarea {
  min-height: 30rem !important;
  resize: none !important;
}
@media screen and (max-width: 768px) {
  .component-article__form #satori__creative_container * textarea {
    min-height: 20rem !important;
  }
}
.component-article__form #satori__creative_container * .satori__input_group {
  padding: 0 !important;
  color: #333 !important;
  font-size: 1.6rem !important;
}
@media screen and (max-width: 768px) {
  .component-article__form #satori__creative_container * .satori__input_group {
    font-size: 1.4rem !important;
  }
}
.component-article__form #satori__creative_container * .satori__input_group:has(input[type=radio]) {
  align-items: center !important;
  display: grid !important;
  gap: 0rem 0rem !important;
  grid-template-columns: auto 1fr !important;
}
@media screen and (max-width: 768px) {
  .component-article__form #satori__creative_container * .satori__input_group:has(input[type=radio]) {
    grid-template-columns: auto 1fr !important;
  }
}
.component-article__form #satori__creative_container * .satori__input_group:has(input[type=radio]) > label:first-child {
  grid-column: 1/-1 !important;
  margin-bottom: 0.5rem !important;
}
.component-article__form #satori__creative_container * .satori__input_group:has(input[type=radio]) .satori__error_messages {
  grid-column: 1/-1 !important;
}
.component-article__form #satori__creative_container * label:has(.satori__require) {
  color: #333 !important;
  font-size: 1.6rem !important;
}
@media screen and (max-width: 768px) {
  .component-article__form #satori__creative_container * label:has(.satori__require) {
    font-size: 1.4rem !important;
  }
}
.component-article__form #satori__creative_container * label:has(.satori__not_require) {
  color: #333 !important;
  font-size: 1.6rem !important;
}
@media screen and (max-width: 768px) {
  .component-article__form #satori__creative_container * label:has(.satori__not_require) {
    font-size: 1.4rem !important;
  }
}
.component-article__form #satori__creative_container * label:has(.satori__not_require) span.satori__not_require {
  translate: 0 -0.1rem !important;
  margin-left: 1rem !important;
  padding: 0.5rem 0.8rem 0.55rem !important;
  border-radius: 0.4rem !important;
  background-color: #777 !important;
  color: #fff !important;
  font-size: 1rem !important;
}
@media screen and (max-width: 768px) {
  .component-article__form #satori__creative_container * label:has(.satori__not_require) span.satori__not_require {
    padding: 0.5rem 0.8rem 0.5rem !important;
  }
}
@media screen and (max-width: 768px) {
  .component-article__form .satori__system_notes {
    display: block !important;
  }
}
.component-article__form #satori__creative_container * .satori__require {
  translate: 0 -0.1rem !important;
  margin-left: 1rem !important;
  padding: 0.5rem 0.8rem 0.55rem !important;
  border-radius: 0.4rem !important;
  background-color: #F74939 !important;
  color: #fff !important;
  font-size: 1rem !important;
}
@media screen and (max-width: 768px) {
  .component-article__form #satori__creative_container * .satori__require {
    padding: 0.5rem 0.8rem 0.5rem !important;
  }
}
.component-article__form #satori__creative_container * .satori__notes {
  background: #fff !important;
  font-size: 1.4rem !important;
  padding: 0.5rem !important;
}
@media screen and (max-width: 768px) {
  .component-article__form #satori__creative_container * .satori__notes {
    font-size: 1.2rem !important;
  }
}
.component-article__form #satori__creative_container * input[type=radio] {
  -webkit-appearance: auto !important;
  -moz-appearance: auto !important;
  appearance: auto !important;
  cursor: pointer;
  display: inline-block !important;
  margin: 0 !important;
  transform: translateY(0.1rem);
  width: auto !important;
  margin-left: 1rem !important;
}
.component-article__form #satori__creative_container * input[type=radio] + label {
  cursor: pointer !important;
  display: inline-block !important;
  font-size: 1.6rem !important;
  font-weight: 400 !important;
  line-height: 1.4 !important;
  margin: 0 !important;
  width: auto !important;
}
@media screen and (max-width: 768px) {
  .component-article__form #satori__creative_container * input[type=radio] + label {
    font-size: 1.4rem !important;
  }
}
.component-article__form #satori__creative_container * input[type=button].satori__btn {
  border-radius: 0.6rem !important;
  cursor: pointer !important;
  display: inline-block !important;
  font-size: 1.6rem !important;
  font-weight: 700 !important;
  width: 100% !important;
  padding: 2.1rem 2rem 2.3rem !important;
  line-height: 1 !important;
  transition: all 0.3s !important;
  margin: 1rem 0 !important;
}
.component-article__form #satori__creative_container * input[type=button].satori__btn.submit {
  background-color: #F74939 !important;
  color: #fff !important;
}
.component-article__form #satori__creative_container * input[type=button].satori__btn.cancel {
  border: 1px solid #F74939 !important;
  background-color: #fff !important;
  color: #F74939 !important;
}
.component-article__form #satori__creative_container * input[type=button].satori__btn.submit:hover {
  background: #c8230c !important;
  opacity: 1 !important;
}
.component-article__form #satori__creative_container * input[type=button].satori__btn.cancel:hover {
  background: #eaaaaa !important;
  opacity: 1 !important;
}
@media screen and (max-width: 768px) {
  .component-article__form #satori__creative_container * input[type=button].satori__btn {
    font-size: 1.4rem !important;
    padding: 1.8rem 2rem 1.8rem !important;
  }
}
.component-article__form #satori__creative_container * input[type=button].satori__btn:hover {
  opacity: 1 !important;
}
.component-article__form #satori__creative_container * .satori__error_messages {
  color: #e2351c !important;
  font-size: 1.4rem !important;
  margin-top: 0.5rem !important;
}
@media screen and (max-width: 768px) {
  .component-article__form #satori__creative_container * .satori__error_messages {
    font-size: 1.2rem !important;
  }
}
.component-article__form #satori__creative_container * .satori__message.satori__privacy_policy_url a {
  color: #777 !important;
  text-decoration: underline !important;
  transition: all 0.3s !important;
}
.component-article__form #satori__creative_container * .satori__message.satori__privacy_policy_url a:hover {
  text-decoration: none !important;
}
.component-article__form #satori__creative_container * #satori__privacy_policy_agreement_wrapper {
  margin-top: 3.2rem !important;
  text-align: center !important;
}
.component-article__form #satori__creative_container * #satori__privacy_policy_agreement_wrapper a {
  color: #F74939 !important;
}
.component-article__form #satori__creative_container * #satori__privacy_policy_agreement_wrapper .satori__message {
  font-size: 1.2rem !important;
  margin: 0 0 2rem !important;
}
@media screen and (max-width: 768px) {
  .component-article__form #satori__creative_container * #satori__privacy_policy_agreement_wrapper .satori__message {
    font-size: 1.1rem !important;
  }
}
.component-article__form #satori__creative_container * #satori__privacy_policy_agreement_wrapper input[type=checkbox] {
  -webkit-appearance: auto !important;
  -moz-appearance: auto !important;
  appearance: auto !important;
  background-color: #fff !important;
  cursor: pointer;
  display: inline-block !important;
  margin-right: 0.8rem !important;
  transform: scale(1.2);
  vertical-align: baseline !important;
  width: auto !important;
}
.component-article__form #satori__creative_container * #satori__privacy_policy_agreement_wrapper label {
  cursor: pointer;
  display: inline-block !important;
  font-weight: 400 !important;
  vertical-align: baseline !important;
}
.component-article__form .satori__input_group {
  margin-bottom: 2rem !important;
}
.component-article__form .satori__input_group:has(#satori__privacy_policy_agreement) {
  margin-top: -2.4rem !important;
}
.component-article__form .satori__input_group:has(#satori__privacy_policy_agreement) input {
  translate: 0 0.3rem !important;
}
.component-article__form .satori__input_group:has(#satori__privacy_policy_agreement) label {
  padding: 0 !important;
  font-size: 1.2rem !important;
}
@media screen and (max-width: 768px) {
  .component-article__form .satori__input_group:has(#satori__privacy_policy_agreement) label {
    font-size: 1.1rem !important;
  }
}
@media screen and (max-width: 768px) {
  .component-article__form .satori__input_group {
    margin-bottom: 2rem !important;
  }
}
.component-article__form label {
  color: #312D2A !important;
  display: block !important;
  font-size: 1.4rem !important;
  padding-left: 1rem !important;
}
@media screen and (max-width: 768px) {
  .component-article__form label {
    font-size: 1.2rem !important;
  }
}
.component-article__form .satori__require {
  background-color: #e2351c !important;
  border-radius: 0.2rem !important;
  color: #fff !important;
  display: inline-block !important;
  font-size: 1.1rem !important;
  font-weight: 400 !important;
  margin-left: 1rem !important;
  padding: 0.2rem 0.6rem !important;
  vertical-align: middle !important;
}
.component-article__form input[type=email],
.component-article__form input[type=tel],
.component-article__form input[type=text],
.component-article__form select,
.component-article__form textarea {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background: #fff !important;
  border: 1px solid #D4D4D4 !important;
  border-radius: 0.2rem !important;
  box-sizing: border-box !important;
  color: #B5B5B5 !important;
  font-size: 1.4rem !important;
  width: 100% !important;
}
@media screen and (max-width: 768px) {
  .component-article__form input[type=email],
  .component-article__form input[type=tel],
  .component-article__form input[type=text],
  .component-article__form select,
  .component-article__form textarea {
    font-size: 16px !important;
  }
}
.component-article__form input[type=email]:focus,
.component-article__form input[type=tel]:focus,
.component-article__form input[type=text]:focus,
.component-article__form select:focus,
.component-article__form textarea:focus {
  border-color: #aaa !important;
  outline: none !important;
}
.component-article__form input[type=email]::-moz-placeholder,
.component-article__form input[type=tel]::-moz-placeholder,
.component-article__form input[type=text]::-moz-placeholder,
.component-article__form select::-moz-placeholder,
.component-article__form textarea::-moz-placeholder {
  color: #ccc !important;
}
.component-article__form input[type=email]::placeholder,
.component-article__form input[type=tel]::placeholder,
.component-article__form input[type=text]::placeholder,
.component-article__form select::placeholder,
.component-article__form textarea::placeholder {
  color: #ccc !important;
}
.component-article__form select {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%23999' d='M5 6 0 0h10z'/%3E%3C/svg%3E") !important;
  background-position: right 1.5rem center !important;
  background-repeat: no-repeat !important;
  background-size: 1rem auto !important;
}
.component-article__form .satori__horiz_group {
  display: flex !important;
  gap: 2rem !important;
}
@media screen and (max-width: 768px) {
  .component-article__form .satori__horiz_group {
    flex-direction: column !important;
    gap: 0 !important;
  }
}
.component-article__form .satori__horiz_group .satori__input_group {
  flex: 1 !important;
}
.component-article__form input[type=radio] {
  background-color: #fff !important;
  margin-right: 0.5rem !important;
  transform: translateY(0.1rem);
}
.component-article__form input[type=radio] + label {
  cursor: pointer !important;
  display: block !important;
  font-weight: 400 !important;
  margin-bottom: 0.5rem !important;
  margin-right: 2rem !important;
}
.component-article__form .satori__submit_group {
  position: relative;
  margin: 2rem 0 !important;
  text-align: center !important;
}
.component-article__sidebar {
  position: sticky;
  top: 11.6rem;
  flex-shrink: 0;
  width: 28rem;
}
@media screen and (max-width: 768px) {
  .component-article__sidebar {
    position: static;
    width: 100%;
  }
}
.component-article__sidebar > *:first-child {
  margin-top: 0;
}
.component-article-sidebar {
  margin-top: 2.5rem;
}
.component-article-sidebar__heading {
  font-weight: 700;
}
.component-article-sidebar__list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-top: 1.2rem;
}
.component-article-sidebar__item {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #d4d4d4;
}
.component-article-sidebar__item a {
  display: flex;
  gap: 1.5rem;
  text-decoration: none;
}
.component-article-sidebar__item a:not(:has(.component-article-sidebar__date)) {
  align-items: center;
}
.component-article-sidebar__image {
  flex-shrink: 0;
  width: 10.8rem;
}
.component-article-sidebar__content {
  flex: 1;
}
.component-article-sidebar__title {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.2;
}
.component-article-sidebar__date {
  display: block;
  margin-top: 0.8rem;
  font-size: 1.1rem;
  line-height: 1;
}
.component-article-entry {
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .component-article-entry {
    margin-top: 3rem;
  }
}
.component-article-entry > *:first-child {
  margin-top: 0;
}
.component-article-entry > *:last-child {
  margin-bottom: 0;
}
.component-article-entry h2 {
  margin-top: 5rem;
  padding-left: 1.8rem;
  border-left: 0.8rem solid #F74939;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.6;
  scroll-margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .component-article-entry h2 {
    margin-top: 3rem;
    padding-left: 1.2rem;
    border-left-width: 0.4rem;
    font-size: 2.4rem;
  }
}
.component-article-entry h3:not(.component-cta__title) {
  margin-top: 4rem;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .component-article-entry h3:not(.component-cta__title) {
    margin-top: 2.5rem;
    font-size: 2rem;
  }
}
.component-article-entry h4 {
  margin-top: 3rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .component-article-entry h4 {
    margin-top: 1.8rem;
    font-size: 1.6rem;
  }
}
.component-article-entry p {
  margin-top: 2rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .component-article-entry p {
    margin-top: 1rem;
  }
}
.component-article-entry ul:not(.component-cta__list), .component-article-entry ol:not(.component-cta__list) {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 2rem;
  padding-left: 2.5rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .component-article-entry ul:not(.component-cta__list), .component-article-entry ol:not(.component-cta__list) {
    margin-top: 1.2rem;
  }
}
.component-article-entry ul:not(.component-cta__list) {
  list-style-type: disc;
}
.component-article-entry ol:not(.component-cta__list) {
  list-style-type: decimal;
}
.component-article-entry .wp-block-image {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .component-article-entry .wp-block-image {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
.component-article-entry .wp-block-image figcaption {
  margin-top: 1.2rem;
  font-size: 1.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .component-article-entry .wp-block-image figcaption {
    margin-top: 0.6rem;
    font-size: 1.1rem;
  }
}
.component-article-entry .wp-block-columns {
  display: flex;
  gap: 2rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .component-article-entry .wp-block-columns {
    gap: 1.2rem;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
.component-article-entry .wp-block-columns .wp-block-column {
  flex: 1;
}
.component-article-entry .wp-block-columns .wp-block-column > *:first-child {
  margin-top: 0;
}
.component-article-entry .wp-block-group {
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding: 3rem;
  background: #FBF9F5;
}
@media screen and (max-width: 768px) {
  .component-article-entry .wp-block-group {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    padding: 2rem;
  }
}
.component-article-entry .wp-block-group > *:first-child {
  margin-top: 0;
}
.component-article-entry .wp-block-group__inner-container > *:first-child {
  margin-top: 0;
}
.component-article-entry .wp-block-table {
  display: block;
  margin-top: 3rem;
  margin-bottom: 3rem;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .component-article-entry .wp-block-table {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    font-size: 1.2rem;
  }
}
.component-article-entry .wp-block-table table {
  width: 100%;
  background: #FBF9F5;
}
.component-article-entry .wp-block-table th, .component-article-entry .wp-block-table td {
  padding: 1rem 2rem;
  border: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .component-article-entry .wp-block-table th, .component-article-entry .wp-block-table td {
    padding: 0.8rem 1.2rem;
  }
}
.component-article-entry .wp-block-table th {
  background: #F7EBDB;
}
.component-article-entry .wp-block-table tr:nth-child(even) {
  background: #F6F3EE;
}
.component-article-entry a {
  color: #F74939;
  position: relative;
  padding-left: 2.5rem;
}
@media screen and (max-width: 768px) {
  .component-article-entry a {
    padding-left: 1.5rem;
  }
}
.component-article-entry a::before {
  content: "";
  width: 1rem;
  height: 1rem;
  border-top: solid 2px #F74939;
  border-right: solid 2px #F74939;
  position: absolute;
  left: 1rem;
  top: 0.8rem;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .component-article-entry a::before {
    left: 0;
    top: 0.7rem;
  }
}
.component-blog-list {
  display: flex;
  flex-wrap: wrap;
  gap: 3.2rem;
}
@media screen and (max-width: 768px) {
  .component-blog-list {
    gap: 1.6rem;
  }
}
.component-blog-list__item {
  width: calc(25% - 2.4rem);
}
@media screen and (max-width: 768px) {
  .component-blog-list__item {
    width: calc(50% - 0.8rem);
  }
}
.component-blog-list__item a {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 0 2rem 0 rgba(205, 201, 193, 0.5);
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .component-blog-list__item a {
    border-radius: 0.8rem;
  }
}
@media (hover: hover) {
  .component-blog-list__item a:hover .component-blog-list__image img {
    scale: 1.05;
  }
  .component-blog-list__item a:hover .component-blog-list__title {
    color: #F74939;
  }
}
@media (hover: none) {
  .component-blog-list__item a:active .component-blog-list__image img {
    scale: 1.05;
  }
  .component-blog-list__item a:active .component-blog-list__title {
    color: #F74939;
  }
}
.component-blog-list__image {
  overflow: hidden;
  aspect-ratio: 276/154;
}
.component-blog-list__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: scale 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.component-blog-list__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 1.5rem 1.8rem 1.8rem;
}
@media screen and (max-width: 768px) {
  .component-blog-list__content {
    padding: 1.125rem 1.35rem 1.35rem;
  }
}
.component-blog-list__title {
  font-weight: bold;
  line-height: 1.5;
  transition: color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.component-blog-list__date {
  margin-top: auto;
  padding-top: 2.5rem;
  font-size: 1.4rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .component-blog-list__date {
    padding-top: 1.875rem;
    font-size: 1.2rem;
  }
}
.component-breadcrumb {
  width: 100%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-top: 1rem;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .component-breadcrumb {
    gap: 0.5rem;
    margin-top: 1rem;
    padding: 0 1.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;
  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.3rem;
}
@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: calc(50% - 0.4rem);
  left: 0;
  width: 0.5rem;
  height: 0.8rem;
  background: url("/oci/assets/img/common/arw_breadcrumb.svg") no-repeat center/contain;
}
@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: 2rem;
  height: 2rem;
  border-radius: 100%;
  overflow: hidden;
  position: absolute;
  top: calc(50% - 1rem);
  right: 1rem;
  background: #fff;
}
.component-button-arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.4rem);
  left: calc(50% - 0.25rem);
  width: 0.5rem;
  height: 0.8rem;
  background: #F74939;
  mask: url("/oci/assets/img/common/arw_button.svg") no-repeat center center/contain;
}
@media (hover: hover) {
  a:has(.component-button-arrow):hover .component-button-arrow::after,
  button:has(.component-button-arrow):hover .component-button-arrow::after {
    animation: button-arrow-hover 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1;
  }
}
@media (hover: none) {
  a:has(.component-button-arrow):active .component-button-arrow::after,
  button:has(.component-button-arrow):active .component-button-arrow::after {
    animation: button-arrow-hover 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1;
  }
}
@keyframes button-arrow-hover {
  0% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(1.3rem);
  }
  41% {
    transform: translateX(-1.3rem);
  }
  50% {
    transform: translateX(-1.3rem);
  }
  100% {
    transform: translateX(0);
  }
}
.component-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28rem;
  height: 6rem;
  padding: 0 4rem 0.1rem;
  background: #F74939;
  color: #fff;
  border-radius: 0.6rem;
  text-decoration: none;
  user-select: none;
  transition: background-color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media (hover: hover) {
  .component-button:hover {
    background: #f31d0a;
  }
}
@media (hover: none) {
  .component-button:active {
    background: #f31d0a;
  }
}
@media screen and (max-width: 768px) {
  .component-button {
    width: 28.4rem;
    height: 5.4rem;
    border-radius: 0.4rem;
    font-size: 1.6rem;
  }
}
.component-button--black {
  background: #312D2A;
}
@media (hover: hover) {
  .component-button--black:hover {
    background: #161412;
  }
}
@media (hover: none) {
  .component-button--black:active {
    background: #161412;
  }
}
.component-button--black .component-button-arrow::after {
  background: #312D2A;
}
.component-case__list {
  display: flex;
  flex-direction: column;
  gap: 7rem;
}
@media screen and (max-width: 768px) {
  .component-case__list {
    gap: 3rem;
  }
}
.component-case__list-item {
  counter-increment: case_number;
}
.component-case__list-title {
  position: relative;
  padding-left: 5.4rem;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .component-case__list-title {
    padding-left: 0;
    font-size: 2.4rem;
    line-height: 1.1;
  }
}
.component-case__list-title::before {
  position: absolute;
  top: 0.9rem;
  left: 0;
  content: counter(case_number, decimal-leading-zero);
  color: #F74939;
  font-family: "Montserrat", sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .component-case__list-title::before {
    position: static;
    display: block;
    margin-bottom: 1.2rem;
    font-size: 2rem;
  }
}
.component-case__list-title small {
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .component-case__list-title small {
    font-size: 1.8rem;
  }
}
.component-case__list-title strong {
  color: #F74939;
  font-weight: 700;
}
.component-case__list-title strong span {
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .component-case__list-title strong span {
    font-size: 3rem;
  }
}
.component-case__list-text {
  margin-top: 2rem;
}
.component-case__list-image {
  margin-top: 3rem;
  padding: 3rem;
  border-radius: 2rem;
  background: #FBF9F5;
}
@media screen and (max-width: 768px) {
  .component-case__list-image {
    padding: 3rem 1rem;
    border-radius: 1rem;
  }
}
.component-case__list-image-title {
  color: #F74939;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .component-case__list-image-title {
    font-size: 2rem;
  }
}
.component-case__list-image-figure--1 {
  width: 100%;
  max-width: 104.1rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
}
.component-case__list-image-figure--2 {
  width: 100%;
  max-width: 96.2rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .component-case__list-image-figure--2 {
    width: auto;
    margin-top: 3rem;
    margin-left: 1.2rem;
    margin-right: 2.7rem;
  }
}
.component-case__button {
  display: flex;
  justify-content: center;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .component-case__button {
    margin-top: 3rem;
  }
}
.component-cta {
  margin: 8rem -6rem 0;
  padding: 2rem 6rem;
  color: #fff;
  background: #F74939;
  border-radius: 2rem;
}
@media screen and (max-width: 768px) {
  .component-cta {
    margin: 5rem 0 0;
    padding: 2rem 1rem;
    border-radius: 1rem;
  }
}
.component-cta--small {
  margin: 5rem 0 0;
  padding: 3rem 6rem;
}
@media screen and (max-width: 768px) {
  .component-cta--small {
    margin: 3rem 0 0;
    padding: 2rem 1rem;
  }
}
.component-cta--small .component-cta__item {
  width: auto;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .component-cta--small .component-cta__item {
    justify-content: center;
    padding: 0 1rem 5.4rem;
  }
}
.component-cta__list {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .component-cta__list {
    flex-direction: column;
  }
}
.component-cta__item {
  width: 50%;
  display: flex;
  align-items: center;
  gap: 3rem;
  padding: 2rem 0;
}
@media screen and (max-width: 768px) {
  .component-cta__item {
    position: relative;
    width: 100%;
    gap: 1.5rem;
    padding: 0 3.2rem 5.4rem;
  }
}
.component-cta__item:nth-child(n+2) {
  padding-left: 6rem;
  border-left: 1px solid #CA3023;
}
@media screen and (max-width: 768px) {
  .component-cta__item:nth-child(n+2) {
    margin-top: 1.8rem;
    padding: 1.8rem 3.2rem 5.4rem;
    border-left: none;
    border-top: 1px solid #CA3023;
  }
}
.component-cta__item--only {
  width: auto;
}
.component-cta__image {
  flex-shrink: 0;
  width: 18rem;
}
@media screen and (max-width: 768px) {
  .component-cta__image {
    width: 11.7rem;
  }
}
.component-cta__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.5rem;
}
.component-cta__title {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .component-cta__title {
    font-size: 2rem;
  }
}
.component-cta__title small {
  display: block;
  font-size: 1.6rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .component-cta__button {
    position: absolute;
    bottom: 0;
    left: 3.2rem;
    right: 3.2rem;
  }
}
.component-cta__button .component-button {
  height: 4.4rem;
  color: #312D2A;
  background: #fff;
  border-radius: 0.4rem;
  font-size: 1.4rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .component-cta__button .component-button {
    width: 100%;
  }
}
@media (hover: hover) {
  .component-cta__button .component-button:hover {
    background: #e6e6e6;
  }
}
@media (hover: none) {
  .component-cta__button .component-button:active {
    background: #e6e6e6;
  }
}
.component-cta__button .component-button-arrow {
  background: #F74939;
}
.component-cta__button .component-button-arrow::after {
  background: #fff;
}
.component-event-list {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem 3rem;
}
@media screen and (max-width: 768px) {
  .component-event-list {
    gap: 1.6rem;
  }
}
.component-event-list__item {
  width: calc(50% - 2rem);
}
@media screen and (max-width: 768px) {
  .component-event-list__item {
    width: 100%;
  }
}
.component-event-list__item:not(:has(> a)),
.component-event-list__item a {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: 3rem;
  height: 100%;
  padding: 3rem;
  border-radius: 2rem;
  background: #fff;
  box-shadow: 0 0 2rem 0 rgba(205, 201, 193, 0.5);
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .component-event-list__item:not(:has(> a)),
  .component-event-list__item a {
    gap: 2.25rem;
    height: 100%;
    padding: 2.25rem;
    border-radius: 0.8rem;
  }
}
.component-event-list__item:not(:has(> a)):has(> a) .component-event-list__image img,
.component-event-list__item a:has(> a) .component-event-list__image img {
  scale: 1.05;
}
.component-event-list__item:not(:has(> a)):has(> a) .component-event-list__title,
.component-event-list__item a:has(> a) .component-event-list__title {
  color: #F74939;
}
.component-event-list__item:not(:has(> a)):has(> a) .component-button,
.component-event-list__item a:has(> a) .component-button {
  background: #161412;
}
@media screen and (max-width: 768px) {
  .component-event-list__item a {
    padding: 2.25rem 2.25rem 8.4rem;
  }
}
@media (hover: hover) {
  .component-event-list__item a:hover .component-event-list__image img {
    scale: 1.05;
  }
  .component-event-list__item a:hover .component-event-list__title {
    color: #F74939;
  }
  .component-event-list__item a:hover .component-button {
    background: #161412;
  }
}
@media (hover: none) {
  .component-event-list__item a:active .component-event-list__image img {
    scale: 1.05;
  }
  .component-event-list__item a:active .component-event-list__title {
    color: #F74939;
  }
  .component-event-list__item a:active .component-button {
    background: #161412;
  }
}
.component-event-list__image {
  flex-shrink: 0;
  overflow: hidden;
  width: 20rem;
  aspect-ratio: 200/120;
}
@media screen and (max-width: 768px) {
  .component-event-list__image {
    width: 10rem;
  }
}
.component-event-list__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: scale 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.component-event-list__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.component-event-list__title {
  font-weight: bold;
  line-height: 1.5;
  transition: color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.component-event-list__date {
  margin-top: 1rem;
  font-size: 1.4rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .component-event-list__date {
    margin-top: 0.8rem;
    font-size: 1.2rem;
  }
}
.component-event-list__button {
  margin-top: auto;
  padding-top: 2rem;
}
@media screen and (max-width: 768px) {
  .component-event-list__button {
    position: absolute;
    bottom: 2.4rem;
    left: 3.2rem;
    right: 3.2rem;
  }
}
.component-event-list__button .component-button {
  height: 4.4rem;
  border-radius: 0.4rem;
  font-size: 1.4rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .component-event-list__button .component-button {
    width: 100%;
  }
}
.component-faq {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 5rem;
}
.component-faq > *:last-child {
  margin-bottom: 0 !important;
}
.component-faq__item {
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 0 2rem 0 rgba(205, 201, 193, 0.5);
}
@media screen and (max-width: 768px) {
  .component-faq__item {
    box-shadow: 0 0 1rem 0 rgba(205, 201, 193, 0.5);
  }
}
.component-faq__item.is-open {
  margin-bottom: 2rem;
}
.component-faq__q {
  position: relative;
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 1.5rem 6rem 1.5rem 2rem;
  font-weight: 700;
  font-size: 1.8rem;
  user-select: none;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .component-faq__q {
    align-items: flex-start;
    gap: 1.5rem;
    padding: 1.2rem 5rem 1.2rem 1.5rem;
    font-size: 1.6rem;
  }
}
.component-faq__q i {
  color: #F74939;
  font-family: "Montserrat", sans-serif;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
}
.component-faq__q .component-button-arrow {
  position: absolute;
  right: 2rem;
  background: #F74939;
  transform: rotate(90deg);
  transition: background-color 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media screen and (max-width: 768px) {
  .component-faq__q .component-button-arrow {
    right: 1.5rem;
  }
}
.component-faq__q .component-button-arrow::after {
  background: #fff;
}
.is-open .component-faq__q .component-button-arrow {
  transform: rotate(-90deg);
  background: #D4D4D4;
}
.component-faq__a {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.is-open .component-faq__a {
  grid-template-rows: 1fr;
}
.component-faq__a-outer {
  overflow: hidden;
}
.component-faq__a-inner {
  padding: 1rem 4rem 3rem;
}
@media screen and (max-width: 768px) {
  .component-faq__a-inner {
    padding: 0.5rem 2rem 2rem;
  }
}
.component-faq__a-inner > *:first-child {
  margin-top: 0 !important;
}
.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-page-header {
  position: relative;
  margin-top: 4.5rem;
  padding: 0 3rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .component-page-header {
    margin-top: 1rem;
    padding: 0 1rem;
  }
}
.component-page-header__outer {
  width: 100%;
  max-width: 160rem;
  margin-left: auto;
  margin-right: auto;
  padding: 4rem;
  border-radius: 3rem;
  background: url("/oci/assets/img/common/bg_page_header.webp") no-repeat center/cover;
}
@media screen and (max-width: 768px) {
  .component-page-header__outer {
    padding: 1rem 2rem;
    border-radius: 1rem;
  }
}
.component-page-header__inner {
  width: 100%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 16rem;
}
@media screen and (max-width: 768px) {
  .component-page-header__inner {
    min-height: 7.6rem;
  }
}
.component-page-header__title {
  font-size: 4.6rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .component-page-header__title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .component-page-header + .component-section {
    padding-top: 3rem;
  }
}
.component-reason__list {
  display: flex;
  flex-wrap: wrap;
  gap: 3.2rem;
}
@media screen and (max-width: 768px) {
  .component-reason__list {
    gap: 1.6rem;
  }
}
.component-reason__list-item {
  overflow: hidden;
  position: relative;
  width: calc(25% - 2.4rem);
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 0 2rem rgba(205, 201, 193, 0.5);
}
@media screen and (max-width: 768px) {
  .component-reason__list-item {
    width: calc(50% - 0.8rem);
    border-radius: 0.8rem;
    box-shadow: 0 0 2rem rgba(205, 201, 193, 0.5);
  }
}
.component-reason__list-title {
  position: absolute;
  top: 1.2rem;
  left: 2rem;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .component-reason__list-title {
    top: 0.6rem;
    left: 1.2rem;
    font-size: 1.8rem;
  }
}
.component-reason__list-title small {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .component-reason__list-title small {
    font-size: 1.4rem;
  }
}
.component-reason__button {
  display: flex;
  justify-content: center;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .component-reason__button {
    margin-top: 3rem;
  }
}
.component-sbcs {
  color: #fff;
}
.component-sbcs__text {
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .component-sbcs__text {
    margin-top: 2rem;
  }
}
.component-scene {
  overflow: hidden;
  position: relative;
  height: 40rem;
}
@media screen and (max-width: 768px) {
  .component-scene {
    height: 12rem;
  }
}
.component-scene__image {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 50rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .component-scene__image {
    height: 17rem;
  }
}
.component-scene__image picture, .component-scene__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.component-section {
  position: relative;
  padding: 10rem 4rem;
}
@media screen and (max-width: 768px) {
  .component-section {
    padding: 5rem 2rem;
  }
}
.component-section > *:first-child {
  margin-top: 0;
}
.component-section--bg-beige {
  background: #FBF9F5;
}
.component-section--bg-orange {
  color: #fff;
  background: #F74939;
}
.component-section__background {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.component-section__background-image {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: calc(100% + 20rem);
  transform: translateY(-50%);
}
.component-section__background picture, .component-section__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.component-section__inner {
  width: 100%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
.component-section__inner > *:first-child {
  margin-top: 0;
}
.component-section__header > *:first-child {
  margin-top: 0;
}
.component-section__title {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .component-section__title {
    font-size: 2rem;
  }
}
.component-section__lead {
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .component-section__lead {
    margin-top: 1.5rem;
  }
}
.component-section__content {
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .component-section__content {
    margin-top: 2.5rem;
  }
}
.component-section__content > *:first-child {
  margin-top: 0;
}
.component-section__heading {
  margin-top: 5rem;
  font-size: 3rem;
  font-weight: 600;
  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__button {
  display: flex;
  justify-content: center;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .component-section__button {
    margin-top: 3rem;
  }
}
.component-section__button .component-button {
  width: auto;
  min-width: 28rem;
}
@media screen and (max-width: 768px) {
  .component-section__button .component-button {
    min-width: 28.4rem;
  }
}
.component-useful-list {
  display: flex;
  flex-wrap: wrap;
  gap: 7.8rem;
}
@media screen and (max-width: 768px) {
  .component-useful-list {
    flex-direction: column;
    gap: 2rem;
  }
}
.component-useful-list__item {
  width: calc(33.333% - 5.2rem);
}
@media screen and (max-width: 768px) {
  .component-useful-list__item {
    width: 100%;
  }
}
.component-useful-list__item a {
  display: block;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .component-useful-list__item a {
    display: flex;
    gap: 1.6rem;
  }
}
.component-useful-list__image {
  overflow: hidden;
  aspect-ratio: 348/232;
}
@media screen and (max-width: 768px) {
  .component-useful-list__image {
    width: 13.8rem;
  }
}
.component-useful-list__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.component-useful-list__content {
  margin-top: 1.8rem;
  line-height: 1.2;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .component-useful-list__content {
    margin-top: 1.2rem;
    padding: 0 1rem 0 0;
  }
}
.component-useful-list__content > *:first-child {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .component-useful-list__shoulder {
    font-size: 1.2rem;
  }
}
.component-useful-list__title {
  margin-top: 0.8rem;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .component-useful-list__title {
    margin-top: 0.4rem;
    font-size: 1.6rem;
  }
}
.component-useful {
  display: flex;
  justify-content: center;
  gap: 6rem;
}
@media screen and (max-width: 768px) {
  .component-useful {
    flex-direction: column;
    gap: 2rem;
  }
}
.component-useful__image {
  flex-shrink: 0;
  width: 27rem;
}
@media screen and (max-width: 768px) {
  .component-useful__image {
    margin: 0 auto;
  }
}
.component-useful__content > *:first-child {
  margin-top: 0;
}
.component-useful__text {
  margin-top: 2rem;
  font-weight: 700;
  line-height: 1.8;
}
.about-content {
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  .about-content {
    margin-top: 5rem;
  }
}
.about-content > *:first-child {
  margin-top: 0;
}
.about-content > *:last-child {
  margin-bottom: 0;
}
.about-content h3:not([class]) {
  margin-top: 5rem;
  padding-left: 1.8rem;
  border-left: 0.8rem solid #F74939;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .about-content h3:not([class]) {
    margin-top: 3rem;
    padding-left: 1.2rem;
    border-left-width: 0.4rem;
    font-size: 2rem;
  }
}
.about-content h4:not([class]) {
  margin-top: 4rem;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .about-content h4:not([class]) {
    margin-top: 2.5rem;
    font-size: 1.8rem;
  }
}
.about-content h5:not([class]) {
  margin-top: 3rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .about-content h5:not([class]) {
    margin-top: 1.8rem;
    font-size: 1.6rem;
  }
}
.about-content p:not([class]) {
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .about-content p:not([class]) {
    margin-top: 1rem;
  }
}
.about-content ul:not([class]),
.about-content ol:not([class]) {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 2rem;
  padding-left: 2.5rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .about-content ul:not([class]),
  .about-content ol:not([class]) {
    margin-top: 1.2rem;
  }
}
.about-content ul:not([class]) {
  list-style-type: disc;
}
.about-content ol:not([class]) {
  list-style-type: decimal;
}
.about-content figure:not([class]):has(img) {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding: 4rem 3rem;
  background: #fff;
  border-radius: 2rem;
  box-shadow: 0 0 2rem 0 rgba(205, 201, 193, 0.5);
}
@media screen and (max-width: 768px) {
  .about-content figure:not([class]):has(img) {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    padding: 2rem 1.5rem;
    border-radius: 1rem;
    box-shadow: 0 0 1rem 0 rgba(205, 201, 193, 0.5);
  }
}
.about-content figure:not([class]):has(img) img {
  width: calc(var(--w) / 10 * 1rem);
}
.about-content figure:not([class]):has(table) {
  display: block;
  margin-top: 3rem;
  margin-bottom: 3rem;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .about-content figure:not([class]):has(table) {
    overflow-x: auto;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    font-size: 1.2rem;
  }
}
.about-content figure:not([class]):has(table) table {
  width: 100%;
  background: #FBF9F5;
}
.about-content figure:not([class]):has(table) th, .about-content figure:not([class]):has(table) td {
  padding: 1rem 2rem;
  border: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .about-content figure:not([class]):has(table) th, .about-content figure:not([class]):has(table) td {
    padding: 0.8rem 1.2rem;
  }
}
.about-content figure:not([class]):has(table) th {
  background: #F7EBDB;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .about-content figure:not([class]):has(table) th {
    min-width: 12rem;
  }
}
.about-content figure:not([class]):has(table) tr:nth-child(even) {
  background: #F6F3EE;
}
.about-functions {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .about-functions {
    flex-direction: column;
    margin-top: 3rem;
  }
}
.about-functions__item {
  width: calc(50% - 1rem);
  background: #fff;
}
@media screen and (max-width: 768px) {
  .about-functions__item {
    width: 100%;
  }
}
.about-functions__heading {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.5rem;
  background: #F7EBDB;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .about-functions__heading {
    gap: 0.8rem;
    padding: 0.8rem 1.2rem;
    font-size: 1.6rem;
  }
}
.about-functions__heading img {
  flex-shrink: 0;
  width: calc(var(--w) / 10 * 1rem);
}
@media screen and (max-width: 768px) {
  .about-functions__heading img {
    width: calc(var(--w) / 10 * 0.8rem);
  }
}
.about-functions__content {
  padding: 1.5rem 3rem 2rem;
}
@media screen and (max-width: 768px) {
  .about-functions__content {
    padding: 1.2rem 2rem 1.5rem;
  }
}
.about-functions__content > *:first-child {
  margin-top: 0 !important;
}
.about-features {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.about-features__item {
  padding: 3rem 4rem 4rem;
  border-radius: 2rem;
  background: #FBF9F5;
}
@media screen and (max-width: 768px) {
  .about-features__item {
    padding: 1.5rem 2rem 2.5rem;
    border-radius: 1rem;
  }
}
.about-features__item > *:last-child {
  margin-bottom: 0 !important;
}
.about-features__heading {
  color: #F74939;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .about-features__heading {
    font-size: 2rem;
  }
}
.about-features figure:not([class]):has(table) table {
  background: #F6F3EE;
}
.about-features figure:not([class]):has(table) th, .about-features figure:not([class]):has(table) td {
  border: 1px solid #FBF9F5;
}
.about-features figure:not([class]):has(table) th:nth-child(2) {
  color: #fff;
  background: #F74939;
}
@media screen and (max-width: 768px) {
  .about-features figure:not([class]):has(table) th:nth-child(2) {
    min-width: 16rem;
  }
}
.about-features figure:not([class]):has(table) td:nth-child(2) {
  background: #fff;
}
.about-merit__heading {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .about-merit__heading {
    font-size: 2rem;
    line-height: 1.2;
  }
}
.about-merit__heading span {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #F74939;
  font-family: "Montserrat", sans-serif;
  font-size: 3.6rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .about-merit__heading span {
    margin-top: 0.4rem;
  }
}
.about-merit__heading span small {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
}
#aws-to-oci .layout-header {
  box-shadow: none;
}
#aws-to-oci .layout-header__inner {
  padding-left: 0;
  background: #fff;
}
.aws-to-oci-simulator #app > br {
  display: none;
}
.aws-to-oci-simulator .page {
  width: 100%;
  margin: 0;
}
.aws-to-oci-simulator .large-bold {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .aws-to-oci-simulator .large-bold {
    font-size: 2rem;
  }
}
.aws-to-oci-simulator .large-bold + .mainfunction {
  margin-top: 2rem;
}
:root {
  --vws: 0.2666666667vw;
  --vwt: 0.078125vw;
  --vwp: 0.0520833333vw;
  --unit: var(--vwp);
}
@media screen and (max-width: 768px) {
  :root {
    --unit: var(--vws);
  }
}
.contact-form {
  padding: 4rem;
  background: #FBF9F5;
  border-radius: 2rem;
}
@media screen and (max-width: 768px) {
  .contact-form {
    padding: 3rem 1rem;
    border-radius: 1rem;
  }
}
.contact-form #satori__custom_form {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  width: 100% !important;
}
.contact-form #satori__creative_container *,
.contact-form #satori__form_body {
  background: none !important;
}
.contact-form #satori__creative_container * input[type=email],
.contact-form #satori__creative_container * input[type=tel],
.contact-form #satori__creative_container * input[type=text],
.contact-form #satori__creative_container * select,
.contact-form #satori__creative_container * textarea {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background: #fff !important;
  border: 1px solid #ddd !important;
  border-radius: calc(var(--unit) * 4) !important;
  box-sizing: border-box !important;
  color: #333 !important;
  font-size: calc(var(--unit) * 16) !important;
  min-height: calc(var(--unit) * 60) !important;
  width: 100% !important;
}
@media screen and (max-width: 767.98px) {
  .contact-form #satori__creative_container * input[type=email],
  .contact-form #satori__creative_container * input[type=tel],
  .contact-form #satori__creative_container * input[type=text],
  .contact-form #satori__creative_container * select,
  .contact-form #satori__creative_container * textarea {
    font-size: calc(var(--unit) * 14) !important;
    min-height: calc(var(--unit) * 50) !important;
  }
}
.contact-form #satori__creative_container * input[type=email]:focus,
.contact-form #satori__creative_container * input[type=tel]:focus,
.contact-form #satori__creative_container * input[type=text]:focus,
.contact-form #satori__creative_container * select:focus,
.contact-form #satori__creative_container * textarea:focus {
  border-color: #aaa !important;
  outline: none !important;
}
.contact-form #satori__creative_container * input[type=email]::-moz-placeholder,
.contact-form #satori__creative_container * input[type=tel]::-moz-placeholder,
.contact-form #satori__creative_container * input[type=text]::-moz-placeholder,
.contact-form #satori__creative_container * select::-moz-placeholder,
.contact-form #satori__creative_container * textarea::-moz-placeholder {
  color: #ccc !important;
}
.contact-form #satori__creative_container * input[type=email]::placeholder,
.contact-form #satori__creative_container * input[type=tel]::placeholder,
.contact-form #satori__creative_container * input[type=text]::placeholder,
.contact-form #satori__creative_container * select::placeholder,
.contact-form #satori__creative_container * textarea::placeholder {
  color: #ccc !important;
}
.contact-form #satori__creative_container * textarea {
  min-height: calc(var(--unit) * 300) !important;
}
@media screen and (max-width: 767.98px) {
  .contact-form #satori__creative_container * textarea {
    min-height: calc(var(--unit) * 200) !important;
  }
}
.contact-form #satori__creative_container * .satori__input_group {
  color: #333 !important;
  font-size: calc(var(--unit) * 16) !important;
}
@media screen and (max-width: 767.98px) {
  .contact-form #satori__creative_container * .satori__input_group {
    font-size: calc(var(--unit) * 14) !important;
  }
}
.contact-form #satori__creative_container * .satori__input_group:has(input[type=radio]) {
  align-items: center !important;
  display: grid !important;
  gap: calc(var(--unit) * 15) calc(var(--unit) * 10) !important;
  grid-template-columns: auto 1fr auto 1fr !important;
}
@media screen and (max-width: 767.98px) {
  .contact-form #satori__creative_container * .satori__input_group:has(input[type=radio]) {
    grid-template-columns: auto 1fr !important;
  }
}
.contact-form #satori__creative_container * .satori__input_group:has(input[type=radio]) > label:first-child {
  grid-column: 1/-1 !important;
  margin-bottom: calc(var(--unit) * 5) !important;
}
.contact-form #satori__creative_container * .satori__input_group:has(input[type=radio]) .satori__error_messages {
  grid-column: 1/-1 !important;
}
.contact-form #satori__creative_container * label:has(.satori__require) {
  color: #333 !important;
  font-size: calc(var(--unit) * 16) !important;
}
@media screen and (max-width: 767.98px) {
  .contact-form #satori__creative_container * label:has(.satori__require) {
    font-size: calc(var(--unit) * 14) !important;
  }
}
.contact-form #satori__creative_container * label:has(.satori__not_require) {
  color: #333 !important;
  font-size: calc(var(--unit) * 16) !important;
}
@media screen and (max-width: 767.98px) {
  .contact-form #satori__creative_container * label:has(.satori__not_require) {
    font-size: calc(var(--unit) * 14) !important;
  }
}
.contact-form #satori__creative_container * label:has(.satori__not_require) span.satori__not_require {
  background-color: #777 !important;
  color: #fff !important;
  font-size: calc(var(--unit) * 14) !important;
  padding: calc(var(--unit) * 8) !important;
}
.contact-form #satori__creative_container * .satori__require {
  background-color: #e2351c !important;
  color: #fff !important;
  font-size: calc(var(--unit) * 14) !important;
  padding: calc(var(--unit) * 8) !important;
}
@media screen and (max-width: 767.98px) {
  .contact-form #satori__creative_container * .satori__require {
    font-size: calc(var(--unit) * 12) !important;
  }
}
.contact-form #satori__creative_container * .satori__notes {
  background: #fff !important;
  font-size: calc(var(--unit) * 16) !important;
  padding: calc(var(--unit) * 5) !important;
}
@media screen and (max-width: 767.98px) {
  .contact-form #satori__creative_container * .satori__notes {
    font-size: calc(var(--unit) * 14) !important;
  }
}
.contact-form #satori__creative_container * input[type=radio] {
  -webkit-appearance: auto !important;
  -moz-appearance: auto !important;
  appearance: auto !important;
  cursor: pointer;
  display: inline-block !important;
  margin: 0 !important;
  transform: translateY(calc(var(--unit) * 1));
  width: auto !important;
}
.contact-form #satori__creative_container * input[type=radio] + label {
  cursor: pointer !important;
  display: inline-block !important;
  font-size: calc(var(--unit) * 16) !important;
  font-weight: 400 !important;
  line-height: 1.4 !important;
  margin: 0 !important;
  width: auto !important;
}
@media screen and (max-width: 767.98px) {
  .contact-form #satori__creative_container * input[type=radio] + label {
    font-size: calc(var(--unit) * 14) !important;
  }
}
.contact-form #satori__creative_container * input[type=button].satori__btn {
  border: none !important;
  border-radius: calc(var(--unit) * 4) !important;
  cursor: pointer !important;
  display: inline-block !important;
  font-size: calc(var(--unit) * 16) !important;
  font-weight: 700 !important;
  min-width: calc(var(--unit) * 240) !important;
  padding: calc(var(--unit) * 15) calc(var(--unit) * 40) !important;
  transition: all 0.3s !important;
  margin: 0 3rem;
}
.contact-form #satori__creative_container * input[type=button].satori__btn.submit {
  background-color: #e2351c !important;
  color: #fff !important;
}
.contact-form #satori__creative_container * input[type=button].satori__btn.cancel {
  background-color: #fff !important;
  color: #e2351c !important;
  border: #e2351c solid 1px !important;
}
@media screen and (max-width: 767.98px) {
  .contact-form #satori__creative_container * input[type=button].satori__btn {
    font-size: calc(var(--unit) * 14) !important;
    min-width: calc(var(--unit) * 200) !important;
    padding: calc(var(--unit) * 12) calc(var(--unit) * 30) !important;
    margin: 2rem;
  }
}
.contact-form #satori__creative_container * input[type=button].satori__btn.submit:hover {
  background: #c8230c !important;
  opacity: 1 !important;
}
.contact-form #satori__creative_container * input[type=button].satori__btn.cancel:hover {
  background: #eaaaaa !important;
  opacity: 1 !important;
}
.contact-form #satori__creative_container * .satori__error_messages {
  color: #e2351c !important;
  font-size: calc(var(--unit) * 14) !important;
  margin-top: calc(var(--unit) * 5) !important;
}
@media screen and (max-width: 767.98px) {
  .contact-form #satori__creative_container * .satori__error_messages {
    font-size: calc(var(--unit) * 12) !important;
  }
}
.contact-form #satori__creative_container * .satori__message.satori__privacy_policy_url a {
  color: #777 !important;
  text-decoration: underline !important;
  transition: all 0.3s !important;
}
.contact-form #satori__creative_container * .satori__message.satori__privacy_policy_url a:hover {
  text-decoration: none !important;
}
.contact-form #satori__creative_container * #satori__privacy_policy_agreement_wrapper {
  margin-top: calc(var(--unit) * 40) !important;
  text-align: center !important;
}
.contact-form #satori__creative_container * #satori__privacy_policy_agreement_wrapper .satori__message {
  font-size: calc(var(--unit) * 14) !important;
  margin-bottom: calc(var(--unit) * 20) !important;
}
@media screen and (max-width: 767.98px) {
  .contact-form #satori__creative_container * #satori__privacy_policy_agreement_wrapper .satori__message {
    font-size: calc(var(--unit) * 12) !important;
  }
}
.contact-form #satori__creative_container * #satori__privacy_policy_agreement_wrapper input[type=checkbox] {
  -webkit-appearance: auto !important;
  -moz-appearance: auto !important;
  appearance: auto !important;
  background-color: #fff !important;
  cursor: pointer;
  display: inline-block !important;
  margin-right: calc(var(--unit) * 8) !important;
  transform: scale(1.2);
  vertical-align: baseline !important;
  width: auto !important;
}
.contact-form #satori__creative_container * #satori__privacy_policy_agreement_wrapper label {
  cursor: pointer;
  display: inline-block !important;
  font-weight: 400 !important;
  vertical-align: baseline !important;
}
.contact-form .satori__input_group {
  margin-bottom: calc(var(--unit) * 30) !important;
}
@media screen and (max-width: 767.98px) {
  .contact-form .satori__input_group {
    margin-bottom: calc(var(--unit) * 20) !important;
  }
}
.contact-form label {
  color: #333 !important;
  display: block !important;
  font-size: calc(var(--unit) * 14) !important;
  font-weight: 700 !important;
  margin-bottom: calc(var(--unit) * 10) !important;
}
@media screen and (max-width: 767.98px) {
  .contact-form label {
    font-size: calc(var(--unit) * 12) !important;
  }
}
.contact-form .satori__require {
  background-color: #e2351c !important;
  border-radius: calc(var(--unit) * 2) !important;
  color: #fff !important;
  display: inline-block !important;
  font-size: calc(var(--unit) * 11) !important;
  font-weight: 400 !important;
  margin-left: calc(var(--unit) * 10) !important;
  padding: calc(var(--unit) * 2) calc(var(--unit) * 6) !important;
  vertical-align: middle !important;
}
.contact-form input[type=email],
.contact-form input[type=tel],
.contact-form input[type=text],
.contact-form select,
.contact-form textarea {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background: #fff !important;
  border: 1px solid #ddd !important;
  border-radius: calc(var(--unit) * 4) !important;
  box-sizing: border-box !important;
  color: #333 !important;
  font-size: calc(var(--unit) * 16) !important;
  padding: calc(var(--unit) * 12) calc(var(--unit) * 15) !important;
  width: 100% !important;
}
.contact-form input[type=email]:focus,
.contact-form input[type=tel]:focus,
.contact-form input[type=text]:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: #aaa !important;
  outline: none !important;
}
.contact-form input[type=email]::-moz-placeholder,
.contact-form input[type=tel]::-moz-placeholder,
.contact-form input[type=text]::-moz-placeholder,
.contact-form select::-moz-placeholder,
.contact-form textarea::-moz-placeholder {
  color: #ccc !important;
}
.contact-form input[type=email]::placeholder,
.contact-form input[type=tel]::placeholder,
.contact-form input[type=text]::placeholder,
.contact-form select::placeholder,
.contact-form textarea::placeholder {
  color: #ccc !important;
}
.contact-form select {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%23999' d='M5 6 0 0h10z'/%3E%3C/svg%3E") !important;
  background-position: right calc(var(--unit) * 15) center !important;
  background-repeat: no-repeat !important;
  background-size: calc(var(--unit) * 10) auto !important;
}
.contact-form .satori__horiz_group {
  display: flex !important;
  gap: calc(var(--unit) * 20) !important;
}
@media screen and (max-width: 767.98px) {
  .contact-form .satori__horiz_group {
    flex-direction: column !important;
    gap: 0 !important;
  }
}
.contact-form .satori__horiz_group .satori__input_group {
  flex: 1 !important;
}
.contact-form input[type=radio] {
  background-color: #fff !important;
  margin-right: calc(var(--unit) * 5) !important;
  transform: translateY(calc(var(--unit) * 1));
}
.contact-form input[type=radio] + label {
  cursor: pointer !important;
  display: block !important;
  font-weight: 400 !important;
  margin-bottom: calc(var(--unit) * 5) !important;
  margin-right: calc(var(--unit) * 20) !important;
}
.contact-form .satori__submit_group {
  margin-top: calc(var(--unit) * 40) !important;
  text-align: center !important;
}
.home-hero {
  position: relative;
  height: 31.25vw;
}
@media screen and (max-width: 768px) {
  .home-hero {
    height: auto;
  }
}
.home-hero__background {
  position: absolute;
  width: 100%;
  height: 100%;
}
.home-hero__background-item {
  overflow: hidden;
  position: absolute;
  z-index: 1;
}
.home-hero__background-item:nth-child(1) {
  top: 11.8229166667vw;
  left: 5.2083333333vw;
  width: 8.3333333333vw;
  height: 5.2083333333vw;
  border-radius: 0.8333333333vw;
}
@media screen and (max-width: 768px) {
  .home-hero__background-item:nth-child(1) {
    top: auto;
    bottom: 0;
    left: 16.7rem;
    width: 7.8rem;
    height: 4.9rem;
    border-radius: 0.8rem;
  }
}
.home-hero__background-item:nth-child(2) {
  top: 3.125vw;
  left: 38.6458333333vw;
  width: 13.4375vw;
  height: 8.3333333333vw;
  border-radius: 1.0416666667vw;
}
@media screen and (max-width: 768px) {
  .home-hero__background-item:nth-child(2) {
    top: auto;
    bottom: 1.9rem;
    left: 2rem;
    width: 12.6rem;
    height: 7.8rem;
    border-radius: 1rem;
  }
}
.home-hero__background-item:nth-child(3) {
  bottom: 0;
  right: 38.5416666667vw;
  width: 8.3333333333vw;
  height: 5.2083333333vw;
  border-radius: 0.8333333333vw;
}
@media screen and (max-width: 768px) {
  .home-hero__background-item:nth-child(3) {
    top: 14.1rem;
    left: 27.4rem;
    width: 7.8rem;
    height: 4.9rem;
    border-radius: 0.8rem;
  }
}
.home-hero__background-item:nth-child(4) {
  bottom: 1.0416666667vw;
  right: 0;
  width: 42.7083333333vw;
  height: 22.9166666667vw;
  border-top-left-radius: 2.6041666667vw;
  border-bottom-left-radius: 2.6041666667vw;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .home-hero__background-item:nth-child(4) {
    bottom: auto;
    top: 3rem;
    right: 0;
    width: 22.8rem;
    height: 12.2rem;
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }
}
.home-hero__background picture, .home-hero__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-hero__foreground {
  width: 100%;
  max-width: 62.5vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  gap: 1.5625vw;
  padding: 8.5416666667vw 0 6.6666666667vw;
}
@media screen and (max-width: 768px) {
  .home-hero__foreground {
    width: 100%;
    max-width: 34.4rem;
    margin-left: auto;
    margin-right: auto;
    gap: 2rem;
    padding: 16rem 0 13.7rem;
  }
}
.home-hero__slogan {
  font-size: 2.8125vw;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .home-hero__slogan {
    font-size: 3rem;
    text-align: left;
  }
}
.home-hero__slogan strong {
  font-family: "Montserrat", sans-serif;
  font-size: 3.125vw;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: #F74939;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .home-hero__slogan strong {
    font-size: 3.4rem;
    font-weight: 600;
  }
}
.home-hero__slogan .split-char {
  display: inline-block;
  opacity: 0;
  transform: translateY(3rem);
  transition: opacity 2s cubic-bezier(0.19, 1, 0.22, 1), transform 2s cubic-bezier(0.19, 1, 0.22, 1);
  transition-delay: calc(var(--char-index) * 0.02s);
  will-change: opacity, transform;
}
@media screen and (max-width: 768px) {
  .home-hero__slogan .split-char {
    transform: translateY(2rem);
  }
}
.home-hero__cta {
  display: flex;
  gap: 1rem;
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 1s;
}
@media screen and (max-width: 768px) {
  .home-hero__cta {
    gap: 0.8rem;
  }
}
.home-hero__cta-item {
  width: 30rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .home-hero__cta-item {
    width: 28rem;
  }
}
.home-hero__cta-item a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  height: 6.4rem;
  padding: 0 1.5rem;
  background: #F74939;
  color: #fff;
  border-radius: 0.6rem;
  text-decoration: none;
  user-select: none;
  transition: background-color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media screen and (max-width: 768px) {
  .home-hero__cta-item a {
    height: 5.4rem;
    background: #f31d0a;
    border-radius: 0.4rem;
  }
}
.home-hero__cta-item--about {
  font-size: 2rem;
  font-weight: 700;
}
.home-hero__cta-item--about a::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.8rem);
  left: 2rem;
  width: 1.6rem;
  height: 1.6rem;
  background: #fff;
  mask: url("/oci/assets/img/common/icn_download.svg") no-repeat center center/contain;
}
.home-hero__cta-item--simulation {
  font-weight: 700;
}
.home-hero__cta-item--simulation small {
  font-size: 1.4rem;
}
.is-loaded .home-hero__slogan .split-char {
  opacity: 1;
  transform: translateY(0);
}
.is-loaded .home-hero__cta {
  opacity: 1;
}
.home-introduction {
  padding-top: 5rem;
}
.home-introduction__image {
  width: 100%;
  max-width: 86rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .home-introduction__image {
    max-width: 35.2rem;
    width: auto;
    margin-left: -0.4rem;
    margin-right: -0.4rem;
  }
}
.home-event-list {
  width: 100%;
  max-width: 92rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .home-event-list {
    width: 100%;
    max-width: 28.8rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.home-event-list__item {
  width: 92rem;
}
@media screen and (max-width: 768px) {
  .home-event-list__item {
    width: 28.8rem;
  }
}
.home-event-list__item a {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: row-reverse;
  gap: 3rem;
  height: 100%;
  padding: 3rem 4rem;
  border-radius: 2rem;
  background: #fff;
  box-shadow: 0 0 2rem 0 rgba(205, 201, 193, 0.5);
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .home-event-list__item a {
    flex-direction: column;
    gap: 1.5rem;
    height: 100%;
    padding: 1.4rem 1.4rem 8rem;
    border-radius: 1.4rem;
  }
}
@media (hover: hover) {
  .home-event-list__item a:hover .home-event-list__image img {
    scale: 1.05;
  }
  .home-event-list__item a:hover .home-event-list__title {
    color: #F74939;
  }
  .home-event-list__item a:hover .component-button {
    background: #161412;
  }
}
@media (hover: none) {
  .home-event-list__item a:active .home-event-list__image img {
    scale: 1.05;
  }
  .home-event-list__item a:active .home-event-list__title {
    color: #F74939;
  }
  .home-event-list__item a:active .component-button {
    background: #161412;
  }
}
.home-event-list__image {
  flex-shrink: 0;
  overflow: hidden;
  width: 40rem;
  aspect-ratio: 400/240;
}
@media screen and (max-width: 768px) {
  .home-event-list__image {
    width: 100%;
  }
}
.home-event-list__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: scale 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.home-event-list__content {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.home-event-list__title {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.5;
  transition: color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media screen and (max-width: 768px) {
  .home-event-list__title {
    font-size: 1.6rem;
  }
}
.home-event-list__date {
  margin-top: 1rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .home-event-list__date {
    margin-top: 0.8rem;
    font-size: 1.2rem;
  }
}
.home-event-list__button {
  margin-top: auto;
  padding-top: 2rem;
}
@media screen and (max-width: 768px) {
  .home-event-list__button {
    position: absolute;
    bottom: 2rem;
    left: 3.2rem;
    right: 3.2rem;
  }
}
.home-event-list__button .component-button {
  height: 4.4rem;
  border-radius: 0.4rem;
  font-size: 1.4rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .home-event-list__button .component-button {
    width: 100%;
  }
}
.home-event-list .splide__track {
  overflow: visible;
}
@media screen and (min-width: 769px) {
  .home-event-list .splide__slide {
    opacity: 0.1;
    transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  .home-event-list .splide__slide.is-active {
    opacity: 1;
  }
}
.home-event-list .splide__arrow {
  width: 6rem;
  height: 6rem;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #312D2A;
  z-index: 10;
  transition: background-color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media screen and (max-width: 768px) {
  .home-event-list .splide__arrow {
    width: 4rem;
    height: 4rem;
  }
}
.home-event-list .splide__arrow::after {
  content: "";
  width: 0.9rem;
  height: 1.4rem;
  background: #fff;
  mask: url("/oci/assets/img/common/arw_button.svg") no-repeat center center/contain;
}
@media screen and (max-width: 768px) {
  .home-event-list .splide__arrow::after {
    width: 0.675rem;
    height: 1.05rem;
  }
}
.home-event-list .splide__arrow--prev {
  left: -9rem;
  transform: rotateY(180deg) translateY(-50%);
}
@media screen and (max-width: 768px) {
  .home-event-list .splide__arrow--prev {
    left: -3.5rem;
  }
}
.home-event-list .splide__arrow--next {
  right: -9rem;
}
@media screen and (max-width: 768px) {
  .home-event-list .splide__arrow--next {
    right: -3.5rem;
  }
}
.home-event-list .splide__arrow svg {
  display: none;
}
@media (hover: hover) {
  .home-event-list .splide__arrow:hover {
    background: #161412;
  }
}
@media (hover: none) {
  .home-event-list .splide__arrow:active {
    background: #161412;
  }
}
.home-event-list .splide__pagination {
  position: absolute;
  top: -6rem;
  right: -14rem;
  display: flex;
  gap: 1.5rem;
  line-height: 0;
}
@media screen and (max-width: 768px) {
  .home-event-list .splide__pagination {
    position: static;
    margin-top: 1.5rem;
    gap: 1rem;
  }
}
.home-event-list .splide__pagination__page {
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  background: #D4D4D4;
  transition: background-color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media screen and (max-width: 768px) {
  .home-event-list .splide__pagination__page {
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 100%;
  }
}
.home-event-list .splide__pagination__page.is-active {
  background: #F74939;
}
.component-section:has(.home-event-list) {
  overflow: hidden;
}
.component-section:has(.home-useful-list) a {
  color: #fff;
}
@media screen and (min-width: 769px) {
  .component-section:has(.home-useful-list) .component-section__inner {
    display: flex;
  }
  .component-section:has(.home-useful-list) .component-section__header {
    flex: 1;
  }
  .component-section:has(.home-useful-list) .component-section__button {
    justify-content: flex-start;
  }
  .component-section:has(.home-useful-list) .component-section__content {
    flex-shrink: 0;
    width: 77.6rem;
    margin-top: 0;
  }
  .component-section:has(.home-useful-list) .component-useful-list__item {
    width: calc(50% - 3.9rem);
  }
}
@media screen and (max-width: 768px) {
  .component-section:has(.home-useful-list) .component-section__inner {
    padding-bottom: 8.4rem;
  }
  .component-section:has(.home-useful-list) .component-section__button {
    position: absolute;
    bottom: 0;
    left: 3rem;
    right: 3rem;
  }
}
.service-lineup {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.service-lineup__item {
  display: flex;
  gap: 3.8rem;
}
@media screen and (max-width: 768px) {
  .service-lineup__item {
    flex-direction: column;
    gap: 1.5rem;
  }
}
.service-lineup__title {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.8rem;
  color: #F74939;
  border: 0.2rem solid #F74939;
  border-radius: 0.4rem;
  writing-mode: vertical-rl;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .service-lineup__title {
    width: 100%;
    writing-mode: horizontal-tb;
    padding: 0.6rem 0;
    border-width: 1px;
    border-radius: 0.2rem;
    font-size: 1.4rem;
  }
}
.service-lineup__list {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  .service-lineup__list {
    flex-direction: column;
    gap: 1rem;
  }
}
.service-lineup__list-item {
  overflow: hidden;
  position: relative;
  width: calc(33.333% - 2rem);
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 0 2rem rgba(205, 201, 193, 0.5);
}
@media screen and (max-width: 768px) {
  .service-lineup__list-item {
    width: 100%;
    border-radius: 0.8rem;
  }
}
.service-lineup__list-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1.2rem 2rem 0;
}
@media screen and (max-width: 768px) {
  .service-lineup__list-content {
    padding: 1rem 1.2rem 0;
  }
}
.service-lineup__list-title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .service-lineup__list-title {
    font-size: 1.8rem;
    line-height: 1.3;
  }
}
.service-lineup__list-title small {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .service-lineup__list-title small {
    font-size: 1.4rem;
  }
}
.service-lineup__list-text {
  margin-top: 1.2rem;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .service-lineup__list-text {
    margin-top: 0.8rem;
    padding-right: 13rem;
  }
}
.strengths-reason {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
@media screen and (max-width: 768px) {
  .strengths-reason {
    gap: 3rem;
  }
}
.strengths-reason__item {
  display: flex;
  gap: 6rem;
}
@media screen and (max-width: 768px) {
  .strengths-reason__item {
    flex-direction: column-reverse;
    gap: 1.5rem;
  }
}
.strengths-reason__content {
  flex: 1;
}
.strengths-reason__title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .strengths-reason__title {
    font-size: 1.8rem;
    text-align: center;
  }
}
.strengths-reason__text {
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .strengths-reason__text {
    margin-top: 1.2rem;
  }
}
.strengths-reason__image {
  flex-shrink: 0;
  width: 60rem;
}
@media screen and (max-width: 768px) {
  .strengths-reason__image {
    width: 24.6rem;
    margin: 0 auto;
  }
}
@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: "Montserrat", 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: #F74939 !important;
}