@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;
}
/* swiper */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/
*/
.layout-content *,
.layout-content *::before,
.layout-content *::after {
  box-sizing: border-box;
}
.layout-content * {
  margin: 0;
}
.layout-content img,
.layout-content picture,
.layout-content video,
.layout-content canvas,
.layout-content svg {
  display: block;
  max-width: 100%;
}
.layout-content input,
.layout-content button,
.layout-content textarea,
.layout-content select {
  font: inherit;
  color: inherit;
}
.layout-content img,
.layout-content picture,
.layout-content video,
.layout-content canvas,
.layout-content svg {
  height: auto;
}
.layout-content table {
  border-collapse: collapse;
  width: 100%;
}
html {
  font-size: 10px;
}
@media screen and (max-width: 480px) {
  html {
    font-size: 2.5445292621vw;
  }
}
body {
  margin: 0;
}
.layout-content {
  background: #fff;
  color: #333333;
  font-family: Yakuhanjp, "Noto Sans JP", sans-serif;
  font-feature-settings: "palt" 1;
  font-optical-sizing: auto;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.06em;
  text-align: justify;
  word-break: normal;
  overflow-wrap: anywhere;
  line-break: strict;
  white-space: normal;
}
@media screen and (max-width: 480px) {
  .layout-content {
    font-size: 1.2rem;
  }
}
.layout-content.is-fixed {
  position: fixed;
  left: 0;
  width: 100%;
}
:root {
  --progress: 0;
}
a {
  color: #333333;
  text-decoration: none;
}
@media (hover: hover) {
  a:hover {
    text-decoration: none;
  }
}
@media (hover: none) {
  a:active {
    text-decoration: none;
  }
}
em {
  font-style: normal;
}
.layout-content 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;
}
#code_area {
  height: 0;
}
.animation-slide-in {
  opacity: 0;
  translate: 0 6rem;
}
@media screen and (max-width: 480px) {
  .animation-slide-in {
    translate: 0 4.5rem;
  }
}
.animation-slide-in.is-inview {
  opacity: 1;
  translate: 0 0;
  will-change: opacity, translate;
  transition: opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1), translate 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.animation-slide-in-children > * {
  opacity: 0;
  translate: 0 6rem;
}
@media screen and (max-width: 480px) {
  .animation-slide-in-children > * {
    translate: 0 4.5rem;
  }
}
.animation-slide-in-children.is-inview > * {
  opacity: 1;
  translate: 0 0;
  will-change: opacity, translate;
  transition: opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1), translate 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.animation-slide-in-children.is-inview > *:nth-child(1) {
  transition-delay: 0s;
}
.animation-slide-in-children.is-inview > *:nth-child(2) {
  transition-delay: 0.1s;
}
.animation-slide-in-children.is-inview > *:nth-child(3) {
  transition-delay: 0.2s;
}
.animation-slide-in-children.is-inview > *:nth-child(4) {
  transition-delay: 0.3s;
}
.animation-slide-in-children.is-inview > *:nth-child(5) {
  transition-delay: 0.4s;
}
.animation-slide-in-children.is-inview > *:nth-child(6) {
  transition-delay: 0.5s;
}
.animation-slide-in-children.is-inview > *:nth-child(7) {
  transition-delay: 0.6s;
}
.animation-slide-in-children.is-inview > *:nth-child(8) {
  transition-delay: 0.7s;
}
.animation-slide-in-children.is-inview > *:nth-child(9) {
  transition-delay: 0.8s;
}
.animation-slide-in-children.is-inview > *:nth-child(10) {
  transition-delay: 0.9s;
}
.animation-slide-in-horizontal {
  opacity: 0;
  translate: -6rem 0;
}
.animation-slide-in-horizontal.is-inview {
  opacity: 1;
  translate: 0 0;
  will-change: opacity, translate;
  transition: opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1), translate 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}
