@charset "UTF-8";
/* lenis */
html.lenis {
  height: auto;
}
.lenis.lenis-smooth {
  scroll-behavior: auto;
  scrollbar-gutter: stable;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: hidden;
}
.lenis.lenis-scrolling iframe {
  pointer-events: none;
}
/* splide */
@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}
.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}
.splide--rtl {
  direction: rtl;
}
.splide__track--ttb > .splide__list {
  display: block;
}
.splide__container {
  box-sizing: border-box;
  position: relative;
}
.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}
.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}
.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}
.splide:not(.is-overflow) .splide__pagination {
  display: none;
}
.splide__progress__bar {
  width: 0;
}
.splide {
  position: relative;
  visibility: hidden;
}
.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}
.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}
.splide__slide img {
  vertical-align: bottom;
}
.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}
.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}
.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
/* simplebar */
[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}
.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}
.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}
.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}
.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  max-width: 100%;
  /* Not required for horizontal scroll to trigger */
  max-height: 100%;
  /* Needed for vertical scroll to trigger */
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}
.simplebar-content:before,
.simplebar-content:after {
  content: " ";
  display: table;
}
.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}
.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}
.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}
.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}
[data-simplebar].simplebar-dragging {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}
.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}
.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: black;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  transition: opacity 0.2s 0.5s linear;
}
.simplebar-scrollbar.simplebar-visible:before {
  opacity: 0.5;
  transition-delay: 0s;
  transition-duration: 0s;
}
.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}
.simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
}
.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 0;
  bottom: 0;
  min-height: 0;
  min-width: 10px;
  width: auto;
}
/* Rtl support */
[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}
.simplebar-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
  -ms-overflow-style: scrollbar !important;
}
.simplebar-dummy-scrollbar-size > div {
  width: 200%;
  height: 200%;
  margin: 10px 0;
}
.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
@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;
}
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}
* {
  margin: 0;
}
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}
input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}
#root,
#__next {
  isolation: isolate;
}
ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
img,
picture,
video,
canvas,
svg {
  height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
sup {
  font-size: 0.5em;
}
table {
  border-collapse: collapse;
  width: 100%;
}
figure {
  margin: 0;
}
html {
  font-size: 10px;
}
@media screen and (min-width: 1441px) {
  html {
    font-size: 0.6944444444vw;
  }
}
@media screen and (min-width: 1601px) {
  html {
    font-size: 11.1111111111px;
  }
}
@media screen and (max-width: 1366px) {
  html {
    font-size: 0.7320644217vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.6666666667vw;
  }
}
body {
  color: #000;
  background: #fff;
  font-family: YakuHanMP, "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.02em;
  text-align: justify;
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}
body.is-fixed {
  position: fixed;
  left: 0;
  width: 100%;
}
a {
  color: #000;
}
@media (hover: hover) {
  a:hover {
    text-decoration: none;
  }
}
@media (hover: none) {
  a:active {
    text-decoration: none;
  }
}
em {
  font-style: normal;
}
img {
  width: 100%;
  height: auto;
}
button {
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background: none;
  touch-action: manipulation;
  cursor: pointer;
}
small {
  font-size: 0.75em;
}
.animation-slide-in {
  opacity: 0;
  translate: 0 4rem;
  transition: opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1), translate 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  will-change: opacity, translate;
}
@media screen and (max-width: 768px) {
  .animation-slide-in {
    translate: 0 4rem;
  }
}
.animation-slide-in-horizontal {
  opacity: 0;
  translate: 4rem 0;
  transition: opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1), translate 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  will-change: opacity, translate;
}
@media screen and (max-width: 768px) {
  .animation-slide-in-horizontal {
    translate: 4rem 0;
  }
}
.animation-fade-in {
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
  will-change: opacity;
}
.is-loaded .animation-slide-in.is-inview {
  opacity: 1;
  translate: 0 0;
}
.is-loaded .animation-slide-in.is-done {
  translate: none;
  will-change: auto;
}
.is-loaded .animation-slide-in-horizontal.is-inview {
  opacity: 1;
  translate: 0 0;
}
.is-loaded .animation-slide-in-horizontal.is-done {
  translate: none;
  will-change: auto;
}
.is-loaded .animation-fade-in.is-inview {
  opacity: 1;
}
.is-loaded .animation-fade-in.is-done {
  translate: none;
  will-change: auto;
}
.layout-container {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
  padding-top: 6rem;
  background: #eeeeef;
}
@media screen and (max-width: 768px) {
  .layout-container {
    padding-top: 4rem;
  }
}
.layout-container__inner {
  width: 100%;
  max-width: 122rem;
  margin-left: auto;
  margin-right: auto;
}
.layout-container:has(.layout-sidebar)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(26rem + (100% - 122rem) / 2);
  height: 100%;
  background: #f5f5f5;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .layout-container:has(.layout-sidebar)::before {
    height: 5rem;
  }
}
.layout-container:has(.layout-sidebar) .layout-container__inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .layout-container:has(.layout-sidebar) .layout-header .header-hamburger {
    display: block;
  }
}
.layout-container:has(.layout-sidebar) .layout-content {
  width: 90rem;
}
@media screen and (max-width: 768px) {
  .layout-container:has(.layout-sidebar) .layout-content {
    width: 100%;
    padding: 0 2.5rem;
  }
}
.layout-footer {
  position: relative;
  color: #fff;
  background: #000;
  margin-top: auto;
  padding: 5rem 3rem 0;
}
@media screen and (max-width: 768px) {
  .layout-footer {
    padding: 6.5rem 2.5rem 0;
  }
}
.layout-footer__inner {
  width: 100%;
  max-width: 85rem;
  margin-left: auto;
  margin-right: auto;
}
.layout-footer .footer-notice a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 5rem;
  padding: 0.8rem 1.5rem;
  color: #fff;
  background: #595757;
  text-decoration: none;
}
@media (hover: hover) {
  .layout-footer .footer-notice a:hover {
    text-decoration: underline;
  }
}
@media (hover: none) {
  .layout-footer .footer-notice a:active {
    text-decoration: underline;
  }
}
.layout-footer .footer-notice span {
  position: relative;
  display: inline-block;
  padding-top: 0.2rem;
  padding-right: 2.4rem;
}
.layout-footer .footer-notice span::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.75rem);
  right: 0;
  width: 1rem;
  height: 1.5rem;
  background: #fff;
  mask: url("/special/insights/assets-pb/img/common/arw_link.svg") no-repeat center/contain;
}
.layout-footer .footer-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7rem;
  margin-top: 4.8rem;
}
@media screen and (max-width: 768px) {
  .layout-footer .footer-contact {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.8rem;
    margin-top: 2.5rem;
  }
}
.layout-footer .footer-contact__heading {
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .layout-footer .footer-contact__button {
    width: 100%;
  }
}
.layout-footer .footer-contact__button a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 6rem;
  padding: 0 3rem;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
}
@media (hover: hover) {
  .layout-footer .footer-contact__button a:hover {
    text-decoration: underline;
  }
}
@media (hover: none) {
  .layout-footer .footer-contact__button a:active {
    text-decoration: underline;
  }
}
@media screen and (max-width: 768px) {
  .layout-footer .footer-contact__button a {
    height: 5rem;
  }
}
.layout-footer .footer-contact__button span {
  position: relative;
  display: inline-block;
  padding-left: 3.2rem;
}
@media screen and (max-width: 768px) {
  .layout-footer .footer-contact__button span {
    padding-left: 3.6rem;
  }
}
.layout-footer .footer-contact__button span::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.8rem);
  left: 0;
  width: 2.3rem;
  height: 1.6rem;
  background: url("/special/insights/assets/img/common/icn_mail.svg") no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .layout-footer .footer-contact__button span::after {
    top: calc(50% - 0.9rem);
    width: 2.8rem;
    height: 1.9rem;
  }
}
.layout-footer .footer-menu {
  display: flex;
  justify-content: space-between;
  margin-top: 5.6rem;
  padding: 0 3.3rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .layout-footer .footer-menu {
    flex-wrap: wrap;
    margin-top: 3.5rem;
    padding: 0;
    gap: 1rem 0;
  }
}
@media screen and (max-width: 768px) {
  .layout-footer .footer-menu__item {
    width: 50%;
  }
}
.layout-footer .footer-menu__item a {
  position: relative;
  display: inline-block;
  padding-left: 1.8rem;
  color: #fff;
  text-decoration: none;
}
.layout-footer .footer-menu__item a::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.6rem);
  left: 0;
  width: 0.8rem;
  height: 1rem;
  background: #fff;
  mask: url("/special/insights/assets-pb/img/common/arw_menu.svg") no-repeat center/contain;
}
@media (hover: hover) {
  .layout-footer .footer-menu__item a:hover {
    text-decoration: underline;
  }
}
@media (hover: none) {
  .layout-footer .footer-menu__item a:active {
    text-decoration: underline;
  }
}
.layout-footer .footer-notation {
  margin-top: 3.6rem;
  padding: 0 3.3rem;
  font-size: 1.4rem;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .layout-footer .footer-notation {
    margin-top: 3rem;
    padding: 0;
  }
}
.layout-footer .footer-copyright {
  margin-top: 3rem;
  padding: 2rem 0;
  border-top: 1px solid #595757;
  color: #b4b4b5;
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .layout-footer .footer-copyright {
    margin: 2.5rem -2.5rem 0;
    padding: 1.2rem 2.5rem;
    font-size: 1.1rem;
    line-height: 1.2;
  }
}
.layout-footer .footer-pagetop {
  position: fixed;
  bottom: 3.5rem;
  right: 3.5rem;
  width: 4rem;
  height: 4rem;
  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);
}
@media screen and (max-width: 768px) {
  .layout-footer .footer-pagetop {
    bottom: 4.2rem;
    right: 1rem;
    width: 4.4rem;
    height: 4.4rem;
  }
}
.layout-footer .footer-pagetop a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border: 1px solid #000;
  background: #eeeeef;
}
.layout-footer .footer-pagetop img {
  width: 1.8rem;
}
@media screen and (max-width: 768px) {
  .layout-footer .footer-pagetop img {
    width: 2rem;
  }
}
.is-scrolled .layout-footer .footer-pagetop {
  opacity: 1;
  visibility: visible;
}
#entrance .layout-footer .footer-contact {
  display: none;
}
.layout-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 3rem;
  background: #000;
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  .layout-header {
    padding: 0 0 0 2.5rem;
  }
}
.layout-header__inner {
  display: flex;
  align-items: center;
  height: 6rem;
}
@media screen and (max-width: 768px) {
  .layout-header__inner {
    justify-content: space-between;
    height: 4rem;
  }
}
.layout-header .header-logo {
  position: relative;
  z-index: 10;
  width: 28rem;
}
@media screen and (max-width: 768px) {
  .layout-header .header-logo {
    width: 19rem;
  }
}
.layout-header .header-logo a {
  display: block;
}
.layout-header .header-hamburger {
  display: none;
}
@media screen and (max-width: 768px) {
  .layout-header .header-hamburger {
    position: relative;
    display: none;
    width: 4.8rem;
    height: 4rem;
    background: #3e3a39;
    z-index: 10;
  }
  .layout-header .header-hamburger__line {
    display: block;
    position: absolute;
    top: calc(50% - 0.5px);
    left: calc(50% - 0.75rem);
    width: 1.5rem;
    height: 1px;
    background: #b4b4b5;
    transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1), rotate 0.2s cubic-bezier(0.39, 0.575, 0.565, 1), translate 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  .layout-header .header-hamburger__line:nth-of-type(1) {
    translate: 0 -0.6rem;
  }
  .layout-header .header-hamburger__line:nth-of-type(3) {
    translate: 0 0.6rem;
  }
}
.is-nav-open .layout-header .header-hamburger__line:nth-of-type(1) {
  translate: 0 0;
  rotate: -45deg;
}
.is-nav-open .layout-header .header-hamburger__line:nth-of-type(2) {
  opacity: 0;
  translate: 0.5rem 0;
}
.is-nav-open .layout-header .header-hamburger__line:nth-of-type(3) {
  translate: 0 0;
  rotate: 45deg;
}
.layout-hero {
  position: relative;
  height: 40rem;
}
@media screen and (max-width: 768px) {
  .layout-hero {
    height: 20rem;
  }
}
.layout-hero__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.layout-hero__background picture {
  width: 100%;
  height: 100%;
}
.layout-hero__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.layout-hero__foreground {
  width: 100%;
  max-width: 122rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
.layout-hero .hero-home-title {
  width: 35rem;
  padding-top: 7rem;
}
@media screen and (max-width: 768px) {
  .layout-hero .hero-home-title {
    width: 18.4rem;
    padding: 4.8rem 0 0 2.5rem;
  }
}
.layout-section {
  position: relative;
  padding: 5rem 0;
}
@media screen and (max-width: 768px) {
  .layout-section {
    padding: 2.5rem 0 2rem;
  }
}
.layout-section__inner {
  display: contents;
}
@media screen and (max-width: 768px) {
  .layout-section__inner {
    display: block;
  }
}
.layout-section .section-title {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
.layout-section .section-filter {
  position: absolute;
  top: 5rem;
  right: 0;
}
@media screen and (max-width: 768px) {
  .layout-section .section-filter {
    position: static;
    width: 100%;
    margin-top: 2rem;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .layout-section .section-filter + .section-content {
    margin-top: 2rem;
  }
}
.layout-section .section-content {
  margin-top: 1.8rem;
}
@media screen and (max-width: 768px) {
  .layout-section .section-content {
    margin-top: 0.5rem;
  }
}
.layout-section .section-content > *:first-child {
  margin-top: 0;
}
.layout-section .section-content:has(.component-more) {
  padding-bottom: 3rem;
}
.layout-section .section-heading {
  margin-top: 5rem;
  padding-left: 1.2rem;
  border-left: 0.5rem solid #717071;
  font-size: 2rem;
  font-weight: bold;
}
.layout-section .section-heading--no-line {
  border-left: none;
  padding-left: 0;
}
.layout-section .section-text {
  padding-top: 2.8rem;
}
@media screen and (max-width: 768px) {
  .layout-section .section-text {
    padding-top: 1.5rem;
  }
}
.layout-sidebar {
  position: relative;
  width: 20rem;
  padding: 5rem 0;
}
@media screen and (max-width: 768px) {
  .layout-sidebar {
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100dvh;
    padding: 4rem 0;
    z-index: 900;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.1s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s, visibility 0.1s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s;
  }
  .layout-sidebar::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(51, 51, 51, 0.9);
    z-index: 0;
  }
}
.layout-sidebar .sidebar-menu {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .layout-sidebar .sidebar-menu {
    position: relative;
    background: #f5f5f5;
    z-index: 1;
    transform: translateX(100%);
    transition: transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
}
.layout-sidebar .sidebar-menu__item:nth-of-type(n+2) {
  border-top: 1px solid #c8c9ca;
}
.layout-sidebar .sidebar-menu__item a {
  display: block;
  padding: 1.1rem 0.3rem 0.9rem;
  text-decoration: none;
  transition: color 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media (hover: hover) {
  .layout-sidebar .sidebar-menu__item a:hover {
    color: #a08223;
  }
}
@media (hover: none) {
  .layout-sidebar .sidebar-menu__item a:active {
    color: #a08223;
  }
}
@media screen and (max-width: 768px) {
  .layout-sidebar .sidebar-menu__item a {
    position: relative;
    display: flex;
    align-items: center;
    height: 5rem;
    padding: 0 4.5rem 0 2.5rem;
  }
  .layout-sidebar .sidebar-menu__item a::after {
    content: "";
    position: absolute;
    top: calc(50% - 0.75rem);
    right: 1.8rem;
    width: 1rem;
    height: 1.5rem;
    background: #000;
    mask: url("/special/insights/assets-pb/img/common/arw_link.svg") no-repeat center/contain;
  }
}
.layout-sidebar .sidebar-menu__item a.is-current {
  color: #a08223;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .is-nav-open .layout-sidebar {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.1s cubic-bezier(0.39, 0.575, 0.565, 1), visibility 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  .is-nav-open .layout-sidebar .sidebar-menu {
    transform: translateX(0);
    transition: transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.1s;
  }
}
.component-article {
  padding-top: 3rem;
}
.component-article__title {
  padding: 1.5rem 2rem;
  color: #fff;
  background: #808080;
  font-size: 2rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .component-article__title {
    padding: 0.6rem 1rem 0.4rem;
  }
}
.component-article__content {
  padding: 4rem 4rem 5rem;
  background: #f5f5f5;
}
@media screen and (max-width: 768px) {
  .component-article__content {
    padding: 2rem 2rem 3rem;
  }
}
.component-article__content > *:first-child {
  margin-top: 0;
}
.component-article__content h2 {
  margin-top: 6rem;
  padding-left: 0.8rem;
  border-left: 0.5rem solid #717071;
  border-bottom: 1px solid #717071;
}
@media screen and (max-width: 768px) {
  .component-article__content h2 {
    margin-top: 3rem;
    padding: 0.5rem 0 0.5rem 0.5rem;
  }
}
.component-article__content ul {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin-top: 1.5rem;
  padding-left: 2rem;
  list-style-type: disc;
}
.component-article__content ul ul {
  margin-top: 0.8rem;
  padding-bottom: 0.5rem;
  list-style-type: "― ";
  font-size: 0.85em;
}
.component-article__content figure {
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .component-article__content figure {
    overflow: auto;
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .component-article__content figure img {
    max-width: 90rem;
    width: 90rem;
  }
}
.component-article__video {
  width: 100%;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: 2rem;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 768px) {
  .component-article__video {
    margin-top: 1.5rem;
  }
}
.component-article__button {
  width: 100%;
  max-width: 28.5rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5rem;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .component-article__button {
    margin-top: 2.5rem;
  }
}
.component-article__button a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4rem;
  color: #fff;
  background: #808080;
  text-decoration: none;
  transition: background-color 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.component-article__button a::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.75rem);
  right: 1.5rem;
  width: 1rem;
  height: 1.5rem;
  background: #fff;
  mask: url("/special/insights/assets-pb/img/common/arw_link.svg") no-repeat center/contain;
}
@media (hover: hover) {
  .component-article__button a:hover {
    background: #595757;
  }
}
@media (hover: none) {
  .component-article__button a:active {
    background: #595757;
  }
}
.component-article__button span {
  position: relative;
  display: block;
}
.component-article__footer {
  display: flex;
  justify-content: center;
  margin-top: 7.5rem;
  padding-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .component-article__footer {
    margin-top: 3rem;
  }
}
.component-breadcrumb {
  display: flex;
  align-items: center;
  margin-top: 2.5rem;
  gap: 0.6rem;
  color: #808080;
  font-size: 1.4rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .component-breadcrumb {
    margin-top: 1rem;
    font-size: 1.2rem;
  }
}
.component-breadcrumb__item {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.component-breadcrumb__item a {
  color: #808080;
  text-decoration: none;
  transition: color 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media (hover: hover) {
  .component-breadcrumb__item a:hover {
    color: #000;
    text-decoration: underline;
  }
}
@media (hover: none) {
  .component-breadcrumb__item a:active {
    color: #000;
    text-decoration: underline;
  }
}
.component-breadcrumb__item:nth-of-type(n+2)::before {
  content: "";
  display: block;
  width: 1rem;
  height: 1px;
  margin-top: -0.3rem;
  background: #808080;
}
@media screen and (max-width: 768px) {
  .component-breadcrumb__item:nth-of-type(n+2)::before {
    margin-top: -0.2rem;
  }
}
.component-breadcrumb + .layout-section {
  padding-top: 2rem;
}
.component-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 30rem;
  height: 4rem;
  border-radius: 2rem;
  background: #c8c9ca;
  text-decoration: none;
  transition: background-color 0.1s cubic-bezier(0.39, 0.575, 0.565, 1), color 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.component-button::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.6rem);
  right: 2rem;
  width: 0.8rem;
  height: 1rem;
  background: #000;
  mask: url("/special/insights/assets-pb/img/common/arw_menu.svg") no-repeat center/contain;
  transition: background-color 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media (hover: hover) {
  .component-button:hover {
    color: #fff;
    background: #595757;
  }
  .component-button:hover::before {
    background: #fff;
  }
}
@media (hover: none) {
  .component-button:active {
    color: #fff;
    background: #595757;
  }
  .component-button:active::before {
    background: #fff;
  }
}
.component-informations {
  display: flex;
  flex-direction: column;
  margin-top: 2.8rem;
}
@media screen and (max-width: 768px) {
  .component-informations {
    margin-top: 0;
  }
}
.component-informations__item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 2.8rem 0 2.5rem;
  border-bottom: 1px solid #c8c9ca;
}
@media screen and (max-width: 768px) {
  .component-informations__item {
    padding: 2rem 0 1.5rem;
  }
}
.component-informations__item:last-child {
  border-bottom: none;
}
.component-informations__item:has(> a) {
  display: block;
  padding: 0;
}
.component-informations__item:has(> a) a {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 2.8rem 3rem 2.5rem 0;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .component-informations__item:has(> a) a {
    padding: 2rem 2.5rem 1.5rem 0;
  }
}
.component-informations__item:has(> a) a::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.75rem);
  right: 0;
  width: 1rem;
  height: 1.5rem;
  background: #000;
  mask: url("/special/insights/assets-pb/img/common/arw_link.svg") no-repeat center/contain;
}
@media (hover: hover) {
  .component-informations__item:has(> a) a:hover .component-informations__text {
    scale: 1.02;
  }
  .component-informations__item:has(> a) a:hover .component-informations__text span {
    background-size: 100% 1px;
  }
}
@media (hover: none) {
  .component-informations__item:has(> a) a:active .component-informations__text {
    scale: 1.02;
  }
  .component-informations__item:has(> a) a:active .component-informations__text span {
    background-size: 100% 1px;
  }
}
.component-informations__item:has(.component-informations__category) .component-informations__time {
  width: 11.5rem;
}
@media screen and (max-width: 768px) {
  .component-informations__item:has(.component-informations__category) .component-informations__time {
    width: 7.5rem;
  }
}
.component-informations__item:has(.component-informations__new) .component-informations__time {
  width: 9.5rem;
}
@media screen and (max-width: 768px) {
  .component-informations__item:has(.component-informations__new) .component-informations__time {
    width: 7.5rem;
  }
}
.component-informations__time {
  display: flex;
  align-items: center;
  width: 16rem;
  height: 2rem;
  font-size: 1.4rem;
  line-height: 2rem;
}
@media screen and (min-width: 1441px) {
  .component-informations__time {
    padding: 0.1rem 0 0;
  }
}
@media screen and (max-width: 768px) {
  .component-informations__time {
    width: 7.5rem;
    height: 1.9rem;
    font-size: 1.3rem;
    line-height: 1.9rem;
    padding: 0 0 0.1rem;
  }
}
.component-informations__category {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10rem;
  height: 2rem;
  padding: 0 0.5rem;
  margin-right: 3rem;
  color: #fff;
  background: #717071;
  font-size: 1.4rem;
  line-height: 2rem;
}
@media screen and (min-width: 1441px) {
  .component-informations__category {
    padding: 0.1rem 0.5rem 0;
  }
}
@media screen and (max-width: 768px) {
  .component-informations__category {
    width: 8rem;
    height: 1.9rem;
    margin-right: 0;
    padding: 0 0.3rem 0.1rem;
    font-size: 1.3rem;
    line-height: 1.9rem;
  }
}
.component-informations__new {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 2rem;
  padding: 0 0.5rem;
  margin-right: 1.5rem;
  color: #fff;
  background: #a08223;
  font-size: 1.4rem;
  line-height: 2rem;
}
@media screen and (min-width: 1441px) {
  .component-informations__new {
    padding: 0.1rem 0.5rem 0;
  }
}
@media screen and (max-width: 768px) {
  .component-informations__new {
    width: 4.6rem;
    height: 1.9rem;
    margin-right: 0;
    padding: 0 0.3rem 0.1rem;
    font-size: 1.3rem;
    line-height: 1.9rem;
  }
}
.component-informations__text {
  flex: 1;
  margin-top: -0.1rem;
  transition: scale 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media screen and (max-width: 768px) {
  .component-informations__text {
    flex: auto;
    width: 100%;
    margin-top: 0.8rem;
  }
}
.component-informations__text span {
  background-image: linear-gradient(to right, #000 0%, #000 100%);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0% 1px;
  transition: background-size 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  will-change: background-size;
}
.component-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 10000;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: loading_container 1.5s 2.5s forwards;
}
.component-loading__logo {
  width: 35rem;
  opacity: 0;
  animation: loading_logo 2s 0.5s forwards;
}
@media screen and (max-width: 768px) {
  .component-loading__logo {
    width: 15.9rem;
  }
}
@keyframes loading_logo {
  0% {
    opacity: 0;
    transform: translateY(2rem);
  }
  60% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
  }
}
@keyframes loading_container {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
.component-more {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30rem;
  height: 3rem;
  margin: 4.5rem auto 0;
  padding: 0.2rem 0 0;
  border-radius: 1.5rem;
  background: #c8c9ca;
  transition: color 0.1s cubic-bezier(0.39, 0.575, 0.565, 1), background-color 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media screen and (max-width: 768px) {
  .component-more {
    margin-top: 3rem;
  }
}
.component-more::before, .component-more::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 2rem;
  width: calc(1.4rem + 1px);
  height: 1px;
  background: #000;
  transition: background-color 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.component-more::after {
  rotate: 90deg;
}
@media (hover: hover) {
  .component-more:hover {
    color: #fff;
    background: #595757;
  }
  .component-more:hover::before, .component-more:hover::after {
    background: #fff;
  }
}
@media (hover: none) {
  .component-more:active {
    color: #fff;
    background: #595757;
  }
  .component-more:active::before, .component-more:active::after {
    background: #fff;
  }
}
.component-more:focus-visible {
  outline: 0.2rem solid #000;
  outline-offset: 0.2rem;
}
.component-more.is-expanded::after {
  display: none;
}
.component-select {
  position: relative;
}
@media screen and (max-width: 768px) {
  .component-select {
    font-size: 1.6rem;
  }
}
.component-select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 1rem;
  height: 0.6rem;
  background: url("/special/insights/assets/img/common/arw_select.svg") no-repeat center/contain;
  pointer-events: none;
  transform: translateY(-50%);
  z-index: 100;
}
.component-select__trigger {
  width: 100%;
  padding: 0.3rem 4rem 0.2rem 1rem;
  border: 1px solid #c8c9ca;
  background: #f5f5f5;
  cursor: pointer;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .component-select__trigger {
    padding: 0.3rem 4rem 0.2rem 2rem;
  }
}
.component-select__trigger:focus-visible {
  outline: 0.2rem solid #000;
}
.component-select__options {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background: #fff;
  max-height: 0;
  overflow: hidden;
  z-index: 100;
  text-align: left;
}
.component-select__options li {
  padding: 0.3rem 1rem;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .component-select__options li {
    padding: 0.3rem 2rem;
  }
}
.component-select__options li:hover {
  background: #dbdcdc;
  color: #000;
}
.component-select__options li:focus {
  outline: none;
  background: #dbdcdc;
  color: #000;
}
.component-select__options li.selected {
  background: #dbdcdc;
  color: #000;
}
.component-select select {
  display: none !important;
}
.component-select.is-open::after {
  width: 1rem;
  height: 1px;
  background: url("/special/insights/assets/img/common/close_select.svg") no-repeat center/contain;
}
.component-select.is-open .component-select__trigger {
  background: #fff;
}
.component-select.is-open .component-select__trigger:focus-visible {
  outline: 0.2rem solid #000;
}
.component-select.is-open .component-select__options {
  max-height: 300px;
  border-right: 1px solid #c8c9ca;
  border-left: 1px solid #c8c9ca;
  border-bottom: 1px solid #c8c9ca;
}
.component-seminars {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin-top: 1.8rem;
}
@media screen and (max-width: 768px) {
  .component-seminars {
    gap: 2rem;
    margin-top: 1rem;
  }
}
.component-seminars__item {
  display: flex;
  align-items: center;
  padding: 2rem 0;
  background: #f5f5f5;
}
@media screen and (max-width: 768px) {
  .component-seminars__item {
    flex-direction: column;
    align-items: flex-start;
    padding: 1.5rem;
  }
}
.component-seminars__item.is-closed .component-seminars__status {
  color: #a08223;
  background: none;
  border: 1px solid #a08223;
}
.component-seminars__item.is-end .component-seminars__status {
  color: #595757;
  background: none;
  border: 1px solid #595757;
}
.component-seminars__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 18rem;
}
@media screen and (max-width: 768px) {
  .component-seminars__header {
    width: 100%;
  }
}
.component-seminars__content {
  width: 38.6rem;
  padding: 0 2.5rem;
  border-left: 1px solid #c8c9ca;
}
@media screen and (max-width: 768px) {
  .component-seminars__content {
    display: flex;
    flex-wrap: wrap;
    gap: 0 2.5rem;
    width: 100%;
    margin-top: 1rem;
    padding: 1rem 0 0 0;
    border-top: 1px solid #c8c9ca;
    border-left: none;
  }
}
.component-seminars__content > *:first-child {
  margin-top: 0;
}
.component-seminars__footer {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .component-seminars__footer {
    width: 100%;
  }
}
.component-seminars__status {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12.4rem;
  height: 2.6rem;
  padding-top: 0.2rem;
  color: #fff;
  background: #a08223;
  font-size: 1.4rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .component-seminars__status {
    width: 100%;
  }
}
.component-seminars__date {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.8rem;
  font-size: 2rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .component-seminars__date {
    margin-top: 1.5rem;
  }
}
.component-seminars__date small {
  font-size: 1.6rem;
}
.component-seminars__detail {
  display: flex;
  gap: 0.6rem;
  margin-top: 0.6rem;
}
.component-seminars__detail-heading {
  white-space: nowrap;
}
.component-seminars__buttons {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 1rem;
  padding-right: 3rem;
}
@media screen and (max-width: 768px) {
  .component-seminars__buttons {
    justify-content: center;
    margin-top: 1.5rem;
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .component-seminars__buttons:not(:has(.component-seminars__buttons-item:nth-of-type(2))) .component-seminars__buttons-item {
    width: 100%;
  }
}
.component-seminars__buttons-item a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4rem;
  padding: 0 3.2rem 0 1rem;
  color: #fff;
  background: #808080;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media screen and (max-width: 768px) {
  .component-seminars__buttons-item a {
    padding: 0 3.6rem 0 1.4rem;
    justify-content: flex-start;
  }
}
.component-seminars__buttons-item a::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 1rem;
  width: 1.1rem;
  height: 1.6rem;
  background: #eeeeef;
  mask: url("/special/insights/assets/img/common/arw_button.svg") no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .component-seminars__buttons-item a::after {
    right: 1.4rem;
  }
}
@media (hover: hover) {
  .component-seminars__buttons-item a:hover {
    background: #595757;
  }
}
@media (hover: none) {
  .component-seminars__buttons-item a:active {
    background: #595757;
  }
}
.component-seminars.is-empty::after {
  content: "該当する情報がありません。";
  display: flex;
  justify-content: center;
  align-items: center;
  height: 9rem;
  border: 1px solid #595757;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
.component-table {
  margin-top: 1rem;
}
.component-table__inner {
  width: 100%;
  table-layout: fixed;
  border-left: 1px solid #808080;
  border-right: 1px solid #808080;
}
@media screen and (max-width: 768px) {
  .component-table__inner {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .component-table__inner:nth-of-type(n+2) {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 769px) {
  .component-table__inner:nth-of-type(n+2) .component-table__header {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .component-table__header tr > *:nth-child(1), .component-table__body tr > *:nth-child(1) {
    order: 1;
  }
}
@media screen and (max-width: 768px) {
  .component-table__header tr > *:nth-child(2), .component-table__body tr > *:nth-child(2) {
    order: 2;
  }
}
@media screen and (max-width: 768px) {
  .component-table__header tr > *:nth-child(3), .component-table__body tr > *:nth-child(3) {
    order: 3;
  }
}
@media screen and (max-width: 768px) {
  .component-table__header tr > *:nth-child(4), .component-table__body tr > *:nth-child(4) {
    order: 4;
  }
}
@media screen and (max-width: 768px) {
  .component-table__header tr > *:nth-child(5), .component-table__body tr > *:nth-child(5) {
    order: 5;
  }
}
@media screen and (max-width: 768px) {
  .component-table__header tr > *:nth-child(6), .component-table__body tr > *:nth-child(6) {
    order: 6;
  }
}
@media screen and (max-width: 768px) {
  .component-table__header tr > *:nth-child(7), .component-table__body tr > *:nth-child(7) {
    order: 7;
  }
}
@media screen and (max-width: 768px) {
  .component-table__header tr > *:nth-child(8), .component-table__body tr > *:nth-child(8) {
    order: 8;
  }
}
@media screen and (max-width: 768px) {
  .component-table__header tr > *:nth-child(9), .component-table__body tr > *:nth-child(9) {
    order: 9;
  }
}
@media screen and (max-width: 768px) {
  .component-table__header tr > *:nth-child(10), .component-table__body tr > *:nth-child(10) {
    order: 10;
  }
}
@media screen and (max-width: 768px) {
  .component-table__header {
    display: contents;
  }
}
@media screen and (max-width: 768px) {
  .component-table__header tr {
    display: contents;
  }
}
.component-table__header th {
  color: #fff;
  background: #808080;
  padding: 0.4rem 0.5rem 0.2rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .component-table__header th {
    padding: 0.6rem 1rem 0.4rem;
    text-align: left;
  }
  .component-table__header th:nth-of-type(2), .component-table__header th:nth-of-type(3) {
    color: #333;
    background: #ddd;
  }
}
.component-table__header th + th {
  border-left: 1px solid #eeeeef;
}
@media screen and (max-width: 768px) {
  .component-table__header th + th {
    border-left: none;
  }
}
@media screen and (max-width: 768px) {
  .component-table__body {
    display: contents;
  }
}
@media screen and (max-width: 768px) {
  .component-table__body tr {
    display: contents;
  }
}
.component-table__body th, .component-table__body td {
  padding: 1.5rem 2rem;
  border-bottom: 1px solid #808080;
}
@media screen and (max-width: 768px) {
  .component-table__body th, .component-table__body td {
    padding: 0.6rem 1rem 0.4rem;
  }
}
.component-table__body th {
  background: #dedfdf;
}
@media screen and (max-width: 768px) {
  .component-table__body th:nth-of-type(1) {
    background: #fff;
  }
}
.component-table__body td {
  border-left: 1px solid #808080;
  background: #f5f5f5;
}
@media screen and (max-width: 768px) {
  .component-table__body td {
    border-left: none;
  }
}
@media screen and (min-width: 769px) {
  .component-table--products-strategy .component-table__header th:nth-child(1),
  .component-table--products-strategy .component-table__header td:nth-child(1), .component-table--products-strategy .component-table__body th:nth-child(1),
  .component-table--products-strategy .component-table__body td:nth-child(1) {
    width: 34%;
  }
  .component-table--products-strategy .component-table__header th:nth-child(2),
  .component-table--products-strategy .component-table__header td:nth-child(2), .component-table--products-strategy .component-table__body th:nth-child(2),
  .component-table--products-strategy .component-table__body td:nth-child(2) {
    width: 40%;
  }
  .component-table--products-strategy .component-table__header th:nth-child(3),
  .component-table--products-strategy .component-table__header td:nth-child(3), .component-table--products-strategy .component-table__body th:nth-child(3),
  .component-table--products-strategy .component-table__body td:nth-child(3) {
    width: 26%;
  }
}
.page-entrance {
  width: 100%;
  max-width: 85rem;
  margin-left: auto;
  margin-right: auto;
  padding: 9rem 0 10rem;
  color: #595757;
}
@media screen and (max-width: 768px) {
  .page-entrance {
    padding: 4rem 3.5rem 5rem;
  }
}
.page-entrance .entrance-title {
  font-size: 4.2rem;
  font-weight: bold;
  line-height: 70/42;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page-entrance .entrance-title {
    font-size: 2.5rem;
    white-space: nowrap;
  }
}
.page-entrance .entrance-content {
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .page-entrance .entrance-content {
    margin-top: 1.5rem;
  }
}
.page-entrance .entrance-content > *:first-child {
  margin-top: 0;
}
.page-entrance .entrance-text {
  margin-top: 1rem;
  line-height: 1.7;
}
.page-entrance .entrance-agree {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .page-entrance .entrance-agree {
    margin-top: 1.5rem;
  }
}
.page-entrance .entrance-agree__label {
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 0.6rem;
  user-select: none;
}
.page-entrance .entrance-buttons {
  display: flex;
  justify-content: center;
  gap: 6rem;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .page-entrance .entrance-buttons {
    gap: 1.5rem;
    margin-top: 4rem;
  }
}
.page-entrance .entrance-buttons__item {
  width: 25rem;
}
@media screen and (max-width: 768px) {
  .page-entrance .entrance-buttons__item {
    width: 14.5rem;
  }
}
.page-entrance .entrance-buttons__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 5rem;
  padding: 0.2rem 0 0;
  color: #a08223;
  border: 1px solid #a08223;
  background: #f5f5f5;
  font-size: 2.4rem;
  font-weight: bold;
  text-decoration: none;
  user-select: none;
  transition: background-color 0.1s cubic-bezier(0.39, 0.575, 0.565, 1), color 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media (hover: hover) {
  .page-entrance .entrance-buttons__button:hover {
    background: #a08223;
    color: #fff;
  }
}
@media (hover: none) {
  .page-entrance .entrance-buttons__button:active {
    background: #a08223;
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .page-entrance .entrance-buttons__button {
    height: 4.5rem;
    font-size: 2rem;
  }
}
.page-entrance .entrance-buttons__button--back {
  --color: #808080;
  color: var(--color);
  border-color: var(--color);
}
@media (hover: hover) {
  .page-entrance .entrance-buttons__button--back:hover {
    background: var(--color);
    color: #fff;
  }
}
@media (hover: none) {
  .page-entrance .entrance-buttons__button--back:active {
    background: var(--color);
    color: #fff;
  }
}
.page-entrance .entrance-buttons__notes {
  display: flex;
  align-items: center;
  height: 5rem;
  color: #a08223;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .page-entrance .entrance-buttons__notes {
    height: 4.5rem;
    font-size: 1.3rem;
    text-align: center;
    white-space: nowrap;
  }
}
.page-entrance .entrance-buttons__item--toggle .entrance-buttons__button {
  display: none;
}
.page-entrance .entrance-buttons__item--toggle .entrance-buttons__notes {
  display: flex;
}
.page-entrance:has(.entrance-agree input:checked) .entrance-buttons__item--toggle .entrance-buttons__button {
  display: flex;
}
.page-entrance:has(.entrance-agree input:checked) .entrance-buttons__item--toggle .entrance-buttons__notes {
  display: none;
}
@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-margin-top-0 {
  margin-top: 0rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-top-0 {
    margin-top: 0rem !important;
  }
}
.helper-margin-bottom-0 {
  margin-bottom: 0rem !important;
}
@media screen and (max-width: 768px) {
  .helper-margin-bottom-0 {
    margin-bottom: 0rem !important;
  }
}
.helper-padding-top-0 {
  padding-top: 0rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-top-0 {
    padding-top: 0rem !important;
  }
}
.helper-padding-bottom-0 {
  padding-bottom: 0rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-bottom-0 {
    padding-bottom: 0rem !important;
  }
}
.helper-padding-0 {
  padding: 0rem !important;
}
@media screen and (max-width: 768px) {
  .helper-padding-0 {
    padding: 0rem !important;
  }
}
.helper-height-0 {
  height: 0rem !important;
}
@media screen and (max-width: 768px) {
  .helper-height-0 {
    height: 0rem !important;
  }
}
.helper-radius-0 {
  border-radius: 0rem !important;
}
@media screen and (max-width: 768px) {
  .helper-radius-0 {
    border-radius: 0rem !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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-font-family-en {
  font-family: 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-text-decoration-underline {
  text-decoration: underline !important;
}