@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 {
  overscroll-behavior-x: none;
  font-size: 10px;
}
@media screen and (max-width: 1700px) {
  html {
    font-size: 0.5882352941vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.4154589372vw;
  }
}
body {
  color: #191311;
  background: #F7F2E5;
  font-family: "Yu Gothic", "SF Pro Text", "Hiragino Sans", sans-serif;
  font-optical-sizing: auto;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.01em;
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}
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: #191311;
}
@media (hover: hover) {
  a:hover {
    text-decoration: none;
  }
}
@media (hover: none) {
  a:active {
    text-decoration: none;
  }
}
em {
  font-style: normal;
}
img {
  width: 100%;
  height: auto;
}
button {
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background: none;
  touch-action: manipulation;
  cursor: pointer;
}
small {
  font-size: 0.75em;
}
[data-hover-text],
a:has([data-hover-text]) {
  position: relative;
  display: inline-block;
  clip-path: inset(0);
}
[data-hover-text] [data-hover-text],
a:has([data-hover-text]) [data-hover-text] {
  position: relative;
  display: inline-block;
  clip-path: inset(0);
}
[data-hover-text] .hover-text-origin,
[data-hover-text] .hover-text-clone,
a:has([data-hover-text]) .hover-text-origin,
a:has([data-hover-text]) .hover-text-clone {
  display: flex;
}
[data-hover-text] .hover-text-origin span,
[data-hover-text] .hover-text-clone span,
a:has([data-hover-text]) .hover-text-origin span,
a:has([data-hover-text]) .hover-text-clone span {
  display: inline-block;
  line-height: 1.2;
  transition: transform 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
[data-hover-text] .hover-text-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(8rem);
  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(8rem);
  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: 10rem;
}
@media screen and (max-width: 768px) {
  .layout-container {
    padding-top: 8.2rem;
  }
}
.layout-footer {
  background: #F7F2E5;
}
.layout-footer__top {
  padding: 6rem 12rem 8rem;
}
@media screen and (max-width: 768px) {
  .layout-footer__top {
    padding: 6rem 3rem 5.5rem;
  }
}
.layout-footer__bottom {
  padding: 6rem 12rem;
  background: #F5B101;
}
@media screen and (max-width: 768px) {
  .layout-footer__bottom {
    padding: 2.5rem 3rem 2rem;
  }
}
.layout-footer .footer-logo {
  width: 39.5rem;
}
@media screen and (max-width: 768px) {
  .layout-footer .footer-logo {
    width: 35.4rem;
  }
}
.layout-footer .footer-menu {
  display: flex;
  gap: 12rem;
  margin-top: 8.5rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .layout-footer .footer-menu {
    flex-direction: column;
    gap: 4rem;
    margin-top: 6rem;
    font-size: 1.6rem;
  }
}
.layout-footer .footer-menu a {
  position: relative;
  display: block;
  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: #E60020;
  }
}
@media (hover: none) {
  .layout-footer .footer-menu a:active {
    color: #E60020;
  }
}
.layout-footer .footer-menu a[href$=".pdf"] {
  padding-right: 2rem;
}
.layout-footer .footer-menu a[href$=".pdf"]::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.8rem);
  right: 0;
  width: 1.3rem;
  height: 1.5rem;
  background: #191311;
  mask: url("/assets/img/common/icn_pdf.svg") no-repeat center/contain;
  transition: background-color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.layout-footer .footer-menu__content {
  display: flex;
  gap: 9rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .layout-footer .footer-menu__content {
    gap: 6rem;
  }
}
.layout-footer .footer-menu__list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  white-space: nowrap;
}
.layout-footer .footer-sub-menu {
  display: flex;
  gap: 6rem;
  font-weight: 600;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .layout-footer .footer-sub-menu {
    justify-content: center;
    gap: 3rem;
    font-size: 1.2rem;
  }
}
.layout-footer .footer-sub-menu a {
  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: #E60020;
  }
}
@media (hover: none) {
  .layout-footer .footer-sub-menu a:active {
    color: #E60020;
  }
}
.layout-footer .footer-copyright {
  margin-top: 1.5rem;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .layout-footer .footer-copyright {
    font-size: 1.1rem;
    letter-spacing: -0.01em;
    text-align: center;
  }
}
.layout-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 10rem;
  padding: 3rem 6rem 3rem 4rem;
  background: #fff;
  box-shadow: 0 0.4rem 0.4rem rgba(25, 19, 17, 0.25);
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  .layout-header {
    height: 8.2rem;
    padding: 0 3rem;
    box-shadow: none;
  }
}
.layout-header__inner {
  display: flex;
  align-items: center;
  height: 100%;
}
.layout-header .header-logo {
  position: relative;
  z-index: 10;
  width: 39.5rem;
}
@media screen and (max-width: 768px) {
  .layout-header .header-logo {
    width: 21.7rem;
  }
}
.layout-header .header-nav {
  position: relative;
  display: flex;
  gap: 4rem;
  margin-left: auto;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .layout-header .header-nav {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    padding: 15.2rem 3rem 4rem;
    background: #fff;
    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);
  }
  .layout-header .header-nav.is-show {
    opacity: 1;
    visibility: visible;
  }
}
.layout-header .header-menu {
  display: flex;
  align-items: center;
  gap: 6rem;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .layout-header .header-menu {
    flex-direction: column;
    align-items: flex-start;
    gap: 3rem;
    font-size: 1.8rem;
  }
}
.layout-header .header-menu__item {
  position: relative;
}
.layout-header .header-menu__item a {
  position: relative;
  display: block;
  padding: 0.5rem 0;
  text-decoration: none;
  user-select: none;
}
.layout-header .header-menu__item a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #E60020;
  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 {
    color: #E60020;
  }
  .layout-header .header-menu__item a:hover::after {
    opacity: 1;
  }
}
@media (hover: none) {
  .layout-header .header-menu__item a:active {
    color: #E60020;
  }
  .layout-header .header-menu__item a:active::after {
    opacity: 1;
  }
}
.layout-header .header-menu__item a.is-current {
  color: #E60020;
}
.layout-header .header-menu__item a.is-current::after {
  opacity: 1;
}
.layout-header .header-hamburger {
  position: relative;
  display: none;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .layout-header .header-hamburger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 5rem;
    height: 5rem;
  }
}
.layout-header .header-hamburger__line {
  position: absolute;
  top: calc(50% - 0.1rem);
  left: 0;
  display: block;
  width: 5rem;
  height: 0.2rem;
  background: #191311;
  transition: transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.layout-header .header-hamburger__line:nth-child(1) {
  transform: translateY(-0.4rem);
}
.layout-header .header-hamburger__line:nth-child(2) {
  transform: translateY(0.4rem);
}
.layout-header .header-hamburger.is-show .header-hamburger__line:nth-child(1) {
  transform: translateY(0) rotate(15deg);
}
.layout-header .header-hamburger.is-show .header-hamburger__line:nth-child(2) {
  transform: translateY(0) rotate(-15deg);
}
.component-anchor {
  padding: 1.2rem 12rem;
  background: #EAE3DA;
  font-size: 2.8rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .component-anchor {
    margin-top: 1rem;
    padding: 2.5rem 3rem;
    font-size: 2.4rem;
  }
}
.component-anchor--no-bg {
  width: 100%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  padding: 1.2rem 0;
  background: none;
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .component-anchor--no-bg {
    padding: 2.5rem 3rem;
    font-size: 2rem;
    text-align: left;
  }
}
.component-anchor--no-bg .component-anchor__list {
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  .component-anchor--no-bg .component-anchor__list {
    gap: 0;
  }
}
.component-anchor--no-bg .component-anchor__item {
  width: 100%;
}
.component-anchor--no-bg .component-anchor__item a {
  padding: 2.5rem 4.2rem 2.5rem 0;
}
@media screen and (max-width: 768px) {
  .component-anchor--no-bg .component-anchor__item a {
    padding: 1.3rem 0;
  }
}
.component-anchor--no-bg .component-anchor__item a::before {
  right: 0;
}
.component-anchor__list {
  display: flex;
  justify-content: center;
  gap: 6rem;
}
@media screen and (max-width: 768px) {
  .component-anchor__list {
    flex-direction: column;
    justify-content: flex-start;
    gap: 0;
  }
}
.component-anchor__item {
  position: relative;
  width: 36rem;
}
@media screen and (max-width: 768px) {
  .component-anchor__item {
    width: auto;
  }
}
.component-anchor__item a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 2.5rem 0;
  text-decoration: none;
  transition: color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media (hover: hover) {
  .component-anchor__item a:hover {
    color: #E60020;
  }
  .component-anchor__item a:hover::before {
    background: #E60020;
  }
}
@media (hover: none) {
  .component-anchor__item a:active {
    color: #E60020;
  }
  .component-anchor__item a:active::before {
    background: #E60020;
  }
}
@media screen and (max-width: 768px) {
  .component-anchor__item a {
    justify-content: flex-start;
    padding: 1.3rem 0;
  }
}
.component-anchor__item a::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.975rem);
  right: 2.25rem;
  width: 1.2rem;
  height: 1.95rem;
  background: #191311;
  mask: url("/assets/img/common/arw_link.svg") no-repeat center/contain;
  rotate: 90deg;
}
@media screen and (max-width: 768px) {
  .component-anchor__item a::before {
    top: calc(50% - 0.8rem);
    right: 3rem;
    width: 1rem;
    height: 1.6rem;
  }
}
.component-breadcrumb {
  overflow: hidden;
  display: flex;
  align-items: center;
  height: 7.2rem;
  padding: 0 12rem;
  gap: 1.5rem;
  background: #F7F2E5;
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .component-breadcrumb {
    padding: 0 3rem;
    white-space: nowrap;
    word-break: keep-all;
    overflow-x: auto;
  }
}
.component-breadcrumb__item {
  position: relative;
}
@media screen and (max-width: 768px) {
  .component-breadcrumb__item {
    flex-shrink: 0;
  }
}
.component-breadcrumb__item:not(:has(a)) {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.component-breadcrumb__item a {
  display: block;
  white-space: nowrap;
}
@media (hover: hover) {
  .component-breadcrumb__item a:hover {
    text-decoration: none;
  }
}
@media (hover: none) {
  .component-breadcrumb__item a:active {
    text-decoration: none;
  }
}
.component-breadcrumb__item:nth-of-type(n+2) {
  padding-left: 2.8rem;
}
.component-breadcrumb__item:nth-of-type(n+2)::before {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .component-breadcrumb__item--line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  .component-breadcrumb__item--line-clamp a {
    white-space: normal;
  }
}
@media screen and (max-width: 768px) {
  .component-breadcrumb__item--line-clamp + .component-breadcrumb__item {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .component-breadcrumb__item--line-clamp + .component-breadcrumb__item + .component-breadcrumb__item {
    display: none;
  }
}
.component-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 9rem;
  padding: 0 6.2rem 0 5rem;
  color: #fff;
  background: #191311;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  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) {
  .component-button {
    padding: 0 5rem;
    font-size: 1.8rem;
  }
}
.component-button::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.975rem);
  right: 3rem;
  width: 1.2rem;
  height: 1.95rem;
  background: #F5B101;
  mask: url("/assets/img/common/arw_link.svg") no-repeat center/contain;
  transition: background-color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media screen and (max-width: 768px) {
  .component-button::before {
    right: 2rem;
    width: 1rem;
    height: 1.6rem;
  }
}
.component-button[target=_blank]::before {
  width: 2rem;
  height: 2rem;
  mask-image: url("/assets/img/common/icn_blank.svg");
}
@media screen and (max-width: 768px) {
  .component-button[target=_blank]::before {
    width: 1.7rem;
    height: 1.8rem;
  }
}
@media (hover: hover) {
  .component-button:hover {
    background-color: #E60020;
  }
  .component-button:hover::before {
    background-color: #fff;
  }
}
@media (hover: none) {
  .component-button:active {
    background-color: #E60020;
  }
  .component-button:active::before {
    background-color: #fff;
  }
}
.component-button--yellow {
  color: #191311;
  background-color: #F5B101;
}
.component-button--yellow::before {
  background-color: #191311;
}
@media (hover: hover) {
  .component-button--yellow:hover {
    color: #fff;
    background-color: #E60020;
  }
  .component-button--yellow:hover::before {
    background-color: #fff;
  }
}
@media (hover: none) {
  .component-button--yellow:active {
    color: #fff;
    background-color: #E60020;
  }
  .component-button--yellow:active::before {
    background-color: #fff;
  }
}
.component-button--green {
  background-color: #264F23;
}
.component-button--green::before {
  background-color: #F5B101;
}
@media (hover: hover) {
  .component-button--green:hover {
    color: #191311;
    background-color: #F5B101;
  }
  .component-button--green:hover::before {
    background-color: #191311;
  }
}
@media (hover: none) {
  .component-button--green:active {
    color: #191311;
    background-color: #F5B101;
  }
  .component-button--green:active::before {
    background-color: #191311;
  }
}
.component-button--ir {
  justify-content: flex-start;
  color: #191311;
  background-color: #fff;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .component-button--ir {
    padding: 0 6rem 0 3rem;
    font-size: 2rem;
  }
}
.component-button--ir i {
  flex-shrink: 0;
  margin-right: 1.2rem;
}
@media screen and (max-width: 768px) {
  .component-button--ir i {
    margin-right: 2rem;
  }
}
.component-button--ir i img {
  height: 2rem;
}
.component-button--ir::before {
  background-color: #191311;
}
@media screen and (max-width: 768px) {
  .component-button--ir::before {
    right: 3rem;
  }
}
@media (hover: hover) {
  .component-button--ir:hover {
    background-color: #F5B101;
  }
  .component-button--ir:hover::before {
    background-color: #191311;
  }
}
@media (hover: none) {
  .component-button--ir:active {
    background-color: #F5B101;
  }
  .component-button--ir:active::before {
    background-color: #191311;
  }
}
.component-header {
  display: flex;
  align-items: center;
  height: 20rem;
  padding: 0 12rem;
  background: #EAE3DA;
}
@media screen and (max-width: 768px) {
  .component-header {
    height: auto;
    padding: 5rem 3rem 4.5rem;
  }
}
.component-header__title {
  display: flex;
  flex-direction: column;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 700;
  line-height: 1.5;
}
.component-header__title-en {
  font-size: 2.4rem;
}
.component-header__title-ja {
  font-size: 4.8rem;
}
@media screen and (max-width: 768px) {
  .component-header__title-ja {
    margin-top: 0.8rem;
    font-size: 3.6rem;
  }
}
.component-localnav-secondary {
  padding: 6rem 12rem;
  background: #EAE3DA;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .component-localnav-secondary {
    padding: 9rem 3rem;
    text-align: left;
  }
}
.component-localnav-secondary__title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .component-localnav-secondary__title {
    font-size: 2.8rem;
    text-align: center;
  }
}
.component-localnav-secondary__list {
  width: 100%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  gap: 3rem;
  margin-top: 6rem;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .component-localnav-secondary__list {
    flex-direction: column;
    gap: 0.2rem;
    font-size: 2rem;
    font-weight: 500;
  }
}
.component-localnav-secondary__item {
  width: calc(25% - 2.25rem);
}
@media screen and (max-width: 768px) {
  .component-localnav-secondary__item {
    width: 100%;
  }
}
.component-localnav-secondary__item a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1/1;
  background: #fff;
  text-decoration: none;
  transition: background-color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media (hover: hover) {
  .component-localnav-secondary__item a:hover {
    background: #F5B101;
  }
}
@media (hover: none) {
  .component-localnav-secondary__item a:active {
    background: #F5B101;
  }
}
@media screen and (max-width: 768px) {
  .component-localnav-secondary__item a {
    justify-content: flex-start;
    aspect-ratio: auto;
    padding: 3rem;
  }
}
.component-localnav-secondary__item a::before {
  content: "";
  position: absolute;
  bottom: 3rem;
  right: 3rem;
  width: 1.2rem;
  height: 1.95rem;
  background: #191311;
  mask: url("/assets/img/common/arw_link.svg") no-repeat center/contain;
  transition: background-color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media screen and (max-width: 768px) {
  .component-localnav-secondary__item a::before {
    bottom: auto;
    top: calc(50% - 0.8rem);
    width: 1rem;
    height: 1.6rem;
  }
}
.component-localnav-secondary__item a[target=_blank]::before {
  width: 2rem;
  height: 2rem;
  mask-image: url("/assets/img/common/icn_blank.svg");
}
@media screen and (max-width: 768px) {
  .component-localnav-secondary__item a[target=_blank]::before {
    width: 1.7rem;
    height: 1.8rem;
  }
}
.component-localnav-secondary__item a[href$=".pdf"]::before {
  width: 1.8rem;
  height: 2rem;
  mask-image: url("/assets/img/common/icn_pdf.svg");
}
@media screen and (max-width: 768px) {
  .component-localnav-secondary__item a[href$=".pdf"]::before {
    width: 1.7rem;
    height: 1.8rem;
  }
}
.component-localnav {
  padding: 3.5rem 12rem 6rem;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .component-localnav {
    padding: 2rem 3rem;
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}
.component-localnav--bottom {
  padding-top: 6.5rem;
  padding-bottom: 9rem;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .component-localnav--bottom {
    padding-top: 4.5rem;
    padding-bottom: 6rem;
  }
}
.component-localnav__list {
  display: flex;
  justify-content: center;
  gap: 6rem;
}
@media screen and (max-width: 768px) {
  .component-localnav__list {
    justify-content: space-between;
    gap: 2rem;
  }
}
.component-localnav__item {
  position: relative;
  width: 36rem;
}
@media screen and (max-width: 768px) {
  .component-localnav__item {
    width: auto;
  }
}
.component-localnav__item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.2rem;
  background: #191311;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .component-localnav__item::before {
    height: 1px;
  }
}
.component-localnav__item.is-active::before {
  opacity: 1;
}
.component-localnav__item.is-active a {
  pointer-events: none;
}
.component-localnav__item.is-active a::before {
  display: none;
}
.component-localnav__item a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 2.5rem 0;
  text-decoration: none;
  transition: color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media (hover: hover) {
  .component-localnav__item a:hover {
    color: #E60020;
  }
  .component-localnav__item a:hover::before {
    background: #E60020;
  }
}
@media (hover: none) {
  .component-localnav__item a:active {
    color: #E60020;
  }
  .component-localnav__item a:active::before {
    background: #E60020;
  }
}
@media screen and (max-width: 768px) {
  .component-localnav__item a {
    padding: 1rem 0;
  }
}
.component-localnav__item a::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.975rem);
  right: 2.25rem;
  width: 1.2rem;
  height: 1.95rem;
  background: #191311;
  mask: url("/assets/img/common/arw_link.svg") no-repeat center/contain;
  transition: background-color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media screen and (max-width: 768px) {
  .component-localnav__item a::before {
    display: none;
  }
}
.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: 120rem;
}
@media screen and (max-width: 768px) {
  .component-modal__content {
    width: 35.4rem;
  }
}
.component-modal__content > *:first-child {
  margin-top: 0;
}
.component-modal__content iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.component-modal__close {
  position: absolute;
  top: -5rem;
  right: 0;
}
@media screen and (max-width: 768px) {
  .component-modal__close {
    top: -4.5rem;
  }
}
.component-relatednav {
  padding: 9rem 12rem;
  background: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .component-relatednav {
    padding: 6rem 3rem;
  }
}
.component-relatednav__list {
  width: 100%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  gap: 3rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .component-relatednav__list {
    flex-direction: column;
    gap: 2rem;
    font-size: 1.8rem;
  }
}
.component-relatednav__item {
  width: calc(25% - 2.25rem);
}
@media screen and (max-width: 768px) {
  .component-relatednav__item {
    width: 100%;
  }
}
.component-relatednav__item a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 9rem;
  color: #fff;
  background: #191311;
  text-decoration: none;
  transition: background-color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media (hover: hover) {
  .component-relatednav__item a:hover {
    background: #E60020;
  }
  .component-relatednav__item a:hover::before {
    background: #fff;
  }
}
@media (hover: none) {
  .component-relatednav__item a:active {
    background: #E60020;
  }
  .component-relatednav__item a:active::before {
    background: #fff;
  }
}
.component-relatednav__item a::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.975rem);
  right: 3rem;
  width: 1.2rem;
  height: 1.95rem;
  background: #F5B101;
  mask: url("/assets/img/common/arw_link.svg") no-repeat center/contain;
  transition: background-color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media screen and (max-width: 768px) {
  .component-relatednav__item a::before {
    right: 2rem;
    width: 1rem;
    height: 1.6rem;
  }
}
.component-relatednav__item a[target=_blank]::before {
  width: 2rem;
  height: 2rem;
  mask-image: url("/assets/img/common/icn_blank.svg");
}
@media screen and (max-width: 768px) {
  .component-relatednav__item a[target=_blank]::before {
    width: 1.7rem;
    height: 1.8rem;
  }
}
.component-section {
  padding: 9rem 12rem;
  background: #F7F2E5;
}
@media screen and (max-width: 768px) {
  .component-section {
    padding: 8rem 3rem 9rem;
  }
}
.component-section__inner {
  width: 100%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
}
body:has(.component-section) {
  background: #fff;
}
.layout-content:has(.component-section) {
  padding-bottom: 9rem;
}
.business-section {
  padding: 12rem;
}
@media screen and (max-width: 768px) {
  .business-section {
    padding: 8rem 3rem 9rem;
  }
}
.business-section#section2 {
  color: #fff;
  background: url("/assets/img/business/bg_brand.webp") no-repeat center top/cover;
}
@media screen and (max-width: 768px) {
  .business-section#section2 {
    background-image: url("/assets/img/business/bg_brand@sp.webp");
  }
}
.business-section#section4 {
  color: #fff;
  background: #323232;
}
.business-section#section4 a {
  color: #fff;
}
.business-section#section5 {
  background: #fff;
}
.business-section__inner {
  width: 100%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
}
.business-section__inner > *:first-child {
  margin-top: 0;
}
.business-section__header > *:first-child {
  margin-top: 0;
}
.business-section__title {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.68;
}
@media screen and (max-width: 768px) {
  .business-section__title {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    font-size: 3rem;
    letter-spacing: -0.02em;
    white-space: nowrap;
  }
}
.business-section__title small {
  margin-left: 3rem;
  font-size: 2.4rem;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .business-section__title small {
    margin-left: 0;
    font-size: 2rem;
  }
}
.business-section__lead {
  margin-top: 5rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .business-section__lead {
    margin-top: 4rem;
    font-size: 1.6rem;
  }
}
.business-section__content {
  margin-top: 4.5rem;
}
.business-section__content > *:first-child {
  margin-top: 0;
}
.business-brand {
  display: flex;
  flex-wrap: wrap;
  gap: 6rem 3rem;
}
@media screen and (max-width: 768px) {
  .business-brand {
    flex-direction: column;
    gap: 3rem;
  }
}
.business-brand__item {
  width: calc(33.333% - 2rem);
}
@media screen and (max-width: 768px) {
  .business-brand__item {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .business-brand__item:nth-of-type(4) .business-brand__title, .business-brand__item:nth-of-type(5) .business-brand__title, .business-brand__item:nth-of-type(6) .business-brand__title {
    display: flex;
    align-items: center;
    height: 17.4rem;
  }
}
.business-brand__item a {
  position: relative;
  display: block;
  height: 100%;
  background: #fff;
  text-decoration: none;
}
.business-brand__item a::before {
  content: "";
  position: absolute;
  bottom: 3rem;
  right: 3rem;
  width: 1.2rem;
  height: 1.95rem;
  background: #191311;
  mask: url("/assets/img/common/arw_link.svg") no-repeat center/contain;
  transition: background-color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.business-brand__item a[target=_blank]::before {
  width: 2rem;
  height: 2rem;
  mask-image: url("/assets/img/common/icn_blank.svg");
}
@media screen and (max-width: 768px) {
  .business-brand__item a[target=_blank]::before {
    width: 1.7rem;
    height: 1.8rem;
  }
}
.business-brand__content {
  padding: 3rem 3rem 8rem;
}
.business-brand__title {
  width: 100%;
  max-width: 26rem;
  margin-left: auto;
  margin-right: auto;
}
.business-brand__text {
  margin-top: 2.5rem;
}
.business-button {
  width: 100%;
  max-width: 54rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 9rem;
}
@media screen and (max-width: 768px) {
  .business-button {
    margin-top: 3rem;
  }
}
.business-media {
  display: flex;
  align-items: center;
  gap: 6rem;
}
@media screen and (max-width: 768px) {
  .business-media {
    flex-direction: column;
    gap: 3rem;
  }
}
.business-media__image {
  flex-shrink: 0;
  width: 60rem;
}
@media screen and (max-width: 768px) {
  .business-media__image {
    width: 100%;
  }
}
.business-media__content {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .business-media__content {
    width: 100%;
  }
}
.business-media__heading {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .business-media__heading {
    font-size: 2.3rem;
    line-height: 1.5;
  }
}
.business-media__button {
  margin-top: 4.5rem;
}
@media screen and (max-width: 768px) {
  .business-media__button {
    margin-top: 3rem;
  }
}
.company-index {
  width: 100%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10.5rem;
  padding-bottom: 12rem;
}
@media screen and (max-width: 768px) {
  .company-index {
    margin-top: 7.5rem;
    padding: 0 3rem 9rem;
  }
}
.company-index__title {
  font-size: 3rem;
  font-weight: 700;
  white-space: nowrap;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .company-index__title {
    font-size: 3rem;
    white-space: normal;
  }
}
.company-index__list {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  margin-top: 9.5rem;
}
@media screen and (max-width: 768px) {
  .company-index__list {
    flex-direction: column;
    margin-top: 8rem;
  }
}
.company-index__item {
  width: calc(50% - 1.5rem);
}
@media screen and (max-width: 768px) {
  .company-index__item {
    width: 100%;
  }
}
.company-index__item a {
  display: block;
  padding: 4rem;
  background: #fff;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .company-index__item a {
    padding: 4rem 3rem 3rem;
  }
}
.company-index__heading {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}
.company-index__heading::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: calc(50% - 0.5208333333vw);
  right: 0;
  width: 0.625vw;
  height: 1.0416666667vw;
  background: #191311;
  mask: url("/assets/img/common/arw_link.svg") no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .company-index__heading::before {
    top: calc(50% - 0.8rem);
    width: 1rem;
    height: 1.6rem;
  }
}
.company-index__image {
  margin-top: 3rem;
}
.company-message {
  position: relative;
  margin-top: 5rem;
  padding-bottom: 15rem;
}
@media screen and (max-width: 768px) {
  .company-message {
    margin-top: 21.6rem;
    padding-bottom: 0;
  }
}
.company-message__header {
  position: relative;
  padding: 7rem 12rem 10.5rem;
  background: #EAE3DA;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .company-message__header {
    padding: 9rem 3rem 5rem;
  }
}
.company-message__header-image {
  position: absolute;
  top: -5rem;
  right: 0;
  width: calc(54rem + (100vw - 120rem) / 2);
}
@media screen and (max-width: 768px) {
  .company-message__header-image {
    top: -17.6rem;
    width: 35.4rem;
  }
}
.company-message__header-content {
  width: 100%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
}
.company-message__title {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .company-message__title {
    font-size: 3rem;
    white-space: nowrap;
  }
}
.company-message__name {
  margin-top: 2.5rem;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .company-message__name {
    font-size: 1.8rem;
  }
}
.company-message__content {
  overflow: hidden;
  position: relative;
  padding: 15rem 12rem;
}
@media screen and (max-width: 768px) {
  .company-message__content {
    padding: 6rem 0 9rem;
  }
}
.company-message__background {
  position: absolute;
  z-index: 10;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .company-message__background {
    display: none;
  }
}
.company-message__background--1 {
  bottom: 4.2rem;
  left: calc(50% - 84rem);
  width: 159rem;
}
.company-message__background--2 {
  top: 17.5rem;
  left: calc(50% - 76rem);
  width: 147.5rem;
}
.company-message__foreground {
  width: 100%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 15rem;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .company-message__foreground {
    gap: 9rem;
  }
}
.company-message__heading {
  width: 100%;
  padding: 4.5rem 0 4.5rem 54rem;
  background: #fff;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .company-message__heading {
    position: absolute;
    top: 6rem;
    left: 0;
    z-index: 0;
  }
}
@media screen and (max-width: 768px) {
  .company-message__heading {
    padding: 4rem 3rem;
    font-size: 2.4rem;
    line-height: 1.8;
  }
}
.company-message__image {
  position: relative;
  z-index: 1;
}
.company-message__decoration {
  position: absolute;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .company-message__decoration {
    display: none;
  }
}
.company-message__decoration--1 {
  top: -11.2rem;
  right: 0;
  width: 32.2rem;
  mix-blend-mode: multiply;
}
.company-message__decoration--2 {
  top: 75.1rem;
  left: 7.6rem;
  width: 65.7rem;
}
.company-message__decoration--3 {
  top: 66.7rem;
  right: 12.2rem;
  width: 37.2rem;
}
.company-message__decoration--4 {
  top: 160.8rem;
  left: 49.1rem;
  width: 28.1rem;
}
.company-message-group {
  position: relative;
  z-index: 1;
}
.company-message-group__image {
  flex-shrink: 0;
}
.company-message-group__box {
  position: relative;
  padding: 5rem 4.8rem 5.5rem 10.2rem;
  background: #fff;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  .company-message-group__box {
    padding: 5rem 3rem 5.5rem 6.2rem;
  }
}
.company-message-group__box::before {
  content: "";
  position: absolute;
  top: 6rem;
  left: 6rem;
  width: 0.2rem;
  height: calc(100% - 12rem);
  background: #F5B101;
}
@media screen and (max-width: 768px) {
  .company-message-group__box::before {
    left: 3rem;
  }
}
.company-message-group__heading {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .company-message-group__heading {
    font-size: 2.4rem;
  }
}
.company-message-group__text {
  margin-top: 3rem;
  line-height: 2.25;
}
@media screen and (max-width: 768px) {
  .company-message-group__text {
    line-height: 1.9;
  }
}
@media screen and (min-width: 769px) {
  .company-message-group--1 .company-message-group__image {
    width: 48rem;
  }
  .company-message-group--1 .company-message-group__box {
    margin-top: -6rem;
    margin-left: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .company-message-group--1 {
    margin-top: -3rem;
  }
  .company-message-group--1 .company-message-group__image {
    margin-right: 3rem;
  }
  .company-message-group--1 .company-message-group__box {
    margin-top: -6rem;
    margin-left: 3rem;
  }
}
@media screen and (min-width: 769px) {
  .company-message-group--2 {
    display: flex;
    flex-direction: row-reverse;
    gap: 4rem;
  }
  .company-message-group--2 .company-message-group__image {
    width: 40rem;
  }
  .company-message-group--2 .company-message-group__box {
    margin-top: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .company-message-group--2 .company-message-group__image {
    margin-right: 3rem;
  }
  .company-message-group--2 .company-message-group__box {
    margin-top: 3rem;
    margin-right: 3rem;
  }
}
@media screen and (min-width: 769px) {
  .company-message-group--3 .company-message-group__image {
    width: 64rem;
    margin-left: auto;
  }
  .company-message-group--3 .company-message-group__box {
    width: 90rem;
    margin-top: -6rem;
  }
}
@media screen and (max-width: 768px) {
  .company-message-group--3 .company-message-group__image {
    margin-left: 3rem;
  }
  .company-message-group--3 .company-message-group__box {
    margin-top: -3rem;
    margin-right: 3rem;
  }
}
@media screen and (min-width: 769px) {
  .company-message-group--4 {
    display: flex;
    gap: 4rem;
  }
  .company-message-group--4 .company-message-group__image {
    width: 30rem;
  }
  .company-message-group--4 .company-message-group__box {
    margin-top: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .company-message-group--4 .company-message-group__image {
    margin-left: 3rem;
  }
  .company-message-group--4 .company-message-group__box {
    margin-top: 3rem;
    margin-left: 3rem;
  }
}
@media screen and (min-width: 769px) {
  .company-message-group--5 .company-message-group__image {
    width: 120rem;
  }
  .company-message-group--5 .company-message-group__box {
    width: 100%;
    max-width: 90rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: -6rem;
  }
}
@media screen and (max-width: 768px) {
  .company-message-group--5 .company-message-group__box {
    margin-top: -3rem;
    margin-left: 3rem;
    margin-right: 3rem;
  }
}
.company-philosophy {
  position: relative;
  padding: 8.4rem 12rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .company-philosophy {
    padding: 10rem 3rem 18rem;
  }
}
.company-philosophy__content {
  width: 100%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
.company-philosophy__title {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .company-philosophy__title {
    margin-bottom: 6rem;
    font-size: 2.8rem;
  }
}
.company-philosophy__text {
  margin-top: 5rem;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 2.333;
}
@media screen and (max-width: 768px) {
  .company-philosophy__text {
    margin-top: 3rem;
    font-size: 1.6rem;
  }
}
.company-philosophy__decoration {
  position: absolute;
  z-index: 0;
}
.company-philosophy__decoration--1 {
  top: 3.8rem;
  left: calc(50% - 85.8rem);
  width: 41.8rem;
}
@media screen and (max-width: 768px) {
  .company-philosophy__decoration--1 {
    top: 1.8rem;
    left: 0;
    width: 17.9rem;
  }
}
.company-philosophy__decoration--2 {
  top: 61.9rem;
  right: calc(50% - 81.2rem);
  width: 27.7rem;
}
@media screen and (max-width: 768px) {
  .company-philosophy__decoration--2 {
    top: 0;
    right: 4.2rem;
    width: 10.4rem;
  }
}
.company-philosophy__decoration--3 {
  bottom: 3.2rem;
  left: calc(50% - 85.2rem);
  width: 28.2rem;
}
@media screen and (max-width: 768px) {
  .company-philosophy__decoration--3 {
    bottom: 1rem;
    left: auto;
    right: 2.4rem;
    width: 16.4rem;
  }
}
.company-profile {
  padding: 9rem 0;
  background: #EAE3DA;
}
@media screen and (max-width: 768px) {
  .company-profile {
    padding: 6rem 3rem;
  }
}
.company-profile__inner {
  width: 100%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
}
.company-profile__inner > *:first-child {
  margin-top: 0;
}
.company-profile__header {
  position: relative;
  margin-top: 10rem;
}
@media screen and (max-width: 768px) {
  .company-profile__header {
    margin-top: 6rem;
  }
}
.company-profile__title {
  padding: 0.8rem 0 1rem 2rem;
  border-left: 1rem solid #F5B101;
  border-bottom: 0.2rem solid #F5B101;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 4.8rem;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .company-profile__title {
    padding: 1.2rem 0 1.4rem 2rem;
    font-size: 3.6rem;
  }
}
.company-profile__date {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .company-profile__date {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.company-profile__table {
  width: 100%;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .company-profile__table {
    margin-top: 3rem;
  }
}
.company-profile__table caption {
  padding: 1rem 4rem 0.9rem;
  background: #F5B101;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .company-profile__table caption {
    padding: 1.5rem 2rem 1.4rem;
    font-size: 1.6rem;
    text-align: center;
  }
}
.company-profile__table th {
  width: 43rem;
  padding: 1.5rem 4rem;
  border-bottom: 1px solid #EAE3DA;
  background: #F7F2E5;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  vertical-align: middle;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .company-profile__table th {
    width: 12rem;
    padding: 1.5rem 2rem;
    font-size: 1.6rem;
  }
}
.company-profile__table td {
  width: calc(100% - 43rem);
  padding: 3rem 4rem;
  border-bottom: 1px solid #EAE3DA;
  background: #fff;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .company-profile__table td {
    width: calc(100% - 12rem);
    padding: 1.5rem 2rem;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.company-profile__ol {
  padding-left: 2rem;
  list-style-type: decimal;
}
.company-profile__location {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.company-profile__location-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.company-profile__location-map {
  white-space: nowrap;
}
.company-profile__location-map a {
  position: relative;
  display: block;
  padding-right: 3rem;
}
.company-profile__location-map a::before {
  content: "";
  position: absolute;
  top: calc(50% - 1.2rem);
  right: 0;
  width: 2rem;
  height: 2rem;
  background: #191311;
  mask: url("/assets/img/common/icn_blank.svg") no-repeat center/contain;
}
.company-history {
  padding: 8rem 0 12rem;
}
@media screen and (max-width: 768px) {
  .company-history {
    padding: 6rem 0 9rem;
  }
}
.company-history__header {
  width: 100%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .company-history__header {
    padding: 0 3rem;
  }
}
.company-history__title {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .company-history__title {
    text-align: justify;
  }
}
.company-history__lead {
  margin-top: 3rem;
  font-weight: 600;
  line-height: 2.2;
}
@media screen and (max-width: 768px) {
  .company-history__lead {
    font-size: 1.6rem;
    line-height: 1.9;
  }
}
.company-history__content {
  margin-top: 6rem;
}
.company-history__tab {
  width: 100%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .company-history__tab {
    border-bottom: 1px solid #191311;
  }
}
@media screen and (max-width: 768px) {
  .company-history__tab {
    font-size: 2rem;
    line-height: 1.5;
  }
}
.company-history__tab-item {
  width: 50%;
  padding: 0.5rem 0;
}
@media screen and (max-width: 768px) {
  .company-history__tab-item {
    padding: 2rem 0;
  }
  .company-history__tab-item:nth-child(1) {
    background: #fff;
  }
  .company-history__tab-item:nth-child(2) {
    background: #EAE3DA;
  }
}
.company-history__items {
  position: relative;
  display: flex;
}
@media screen and (min-width: 769px) {
  .company-history__items::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    background: #191311;
  }
}
.company-history__item {
  width: 50%;
  padding-bottom: 10rem;
}
.company-history__item:nth-child(1) {
  background: #fff;
}
.company-history__item:nth-child(2) {
  background: #EAE3DA;
}
@media screen and (min-width: 769px) {
  .company-history__item:nth-child(1) {
    padding-top: 20rem;
  }
  .company-history__item:nth-child(1) .company-history__list {
    margin-left: auto;
  }
  .company-history__item:nth-child(1) .company-history__list-point {
    right: -5rem;
  }
  .company-history__item:nth-child(1) .company-history__list-year::before {
    right: -0.5rem;
  }
  .company-history__item:nth-child(1) .company-history__list-item--1960 .company-history__list-point {
    top: -10.5rem;
  }
  .company-history__item:nth-child(1) .company-history__list-item--1973 {
    margin-top: 37rem;
  }
  .company-history__item:nth-child(1) .company-history__list-item--1985 {
    margin-top: 14rem;
  }
  .company-history__item:nth-child(1) .company-history__list-item--1991 {
    margin-top: 6rem;
  }
  .company-history__item:nth-child(1) .company-history__list-item--1991 .company-history__list-point {
    top: -10rem;
  }
  .company-history__item:nth-child(1) .company-history__list-item--1998 {
    margin-top: 22.5rem;
  }
  .company-history__item:nth-child(1) .company-history__list-item--2019 {
    margin-top: 43.5rem;
  }
  .company-history__item:nth-child(1) .company-history__list-item--2021 .company-history__list-point {
    top: -14rem;
  }
  .company-history__item:nth-child(2) {
    padding-top: 33rem;
    background: #EAE3DA;
  }
  .company-history__item:nth-child(2) .company-history__list {
    margin-right: auto;
    text-align: right;
  }
  .company-history__item:nth-child(2) .company-history__list-point {
    left: -5rem;
  }
  .company-history__item:nth-child(2) .company-history__list-year {
    flex-direction: row-reverse;
  }
  .company-history__item:nth-child(2) .company-history__list-year::before {
    left: -0.5rem;
  }
  .company-history__item:nth-child(2) .company-history__list-item {
    align-items: flex-end;
  }
  .company-history__item:nth-child(2) .company-history__list-item--1980 {
    margin-top: 25.7rem;
  }
  .company-history__item:nth-child(2) .company-history__list-item--1996 {
    margin-top: 71.5rem;
  }
  .company-history__item:nth-child(2) .company-history__list-item--1999 {
    margin-top: 6.9rem;
  }
  .company-history__item:nth-child(2) .company-history__list-item--2004 {
    margin-top: 46.5rem;
  }
  .company-history__item:nth-child(2) .company-history__list-item--2014 {
    margin-top: 11.5rem;
  }
  .company-history__item:nth-child(2) .company-history__list-item--2025 {
    margin-top: 37.5rem;
  }
  .company-history__item:nth-child(2) .company-history__list-image {
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .company-history__item {
    display: none;
    width: 100%;
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .company-history__item.is-active {
    display: block;
  }
  .company-history__item:nth-child(1) {
    padding-top: 17.7rem;
  }
  .company-history__item:nth-child(1) .company-history__list-item--1973 {
    margin-top: 13rem;
  }
  .company-history__item:nth-child(1) .company-history__list-item--1980 .company-history__list-point {
    top: -2.3rem;
  }
  .company-history__item:nth-child(1) .company-history__list-item--1991 {
    margin-top: 14rem;
  }
  .company-history__item:nth-child(1) .company-history__list-item--2000 .company-history__list-point {
    top: -2.3rem;
  }
  .company-history__item:nth-child(1) .company-history__list-item--2010 .company-history__list-point {
    top: -2.3rem;
  }
  .company-history__item:nth-child(1) .company-history__list-item--2021 {
    margin-top: 14rem;
  }
  .company-history__item:nth-child(2) {
    padding-top: 17.7rem;
  }
  .company-history__item:nth-child(2) .company-history__list-item--1980 .company-history__list-point {
    top: -2.3rem;
  }
  .company-history__item:nth-child(2) .company-history__list-item--1996 {
    margin-top: 14rem;
  }
  .company-history__item:nth-child(2) .company-history__list-item--2004 {
    margin-top: 14rem;
  }
  .company-history__item:nth-child(2) .company-history__list-item--2010 .company-history__list-point {
    top: -2.3rem;
  }
  .company-history__item:nth-child(2) .company-history__list-item--2025 {
    margin-top: 14rem;
  }
  .company-history__item:nth-child(2) .company-history__list-text {
    text-align: right;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .company-history__item:nth-child(2) .company-history__list-text {
    text-align: left;
  }
}
.company-history__list {
  width: 60rem;
}
@media screen and (max-width: 768px) {
  .company-history__list {
    position: relative;
    width: 100%;
    padding-left: 11.7rem;
  }
  .company-history__list::before {
    content: "";
    display: block;
    position: absolute;
    top: -3rem;
    left: 4.3rem;
    width: 1px;
    height: calc(100% + 3rem + 8rem);
    background: #191311;
  }
}
.company-history__list > *:first-child {
  margin-top: 0;
}
.company-history__list-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 4rem;
}
.company-history__list-point {
  width: 10rem;
  height: 10rem;
  border-radius: 100%;
  position: absolute;
  top: -3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F5B101;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 3rem;
  font-weight: 600;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .company-history__list-point {
    width: 8.6rem;
    height: 8.6rem;
    border-radius: 100%;
    top: -10rem;
    left: -11.7rem;
    font-size: 2.4rem;
  }
}
.company-history__list-year {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  gap: 3rem;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 2.4rem;
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  .company-history__list-year::before {
    width: 1rem;
    height: 1rem;
    border-radius: 100%;
    content: "";
    position: absolute;
    top: calc(50% - 0.5rem);
    background: #191311;
  }
}
.company-history__list-year::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #191311;
}
.company-history__list-year span {
  position: relative;
  display: block;
  padding-left: 2rem;
}
.company-history__list-year span::before {
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  content: "";
  position: absolute;
  top: calc(50% - 0.5rem);
  left: 0;
  background: #F5B101;
}
.company-history__list-text {
  position: relative;
  margin-top: 0.8rem;
}
.company-history__list-text + .company-history__list-text {
  margin-top: 0;
}
.company-history__list-text a {
  color: #64ADD7;
}
.company-history__list-text a[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  margin: 0 0.4rem;
  background: #64ADD7;
  mask: url("/assets/img/common/icn_blank.svg") no-repeat center/contain;
}
.company-history__list-text:has(.company-history__list-button) {
  padding-right: 4rem;
}
.company-history__list-button {
  width: 3rem;
  height: 3rem;
  border-radius: 100%;
  position: absolute;
  top: calc(50% - 1.5rem);
  right: 0;
  background: #191311;
}
.company-history__list-button::before, .company-history__list-button::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.1rem);
  left: calc(50% - 0.6rem);
  width: 1.2rem;
  height: 0.2rem;
  background: #F5B101;
}
.company-history__list-button::after {
  rotate: 90deg;
}
.company-history__list-image {
  width: calc(var(--fig-w) / 10 * 1rem);
  margin-top: 2rem;
}
.company-history__continue {
  position: absolute;
  bottom: -5rem;
  left: calc(50% - 20.6rem);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 41.2rem;
  height: 10rem;
  border-radius: 5rem;
  background: #F5B101;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 3rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .company-history__continue {
    bottom: -4rem;
    left: calc(50% - 17.7rem);
    width: 35.4rem;
    height: 8rem;
    font-size: 2.4rem;
  }
}
.company-history-detail {
  padding: 10rem 9rem;
  background: #F7F2E5;
}
@media screen and (max-width: 768px) {
  .company-history-detail {
    overflow: auto;
    padding: 4.5rem 3rem 5rem;
    height: calc(100dvh - 12rem);
  }
}
.company-history-detail__header {
  display: flex;
  align-items: center;
  gap: 6rem;
}
@media screen and (max-width: 768px) {
  .company-history-detail__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 3rem;
  }
}
.company-history-detail__header-inner {
  flex: 1;
}
.company-history-detail__year {
  position: relative;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 4.8rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .company-history-detail__year {
    font-size: 3.6rem;
  }
}
.company-history-detail__year::after {
  content: "";
  display: block;
  width: 3rem;
  height: 1px;
  background: #191311;
}
.company-history-detail__title {
  margin-top: 5rem;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .company-history-detail__title {
    margin-top: 2.5rem;
  }
}
.company-history-detail__image {
  flex-shrink: 0;
  width: 48.3rem;
}
@media screen and (max-width: 768px) {
  .company-history-detail__image {
    width: 100%;
  }
}
.company-history-detail__content {
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .company-history-detail__content {
    margin-top: 3.5rem;
  }
}
.company-history-detail__text {
  line-height: 2.2;
}
@media screen and (max-width: 768px) {
  .company-history-detail__text {
    line-height: 1.9;
  }
}
#home {
  background-color: #fff;
}
.home-title {
  display: flex;
  align-items: center;
  gap: 3rem;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .home-title {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    padding-top: 2rem;
  }
}
.home-title__ja {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 4.8rem;
  font-weight: 600;
  line-height: 1.68;
}
@media screen and (max-width: 768px) {
  .home-title__ja {
    font-size: 3.6rem;
    line-height: 1.23;
  }
}
.home-title__en {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 2.4rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .home-title__en {
    font-size: 1.6rem;
  }
}
.home-lead {
  margin-top: 2.5rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .home-lead {
    margin-top: 4rem;
    font-size: 1.6rem;
  }
}
.home-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 9rem;
  padding: 0 6.2rem 0 5rem;
  color: #fff;
  background: #191311;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  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-button {
    padding: 0 5rem;
    font-size: 1.8rem;
  }
}
.home-button::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.975rem);
  right: 3rem;
  width: 1.2rem;
  height: 1.95rem;
  background: #F5B101;
  mask: url("/assets/img/common/arw_link.svg") no-repeat center/contain;
  transition: background-color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media screen and (max-width: 768px) {
  .home-button::before {
    right: 2rem;
    width: 1rem;
    height: 1.6rem;
  }
}
.home-button[target=_blank]::before {
  width: 2rem;
  height: 2rem;
  mask-image: url("/assets/img/common/icn_blank.svg");
}
@media screen and (max-width: 768px) {
  .home-button[target=_blank]::before {
    width: 1.7rem;
    height: 1.8rem;
  }
}
@media (hover: hover) {
  .home-button:hover {
    background-color: #E60020;
  }
  .home-button:hover::before {
    background-color: #fff;
  }
}
@media (hover: none) {
  .home-button:active {
    background-color: #E60020;
  }
  .home-button:active::before {
    background-color: #fff;
  }
}
.home-button--yellow {
  color: #191311;
  background-color: #F5B101;
}
.home-button--yellow::before {
  background-color: #191311;
}
@media (hover: hover) {
  .home-button--yellow:hover {
    color: #fff;
    background-color: #E60020;
  }
  .home-button--yellow:hover::before {
    background-color: #fff;
  }
}
@media (hover: none) {
  .home-button--yellow:active {
    color: #fff;
    background-color: #E60020;
  }
  .home-button--yellow:active::before {
    background-color: #fff;
  }
}
.home-button--green {
  background-color: #264F23;
}
.home-button--green::before {
  background-color: #F5B101;
}
@media (hover: hover) {
  .home-button--green:hover {
    color: #191311;
    background-color: #F5B101;
  }
  .home-button--green:hover::before {
    background-color: #191311;
  }
}
@media (hover: none) {
  .home-button--green:active {
    color: #191311;
    background-color: #F5B101;
  }
  .home-button--green:active::before {
    background-color: #191311;
  }
}
.home-button--ir {
  justify-content: flex-start;
  color: #191311;
  background-color: #fff;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .home-button--ir {
    padding: 0 6rem 0 3rem;
    font-size: 2rem;
  }
}
.home-button--ir i {
  flex-shrink: 0;
  margin-right: 1.2rem;
}
@media screen and (max-width: 768px) {
  .home-button--ir i {
    margin-right: 2rem;
  }
}
.home-button--ir i img {
  height: 2rem;
}
.home-button--ir::before {
  background-color: #191311;
}
@media screen and (max-width: 768px) {
  .home-button--ir::before {
    right: 3rem;
  }
}
@media (hover: hover) {
  .home-button--ir:hover {
    background-color: #F5B101;
  }
  .home-button--ir:hover::before {
    background-color: #191311;
  }
}
@media (hover: none) {
  .home-button--ir:active {
    background-color: #F5B101;
  }
  .home-button--ir:active::before {
    background-color: #191311;
  }
}
.home-section {
  position: relative;
  padding: 7rem 12rem 9rem 12rem;
  margin-top: 9rem;
}
@media screen and (max-width: 768px) {
  .home-section {
    padding: 7rem 3rem 9rem 3rem;
  }
}
.home-section__inner {
  position: relative;
  z-index: 1;
}
.home-section__content {
  margin-top: 3.5rem;
}
@media screen and (max-width: 768px) {
  .home-section__content {
    margin-top: 5rem;
  }
}
.home-section__content > *:first-child {
  margin-top: 0;
}
.home-hero {
  position: relative;
  height: calc(100vh - 10rem - 16.1458333333vw);
  max-height: 93rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .home-hero {
    height: 64rem;
  }
}
.home-hero__background {
  width: 100%;
  height: 100%;
}
.home-hero__background picture {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity var(--slide-duration, 3000ms) cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.home-hero__background picture:first-child:not(.is-hidden) {
  opacity: 1;
}
.home-hero__background picture.is-active {
  opacity: 1;
}
.home-hero__background picture, .home-hero__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-hero__foreground {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 5.7291666667vw 0 0 5.7291666667vw;
}
@media screen and (max-width: 768px) {
  .home-hero__foreground {
    align-items: flex-start;
    justify-content: flex-start;
    padding: 5rem 0 0 3rem;
  }
}
.home-hero__slogan {
  opacity: 0;
  color: #fff;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 3.125vw;
  font-weight: 600;
  line-height: 1.8;
  transition: color 3s cubic-bezier(0.39, 0.575, 0.565, 1), text-shadow 3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media screen and (max-width: 768px) {
  .home-hero__slogan {
    font-size: 3rem;
    line-height: 1.8;
  }
}
.is-loaded .home-hero__slogan {
  opacity: 1;
}
.home-hero__slogan--color-black {
  color: #191311;
  text-shadow: 0 0 0.78125vw #F7F2E5;
}
.home-hero__slogan .split-char {
  display: inline-block;
  opacity: 0;
  transform: translateY(4rem);
  filter: blur(2rem);
  transition: opacity 2s cubic-bezier(0.19, 1, 0.22, 1), transform 2s cubic-bezier(0.19, 1, 0.22, 1), filter 2s cubic-bezier(0.19, 1, 0.22, 1);
  transition-delay: calc(var(--char-index) * 0.01s);
  will-change: opacity, transform, filter;
}
@media screen and (max-width: 768px) {
  .home-hero__slogan .split-char {
    transform: translateY(3rem);
  }
}
.home-hero__scroll {
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: center;
  gap: 2rem;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  line-height: 1;
  writing-mode: vertical-rl;
}
@media screen and (min-width: 769px) {
  .home-hero__scroll {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px) {
  .home-hero__scroll {
    right: 4rem;
  }
}
.home-hero__scroll.is-fixed {
  position: fixed;
  bottom: 0;
  right: 4rem;
  z-index: 10;
}
.home-hero__scroll.is-bottom {
  position: absolute;
  bottom: 0;
  right: 4rem;
}
.home-hero__scroll::before {
  width: calc(1rem + 1px);
  height: calc(1rem + 1px);
  border-radius: 100%;
  content: "";
  position: absolute;
  top: 6.5rem;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  background: #fff;
  animation: scroll_loop 2s cubic-bezier(0.39, 0.575, 0.565, 1) infinite;
}
@keyframes scroll_loop {
  0% {
    opacity: 0;
    transform: translateX(-50%) translateY(0);
  }
  10% {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
  90% {
    opacity: 0;
    transform: translateX(-50%) translateY(12rem);
  }
  100% {
    opacity: 0;
    transform: translateX(-50%) translateY(0);
  }
}
.home-hero__scroll::after {
  content: "";
  display: block;
  width: 1px;
  height: 12rem;
  background: #fff;
}
.home-hero__news {
  position: absolute;
  width: 38rem;
}
@media screen and (min-width: 769px) {
  .home-hero__news {
    top: 6rem;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .home-hero__news {
    bottom: 4rem;
    left: 3rem;
    width: 29.4rem;
  }
}
.home-hero__news a {
  position: relative;
  display: block;
  padding: 2.3rem 5rem 2.3rem 2rem;
  background: #F5B101;
  text-decoration: none;
  transition: color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1), background-color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.home-hero__news a::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: calc(50% - 0.8rem);
  right: 2rem;
  width: 1rem;
  height: 1.6rem;
  background: #E60020;
  mask: url("/assets/img/common/arw_link.svg") no-repeat center/contain;
  transition: background-color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media (hover: hover) {
  .home-hero__news a:hover {
    background-color: #E60020;
    color: #fff;
  }
  .home-hero__news a:hover::before {
    background-color: #fff;
  }
  .home-hero__news a:hover .home-hero__news-heading {
    text-decoration: underline;
  }
}
@media (hover: none) {
  .home-hero__news a:active {
    background-color: #E60020;
    color: #fff;
  }
  .home-hero__news a:active::before {
    background-color: #fff;
  }
  .home-hero__news a:active .home-hero__news-heading {
    text-decoration: underline;
  }
}
.home-hero__news-meta {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
@media screen and (max-width: 768px) {
  .home-hero__news-meta {
    width: 100%;
    margin-bottom: 0.8rem;
  }
}
.home-hero__news-date {
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  white-space: nowrap;
}
.home-hero__news-category {
  display: block;
  padding: 0.3rem 0.8rem 0.2rem;
  color: #fff;
  background-color: #E60020;
  font-size: 1.2rem;
  line-height: 1;
  white-space: nowrap;
}
.home-hero__news-heading {
  margin-top: 0.8rem;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.5;
}
.is-loaded .home-hero__slogan .split-char {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}
.home-index__list {
  display: flex;
}
@media screen and (max-width: 768px) {
  .home-index__list {
    flex-wrap: wrap;
  }
}
.home-index__item {
  width: 25%;
}
@media screen and (max-width: 768px) {
  .home-index__item {
    width: 50%;
  }
}
.home-index__item a {
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.8333333333vw;
  height: 16.1458333333vw;
  padding: 2.0833333333vw 3.125vw 3.125vw;
  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-index__item a {
    gap: 1.6rem;
    height: auto;
    aspect-ratio: 1/1;
    padding: 2rem 2rem 2rem;
  }
}
@media (hover: hover) {
  .home-index__item a:hover {
    background: #F5B101;
  }
}
@media (hover: none) {
  .home-index__item a:active {
    background: #F5B101;
  }
}
.home-index__title {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
  font-size: 1.0416666667vw;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .home-index__title {
    min-height: 5.2rem;
    font-size: 1.6rem;
    line-height: 1.2;
  }
}
.home-index__title::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: calc(50% - 0.5208333333vw);
  right: 0;
  width: 0.625vw;
  height: 1.0416666667vw;
  background: #191311;
  mask: url("/assets/img/common/arw_link.svg") no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .home-index__title::before {
    top: calc(50% - 0.8rem);
    width: 1rem;
    height: 1.6rem;
  }
}
.home-index__title[target=_blank]::before {
  width: 2.0833333333vw;
  height: 2.0833333333vw;
  mask-image: url("/assets/img/common/icn_blank.svg");
}
@media screen and (max-width: 768px) {
  .home-index__title[target=_blank]::before {
    width: 1.7rem;
    height: 1.8rem;
  }
}
.home-index__image {
  z-index: 0;
  width: 100%;
}
.home-index__image img {
  transition: transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.home-message {
  position: relative;
  padding: 10rem 12rem 9rem 0;
  background: #FEFBF6;
}
@media screen and (max-width: 768px) {
  .home-message {
    padding: 20.5rem 3rem 9rem;
  }
}
.home-message__background {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  width: 50rem;
}
@media screen and (max-width: 768px) {
  .home-message__background {
    width: 31rem;
  }
}
.home-message__inner {
  width: 78rem;
  padding-bottom: 6.5rem;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .home-message__inner {
    position: relative;
    z-index: 1;
    width: 100%;
    padding-bottom: 0;
  }
}
.home-message__title {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media screen and (max-width: 768px) {
  .home-message__title {
    gap: 2rem;
  }
}
.home-message__title-ja {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.68;
}
@media screen and (max-width: 768px) {
  .home-message__title-ja {
    font-size: 3rem;
    letter-spacing: -0.02em;
    line-height: 1.6;
  }
}
.home-message__title-en {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 2.4rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .home-message__title-en {
    margin-top: 2rem;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 769px) {
  .home-message__image {
    position: absolute;
    bottom: 9rem;
    left: 0;
    width: calc(100% - 78rem - 12rem);
    padding-right: 12rem;
  }
}
@media screen and (max-width: 768px) {
  .home-message__image {
    position: relative;
    margin: -2rem -1rem 0 -3rem;
  }
}
.home-message__image::before {
  content: "";
  position: absolute;
  bottom: 1.5rem;
  left: 0;
  width: calc(100% - 15rem - 12rem);
  height: 14.3rem;
  background: linear-gradient(90deg, rgba(172, 129, 78, 0.9) 0%, rgba(64, 37, 18, 0.9) 100%);
}
@media screen and (max-width: 768px) {
  .home-message__image::before {
    bottom: 0.8rem;
    width: calc(100% - 10rem);
  }
}
.home-message__image img {
  position: relative;
  width: 39rem;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .home-message__image img {
    width: 28.5rem;
  }
}
.home-message__image-caption {
  position: absolute;
  top: 14rem;
  right: 50.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .home-message__image-caption {
    top: 7.2rem;
    right: 23.6rem;
    font-size: 2.4rem;
  }
}
.home-message__image-caption small {
  margin-left: 0.3rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .home-message__image-caption small {
    font-size: 1.2rem;
  }
}
.home-message__text {
  position: relative;
  z-index: 10;
  margin-top: 3.5rem;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 600;
  font-size: 1.8rem;
}
.home-message__button {
  position: relative;
  z-index: 10;
  width: 27rem;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .home-message__button {
    width: 100%;
    margin-top: 4rem;
  }
}
.home-message__button .home-button {
  height: 5.9rem;
  padding: 0 4rem 0 0;
}
@media screen and (max-width: 768px) {
  .home-message__button .home-button {
    height: 9rem;
    padding: 0 0 0 0;
  }
}
.home-commitment__header {
  display: flex;
  align-items: center;
  height: 21.6rem;
  padding: 0 12rem;
  background: url("/assets/img/home/img_commitment01.webp") no-repeat center/cover;
}
@media screen and (max-width: 768px) {
  .home-commitment__header {
    height: 21.9rem;
    padding: 0 3rem;
    background-image: url("/assets/img/home/img_commitment01@sp.webp");
  }
}
.home-commitment__header .home-title__ja {
  font-size: 3.6rem;
}
.home-commitment__header .home-title__en {
  font-size: 2.4rem;
}
.home-commitment__list {
  position: relative;
}
.home-commitment__item {
  position: sticky;
  top: var(--header-h, 15rem);
  will-change: transform;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .home-commitment__item {
    top: var(--header-h, 12.2rem);
  }
}
.home-commitment__item a {
  overflow: hidden;
  position: relative;
  display: block;
  color: #fff;
  user-select: none;
}
.home-commitment__item a::before {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 5.9895833333vw;
  right: 6.25vw;
  width: 1.3020833333vw;
  height: 2.0833333333vw;
  background: #F5B101;
  mask: url("/assets/img/common/arw_link.svg") no-repeat center/contain;
  transition: background-color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media screen and (max-width: 768px) {
  .home-commitment__item a::before {
    right: 3rem;
    bottom: 6.5rem;
    width: 1rem;
    height: 1.6rem;
  }
}
.home-commitment__item--color-black a {
  color: #191311;
}
.home-commitment__heading {
  position: absolute;
  z-index: 1;
  top: 8.8541666667vw;
  left: 6.25vw;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 3.75vw;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .home-commitment__heading {
    top: 9rem;
    left: 3rem;
    font-size: 3.6rem;
  }
}
.home-commitment__text {
  position: absolute;
  z-index: 1;
  bottom: 5.9895833333vw;
  left: 6.25vw;
  font-size: 1.25vw;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .home-commitment__text {
    bottom: 3rem;
    left: 3rem;
    padding-right: 7rem;
    font-size: 1.6rem;
  }
}
.home-commitment__image {
  position: relative;
  z-index: 0;
  aspect-ratio: 1920/720;
}
@media screen and (max-width: 768px) {
  .home-commitment__image {
    aspect-ratio: 414/552;
  }
}
.home-commitment__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.home-plantation {
  display: flex;
  margin-top: 9rem;
}
@media screen and (max-width: 768px) {
  .home-plantation {
    flex-direction: column;
  }
}
.home-plantation__image {
  flex: 1;
}
.home-plantation__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-plantation__content {
  position: relative;
  width: 100.5rem;
  padding: 14.5rem 12rem 12rem 6rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .home-plantation__content {
    width: 100%;
    padding: 14.5rem 3rem 9rem 3rem;
  }
}
.home-plantation__background {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home-plantation__background picture, .home-plantation__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-plantation__title, .home-plantation__text, .home-plantation__button {
  position: relative;
  z-index: 1;
}
.home-plantation__title {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 4.8rem;
  font-weight: 600;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  .home-plantation__title {
    font-size: 3.6rem;
    line-height: 1.5;
  }
}
.home-plantation__text {
  margin-top: 4rem;
  font-weight: 600;
  font-size: 1.8rem;
}
.home-plantation__text + .home-plantation__text {
  margin-top: 3rem;
}
.home-plantation__button {
  margin-top: 9rem;
}
@media screen and (max-width: 768px) {
  .home-plantation__button {
    margin-top: 5rem;
  }
}
.home-brand .home-title {
  color: #fff;
}
.home-brand__background {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home-brand__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-brand__list {
  display: flex;
  gap: 1.2rem;
}
@media screen and (max-width: 768px) {
  .home-brand__list {
    flex-wrap: wrap;
    gap: 1rem;
  }
}
.home-brand__item {
  width: calc(16.66% - 1rem);
  background: #fff;
}
@media screen and (max-width: 768px) {
  .home-brand__item {
    width: calc(50% - 0.5rem);
  }
}
.home-brand__item a {
  display: block;
  position: relative;
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media (hover: hover) {
  .home-brand__item a:hover {
    opacity: 0.5;
  }
}
@media (hover: none) {
  .home-brand__item a:active {
    opacity: 0.5;
  }
}
.home-brand__item a[target=_blank]::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  width: 2rem;
  height: 2rem;
  background: url("/assets/img/common/icn_blank.svg") no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .home-brand__item a[target=_blank]::before {
    bottom: 1rem;
    right: 1rem;
    width: 1rem;
    height: 1rem;
  }
}
.home-brand__buttons {
  display: flex;
  gap: 3rem;
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  .home-brand__buttons {
    flex-direction: column;
    gap: 2rem;
  }
}
.home-brand__button {
  flex: 1;
}
.home-group {
  background: #F7F2E5;
}
.home-group__list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .home-group__list {
    gap: 3rem;
  }
}
.home-group__item {
  display: flex;
  align-items: center;
  gap: 6rem;
  padding: 3rem 6rem;
  text-decoration: none;
  background: #EAE3DA;
}
@media screen and (max-width: 768px) {
  .home-group__item {
    flex-direction: column;
    gap: 2rem;
    padding: 3rem;
  }
}
.home-group__logo {
  width: 24rem;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .home-group__logo {
    width: 18rem;
  }
}
.home-group__logo a {
  display: block;
  position: relative;
  width: inherit;
}
.home-group__logo a[target=_blank]::before {
  content: "";
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  width: 2rem;
  height: 2rem;
  background: url("/assets/img/common/icn_blank.svg") no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .home-group__logo a[target=_blank]::before {
    bottom: 1rem;
    right: 1rem;
    width: 1rem;
    height: 1rem;
  }
}
.home-group__heading {
  font-size: 2.4rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .home-group__heading {
    font-size: 1.8rem;
  }
}
.home-group__text {
  margin-top: 1rem;
}
.home-group__brands {
  display: flex;
  gap: 1rem;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .home-group__brands {
    flex-wrap: wrap;
  }
}
.home-group__brands a {
  display: block;
  position: relative;
}
.home-group__brands a[target=_blank]::before {
  content: "";
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  width: 1rem;
  height: 1rem;
  background: url("/assets/img/common/icn_blank.svg") no-repeat center/contain;
}
.home-group__brand {
  width: 15rem;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .home-group__brand {
    width: calc(50% - 0.5rem);
  }
}
.home-recruit {
  background: #F5B101;
}
.home-recruit__background {
  position: absolute;
  top: 2.0833333333vw;
  right: 2.0833333333vw;
  width: 31.25vw;
}
@media screen and (max-width: 768px) {
  .home-recruit__background {
    top: 2rem;
    right: 1rem;
    width: 20.8rem;
  }
}
.home-recruit__heading {
  display: flex;
  flex-direction: column;
  gap: 0.5208333333vw;
}
@media screen and (max-width: 768px) {
  .home-recruit__heading {
    gap: 2rem;
  }
}
.home-recruit__heading-en {
  font-family: "Roboto", sans-serif;
  font-size: 5.46875vw;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 768px) {
  .home-recruit__heading-en {
    font-size: 4.8rem;
    letter-spacing: 0;
  }
}
.home-recruit__heading-ja {
  font-size: 1.875vw;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .home-recruit__heading-ja {
    font-size: 2.4rem;
  }
}
.home-recruit__text {
  margin-top: 5rem;
  font-weight: 600;
  font-size: 1.8rem;
}
.home-recruit__list {
  display: flex;
  gap: 3rem;
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  .home-recruit__list {
    flex-direction: column;
    gap: 6rem;
    margin-top: 5rem;
  }
}
.home-recruit__item {
  width: calc(50% - 1.5rem);
  background: #fff;
}
@media screen and (max-width: 768px) {
  .home-recruit__item {
    width: 100%;
  }
}
.home-recruit__item a {
  position: relative;
  display: block;
  text-decoration: none;
  user-select: none;
}
.home-recruit__item a[target=_blank] .home-button::before {
  width: 2rem;
  height: 2rem;
  mask-image: url("/assets/img/common/icn_blank.svg");
}
@media screen and (max-width: 768px) {
  .home-recruit__item a[target=_blank] .home-button::before {
    width: 1.7rem;
    height: 1.8rem;
  }
}
@media (hover: hover) {
  .home-recruit__item a:hover .home-recruit__image {
    opacity: 0.5;
  }
  .home-recruit__item a:hover .home-recruit__label {
    background-color: #E60020;
  }
  .home-recruit__item a:hover .home-recruit__label::before {
    background: #fff;
  }
  .home-recruit__item a:hover .home-button {
    background-color: #E60020;
  }
  .home-recruit__item a:hover .home-button::before {
    background-color: #fff;
  }
}
@media (hover: none) {
  .home-recruit__item a:active .home-recruit__image {
    opacity: 0.5;
  }
  .home-recruit__item a:active .home-recruit__label {
    background-color: #E60020;
  }
  .home-recruit__item a:active .home-recruit__label::before {
    background: #fff;
  }
  .home-recruit__item a:active .home-button {
    background-color: #E60020;
  }
  .home-recruit__item a:active .home-button::before {
    background-color: #fff;
  }
}
.home-recruit__image {
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.home-recruit__label {
  margin-top: -1px;
}
.home-news {
  margin-top: 0;
}
.home-news .home-section__inner {
  display: flex;
  gap: 12rem;
}
@media screen and (max-width: 768px) {
  .home-news .home-section__inner {
    flex-direction: column;
    gap: 1rem;
    padding-bottom: 15rem;
  }
}
.home-news .home-section__content {
  flex: 1;
  margin-top: 0;
}
.home-news__button {
  margin-top: 10rem;
}
@media screen and (max-width: 768px) {
  .home-news__button {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-top: 0;
  }
}
.home-news__list {
  display: flex;
  flex-direction: column;
}
.home-news__item a {
  position: relative;
  display: block;
  padding: 3.2rem 5.2rem 2.4rem 2rem;
  border-bottom: solid 0.2rem #F5B101;
  text-decoration: none;
  user-select: none;
  transition: border-color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1), background-color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media screen and (max-width: 768px) {
  .home-news__item a {
    padding: 3.2rem 5rem 2rem 0;
  }
}
.home-news__item a::before {
  content: "";
  position: absolute;
  bottom: 2.7rem;
  right: 2rem;
  width: 1.2rem;
  height: 1.95rem;
  background: #F5B101;
  mask: url("/assets/img/common/arw_link.svg") no-repeat center/contain;
  transition: background-color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media screen and (max-width: 768px) {
  .home-news__item a::before {
    right: 0;
    width: 1rem;
    height: 1.6rem;
  }
}
@media (hover: hover) {
  .home-news__item a:hover {
    border-color: #E60020;
    background-color: #F5B101;
  }
  .home-news__item a:hover::before {
    background-color: #E60020;
  }
}
@media (hover: none) {
  .home-news__item a:active {
    border-color: #E60020;
    background-color: #F5B101;
  }
  .home-news__item a:active::before {
    background-color: #E60020;
  }
}
.home-news__date {
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  line-height: 1;
}
.home-news__heading {
  margin-top: 0.5rem;
  font-size: 1.8rem;
  line-height: 1.5;
}
.home-ir {
  margin-top: 0;
  background: #F7F2E5;
}
.home-ir__list {
  display: flex;
  justify-content: center;
  gap: 3rem;
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  .home-ir__list {
    flex-direction: column;
    gap: 0.2rem;
  }
}
.home-ir__list--width-narrow .home-ir__item {
  width: calc(33.33% - 2rem);
}
@media screen and (max-width: 768px) {
  .home-ir__list--width-narrow .home-ir__item {
    width: 100%;
  }
}
.home-ir__item {
  width: calc(50% - 1.5rem);
}
@media screen and (max-width: 768px) {
  .home-ir__item {
    width: 100%;
  }
}
.home-sdgs {
  margin-top: 0;
  margin-bottom: 9rem;
  padding: 0;
}
.home-sdgs a {
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 10rem 12rem;
  color: #fff;
  text-decoration: none;
  user-select: none;
}
@media screen and (max-width: 768px) {
  .home-sdgs a {
    padding: 4rem 3rem 8rem;
  }
}
.home-sdgs a .home-title {
  color: #fff;
}
.home-sdgs a .home-title__ja {
  position: relative;
  padding-right: 4.5rem;
}
@media screen and (max-width: 768px) {
  .home-sdgs a .home-title__ja {
    font-size: 3rem;
    padding-right: 3rem;
  }
}
.home-sdgs a .home-title__ja::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: calc(50% - 2rem);
  right: 0;
  width: 2.5rem;
  height: 4rem;
  background: #F5B101;
  mask: url("/assets/img/common/arw_link.svg") no-repeat center/contain;
  transition: background-color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media screen and (max-width: 768px) {
  .home-sdgs a .home-title__ja::before {
    top: calc(50% - 0.8rem);
    width: 1rem;
    height: 1.6rem;
  }
}
.home-sdgs a[target=_blank] .home-title__ja::before {
  top: calc(50% - 1.5rem);
  width: 3rem;
  height: 3rem;
  mask-image: url("/assets/img/common/icn_blank.svg");
}
@media screen and (max-width: 768px) {
  .home-sdgs a[target=_blank] .home-title__ja::before {
    top: calc(50% - 0.9rem);
    width: 1.7rem;
    height: 1.8rem;
  }
}
@media (hover: hover) {
  .home-sdgs a:hover .home-sdgs__background img {
    transform: scale(1.07);
  }
}
@media (hover: none) {
  .home-sdgs a:active .home-sdgs__background img {
    transform: scale(1.07);
  }
}
.home-sdgs__background {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home-sdgs__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
#ir {
  background-color: #fff;
}
.ir-section {
  padding: 12rem 0;
  background: #F7F2E5;
}
@media screen and (max-width: 768px) {
  .ir-section {
    padding: 5rem 3rem 9rem;
  }
}
.ir-section > *:first-child {
  margin-top: 0;
}
.ir-section--bg-black {
  color: #fff;
  background: #323232;
}
.ir-section--padding-narrow {
  padding: 6rem 0;
}
@media screen and (max-width: 768px) {
  .ir-section--padding-narrow {
    padding: 4rem 3rem 6rem;
  }
}
.ir-section__inner {
  width: 100%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
}
.ir-section__inner > *:first-child {
  margin-top: 0;
}
.ir-section__header {
  position: relative;
  margin-top: 8.5rem;
}
.ir-section__header > *:first-child {
  margin-top: 0;
}
.ir-section__header--border-bottom {
  padding-bottom: 3rem;
  border-bottom: 0.2rem solid #191311;
}
.ir-section__title {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .ir-section__title {
    font-size: 3rem;
  }
}
.ir-section__update {
  position: absolute;
  top: 1rem;
  right: 0;
  font-size: 2rem;
}
.ir-section__content {
  margin-top: 5rem;
}
.ir-section__content > *:first-child {
  margin-top: 0;
}
.ir-section__content--margin-top-wide {
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  .ir-section__content--margin-top-wide {
    margin-top: 6rem;
  }
}
.ir-section__content--margin-top-narrow {
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .ir-section__content--margin-top-narrow {
    margin-top: 4rem;
  }
}
.ir-section__text {
  font-weight: 700;
  line-height: 2.2;
}
.ir-section__text a {
  color: #64ADD7;
}
.layout-content:has(.ir-section) {
  padding-bottom: 9rem;
}
.ir-index {
  display: flex;
  justify-content: center;
  gap: 6rem;
}
@media screen and (max-width: 768px) {
  .ir-index {
    flex-direction: column;
    gap: 4rem;
  }
}
.ir-index--margin-top-wide {
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  .ir-index--margin-top-wide {
    margin-top: 6rem;
  }
}
.ir-index__item {
  width: calc(50% - 3rem);
}
@media screen and (max-width: 768px) {
  .ir-index__item {
    width: 100%;
  }
}
.ir-index__heading {
  border-bottom: 1px solid #191311;
  font-size: 2rem;
  font-weight: 600;
}
.ir-index__heading a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 2rem;
  height: 10rem;
  text-decoration: none;
}
.ir-index__heading a::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.975rem);
  right: 0;
  width: 1.2rem;
  height: 1.95rem;
  background: #191311;
  mask: url("/assets/img/common/arw_link.svg") no-repeat center/contain;
  transition: background-color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media screen and (max-width: 768px) {
  .ir-index__heading a::before {
    width: 1rem;
    height: 1.6rem;
  }
}
.ir-index__list {
  display: flex;
  flex-direction: column;
  gap: 2.2rem;
  margin-top: 3.5rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .ir-index__list {
    gap: 3rem;
  }
}
.ir-index__list-item a {
  position: relative;
  display: flex;
  text-decoration: none;
}
.ir-index__list-item a::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.975rem);
  right: 0;
  width: 1.2rem;
  height: 1.95rem;
  background: #191311;
  mask: url("/assets/img/common/arw_link.svg") no-repeat center/contain;
  transition: background-color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media screen and (max-width: 768px) {
  .ir-index__list-item a::before {
    width: 1rem;
    height: 1.6rem;
  }
}
.ir-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  margin-top: 5rem;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .ir-menu {
    flex-direction: column;
    gap: 2rem;
    font-size: 2rem;
  }
}
.ir-menu__item {
  width: calc(33.333% - 2rem);
}
@media screen and (max-width: 768px) {
  .ir-menu__item {
    width: 100%;
  }
}
.ir-menu__item--wide {
  width: calc(50% - 1.5rem);
}
@media screen and (max-width: 768px) {
  .ir-menu__item--wide {
    width: 100%;
  }
}
.ir-menu__item--wide a {
  height: 14.8rem;
}
@media screen and (max-width: 768px) {
  .ir-menu__item--wide a {
    height: 10rem;
  }
}
.ir-menu__item a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 19rem;
  background: #fff;
  text-decoration: none;
  transition: background-color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media (hover: hover) {
  .ir-menu__item a:hover {
    background: #F5B101;
  }
}
@media (hover: none) {
  .ir-menu__item a:active {
    background: #F5B101;
  }
}
@media screen and (max-width: 768px) {
  .ir-menu__item a {
    justify-content: flex-start;
    height: 10rem;
    padding: 3rem;
  }
}
.ir-menu__item a::before {
  content: "";
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  width: 1.2rem;
  height: 1.95rem;
  background: #191311;
  mask: url("/assets/img/common/arw_link.svg") no-repeat center/contain;
  transition: background-color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media screen and (max-width: 768px) {
  .ir-menu__item a::before {
    bottom: auto;
    top: calc(50% - 0.8rem);
    right: 3.6rem;
    width: 1rem;
    height: 1.6rem;
  }
}
.ir-menu__item a[target=_blank]::before {
  width: 2rem;
  height: 2rem;
  mask-image: url("/assets/img/common/icn_blank.svg");
}
@media screen and (max-width: 768px) {
  .ir-menu__item a[target=_blank]::before {
    width: 1.7rem;
    height: 1.8rem;
  }
}
.ir-archive {
  display: flex;
  flex-direction: column;
  margin-top: 3.5rem;
  border-top: 0.2rem solid #191311;
}
@media screen and (max-width: 768px) {
  .ir-archive {
    margin-top: 3.5rem;
  }
}
.ir-archive__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.8rem;
  padding: 2.5rem 2rem 2.5rem;
  border-bottom: 1px solid #191311;
}
.ir-archive__item:has(> a) {
  padding: 0;
}
.ir-archive__item > a {
  position: relative;
  display: block;
  width: 100%;
  padding: 3.5rem 2rem;
}
.ir-archive__item > a::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: calc(50% - 0.5208333333vw);
  right: 2rem;
  width: 0.625vw;
  height: 1.0416666667vw;
  background: #191311;
  mask: url("/assets/img/common/arw_link.svg") no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .ir-archive__item > a::before {
    top: calc(50% - 0.8rem);
    width: 1rem;
    height: 1.6rem;
  }
}
.ir-archive__date {
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .ir-archive__text {
    width: 100%;
  }
}
.ir-archive__text a {
  position: relative;
  display: block;
  padding-right: 3.5rem;
}
.ir-archive__text a::before {
  content: "";
  position: absolute;
  top: calc(50% - 1.2rem);
  right: 0;
  width: 1.8rem;
  height: 2rem;
  background: #191311;
  mask: url("/assets/img/common/icn_pdf.svg") no-repeat center/contain;
  transition: background-color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.ir-acrobat {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4rem;
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  .ir-acrobat {
    flex-direction: column;
    gap: 3rem;
    margin-top: 3rem;
  }
}
.ir-acrobat__banner {
  width: 15.8rem;
}
.ir-about__title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .ir-about__title {
    text-align: justify;
  }
}
.ir-about__text {
  margin-top: 4rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .ir-about__text {
    text-align: justify;
  }
}
.ir-about__image {
  margin-top: 10.5rem;
}
@media screen and (max-width: 768px) {
  .ir-about__image {
    margin: 6.5rem -3rem 0;
  }
}
.ir-business {
  display: flex;
  flex-direction: column;
  gap: 8rem;
}
@media screen and (max-width: 768px) {
  .ir-business {
    gap: 7rem;
  }
}
.ir-business__title {
  display: flex;
  align-items: center;
  gap: 3rem;
  font-size: 3.6rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .ir-business__title {
    font-size: 3rem;
  }
}
.ir-business__title::after {
  flex: 1;
  content: "";
  display: block;
  height: 1px;
  background: #fff;
}
.ir-business__inner {
  display: flex;
  gap: 3rem;
  margin-top: 3.5rem;
}
@media screen and (max-width: 768px) {
  .ir-business__inner {
    flex-direction: column;
    gap: 4.5rem;
    margin-top: 4.5rem;
  }
}
.ir-business__image {
  flex-shrink: 0;
  width: 58.5rem;
}
@media screen and (max-width: 768px) {
  .ir-business__image {
    width: 100%;
  }
}
.ir-business__content {
  flex: 1;
}
.ir-business__heading {
  margin-top: -0.8rem;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .ir-business__heading {
    margin-top: 0;
    font-size: 2rem;
  }
}
.ir-business__text {
  margin-top: 4rem;
}
.ir-business__text a {
  color: #fff;
}
.ir-monthly-header {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .ir-monthly-header {
    text-align: justify;
  }
}
.ir-monthly-header__button {
  width: 100%;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .ir-monthly-header__button {
    margin-top: 3rem;
  }
}
.ir-monthly {
  display: flex;
  flex-direction: row-reverse;
  gap: 6rem;
}
.ir-monthly__nav {
  width: 15rem;
}
@media screen and (max-width: 768px) {
  .ir-monthly__nav {
    position: absolute;
  }
}
.ir-monthly__nav .news-nav__item a {
  background: #fff;
}
.ir-monthly__content {
  flex: 1;
}
.ir-table {
  width: 100%;
  font-size: 2rem;
  letter-spacing: -0.01em;
  line-height: 1.5;
  white-space: nowrap;
}
.ir-table th, .ir-table td {
  min-height: 9.6rem;
}
.ir-table th {
  padding: 2rem 4rem;
  border-bottom: 1px solid #F7F2E5;
  background: #EAE3DA;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .ir-table th {
    padding: 2rem 3rem;
  }
}
.ir-table th:nth-child(1) {
  width: 32rem;
  border-right: 1px solid #F7F2E5;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .ir-table th:nth-child(1) {
    width: 22rem;
  }
}
.ir-table td {
  padding: 2rem 4rem;
  border-bottom: 1px solid #F7F2E5;
  background: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .ir-table-wrapper {
    overflow-x: auto;
  }
}
#news {
  background-color: #fff;
}
.news-section {
  width: 100%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: row-reverse;
  padding: 15rem 0 19rem;
  gap: 11.5rem;
}
@media screen and (max-width: 768px) {
  .news-section {
    position: relative;
    flex-direction: column;
    padding: 9rem 3rem 18rem;
    gap: 3rem;
  }
}
.news-section__header {
  flex-shrink: 0;
  width: 12.5rem;
}
@media screen and (max-width: 768px) {
  .news-section__header {
    position: absolute;
    top: 9rem;
    right: 3rem;
    z-index: 10;
  }
}
.news-section__content {
  flex: 1;
}
.news-nav {
  position: sticky;
  top: 15rem;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .news-nav {
    position: relative;
    top: auto;
  }
}
.news-nav__button {
  position: relative;
  display: none;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 4.8rem;
  padding: 0.2rem 1.5rem 0 1.5rem;
  background: #191311;
  color: #fff;
  font-weight: 600;
  appearance: none;
  border: none;
  outline: none;
}
@media screen and (max-width: 768px) {
  .news-nav__button {
    display: flex;
  }
}
.news-nav__button::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.7rem);
  right: 1.7rem;
  width: 0.9rem;
  height: 1.5rem;
  rotate: 90deg;
  background: #F5B101;
  mask: url("/assets/img/common/arw_link.svg") no-repeat center/contain;
  transition: background-color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media screen and (max-width: 768px) {
  .news-nav__list {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  .is-open .news-nav__list {
    grid-template-rows: 1fr;
  }
}
.news-nav__items {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
@media screen and (max-width: 768px) {
  .news-nav__items {
    overflow: hidden;
  }
}
.news-nav__item {
  width: 100%;
}
.news-nav__item a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 5rem;
  padding: 0.2rem 1.5rem 0 1.5rem;
  background: #F7F2E5;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.2s;
}
.news-nav__item a::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.7rem);
  right: 1.5rem;
  width: 0.8rem;
  height: 1.3rem;
  background: #F5B101;
  mask: url("/assets/img/common/arw_link.svg") no-repeat center/contain;
  transition: background-color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media screen and (max-width: 768px) {
  .news-nav__item a::before {
    width: 1rem;
    height: 1.6rem;
  }
}
@media (hover: hover) {
  .news-nav__item a:hover {
    background-color: #F5B101;
  }
  .news-nav__item a:hover::before {
    background-color: #E60020;
  }
}
@media (hover: none) {
  .news-nav__item a:active {
    background-color: #F5B101;
  }
  .news-nav__item a:active::before {
    background-color: #E60020;
  }
}
.news-nav__item.selected a {
  background-color: #F5B101;
  pointer-events: none;
}
.news-archive__title {
  padding-bottom: 5rem;
  border-bottom: 0.2rem solid #191311;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 4.8rem;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .news-archive__title {
    padding-top: 0.6rem;
    padding-bottom: 3rem;
    font-size: 3.6rem;
  }
}
.news-list {
  display: flex;
  flex-direction: column;
}
.news-list__item a {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  padding: 3.5rem 5.2rem 2.2rem 2rem;
  color: #191311;
  border-bottom: 0.2rem solid #F5B101;
  text-decoration: none;
  transition: border-color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1), background-color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media screen and (max-width: 768px) {
  .news-list__item a {
    gap: 0.4rem;
  }
}
.news-list__item a::before {
  content: "";
  position: absolute;
  bottom: 3.5rem;
  right: 2rem;
  width: 1.2rem;
  height: 1.95rem;
  background: #F5B101;
  mask: url("/assets/img/common/arw_link.svg") no-repeat center/contain;
  transition: background-color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media screen and (max-width: 768px) {
  .news-list__item a::before {
    bottom: calc(50% - 1rem - 2.6rem);
  }
}
@media (hover: hover) {
  .news-list__item a:hover {
    border-color: #E60020;
    background-color: #F5B101;
  }
  .news-list__item a:hover::before {
    background-color: #E60020;
  }
}
@media (hover: none) {
  .news-list__item a:active {
    border-color: #E60020;
    background-color: #F5B101;
  }
  .news-list__item a:active::before {
    background-color: #E60020;
  }
}
.news-list__meta {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .news-list__meta {
    width: 100%;
    margin-bottom: 0.8rem;
  }
}
.news-list__date {
  font-size: 1.4rem;
  font-family: "Roboto", sans-serif;
  white-space: nowrap;
}
.news-list__category {
  display: block;
  padding: 0.3rem 0.8rem 0.2rem;
  color: #F5B101;
  background-color: #191311;
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  line-height: 1;
  white-space: nowrap;
}
.news-list__title {
  font-size: 1.8rem;
  line-height: 1.4;
}
.news-paging {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10rem;
  margin-top: 8rem;
  font-weight: 600;
}
.news-paging__item a {
  position: relative;
  display: block;
  text-decoration: underline;
  transition: color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.news-paging__item a::before {
  content: "";
  position: absolute;
  top: calc(50% - 1rem);
  width: 1.2rem;
  height: 1.95rem;
  background: #191311;
  mask: url("/assets/img/common/arw_link.svg") no-repeat center/contain;
  transition: background-color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media (hover: hover) {
  .news-paging__item a:hover {
    color: #E60020;
  }
  .news-paging__item a:hover::before {
    background-color: #E60020;
  }
}
@media (hover: none) {
  .news-paging__item a:active {
    color: #E60020;
  }
  .news-paging__item a:active::before {
    background-color: #E60020;
  }
}
.news-paging__item--prev a {
  padding-left: 4.2rem;
}
.news-paging__item--prev a::before {
  left: 0;
  transform: rotate(180deg);
}
.news-paging__item--next a {
  padding-right: 4.2rem;
}
.news-paging__item--next a::before {
  right: 0;
}
.news-paging__item--back a::before {
  display: none;
}
@media screen and (max-width: 768px) {
  .news-paging--detail {
    gap: 2rem;
    font-size: 1.4rem;
    white-space: nowrap;
  }
  .news-paging--detail .news-paging__item--prev a {
    padding-left: 2.5rem;
  }
  .news-paging--detail .news-paging__item--next a {
    padding-right: 2.5rem;
  }
}
.news-article {
  width: 100%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  padding: 9rem 0 19rem;
}
@media screen and (max-width: 768px) {
  .news-article {
    padding: 9rem 3rem 18rem;
  }
}
.news-article__header {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  padding-bottom: 4.5rem;
  border-bottom: 0.2rem solid #F5B101;
}
.news-article__meta {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.news-article__date {
  font-size: 1.4rem;
  font-family: "Roboto", sans-serif;
  white-space: nowrap;
}
.news-article__category {
  display: block;
  padding: 0.3rem 0.8rem 0.2rem;
  color: #F5B101;
  background-color: #191311;
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  line-height: 1;
  white-space: nowrap;
}
.news-article__title {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 600;
  font-size: 3rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .news-article__title {
    font-size: 2.4rem;
  }
}
.news-article__content {
  margin-top: 4.5rem;
}
.news-article__content > *:first-child {
  margin-top: 0 !important;
}
.news-article__content * {
  font-family: inherit !important;
  font-size: inherit !important;
  line-height: 2.2;
}
.news-article__content b u {
  font-size: 2rem !important;
  font-weight: 700;
  text-decoration: none;
}
.news-article__content img {
display: inline-block;
}
@media screen and (max-width: 768px) {
.news-article__content img {
  float: none !important;
  width: 100% !important;
  height: auto !important;
	margin: auto !important;
}
}
.quality-section {
  margin-top: 12rem;
}
@media screen and (max-width: 768px) {
  .quality-section {
    margin-top: 9rem;
  }
}
.quality-section#section1 {
  background: #EAE3DA;
}
.quality-section#section2 {
  color: #fff;
  background: #323232;
}
.quality-section#section3 {
  margin-top: 0;
}
.quality-section__header {
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 30rem;
}
@media screen and (max-width: 768px) {
  .quality-section__header {
    height: 27.6rem;
  }
}
#section1 .quality-section__header {
  background-image: url("/assets/img/quality/img_quality01.webp");
}
@media screen and (max-width: 768px) {
  #section1 .quality-section__header {
    background-image: url("/assets/img/quality/img_quality01@sp.webp");
  }
}
#section2 .quality-section__header {
  background-image: url("/assets/img/quality/img_quality02.webp");
}
@media screen and (max-width: 768px) {
  #section2 .quality-section__header {
    background-image: url("/assets/img/quality/img_quality02@sp.webp");
  }
}
#section3 .quality-section__header {
  background-image: url("/assets/img/quality/img_quality03.webp");
}
@media screen and (max-width: 768px) {
  #section3 .quality-section__header {
    background-image: url("/assets/img/quality/img_quality03@sp.webp");
  }
}
.quality-section__content {
  position: relative;
}
.quality-section__title {
  color: #fff;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 6rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .quality-section__title {
    font-size: 3.6rem;
  }
}
.quality-section-summary {
  padding: 12rem;
}
@media screen and (max-width: 768px) {
  .quality-section-summary {
    padding: 7.5rem 3rem;
  }
}
#section2 .quality-section-summary {
  padding-bottom: 20rem;
}
.quality-section-summary__inner {
  width: 100%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  gap: 12rem;
}
@media screen and (max-width: 768px) {
  .quality-section-summary__inner {
    flex-direction: column;
    gap: 6rem;
  }
}
.quality-section-summary__content {
  flex: 1;
}
.quality-section-summary__title {
  margin-top: -1rem;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.68;
}
@media screen and (max-width: 768px) {
  .quality-section-summary__title {
    margin-top: -1rem;
    font-size: 3.6rem;
    line-height: 1.5;
  }
}
.quality-section-summary__title strong {
  color: #F5B101;
}
.quality-section-summary__text {
  margin-top: 5.5rem;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .quality-section-summary__text {
    margin-top: 3.5rem;
    font-size: 1.6rem;
    letter-spacing: 0;
  }
}
.quality-section-summary__text + .quality-section-summary__text {
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .quality-section-summary__text + .quality-section-summary__text {
    margin-top: 3rem;
  }
}
.quality-section-summary__image {
  flex-shrink: 0;
  width: 49rem;
}
@media screen and (max-width: 768px) {
  .quality-section-summary__image {
    width: 100%;
  }
}
#section2 .quality-section-summary__image {
  width: 79rem;
  margin-left: -79rem;
}
@media screen and (max-width: 768px) {
  #section2 .quality-section-summary__image {
    width: 100%;
    margin-left: 0;
  }
}
.quality-section-farm {
  padding: 6rem 12rem;
  color: #fff;
  background: #623C21;
}
@media screen and (max-width: 768px) {
  .quality-section-farm {
    padding: 6rem 3rem 8rem;
  }
}
.quality-section-farm__inner {
  width: 100%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 6rem;
}
@media screen and (max-width: 768px) {
  .quality-section-farm__inner {
    flex-direction: column;
    gap: 2rem;
  }
}
.quality-section-farm__image {
  flex-shrink: 0;
  width: 57rem;
}
@media screen and (max-width: 768px) {
  .quality-section-farm__image {
    width: 100%;
  }
}
.quality-section-farm__content {
  flex: 1;
}
.quality-section-farm__title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .quality-section-farm__title {
    font-size: 2.4rem;
  }
}
.quality-section-farm__text {
  margin-top: 4rem;
  font-weight: 500;
  line-height: 2.25;
}
.quality-section-farm__button {
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  .quality-section-farm__button {
    margin-top: 3rem;
  }
}
.quality-section-system {
  width: 100%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  gap: 3rem;
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  .quality-section-system {
    flex-direction: column;
  }
}
.quality-section-system__item {
  width: calc(33.333% - 2rem);
  background: #191311;
}
@media screen and (max-width: 768px) {
  .quality-section-system__item {
    width: 100%;
  }
}
.quality-section-system__content {
  padding: 5rem 6rem;
}
@media screen and (max-width: 768px) {
  .quality-section-system__content {
    padding: 4rem 3rem 3rem;
  }
}
.quality-section-system__title {
  position: relative;
  padding-left: 2rem;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
}
.quality-section-system__title::before {
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  content: "";
  position: absolute;
  top: calc(50% - 0.5rem);
  left: 0;
  background: #F5B101;
}
.quality-section-system__text {
  margin-top: 2.5rem;
  font-weight: 500;
  line-height: 1.875;
}
.quality-section-movie {
  position: relative;
  margin-top: 10rem;
}
@media screen and (max-width: 768px) {
  .quality-section-movie {
    margin-top: 7rem;
  }
}
@media screen and (min-width: 769px) {
  .quality-section-movie::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -12rem;
    width: calc(100% + 24rem);
    height: 21rem;
    background: #191311;
    z-index: 0;
  }
}
.quality-section-movie__title {
  color: #fff;
  font-size: 4.8rem;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .quality-section-movie__title {
    font-size: 3.6rem;
  }
}
.quality-section-movie__list {
  width: 100%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: flex;
  justify-content: center;
  gap: 6rem;
  margin-top: 2.5rem;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .quality-section-movie__list {
    flex-direction: column;
    gap: 5rem;
  }
}
.quality-section-movie__item {
  width: 45rem;
}
@media screen and (max-width: 768px) {
  .quality-section-movie__item {
    position: relative;
    width: 100%;
  }
  .quality-section-movie__item::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -3rem;
    width: calc(100% + 6rem);
    height: 16.4rem;
    background: #191311;
    z-index: 0;
  }
}
.quality-section-movie__button {
  padding-bottom: 4rem;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .quality-section-movie__button {
    position: relative;
    padding-bottom: 2rem;
  }
}
@media (hover: hover) {
  .quality-section-movie__button:hover {
    text-decoration: none;
  }
}
@media (hover: none) {
  .quality-section-movie__button:active {
    text-decoration: none;
  }
}
.quality-section-movie__text {
  margin-top: 3rem;
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .quality-section-movie__text {
    margin-top: 2.5rem;
    font-size: 1.8rem;
  }
}
.quality-section-service {
  width: 100%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 5rem;
  padding-bottom: 12rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .quality-section-service {
    padding: 0 3rem 8rem;
  }
}
.quality-section-service__title {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.68;
}
@media screen and (max-width: 768px) {
  .quality-section-service__title {
    font-size: 3rem;
    line-height: 1.5;
  }
}
.quality-section-service__image {
  width: 100%;
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3.5rem;
}
@media screen and (max-width: 768px) {
  .quality-section-service__image {
    margin-top: 5rem;
  }
}
.quality-section-service__text {
  margin-top: 5rem;
  font-weight: 500;
  line-height: 2.25;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .quality-section-service__text {
    margin-top: 5rem;
    line-height: 1.9;
    text-align: justify;
  }
}
.quality-section-service__button {
  width: 54rem;
  margin-top: 4.5rem;
}
@media screen and (max-width: 768px) {
  .quality-section-service__button {
    width: 100%;
    margin-top: 5rem;
  }
}
.quality-banner {
  padding-top: 9rem;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .quality-banner {
    padding: 9rem 3rem 0;
  }
}
.quality-banner a {
  width: 100%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.quarity-story-index {
  width: 100%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 9rem;
  padding-bottom: 12rem;
}
@media screen and (max-width: 768px) {
  .quarity-story-index {
    margin-top: 6rem;
    padding: 0 3rem 9rem;
  }
}
.quarity-story-index__title {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .quarity-story-index__title {
    font-size: 2.4rem;
    text-align: left;
  }
}
.quarity-story-index__list {
  display: flex;
  flex-direction: column;
  gap: 11rem;
  margin-top: 12rem;
}
@media screen and (max-width: 768px) {
  .quarity-story-index__list {
    gap: 9rem;
    margin-top: 4.5rem;
  }
}
@media screen and (max-width: 768px) {
  .quarity-story-index__item {
    display: flex;
    flex-direction: column;
  }
}
.quarity-story-index__item:nth-child(2n) .quarity-story-index__inner {
  flex-direction: row-reverse;
}
.quarity-story-index__heading {
  display: flex;
  align-items: center;
  gap: 4rem;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .quarity-story-index__heading {
    order: 2;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
    margin-top: 7rem;
    font-size: 3.6rem;
    line-height: 1.5;
  }
}
.quarity-story-index__heading small {
  font-size: 2.4rem;
}
.quarity-story-index__inner {
  position: relative;
  display: flex;
  align-items: center;
  gap: 6rem;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .quarity-story-index__inner {
    display: contents;
  }
}
.quarity-story-index__image {
  width: 80rem;
}
@media screen and (max-width: 768px) {
  .quarity-story-index__image {
    order: 1;
    width: auto;
    margin: 0 -3rem;
  }
}
.quarity-story-index__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .quarity-story-index__content {
    display: contents;
  }
}
.quarity-story-index__text {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .quarity-story-index__text {
    order: 3;
    margin-top: 4.5rem;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
  }
}
.quarity-story-index__button {
  width: 54rem;
  margin-top: 4.5rem;
}
@media screen and (max-width: 768px) {
  .quarity-story-index__button {
    order: 4;
    width: 100%;
  }
}
.quality-story {
  overflow: hidden;
  background: #EAE3DA;
}
@media screen and (max-width: 768px) {
  .quality-story {
    margin-top: 4rem;
  }
}
.quality-story--1 .quality-story__header {
  background: url("/assets/img/quality/img_story01_01.webp") no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .quality-story--1 .quality-story__header {
    background-image: url("/assets/img/quality/img_story01_01@sp.webp");
  }
}
.quality-story--1 .quality-story__content::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: calc(50% - 84rem);
  width: 166.9rem;
  height: 275.4rem;
  background: url("/assets/img/quality/bg_story01.webp") no-repeat center center/contain;
  pointer-events: none;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .quality-story--1 .quality-story__content::before {
    top: -7rem;
    left: calc(50% - 17.4rem);
    width: 35.3rem;
    height: 429.9rem;
    background-image: url("/assets/img/quality/bg_story01@sp.webp");
  }
}
.quality-story--2 .quality-story__header {
  background: url("/assets/img/quality/img_story02_01.webp") no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .quality-story--2 .quality-story__header {
    background-image: url("/assets/img/quality/img_story02_01@sp.webp");
  }
}
.quality-story--2 .quality-story__content::before {
  content: "";
  display: block;
  position: absolute;
  top: 2rem;
  left: calc(50% - 86rem);
  width: 172.2rem;
  height: 225.2rem;
  background: url("/assets/img/quality/bg_story02.webp") no-repeat center center/contain;
  pointer-events: none;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .quality-story--2 .quality-story__content::before {
    top: -8rem;
    left: calc(50% - 17.4rem);
    width: 34.4rem;
    height: 384.1rem;
    background-image: url("/assets/img/quality/bg_story02@sp.webp");
  }
}
.quality-story__header {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50rem;
}
@media screen and (max-width: 768px) {
  .quality-story__header {
    height: 39rem;
  }
}
.quality-story__title {
  color: #fff;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 6rem;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .quality-story__title {
    font-size: 3.6rem;
  }
}
.quality-story__title small {
  display: block;
  margin-top: 0.5rem;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .quality-story__title small {
    margin-top: 1.5rem;
    font-size: 2.4rem;
  }
}
.quality-story__content {
  position: relative;
  margin-top: 11rem;
  padding-bottom: 12rem;
}
@media screen and (max-width: 768px) {
  .quality-story__content {
    padding: 0 3rem 9rem;
  }
}
.quality-story__lead {
  position: relative;
  font-size: 2.4rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .quality-story__lead {
    font-size: 1.6rem;
  }
}
.quality-story__list {
  width: 100%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12rem;
  margin-top: 16.5rem;
}
@media screen and (max-width: 768px) {
  .quality-story__list {
    gap: 5rem;
    margin-top: 8rem;
  }
  .quality-story__list:has(.quality-story__list-year) {
    gap: 3rem;
    margin-top: 5rem;
  }
}
.quality-story__list-item {
  position: relative;
  display: flex;
  gap: 11.5rem;
}
@media screen and (max-width: 768px) {
  .quality-story__list-item {
    gap: 0;
  }
}
.quality-story__list-item:has(.quality-story__list-year):not(:last-child)::before {
  content: "";
  position: absolute;
  top: 18.5rem;
  left: 9.2rem;
  width: 1px;
  height: calc(100% - 18.5rem + 12rem);
  background: #191311;
}
@media screen and (max-width: 768px) {
  .quality-story__list-item:has(.quality-story__list-year):not(:last-child)::before {
    top: 8.6rem;
    left: 4.3rem;
    height: calc(100% - 8.6rem + 3rem);
  }
}
@media screen and (max-width: 768px) {
  .quality-story__list-item:has(.quality-story__list-year) .quality-story__list-content {
    margin-top: 10.7rem;
  }
}
.quality-story__list-group {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  .quality-story__list-group {
    gap: 5rem;
  }
}
.quality-story__list-year {
  width: 18.5rem;
  height: 18.5rem;
  border-radius: 100%;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #191311;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 4.8rem;
  font-weight: 600;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .quality-story__list-year {
    width: 8.6rem;
    height: 8.6rem;
    border-radius: 100%;
    margin-right: -1.3rem;
    font-size: 2.4rem;
  }
}
.quality-story__list-content {
  position: relative;
  padding: 4.5rem 6rem;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .quality-story__list-content {
    padding: 4rem 3rem;
  }
}
.quality-story__list-image {
  position: absolute;
}
.quality-story__list-image--1 {
  top: -6.5rem;
  right: 2.2rem;
  width: 25.1rem;
}
@media screen and (max-width: 768px) {
  .quality-story__list-image--1 {
    top: -2rem;
    right: -1.5rem;
    width: 14.5rem;
  }
}
.quality-story__list-image--2 {
  top: -8.8rem;
  right: 3.6rem;
  width: 23.3rem;
}
@media screen and (max-width: 768px) {
  .quality-story__list-image--2 {
    top: -5.5rem;
    right: -1.8rem;
    width: 14rem;
  }
}
.quality-story__list-image--3 {
  top: -8.3rem;
  right: 3.5rem;
  width: 23.3rem;
}
@media screen and (max-width: 768px) {
  .quality-story__list-image--3 {
    top: -6rem;
    right: -1.8rem;
    width: 13.5rem;
  }
}
.quality-story__list-image--4 {
  top: -9rem;
  right: 5rem;
  width: 19.4rem;
}
@media screen and (max-width: 768px) {
  .quality-story__list-image--4 {
    top: -7rem;
    right: -1rem;
    width: 11rem;
  }
}
.quality-story__list-image--5 {
  top: -9rem;
  right: 2.1rem;
  width: 25.3rem;
}
@media screen and (max-width: 768px) {
  .quality-story__list-image--5 {
    top: -6rem;
    right: -1.8rem;
    width: 13.5rem;
  }
}
.quality-story__list-image--6 {
  top: -11.5rem;
  right: 3.5rem;
  width: 16.9rem;
}
@media screen and (max-width: 768px) {
  .quality-story__list-image--6 {
    top: -5.5rem;
    right: 1rem;
    width: 11rem;
  }
}
.quality-story__list-image--7 {
  top: -8.5rem;
  right: 3.5rem;
  width: 16.7rem;
}
@media screen and (max-width: 768px) {
  .quality-story__list-image--7 {
    top: -2.5rem;
    right: 0.5rem;
    width: 12rem;
  }
}
.quality-story__list-image--8 {
  top: -5.5rem;
  right: 2.2rem;
  width: 19.1rem;
}
@media screen and (max-width: 768px) {
  .quality-story__list-image--8 {
    top: -3rem;
    right: 0.5rem;
    width: 13.5rem;
  }
}
.quality-story__list-image--9 {
  top: -8rem;
  right: 2.2rem;
  width: 19.5rem;
}
@media screen and (max-width: 768px) {
  .quality-story__list-image--9 {
    top: -3rem;
    right: 0.5rem;
    width: 13rem;
  }
}
.quality-story__list-title {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .quality-story__list-title {
    font-size: 2.4rem;
  }
}
.quality-story__list-text {
  margin-top: 1.5rem;
  line-height: 2.2;
}
@media screen and (max-width: 768px) {
  .quality-story__list-text {
    line-height: 1.92;
  }
}
@media screen and (max-width: 768px) {
  .quality-maukameadows {
    margin-top: 1rem;
  }
}
.quality-maukameadows--2 {
  margin-top: 0;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .quality-maukameadows--2 {
    margin-top: 7rem;
  }
}
.quality-maukameadows--2 .quality-maukameadows__inner {
  padding-bottom: 0;
}
.quality-maukameadows--2 .quality-maukameadows__content {
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .quality-maukameadows--2 .quality-maukameadows-lead {
    text-align: justify;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.quality-maukameadows__image {
  position: relative;
}
.quality-maukameadows__content {
  padding: 12rem;
}
@media screen and (max-width: 768px) {
  .quality-maukameadows__content {
    padding: 0;
  }
}
.quality-maukameadows-title {
  margin-top: -1.5rem;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 4.8rem;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .quality-maukameadows-title {
    margin-top: 7rem;
    font-size: 3.6rem;
    line-height: 1.6;
  }
}
.quality-maukameadows-lead {
  margin-top: 3.5rem;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.75;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .quality-maukameadows-lead {
    padding: 5rem 3rem;
    font-size: 1.6rem;
    line-height: 1.9;
  }
}
.quality-maukameadows-lead:first-child {
  margin-top: 0;
}
.quality-maukameadows-list {
  width: 100%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  gap: 12rem;
  margin-top: 12rem;
}
@media screen and (max-width: 768px) {
  .quality-maukameadows-list {
    gap: 1rem;
    margin-top: 0;
  }
}
.quality-maukameadows-list__item {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 8rem;
}
@media screen and (max-width: 768px) {
  .quality-maukameadows-list__item {
    flex-direction: column;
    gap: 0;
  }
}
.quality-maukameadows-list__item:nth-child(even) {
  flex-direction: row;
  gap: 6rem;
}
@media screen and (max-width: 768px) {
  .quality-maukameadows-list__item:nth-child(even) {
    flex-direction: column;
    gap: 0;
  }
}
.quality-maukameadows-list__image {
  flex-shrink: 0;
  width: 69rem;
}
@media screen and (max-width: 768px) {
  .quality-maukameadows-list__image {
    width: 100%;
  }
}
.quality-maukameadows-list__content {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .quality-maukameadows-list__content {
    padding: 4rem 3rem;
  }
}
.quality-maukameadows-list__title {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .quality-maukameadows-list__title {
    font-size: 2.4rem;
  }
}
.quality-maukameadows-list__text {
  margin-top: 1.5rem;
  font-weight: 500;
  line-height: 2.25;
}
@media screen and (max-width: 768px) {
  .quality-maukameadows-list__text {
    line-height: 1.9;
  }
}
.quality-maukameadows-banner {
  width: 100%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  .quality-maukameadows-banner {
    width: auto;
    margin: 6rem 3rem 0;
    text-align: center;
  }
}
.quality-maukameadows-banner a {
  display: block;
  text-decoration: none;
}
@media (hover: hover) {
  .quality-maukameadows-banner a:hover .quality-maukameadows-banner__text {
    background: #E60020;
  }
  .quality-maukameadows-banner a:hover .quality-maukameadows-banner__text::before {
    background: #fff;
  }
}
@media (hover: none) {
  .quality-maukameadows-banner a:active .quality-maukameadows-banner__text {
    background: #E60020;
  }
  .quality-maukameadows-banner a:active .quality-maukameadows-banner__text::before {
    background: #fff;
  }
}
.quality-maukameadows-banner a .quality-maukameadows-banner__text::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.975rem);
  right: 3rem;
  width: 1.2rem;
  height: 1.95rem;
  background: #F5B101;
  mask: url("/assets/img/common/arw_link.svg") no-repeat center/contain;
  transition: background-color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media screen and (max-width: 768px) {
  .quality-maukameadows-banner a .quality-maukameadows-banner__text::before {
    right: 2rem;
    width: 1rem;
    height: 1.6rem;
  }
}
.quality-maukameadows-banner a[target=_blank] .quality-maukameadows-banner__text::before {
  width: 2rem;
  height: 2rem;
  mask-image: url("/assets/img/common/icn_blank.svg");
}
@media screen and (max-width: 768px) {
  .quality-maukameadows-banner a[target=_blank] .quality-maukameadows-banner__text::before {
    width: 1.7rem;
    height: 1.8rem;
  }
}
.quality-maukameadows-banner__image {
  position: relative;
}
.quality-maukameadows-banner__image figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 1.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
  color: #fff;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 8rem;
  font-weight: 600;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .quality-maukameadows-banner__image figcaption {
    padding-top: 0;
    gap: 1.5rem;
    font-size: 4.8rem;
  }
}
.quality-maukameadows-banner__image figcaption small {
  display: block;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .quality-maukameadows-banner__image figcaption small {
    font-size: 1.8rem;
  }
}
.quality-maukameadows-banner__text {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 9rem;
  color: #fff;
  background: #191311;
  font-size: 2rem;
  font-weight: 700;
  transition: background-color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media screen and (max-width: 768px) {
  .quality-maukameadows-banner__text {
    font-size: 1.8rem;
  }
}
.sitemap-list {
  display: flex;
  flex-wrap: wrap;
  gap: 7rem 9rem;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .sitemap-list {
    flex-direction: column;
    gap: 3.5rem;
  }
}
.sitemap-list a {
  text-decoration: none;
}
.sitemap-list__group {
  width: calc(50% - 4.5rem);
}
@media screen and (max-width: 768px) {
  .sitemap-list__group {
    width: 100%;
  }
}
.sitemap-list__group--wide {
  width: 100%;
}
.sitemap-list__title {
  padding: 2rem 0;
  border-bottom: 0.2rem solid #F5B101;
  font-size: 2.4rem;
}
.sitemap-list__title a {
  position: relative;
  display: block;
  padding-left: 3.2rem;
}
.sitemap-list__title a::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.975rem);
  left: 0;
  width: 1.2rem;
  height: 1.95rem;
  background: #191311;
  mask: url("/assets/img/common/arw_link.svg") no-repeat center/contain;
  transition: background-color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.sitemap-list__content {
  display: flex;
  gap: 3rem;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .sitemap-list__content {
    flex-direction: column;
    gap: 2.5rem;
  }
}
.sitemap-list__items {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.sitemap-list__items a {
  position: relative;
  display: block;
  padding-left: 2.9rem;
}
.sitemap-list__items a::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.725rem);
  left: 0;
  width: 0.9rem;
  height: 1.45rem;
  background: #191311;
  mask: url("/assets/img/common/arw_link.svg") no-repeat center/contain;
  transition: background-color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media screen and (max-width: 768px) {
  .sitemap-list__items a::before {
    right: 2rem;
    width: 1rem;
    height: 1.6rem;
  }
}
.sitemap-list__item--sub {
  font-size: 1.2rem;
  letter-spacing: -0.01em;
}
.sitemap-list__item--sub a {
  padding-left: 2.4rem;
}
@media screen and (min-width: 769px) {
  .sitemap-list__item--border {
    padding-bottom: 1.5rem;
    border-bottom: 0.2rem solid #F5B101;
  }
}
.terms-article__header {
  padding-bottom: 4rem;
  border-bottom: 0.2rem solid #F5B101;
  line-height: 1.6;
}
.terms-article__title {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .terms-article__title {
    text-align: justify;
  }
}
.terms-article__lead {
  line-height: 2.2;
}
.terms-article__content {
  margin-top: 5rem;
}
.terms-article__content h3 {
  margin-top: 4rem;
  font-size: 2rem;
  font-weight: 700;
}
.terms-article__content p {
  margin-top: 1rem;
  line-height: 2.2;
}
.terms-article__content ul {
  list-style-type: disc;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 1.5rem;
  padding-left: 2rem;
}
.terms-article__content ol {
  padding-left: 4em;
}
.terms-article__content ol li > p:first-child {
  text-indent: -2.6em;
}
.terms-article__content table {
  margin-top: 1.3rem;
}
.terms-article__content table th, .terms-article__content table td {
  font-weight: 400;
  vertical-align: top;
}
.terms-article__content table th {
  white-space: nowrap;
}
.terms-article__content table td {
  width: 100%;
}
.terms-article__footer {
  margin-top: 7rem;
  padding-top: 5rem;
}
.terms-article__code {
  margin-top: 2rem;
  padding: 3rem;
  background: #EAE3DA;
}
.terms-article__code > *:first-child {
  margin-top: 0;
}
.terms-article__code-title {
  margin-top: 2.2rem;
  font-weight: 700;
  line-height: 1;
}
.terms-article__code-text {
  appearance: none;
  border: none;
  outline: none;
  background: #fff;
  width: 100%;
  margin-top: 3rem;
  padding: 2rem 3rem;
  resize: none;
  line-height: 2.2;
}
.terms-article__logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: 7.5rem;
}
.terms-article__logo img {
  width: 39.5rem;
}
.terms-article__logo figcaption {
  margin-top: 2.5rem;
}
@media screen and (min-width: 769px) {
  .helper-only-sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .helper-only-pc {
    display: none !important;
  }
}
.helper-width-200 {
  width: 20rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-200 {
    width: 100% !important;
  }
}
.helper-width-202 {
  width: 20.2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-202 {
    width: 100% !important;
  }
}
.helper-width-204 {
  width: 20.4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-204 {
    width: 100% !important;
  }
}
.helper-width-206 {
  width: 20.6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-206 {
    width: 100% !important;
  }
}
.helper-width-208 {
  width: 20.8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-208 {
    width: 100% !important;
  }
}
.helper-width-210 {
  width: 21rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-210 {
    width: 100% !important;
  }
}
.helper-width-212 {
  width: 21.2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-212 {
    width: 100% !important;
  }
}
.helper-width-214 {
  width: 21.4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-214 {
    width: 100% !important;
  }
}
.helper-width-216 {
  width: 21.6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-216 {
    width: 100% !important;
  }
}
.helper-width-218 {
  width: 21.8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-218 {
    width: 100% !important;
  }
}
.helper-width-220 {
  width: 22rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-220 {
    width: 100% !important;
  }
}
.helper-width-222 {
  width: 22.2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-222 {
    width: 100% !important;
  }
}
.helper-width-224 {
  width: 22.4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-224 {
    width: 100% !important;
  }
}
.helper-width-226 {
  width: 22.6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-226 {
    width: 100% !important;
  }
}
.helper-width-228 {
  width: 22.8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-228 {
    width: 100% !important;
  }
}
.helper-width-230 {
  width: 23rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-230 {
    width: 100% !important;
  }
}
.helper-width-232 {
  width: 23.2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-232 {
    width: 100% !important;
  }
}
.helper-width-234 {
  width: 23.4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-234 {
    width: 100% !important;
  }
}
.helper-width-236 {
  width: 23.6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-236 {
    width: 100% !important;
  }
}
.helper-width-238 {
  width: 23.8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-238 {
    width: 100% !important;
  }
}
.helper-width-240 {
  width: 24rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-240 {
    width: 100% !important;
  }
}
.helper-width-242 {
  width: 24.2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-242 {
    width: 100% !important;
  }
}
.helper-width-244 {
  width: 24.4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-244 {
    width: 100% !important;
  }
}
.helper-width-246 {
  width: 24.6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-246 {
    width: 100% !important;
  }
}
.helper-width-248 {
  width: 24.8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-248 {
    width: 100% !important;
  }
}
.helper-width-250 {
  width: 25rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-250 {
    width: 100% !important;
  }
}
.helper-width-252 {
  width: 25.2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-252 {
    width: 100% !important;
  }
}
.helper-width-254 {
  width: 25.4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-254 {
    width: 100% !important;
  }
}
.helper-width-256 {
  width: 25.6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-256 {
    width: 100% !important;
  }
}
.helper-width-258 {
  width: 25.8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-258 {
    width: 100% !important;
  }
}
.helper-width-260 {
  width: 26rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-260 {
    width: 100% !important;
  }
}
.helper-width-262 {
  width: 26.2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-262 {
    width: 100% !important;
  }
}
.helper-width-264 {
  width: 26.4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-264 {
    width: 100% !important;
  }
}
.helper-width-266 {
  width: 26.6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-266 {
    width: 100% !important;
  }
}
.helper-width-268 {
  width: 26.8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-268 {
    width: 100% !important;
  }
}
.helper-width-270 {
  width: 27rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-270 {
    width: 100% !important;
  }
}
.helper-width-272 {
  width: 27.2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-272 {
    width: 100% !important;
  }
}
.helper-width-274 {
  width: 27.4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-274 {
    width: 100% !important;
  }
}
.helper-width-276 {
  width: 27.6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-276 {
    width: 100% !important;
  }
}
.helper-width-278 {
  width: 27.8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-278 {
    width: 100% !important;
  }
}
.helper-width-280 {
  width: 28rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-280 {
    width: 100% !important;
  }
}
.helper-width-282 {
  width: 28.2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-282 {
    width: 100% !important;
  }
}
.helper-width-284 {
  width: 28.4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-284 {
    width: 100% !important;
  }
}
.helper-width-286 {
  width: 28.6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-286 {
    width: 100% !important;
  }
}
.helper-width-288 {
  width: 28.8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-288 {
    width: 100% !important;
  }
}
.helper-width-290 {
  width: 29rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-290 {
    width: 100% !important;
  }
}
.helper-width-292 {
  width: 29.2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-292 {
    width: 100% !important;
  }
}
.helper-width-294 {
  width: 29.4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-294 {
    width: 100% !important;
  }
}
.helper-width-296 {
  width: 29.6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-296 {
    width: 100% !important;
  }
}
.helper-width-298 {
  width: 29.8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-298 {
    width: 100% !important;
  }
}
.helper-width-300 {
  width: 30rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-300 {
    width: 100% !important;
  }
}
.helper-width-302 {
  width: 30.2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-302 {
    width: 100% !important;
  }
}
.helper-width-304 {
  width: 30.4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-304 {
    width: 100% !important;
  }
}
.helper-width-306 {
  width: 30.6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-306 {
    width: 100% !important;
  }
}
.helper-width-308 {
  width: 30.8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-308 {
    width: 100% !important;
  }
}
.helper-width-310 {
  width: 31rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-310 {
    width: 100% !important;
  }
}
.helper-width-312 {
  width: 31.2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-312 {
    width: 100% !important;
  }
}
.helper-width-314 {
  width: 31.4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-314 {
    width: 100% !important;
  }
}
.helper-width-316 {
  width: 31.6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-316 {
    width: 100% !important;
  }
}
.helper-width-318 {
  width: 31.8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-318 {
    width: 100% !important;
  }
}
.helper-width-320 {
  width: 32rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-320 {
    width: 100% !important;
  }
}
.helper-width-322 {
  width: 32.2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-322 {
    width: 100% !important;
  }
}
.helper-width-324 {
  width: 32.4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-324 {
    width: 100% !important;
  }
}
.helper-width-326 {
  width: 32.6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-326 {
    width: 100% !important;
  }
}
.helper-width-328 {
  width: 32.8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-328 {
    width: 100% !important;
  }
}
.helper-width-330 {
  width: 33rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-330 {
    width: 100% !important;
  }
}
.helper-width-332 {
  width: 33.2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-332 {
    width: 100% !important;
  }
}
.helper-width-334 {
  width: 33.4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-334 {
    width: 100% !important;
  }
}
.helper-width-336 {
  width: 33.6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-336 {
    width: 100% !important;
  }
}
.helper-width-338 {
  width: 33.8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-338 {
    width: 100% !important;
  }
}
.helper-width-340 {
  width: 34rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-340 {
    width: 100% !important;
  }
}
.helper-width-342 {
  width: 34.2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-342 {
    width: 100% !important;
  }
}
.helper-width-344 {
  width: 34.4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-344 {
    width: 100% !important;
  }
}
.helper-width-346 {
  width: 34.6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-346 {
    width: 100% !important;
  }
}
.helper-width-348 {
  width: 34.8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-348 {
    width: 100% !important;
  }
}
.helper-width-350 {
  width: 35rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-350 {
    width: 100% !important;
  }
}
.helper-width-352 {
  width: 35.2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-352 {
    width: 100% !important;
  }
}
.helper-width-354 {
  width: 35.4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-354 {
    width: 100% !important;
  }
}
.helper-width-356 {
  width: 35.6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-356 {
    width: 100% !important;
  }
}
.helper-width-358 {
  width: 35.8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-358 {
    width: 100% !important;
  }
}
.helper-width-360 {
  width: 36rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-360 {
    width: 100% !important;
  }
}
.helper-width-362 {
  width: 36.2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-362 {
    width: 100% !important;
  }
}
.helper-width-364 {
  width: 36.4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-364 {
    width: 100% !important;
  }
}
.helper-width-366 {
  width: 36.6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-366 {
    width: 100% !important;
  }
}
.helper-width-368 {
  width: 36.8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-368 {
    width: 100% !important;
  }
}
.helper-width-370 {
  width: 37rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-370 {
    width: 100% !important;
  }
}
.helper-width-372 {
  width: 37.2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-372 {
    width: 100% !important;
  }
}
.helper-width-374 {
  width: 37.4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-374 {
    width: 100% !important;
  }
}
.helper-width-376 {
  width: 37.6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-376 {
    width: 100% !important;
  }
}
.helper-width-378 {
  width: 37.8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-378 {
    width: 100% !important;
  }
}
.helper-width-380 {
  width: 38rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-380 {
    width: 100% !important;
  }
}
.helper-width-382 {
  width: 38.2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-382 {
    width: 100% !important;
  }
}
.helper-width-384 {
  width: 38.4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-384 {
    width: 100% !important;
  }
}
.helper-width-386 {
  width: 38.6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-386 {
    width: 100% !important;
  }
}
.helper-width-388 {
  width: 38.8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-388 {
    width: 100% !important;
  }
}
.helper-width-390 {
  width: 39rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-390 {
    width: 100% !important;
  }
}
.helper-width-392 {
  width: 39.2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-392 {
    width: 100% !important;
  }
}
.helper-width-394 {
  width: 39.4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-394 {
    width: 100% !important;
  }
}
.helper-width-396 {
  width: 39.6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-396 {
    width: 100% !important;
  }
}
.helper-width-398 {
  width: 39.8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-398 {
    width: 100% !important;
  }
}
.helper-width-400 {
  width: 40rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-400 {
    width: 100% !important;
  }
}
.helper-width-402 {
  width: 40.2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-402 {
    width: 100% !important;
  }
}
.helper-width-404 {
  width: 40.4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-404 {
    width: 100% !important;
  }
}
.helper-width-406 {
  width: 40.6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-406 {
    width: 100% !important;
  }
}
.helper-width-408 {
  width: 40.8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-408 {
    width: 100% !important;
  }
}
.helper-width-410 {
  width: 41rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-410 {
    width: 100% !important;
  }
}
.helper-width-412 {
  width: 41.2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-412 {
    width: 100% !important;
  }
}
.helper-width-414 {
  width: 41.4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-414 {
    width: 100% !important;
  }
}
.helper-width-416 {
  width: 41.6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-416 {
    width: 100% !important;
  }
}
.helper-width-418 {
  width: 41.8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-418 {
    width: 100% !important;
  }
}
.helper-width-420 {
  width: 42rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-420 {
    width: 100% !important;
  }
}
.helper-width-422 {
  width: 42.2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-422 {
    width: 100% !important;
  }
}
.helper-width-424 {
  width: 42.4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-424 {
    width: 100% !important;
  }
}
.helper-width-426 {
  width: 42.6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-426 {
    width: 100% !important;
  }
}
.helper-width-428 {
  width: 42.8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-428 {
    width: 100% !important;
  }
}
.helper-width-430 {
  width: 43rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-430 {
    width: 100% !important;
  }
}
.helper-width-432 {
  width: 43.2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-432 {
    width: 100% !important;
  }
}
.helper-width-434 {
  width: 43.4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-434 {
    width: 100% !important;
  }
}
.helper-width-436 {
  width: 43.6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-436 {
    width: 100% !important;
  }
}
.helper-width-438 {
  width: 43.8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-438 {
    width: 100% !important;
  }
}
.helper-width-440 {
  width: 44rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-440 {
    width: 100% !important;
  }
}
.helper-width-442 {
  width: 44.2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-442 {
    width: 100% !important;
  }
}
.helper-width-444 {
  width: 44.4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-444 {
    width: 100% !important;
  }
}
.helper-width-446 {
  width: 44.6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-446 {
    width: 100% !important;
  }
}
.helper-width-448 {
  width: 44.8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-448 {
    width: 100% !important;
  }
}
.helper-width-450 {
  width: 45rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-450 {
    width: 100% !important;
  }
}
.helper-width-452 {
  width: 45.2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-452 {
    width: 100% !important;
  }
}
.helper-width-454 {
  width: 45.4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-454 {
    width: 100% !important;
  }
}
.helper-width-456 {
  width: 45.6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-456 {
    width: 100% !important;
  }
}
.helper-width-458 {
  width: 45.8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-458 {
    width: 100% !important;
  }
}
.helper-width-460 {
  width: 46rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-460 {
    width: 100% !important;
  }
}
.helper-width-462 {
  width: 46.2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-462 {
    width: 100% !important;
  }
}
.helper-width-464 {
  width: 46.4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-464 {
    width: 100% !important;
  }
}
.helper-width-466 {
  width: 46.6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-466 {
    width: 100% !important;
  }
}
.helper-width-468 {
  width: 46.8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-468 {
    width: 100% !important;
  }
}
.helper-width-470 {
  width: 47rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-470 {
    width: 100% !important;
  }
}
.helper-width-472 {
  width: 47.2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-472 {
    width: 100% !important;
  }
}
.helper-width-474 {
  width: 47.4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-474 {
    width: 100% !important;
  }
}
.helper-width-476 {
  width: 47.6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-476 {
    width: 100% !important;
  }
}
.helper-width-478 {
  width: 47.8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-478 {
    width: 100% !important;
  }
}
.helper-width-480 {
  width: 48rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-480 {
    width: 100% !important;
  }
}
.helper-width-482 {
  width: 48.2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-482 {
    width: 100% !important;
  }
}
.helper-width-484 {
  width: 48.4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-484 {
    width: 100% !important;
  }
}
.helper-width-486 {
  width: 48.6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-486 {
    width: 100% !important;
  }
}
.helper-width-488 {
  width: 48.8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-488 {
    width: 100% !important;
  }
}
.helper-width-490 {
  width: 49rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-490 {
    width: 100% !important;
  }
}
.helper-width-492 {
  width: 49.2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-492 {
    width: 100% !important;
  }
}
.helper-width-494 {
  width: 49.4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-494 {
    width: 100% !important;
  }
}
.helper-width-496 {
  width: 49.6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-496 {
    width: 100% !important;
  }
}
.helper-width-498 {
  width: 49.8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-498 {
    width: 100% !important;
  }
}
.helper-width-500 {
  width: 50rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-500 {
    width: 100% !important;
  }
}
.helper-width-502 {
  width: 50.2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-502 {
    width: 100% !important;
  }
}
.helper-width-504 {
  width: 50.4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-504 {
    width: 100% !important;
  }
}
.helper-width-506 {
  width: 50.6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-506 {
    width: 100% !important;
  }
}
.helper-width-508 {
  width: 50.8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-508 {
    width: 100% !important;
  }
}
.helper-width-510 {
  width: 51rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-510 {
    width: 100% !important;
  }
}
.helper-width-512 {
  width: 51.2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-512 {
    width: 100% !important;
  }
}
.helper-width-514 {
  width: 51.4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-514 {
    width: 100% !important;
  }
}
.helper-width-516 {
  width: 51.6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-516 {
    width: 100% !important;
  }
}
.helper-width-518 {
  width: 51.8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-518 {
    width: 100% !important;
  }
}
.helper-width-520 {
  width: 52rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-520 {
    width: 100% !important;
  }
}
.helper-width-522 {
  width: 52.2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-522 {
    width: 100% !important;
  }
}
.helper-width-524 {
  width: 52.4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-524 {
    width: 100% !important;
  }
}
.helper-width-526 {
  width: 52.6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-526 {
    width: 100% !important;
  }
}
.helper-width-528 {
  width: 52.8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-528 {
    width: 100% !important;
  }
}
.helper-width-530 {
  width: 53rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-530 {
    width: 100% !important;
  }
}
.helper-width-532 {
  width: 53.2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-532 {
    width: 100% !important;
  }
}
.helper-width-534 {
  width: 53.4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-534 {
    width: 100% !important;
  }
}
.helper-width-536 {
  width: 53.6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-536 {
    width: 100% !important;
  }
}
.helper-width-538 {
  width: 53.8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-538 {
    width: 100% !important;
  }
}
.helper-width-540 {
  width: 54rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-540 {
    width: 100% !important;
  }
}
.helper-width-542 {
  width: 54.2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-542 {
    width: 100% !important;
  }
}
.helper-width-544 {
  width: 54.4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-544 {
    width: 100% !important;
  }
}
.helper-width-546 {
  width: 54.6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-546 {
    width: 100% !important;
  }
}
.helper-width-548 {
  width: 54.8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-548 {
    width: 100% !important;
  }
}
.helper-width-550 {
  width: 55rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-550 {
    width: 100% !important;
  }
}
.helper-width-552 {
  width: 55.2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-552 {
    width: 100% !important;
  }
}
.helper-width-554 {
  width: 55.4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-554 {
    width: 100% !important;
  }
}
.helper-width-556 {
  width: 55.6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-556 {
    width: 100% !important;
  }
}
.helper-width-558 {
  width: 55.8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-558 {
    width: 100% !important;
  }
}
.helper-width-560 {
  width: 56rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-560 {
    width: 100% !important;
  }
}
.helper-width-562 {
  width: 56.2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-562 {
    width: 100% !important;
  }
}
.helper-width-564 {
  width: 56.4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-564 {
    width: 100% !important;
  }
}
.helper-width-566 {
  width: 56.6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-566 {
    width: 100% !important;
  }
}
.helper-width-568 {
  width: 56.8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-568 {
    width: 100% !important;
  }
}
.helper-width-570 {
  width: 57rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-570 {
    width: 100% !important;
  }
}
.helper-width-572 {
  width: 57.2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-572 {
    width: 100% !important;
  }
}
.helper-width-574 {
  width: 57.4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-574 {
    width: 100% !important;
  }
}
.helper-width-576 {
  width: 57.6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-576 {
    width: 100% !important;
  }
}
.helper-width-578 {
  width: 57.8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-578 {
    width: 100% !important;
  }
}
.helper-width-580 {
  width: 58rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-580 {
    width: 100% !important;
  }
}
.helper-width-582 {
  width: 58.2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-582 {
    width: 100% !important;
  }
}
.helper-width-584 {
  width: 58.4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-584 {
    width: 100% !important;
  }
}
.helper-width-586 {
  width: 58.6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-586 {
    width: 100% !important;
  }
}
.helper-width-588 {
  width: 58.8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-588 {
    width: 100% !important;
  }
}
.helper-width-590 {
  width: 59rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-590 {
    width: 100% !important;
  }
}
.helper-width-592 {
  width: 59.2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-592 {
    width: 100% !important;
  }
}
.helper-width-594 {
  width: 59.4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-594 {
    width: 100% !important;
  }
}
.helper-width-596 {
  width: 59.6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-596 {
    width: 100% !important;
  }
}
.helper-width-598 {
  width: 59.8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-598 {
    width: 100% !important;
  }
}
.helper-width-600 {
  width: 60rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-600 {
    width: 100% !important;
  }
}
.helper-width-602 {
  width: 60.2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-602 {
    width: 100% !important;
  }
}
.helper-width-604 {
  width: 60.4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-604 {
    width: 100% !important;
  }
}
.helper-width-606 {
  width: 60.6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-606 {
    width: 100% !important;
  }
}
.helper-width-608 {
  width: 60.8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-608 {
    width: 100% !important;
  }
}
.helper-width-610 {
  width: 61rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-610 {
    width: 100% !important;
  }
}
.helper-width-612 {
  width: 61.2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-612 {
    width: 100% !important;
  }
}
.helper-width-614 {
  width: 61.4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-614 {
    width: 100% !important;
  }
}
.helper-width-616 {
  width: 61.6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-616 {
    width: 100% !important;
  }
}
.helper-width-618 {
  width: 61.8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-618 {
    width: 100% !important;
  }
}
.helper-width-620 {
  width: 62rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-620 {
    width: 100% !important;
  }
}
.helper-width-622 {
  width: 62.2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-622 {
    width: 100% !important;
  }
}
.helper-width-624 {
  width: 62.4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-624 {
    width: 100% !important;
  }
}
.helper-width-626 {
  width: 62.6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-626 {
    width: 100% !important;
  }
}
.helper-width-628 {
  width: 62.8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-628 {
    width: 100% !important;
  }
}
.helper-width-630 {
  width: 63rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-630 {
    width: 100% !important;
  }
}
.helper-width-632 {
  width: 63.2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-632 {
    width: 100% !important;
  }
}
.helper-width-634 {
  width: 63.4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-634 {
    width: 100% !important;
  }
}
.helper-width-636 {
  width: 63.6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-636 {
    width: 100% !important;
  }
}
.helper-width-638 {
  width: 63.8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-638 {
    width: 100% !important;
  }
}
.helper-width-640 {
  width: 64rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-640 {
    width: 100% !important;
  }
}
.helper-width-642 {
  width: 64.2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-642 {
    width: 100% !important;
  }
}
.helper-width-644 {
  width: 64.4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-644 {
    width: 100% !important;
  }
}
.helper-width-646 {
  width: 64.6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-646 {
    width: 100% !important;
  }
}
.helper-width-648 {
  width: 64.8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-648 {
    width: 100% !important;
  }
}
.helper-width-650 {
  width: 65rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-650 {
    width: 100% !important;
  }
}
.helper-width-652 {
  width: 65.2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-652 {
    width: 100% !important;
  }
}
.helper-width-654 {
  width: 65.4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-654 {
    width: 100% !important;
  }
}
.helper-width-656 {
  width: 65.6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-656 {
    width: 100% !important;
  }
}
.helper-width-658 {
  width: 65.8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-658 {
    width: 100% !important;
  }
}
.helper-width-660 {
  width: 66rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-660 {
    width: 100% !important;
  }
}
.helper-width-662 {
  width: 66.2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-662 {
    width: 100% !important;
  }
}
.helper-width-664 {
  width: 66.4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-664 {
    width: 100% !important;
  }
}
.helper-width-666 {
  width: 66.6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-666 {
    width: 100% !important;
  }
}
.helper-width-668 {
  width: 66.8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-668 {
    width: 100% !important;
  }
}
.helper-width-670 {
  width: 67rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-670 {
    width: 100% !important;
  }
}
.helper-width-672 {
  width: 67.2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-672 {
    width: 100% !important;
  }
}
.helper-width-674 {
  width: 67.4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-674 {
    width: 100% !important;
  }
}
.helper-width-676 {
  width: 67.6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-676 {
    width: 100% !important;
  }
}
.helper-width-678 {
  width: 67.8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-678 {
    width: 100% !important;
  }
}
.helper-width-680 {
  width: 68rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-680 {
    width: 100% !important;
  }
}
.helper-width-682 {
  width: 68.2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-682 {
    width: 100% !important;
  }
}
.helper-width-684 {
  width: 68.4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-684 {
    width: 100% !important;
  }
}
.helper-width-686 {
  width: 68.6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-686 {
    width: 100% !important;
  }
}
.helper-width-688 {
  width: 68.8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-688 {
    width: 100% !important;
  }
}
.helper-width-690 {
  width: 69rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-690 {
    width: 100% !important;
  }
}
.helper-width-692 {
  width: 69.2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-692 {
    width: 100% !important;
  }
}
.helper-width-694 {
  width: 69.4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-694 {
    width: 100% !important;
  }
}
.helper-width-696 {
  width: 69.6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-696 {
    width: 100% !important;
  }
}
.helper-width-698 {
  width: 69.8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-698 {
    width: 100% !important;
  }
}
.helper-width-700 {
  width: 70rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-700 {
    width: 100% !important;
  }
}
.helper-width-702 {
  width: 70.2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-702 {
    width: 100% !important;
  }
}
.helper-width-704 {
  width: 70.4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-704 {
    width: 100% !important;
  }
}
.helper-width-706 {
  width: 70.6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-706 {
    width: 100% !important;
  }
}
.helper-width-708 {
  width: 70.8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-708 {
    width: 100% !important;
  }
}
.helper-width-710 {
  width: 71rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-710 {
    width: 100% !important;
  }
}
.helper-width-712 {
  width: 71.2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-712 {
    width: 100% !important;
  }
}
.helper-width-714 {
  width: 71.4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-714 {
    width: 100% !important;
  }
}
.helper-width-716 {
  width: 71.6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-716 {
    width: 100% !important;
  }
}
.helper-width-718 {
  width: 71.8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-718 {
    width: 100% !important;
  }
}
.helper-width-720 {
  width: 72rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-720 {
    width: 100% !important;
  }
}
.helper-width-722 {
  width: 72.2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-722 {
    width: 100% !important;
  }
}
.helper-width-724 {
  width: 72.4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-724 {
    width: 100% !important;
  }
}
.helper-width-726 {
  width: 72.6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-726 {
    width: 100% !important;
  }
}
.helper-width-728 {
  width: 72.8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-728 {
    width: 100% !important;
  }
}
.helper-width-730 {
  width: 73rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-730 {
    width: 100% !important;
  }
}
.helper-width-732 {
  width: 73.2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-732 {
    width: 100% !important;
  }
}
.helper-width-734 {
  width: 73.4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-734 {
    width: 100% !important;
  }
}
.helper-width-736 {
  width: 73.6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-736 {
    width: 100% !important;
  }
}
.helper-width-738 {
  width: 73.8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-738 {
    width: 100% !important;
  }
}
.helper-width-740 {
  width: 74rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-740 {
    width: 100% !important;
  }
}
.helper-width-742 {
  width: 74.2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-742 {
    width: 100% !important;
  }
}
.helper-width-744 {
  width: 74.4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-744 {
    width: 100% !important;
  }
}
.helper-width-746 {
  width: 74.6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-746 {
    width: 100% !important;
  }
}
.helper-width-748 {
  width: 74.8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-748 {
    width: 100% !important;
  }
}
.helper-width-750 {
  width: 75rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-750 {
    width: 100% !important;
  }
}
.helper-width-752 {
  width: 75.2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-752 {
    width: 100% !important;
  }
}
.helper-width-754 {
  width: 75.4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-754 {
    width: 100% !important;
  }
}
.helper-width-756 {
  width: 75.6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-756 {
    width: 100% !important;
  }
}
.helper-width-758 {
  width: 75.8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-758 {
    width: 100% !important;
  }
}
.helper-width-760 {
  width: 76rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-760 {
    width: 100% !important;
  }
}
.helper-width-762 {
  width: 76.2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-762 {
    width: 100% !important;
  }
}
.helper-width-764 {
  width: 76.4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-764 {
    width: 100% !important;
  }
}
.helper-width-766 {
  width: 76.6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-766 {
    width: 100% !important;
  }
}
.helper-width-768 {
  width: 76.8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-768 {
    width: 100% !important;
  }
}
.helper-width-770 {
  width: 77rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-770 {
    width: 100% !important;
  }
}
.helper-width-772 {
  width: 77.2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-772 {
    width: 100% !important;
  }
}
.helper-width-774 {
  width: 77.4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-774 {
    width: 100% !important;
  }
}
.helper-width-776 {
  width: 77.6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-776 {
    width: 100% !important;
  }
}
.helper-width-778 {
  width: 77.8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-778 {
    width: 100% !important;
  }
}
.helper-width-780 {
  width: 78rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-780 {
    width: 100% !important;
  }
}
.helper-width-782 {
  width: 78.2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-782 {
    width: 100% !important;
  }
}
.helper-width-784 {
  width: 78.4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-784 {
    width: 100% !important;
  }
}
.helper-width-786 {
  width: 78.6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-786 {
    width: 100% !important;
  }
}
.helper-width-788 {
  width: 78.8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-788 {
    width: 100% !important;
  }
}
.helper-width-790 {
  width: 79rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-790 {
    width: 100% !important;
  }
}
.helper-width-792 {
  width: 79.2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-792 {
    width: 100% !important;
  }
}
.helper-width-794 {
  width: 79.4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-794 {
    width: 100% !important;
  }
}
.helper-width-796 {
  width: 79.6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-796 {
    width: 100% !important;
  }
}
.helper-width-798 {
  width: 79.8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-798 {
    width: 100% !important;
  }
}
.helper-width-800 {
  width: 80rem !important;
}
@media screen and (max-width: 768px) {
  .helper-width-800 {
    width: 100% !important;
  }
}
.helper-margin-top-5 {
  margin-top: 0.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-top-5 {
    margin-top: 0.25rem !important;
  }
}
.helper-margin-bottom-5 {
  margin-bottom: 0.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-bottom-5 {
    margin-bottom: 0.25rem !important;
  }
}
.helper-padding-top-5 {
  padding-top: 0.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-top-5 {
    padding-top: 0.25rem !important;
  }
}
.helper-padding-bottom-5 {
  padding-bottom: 0.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-bottom-5 {
    padding-bottom: 0.25rem !important;
  }
}
.helper-padding-5 {
  padding: 0.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-5 {
    padding: 0.25rem !important;
  }
}
.helper-height-10 {
  height: 1rem !important;
}
@media screen and (max-width: 768px) {
  .helper-height-10 {
    height: 0.5rem !important;
  }
}
.helper-radius-1 {
  border-radius: 0.1rem !important;
}
@media screen and (max-width: 768px) {
  .helper-radius-1 {
    border-radius: 0.05rem !important;
  }
}
.helper-gap-5 {
  gap: 0.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-gap-5 {
    gap: 0.25rem !important;
  }
}
.helper-margin-top-10 {
  margin-top: 1rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-top-10 {
    margin-top: 0.5rem !important;
  }
}
.helper-margin-bottom-10 {
  margin-bottom: 1rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-bottom-10 {
    margin-bottom: 0.5rem !important;
  }
}
.helper-padding-top-10 {
  padding-top: 1rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-top-10 {
    padding-top: 0.5rem !important;
  }
}
.helper-padding-bottom-10 {
  padding-bottom: 1rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-bottom-10 {
    padding-bottom: 0.5rem !important;
  }
}
.helper-padding-10 {
  padding: 1rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-10 {
    padding: 0.5rem !important;
  }
}
.helper-height-20 {
  height: 2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-height-20 {
    height: 1rem !important;
  }
}
.helper-radius-2 {
  border-radius: 0.2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-radius-2 {
    border-radius: 0.1rem !important;
  }
}
.helper-gap-10 {
  gap: 1rem !important;
}
@media screen and (max-width: 768px) {
  .helper-gap-10 {
    gap: 0.5rem !important;
  }
}
.helper-margin-top-15 {
  margin-top: 1.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-top-15 {
    margin-top: 0.75rem !important;
  }
}
.helper-margin-bottom-15 {
  margin-bottom: 1.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-bottom-15 {
    margin-bottom: 0.75rem !important;
  }
}
.helper-padding-top-15 {
  padding-top: 1.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-top-15 {
    padding-top: 0.75rem !important;
  }
}
.helper-padding-bottom-15 {
  padding-bottom: 1.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-bottom-15 {
    padding-bottom: 0.75rem !important;
  }
}
.helper-padding-15 {
  padding: 1.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-15 {
    padding: 0.75rem !important;
  }
}
.helper-height-30 {
  height: 3rem !important;
}
@media screen and (max-width: 768px) {
  .helper-height-30 {
    height: 1.5rem !important;
  }
}
.helper-radius-3 {
  border-radius: 0.3rem !important;
}
@media screen and (max-width: 768px) {
  .helper-radius-3 {
    border-radius: 0.15rem !important;
  }
}
.helper-gap-15 {
  gap: 1.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-gap-15 {
    gap: 0.75rem !important;
  }
}
.helper-margin-top-20 {
  margin-top: 2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-top-20 {
    margin-top: 1rem !important;
  }
}
.helper-margin-bottom-20 {
  margin-bottom: 2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-bottom-20 {
    margin-bottom: 1rem !important;
  }
}
.helper-padding-top-20 {
  padding-top: 2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-top-20 {
    padding-top: 1rem !important;
  }
}
.helper-padding-bottom-20 {
  padding-bottom: 2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-bottom-20 {
    padding-bottom: 1rem !important;
  }
}
.helper-padding-20 {
  padding: 2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-20 {
    padding: 1rem !important;
  }
}
.helper-height-40 {
  height: 4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-height-40 {
    height: 2rem !important;
  }
}
.helper-radius-4 {
  border-radius: 0.4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-radius-4 {
    border-radius: 0.2rem !important;
  }
}
.helper-gap-20 {
  gap: 2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-gap-20 {
    gap: 1rem !important;
  }
}
.helper-margin-top-25 {
  margin-top: 2.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-top-25 {
    margin-top: 1.25rem !important;
  }
}
.helper-margin-bottom-25 {
  margin-bottom: 2.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-bottom-25 {
    margin-bottom: 1.25rem !important;
  }
}
.helper-padding-top-25 {
  padding-top: 2.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-top-25 {
    padding-top: 1.25rem !important;
  }
}
.helper-padding-bottom-25 {
  padding-bottom: 2.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-bottom-25 {
    padding-bottom: 1.25rem !important;
  }
}
.helper-padding-25 {
  padding: 2.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-25 {
    padding: 1.25rem !important;
  }
}
.helper-height-50 {
  height: 5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-height-50 {
    height: 2.5rem !important;
  }
}
.helper-radius-5 {
  border-radius: 0.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-radius-5 {
    border-radius: 0.25rem !important;
  }
}
.helper-gap-25 {
  gap: 2.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-gap-25 {
    gap: 1.25rem !important;
  }
}
.helper-margin-top-30 {
  margin-top: 3rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-top-30 {
    margin-top: 1.5rem !important;
  }
}
.helper-margin-bottom-30 {
  margin-bottom: 3rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-bottom-30 {
    margin-bottom: 1.5rem !important;
  }
}
.helper-padding-top-30 {
  padding-top: 3rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-top-30 {
    padding-top: 1.5rem !important;
  }
}
.helper-padding-bottom-30 {
  padding-bottom: 3rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-bottom-30 {
    padding-bottom: 1.5rem !important;
  }
}
.helper-padding-30 {
  padding: 3rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-30 {
    padding: 1.5rem !important;
  }
}
.helper-height-60 {
  height: 6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-height-60 {
    height: 3rem !important;
  }
}
.helper-radius-6 {
  border-radius: 0.6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-radius-6 {
    border-radius: 0.3rem !important;
  }
}
.helper-gap-30 {
  gap: 3rem !important;
}
@media screen and (max-width: 768px) {
  .helper-gap-30 {
    gap: 1.5rem !important;
  }
}
.helper-margin-top-35 {
  margin-top: 3.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-top-35 {
    margin-top: 1.75rem !important;
  }
}
.helper-margin-bottom-35 {
  margin-bottom: 3.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-bottom-35 {
    margin-bottom: 1.75rem !important;
  }
}
.helper-padding-top-35 {
  padding-top: 3.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-top-35 {
    padding-top: 1.75rem !important;
  }
}
.helper-padding-bottom-35 {
  padding-bottom: 3.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-bottom-35 {
    padding-bottom: 1.75rem !important;
  }
}
.helper-padding-35 {
  padding: 3.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-35 {
    padding: 1.75rem !important;
  }
}
.helper-height-70 {
  height: 7rem !important;
}
@media screen and (max-width: 768px) {
  .helper-height-70 {
    height: 3.5rem !important;
  }
}
.helper-radius-7 {
  border-radius: 0.7rem !important;
}
@media screen and (max-width: 768px) {
  .helper-radius-7 {
    border-radius: 0.35rem !important;
  }
}
.helper-gap-35 {
  gap: 3.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-gap-35 {
    gap: 1.75rem !important;
  }
}
.helper-margin-top-40 {
  margin-top: 4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-top-40 {
    margin-top: 2rem !important;
  }
}
.helper-margin-bottom-40 {
  margin-bottom: 4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-bottom-40 {
    margin-bottom: 2rem !important;
  }
}
.helper-padding-top-40 {
  padding-top: 4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-top-40 {
    padding-top: 2rem !important;
  }
}
.helper-padding-bottom-40 {
  padding-bottom: 4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-bottom-40 {
    padding-bottom: 2rem !important;
  }
}
.helper-padding-40 {
  padding: 4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-40 {
    padding: 2rem !important;
  }
}
.helper-height-80 {
  height: 8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-height-80 {
    height: 4rem !important;
  }
}
.helper-radius-8 {
  border-radius: 0.8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-radius-8 {
    border-radius: 0.4rem !important;
  }
}
.helper-gap-40 {
  gap: 4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-gap-40 {
    gap: 2rem !important;
  }
}
.helper-margin-top-45 {
  margin-top: 4.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-top-45 {
    margin-top: 2.25rem !important;
  }
}
.helper-margin-bottom-45 {
  margin-bottom: 4.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-bottom-45 {
    margin-bottom: 2.25rem !important;
  }
}
.helper-padding-top-45 {
  padding-top: 4.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-top-45 {
    padding-top: 2.25rem !important;
  }
}
.helper-padding-bottom-45 {
  padding-bottom: 4.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-bottom-45 {
    padding-bottom: 2.25rem !important;
  }
}
.helper-padding-45 {
  padding: 4.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-45 {
    padding: 2.25rem !important;
  }
}
.helper-height-90 {
  height: 9rem !important;
}
@media screen and (max-width: 768px) {
  .helper-height-90 {
    height: 4.5rem !important;
  }
}
.helper-radius-9 {
  border-radius: 0.9rem !important;
}
@media screen and (max-width: 768px) {
  .helper-radius-9 {
    border-radius: 0.45rem !important;
  }
}
.helper-gap-45 {
  gap: 4.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-gap-45 {
    gap: 2.25rem !important;
  }
}
.helper-margin-top-50 {
  margin-top: 5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-top-50 {
    margin-top: 2.5rem !important;
  }
}
.helper-margin-bottom-50 {
  margin-bottom: 5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-bottom-50 {
    margin-bottom: 2.5rem !important;
  }
}
.helper-padding-top-50 {
  padding-top: 5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-top-50 {
    padding-top: 2.5rem !important;
  }
}
.helper-padding-bottom-50 {
  padding-bottom: 5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-bottom-50 {
    padding-bottom: 2.5rem !important;
  }
}
.helper-padding-50 {
  padding: 5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-50 {
    padding: 2.5rem !important;
  }
}
.helper-height-100 {
  height: 10rem !important;
}
@media screen and (max-width: 768px) {
  .helper-height-100 {
    height: 5rem !important;
  }
}
.helper-radius-10 {
  border-radius: 1rem !important;
}
@media screen and (max-width: 768px) {
  .helper-radius-10 {
    border-radius: 0.5rem !important;
  }
}
.helper-gap-50 {
  gap: 5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-gap-50 {
    gap: 2.5rem !important;
  }
}
.helper-margin-top-55 {
  margin-top: 5.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-top-55 {
    margin-top: 2.75rem !important;
  }
}
.helper-margin-bottom-55 {
  margin-bottom: 5.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-bottom-55 {
    margin-bottom: 2.75rem !important;
  }
}
.helper-padding-top-55 {
  padding-top: 5.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-top-55 {
    padding-top: 2.75rem !important;
  }
}
.helper-padding-bottom-55 {
  padding-bottom: 5.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-bottom-55 {
    padding-bottom: 2.75rem !important;
  }
}
.helper-padding-55 {
  padding: 5.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-55 {
    padding: 2.75rem !important;
  }
}
.helper-height-110 {
  height: 11rem !important;
}
@media screen and (max-width: 768px) {
  .helper-height-110 {
    height: 5.5rem !important;
  }
}
.helper-radius-11 {
  border-radius: 1.1rem !important;
}
@media screen and (max-width: 768px) {
  .helper-radius-11 {
    border-radius: 0.55rem !important;
  }
}
.helper-gap-55 {
  gap: 5.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-gap-55 {
    gap: 2.75rem !important;
  }
}
.helper-margin-top-60 {
  margin-top: 6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-top-60 {
    margin-top: 3rem !important;
  }
}
.helper-margin-bottom-60 {
  margin-bottom: 6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-bottom-60 {
    margin-bottom: 3rem !important;
  }
}
.helper-padding-top-60 {
  padding-top: 6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-top-60 {
    padding-top: 3rem !important;
  }
}
.helper-padding-bottom-60 {
  padding-bottom: 6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-bottom-60 {
    padding-bottom: 3rem !important;
  }
}
.helper-padding-60 {
  padding: 6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-60 {
    padding: 3rem !important;
  }
}
.helper-height-120 {
  height: 12rem !important;
}
@media screen and (max-width: 768px) {
  .helper-height-120 {
    height: 6rem !important;
  }
}
.helper-radius-12 {
  border-radius: 1.2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-radius-12 {
    border-radius: 0.6rem !important;
  }
}
.helper-gap-60 {
  gap: 6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-gap-60 {
    gap: 3rem !important;
  }
}
.helper-margin-top-65 {
  margin-top: 6.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-top-65 {
    margin-top: 3.25rem !important;
  }
}
.helper-margin-bottom-65 {
  margin-bottom: 6.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-bottom-65 {
    margin-bottom: 3.25rem !important;
  }
}
.helper-padding-top-65 {
  padding-top: 6.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-top-65 {
    padding-top: 3.25rem !important;
  }
}
.helper-padding-bottom-65 {
  padding-bottom: 6.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-bottom-65 {
    padding-bottom: 3.25rem !important;
  }
}
.helper-padding-65 {
  padding: 6.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-65 {
    padding: 3.25rem !important;
  }
}
.helper-height-130 {
  height: 13rem !important;
}
@media screen and (max-width: 768px) {
  .helper-height-130 {
    height: 6.5rem !important;
  }
}
.helper-radius-13 {
  border-radius: 1.3rem !important;
}
@media screen and (max-width: 768px) {
  .helper-radius-13 {
    border-radius: 0.65rem !important;
  }
}
.helper-gap-65 {
  gap: 6.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-gap-65 {
    gap: 3.25rem !important;
  }
}
.helper-margin-top-70 {
  margin-top: 7rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-top-70 {
    margin-top: 3.5rem !important;
  }
}
.helper-margin-bottom-70 {
  margin-bottom: 7rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-bottom-70 {
    margin-bottom: 3.5rem !important;
  }
}
.helper-padding-top-70 {
  padding-top: 7rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-top-70 {
    padding-top: 3.5rem !important;
  }
}
.helper-padding-bottom-70 {
  padding-bottom: 7rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-bottom-70 {
    padding-bottom: 3.5rem !important;
  }
}
.helper-padding-70 {
  padding: 7rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-70 {
    padding: 3.5rem !important;
  }
}
.helper-height-140 {
  height: 14rem !important;
}
@media screen and (max-width: 768px) {
  .helper-height-140 {
    height: 7rem !important;
  }
}
.helper-radius-14 {
  border-radius: 1.4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-radius-14 {
    border-radius: 0.7rem !important;
  }
}
.helper-gap-70 {
  gap: 7rem !important;
}
@media screen and (max-width: 768px) {
  .helper-gap-70 {
    gap: 3.5rem !important;
  }
}
.helper-margin-top-75 {
  margin-top: 7.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-top-75 {
    margin-top: 3.75rem !important;
  }
}
.helper-margin-bottom-75 {
  margin-bottom: 7.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-bottom-75 {
    margin-bottom: 3.75rem !important;
  }
}
.helper-padding-top-75 {
  padding-top: 7.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-top-75 {
    padding-top: 3.75rem !important;
  }
}
.helper-padding-bottom-75 {
  padding-bottom: 7.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-bottom-75 {
    padding-bottom: 3.75rem !important;
  }
}
.helper-padding-75 {
  padding: 7.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-75 {
    padding: 3.75rem !important;
  }
}
.helper-height-150 {
  height: 15rem !important;
}
@media screen and (max-width: 768px) {
  .helper-height-150 {
    height: 7.5rem !important;
  }
}
.helper-radius-15 {
  border-radius: 1.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-radius-15 {
    border-radius: 0.75rem !important;
  }
}
.helper-gap-75 {
  gap: 7.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-gap-75 {
    gap: 3.75rem !important;
  }
}
.helper-margin-top-80 {
  margin-top: 8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-top-80 {
    margin-top: 4rem !important;
  }
}
.helper-margin-bottom-80 {
  margin-bottom: 8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-bottom-80 {
    margin-bottom: 4rem !important;
  }
}
.helper-padding-top-80 {
  padding-top: 8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-top-80 {
    padding-top: 4rem !important;
  }
}
.helper-padding-bottom-80 {
  padding-bottom: 8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-bottom-80 {
    padding-bottom: 4rem !important;
  }
}
.helper-padding-80 {
  padding: 8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-80 {
    padding: 4rem !important;
  }
}
.helper-height-160 {
  height: 16rem !important;
}
@media screen and (max-width: 768px) {
  .helper-height-160 {
    height: 8rem !important;
  }
}
.helper-radius-16 {
  border-radius: 1.6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-radius-16 {
    border-radius: 0.8rem !important;
  }
}
.helper-gap-80 {
  gap: 8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-gap-80 {
    gap: 4rem !important;
  }
}
.helper-margin-top-85 {
  margin-top: 8.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-top-85 {
    margin-top: 4.25rem !important;
  }
}
.helper-margin-bottom-85 {
  margin-bottom: 8.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-bottom-85 {
    margin-bottom: 4.25rem !important;
  }
}
.helper-padding-top-85 {
  padding-top: 8.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-top-85 {
    padding-top: 4.25rem !important;
  }
}
.helper-padding-bottom-85 {
  padding-bottom: 8.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-bottom-85 {
    padding-bottom: 4.25rem !important;
  }
}
.helper-padding-85 {
  padding: 8.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-85 {
    padding: 4.25rem !important;
  }
}
.helper-height-170 {
  height: 17rem !important;
}
@media screen and (max-width: 768px) {
  .helper-height-170 {
    height: 8.5rem !important;
  }
}
.helper-radius-17 {
  border-radius: 1.7rem !important;
}
@media screen and (max-width: 768px) {
  .helper-radius-17 {
    border-radius: 0.85rem !important;
  }
}
.helper-gap-85 {
  gap: 8.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-gap-85 {
    gap: 4.25rem !important;
  }
}
.helper-margin-top-90 {
  margin-top: 9rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-top-90 {
    margin-top: 4.5rem !important;
  }
}
.helper-margin-bottom-90 {
  margin-bottom: 9rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-bottom-90 {
    margin-bottom: 4.5rem !important;
  }
}
.helper-padding-top-90 {
  padding-top: 9rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-top-90 {
    padding-top: 4.5rem !important;
  }
}
.helper-padding-bottom-90 {
  padding-bottom: 9rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-bottom-90 {
    padding-bottom: 4.5rem !important;
  }
}
.helper-padding-90 {
  padding: 9rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-90 {
    padding: 4.5rem !important;
  }
}
.helper-height-180 {
  height: 18rem !important;
}
@media screen and (max-width: 768px) {
  .helper-height-180 {
    height: 9rem !important;
  }
}
.helper-radius-18 {
  border-radius: 1.8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-radius-18 {
    border-radius: 0.9rem !important;
  }
}
.helper-gap-90 {
  gap: 9rem !important;
}
@media screen and (max-width: 768px) {
  .helper-gap-90 {
    gap: 4.5rem !important;
  }
}
.helper-margin-top-95 {
  margin-top: 9.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-top-95 {
    margin-top: 4.75rem !important;
  }
}
.helper-margin-bottom-95 {
  margin-bottom: 9.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-bottom-95 {
    margin-bottom: 4.75rem !important;
  }
}
.helper-padding-top-95 {
  padding-top: 9.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-top-95 {
    padding-top: 4.75rem !important;
  }
}
.helper-padding-bottom-95 {
  padding-bottom: 9.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-bottom-95 {
    padding-bottom: 4.75rem !important;
  }
}
.helper-padding-95 {
  padding: 9.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-95 {
    padding: 4.75rem !important;
  }
}
.helper-height-190 {
  height: 19rem !important;
}
@media screen and (max-width: 768px) {
  .helper-height-190 {
    height: 9.5rem !important;
  }
}
.helper-radius-19 {
  border-radius: 1.9rem !important;
}
@media screen and (max-width: 768px) {
  .helper-radius-19 {
    border-radius: 0.95rem !important;
  }
}
.helper-gap-95 {
  gap: 9.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-gap-95 {
    gap: 4.75rem !important;
  }
}
.helper-margin-top-100 {
  margin-top: 10rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-top-100 {
    margin-top: 5rem !important;
  }
}
.helper-margin-bottom-100 {
  margin-bottom: 10rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-bottom-100 {
    margin-bottom: 5rem !important;
  }
}
.helper-padding-top-100 {
  padding-top: 10rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-top-100 {
    padding-top: 5rem !important;
  }
}
.helper-padding-bottom-100 {
  padding-bottom: 10rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-bottom-100 {
    padding-bottom: 5rem !important;
  }
}
.helper-padding-100 {
  padding: 10rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-100 {
    padding: 5rem !important;
  }
}
.helper-height-200 {
  height: 20rem !important;
}
@media screen and (max-width: 768px) {
  .helper-height-200 {
    height: 10rem !important;
  }
}
.helper-radius-20 {
  border-radius: 2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-radius-20 {
    border-radius: 1rem !important;
  }
}
.helper-gap-100 {
  gap: 10rem !important;
}
@media screen and (max-width: 768px) {
  .helper-gap-100 {
    gap: 5rem !important;
  }
}
.helper-margin-top-105 {
  margin-top: 10.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-top-105 {
    margin-top: 5.25rem !important;
  }
}
.helper-margin-bottom-105 {
  margin-bottom: 10.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-bottom-105 {
    margin-bottom: 5.25rem !important;
  }
}
.helper-padding-top-105 {
  padding-top: 10.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-top-105 {
    padding-top: 5.25rem !important;
  }
}
.helper-padding-bottom-105 {
  padding-bottom: 10.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-bottom-105 {
    padding-bottom: 5.25rem !important;
  }
}
.helper-padding-105 {
  padding: 10.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-105 {
    padding: 5.25rem !important;
  }
}
.helper-height-210 {
  height: 21rem !important;
}
@media screen and (max-width: 768px) {
  .helper-height-210 {
    height: 10.5rem !important;
  }
}
.helper-radius-21 {
  border-radius: 2.1rem !important;
}
@media screen and (max-width: 768px) {
  .helper-radius-21 {
    border-radius: 1.05rem !important;
  }
}
.helper-gap-105 {
  gap: 10.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-gap-105 {
    gap: 5.25rem !important;
  }
}
.helper-margin-top-110 {
  margin-top: 11rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-top-110 {
    margin-top: 5.5rem !important;
  }
}
.helper-margin-bottom-110 {
  margin-bottom: 11rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-bottom-110 {
    margin-bottom: 5.5rem !important;
  }
}
.helper-padding-top-110 {
  padding-top: 11rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-top-110 {
    padding-top: 5.5rem !important;
  }
}
.helper-padding-bottom-110 {
  padding-bottom: 11rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-bottom-110 {
    padding-bottom: 5.5rem !important;
  }
}
.helper-padding-110 {
  padding: 11rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-110 {
    padding: 5.5rem !important;
  }
}
.helper-height-220 {
  height: 22rem !important;
}
@media screen and (max-width: 768px) {
  .helper-height-220 {
    height: 11rem !important;
  }
}
.helper-radius-22 {
  border-radius: 2.2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-radius-22 {
    border-radius: 1.1rem !important;
  }
}
.helper-gap-110 {
  gap: 11rem !important;
}
@media screen and (max-width: 768px) {
  .helper-gap-110 {
    gap: 5.5rem !important;
  }
}
.helper-margin-top-115 {
  margin-top: 11.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-top-115 {
    margin-top: 5.75rem !important;
  }
}
.helper-margin-bottom-115 {
  margin-bottom: 11.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-bottom-115 {
    margin-bottom: 5.75rem !important;
  }
}
.helper-padding-top-115 {
  padding-top: 11.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-top-115 {
    padding-top: 5.75rem !important;
  }
}
.helper-padding-bottom-115 {
  padding-bottom: 11.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-bottom-115 {
    padding-bottom: 5.75rem !important;
  }
}
.helper-padding-115 {
  padding: 11.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-115 {
    padding: 5.75rem !important;
  }
}
.helper-height-230 {
  height: 23rem !important;
}
@media screen and (max-width: 768px) {
  .helper-height-230 {
    height: 11.5rem !important;
  }
}
.helper-radius-23 {
  border-radius: 2.3rem !important;
}
@media screen and (max-width: 768px) {
  .helper-radius-23 {
    border-radius: 1.15rem !important;
  }
}
.helper-gap-115 {
  gap: 11.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-gap-115 {
    gap: 5.75rem !important;
  }
}
.helper-margin-top-120 {
  margin-top: 12rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-top-120 {
    margin-top: 6rem !important;
  }
}
.helper-margin-bottom-120 {
  margin-bottom: 12rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-bottom-120 {
    margin-bottom: 6rem !important;
  }
}
.helper-padding-top-120 {
  padding-top: 12rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-top-120 {
    padding-top: 6rem !important;
  }
}
.helper-padding-bottom-120 {
  padding-bottom: 12rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-bottom-120 {
    padding-bottom: 6rem !important;
  }
}
.helper-padding-120 {
  padding: 12rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-120 {
    padding: 6rem !important;
  }
}
.helper-height-240 {
  height: 24rem !important;
}
@media screen and (max-width: 768px) {
  .helper-height-240 {
    height: 12rem !important;
  }
}
.helper-radius-24 {
  border-radius: 2.4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-radius-24 {
    border-radius: 1.2rem !important;
  }
}
.helper-gap-120 {
  gap: 12rem !important;
}
@media screen and (max-width: 768px) {
  .helper-gap-120 {
    gap: 6rem !important;
  }
}
.helper-margin-top-125 {
  margin-top: 12.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-top-125 {
    margin-top: 6.25rem !important;
  }
}
.helper-margin-bottom-125 {
  margin-bottom: 12.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-bottom-125 {
    margin-bottom: 6.25rem !important;
  }
}
.helper-padding-top-125 {
  padding-top: 12.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-top-125 {
    padding-top: 6.25rem !important;
  }
}
.helper-padding-bottom-125 {
  padding-bottom: 12.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-bottom-125 {
    padding-bottom: 6.25rem !important;
  }
}
.helper-padding-125 {
  padding: 12.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-125 {
    padding: 6.25rem !important;
  }
}
.helper-height-250 {
  height: 25rem !important;
}
@media screen and (max-width: 768px) {
  .helper-height-250 {
    height: 12.5rem !important;
  }
}
.helper-radius-25 {
  border-radius: 2.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-radius-25 {
    border-radius: 1.25rem !important;
  }
}
.helper-gap-125 {
  gap: 12.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-gap-125 {
    gap: 6.25rem !important;
  }
}
.helper-margin-top-130 {
  margin-top: 13rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-top-130 {
    margin-top: 6.5rem !important;
  }
}
.helper-margin-bottom-130 {
  margin-bottom: 13rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-bottom-130 {
    margin-bottom: 6.5rem !important;
  }
}
.helper-padding-top-130 {
  padding-top: 13rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-top-130 {
    padding-top: 6.5rem !important;
  }
}
.helper-padding-bottom-130 {
  padding-bottom: 13rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-bottom-130 {
    padding-bottom: 6.5rem !important;
  }
}
.helper-padding-130 {
  padding: 13rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-130 {
    padding: 6.5rem !important;
  }
}
.helper-height-260 {
  height: 26rem !important;
}
@media screen and (max-width: 768px) {
  .helper-height-260 {
    height: 13rem !important;
  }
}
.helper-radius-26 {
  border-radius: 2.6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-radius-26 {
    border-radius: 1.3rem !important;
  }
}
.helper-gap-130 {
  gap: 13rem !important;
}
@media screen and (max-width: 768px) {
  .helper-gap-130 {
    gap: 6.5rem !important;
  }
}
.helper-margin-top-135 {
  margin-top: 13.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-top-135 {
    margin-top: 6.75rem !important;
  }
}
.helper-margin-bottom-135 {
  margin-bottom: 13.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-bottom-135 {
    margin-bottom: 6.75rem !important;
  }
}
.helper-padding-top-135 {
  padding-top: 13.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-top-135 {
    padding-top: 6.75rem !important;
  }
}
.helper-padding-bottom-135 {
  padding-bottom: 13.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-bottom-135 {
    padding-bottom: 6.75rem !important;
  }
}
.helper-padding-135 {
  padding: 13.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-135 {
    padding: 6.75rem !important;
  }
}
.helper-height-270 {
  height: 27rem !important;
}
@media screen and (max-width: 768px) {
  .helper-height-270 {
    height: 13.5rem !important;
  }
}
.helper-radius-27 {
  border-radius: 2.7rem !important;
}
@media screen and (max-width: 768px) {
  .helper-radius-27 {
    border-radius: 1.35rem !important;
  }
}
.helper-gap-135 {
  gap: 13.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-gap-135 {
    gap: 6.75rem !important;
  }
}
.helper-margin-top-140 {
  margin-top: 14rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-top-140 {
    margin-top: 7rem !important;
  }
}
.helper-margin-bottom-140 {
  margin-bottom: 14rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-bottom-140 {
    margin-bottom: 7rem !important;
  }
}
.helper-padding-top-140 {
  padding-top: 14rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-top-140 {
    padding-top: 7rem !important;
  }
}
.helper-padding-bottom-140 {
  padding-bottom: 14rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-bottom-140 {
    padding-bottom: 7rem !important;
  }
}
.helper-padding-140 {
  padding: 14rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-140 {
    padding: 7rem !important;
  }
}
.helper-height-280 {
  height: 28rem !important;
}
@media screen and (max-width: 768px) {
  .helper-height-280 {
    height: 14rem !important;
  }
}
.helper-radius-28 {
  border-radius: 2.8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-radius-28 {
    border-radius: 1.4rem !important;
  }
}
.helper-gap-140 {
  gap: 14rem !important;
}
@media screen and (max-width: 768px) {
  .helper-gap-140 {
    gap: 7rem !important;
  }
}
.helper-margin-top-145 {
  margin-top: 14.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-top-145 {
    margin-top: 7.25rem !important;
  }
}
.helper-margin-bottom-145 {
  margin-bottom: 14.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-bottom-145 {
    margin-bottom: 7.25rem !important;
  }
}
.helper-padding-top-145 {
  padding-top: 14.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-top-145 {
    padding-top: 7.25rem !important;
  }
}
.helper-padding-bottom-145 {
  padding-bottom: 14.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-bottom-145 {
    padding-bottom: 7.25rem !important;
  }
}
.helper-padding-145 {
  padding: 14.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-145 {
    padding: 7.25rem !important;
  }
}
.helper-height-290 {
  height: 29rem !important;
}
@media screen and (max-width: 768px) {
  .helper-height-290 {
    height: 14.5rem !important;
  }
}
.helper-radius-29 {
  border-radius: 2.9rem !important;
}
@media screen and (max-width: 768px) {
  .helper-radius-29 {
    border-radius: 1.45rem !important;
  }
}
.helper-gap-145 {
  gap: 14.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-gap-145 {
    gap: 7.25rem !important;
  }
}
.helper-margin-top-150 {
  margin-top: 15rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-top-150 {
    margin-top: 7.5rem !important;
  }
}
.helper-margin-bottom-150 {
  margin-bottom: 15rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-bottom-150 {
    margin-bottom: 7.5rem !important;
  }
}
.helper-padding-top-150 {
  padding-top: 15rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-top-150 {
    padding-top: 7.5rem !important;
  }
}
.helper-padding-bottom-150 {
  padding-bottom: 15rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-bottom-150 {
    padding-bottom: 7.5rem !important;
  }
}
.helper-padding-150 {
  padding: 15rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-150 {
    padding: 7.5rem !important;
  }
}
.helper-height-300 {
  height: 30rem !important;
}
@media screen and (max-width: 768px) {
  .helper-height-300 {
    height: 15rem !important;
  }
}
.helper-radius-30 {
  border-radius: 3rem !important;
}
@media screen and (max-width: 768px) {
  .helper-radius-30 {
    border-radius: 1.5rem !important;
  }
}
.helper-gap-150 {
  gap: 15rem !important;
}
@media screen and (max-width: 768px) {
  .helper-gap-150 {
    gap: 7.5rem !important;
  }
}
.helper-margin-top-155 {
  margin-top: 15.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-top-155 {
    margin-top: 7.75rem !important;
  }
}
.helper-margin-bottom-155 {
  margin-bottom: 15.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-bottom-155 {
    margin-bottom: 7.75rem !important;
  }
}
.helper-padding-top-155 {
  padding-top: 15.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-top-155 {
    padding-top: 7.75rem !important;
  }
}
.helper-padding-bottom-155 {
  padding-bottom: 15.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-bottom-155 {
    padding-bottom: 7.75rem !important;
  }
}
.helper-padding-155 {
  padding: 15.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-155 {
    padding: 7.75rem !important;
  }
}
.helper-height-310 {
  height: 31rem !important;
}
@media screen and (max-width: 768px) {
  .helper-height-310 {
    height: 15.5rem !important;
  }
}
.helper-radius-31 {
  border-radius: 3.1rem !important;
}
@media screen and (max-width: 768px) {
  .helper-radius-31 {
    border-radius: 1.55rem !important;
  }
}
.helper-gap-155 {
  gap: 15.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-gap-155 {
    gap: 7.75rem !important;
  }
}
.helper-margin-top-160 {
  margin-top: 16rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-top-160 {
    margin-top: 8rem !important;
  }
}
.helper-margin-bottom-160 {
  margin-bottom: 16rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-bottom-160 {
    margin-bottom: 8rem !important;
  }
}
.helper-padding-top-160 {
  padding-top: 16rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-top-160 {
    padding-top: 8rem !important;
  }
}
.helper-padding-bottom-160 {
  padding-bottom: 16rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-bottom-160 {
    padding-bottom: 8rem !important;
  }
}
.helper-padding-160 {
  padding: 16rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-160 {
    padding: 8rem !important;
  }
}
.helper-height-320 {
  height: 32rem !important;
}
@media screen and (max-width: 768px) {
  .helper-height-320 {
    height: 16rem !important;
  }
}
.helper-radius-32 {
  border-radius: 3.2rem !important;
}
@media screen and (max-width: 768px) {
  .helper-radius-32 {
    border-radius: 1.6rem !important;
  }
}
.helper-gap-160 {
  gap: 16rem !important;
}
@media screen and (max-width: 768px) {
  .helper-gap-160 {
    gap: 8rem !important;
  }
}
.helper-margin-top-165 {
  margin-top: 16.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-top-165 {
    margin-top: 8.25rem !important;
  }
}
.helper-margin-bottom-165 {
  margin-bottom: 16.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-bottom-165 {
    margin-bottom: 8.25rem !important;
  }
}
.helper-padding-top-165 {
  padding-top: 16.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-top-165 {
    padding-top: 8.25rem !important;
  }
}
.helper-padding-bottom-165 {
  padding-bottom: 16.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-bottom-165 {
    padding-bottom: 8.25rem !important;
  }
}
.helper-padding-165 {
  padding: 16.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-165 {
    padding: 8.25rem !important;
  }
}
.helper-height-330 {
  height: 33rem !important;
}
@media screen and (max-width: 768px) {
  .helper-height-330 {
    height: 16.5rem !important;
  }
}
.helper-radius-33 {
  border-radius: 3.3rem !important;
}
@media screen and (max-width: 768px) {
  .helper-radius-33 {
    border-radius: 1.65rem !important;
  }
}
.helper-gap-165 {
  gap: 16.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-gap-165 {
    gap: 8.25rem !important;
  }
}
.helper-margin-top-170 {
  margin-top: 17rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-top-170 {
    margin-top: 8.5rem !important;
  }
}
.helper-margin-bottom-170 {
  margin-bottom: 17rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-bottom-170 {
    margin-bottom: 8.5rem !important;
  }
}
.helper-padding-top-170 {
  padding-top: 17rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-top-170 {
    padding-top: 8.5rem !important;
  }
}
.helper-padding-bottom-170 {
  padding-bottom: 17rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-bottom-170 {
    padding-bottom: 8.5rem !important;
  }
}
.helper-padding-170 {
  padding: 17rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-170 {
    padding: 8.5rem !important;
  }
}
.helper-height-340 {
  height: 34rem !important;
}
@media screen and (max-width: 768px) {
  .helper-height-340 {
    height: 17rem !important;
  }
}
.helper-radius-34 {
  border-radius: 3.4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-radius-34 {
    border-radius: 1.7rem !important;
  }
}
.helper-gap-170 {
  gap: 17rem !important;
}
@media screen and (max-width: 768px) {
  .helper-gap-170 {
    gap: 8.5rem !important;
  }
}
.helper-margin-top-175 {
  margin-top: 17.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-top-175 {
    margin-top: 8.75rem !important;
  }
}
.helper-margin-bottom-175 {
  margin-bottom: 17.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-bottom-175 {
    margin-bottom: 8.75rem !important;
  }
}
.helper-padding-top-175 {
  padding-top: 17.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-top-175 {
    padding-top: 8.75rem !important;
  }
}
.helper-padding-bottom-175 {
  padding-bottom: 17.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-bottom-175 {
    padding-bottom: 8.75rem !important;
  }
}
.helper-padding-175 {
  padding: 17.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-175 {
    padding: 8.75rem !important;
  }
}
.helper-height-350 {
  height: 35rem !important;
}
@media screen and (max-width: 768px) {
  .helper-height-350 {
    height: 17.5rem !important;
  }
}
.helper-radius-35 {
  border-radius: 3.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-radius-35 {
    border-radius: 1.75rem !important;
  }
}
.helper-gap-175 {
  gap: 17.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-gap-175 {
    gap: 8.75rem !important;
  }
}
.helper-margin-top-180 {
  margin-top: 18rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-top-180 {
    margin-top: 9rem !important;
  }
}
.helper-margin-bottom-180 {
  margin-bottom: 18rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-bottom-180 {
    margin-bottom: 9rem !important;
  }
}
.helper-padding-top-180 {
  padding-top: 18rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-top-180 {
    padding-top: 9rem !important;
  }
}
.helper-padding-bottom-180 {
  padding-bottom: 18rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-bottom-180 {
    padding-bottom: 9rem !important;
  }
}
.helper-padding-180 {
  padding: 18rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-180 {
    padding: 9rem !important;
  }
}
.helper-height-360 {
  height: 36rem !important;
}
@media screen and (max-width: 768px) {
  .helper-height-360 {
    height: 18rem !important;
  }
}
.helper-radius-36 {
  border-radius: 3.6rem !important;
}
@media screen and (max-width: 768px) {
  .helper-radius-36 {
    border-radius: 1.8rem !important;
  }
}
.helper-gap-180 {
  gap: 18rem !important;
}
@media screen and (max-width: 768px) {
  .helper-gap-180 {
    gap: 9rem !important;
  }
}
.helper-margin-top-185 {
  margin-top: 18.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-top-185 {
    margin-top: 9.25rem !important;
  }
}
.helper-margin-bottom-185 {
  margin-bottom: 18.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-bottom-185 {
    margin-bottom: 9.25rem !important;
  }
}
.helper-padding-top-185 {
  padding-top: 18.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-top-185 {
    padding-top: 9.25rem !important;
  }
}
.helper-padding-bottom-185 {
  padding-bottom: 18.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-bottom-185 {
    padding-bottom: 9.25rem !important;
  }
}
.helper-padding-185 {
  padding: 18.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-185 {
    padding: 9.25rem !important;
  }
}
.helper-height-370 {
  height: 37rem !important;
}
@media screen and (max-width: 768px) {
  .helper-height-370 {
    height: 18.5rem !important;
  }
}
.helper-radius-37 {
  border-radius: 3.7rem !important;
}
@media screen and (max-width: 768px) {
  .helper-radius-37 {
    border-radius: 1.85rem !important;
  }
}
.helper-gap-185 {
  gap: 18.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-gap-185 {
    gap: 9.25rem !important;
  }
}
.helper-margin-top-190 {
  margin-top: 19rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-top-190 {
    margin-top: 9.5rem !important;
  }
}
.helper-margin-bottom-190 {
  margin-bottom: 19rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-bottom-190 {
    margin-bottom: 9.5rem !important;
  }
}
.helper-padding-top-190 {
  padding-top: 19rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-top-190 {
    padding-top: 9.5rem !important;
  }
}
.helper-padding-bottom-190 {
  padding-bottom: 19rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-bottom-190 {
    padding-bottom: 9.5rem !important;
  }
}
.helper-padding-190 {
  padding: 19rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-190 {
    padding: 9.5rem !important;
  }
}
.helper-height-380 {
  height: 38rem !important;
}
@media screen and (max-width: 768px) {
  .helper-height-380 {
    height: 19rem !important;
  }
}
.helper-radius-38 {
  border-radius: 3.8rem !important;
}
@media screen and (max-width: 768px) {
  .helper-radius-38 {
    border-radius: 1.9rem !important;
  }
}
.helper-gap-190 {
  gap: 19rem !important;
}
@media screen and (max-width: 768px) {
  .helper-gap-190 {
    gap: 9.5rem !important;
  }
}
.helper-margin-top-195 {
  margin-top: 19.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-top-195 {
    margin-top: 9.75rem !important;
  }
}
.helper-margin-bottom-195 {
  margin-bottom: 19.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-bottom-195 {
    margin-bottom: 9.75rem !important;
  }
}
.helper-padding-top-195 {
  padding-top: 19.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-top-195 {
    padding-top: 9.75rem !important;
  }
}
.helper-padding-bottom-195 {
  padding-bottom: 19.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-bottom-195 {
    padding-bottom: 9.75rem !important;
  }
}
.helper-padding-195 {
  padding: 19.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-195 {
    padding: 9.75rem !important;
  }
}
.helper-height-390 {
  height: 39rem !important;
}
@media screen and (max-width: 768px) {
  .helper-height-390 {
    height: 19.5rem !important;
  }
}
.helper-radius-39 {
  border-radius: 3.9rem !important;
}
@media screen and (max-width: 768px) {
  .helper-radius-39 {
    border-radius: 1.95rem !important;
  }
}
.helper-gap-195 {
  gap: 19.5rem !important;
}
@media screen and (max-width: 768px) {
  .helper-gap-195 {
    gap: 9.75rem !important;
  }
}
.helper-margin-top-200 {
  margin-top: 20rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-top-200 {
    margin-top: 10rem !important;
  }
}
.helper-margin-bottom-200 {
  margin-bottom: 20rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-bottom-200 {
    margin-bottom: 10rem !important;
  }
}
.helper-padding-top-200 {
  padding-top: 20rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-top-200 {
    padding-top: 10rem !important;
  }
}
.helper-padding-bottom-200 {
  padding-bottom: 20rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-bottom-200 {
    padding-bottom: 10rem !important;
  }
}
.helper-padding-200 {
  padding: 20rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-200 {
    padding: 10rem !important;
  }
}
.helper-height-400 {
  height: 40rem !important;
}
@media screen and (max-width: 768px) {
  .helper-height-400 {
    height: 20rem !important;
  }
}
.helper-radius-40 {
  border-radius: 4rem !important;
}
@media screen and (max-width: 768px) {
  .helper-radius-40 {
    border-radius: 2rem !important;
  }
}
.helper-gap-200 {
  gap: 20rem !important;
}
@media screen and (max-width: 768px) {
  .helper-gap-200 {
    gap: 10rem !important;
  }
}
.helper-percent-width-5 {
  width: 5% !important;
}
.helper-percent-width-10 {
  width: 10% !important;
}
.helper-percent-width-15 {
  width: 15% !important;
}
.helper-percent-width-20 {
  width: 20% !important;
}
.helper-percent-width-25 {
  width: 25% !important;
}
.helper-percent-width-30 {
  width: 30% !important;
}
.helper-percent-width-35 {
  width: 35% !important;
}
.helper-percent-width-40 {
  width: 40% !important;
}
.helper-percent-width-45 {
  width: 45% !important;
}
.helper-percent-width-50 {
  width: 50% !important;
}
.helper-percent-width-55 {
  width: 55% !important;
}
.helper-percent-width-60 {
  width: 60% !important;
}
.helper-percent-width-65 {
  width: 65% !important;
}
.helper-percent-width-70 {
  width: 70% !important;
}
.helper-percent-width-75 {
  width: 75% !important;
}
.helper-percent-width-80 {
  width: 80% !important;
}
.helper-percent-width-85 {
  width: 85% !important;
}
.helper-percent-width-90 {
  width: 90% !important;
}
.helper-percent-width-95 {
  width: 95% !important;
}
.helper-percent-width-100 {
  width: 100% !important;
}
.helper-font-family-en {
  font-family: "Roboto", sans-serif !important;
}
.helper-font-weight-bold {
  font-weight: bold !important;
}
.helper-font-weight-normal {
  font-weight: normal !important;
}
.helper-text-align-center {
  text-align: center !important;
}
.helper-text-align-right {
  text-align: right !important;
}
.helper-flex-row-center {
  display: flex !important;
  justify-content: center !important;
}
.helper-flex-row {
  display: flex !important;
  flex-wrap: wrap;
  flex-direction: row !important;
  gap: 2rem !important;
}
.helper-text-decoration-underline {
  text-decoration: underline !important;
}
@media screen and (min-width: 769px) {
  .helper-float-right {
    float: right;
    margin-left: 6rem;
  }
}
@media screen and (min-width: 769px) {
  .helper-float-left {
    float: left;
    margin-right: 6rem;
  }
}
.helper-centering {
  margin-left: auto !important;
  margin-right: auto !important;
}
.helper-color-strong {
  color: #ED6E1F !important;
}