.animation-fade-in {
  opacity: 0;
}
.animation-fade-in.is-inview {
  opacity: 1;
  will-change: opacity;
  transition: opacity 0.8s cubic-bezier(0.77, 0, 0.175, 1);
}
.animation-fade-in-image {
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(0.77, 0, 0.175, 1);
}
@media screen and (max-width: 480px) {
  .animation-fade-in-image {
    transition-duration: 0.6s;
  }
}
.animation-fade-in-image img {
  scale: 1.2;
  transition: scale 1.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media screen and (max-width: 480px) {
  .animation-fade-in-image img {
    transition-duration: 1s;
  }
}
.animation-fade-in-image.is-inview {
  opacity: 1;
  will-change: opacity;
}
.animation-fade-in-image.is-inview img {
  scale: 1;
  will-change: scale;
}
.animation-fade-in-children > * {
  opacity: 0;
}
@media screen and (max-width: 480px) {
  .animation-fade-in-children > * {
    transition-duration: 0.6s;
  }
}
.animation-fade-in-children.is-inview > * {
  opacity: 1;
  will-change: opacity;
  transition: opacity 0.8s cubic-bezier(0.77, 0, 0.175, 1);
}
.animation-fade-in-children.is-inview > *:nth-child(1) {
  transition-delay: 0s;
}
.animation-fade-in-children.is-inview > *:nth-child(2) {
  transition-delay: 0.1s;
}
.animation-fade-in-children.is-inview > *:nth-child(3) {
  transition-delay: 0.2s;
}
.animation-fade-in-children.is-inview > *:nth-child(4) {
  transition-delay: 0.3s;
}
.animation-fade-in-children.is-inview > *:nth-child(5) {
  transition-delay: 0.4s;
}
.animation-fade-in-children.is-inview > *:nth-child(6) {
  transition-delay: 0.5s;
}
.animation-fade-in-children.is-inview > *:nth-child(7) {
  transition-delay: 0.6s;
}
.animation-fade-in-children.is-inview > *:nth-child(8) {
  transition-delay: 0.7s;
}
.animation-fade-in-children.is-inview > *:nth-child(9) {
  transition-delay: 0.8s;
}
.animation-fade-in-children.is-inview > *:nth-child(10) {
  transition-delay: 0.9s;
}
.is-pagetop .animation-fade-in-children.is-page-first-content > *:nth-child(1) {
  transition-delay: 0.8s;
}
@media screen and (max-width: 480px) {
  .is-pagetop .animation-fade-in-children.is-page-first-content > *:nth-child(1) {
    transition-delay: 0.4s;
  }
}
.is-pagetop .animation-fade-in-children.is-page-first-content > *:nth-child(2) {
  transition-delay: 0.9s;
}
@media screen and (max-width: 480px) {
  .is-pagetop .animation-fade-in-children.is-page-first-content > *:nth-child(2) {
    transition-delay: 0.5s;
  }
}
.is-pagetop .animation-fade-in-children.is-page-first-content > *:nth-child(3) {
  transition-delay: 1s;
}
@media screen and (max-width: 480px) {
  .is-pagetop .animation-fade-in-children.is-page-first-content > *:nth-child(3) {
    transition-delay: 0.6s;
  }
}
.is-pagetop .animation-fade-in-children.is-page-first-content > *:nth-child(4) {
  transition-delay: 1.1s;
}
@media screen and (max-width: 480px) {
  .is-pagetop .animation-fade-in-children.is-page-first-content > *:nth-child(4) {
    transition-delay: 0.7s;
  }
}
.is-pagetop .animation-fade-in-children.is-page-first-content > *:nth-child(5) {
  transition-delay: 1.2s;
}
@media screen and (max-width: 480px) {
  .is-pagetop .animation-fade-in-children.is-page-first-content > *:nth-child(5) {
    transition-delay: 0.8s;
  }
}
.is-pagetop .animation-fade-in-children.is-page-first-content > *:nth-child(6) {
  transition-delay: 1.3s;
}
@media screen and (max-width: 480px) {
  .is-pagetop .animation-fade-in-children.is-page-first-content > *:nth-child(6) {
    transition-delay: 0.9s;
  }
}
.is-pagetop .animation-fade-in-children.is-page-first-content > *:nth-child(7) {
  transition-delay: 1.4s;
}
@media screen and (max-width: 480px) {
  .is-pagetop .animation-fade-in-children.is-page-first-content > *:nth-child(7) {
    transition-delay: 1s;
  }
}
.is-pagetop .animation-fade-in-children.is-page-first-content > *:nth-child(8) {
  transition-delay: 1.5s;
}
@media screen and (max-width: 480px) {
  .is-pagetop .animation-fade-in-children.is-page-first-content > *:nth-child(8) {
    transition-delay: 1.1s;
  }
}
.is-pagetop .animation-fade-in-children.is-page-first-content > *:nth-child(9) {
  transition-delay: 1.6s;
}
@media screen and (max-width: 480px) {
  .is-pagetop .animation-fade-in-children.is-page-first-content > *:nth-child(9) {
    transition-delay: 1.2s;
  }
}
.is-pagetop .animation-fade-in-children.is-page-first-content > *:nth-child(10) {
  transition-delay: 1.7s;
}
@media screen and (max-width: 480px) {
  .is-pagetop .animation-fade-in-children.is-page-first-content > *:nth-child(10) {
    transition-delay: 1.3s;
  }
}
.is-loaded.is-pagetop .animation-fade-in-children.is-page-first-content > *:nth-child(1) {
  opacity: 1;
  transition-delay: 0.8s;
}
@media screen and (max-width: 480px) {
  .is-loaded.is-pagetop .animation-fade-in-children.is-page-first-content > *:nth-child(1) {
    transition-delay: 0.4s;
  }
}
.is-loaded.is-pagetop .animation-fade-in-children.is-page-first-content > *:nth-child(2) {
  opacity: 1;
  transition-delay: 0.9s;
}
@media screen and (max-width: 480px) {
  .is-loaded.is-pagetop .animation-fade-in-children.is-page-first-content > *:nth-child(2) {
    transition-delay: 0.5s;
  }
}
.is-loaded.is-pagetop .animation-fade-in-children.is-page-first-content > *:nth-child(3) {
  opacity: 1;
  transition-delay: 1s;
}
@media screen and (max-width: 480px) {
  .is-loaded.is-pagetop .animation-fade-in-children.is-page-first-content > *:nth-child(3) {
    transition-delay: 0.6s;
  }
}
.is-loaded.is-pagetop .animation-fade-in-children.is-page-first-content > *:nth-child(4) {
  opacity: 1;
  transition-delay: 1.1s;
}
@media screen and (max-width: 480px) {
  .is-loaded.is-pagetop .animation-fade-in-children.is-page-first-content > *:nth-child(4) {
    transition-delay: 0.7s;
  }
}
.is-loaded.is-pagetop .animation-fade-in-children.is-page-first-content > *:nth-child(5) {
  opacity: 1;
  transition-delay: 1.2s;
}
@media screen and (max-width: 480px) {
  .is-loaded.is-pagetop .animation-fade-in-children.is-page-first-content > *:nth-child(5) {
    transition-delay: 0.8s;
  }
}
.is-loaded.is-pagetop .animation-fade-in-children.is-page-first-content > *:nth-child(6) {
  opacity: 1;
  transition-delay: 1.3s;
}
@media screen and (max-width: 480px) {
  .is-loaded.is-pagetop .animation-fade-in-children.is-page-first-content > *:nth-child(6) {
    transition-delay: 0.9s;
  }
}
.is-loaded.is-pagetop .animation-fade-in-children.is-page-first-content > *:nth-child(7) {
  opacity: 1;
  transition-delay: 1.4s;
}
@media screen and (max-width: 480px) {
  .is-loaded.is-pagetop .animation-fade-in-children.is-page-first-content > *:nth-child(7) {
    transition-delay: 1s;
  }
}
.is-loaded.is-pagetop .animation-fade-in-children.is-page-first-content > *:nth-child(8) {
  opacity: 1;
  transition-delay: 1.5s;
}
@media screen and (max-width: 480px) {
  .is-loaded.is-pagetop .animation-fade-in-children.is-page-first-content > *:nth-child(8) {
    transition-delay: 1.1s;
  }
}
.is-loaded.is-pagetop .animation-fade-in-children.is-page-first-content > *:nth-child(9) {
  opacity: 1;
  transition-delay: 1.6s;
}
@media screen and (max-width: 480px) {
  .is-loaded.is-pagetop .animation-fade-in-children.is-page-first-content > *:nth-child(9) {
    transition-delay: 1.2s;
  }
}
.is-loaded.is-pagetop .animation-fade-in-children.is-page-first-content > *:nth-child(10) {
  opacity: 1;
  transition-delay: 1.7s;
}
@media screen and (max-width: 480px) {
  .is-loaded.is-pagetop .animation-fade-in-children.is-page-first-content > *:nth-child(10) {
    transition-delay: 1.3s;
  }
}
.animation-fade-in-children-odd-even > * {
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(0.77, 0, 0.175, 1);
}
@media screen and (max-width: 480px) {
  .animation-fade-in-children-odd-even > * {
    transition-duration: 0.6s;
  }
}
.animation-fade-in-children-odd-even.is-inview > * {
  opacity: 1;
  will-change: opacity;
}
@media screen and (min-width: 481px) {
  .animation-fade-in-children-odd-even > *:nth-child(odd) {
    transition-delay: 0s;
  }
  .animation-fade-in-children-odd-even > *:nth-child(even) {
    transition-delay: 0.1s;
  }
}
@media screen and (max-width: 480px) {
  .animation-fade-in-children-odd-even > *:nth-child(1) {
    transition-delay: 0s;
  }
  .animation-fade-in-children-odd-even > *:nth-child(2) {
    transition-delay: 0.1s;
  }
  .animation-fade-in-children-odd-even > *:nth-child(3) {
    transition-delay: 0.2s;
  }
  .animation-fade-in-children-odd-even > *:nth-child(4) {
    transition-delay: 0.3s;
  }
  .animation-fade-in-children-odd-even > *:nth-child(5) {
    transition-delay: 0.4s;
  }
  .animation-fade-in-children-odd-even > *:nth-child(6) {
    transition-delay: 0.5s;
  }
  .animation-fade-in-children-odd-even > *:nth-child(7) {
    transition-delay: 0.6s;
  }
  .animation-fade-in-children-odd-even > *:nth-child(8) {
    transition-delay: 0.7s;
  }
  .animation-fade-in-children-odd-even > *:nth-child(9) {
    transition-delay: 0.8s;
  }
  .animation-fade-in-children-odd-even > *:nth-child(10) {
    transition-delay: 0.9s;
  }
}
.animation-fade-in-image-children > * {
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(0.77, 0, 0.175, 1);
}
@media screen and (max-width: 480px) {
  .animation-fade-in-image-children > * {
    transition-duration: 0.6s;
  }
}
.animation-fade-in-image-children > * img {
  scale: 1.2;
  transition: scale 1.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media screen and (max-width: 480px) {
  .animation-fade-in-image-children > * img {
    transition-duration: 1s;
  }
}
.animation-fade-in-image-children.is-inview > * {
  opacity: 1;
  will-change: opacity;
}
.animation-fade-in-image-children.is-inview > * img {
  scale: 1;
  will-change: scale;
}
.animation-fade-in-image-children > *:nth-child(1) {
  transition-delay: 0s;
}
.animation-fade-in-image-children > *:nth-child(1) img {
  transition-delay: 0s;
}
.animation-fade-in-image-children > *:nth-child(2) {
  transition-delay: 0.1s;
}
.animation-fade-in-image-children > *:nth-child(2) img {
  transition-delay: 0.1s;
}
.animation-fade-in-image-children > *:nth-child(3) {
  transition-delay: 0.2s;
}
.animation-fade-in-image-children > *:nth-child(3) img {
  transition-delay: 0.2s;
}
.animation-fade-in-image-children > *:nth-child(4) {
  transition-delay: 0.3s;
}
.animation-fade-in-image-children > *:nth-child(4) img {
  transition-delay: 0.3s;
}
.animation-fade-in-image-children > *:nth-child(5) {
  transition-delay: 0.4s;
}
.animation-fade-in-image-children > *:nth-child(5) img {
  transition-delay: 0.4s;
}
.animation-fade-in-image-children > *:nth-child(6) {
  transition-delay: 0.5s;
}
.animation-fade-in-image-children > *:nth-child(6) img {
  transition-delay: 0.5s;
}
.animation-fade-in-image-children > *:nth-child(7) {
  transition-delay: 0.6s;
}
.animation-fade-in-image-children > *:nth-child(7) img {
  transition-delay: 0.6s;
}
.animation-fade-in-image-children > *:nth-child(8) {
  transition-delay: 0.7s;
}
.animation-fade-in-image-children > *:nth-child(8) img {
  transition-delay: 0.7s;
}
.animation-fade-in-image-children > *:nth-child(9) {
  transition-delay: 0.8s;
}
.animation-fade-in-image-children > *:nth-child(9) img {
  transition-delay: 0.8s;
}
.animation-fade-in-image-children > *:nth-child(10) {
  transition-delay: 0.9s;
}
.animation-fade-in-image-children > *:nth-child(10) img {
  transition-delay: 0.9s;
}
.animation-mask-in-horizontal {
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.8s cubic-bezier(0.77, 0, 0.175, 1);
}
@media screen and (max-width: 480px) {
  .animation-mask-in-horizontal {
    transition-duration: 0.6s;
  }
}
.animation-mask-in-horizontal.is-inview {
  clip-path: inset(0 0 0 0);
  will-change: clip-path;
}
.animation-blur-in {
  opacity: 0;
  filter: blur(2rem);
  transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), filter 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media screen and (max-width: 480px) {
  .animation-blur-in {
    transition: opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), filter 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
}
.animation-blur-in.is-inview {
  opacity: 1;
  filter: blur(0);
  will-change: opacity, filter;
}
.animation-blur-in-children > * {
  opacity: 0;
  filter: blur(2rem);
  transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), filter 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media screen and (max-width: 480px) {
  .animation-blur-in-children > * {
    transition: opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), filter 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
}
.animation-blur-in-children.is-inview > * {
  opacity: 1;
  filter: blur(0);
  will-change: opacity, filter;
}
.animation-blur-in-children > *:nth-child(1) {
  transition-delay: 0s;
}
.animation-blur-in-children > *:nth-child(2) {
  transition-delay: 0.1s;
}
.animation-blur-in-children > *:nth-child(3) {
  transition-delay: 0.2s;
}
.animation-blur-in-children > *:nth-child(4) {
  transition-delay: 0.3s;
}
.animation-blur-in-children > *:nth-child(5) {
  transition-delay: 0.4s;
}
.animation-blur-in-children > *:nth-child(6) {
  transition-delay: 0.5s;
}
.animation-blur-in-children > *:nth-child(7) {
  transition-delay: 0.6s;
}
.animation-blur-in-children > *:nth-child(8) {
  transition-delay: 0.7s;
}
.animation-blur-in-children > *:nth-child(9) {
  transition-delay: 0.8s;
}
.animation-blur-in-children > *:nth-child(10) {
  transition-delay: 0.9s;
}
.animation-blur-in-children-odd-even > * {
  opacity: 0;
  filter: blur(2rem);
  transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), filter 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media screen and (max-width: 480px) {
  .animation-blur-in-children-odd-even > * {
    transition: opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), filter 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
}
.animation-blur-in-children-odd-even.is-inview > * {
  opacity: 1;
  filter: blur(0);
  will-change: opacity, filter;
}
@media screen and (min-width: 481px) {
  .animation-blur-in-children-odd-even > *:nth-child(odd) {
    transition-delay: 0s;
  }
  .animation-blur-in-children-odd-even > *:nth-child(even) {
    transition-delay: 0.1s;
  }
}
@media screen and (max-width: 480px) {
  .animation-blur-in-children-odd-even > *:nth-child(1) {
    transition-delay: 0s;
  }
  .animation-blur-in-children-odd-even > *:nth-child(2) {
    transition-delay: 0.1s;
  }
  .animation-blur-in-children-odd-even > *:nth-child(3) {
    transition-delay: 0.2s;
  }
  .animation-blur-in-children-odd-even > *:nth-child(4) {
    transition-delay: 0.3s;
  }
  .animation-blur-in-children-odd-even > *:nth-child(5) {
    transition-delay: 0.4s;
  }
  .animation-blur-in-children-odd-even > *:nth-child(6) {
    transition-delay: 0.5s;
  }
  .animation-blur-in-children-odd-even > *:nth-child(7) {
    transition-delay: 0.6s;
  }
  .animation-blur-in-children-odd-even > *:nth-child(8) {
    transition-delay: 0.7s;
  }
  .animation-blur-in-children-odd-even > *:nth-child(9) {
    transition-delay: 0.8s;
  }
  .animation-blur-in-children-odd-even > *:nth-child(10) {
    transition-delay: 0.9s;
  }
}
.animation-wait-animated-container:has(.is-animated) .animation-blur-in {
  opacity: 1;
  filter: blur(0);
}
.animation-wait-animated-container:has(.is-animated) .animation-blur-in-children > * {
  opacity: 1;
  filter: blur(0);
}
.animation-wait-animated-container:has(.is-animated) .animation-blur-in-children-odd-even > * {
  opacity: 1;
  filter: blur(0);
}
.layout-vision-header .animation-color-in-horizontal::after {
  background-color: #f0f0f0;
  z-index: 20;
}
.layout-container {
  min-width: 1260px;
}
@media screen and (max-width: 480px) {
  .layout-container {
    min-width: 0;
  }
}
.layout-content {
  width: 100%;
  min-width: 1260px;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .layout-content {
    min-width: 0;
  }
}
.layout-container footer {
  font-size: 12px;
  line-height: 16px;
}
@media screen and (max-width: 480px) {
  .layout-container footer {
    font-size: 13px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 481px) {
  .layout-container footer .gb_footer_inner {
    max-width: calc(100% - 12rem);
  }
}
@media screen and (max-width: 480px) {
  .layout-container .footer_sp {
    padding-top: 15px;
  }
}
@media screen and (min-width: 481px) {
  .layout-container #gb_header .gb_inner {
    max-width: calc(100% - 12rem);
  }
}
.layout-loading {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.is-loaded .layout-loading {
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.icon-arrow {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 2.3rem;
  height: 2.3rem;
  border-radius: 50%;
}
@media screen and (max-width: 480px) {
  .icon-arrow {
    width: 2.8rem;
    height: 2.8rem;
    background-size: 0.8rem 0.7rem;
  }
}
.icon-arrow i {
  position: relative;
  z-index: 1;
  line-height: 0;
  font-size: 0;
  display: inline-block;
  width: 0.85rem;
  height: 0.85rem;
  background: url("../images//others/icn_arrow.svg") no-repeat center center;
  background-size: contain;
}
.icon-arrow:before, .icon-arrow:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transition: opacity 0.05s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.05s, scale 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.icon-arrow:before {
  background: #0078BE;
  scale: 0;
  opacity: 0;
}
.icon-arrow:after {
  z-index: -1;
  background: #fff;
  border: 1px solid #E8E8E8;
  scale: 1;
}
.icon-arrow--visual {
  background-color: transparent;
  width: 1.8rem;
  height: 1.8rem;
}
.icon-arrow--navy i {
  background-image: url("../images//others/icn_arrow_navy.svg");
}
.icon-arrow--navy:before {
  background: #0E3E6A;
  border: 1px solid #fff;
}
@media (hover: hover) {
  *:hover > .icon-arrow:before {
    scale: 1.3;
    opacity: 1;
  }
  *:hover > .icon-arrow:after {
    scale: 0;
  }
  *:hover > .icon-arrow i {
    filter: brightness(0) invert(1);
  }
  *:hover > .icon-arrow.icon-arrow--visual:before {
    scale: 1.23;
  }
}
@media (hover: none) {
  *:active > .icon-arrow:before {
    scale: 1.3;
    opacity: 1;
  }
  *:active > .icon-arrow:after {
    scale: 0;
  }
  *:active > .icon-arrow i {
    filter: brightness(0) invert(1);
  }
  *:active > .icon-arrow.icon-arrow--visual:before {
    scale: 1.23;
  }
}
@media (hover: hover) {
  .media-home-carousel__inner:hover .icon-arrow:before {
    scale: 1.3;
    opacity: 1;
  }
  .media-home-carousel__inner:hover .icon-arrow:after {
    scale: 0;
  }
  .media-home-carousel__inner:hover .icon-arrow i {
    filter: brightness(0) invert(1);
  }
}
@media (hover: none) {
  .media-home-carousel__inner:active .icon-arrow:before {
    scale: 1.3;
    opacity: 1;
  }
  .media-home-carousel__inner:active .icon-arrow:after {
    scale: 0;
  }
  .media-home-carousel__inner:active .icon-arrow i {
    filter: brightness(0) invert(1);
  }
}
.section-hero {
  position: relative;
  width: 100%;
  min-height: 540px;
  height: 90vh;
}
@media (min-width: 481px) and (max-width: 768px) and (max-aspect-ratio: 1/1) {
  .section-hero {
    min-height: 0;
    height: auto;
    aspect-ratio: 393/483;
  }
}
@media screen and (max-width: 480px) {
  .section-hero {
    min-height: 0;
    height: 48.3rem;
  }
}
.section-hero-carousel {
  min-height: 540px;
  height: 90vh;
}
@media (min-width: 481px) and (max-width: 768px) and (max-aspect-ratio: 1/1) {
  .section-hero-carousel {
    min-height: 0;
    height: auto;
    aspect-ratio: 393/483;
  }
}
@media screen and (max-width: 480px) {
  .section-hero-carousel {
    min-height: 0;
    height: 48.3rem;
  }
}
.section-hero-carousel__item {
  background: #000;
  min-height: 540px;
  height: 90vh !important;
}
@media (min-width: 481px) and (max-width: 768px) and (max-aspect-ratio: 1/1) {
  .section-hero-carousel__item {
    min-height: 0;
    height: auto !important;
    aspect-ratio: 393/483;
  }
}
@media screen and (max-width: 480px) {
  .section-hero-carousel__item {
    min-height: 0;
    height: 48.35rem !important;
  }
}
.section-hero-carousel__item * {
  font-size: 0;
  line-height: 0;
}
.section-hero-carousel__item video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.section-hero-carousel__item video[data-hls-init=true] {
  opacity: 1;
}
.section-hero-carousel .splide__track--fade > .splide__list > .splide__slide.is-active {
  transition-delay: 0s !important;
}
.section-hero-carousel .splide__track--fade > .splide__list > .splide__slide:not(.is-active) {
  transition-delay: 1.4s !important;
}
.section-hero-carousel .splide__pagination {
  z-index: 1;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  gap: 5rem;
  margin-top: 1.1rem;
  padding-right: 2rem;
}
@media screen and (max-width: 480px) {
  .section-hero-carousel .splide__pagination {
    justify-content: center;
    gap: 4.7rem;
    padding-right: 2.2rem;
  }
}
.section-hero-carousel .splide__pagination__page {
  position: relative;
  color: #333333;
  font-family: "Outfit", sans-serif;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: left;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: rgba(255, 255, 255, 0.29);
  width: 12.5rem;
  height: 2.25rem;
  transition: color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  border-bottom: 1px solid #C9C9C9;
}
@media screen and (max-width: 480px) {
  .section-hero-carousel .splide__pagination__page {
    font-size: 1.1rem;
    width: 9rem;
  }
}
@media (hover: hover) {
  .section-hero-carousel .splide__pagination__page:hover {
    opacity: 0.5;
  }
}
@media (hover: none) {
  .section-hero-carousel .splide__pagination__page:active {
    opacity: 0.5;
  }
}
.section-hero-carousel .splide__pagination__page.is-active {
  color: #0078BE;
  pointer-events: none;
}
.section-hero-carousel .splide__pagination__page.is-active .splide__pagination__progress {
  display: block;
}
.section-hero-carousel .splide__pagination__progress {
  position: absolute;
  left: 0;
  bottom: -1px;
  background: #0078BE;
  display: none;
  width: 100%;
  height: 1px;
  transform-origin: left center;
  scale: var(--progress) 1;
}
.section-hero-buttons {
  z-index: 1;
  margin-top: 1.1rem;
  pointer-events: none;
}
.section-hero-buttons .splide__track {
  width: 100%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}
.section-hero-buttons .splide__list {
  justify-content: flex-end;
  gap: 3rem;
}
@media screen and (max-width: 480px) {
  .section-hero-buttons .splide__list {
    justify-content: center;
    gap: 2.5rem;
  }
}
.section-hero-buttons__item {
  width: 14.5rem;
}
@media screen and (max-width: 480px) {
  .section-hero-buttons__item {
    width: 11.2rem;
    padding: 0;
  }
}
.section-hero-buttons__link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 2.25rem;
}
.section-hero-buttons__link a {
  position: relative;
  color: #333333;
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  pointer-events: auto;
}
.section-pickup {
  background: #F8F8F8;
  overflow: hidden;
  padding: 5.6rem 0 8rem;
}
@media screen and (max-width: 480px) {
  .section-pickup {
    padding: 7rem 0 5.9rem;
  }
}
.emergency {
  width: 100%;
  max-width: 120rem;
  margin: .8rem auto 4.5rem;
}
@media screen and (max-width: 480px) {
  .emergency {
    width: 36.5rem;
  }
}
.emergency__inner {
  position: relative;
  display: block;
  padding: 1.8rem 7rem 1.8rem 0;
  border-radius: .4rem;
  background-color: #fff;
  font-size: 1.5rem;
  letter-spacing: .036em;
}
@media screen and (max-width: 480px) {
  .emergency__inner {
    padding: 1.6rem;
  }
  a.emergency__inner {
    padding-bottom: 4.8rem;
  }
}
.emergency__inner + .emergency__inner {
  margin-top: 20px;
}
.emergency__box {
  display: grid;
  grid-template-columns: 15rem 1fr;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .emergency__box {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.emergency__title {
  text-align: center;
}
@media screen and (max-width: 480px) {
  .emergency__title {
    padding-bottom: .9rem;
    border-bottom: 1px solid #0078BE;
    text-align: left;
  }
}
.emergency__title span {
  position: relative;
}
.emergency__title span::after {
  content: "";
  position: absolute;
  bottom: -.4rem;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #0078BE;
}
@media screen and (max-width: 480px) {
  .emergency__title span::after {
    display: none;
  }
}
.emergency__inner .icon-arrow {
  right: 2.6rem;
}
@media screen and (max-width: 480px) {
  .emergency__inner .icon-arrow {
    top: auto;
    right: 1.6rem;
    bottom: 0;
  }
}
.emergency__text {
  transition: color .3s;
}
a.emergency__inner:hover .emergency__text {
  color: #0078BE;
}
.section-pickup__inner {
  position: relative;
  width: 100%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 480px) {
  .section-pickup__inner {
    width: 31.3rem;
  }
}
.section-pickup__heading {
  color: #0078BE;
  font-family: "Outfit", sans-serif;
  font-size: 3rem;
  line-height: 1.2666666667;
}
@media screen and (max-width: 480px) {
  .section-pickup__heading {
    font-size: 2.2rem;
    line-height: 1.2727272727;
  }
}
.section-pickup-carousel {
  position: relative;
  overflow: visible;
  width: 100%;
  max-width: 122.7rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.2rem;
}
@media screen and (max-width: 480px) {
  .section-pickup-carousel {
    width: 31.3rem;
    width: 32.7rem;
    gap: 1.4rem;
    margin-top: 1.2rem;
  }
}
.section-pickup-carousel .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40.9rem;
  flex-shrink: 0;
  transition: transform 0.6s ease;
}
@media screen and (max-width: 480px) {
  .section-pickup-carousel .swiper-slide {
    width: 32.7rem;
    flex-shrink: 0;
    padding: 0 0.7rem;
  }
}
.section-pickup-carousel .swiper-slide-center3 {
  transform: scale(1);
  opacity: 1;
}
.section-pickup-carousel .swiper-slide-center3 .section-pickup-carousel__text {
  display: flex;
}
.section-pickup-carousel .swiper-slide-center3 .section-pickup-carousel__text.text-hidden {
  overflow: visible;
  text-overflow: unset;
}
.section-pickup-carousel .swiper-slide-active {
  transform: scale(1);
  opacity: 1;
}
@media screen and (max-width: 480px) {
  .section-pickup-carousel .swiper-slide-active .section-pickup-carousel__inner {
    pointer-events: auto;
  }
}
@media screen and (min-width: 481px) {
  .section-pickup-carousel .swiper-slide:not(.swiper-slide-center3) {
    transform: scale(0.77);
  }
}
@media screen and (min-width: 481px) {
  .section-pickup-carousel .swiper-slide:not(.swiper-slide-center3) .section-pickup-carousel__inner {
    pointer-events: none;
  }
}
@media screen and (min-width: 481px) {
  .section-pickup-carousel .swiper-slide:not(.swiper-slide-center3) .section-pickup-carousel__image {
    border-radius: 0.5194805195rem;
    filter: brightness(0.64);
  }
}
@media screen and (min-width: 481px) {
  .section-pickup-carousel .swiper-slide:not(.swiper-slide-center3) .section-pickup-carousel__text {
    width: 29.183rem;
    height: calc(1.4em + 0.3896103896rem);
    scale: 1.2987012987;
    white-space: nowrap;
    margin-top: 1.2987012987rem;
    padding-top: 0.2597402597rem;
  }
}
.section-pickup-carousel .swiper-buttons {
  position: absolute;
  right: 1.5rem;
  bottom: calc(100% + 2.2rem);
  display: flex;
  justify-content: space-between;
  width: 10rem;
}
@media screen and (max-width: 480px) {
  .section-pickup-carousel .swiper-buttons {
    bottom: calc(100% + 1.2rem);
    width: 8.8rem;
  }
}
@media screen and (max-width: 480px) {
  .section-pickup-carousel .swiper-slide-active .section-pickup-carousel__inner {
    pointer-events: auto;
  }
}
.section-pickup-carousel .swiper-button-prev,
.section-pickup-carousel .swiper-button-next {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1.9rem;
  cursor: pointer;
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media (hover: hover) {
  .section-pickup-carousel .swiper-button-prev:hover,
  .section-pickup-carousel .swiper-button-next:hover {
    opacity: 0.5;
  }
}
@media (hover: none) {
  .section-pickup-carousel .swiper-button-prev:active,
  .section-pickup-carousel .swiper-button-next:active {
    opacity: 0.5;
  }
}
.section-pickup-carousel .swiper-button-prev:before,
.section-pickup-carousel .swiper-button-next:before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  border: solid #0078BE;
  border-width: 1px 0 0 1px;
}
.section-pickup-carousel .swiper-button-prev:before {
  transform: translate(20%, 0) rotate(-45deg);
}
.section-pickup-carousel .swiper-button-next:before {
  transform: translate(-20%, 0) rotate(135deg);
}
@media screen and (min-width: 481px) {
  .section-pickup-carousel .is-first-half[data-counthalf="0"] .section-pickup-carousel__inner {
    translate: 5.685rem 0;
  }
}
@media screen and (min-width: 481px) {
  .section-pickup-carousel .is-first-half[data-counthalf="1"] .section-pickup-carousel__inner {
    translate: 17.055rem 0;
  }
}
@media screen and (min-width: 481px) {
  .section-pickup-carousel .is-first-half[data-counthalf="2"] .section-pickup-carousel__inner {
    translate: 28.425rem 0;
  }
}
@media screen and (min-width: 481px) {
  .section-pickup-carousel .is-first-half[data-counthalf="3"] .section-pickup-carousel__inner {
    translate: 39.795rem 0;
  }
}
@media screen and (min-width: 481px) {
  .section-pickup-carousel .is-first-half[data-counthalf="4"] .section-pickup-carousel__inner {
    translate: 51.165rem 0;
  }
}
@media screen and (min-width: 481px) {
  .section-pickup-carousel .is-first-half[data-counthalf="5"] .section-pickup-carousel__inner {
    translate: 62.535rem 0;
  }
}
@media screen and (min-width: 481px) {
  .section-pickup-carousel .is-first-half[data-counthalf="6"] .section-pickup-carousel__inner {
    translate: 73.905rem 0;
  }
}
@media screen and (min-width: 481px) {
  .section-pickup-carousel .is-first-half[data-counthalf="7"] .section-pickup-carousel__inner {
    translate: 85.275rem 0;
  }
}
@media screen and (min-width: 481px) {
  .section-pickup-carousel .is-first-half[data-counthalf="8"] .section-pickup-carousel__inner {
    translate: 96.645rem 0;
  }
}
@media screen and (min-width: 481px) {
  .section-pickup-carousel .is-first-half[data-counthalf="9"] .section-pickup-carousel__inner {
    translate: 108.015rem 0;
  }
}
@media screen and (min-width: 481px) {
  .section-pickup-carousel .is-first-half[data-counthalf="10"] .section-pickup-carousel__inner {
    translate: 119.385rem 0;
  }
}
@media screen and (min-width: 481px) {
  .section-pickup-carousel .is-second-half[data-counthalf="0"] .section-pickup-carousel__inner {
    translate: -5.685rem 0;
  }
}
@media screen and (min-width: 481px) {
  .section-pickup-carousel .is-second-half[data-counthalf="1"] .section-pickup-carousel__inner {
    translate: -17.055rem 0;
  }
}
@media screen and (min-width: 481px) {
  .section-pickup-carousel .is-second-half[data-counthalf="2"] .section-pickup-carousel__inner {
    translate: -28.425rem 0;
  }
}
@media screen and (min-width: 481px) {
  .section-pickup-carousel .is-second-half[data-counthalf="3"] .section-pickup-carousel__inner {
    translate: -39.795rem 0;
  }
}
@media screen and (min-width: 481px) {
  .section-pickup-carousel .is-second-half[data-counthalf="4"] .section-pickup-carousel__inner {
    translate: -51.165rem 0;
  }
}
@media screen and (min-width: 481px) {
  .section-pickup-carousel .is-second-half[data-counthalf="5"] .section-pickup-carousel__inner {
    translate: -62.535rem 0;
  }
}
@media screen and (min-width: 481px) {
  .section-pickup-carousel .is-second-half[data-counthalf="6"] .section-pickup-carousel__inner {
    translate: -73.905rem 0;
  }
}
@media screen and (min-width: 481px) {
  .section-pickup-carousel .is-second-half[data-counthalf="7"] .section-pickup-carousel__inner {
    translate: -85.275rem 0;
  }
}
@media screen and (min-width: 481px) {
  .section-pickup-carousel .is-second-half[data-counthalf="8"] .section-pickup-carousel__inner {
    translate: -96.645rem 0;
  }
}
@media screen and (min-width: 481px) {
  .section-pickup-carousel .is-second-half[data-counthalf="9"] .section-pickup-carousel__inner {
    translate: -108.015rem 0;
  }
}
@media screen and (min-width: 481px) {
  .section-pickup-carousel .is-second-half[data-counthalf="10"] .section-pickup-carousel__inner {
    translate: -119.385rem 0;
  }
}
.section-pickup-carousel__inner {
  display: block;
}
@media screen and (min-width: 481px) {
  .section-pickup-carousel__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 37.9rem;
    transition: translate 0.6s ease;
  }
}
@media screen and (max-width: 480px) {
  .section-pickup-carousel__inner {
    width: 31.3rem;
    pointer-events: none;
  }
}
@media screen and (hover: hover) and (min-width: 481px) {
  .section-pickup-carousel__inner:hover .section-pickup-carousel__image,
  .section-pickup-carousel__inner:hover .section-pickup-carousel__text {
    translate: 0 -0.8rem;
  }
}
@media screen and (hover: none) and (min-width: 481px) {
  .section-pickup-carousel__inner:active .section-pickup-carousel__image,
  .section-pickup-carousel__inner:active .section-pickup-carousel__text {
    translate: 0 -0.8rem;
  }
}
.section-pickup-carousel__text {
  font-size: 1.5rem;
  line-height: 1.4;
  text-align: left;
  margin-top: 1rem;
  padding-top: 0.2rem;
  transition: translate 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), scale 0.6s ease, width 0.6s ease, margin 0.6s ease, padding 0.6s ease;
}
@media screen and (min-width: 481px) {
  .section-pickup-carousel__text {
    width: 100%;
    height: calc(1.4em + 0.3rem);
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media screen and (max-width: 480px) {
  .section-pickup-carousel__text {
    letter-spacing: 0.02em;
    margin-top: 0.9rem;
  }
}
.section-pickup-carousel__text span {
  color: #0078BE;
  background: #fff;
  font-size: 1.2rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 2.3rem;
  padding: 0.2rem 0.8rem;
  border-radius: 0.4rem;
  border: 1px solid #0078BE;
  margin-right: 0.7rem;
  transform: translate(0, -0.2rem);
  white-space: nowrap;
}
@media screen and (max-width: 480px) {
  .section-pickup-carousel__text span {
    letter-spacing: 0.06em;
    margin-right: 1.1rem;
  }
}
.section-pickup-carousel__image {
  width: 37.9rem;
  height: 25.2rem;
  border-radius: 0.4rem;
  overflow: hidden;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.12);
  transition: translate 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-radius 0.6s ease, filter 0.6s ease;
}
@media screen and (max-width: 480px) {
  .section-pickup-carousel__image {
    width: 31.3rem;
    height: 20.7rem;
  }
}
.section-pickup-carousel__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-pickup-count {
  font-family: "Outfit", sans-serif;
  position: absolute;
  right: 1.5rem;
  bottom: calc(100% + 2.2rem);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  width: 10rem;
  font-size: 1.5rem;
  line-height: 1.2666666667;
  letter-spacing: 0;
  white-space: nowrap;
  pointer-events: none;
}
@media screen and (max-width: 480px) {
  .section-pickup-count {
    bottom: calc(100% + 1.2rem);
    gap: 0.9rem;
    width: 8.8rem;
  }
}
.section-pickup-count__current {
  order: 0;
  width: 0.45em;
}
.section-pickup-count__total {
  order: 2;
  width: 0.45em;
}
.section-projects-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 8rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 480px) {
  .section-projects-header {
    height: auto;
    padding: 6rem 0 6.5rem;
  }
}
.section-projects-header__content {
  display: flex;
  justify-content: center;
  gap: 5.8rem;
}
@media screen and (max-width: 480px) {
  .section-projects-header__content {
    flex-direction: column;
    align-items: center;
    gap: 3.4rem;
  }
}
.section-projects-header__image {
  width: 26.6rem;
}
@media screen and (max-width: 480px) {
  .section-projects-header__image {
    width: 18.7rem;
  }
}
.section-projects-header__box {
  display: flex;
  flex-direction: column;
  padding-top: 9rem;
}
@media screen and (max-width: 480px) {
  .section-projects-header__box {
    padding-top: 0;
  }
}
.section-projects-header__copy {
  color: #0078BE;
  font-size: 2.6rem;
  line-height: 1.7692307692;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 480px) {
  .section-projects-header__copy {
    font-size: 2.2rem;
    line-height: 1.6;
    text-align: center;
  }
}
.section-projects-header__link {
  margin-top: 2.8rem;
}
@media screen and (max-width: 480px) {
  .section-projects-header__link {
    display: flex;
    justify-content: center;
    margin-top: 2.2rem;
  }
}
.section-projects-header__link a {
  position: relative;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0.06em;
  padding-right: 3.4rem;
  transition: color 0.3s;
}
@media (hover: hover) {
  .section-projects-header__link a:hover {
    color: #0078BE;
  }
}
@media (hover: none) {
  .section-projects-header__link a:active {
    color: #0078BE;
  }
}
@media screen and (max-width: 480px) {
  .section-projects-header__link a {
    padding-right: 3.7rem;
  }
}
.section-projects__inner {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 480px) {
  .section-projects__inner {
    padding-bottom: 2rem;
  }
}
.section-projects__inner:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 100%;
  height: calc(100% - 9.4rem);
  background: #F4F4F4;
}
@media screen and (max-width: 480px) {
  .section-projects__inner:before {
    top: auto;
    bottom: 0;
    transform: translateY(0);
    height: calc(100% - 15.1rem);
  }
}
.section-projects__inner + .section-projects__inner {
  margin-top: 7.5rem;
}
@media screen and (max-width: 480px) {
  .section-projects__inner + .section-projects__inner {
    margin-top: 5.5rem;
  }
}
@media screen and (min-width: 481px) {
  .section-projects__inner + .section-projects__inner:not(.section-projects__inner--medium) .section-projects__item {
    flex-direction: row-reverse;
  }
}
.section-projects__inner--medium {
  padding-top: 6rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 480px) {
  .section-projects__inner--medium {
    padding-top: 0;
    padding-bottom: 7.5rem;
  }
}
.section-projects__inner--medium:before {
  top: 0;
  transform: translateY(0);
  height: 39rem;
}
@media screen and (max-width: 480px) {
  .section-projects__inner--medium:before {
    display: none;
  }
}
@media screen and (min-width: 481px) {
  .section-projects__inner--medium .section-projects__flex-box {
    width: 100%;
    max-width: 120rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    gap: 8rem;
  }
}
@media screen and (max-width: 480px) {
  .section-projects__inner--medium .section-projects__flex-box {
    display: flex;
    flex-direction: column;
    gap: 4rem;
  }
}
@media screen and (min-width: 481px) {
  .section-projects__inner--medium .section-projects__item {
    position: relative;
    flex-direction: column;
    width: 34.6rem;
    margin-left: 0.2rem;
    padding-left: 4.6rem;
    padding-top: 0.9rem;
  }
}
@media screen and (min-width: 481px) {
  .section-projects__inner--medium .section-projects__box {
    display: contents;
  }
}
@media screen and (max-width: 480px) {
  .section-projects__inner--medium .section-projects__title {
    font-size: 1.8rem;
    line-height: 1.4444444444;
    letter-spacing: 0.06em;
    height: 13.8rem;
  }
}
@media screen and (min-width: 481px) {
  .section-projects__inner--medium .section-projects__title .icon-arrow {
    right: 0;
  }
}
@media screen and (min-width: 481px) {
  .section-projects__inner--medium .section-projects__image {
    width: 30rem;
    height: 39rem;
    margin-top: 1.3rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .section-projects__inner--medium .section-projects__image {
    width: 13.8rem;
    height: 13.8rem;
  }
}
@media screen and (min-width: 481px) {
  .section-projects__inner--medium .section-projects__text {
    order: 2;
    margin-top: 1.6rem;
  }
}
.section-projects__item {
  width: 100%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 480px) {
  .section-projects__item {
    width: 36.4rem;
    position: relative;
    flex-direction: column;
    padding-left: 3rem;
  }
}
.section-projects__item:has(a:hover) .section-projects__title a .icon-arrow:before {
  scale: 1.3;
  opacity: 1;
}
.section-projects__item:has(a:hover) .section-projects__title a .icon-arrow:after {
  scale: 0;
}
.section-projects__item:has(a:hover) .section-projects__title a .icon-arrow i {
  filter: brightness(0) invert(1);
}
.section-projects__box {
  position: relative;
  width: 62.3rem;
  margin-left: 1rem;
  margin-top: 9.7rem;
  padding-top: 8.4rem;
  padding-left: 4.6rem;
}
@media screen and (max-width: 480px) {
  .section-projects__box {
    display: contents;
  }
}
.section-projects__image {
  width: 48.3rem;
  height: 62.8rem;
  border-radius: 0.8rem;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .section-projects__image {
    width: 13.8rem;
    height: 17.9rem;
    border-radius: 0.4rem;
  }
}
.section-projects__image img {
  width: 100%;
  object-fit: cover;
}
.section-projects__title {
  color: #0078BE;
  font-size: 2.4rem;
  line-height: 1.4583333333;
  letter-spacing: 0.1em;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .section-projects__title {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 2.2rem;
    line-height: 1.4545454545;
    display: flex;
    align-items: center;
    height: 14.9rem;
    padding-left: 18.2rem;
  }
}
.section-projects__title a {
  position: relative;
  color: #0078BE;
  display: block;
  width: 100%;
}
.section-projects__title a .icon-arrow {
  right: 1.5rem;
}
.section-projects__copy {
  font-family: "Outfit", sans-serif;
  color: #C7C7C7;
  font-size: 1.5rem;
  line-height: 1.2666666667;
  letter-spacing: 0.08em;
  writing-mode: vertical-rl;
  position: absolute;
  left: 0;
  top: 0;
  border-right: 1px solid #C7C7C7;
  height: 100%;
  padding-right: 0.3rem;
}
@media screen and (max-width: 480px) {
  .section-projects__copy {
    font-size: 1.2rem;
    line-height: 1.25;
    letter-spacing: 0.04em;
    white-space: nowrap;
  }
}
.section-projects__text {
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin-top: 2rem;
}
@media screen and (max-width: 480px) {
  .section-projects__text {
    display: none;
  }
}
.section-projects-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-top: 4.5rem;
}
@media screen and (max-width: 480px) {
  .section-projects-links {
    margin-top: 2.8rem;
    gap: 1.5rem;
    order: 2;
    padding-bottom: 0.5rem;
  }
}
.section-projects-links__item a {
  position: relative;
  background: #fff;
  font-size: 1.6rem;
  line-height: 1.5;
  display: flex;
  align-items: center;
  width: 28.1rem;
  height: 3.9rem;
  padding-left: 1.1rem;
  border-radius: 0.4rem;
  transition: color 0.3s;
}
@media (hover: hover) {
  .section-projects-links__item a:hover {
    color: #0078BE;
  }
}
@media (hover: none) {
  .section-projects-links__item a:active {
    color: #0078BE;
  }
}
@media screen and (max-width: 480px) {
  .section-projects-links__item a {
    background: transparent;
    font-size: 1.5rem;
    line-height: 1.4;
    padding-left: 0;
    width: 32.3rem;
    height: 2.9rem;
    border-radius: 0;
  }
}
.section-projects-links__item a small {
  font-size: 1.4rem;
  margin-left: 0.5em;
}
.section-projects-links__item a .icon-arrow {
  right: 1.1rem;
}
.section-home#contact {
  background: #D6DEE3;
  padding: 8rem 0;
}
@media screen and (max-width: 480px) {
  .section-home#contact {
    padding: 6rem 0;
  }
}
.section-home#aboutus {
  position: relative;
  z-index: 1;
  padding: 10rem 0;
}
@media screen and (max-width: 480px) {
  .section-home#aboutus {
    padding: 6rem 0;
  }
}
.section-home#aboutus:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 22.7rem;
  background: #F8F8F8;
}
@media screen and (max-width: 480px) {
  .section-home#aboutus:before {
    height: 15rem;
  }
}
.section-home#news {
  background: #F8F8F8;
}
@media screen and (min-width: 481px) {
  .section-home#news .section-home__inner {
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
  }
}
.section-home#press {
  padding-bottom: 7.3rem;
  background: #F8F8F8;
}
@media screen and (max-width: 480px) {
  .section-home#press {
    padding-top: 6.2rem;
    padding-bottom: 6rem;
  }
}
.section-home#media {
  overflow: hidden;
  padding: 10rem 0;
}
@media screen and (max-width: 480px) {
  .section-home#media {
    padding: 6rem 0 7rem;
  }
}
@media screen and (min-width: 481px) {
  .section-home#index {
    padding-bottom: 6.6rem;
  }
}
.section-home__heading {
  font-size: 3.1rem;
  line-height: 1.3548387097;
  letter-spacing: 0.1em;
  text-align: center;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.3rem 0 0;
  gap: 0.6rem;
}
@media screen and (max-width: 480px) {
  .section-home__heading {
    font-size: 2.6rem;
    line-height: 1.6153846154;
    padding: 0;
    gap: 0rem;
  }
}
.section-home__heading span {
  color: #0078BE;
  font-family: "Outfit", sans-serif;
  font-size: 1.6rem;
  line-height: 1.25;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 480px) {
  .section-home__heading span {
    font-size: 1.4rem;
    line-height: 1.2857142857;
  }
}
.section-home__heading:nth-of-type(n + 2) {
  margin-top: 6rem;
}
@media screen and (max-width: 480px) {
  .section-home__heading:nth-of-type(n + 2) {
    margin-top: 5.8rem;
  }
}
.section-home__heading--white {
  color: #fff;
}
.section-home__heading--white span {
  color: #fff;
}
@media screen and (min-width: 481px) {
  .section-home__heading--pc-left {
    align-items: flex-start;
    text-align: left;
  }
}
.section-home__inner {
  width: 100%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 480px) {
  .section-home__inner {
    width: 36.5rem;
  }
}
.list-home-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 2.6rem;
}
@media screen and (max-width: 480px) {
  .list-home-link {
    margin-top: 2.4rem;
    gap: 1.4rem;
  }
}
.list-home-link__item {
  width: 59.1rem;
}
@media screen and (max-width: 480px) {
  .list-home-link__item {
    width: 100%;
  }
}
.list-home-link__item a {
  position: relative;
  background: #fff;
  display: flex;
  align-items: center;
  padding: 0.5rem;
  border-radius: 0.4rem;
  transition: color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media screen and (max-width: 480px) {
  .list-home-link__item a {
    padding: 0.6rem;
  }
}
.list-home-link__item a .icon-arrow {
  right: 3rem;
}
@media screen and (max-width: 480px) {
  .list-home-link__item a .icon-arrow {
    right: 1.6rem;
  }
}
@media (hover: hover) {
  .list-home-link__item a:hover {
    color: #0078BE;
  }
}
@media (hover: none) {
  .list-home-link__item a:active {
    color: #0078BE;
  }
}
.list-home-link__image {
  width: 15.5rem;
  overflow: hidden;
  border-radius: 0.4rem;
  margin-right: 4rem;
}
@media screen and (max-width: 480px) {
  .list-home-link__image {
    width: 10.5rem;
    height: 9.2rem;
    margin-right: 1.3rem;
  }
}
.list-home-link__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.list-home-link__text {
  font-size: 1.8rem;
  line-height: 1.4444444444;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 480px) {
  .list-home-link__text {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}
.list-home-link__text span {
  font-size: 1.4rem;
  line-height: 1.4285714286;
}
@media screen and (max-width: 480px) {
  .list-home-link__text span {
    display: inline-block;
    font-size: 1.2rem;
    line-height: 1.4166666667;
    margin-bottom: 0.3em;
  }
}
.list-home-link--aboutus {
  width: 100%;
  gap: 1.4rem;
  margin-top: 2.8rem;
}
@media screen and (max-width: 480px) {
  .list-home-link--aboutus {
    gap: 1.4rem;
    margin-top: 2.8rem;
  }
}
.list-home-link--aboutus .list-home-link__item {
  width: 100%;
}
.list-home-link--aboutus .list-home-link__item a {
  height: 9rem;
  border-radius: 0.4rem;
  padding-left: 4rem;
}
@media screen and (max-width: 480px) {
  .list-home-link--aboutus .list-home-link__item a {
    height: 6.6rem;
    padding-left: 1.6rem;
  }
}
.list-home-link--aboutus .list-home-link__item a .icon-arrow {
  right: 3.2rem;
}
@media screen and (max-width: 480px) {
  .list-home-link--aboutus .list-home-link__item a .icon-arrow {
    right: 1.6rem;
  }
}
.content-home-aboutus {
  background: #6D7B84;
  display: flex;
  border-radius: 0.8rem;
  overflow: hidden;
  height: 51.6rem;
}
@media screen and (max-width: 480px) {
  .content-home-aboutus {
    flex-direction: column;
    gap: 3rem;
    height: 62.9rem;
  }
}
.content-home-aboutus__image {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1.5rem;
  width: 47.6rem;
  height: 100%;
}
@media screen and (max-width: 480px) {
  .content-home-aboutus__image {
    flex-direction: column;
    justify-content: flex-start;
    gap: 0.8rem;
    order: 1;
    width: 100%;
    height: 18.6rem;
  }
}
.content-home-aboutus__image .parallax-home-aboutus {
  display: flex;
  flex-direction: column;
  width: 15.4rem;
  gap: 1.5rem;
  flex-shrink: 0;
}
@media screen and (max-width: 480px) {
  .content-home-aboutus__image .parallax-home-aboutus {
    flex-direction: row;
    gap: 0.8rem;
    width: 100%;
    height: 12.9rem;
  }
}
.content-home-aboutus__image .parallax-home-aboutus__item {
  width: 15.3rem;
  height: 18.6rem;
  border-radius: 0.4rem;
  overflow: hidden;
  flex-shrink: 0;
}
@media screen and (max-width: 480px) {
  .content-home-aboutus__image .parallax-home-aboutus__item {
    width: 10.8rem;
    height: 12.9rem;
  }
}
.content-home-aboutus__image .parallax-home-aboutus__item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.7;
}
.content-home-aboutus__box {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: calc(100% - 47.6rem);
  padding: 0 3.5rem 6rem;
}
@media screen and (max-width: 480px) {
  .content-home-aboutus__box {
    width: 100%;
    padding: 4rem 2.6rem 0;
  }
}
.content-home-news {
  display: flex;
}
@media screen and (max-width: 480px) {
  .content-home-news {
    position: relative;
    flex-direction: column;
    gap: 2.3rem;
  }
}
@media screen and (max-width: 480px) {
  .content-home-news:has(.content-home-news__link) {
    padding-bottom: 6.8rem;
  }
}
.content-home-news__header {
  width: calc(100% - 91.7rem);
  padding-top: 3.7rem;
}
@media screen and (max-width: 480px) {
  .content-home-news__header {
    width: 100%;
    padding: 0;
  }
}
.content-home-news__box {
  width: 91.7rem;
}
@media screen and (max-width: 480px) {
  .content-home-news__box {
    width: 100%;
    border-top: 1px solid #D9D9D9;
  }
}
@media screen and (max-width: 480px) {
  .content-home-news__item {
    border-bottom: 1px solid #D9D9D9;
  }
}
.content-home-news__item:nth-last-of-type(n + 2) {
  border-bottom: 1px solid #D9D9D9;
}
.content-home-news__item a {
  font-size: 1.5rem;
  line-height: 1.4;
  display: flex;
  padding: 2.7rem 0;
  transition: background-color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media screen and (max-width: 480px) {
  .content-home-news__item a {
    font-size: 1.5rem;
    line-height: 1.4;
    flex-direction: column;
    gap: 0.6rem;
    padding: 2rem 0;
  }
}
@media (hover: hover) {
  .content-home-news__item a:hover {
    background: #EAEAEA;
  }
  .content-home-news__item a:hover .content-home-news__date, .content-home-news__item a:hover .content-home-news__text {
    translate: 0.7rem 0;
  }
}
@media (hover: none) {
  .content-home-news__item a:active {
    background: #EAEAEA;
  }
  .content-home-news__item a:active .content-home-news__date, .content-home-news__item a:active .content-home-news__text {
    translate: 0.7rem 0;
  }
}
.content-home-news__date {
  width: 16.5rem;
  flex-shrink: 0;
  padding-left: 2rem;
  transition: translate 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.1s;
}
.content-home-news__date.content-home-news__date--nodate {
  padding-left: 5.5rem;
}
@media screen and (max-width: 480px) {
  .content-home-news__date {
    width: 100%;
    padding: 0;
  }
}
.content-home-news__text {
  flex-shrink: 1;
  transition: translate 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.1s;
}
.content-home-news__link {
  margin-top: 4.2rem;
}
@media screen and (max-width: 480px) {
  .content-home-news__link {
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    width: 100%;
  }
}
.content-home-news__link a {
  position: relative;
  font-size: 1.5rem;
  line-height: 1.4;
  padding-right: 3.4rem;
  transition: color 0.3s;
}
@media (hover: hover) {
  .content-home-news__link a:hover {
    color: #0078BE;
  }
}
@media (hover: none) {
  .content-home-news__link a:active {
    color: #0078BE;
  }
}
@media screen and (max-width: 480px) {
  .content-home-news__link a {
    padding-right: 3.7rem;
  }
}
.list-sns-link {
  display: flex;
  margin-top: 4rem;
  border-right: 1px solid #D9D9D9;
  transition: border-color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media screen and (max-width: 480px) {
  .list-sns-link {
    flex-wrap: wrap;
    gap: 2.3rem 0;
    width: 31.3rem;
    margin: 3rem auto 0;
    border: none;
  }
}
.list-sns-link:has(.list-sns-link__item:nth-of-type(1) a:hover) .list-sns-link__item:nth-of-type(1) {
  border-left-color: #0078BE;
}
.list-sns-link:has(.list-sns-link__item:nth-of-type(1) a:hover) .list-sns-link__item:nth-of-type(2) {
  border-left-color: #0078BE;
}
.list-sns-link:has(.list-sns-link__item:nth-of-type(2) a:hover) .list-sns-link__item:nth-of-type(2) {
  border-left-color: #0078BE;
}
.list-sns-link:has(.list-sns-link__item:nth-of-type(2) a:hover) .list-sns-link__item:nth-of-type(3) {
  border-left-color: #0078BE;
}
.list-sns-link:has(.list-sns-link__item:nth-of-type(3) a:hover) .list-sns-link__item:nth-of-type(3) {
  border-left-color: #0078BE;
}
.list-sns-link:has(.list-sns-link__item:nth-of-type(3) a:hover) .list-sns-link__item:nth-of-type(4) {
  border-left-color: #0078BE;
}
.list-sns-link:has(.list-sns-link__item:nth-of-type(4) a:hover) {
  border-right-color: #0078BE;
}
.list-sns-link:has(.list-sns-link__item:nth-of-type(4) a:hover) .list-sns-link__item:nth-of-type(4) {
  border-left-color: #0078BE;
}
.list-sns-link__item {
  width: 25%;
  border-left: 1px solid #D9D9D9;
  transition: border-color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media screen and (max-width: 480px) {
  .list-sns-link__item {
    width: 50%;
    border-left-width: 0;
  }
}
@media screen and (max-width: 480px) {
  .list-sns-link__item:nth-of-type(2n) {
    border-left-width: 1px;
  }
}
.list-sns-link__item a {
  font-size: 1.5rem;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.4rem;
  transition: color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media screen and (max-width: 480px) {
  .list-sns-link__item a {
    justify-content: start;
    gap: 1rem;
    padding-left: 3rem;
  }
}
@media (hover: hover) {
  .list-sns-link__item a:hover {
    color: #0078BE;
  }
  .list-sns-link__item a:hover .list-sns-link__text,
  .list-sns-link__item a:hover .list-sns-link__icon {
    transform: translateY(-4px);
  }
}
@media (hover: none) {
  .list-sns-link__item a:active {
    color: #0078BE;
  }
  .list-sns-link__item a:active .list-sns-link__text,
  .list-sns-link__item a:active .list-sns-link__icon {
    transform: translateY(-4px);
  }
}
.list-sns-link__text {
  display: inline-block;
  transition: transform 0.3s;
}
.list-sns-link__icon {
  display: inline-block;
  transition: transform 0.3s;
  width: 3rem;
}
@media screen and (max-width: 480px) {
  .list-sns-link__icon {
    width: 2rem;
  }
}
.list-sns-link__icon:has(img[src*=youtube]) {
  width: 3.5rem;
}
@media screen and (max-width: 480px) {
  .list-sns-link__icon:has(img[src*=youtube]) {
    width: 2.6rem;
    margin-left: -0.3rem;
    margin-right: -0.3rem;
  }
}
.list-sns-link--icon {
  justify-content: flex-end;
  align-items: center;
  gap: 2rem;
  margin-top: 7.6rem;
  border: none;
}
@media screen and (max-width: 480px) {
  .list-sns-link--icon {
    justify-content: center;
    width: 100%;
    gap: 2.2rem;
    margin-block: 5.3rem 4rem;
  }
}
.list-sns-link--icon .list-sns-link__item {
  width: auto;
  border: none;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .list-sns-link--icon .list-sns-link__item {
    width: auto;
  }
}
.list-sns-link--icon .list-sns-link__item a {
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media screen and (max-width: 480px) {
  .list-sns-link--icon .list-sns-link__item a {
    padding-left: 0;
  }
}
@media (hover: hover) {
  .list-sns-link--icon .list-sns-link__item a:hover {
    opacity: 0.5;
  }
}
@media (hover: none) {
  .list-sns-link--icon .list-sns-link__item a:active {
    opacity: 0.5;
  }
}
.list-sns-link--icon .list-sns-link__icon {
  width: 2.5rem;
}
.list-sns-link--icon .list-sns-link__icon:has(img[src*=youtube]) {
  width: 2.9rem;
}
@media screen and (max-width: 480px) {
  .list-sns-link--icon .list-sns-link__icon:has(img[src*=youtube]) {
    margin: 0;
  }
}
.media-home-carousel {
  width: 100%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
  font-size: 0;
  line-height: 0;
}
@media screen and (max-width: 480px) {
  .media-home-carousel {
    width: 31.3rem;
  }
}
.media-home-carousel-wrapper {
  background: url("../images//media/bg_media.jpg") no-repeat center center;
  background-size: cover;
  margin-top: 3rem;
  padding: 7.1rem 0 5.9rem;
}
@media screen and (max-width: 480px) {
  .media-home-carousel-wrapper {
    background-image: url("../images//media/bg_media@sp.jpg");
    padding: 4.8rem 0 9rem;
  }
}
.media-home-carousel .splide__track {
  overflow: visible;
}
.media-home-carousel .splide__arrows {
  position: absolute;
  right: 0;
  bottom: calc(100% + 1.6rem);
  display: flex;
  justify-content: space-between;
  width: 10rem;
}
@media screen and (max-width: 480px) {
  .media-home-carousel .splide__arrows {
    bottom: -5.2rem;
    right: 50%;
    transform: translateX(50%);
    width: 12.8rem;
  }
}
.media-home-carousel .splide__arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1.9rem;
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media (hover: hover) {
  .media-home-carousel .splide__arrow:hover {
    opacity: 0.5;
  }
}
@media (hover: none) {
  .media-home-carousel .splide__arrow:active {
    opacity: 0.5;
  }
}
.media-home-carousel .splide__arrow svg {
  display: none;
}
.media-home-carousel .splide__arrow:before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  border: solid #fff;
  border-width: 1px 0 0 1px;
}
.media-home-carousel .splide__arrow--prev:before {
  transform: translate(20%, 0) rotate(-45deg);
}
.media-home-carousel .splide__arrow--next:before {
  transform: translate(-20%, 0) rotate(135deg);
}
.media-home-carousel__item a {
  background: #fff;
  display: block;
  border-radius: 0.4rem;
  padding: 0.6rem 0.6rem 1.2rem;
  transition: background-color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media (hover: hover) {
  .media-home-carousel__item a:hover {
    background: #0E3E6A;
  }
  .media-home-carousel__item a:hover .media-home-carousel__text {
    color: #fff;
  }
}
@media (hover: none) {
  .media-home-carousel__item a:active {
    background: #0E3E6A;
  }
  .media-home-carousel__item a:active .media-home-carousel__text {
    color: #fff;
  }
}
.media-home-carousel__text {
  position: relative;
  color: #0E3E6A;
  font-size: 1.5rem;
  line-height: 1.4;
  display: flex;
  align-items: center;
  margin-top: 1.3rem;
  padding-left: 1rem;
}
@media screen and (max-width: 480px) {
  .media-home-carousel__text {
    margin-top: 1.2rem;
    padding-left: 0.8rem;
  }
}
.media-home-carousel__text .icon-arrow {
  right: 0.6rem;
}
.media-home-carousel__icon {
  display: inline-block;
  width: 1.9rem;
  margin-right: 0.8rem;
}
.media-home-carousel__image {
  width: 36.8rem;
  height: 24.4rem;
  border-radius: 0.4rem;
  overflow: hidden;
  transition: scale 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media screen and (max-width: 480px) {
  .media-home-carousel__image {
    width: 30.1rem;
    height: 19.5rem;
  }
}
.media-home-carousel__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.media-home-carousel-count {
  color: #fff;
  font-family: "Outfit", sans-serif;
  position: absolute;
  right: 0;
  bottom: calc(100% + 1.6rem);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  width: 10rem;
  font-size: 1.5rem;
  line-height: 1.2666666667;
  letter-spacing: 0;
  pointer-events: none;
}
@media screen and (max-width: 480px) {
  .media-home-carousel-count {
    bottom: -5.2rem;
    right: 50%;
    transform: translateX(50%);
    width: 12.8rem;
  }
}
.media-home-carousel-count:before {
  content: "";
  order: 1;
  display: inline-block;
  width: 1px;
  height: 0.8em;
  background: #fff;
  rotate: 30deg;
  margin-left: 0.1em;
}
.media-home-carousel-count__current {
  order: 0;
  width: 0.45em;
}
.media-home-carousel-count__total {
  order: 2;
  width: 0.45em;
}
.banner-home-carousel {
  margin-top: 9rem;
}
@media screen and (max-width: 480px) {
  .banner-home-carousel {
    margin-top: 6rem;
  }
}
.banner-home-carousel__inner {
  display: block;
  width: 22.9rem;
  height: 16.2rem;
  overflow: hidden;
  border-radius: 0.4rem;
  padding-top: 1rem;
}
.banner-home-carousel__inner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.4rem;
}
.banner-home-carousel__item {
  filter: brightness(1);
  transition: filter 0.7s ease 0.1s;
  pointer-events: auto;
}
.banner-home-carousel__item.is-edge {
  filter: brightness(0.6);
  transition-delay: 0s;
  pointer-events: none;
}
.banner-home-carousel__item a {
  transition: translate 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media screen and (min-width: 481px) and (hover: hover) {
  .banner-home-carousel__item a:hover {
    translate: 0 -0.5rem;
  }
}
@media screen and (min-width: 481px) and (hover: none) {
  .banner-home-carousel__item a:active {
    translate: 0 -0.5rem;
  }
}
.banner-home-carousel .splide__arrow {
  position: absolute;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.8rem;
  height: 2.8rem;
}
.banner-home-carousel .splide__arrow svg {
  display: none;
}
.banner-home-carousel .splide__arrow:before {
  content: "";
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  border: solid #fff;
  border-width: 1px 0 0 1px;
}
.banner-home-carousel .splide__arrow--prev {
  top: 50%;
  left: 7.8rem;
  transform: translateY(-50%);
}
@media screen and (max-width: 480px) {
  .banner-home-carousel .splide__arrow--prev {
    left: 3.7rem;
  }
}
.banner-home-carousel .splide__arrow--prev:before {
  transform: translate(20%, 0) rotate(-45deg);
}
.banner-home-carousel .splide__arrow--next {
  top: 50%;
  right: 7.8rem;
  transform: translateY(-50%);
}
@media screen and (max-width: 480px) {
  .banner-home-carousel .splide__arrow--next {
    right: 3.7rem;
  }
}
.banner-home-carousel .splide__arrow--next:before {
  transform: translate(-20%, 0) rotate(135deg);
}
.list-home-index {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4rem 7%;
}
@media screen and (max-width: 480px) {
  .list-home-index {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 3.4rem;
  }
}
.list-home-index__column {
  position: relative;
  min-width: 15%;
}
@media screen and (max-width: 480px) {
  .list-home-index__column {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .list-home-index__column:not(:has(.list-home-index__toggle)) {
    display: grid;
    grid-template-rows: repeat(3, auto);
    grid-auto-flow: column;
    gap: 3rem 0;
    margin-top: 1.2rem;
  }
}
@media screen and (max-width: 480px) {
  .list-home-index__column:not(:has(.list-home-index__toggle)) .list-home-index__heading {
    padding-bottom: 0;
    border-bottom: none;
  }
}
.list-home-index__heading {
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .list-home-index__heading {
    font-size: 1.4rem;
    line-height: 1.4285714286;
    padding-left: 1.4rem;
    padding-bottom: 1.2rem;
    border-bottom: 1px solid #DEDEDE;
  }
}
.list-home-index__heading:before {
  content: "";
  display: inline-block;
  background: #0078BE;
  width: 0.8rem;
  height: 1px;
  margin-right: 0.6rem;
}
@media screen and (max-width: 480px) {
  .list-home-index__heading:before {
    display: none;
  }
}
@media screen and (min-width: 481px) {
  .list-home-index__heading + .list-home-index__heading {
    margin-top: 3rem;
  }
}
.list-home-index__heading a {
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media (hover: hover) {
  .list-home-index__heading a:hover {
    opacity: 0.5;
  }
}
@media (hover: none) {
  .list-home-index__heading a:active {
    opacity: 0.5;
  }
}
.list-home-index__links {
  font-size: 1.4rem;
  line-height: 1.4285714286;
  letter-spacing: 0.1em;
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
  padding-left: 2rem;
  margin-top: 1.2rem;
}
@media screen and (max-width: 480px) {
  .list-home-index__links {
    display: grid;
    grid-template-rows: repeat(4, auto);
    grid-auto-flow: column;
    font-size: 1.3rem;
    line-height: 1.4615384615;
    gap: 1.7rem 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    transition: padding 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
}
.list-home-index__links a {
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media (hover: hover) {
  .list-home-index__links a:hover {
    opacity: 0.5;
  }
}
@media (hover: none) {
  .list-home-index__links a:active {
    opacity: 0.5;
  }
}
@media screen and (max-width: 480px) {
  .list-home-index__item {
    padding-left: 1.4rem;
  }
}
.list-home-index__toggle {
  position: absolute;
  top: -1.2rem;
  right: 0;
  width: 4.5rem;
  height: 4.5rem;
}
@media screen and (min-width: 481px) {
  .list-home-index__toggle {
    display: none;
  }
}
.list-home-index__toggle:before, .list-home-index__toggle:after {
  display: block;
  width: 1.5rem;
  height: 1px;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  background: #0078BE;
  transition: rotate 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  will-change: rotate;
}
.list-home-index__toggle:after {
  rotate: 90deg;
}
@media screen and (max-width: 480px) {
  .list-home-index__toggle-content {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
}
@media screen and (max-width: 480px) {
  .list-home-index__toggle-content[aria-hidden=false] {
    grid-template-rows: 1fr;
  }
}
.list-home-index__column[aria-expanded=true] .list-home-index__toggle:after {
  rotate: 0deg;
}
@media screen and (max-width: 480px) {
  .list-home-index__column[aria-expanded=true] .list-home-index__toggle-content {
    height: auto;
  }
}
@media screen and (max-width: 480px) {
  .list-home-index__column[aria-expanded=true] .list-home-index__links {
    padding-top: 1.6rem;
    padding-bottom: 1.8rem;
  }
}
@media screen and (min-width: 481px) {
  .helper-only-sp {
    display: none !important;
  }
}
@media screen and (min-width: 481px) {
  .helper-only-sp-small {
    display: none !important;
  }
}
@media screen and (max-width: 480px) {
  .helper-only-pc {
    display: none !important;
  }
}
.helper-margin-top-0 {
  margin-top: 0rem !important;
}
@media screen and (max-width: 480px) {
  .helper-margin-top-0 {
    margin-top: 0rem !important;
  }
}
.helper-margin-bottom-0 {
  margin-bottom: 0rem !important;
}
@media screen and (max-width: 480px) {
  .helper-margin-bottom-0 {
    margin-bottom: 0rem !important;
  }
}
.helper-padding-top-0 {
  padding-top: 0rem !important;
}
@media screen and (max-width: 480px) {
  .helper-padding-top-0 {
    padding-top: 0rem !important;
  }
}
.helper-padding-bottom-0 {
  padding-bottom: 0rem !important;
}
@media screen and (max-width: 480px) {
  .helper-padding-bottom-0 {
    padding-bottom: 0rem !important;
  }
}
.helper-padding-0 {
  padding: 0rem !important;
}
@media screen and (max-width: 480px) {
  .helper-padding-0 {
    padding: 0rem !important;
  }
}
.helper-height-0 {
  height: 0rem !important;
}
@media screen and (max-width: 480px) {
  .helper-height-0 {
    height: 0rem !important;
  }
}
.helper-radius-0 {
  border-radius: 0rem;
}
@media screen and (max-width: 480px) {
  .helper-radius-0 {
    border-radius: 0rem;
  }
}
.helper-margin-top-5 {
  margin-top: 0.5rem !important;
}
@media screen and (max-width: 480px) {
  .helper-margin-top-5 {
    margin-top: 0.25rem !important;
  }
}
.helper-margin-bottom-5 {
  margin-bottom: 0.5rem !important;
}
@media screen and (max-width: 480px) {
  .helper-margin-bottom-5 {
    margin-bottom: 0.25rem !important;
  }
}
.helper-padding-top-5 {
  padding-top: 0.5rem !important;
}
@media screen and (max-width: 480px) {
  .helper-padding-top-5 {
    padding-top: 0.25rem !important;
  }
}
.helper-padding-bottom-5 {
  padding-bottom: 0.5rem !important;
}
@media screen and (max-width: 480px) {
  .helper-padding-bottom-5 {
    padding-bottom: 0.25rem !important;
  }
}
.helper-padding-5 {
  padding: 0.5rem !important;
}
@media screen and (max-width: 480px) {
  .helper-padding-5 {
    padding: 0.25rem !important;
  }
}
.helper-height-10 {
  height: 1rem !important;
}
@media screen and (max-width: 480px) {
  .helper-height-10 {
    height: 0.5rem !important;
  }
}
.helper-radius-1 {
  border-radius: 0.1rem;
}
@media screen and (max-width: 480px) {
  .helper-radius-1 {
    border-radius: 0.05rem;
  }
}
.helper-margin-top-10 {
  margin-top: 1rem !important;
}
@media screen and (max-width: 480px) {
  .helper-margin-top-10 {
    margin-top: 0.5rem !important;
  }
}
.helper-margin-bottom-10 {
  margin-bottom: 1rem !important;
}
@media screen and (max-width: 480px) {
  .helper-margin-bottom-10 {
    margin-bottom: 0.5rem !important;
  }
}
.helper-padding-top-10 {
  padding-top: 1rem !important;
}
@media screen and (max-width: 480px) {
  .helper-padding-top-10 {
    padding-top: 0.5rem !important;
  }
}
.helper-padding-bottom-10 {
  padding-bottom: 1rem !important;
}
@media screen and (max-width: 480px) {
  .helper-padding-bottom-10 {
    padding-bottom: 0.5rem !important;
  }
}
.helper-padding-10 {
  padding: 1rem !important;
}
@media screen and (max-width: 480px) {
  .helper-padding-10 {
    padding: 0.5rem !important;
  }
}
.helper-height-20 {
  height: 2rem !important;
}
@media screen and (max-width: 480px) {
  .helper-height-20 {
    height: 1rem !important;
  }
}
.helper-radius-2 {
  border-radius: 0.2rem;
}
@media screen and (max-width: 480px) {
  .helper-radius-2 {
    border-radius: 0.1rem;
  }
}
.helper-margin-top-15 {
  margin-top: 1.5rem !important;
}
@media screen and (max-width: 480px) {
  .helper-margin-top-15 {
    margin-top: 0.75rem !important;
  }
}
.helper-margin-bottom-15 {
  margin-bottom: 1.5rem !important;
}
@media screen and (max-width: 480px) {
  .helper-margin-bottom-15 {
    margin-bottom: 0.75rem !important;
  }
}
.helper-padding-top-15 {
  padding-top: 1.5rem !important;
}
@media screen and (max-width: 480px) {
  .helper-padding-top-15 {
    padding-top: 0.75rem !important;
  }
}
.helper-padding-bottom-15 {
  padding-bottom: 1.5rem !important;
}
@media screen and (max-width: 480px) {
  .helper-padding-bottom-15 {
    padding-bottom: 0.75rem !important;
  }
}
.helper-padding-15 {
  padding: 1.5rem !important;
}
@media screen and (max-width: 480px) {
  .helper-padding-15 {
    padding: 0.75rem !important;
  }
}
.helper-height-30 {
  height: 3rem !important;
}
@media screen and (max-width: 480px) {
  .helper-height-30 {
    height: 1.5rem !important;
  }
}
.helper-radius-3 {
  border-radius: 0.3rem;
}
@media screen and (max-width: 480px) {
  .helper-radius-3 {
    border-radius: 0.15rem;
  }
}
.helper-margin-top-20 {
  margin-top: 2rem !important;
}
@media screen and (max-width: 480px) {
  .helper-margin-top-20 {
    margin-top: 1rem !important;
  }
}
.helper-margin-bottom-20 {
  margin-bottom: 2rem !important;
}
@media screen and (max-width: 480px) {
  .helper-margin-bottom-20 {
    margin-bottom: 1rem !important;
  }
}
.helper-padding-top-20 {
  padding-top: 2rem !important;
}
@media screen and (max-width: 480px) {
  .helper-padding-top-20 {
    padding-top: 1rem !important;
  }
}
.helper-padding-bottom-20 {
  padding-bottom: 2rem !important;
}
@media screen and (max-width: 480px) {
  .helper-padding-bottom-20 {
    padding-bottom: 1rem !important;
  }
}
.helper-padding-20 {
  padding: 2rem !important;
}
@media screen and (max-width: 480px) {
  .helper-padding-20 {
    padding: 1rem !important;
  }
}
.helper-height-40 {
  height: 4rem !important;
}
@media screen and (max-width: 480px) {
  .helper-height-40 {
    height: 2rem !important;
  }
}
.helper-radius-4 {
  border-radius: 0.4rem;
}
@media screen and (max-width: 480px) {
  .helper-radius-4 {
    border-radius: 0.2rem;
  }
}
.helper-margin-top-25 {
  margin-top: 2.5rem !important;
}
@media screen and (max-width: 480px) {
  .helper-margin-top-25 {
    margin-top: 1.25rem !important;
  }
}
.helper-margin-bottom-25 {
  margin-bottom: 2.5rem !important;
}
@media screen and (max-width: 480px) {
  .helper-margin-bottom-25 {
    margin-bottom: 1.25rem !important;
  }
}
.helper-padding-top-25 {
  padding-top: 2.5rem !important;
}
@media screen and (max-width: 480px) {
  .helper-padding-top-25 {
    padding-top: 1.25rem !important;
  }
}
.helper-padding-bottom-25 {
  padding-bottom: 2.5rem !important;
}
@media screen and (max-width: 480px) {
  .helper-padding-bottom-25 {
    padding-bottom: 1.25rem !important;
  }
}
.helper-padding-25 {
  padding: 2.5rem !important;
}
@media screen and (max-width: 480px) {
  .helper-padding-25 {
    padding: 1.25rem !important;
  }
}
.helper-height-50 {
  height: 5rem !important;
}
@media screen and (max-width: 480px) {
  .helper-height-50 {
    height: 2.5rem !important;
  }
}
.helper-radius-5 {
  border-radius: 0.5rem;
}
@media screen and (max-width: 480px) {
  .helper-radius-5 {
    border-radius: 0.25rem;
  }
}
.helper-margin-top-30 {
  margin-top: 3rem !important;
}
@media screen and (max-width: 480px) {
  .helper-margin-top-30 {
    margin-top: 1.5rem !important;
  }
}
.helper-margin-bottom-30 {
  margin-bottom: 3rem !important;
}
@media screen and (max-width: 480px) {
  .helper-margin-bottom-30 {
    margin-bottom: 1.5rem !important;
  }
}
.helper-padding-top-30 {
  padding-top: 3rem !important;
}
@media screen and (max-width: 480px) {
  .helper-padding-top-30 {
    padding-top: 1.5rem !important;
  }
}
.helper-padding-bottom-30 {
  padding-bottom: 3rem !important;
}
@media screen and (max-width: 480px) {
  .helper-padding-bottom-30 {
    padding-bottom: 1.5rem !important;
  }
}
.helper-padding-30 {
  padding: 3rem !important;
}
@media screen and (max-width: 480px) {
  .helper-padding-30 {
    padding: 1.5rem !important;
  }
}
.helper-height-60 {
  height: 6rem !important;
}
@media screen and (max-width: 480px) {
  .helper-height-60 {
    height: 3rem !important;
  }
}
.helper-radius-6 {
  border-radius: 0.6rem;
}
@media screen and (max-width: 480px) {
  .helper-radius-6 {
    border-radius: 0.3rem;
  }
}
.helper-margin-top-35 {
  margin-top: 3.5rem !important;
}
@media screen and (max-width: 480px) {
  .helper-margin-top-35 {
    margin-top: 1.75rem !important;
  }
}
.helper-margin-bottom-35 {
  margin-bottom: 3.5rem !important;
}
@media screen and (max-width: 480px) {
  .helper-margin-bottom-35 {
    margin-bottom: 1.75rem !important;
  }
}
.helper-padding-top-35 {
  padding-top: 3.5rem !important;
}
@media screen and (max-width: 480px) {
  .helper-padding-top-35 {
    padding-top: 1.75rem !important;
  }
}
.helper-padding-bottom-35 {
  padding-bottom: 3.5rem !important;
}
@media screen and (max-width: 480px) {
  .helper-padding-bottom-35 {
    padding-bottom: 1.75rem !important;
  }
}
.helper-padding-35 {
  padding: 3.5rem !important;
}
@media screen and (max-width: 480px) {
  .helper-padding-35 {
    padding: 1.75rem !important;
  }
}
.helper-height-70 {
  height: 7rem !important;
}
@media screen and (max-width: 480px) {
  .helper-height-70 {
    height: 3.5rem !important;
  }
}
.helper-radius-7 {
  border-radius: 0.7rem;
}
@media screen and (max-width: 480px) {
  .helper-radius-7 {
    border-radius: 0.35rem;
  }
}
.helper-margin-top-40 {
  margin-top: 4rem !important;
}
@media screen and (max-width: 480px) {
  .helper-margin-top-40 {
    margin-top: 2rem !important;
  }
}
.helper-margin-bottom-40 {
  margin-bottom: 4rem !important;
}
@media screen and (max-width: 480px) {
  .helper-margin-bottom-40 {
    margin-bottom: 2rem !important;
  }
}
.helper-padding-top-40 {
  padding-top: 4rem !important;
}
@media screen and (max-width: 480px) {
  .helper-padding-top-40 {
    padding-top: 2rem !important;
  }
}
.helper-padding-bottom-40 {
  padding-bottom: 4rem !important;
}
@media screen and (max-width: 480px) {
  .helper-padding-bottom-40 {
    padding-bottom: 2rem !important;
  }
}
.helper-padding-40 {
  padding: 4rem !important;
}
@media screen and (max-width: 480px) {
  .helper-padding-40 {
    padding: 2rem !important;
  }
}
.helper-height-80 {
  height: 8rem !important;
}
@media screen and (max-width: 480px) {
  .helper-height-80 {
    height: 4rem !important;
  }
}
.helper-radius-8 {
  border-radius: 0.8rem;
}
@media screen and (max-width: 480px) {
  .helper-radius-8 {
    border-radius: 0.4rem;
  }
}
.helper-margin-top-45 {
  margin-top: 4.5rem !important;
}
@media screen and (max-width: 480px) {
  .helper-margin-top-45 {
    margin-top: 2.25rem !important;
  }
}
.helper-margin-bottom-45 {
  margin-bottom: 4.5rem !important;
}
@media screen and (max-width: 480px) {
  .helper-margin-bottom-45 {
    margin-bottom: 2.25rem !important;
  }
}
.helper-padding-top-45 {
  padding-top: 4.5rem !important;
}
@media screen and (max-width: 480px) {
  .helper-padding-top-45 {
    padding-top: 2.25rem !important;
  }
}
.helper-padding-bottom-45 {
  padding-bottom: 4.5rem !important;
}
@media screen and (max-width: 480px) {
  .helper-padding-bottom-45 {
    padding-bottom: 2.25rem !important;
  }
}
.helper-padding-45 {
  padding: 4.5rem !important;
}
@media screen and (max-width: 480px) {
  .helper-padding-45 {
    padding: 2.25rem !important;
  }
}
.helper-height-90 {
  height: 9rem !important;
}
@media screen and (max-width: 480px) {
  .helper-height-90 {
    height: 4.5rem !important;
  }
}
.helper-radius-9 {
  border-radius: 0.9rem;
}
@media screen and (max-width: 480px) {
  .helper-radius-9 {
    border-radius: 0.45rem;
  }
}
.helper-margin-top-50 {
  margin-top: 5rem !important;
}
@media screen and (max-width: 480px) {
  .helper-margin-top-50 {
    margin-top: 2.5rem !important;
  }
}
.helper-margin-bottom-50 {
  margin-bottom: 5rem !important;
}
@media screen and (max-width: 480px) {
  .helper-margin-bottom-50 {
    margin-bottom: 2.5rem !important;
  }
}
.helper-padding-top-50 {
  padding-top: 5rem !important;
}
@media screen and (max-width: 480px) {
  .helper-padding-top-50 {
    padding-top: 2.5rem !important;
  }
}
.helper-padding-bottom-50 {
  padding-bottom: 5rem !important;
}
@media screen and (max-width: 480px) {
  .helper-padding-bottom-50 {
    padding-bottom: 2.5rem !important;
  }
}
.helper-padding-50 {
  padding: 5rem !important;
}
@media screen and (max-width: 480px) {
  .helper-padding-50 {
    padding: 2.5rem !important;
  }
}
.helper-height-100 {
  height: 10rem !important;
}
@media screen and (max-width: 480px) {
  .helper-height-100 {
    height: 5rem !important;
  }
}
.helper-radius-10 {
  border-radius: 1rem;
}
@media screen and (max-width: 480px) {
  .helper-radius-10 {
    border-radius: 0.5rem;
  }
}
.helper-margin-top-55 {
  margin-top: 5.5rem !important;
}
@media screen and (max-width: 480px) {
  .helper-margin-top-55 {
    margin-top: 2.75rem !important;
  }
}
.helper-margin-bottom-55 {
  margin-bottom: 5.5rem !important;
}
@media screen and (max-width: 480px) {
  .helper-margin-bottom-55 {
    margin-bottom: 2.75rem !important;
  }
}
.helper-padding-top-55 {
  padding-top: 5.5rem !important;
}
@media screen and (max-width: 480px) {
  .helper-padding-top-55 {
    padding-top: 2.75rem !important;
  }
}
.helper-padding-bottom-55 {
  padding-bottom: 5.5rem !important;
}
@media screen and (max-width: 480px) {
  .helper-padding-bottom-55 {
    padding-bottom: 2.75rem !important;
  }
}
.helper-padding-55 {
  padding: 5.5rem !important;
}
@media screen and (max-width: 480px) {
  .helper-padding-55 {
    padding: 2.75rem !important;
  }
}
.helper-height-110 {
  height: 11rem !important;
}
@media screen and (max-width: 480px) {
  .helper-height-110 {
    height: 5.5rem !important;
  }
}
.helper-radius-11 {
  border-radius: 1.1rem;
}
@media screen and (max-width: 480px) {
  .helper-radius-11 {
    border-radius: 0.55rem;
  }
}
.helper-margin-top-60 {
  margin-top: 6rem !important;
}
@media screen and (max-width: 480px) {
  .helper-margin-top-60 {
    margin-top: 3rem !important;
  }
}
.helper-margin-bottom-60 {
  margin-bottom: 6rem !important;
}
@media screen and (max-width: 480px) {
  .helper-margin-bottom-60 {
    margin-bottom: 3rem !important;
  }
}
.helper-padding-top-60 {
  padding-top: 6rem !important;
}
@media screen and (max-width: 480px) {
  .helper-padding-top-60 {
    padding-top: 3rem !important;
  }
}
.helper-padding-bottom-60 {
  padding-bottom: 6rem !important;
}
@media screen and (max-width: 480px) {
  .helper-padding-bottom-60 {
    padding-bottom: 3rem !important;
  }
}
.helper-padding-60 {
  padding: 6rem !important;
}
@media screen and (max-width: 480px) {
  .helper-padding-60 {
    padding: 3rem !important;
  }
}
.helper-height-120 {
  height: 12rem !important;
}
@media screen and (max-width: 480px) {
  .helper-height-120 {
    height: 6rem !important;
  }
}
.helper-radius-12 {
  border-radius: 1.2rem;
}
@media screen and (max-width: 480px) {
  .helper-radius-12 {
    border-radius: 0.6rem;
  }
}
.helper-margin-top-65 {
  margin-top: 6.5rem !important;
}
@media screen and (max-width: 480px) {
  .helper-margin-top-65 {
    margin-top: 3.25rem !important;
  }
}
.helper-margin-bottom-65 {
  margin-bottom: 6.5rem !important;
}
@media screen and (max-width: 480px) {
  .helper-margin-bottom-65 {
    margin-bottom: 3.25rem !important;
  }
}
.helper-padding-top-65 {
  padding-top: 6.5rem !important;
}
@media screen and (max-width: 480px) {
  .helper-padding-top-65 {
    padding-top: 3.25rem !important;
  }
}
.helper-padding-bottom-65 {
  padding-bottom: 6.5rem !important;
}
@media screen and (max-width: 480px) {
  .helper-padding-bottom-65 {
    padding-bottom: 3.25rem !important;
  }
}
.helper-padding-65 {
  padding: 6.5rem !important;
}
@media screen and (max-width: 480px) {
  .helper-padding-65 {
    padding: 3.25rem !important;
  }
}
.helper-height-130 {
  height: 13rem !important;
}
@media screen and (max-width: 480px) {
  .helper-height-130 {
    height: 6.5rem !important;
  }
}
.helper-radius-13 {
  border-radius: 1.3rem;
}
@media screen and (max-width: 480px) {
  .helper-radius-13 {
    border-radius: 0.65rem;
  }
}
.helper-margin-top-70 {
  margin-top: 7rem !important;
}
@media screen and (max-width: 480px) {
  .helper-margin-top-70 {
    margin-top: 3.5rem !important;
  }
}
.helper-margin-bottom-70 {
  margin-bottom: 7rem !important;
}
@media screen and (max-width: 480px) {
  .helper-margin-bottom-70 {
    margin-bottom: 3.5rem !important;
  }
}
.helper-padding-top-70 {
  padding-top: 7rem !important;
}
@media screen and (max-width: 480px) {
  .helper-padding-top-70 {
    padding-top: 3.5rem !important;
  }
}
.helper-padding-bottom-70 {
  padding-bottom: 7rem !important;
}
@media screen and (max-width: 480px) {
  .helper-padding-bottom-70 {
    padding-bottom: 3.5rem !important;
  }
}
.helper-padding-70 {
  padding: 7rem !important;
}
@media screen and (max-width: 480px) {
  .helper-padding-70 {
    padding: 3.5rem !important;
  }
}
.helper-height-140 {
  height: 14rem !important;
}
@media screen and (max-width: 480px) {
  .helper-height-140 {
    height: 7rem !important;
  }
}
.helper-radius-14 {
  border-radius: 1.4rem;
}
@media screen and (max-width: 480px) {
  .helper-radius-14 {
    border-radius: 0.7rem;
  }
}
.helper-margin-top-75 {
  margin-top: 7.5rem !important;
}
@media screen and (max-width: 480px) {
  .helper-margin-top-75 {
    margin-top: 3.75rem !important;
  }
}
.helper-margin-bottom-75 {
  margin-bottom: 7.5rem !important;
}
@media screen and (max-width: 480px) {
  .helper-margin-bottom-75 {
    margin-bottom: 3.75rem !important;
  }
}
.helper-padding-top-75 {
  padding-top: 7.5rem !important;
}
@media screen and (max-width: 480px) {
  .helper-padding-top-75 {
    padding-top: 3.75rem !important;
  }
}
.helper-padding-bottom-75 {
  padding-bottom: 7.5rem !important;
}
@media screen and (max-width: 480px) {
  .helper-padding-bottom-75 {
    padding-bottom: 3.75rem !important;
  }
}
.helper-padding-75 {
  padding: 7.5rem !important;
}
@media screen and (max-width: 480px) {
  .helper-padding-75 {
    padding: 3.75rem !important;
  }
}
.helper-height-150 {
  height: 15rem !important;
}
@media screen and (max-width: 480px) {
  .helper-height-150 {
    height: 7.5rem !important;
  }
}
.helper-radius-15 {
  border-radius: 1.5rem;
}
@media screen and (max-width: 480px) {
  .helper-radius-15 {
    border-radius: 0.75rem;
  }
}
.helper-margin-top-80 {
  margin-top: 8rem !important;
}
@media screen and (max-width: 480px) {
  .helper-margin-top-80 {
    margin-top: 4rem !important;
  }
}
.helper-margin-bottom-80 {
  margin-bottom: 8rem !important;
}
@media screen and (max-width: 480px) {
  .helper-margin-bottom-80 {
    margin-bottom: 4rem !important;
  }
}
.helper-padding-top-80 {
  padding-top: 8rem !important;
}
@media screen and (max-width: 480px) {
  .helper-padding-top-80 {
    padding-top: 4rem !important;
  }
}
.helper-padding-bottom-80 {
  padding-bottom: 8rem !important;
}
@media screen and (max-width: 480px) {
  .helper-padding-bottom-80 {
    padding-bottom: 4rem !important;
  }
}
.helper-padding-80 {
  padding: 8rem !important;
}
@media screen and (max-width: 480px) {
  .helper-padding-80 {
    padding: 4rem !important;
  }
}
.helper-height-160 {
  height: 16rem !important;
}
@media screen and (max-width: 480px) {
  .helper-height-160 {
    height: 8rem !important;
  }
}
.helper-radius-16 {
  border-radius: 1.6rem;
}
@media screen and (max-width: 480px) {
  .helper-radius-16 {
    border-radius: 0.8rem;
  }
}
.helper-margin-top-85 {
  margin-top: 8.5rem !important;
}
@media screen and (max-width: 480px) {
  .helper-margin-top-85 {
    margin-top: 4.25rem !important;
  }
}
.helper-margin-bottom-85 {
  margin-bottom: 8.5rem !important;
}
@media screen and (max-width: 480px) {
  .helper-margin-bottom-85 {
    margin-bottom: 4.25rem !important;
  }
}
.helper-padding-top-85 {
  padding-top: 8.5rem !important;
}
@media screen and (max-width: 480px) {
  .helper-padding-top-85 {
    padding-top: 4.25rem !important;
  }
}
.helper-padding-bottom-85 {
  padding-bottom: 8.5rem !important;
}
@media screen and (max-width: 480px) {
  .helper-padding-bottom-85 {
    padding-bottom: 4.25rem !important;
  }
}
.helper-padding-85 {
  padding: 8.5rem !important;
}
@media screen and (max-width: 480px) {
  .helper-padding-85 {
    padding: 4.25rem !important;
  }
}
.helper-height-170 {
  height: 17rem !important;
}
@media screen and (max-width: 480px) {
  .helper-height-170 {
    height: 8.5rem !important;
  }
}
.helper-radius-17 {
  border-radius: 1.7rem;
}
@media screen and (max-width: 480px) {
  .helper-radius-17 {
    border-radius: 0.85rem;
  }
}
.helper-margin-top-90 {
  margin-top: 9rem !important;
}
@media screen and (max-width: 480px) {
  .helper-margin-top-90 {
    margin-top: 4.5rem !important;
  }
}
.helper-margin-bottom-90 {
  margin-bottom: 9rem !important;
}
@media screen and (max-width: 480px) {
  .helper-margin-bottom-90 {
    margin-bottom: 4.5rem !important;
  }
}
.helper-padding-top-90 {
  padding-top: 9rem !important;
}
@media screen and (max-width: 480px) {
  .helper-padding-top-90 {
    padding-top: 4.5rem !important;
  }
}
.helper-padding-bottom-90 {
  padding-bottom: 9rem !important;
}
@media screen and (max-width: 480px) {
  .helper-padding-bottom-90 {
    padding-bottom: 4.5rem !important;
  }
}
.helper-padding-90 {
  padding: 9rem !important;
}
@media screen and (max-width: 480px) {
  .helper-padding-90 {
    padding: 4.5rem !important;
  }
}
.helper-height-180 {
  height: 18rem !important;
}
@media screen and (max-width: 480px) {
  .helper-height-180 {
    height: 9rem !important;
  }
}
.helper-radius-18 {
  border-radius: 1.8rem;
}
@media screen and (max-width: 480px) {
  .helper-radius-18 {
    border-radius: 0.9rem;
  }
}
.helper-margin-top-95 {
  margin-top: 9.5rem !important;
}
@media screen and (max-width: 480px) {
  .helper-margin-top-95 {
    margin-top: 4.75rem !important;
  }
}
.helper-margin-bottom-95 {
  margin-bottom: 9.5rem !important;
}
@media screen and (max-width: 480px) {
  .helper-margin-bottom-95 {
    margin-bottom: 4.75rem !important;
  }
}
.helper-padding-top-95 {
  padding-top: 9.5rem !important;
}
@media screen and (max-width: 480px) {
  .helper-padding-top-95 {
    padding-top: 4.75rem !important;
  }
}
.helper-padding-bottom-95 {
  padding-bottom: 9.5rem !important;
}
@media screen and (max-width: 480px) {
  .helper-padding-bottom-95 {
    padding-bottom: 4.75rem !important;
  }
}
.helper-padding-95 {
  padding: 9.5rem !important;
}
@media screen and (max-width: 480px) {
  .helper-padding-95 {
    padding: 4.75rem !important;
  }
}
.helper-height-190 {
  height: 19rem !important;
}
@media screen and (max-width: 480px) {
  .helper-height-190 {
    height: 9.5rem !important;
  }
}
.helper-radius-19 {
  border-radius: 1.9rem;
}
@media screen and (max-width: 480px) {
  .helper-radius-19 {
    border-radius: 0.95rem;
  }
}
.helper-margin-top-100 {
  margin-top: 10rem !important;
}
@media screen and (max-width: 480px) {
  .helper-margin-top-100 {
    margin-top: 5rem !important;
  }
}
.helper-margin-bottom-100 {
  margin-bottom: 10rem !important;
}
@media screen and (max-width: 480px) {
  .helper-margin-bottom-100 {
    margin-bottom: 5rem !important;
  }
}
.helper-padding-top-100 {
  padding-top: 10rem !important;
}
@media screen and (max-width: 480px) {
  .helper-padding-top-100 {
    padding-top: 5rem !important;
  }
}
.helper-padding-bottom-100 {
  padding-bottom: 10rem !important;
}
@media screen and (max-width: 480px) {
  .helper-padding-bottom-100 {
    padding-bottom: 5rem !important;
  }
}
.helper-padding-100 {
  padding: 10rem !important;
}
@media screen and (max-width: 480px) {
  .helper-padding-100 {
    padding: 5rem !important;
  }
}
.helper-height-200 {
  height: 20rem !important;
}
@media screen and (max-width: 480px) {
  .helper-height-200 {
    height: 10rem !important;
  }
}
.helper-radius-20 {
  border-radius: 2rem;
}
@media screen and (max-width: 480px) {
  .helper-radius-20 {
    border-radius: 1rem;
  }
}
.helper-margin-top-105 {
  margin-top: 10.5rem !important;
}
@media screen and (max-width: 480px) {
  .helper-margin-top-105 {
    margin-top: 5.25rem !important;
  }
}
.helper-margin-bottom-105 {
  margin-bottom: 10.5rem !important;
}
@media screen and (max-width: 480px) {
  .helper-margin-bottom-105 {
    margin-bottom: 5.25rem !important;
  }
}
.helper-padding-top-105 {
  padding-top: 10.5rem !important;
}
@media screen and (max-width: 480px) {
  .helper-padding-top-105 {
    padding-top: 5.25rem !important;
  }
}
.helper-padding-bottom-105 {
  padding-bottom: 10.5rem !important;
}
@media screen and (max-width: 480px) {
  .helper-padding-bottom-105 {
    padding-bottom: 5.25rem !important;
  }
}
.helper-padding-105 {
  padding: 10.5rem !important;
}
@media screen and (max-width: 480px) {
  .helper-padding-105 {
    padding: 5.25rem !important;
  }
}
.helper-height-210 {
  height: 21rem !important;
}
@media screen and (max-width: 480px) {
  .helper-height-210 {
    height: 10.5rem !important;
  }
}
.helper-radius-21 {
  border-radius: 2.1rem;
}
@media screen and (max-width: 480px) {
  .helper-radius-21 {
    border-radius: 1.05rem;
  }
}
.helper-margin-top-110 {
  margin-top: 11rem !important;
}
@media screen and (max-width: 480px) {
  .helper-margin-top-110 {
    margin-top: 5.5rem !important;
  }
}
.helper-margin-bottom-110 {
  margin-bottom: 11rem !important;
}
@media screen and (max-width: 480px) {
  .helper-margin-bottom-110 {
    margin-bottom: 5.5rem !important;
  }
}
.helper-padding-top-110 {
  padding-top: 11rem !important;
}
@media screen and (max-width: 480px) {
  .helper-padding-top-110 {
    padding-top: 5.5rem !important;
  }
}
.helper-padding-bottom-110 {
  padding-bottom: 11rem !important;
}
@media screen and (max-width: 480px) {
  .helper-padding-bottom-110 {
    padding-bottom: 5.5rem !important;
  }
}
.helper-padding-110 {
  padding: 11rem !important;
}
@media screen and (max-width: 480px) {
  .helper-padding-110 {
    padding: 5.5rem !important;
  }
}
.helper-height-220 {
  height: 22rem !important;
}
@media screen and (max-width: 480px) {
  .helper-height-220 {
    height: 11rem !important;
  }
}
.helper-radius-22 {
  border-radius: 2.2rem;
}
@media screen and (max-width: 480px) {
  .helper-radius-22 {
    border-radius: 1.1rem;
  }
}
.helper-margin-top-115 {
  margin-top: 11.5rem !important;
}
@media screen and (max-width: 480px) {
  .helper-margin-top-115 {
    margin-top: 5.75rem !important;
  }
}
.helper-margin-bottom-115 {
  margin-bottom: 11.5rem !important;
}
@media screen and (max-width: 480px) {
  .helper-margin-bottom-115 {
    margin-bottom: 5.75rem !important;
  }
}
.helper-padding-top-115 {
  padding-top: 11.5rem !important;
}
@media screen and (max-width: 480px) {
  .helper-padding-top-115 {
    padding-top: 5.75rem !important;
  }
}
.helper-padding-bottom-115 {
  padding-bottom: 11.5rem !important;
}
@media screen and (max-width: 480px) {
  .helper-padding-bottom-115 {
    padding-bottom: 5.75rem !important;
  }
}
.helper-padding-115 {
  padding: 11.5rem !important;
}
@media screen and (max-width: 480px) {
  .helper-padding-115 {
    padding: 5.75rem !important;
  }
}
.helper-height-230 {
  height: 23rem !important;
}
@media screen and (max-width: 480px) {
  .helper-height-230 {
    height: 11.5rem !important;
  }
}
.helper-radius-23 {
  border-radius: 2.3rem;
}
@media screen and (max-width: 480px) {
  .helper-radius-23 {
    border-radius: 1.15rem;
  }
}
.helper-margin-top-120 {
  margin-top: 12rem !important;
}
@media screen and (max-width: 480px) {
  .helper-margin-top-120 {
    margin-top: 6rem !important;
  }
}
.helper-margin-bottom-120 {
  margin-bottom: 12rem !important;
}
@media screen and (max-width: 480px) {
  .helper-margin-bottom-120 {
    margin-bottom: 6rem !important;
  }
}
.helper-padding-top-120 {
  padding-top: 12rem !important;
}
@media screen and (max-width: 480px) {
  .helper-padding-top-120 {
    padding-top: 6rem !important;
  }
}
.helper-padding-bottom-120 {
  padding-bottom: 12rem !important;
}
@media screen and (max-width: 480px) {
  .helper-padding-bottom-120 {
    padding-bottom: 6rem !important;
  }
}
.helper-padding-120 {
  padding: 12rem !important;
}
@media screen and (max-width: 480px) {
  .helper-padding-120 {
    padding: 6rem !important;
  }
}
.helper-height-240 {
  height: 24rem !important;
}
@media screen and (max-width: 480px) {
  .helper-height-240 {
    height: 12rem !important;
  }
}
.helper-radius-24 {
  border-radius: 2.4rem;
}
@media screen and (max-width: 480px) {
  .helper-radius-24 {
    border-radius: 1.2rem;
  }
}
.helper-margin-top-125 {
  margin-top: 12.5rem !important;
}
@media screen and (max-width: 480px) {
  .helper-margin-top-125 {
    margin-top: 6.25rem !important;
  }
}
.helper-margin-bottom-125 {
  margin-bottom: 12.5rem !important;
}
@media screen and (max-width: 480px) {
  .helper-margin-bottom-125 {
    margin-bottom: 6.25rem !important;
  }
}
.helper-padding-top-125 {
  padding-top: 12.5rem !important;
}
@media screen and (max-width: 480px) {
  .helper-padding-top-125 {
    padding-top: 6.25rem !important;
  }
}
.helper-padding-bottom-125 {
  padding-bottom: 12.5rem !important;
}
@media screen and (max-width: 480px) {
  .helper-padding-bottom-125 {
    padding-bottom: 6.25rem !important;
  }
}
.helper-padding-125 {
  padding: 12.5rem !important;
}
@media screen and (max-width: 480px) {
  .helper-padding-125 {
    padding: 6.25rem !important;
  }
}
.helper-height-250 {
  height: 25rem !important;
}
@media screen and (max-width: 480px) {
  .helper-height-250 {
    height: 12.5rem !important;
  }
}
.helper-radius-25 {
  border-radius: 2.5rem;
}
@media screen and (max-width: 480px) {
  .helper-radius-25 {
    border-radius: 1.25rem;
  }
}
.helper-margin-top-130 {
  margin-top: 13rem !important;
}
@media screen and (max-width: 480px) {
  .helper-margin-top-130 {
    margin-top: 6.5rem !important;
  }
}
.helper-margin-bottom-130 {
  margin-bottom: 13rem !important;
}
@media screen and (max-width: 480px) {
  .helper-margin-bottom-130 {
    margin-bottom: 6.5rem !important;
  }
}
.helper-padding-top-130 {
  padding-top: 13rem !important;
}
@media screen and (max-width: 480px) {
  .helper-padding-top-130 {
    padding-top: 6.5rem !important;
  }
}
.helper-padding-bottom-130 {
  padding-bottom: 13rem !important;
}
@media screen and (max-width: 480px) {
  .helper-padding-bottom-130 {
    padding-bottom: 6.5rem !important;
  }
}
.helper-padding-130 {
  padding: 13rem !important;
}
@media screen and (max-width: 480px) {
  .helper-padding-130 {
    padding: 6.5rem !important;
  }
}
.helper-height-260 {
  height: 26rem !important;
}
@media screen and (max-width: 480px) {
  .helper-height-260 {
    height: 13rem !important;
  }
}
.helper-radius-26 {
  border-radius: 2.6rem;
}
@media screen and (max-width: 480px) {
  .helper-radius-26 {
    border-radius: 1.3rem;
  }
}
.helper-margin-top-135 {
  margin-top: 13.5rem !important;
}
@media screen and (max-width: 480px) {
  .helper-margin-top-135 {
    margin-top: 6.75rem !important;
  }
}
.helper-margin-bottom-135 {
  margin-bottom: 13.5rem !important;
}
@media screen and (max-width: 480px) {
  .helper-margin-bottom-135 {
    margin-bottom: 6.75rem !important;
  }
}
.helper-padding-top-135 {
  padding-top: 13.5rem !important;
}
@media screen and (max-width: 480px) {
  .helper-padding-top-135 {
    padding-top: 6.75rem !important;
  }
}
.helper-padding-bottom-135 {
  padding-bottom: 13.5rem !important;
}
@media screen and (max-width: 480px) {
  .helper-padding-bottom-135 {
    padding-bottom: 6.75rem !important;
  }
}
.helper-padding-135 {
  padding: 13.5rem !important;
}
@media screen and (max-width: 480px) {
  .helper-padding-135 {
    padding: 6.75rem !important;
  }
}
.helper-height-270 {
  height: 27rem !important;
}
@media screen and (max-width: 480px) {
  .helper-height-270 {
    height: 13.5rem !important;
  }
}
.helper-radius-27 {
  border-radius: 2.7rem;
}
@media screen and (max-width: 480px) {
  .helper-radius-27 {
    border-radius: 1.35rem;
  }
}
.helper-margin-top-140 {
  margin-top: 14rem !important;
}
@media screen and (max-width: 480px) {
  .helper-margin-top-140 {
    margin-top: 7rem !important;
  }
}
.helper-margin-bottom-140 {
  margin-bottom: 14rem !important;
}
@media screen and (max-width: 480px) {
  .helper-margin-bottom-140 {
    margin-bottom: 7rem !important;
  }
}
.helper-padding-top-140 {
  padding-top: 14rem !important;
}
@media screen and (max-width: 480px) {
  .helper-padding-top-140 {
    padding-top: 7rem !important;
  }
}
.helper-padding-bottom-140 {
  padding-bottom: 14rem !important;
}
@media screen and (max-width: 480px) {
  .helper-padding-bottom-140 {
    padding-bottom: 7rem !important;
  }
}
.helper-padding-140 {
  padding: 14rem !important;
}
@media screen and (max-width: 480px) {
  .helper-padding-140 {
    padding: 7rem !important;
  }
}
.helper-height-280 {
  height: 28rem !important;
}
@media screen and (max-width: 480px) {
  .helper-height-280 {
    height: 14rem !important;
  }
}
.helper-radius-28 {
  border-radius: 2.8rem;
}
@media screen and (max-width: 480px) {
  .helper-radius-28 {
    border-radius: 1.4rem;
  }
}
.helper-margin-top-145 {
  margin-top: 14.5rem !important;
}
@media screen and (max-width: 480px) {
  .helper-margin-top-145 {
    margin-top: 7.25rem !important;
  }
}
.helper-margin-bottom-145 {
  margin-bottom: 14.5rem !important;
}
@media screen and (max-width: 480px) {
  .helper-margin-bottom-145 {
    margin-bottom: 7.25rem !important;
  }
}
.helper-padding-top-145 {
  padding-top: 14.5rem !important;
}
@media screen and (max-width: 480px) {
  .helper-padding-top-145 {
    padding-top: 7.25rem !important;
  }
}
.helper-padding-bottom-145 {
  padding-bottom: 14.5rem !important;
}
@media screen and (max-width: 480px) {
  .helper-padding-bottom-145 {
    padding-bottom: 7.25rem !important;
  }
}
.helper-padding-145 {
  padding: 14.5rem !important;
}
@media screen and (max-width: 480px) {
  .helper-padding-145 {
    padding: 7.25rem !important;
  }
}
.helper-height-290 {
  height: 29rem !important;
}
@media screen and (max-width: 480px) {
  .helper-height-290 {
    height: 14.5rem !important;
  }
}
.helper-radius-29 {
  border-radius: 2.9rem;
}
@media screen and (max-width: 480px) {
  .helper-radius-29 {
    border-radius: 1.45rem;
  }
}
.helper-margin-top-150 {
  margin-top: 15rem !important;
}
@media screen and (max-width: 480px) {
  .helper-margin-top-150 {
    margin-top: 7.5rem !important;
  }
}
.helper-margin-bottom-150 {
  margin-bottom: 15rem !important;
}
@media screen and (max-width: 480px) {
  .helper-margin-bottom-150 {
    margin-bottom: 7.5rem !important;
  }
}
.helper-padding-top-150 {
  padding-top: 15rem !important;
}
@media screen and (max-width: 480px) {
  .helper-padding-top-150 {
    padding-top: 7.5rem !important;
  }
}
.helper-padding-bottom-150 {
  padding-bottom: 15rem !important;
}
@media screen and (max-width: 480px) {
  .helper-padding-bottom-150 {
    padding-bottom: 7.5rem !important;
  }
}
.helper-padding-150 {
  padding: 15rem !important;
}
@media screen and (max-width: 480px) {
  .helper-padding-150 {
    padding: 7.5rem !important;
  }
}
.helper-height-300 {
  height: 30rem !important;
}
@media screen and (max-width: 480px) {
  .helper-height-300 {
    height: 15rem !important;
  }
}
.helper-radius-30 {
  border-radius: 3rem;
}
@media screen and (max-width: 480px) {
  .helper-radius-30 {
    border-radius: 1.5rem;
  }
}
.helper-margin-top-155 {
  margin-top: 15.5rem !important;
}
@media screen and (max-width: 480px) {
  .helper-margin-top-155 {
    margin-top: 7.75rem !important;
  }
}
.helper-margin-bottom-155 {
  margin-bottom: 15.5rem !important;
}
@media screen and (max-width: 480px) {
  .helper-margin-bottom-155 {
    margin-bottom: 7.75rem !important;
  }
}
.helper-padding-top-155 {
  padding-top: 15.5rem !important;
}
@media screen and (max-width: 480px) {
  .helper-padding-top-155 {
    padding-top: 7.75rem !important;
  }
}
.helper-padding-bottom-155 {
  padding-bottom: 15.5rem !important;
}
@media screen and (max-width: 480px) {
  .helper-padding-bottom-155 {
    padding-bottom: 7.75rem !important;
  }
}
.helper-padding-155 {
  padding: 15.5rem !important;
}
@media screen and (max-width: 480px) {
  .helper-padding-155 {
    padding: 7.75rem !important;
  }
}
.helper-height-310 {
  height: 31rem !important;
}
@media screen and (max-width: 480px) {
  .helper-height-310 {
    height: 15.5rem !important;
  }
}
.helper-radius-31 {
  border-radius: 3.1rem;
}
@media screen and (max-width: 480px) {
  .helper-radius-31 {
    border-radius: 1.55rem;
  }
}
.helper-margin-top-160 {
  margin-top: 16rem !important;
}
@media screen and (max-width: 480px) {
  .helper-margin-top-160 {
    margin-top: 8rem !important;
  }
}
.helper-margin-bottom-160 {
  margin-bottom: 16rem !important;
}
@media screen and (max-width: 480px) {
  .helper-margin-bottom-160 {
    margin-bottom: 8rem !important;
  }
}
.helper-padding-top-160 {
  padding-top: 16rem !important;
}
@media screen and (max-width: 480px) {
  .helper-padding-top-160 {
    padding-top: 8rem !important;
  }
}
.helper-padding-bottom-160 {
  padding-bottom: 16rem !important;
}
@media screen and (max-width: 480px) {
  .helper-padding-bottom-160 {
    padding-bottom: 8rem !important;
  }
}
.helper-padding-160 {
  padding: 16rem !important;
}
@media screen and (max-width: 480px) {
  .helper-padding-160 {
    padding: 8rem !important;
  }
}
.helper-height-320 {
  height: 32rem !important;
}
@media screen and (max-width: 480px) {
  .helper-height-320 {
    height: 16rem !important;
  }
}
.helper-radius-32 {
  border-radius: 3.2rem;
}
@media screen and (max-width: 480px) {
  .helper-radius-32 {
    border-radius: 1.6rem;
  }
}
.helper-margin-top-165 {
  margin-top: 16.5rem !important;
}
@media screen and (max-width: 480px) {
  .helper-margin-top-165 {
    margin-top: 8.25rem !important;
  }
}
.helper-margin-bottom-165 {
  margin-bottom: 16.5rem !important;
}
@media screen and (max-width: 480px) {
  .helper-margin-bottom-165 {
    margin-bottom: 8.25rem !important;
  }
}
.helper-padding-top-165 {
  padding-top: 16.5rem !important;
}
@media screen and (max-width: 480px) {
  .helper-padding-top-165 {
    padding-top: 8.25rem !important;
  }
}
.helper-padding-bottom-165 {
  padding-bottom: 16.5rem !important;
}
@media screen and (max-width: 480px) {
  .helper-padding-bottom-165 {
    padding-bottom: 8.25rem !important;
  }
}
.helper-padding-165 {
  padding: 16.5rem !important;
}
@media screen and (max-width: 480px) {
  .helper-padding-165 {
    padding: 8.25rem !important;
  }
}
.helper-height-330 {
  height: 33rem !important;
}
@media screen and (max-width: 480px) {
  .helper-height-330 {
    height: 16.5rem !important;
  }
}
.helper-radius-33 {
  border-radius: 3.3rem;
}
@media screen and (max-width: 480px) {
  .helper-radius-33 {
    border-radius: 1.65rem;
  }
}
.helper-margin-top-170 {
  margin-top: 17rem !important;
}
@media screen and (max-width: 480px) {
  .helper-margin-top-170 {
    margin-top: 8.5rem !important;
  }
}
.helper-margin-bottom-170 {
  margin-bottom: 17rem !important;
}
@media screen and (max-width: 480px) {
  .helper-margin-bottom-170 {
    margin-bottom: 8.5rem !important;
  }
}
.helper-padding-top-170 {
  padding-top: 17rem !important;
}
@media screen and (max-width: 480px) {
  .helper-padding-top-170 {
    padding-top: 8.5rem !important;
  }
}
.helper-padding-bottom-170 {
  padding-bottom: 17rem !important;
}
@media screen and (max-width: 480px) {
  .helper-padding-bottom-170 {
    padding-bottom: 8.5rem !important;
  }
}
.helper-padding-170 {
  padding: 17rem !important;
}
@media screen and (max-width: 480px) {
  .helper-padding-170 {
    padding: 8.5rem !important;
  }
}
.helper-height-340 {
  height: 34rem !important;
}
@media screen and (max-width: 480px) {
  .helper-height-340 {
    height: 17rem !important;
  }
}
.helper-radius-34 {
  border-radius: 3.4rem;
}
@media screen and (max-width: 480px) {
  .helper-radius-34 {
    border-radius: 1.7rem;
  }
}
.helper-margin-top-175 {
  margin-top: 17.5rem !important;
}
@media screen and (max-width: 480px) {
  .helper-margin-top-175 {
    margin-top: 8.75rem !important;
  }
}
.helper-margin-bottom-175 {
  margin-bottom: 17.5rem !important;
}
@media screen and (max-width: 480px) {
  .helper-margin-bottom-175 {
    margin-bottom: 8.75rem !important;
  }
}
.helper-padding-top-175 {
  padding-top: 17.5rem !important;
}
@media screen and (max-width: 480px) {
  .helper-padding-top-175 {
    padding-top: 8.75rem !important;
  }
}
.helper-padding-bottom-175 {
  padding-bottom: 17.5rem !important;
}
@media screen and (max-width: 480px) {
  .helper-padding-bottom-175 {
    padding-bottom: 8.75rem !important;
  }
}
.helper-padding-175 {
  padding: 17.5rem !important;
}
@media screen and (max-width: 480px) {
  .helper-padding-175 {
    padding: 8.75rem !important;
  }
}
.helper-height-350 {
  height: 35rem !important;
}
@media screen and (max-width: 480px) {
  .helper-height-350 {
    height: 17.5rem !important;
  }
}
.helper-radius-35 {
  border-radius: 3.5rem;
}
@media screen and (max-width: 480px) {
  .helper-radius-35 {
    border-radius: 1.75rem;
  }
}
.helper-margin-top-180 {
  margin-top: 18rem !important;
}
@media screen and (max-width: 480px) {
  .helper-margin-top-180 {
    margin-top: 9rem !important;
  }
}
.helper-margin-bottom-180 {
  margin-bottom: 18rem !important;
}
@media screen and (max-width: 480px) {
  .helper-margin-bottom-180 {
    margin-bottom: 9rem !important;
  }
}
.helper-padding-top-180 {
  padding-top: 18rem !important;
}
@media screen and (max-width: 480px) {
  .helper-padding-top-180 {
    padding-top: 9rem !important;
  }
}
.helper-padding-bottom-180 {
  padding-bottom: 18rem !important;
}
@media screen and (max-width: 480px) {
  .helper-padding-bottom-180 {
    padding-bottom: 9rem !important;
  }
}
.helper-padding-180 {
  padding: 18rem !important;
}
@media screen and (max-width: 480px) {
  .helper-padding-180 {
    padding: 9rem !important;
  }
}
.helper-height-360 {
  height: 36rem !important;
}
@media screen and (max-width: 480px) {
  .helper-height-360 {
    height: 18rem !important;
  }
}
.helper-radius-36 {
  border-radius: 3.6rem;
}
@media screen and (max-width: 480px) {
  .helper-radius-36 {
    border-radius: 1.8rem;
  }
}
.helper-margin-top-185 {
  margin-top: 18.5rem !important;
}
@media screen and (max-width: 480px) {
  .helper-margin-top-185 {
    margin-top: 9.25rem !important;
  }
}
.helper-margin-bottom-185 {
  margin-bottom: 18.5rem !important;
}
@media screen and (max-width: 480px) {
  .helper-margin-bottom-185 {
    margin-bottom: 9.25rem !important;
  }
}
.helper-padding-top-185 {
  padding-top: 18.5rem !important;
}
@media screen and (max-width: 480px) {
  .helper-padding-top-185 {
    padding-top: 9.25rem !important;
  }
}
.helper-padding-bottom-185 {
  padding-bottom: 18.5rem !important;
}
@media screen and (max-width: 480px) {
  .helper-padding-bottom-185 {
    padding-bottom: 9.25rem !important;
  }
}
.helper-padding-185 {
  padding: 18.5rem !important;
}
@media screen and (max-width: 480px) {
  .helper-padding-185 {
    padding: 9.25rem !important;
  }
}
.helper-height-370 {
  height: 37rem !important;
}
@media screen and (max-width: 480px) {
  .helper-height-370 {
    height: 18.5rem !important;
  }
}
.helper-radius-37 {
  border-radius: 3.7rem;
}
@media screen and (max-width: 480px) {
  .helper-radius-37 {
    border-radius: 1.85rem;
  }
}
.helper-margin-top-190 {
  margin-top: 19rem !important;
}
@media screen and (max-width: 480px) {
  .helper-margin-top-190 {
    margin-top: 9.5rem !important;
  }
}
.helper-margin-bottom-190 {
  margin-bottom: 19rem !important;
}
@media screen and (max-width: 480px) {
  .helper-margin-bottom-190 {
    margin-bottom: 9.5rem !important;
  }
}
.helper-padding-top-190 {
  padding-top: 19rem !important;
}
@media screen and (max-width: 480px) {
  .helper-padding-top-190 {
    padding-top: 9.5rem !important;
  }
}
.helper-padding-bottom-190 {
  padding-bottom: 19rem !important;
}
@media screen and (max-width: 480px) {
  .helper-padding-bottom-190 {
    padding-bottom: 9.5rem !important;
  }
}
.helper-padding-190 {
  padding: 19rem !important;
}
@media screen and (max-width: 480px) {
  .helper-padding-190 {
    padding: 9.5rem !important;
  }
}
.helper-height-380 {
  height: 38rem !important;
}
@media screen and (max-width: 480px) {
  .helper-height-380 {
    height: 19rem !important;
  }
}
.helper-radius-38 {
  border-radius: 3.8rem;
}
@media screen and (max-width: 480px) {
  .helper-radius-38 {
    border-radius: 1.9rem;
  }
}
.helper-margin-top-195 {
  margin-top: 19.5rem !important;
}
@media screen and (max-width: 480px) {
  .helper-margin-top-195 {
    margin-top: 9.75rem !important;
  }
}
.helper-margin-bottom-195 {
  margin-bottom: 19.5rem !important;
}
@media screen and (max-width: 480px) {
  .helper-margin-bottom-195 {
    margin-bottom: 9.75rem !important;
  }
}
.helper-padding-top-195 {
  padding-top: 19.5rem !important;
}
@media screen and (max-width: 480px) {
  .helper-padding-top-195 {
    padding-top: 9.75rem !important;
  }
}
.helper-padding-bottom-195 {
  padding-bottom: 19.5rem !important;
}
@media screen and (max-width: 480px) {
  .helper-padding-bottom-195 {
    padding-bottom: 9.75rem !important;
  }
}
.helper-padding-195 {
  padding: 19.5rem !important;
}
@media screen and (max-width: 480px) {
  .helper-padding-195 {
    padding: 9.75rem !important;
  }
}
.helper-height-390 {
  height: 39rem !important;
}
@media screen and (max-width: 480px) {
  .helper-height-390 {
    height: 19.5rem !important;
  }
}
.helper-radius-39 {
  border-radius: 3.9rem;
}
@media screen and (max-width: 480px) {
  .helper-radius-39 {
    border-radius: 1.95rem;
  }
}
.helper-margin-top-200 {
  margin-top: 20rem !important;
}
@media screen and (max-width: 480px) {
  .helper-margin-top-200 {
    margin-top: 10rem !important;
  }
}
.helper-margin-bottom-200 {
  margin-bottom: 20rem !important;
}
@media screen and (max-width: 480px) {
  .helper-margin-bottom-200 {
    margin-bottom: 10rem !important;
  }
}
.helper-padding-top-200 {
  padding-top: 20rem !important;
}
@media screen and (max-width: 480px) {
  .helper-padding-top-200 {
    padding-top: 10rem !important;
  }
}
.helper-padding-bottom-200 {
  padding-bottom: 20rem !important;
}
@media screen and (max-width: 480px) {
  .helper-padding-bottom-200 {
    padding-bottom: 10rem !important;
  }
}
.helper-padding-200 {
  padding: 20rem !important;
}
@media screen and (max-width: 480px) {
  .helper-padding-200 {
    padding: 10rem !important;
  }
}
.helper-height-400 {
  height: 40rem !important;
}
@media screen and (max-width: 480px) {
  .helper-height-400 {
    height: 20rem !important;
  }
}
.helper-radius-40 {
  border-radius: 4rem;
}
@media screen and (max-width: 480px) {
  .helper-radius-40 {
    border-radius: 2rem;
  }
}
.helper-font-family-en {
  font-family: "Outfit", sans-serif;
}
.helper-font-weight-bold {
  font-weight: bold;
}
.helper-text-align-center {
  text-align: center;
}
@media screen and (max-width: 480px) {
  .helper-text-align-center-sp {
    text-align: center;
  }
}
.helper-text-align-right {
  text-align: right;
}
¥ .helper-color-white {
  color: #fff;
}
.helper-bg-color-white {
  background: #fff;
}
.helper-bg-color-black {
  color: #fff;
  background: #333333;
}
.helper-hover-opacity {
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  will-change: opacity;
}
@media (hover: hover) {
  .helper-hover-opacity:hover {
    opacity: 0.6;
  }
}
@media (hover: none) {
  .helper-hover-opacity:active {
    opacity: 0.6;
  }
}
.helper-hover-underline {
  position: relative;
}
.helper-hover-underline::before {
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  scale: 0 1;
  transform-origin: right center;
  background-color: #fff;
  transition: scale 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  will-change: scale;
}
@media (hover: hover) {
  .helper-hover-underline:hover::before {
    scale: 1 1;
    transform-origin: left center;
  }
}
@media (hover: none) {
  .helper-hover-underline:active::before {
    scale: 1 1;
    transform-origin: left center;
  }
}
.helper-hover-scale img {
  scale: 1;
  transition: scale 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  will-change: scale;
}
@media (hover: hover) {
  .helper-hover-scale:hover img {
    scale: 1.1;
  }
}
@media (hover: none) {
  .helper-hover-scale:active img {
    scale: 1.1;
  }
}
.js-tab-target {
  display: none;
}
.js-tab-target.is-active {
  display: block;
}
.helper-after-none::after {
  display: none !important;
}
.helper-after-white::after {
  background-color: #fff !important;
}