:root {
  --color-white: #FFFFFF;
  --color-black: #22282a;
  --color-gray: #F0F0F0;
  --color-base: #f9fcf2;
  --color-main: #7cb4f1;
  --color-text: #677376;
  --color-main-dark: #229C2A;
  --color-accent: #222e0a;
  --grad-ver1: linear-gradient(135deg, #ffe29f, #a8e063);
  --grad-ver2: linear-gradient(135deg, #ffc107, #8bc34a);
  --font-main: "ryo-gothic-plusn", sans-serif;
  --font-serif: "shippori-mincho", sans-serif;
}

/* ******************************
 *
 * RESPONSIVE MIXIN
 *
 * ****************************** */
/* ******************************
 *
 * FONT SETTINGS
 *
 * ****************************** */
@font-face {
  font-family: "tsukuhou";
  src: url("../font/Tsukuhou-35Point-Gothic.ttf") format("truetype");
}
/* ******************************
 *
 * FONT SETTINGS
 *
 * ****************************** */
@-webkit-keyframes loopCl {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes loopCl {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes loopClRv {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes loopClRv {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
/* ------------------------------
    FORM RESET
  ------------------------------ */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

input,
select,
textarea {
  outline: none;
  border: none;
}
input::focus,
select::focus,
textarea::focus {
  outline: none;
}

input[type=date]::-webkit-date-and-time-value {
  text-align: left;
}

input[type=submit],
select,
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
select::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
  -moz-appearance: textfield;
}

input[type=radio],
input[type=checkbox] {
  display: none;
}

button {
  cursor: pointer;
  background: none;
  color: inherit;
  border: none;
  outline: none;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  text-align: left;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  padding: 0;
}
button:focus {
  outline: none;
}

a {
  text-decoration: none;
  color: inherit;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

::-moz-selection {
  background-color: var(--color-main);
  color: var(--color-white);
}

::selection {
  background-color: var(--color-main);
  color: var(--color-white);
}

/* ------------------------------
    DEFAULT BLOCK SETTINGS
  ------------------------------ */
html {
  scroll-behavior: smooth;
  scrollbar-width: none;
  margin-top: 0 !important;
  color: var(--color-text);
  background: var(--color-base);
}
@media screen and (min-width: 320px) {
  html {
    font-size: 2.56411vw;
  }
}
@media screen and (min-width: 600px) {
  html {
    font-size: 1.5vw;
  }
}
@media screen and (min-width: 1025px) {
  html {
    font-size: 0.5208335vw;
  }
}
@media screen and (min-width: 1921px) {
  html {
    font-size: 0.5208335vw;
  }
}
html::-webkit-scrollbar {
  display: none;
}

body {
  font-family: var(--font-main) !important;
  font-weight: 400 !important;
  font-style: normal !important;
  margin: 0;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.img .imgWrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 66.67%;
  overflow: hidden;
  background: var(--color-gray);
}
@media screen and (min-width: 320px) {
  .img .imgWrapper {
    border-radius: 16px;
  }
}
@media screen and (min-width: 600px) {
  .img .imgWrapper {
    border-radius: 24px;
  }
}
.img img,
.img video {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 320px) {
  br.sp {
    display: block;
  }
}
@media screen and (min-width: 600px) {
  br.sp {
    display: none;
  }
}
@media screen and (min-width: 320px) {
  br.pc {
    display: none;
  }
}
@media screen and (min-width: 600px) {
  br.pc {
    display: block;
  }
}

.lg_item {
  border-radius: 24px;
  -webkit-backdrop-filter: blur(24px) saturate(148%) brightness(0.96);
          backdrop-filter: blur(24px) saturate(148%) brightness(0.96);
  -webkit-box-shadow: rgba(255, 255, 255, 0.48) 1px 4px 12px inset, rgba(255, 255, 255, 0.48) -1px -4px 12px inset;
          box-shadow: rgba(255, 255, 255, 0.48) 1px 4px 12px inset, rgba(255, 255, 255, 0.48) -1px -4px 12px inset;
}

.textSlider_body,
.textSlider_wrapper,
.textSliderLink_body,
.textSliderLink_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.textSlider_body,
.textSliderLink_body {
  overflow: hidden;
}

.textSlider_wrapper {
  -webkit-animation: loopCl 50000ms linear infinite both;
          animation: loopCl 50000ms linear infinite both;
}

.textSliderLink_body,
.textSliderLink_wrapper {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.textSliderLink_body:hover .textSliderLink_text span:first-child {
  -webkit-transform: translateY(-105%);
          transform: translateY(-105%);
}
.textSliderLink_body:hover .textSliderLink_text span:last-child {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
.textSliderLink_body:hover .textSliderLink_icon::before {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
.textSliderLink_body:hover .textSliderLink_icon svg {
  fill: var(--color-white);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.textSliderLink_text {
  position: relative;
  color: var(--color-main);
  overflow: hidden;
}
.textSliderLink_text span {
  display: inline-block;
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
}
.textSliderLink_text span:last-child {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(105%);
          transform: translateY(105%);
}

.textSliderLink_icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 320px) {
  .textSliderLink_icon {
    width: 8rem;
    height: 8rem;
    margin: 0 16px;
  }
}
@media screen and (min-width: 600px) {
  .textSliderLink_icon {
    width: 18rem;
    height: 18rem;
    margin: 0 32px;
  }
}
.textSliderLink_icon::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: var(--color-black);
  border-radius: 50%;
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
}
.textSliderLink_icon svg {
  position: relative;
  z-index: 1;
  display: block;
  width: 30%;
  height: 30%;
  fill: var(--color-main);
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
}

@media screen and (min-width: 320px) {
  .textSliderLink_img {
    width: 22rem;
    margin-right: 8px;
  }
}
@media screen and (min-width: 600px) {
  .textSliderLink_img {
    width: 52rem;
    margin-right: 16px;
  }
}

.textSliderLink_wrapper {
  -webkit-animation: loopClRv 50000ms linear infinite both;
          animation: loopClRv 50000ms linear infinite both;
}

@-webkit-keyframes goArrow {
  0% {
    -webkit-transform: translateX(0rem);
            transform: translateX(0rem);
    opacity: 1;
  }
  22% {
    -webkit-transform: translateX(4rem);
            transform: translateX(4rem);
    opacity: 0;
  }
  45% {
    -webkit-transform: translateX(8rem);
            transform: translateX(8rem);
    opacity: 0;
  }
  55% {
    -webkit-transform: translateX(-8rem);
            transform: translateX(-8rem);
    opacity: 0;
  }
  77% {
    -webkit-transform: translateX(-4rem);
            transform: translateX(-4rem);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0rem);
            transform: translateX(0rem);
    opacity: 1;
  }
}

@keyframes goArrow {
  0% {
    -webkit-transform: translateX(0rem);
            transform: translateX(0rem);
    opacity: 1;
  }
  22% {
    -webkit-transform: translateX(4rem);
            transform: translateX(4rem);
    opacity: 0;
  }
  45% {
    -webkit-transform: translateX(8rem);
            transform: translateX(8rem);
    opacity: 0;
  }
  55% {
    -webkit-transform: translateX(-8rem);
            transform: translateX(-8rem);
    opacity: 0;
  }
  77% {
    -webkit-transform: translateX(-4rem);
            transform: translateX(-4rem);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0rem);
            transform: translateX(0rem);
    opacity: 1;
  }
}
.btnCommon:hover .btnCommon_inner {
  -webkit-backdrop-filter: blur(24px) saturate(144%) brightness(1.6);
          backdrop-filter: blur(24px) saturate(144%) brightness(1.6);
}
.btnCommon:hover .btnCommon_text {
  color: var(--color-main);
}
.btnCommon:hover .btnCommon_icon::before {
  background: var(--color-main);
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
.btnCommon:hover .btnCommon_icon svg {
  fill: var(--color-white);
  -webkit-animation: goArrow 600ms ease;
          animation: goArrow 600ms ease;
}
@media screen and (min-width: 320px) {
  .btnCommon.small .btnCommon_inner {
    gap: 32px;
    padding: 4px 4px 4px 16px;
  }
}
@media screen and (min-width: 600px) {
  .btnCommon.small .btnCommon_inner {
    gap: 64px;
    padding: 8px 8px 8px 32px;
  }
}
@media screen and (min-width: 320px) {
  .btnCommon.small .btnCommon_text {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 600px) {
  .btnCommon.small .btnCommon_text {
    font-size: 2rem;
  }
}
@media screen and (min-width: 320px) {
  .btnCommon.small .btnCommon_icon {
    width: 4.4rem;
    height: 4.4rem;
  }
}
@media screen and (min-width: 600px) {
  .btnCommon.small .btnCommon_icon {
    width: 8.4rem;
    height: 8.4rem;
  }
}

.btnCommon_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10rem;
  -webkit-backdrop-filter: blur(24px) saturate(144%) brightness(0.96);
          backdrop-filter: blur(24px) saturate(144%) brightness(0.96);
  -webkit-box-shadow: rgba(255, 255, 255, 0.48) 1px 4px 12px inset, rgba(255, 255, 255, 0.48) -1px -4px 12px inset;
          box-shadow: rgba(255, 255, 255, 0.48) 1px 4px 12px inset, rgba(255, 255, 255, 0.48) -1px -4px 12px inset;
  -webkit-transition: -webkit-backdrop-filter 400ms ease;
  transition: -webkit-backdrop-filter 400ms ease;
  transition: backdrop-filter 400ms ease;
  transition: backdrop-filter 400ms ease, -webkit-backdrop-filter 400ms ease;
}
@media screen and (min-width: 320px) {
  .btnCommon_inner {
    gap: 64px;
    padding: 4px 4px 4px 32px;
  }
}
@media screen and (min-width: 600px) {
  .btnCommon_inner {
    gap: 188px;
    padding: 8px 8px 8px 64px;
  }
}

@media screen and (min-width: 320px) {
  .btnCommon_text {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 600px) {
  .btnCommon_text {
    font-size: 2.4rem;
  }
}

.btnCommon_icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 320px) {
  .btnCommon_icon {
    width: 6.4rem;
    height: 6.4rem;
  }
}
@media screen and (min-width: 600px) {
  .btnCommon_icon {
    width: 10.4rem;
    height: 10.4rem;
  }
}
.btnCommon_icon::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  border-radius: 50%;
  background: var(--color-black);
  -webkit-transition: background-color 400ms ease, -webkit-transform 400ms ease;
  transition: background-color 400ms ease, -webkit-transform 400ms ease;
  transition: background-color 400ms ease, transform 400ms ease;
  transition: background-color 400ms ease, transform 400ms ease, -webkit-transform 400ms ease;
}
.btnCommon_icon svg {
  position: relative;
  z-index: 1;
  display: block;
  width: 40%;
  height: 40%;
  fill: var(--color-main);
}

/* **************************************************
 *
 * GLOBAL HEADER
 *
 * ************************************************** */
.gHeader {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
}

.headerInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 320px) {
  .headerInner {
    padding: 20px 5vw 0;
  }
}
@media screen and (min-width: 600px) {
  .headerInner {
    padding: 32px 2.5vw 0;
  }
}

@media screen and (min-width: 320px) {
  .ghLogo {
    width: 12.4rem;
  }
}
@media screen and (min-width: 600px) {
  .ghLogo {
    width: 16.4rem;
  }
}
@media screen and (min-width: 1025px) {
  .ghLogo {
    width: 27.4rem;
  }
}

.ghLogo_wrapper {
  width: 100%;
}
.ghLogo_wrapper img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.ghLogo_wrapper:hover img {
  opacity: 0.5;
}

.ghNav_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 320px) {
  .ghNav_wrapper {
    gap: 64px;
  }
}
@media screen and (min-width: 600px) {
  .ghNav_wrapper {
    gap: 64px;
  }
}

.ghNav_main {
  display: none;
}
@media screen and (min-width: 1025px) {
  .ghNav_main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
    font-size: 1.8rem;
  }
}

.ghNav_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 320px) {
  .ghNav_contact {
    gap: 16px;
  }
}
@media screen and (min-width: 600px) {
  .ghNav_contact {
    gap: 16px;
  }
}

.ghNav_contactItem.tel a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 320px) {
  .ghNav_contactItem.tel a {
    font-size: 1.4rem;
    gap: 4px;
  }
}
@media screen and (min-width: 600px) {
  .ghNav_contactItem.tel a {
    font-size: 1.4rem;
    gap: 8px;
  }
}
@media screen and (min-width: 1025px) {
  .ghNav_contactItem.tel a {
    font-size: 4rem;
    gap: 8px;
  }
}
.ghNav_contactItem.tel a svg {
  display: block;
  fill: var(--color-text);
}
@media screen and (min-width: 320px) {
  .ghNav_contactItem.tel a svg {
    width: 1.8rem;
    height: 1.8rem;
  }
}
@media screen and (min-width: 600px) {
  .ghNav_contactItem.tel a svg {
    width: 2rem;
    height: 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .ghNav_contactItem.tel a svg {
    width: 4rem;
    height: 4rem;
  }
}
.ghNav_contactItem.mail span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 320px) {
  .ghNav_contactItem.mail span {
    width: 4rem;
    height: 4rem;
  }
}
@media screen and (min-width: 600px) {
  .ghNav_contactItem.mail span {
    width: 4.4rem;
    height: 4.4rem;
  }
}
@media screen and (min-width: 1025px) {
  .ghNav_contactItem.mail span {
    width: 6.4rem;
    height: 6.4rem;
  }
}
.ghNav_contactItem.mail span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: var(--grad-ver2);
  border-radius: 50%;
}
.ghNav_contactItem.mail svg {
  position: relative;
  z-index: 1;
  display: block;
  width: 50%;
  height: 50%;
  fill: var(--color-white);
}

/* **************************************************
 *
 * GLOBAL FOOTER
 *
 * ************************************************** */
.gfRecruit_section {
  color: var(--color-white);
}
.gfRecruit_section .sectionInner {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 320px) {
  .gfRecruit_section .sectionInner {
    padding: 144px 10vw 80px;
  }
}
@media screen and (min-width: 600px) {
  .gfRecruit_section .sectionInner {
    padding: 200px 10vw 104px;
  }
}
.gfRecruit_section .sectionInner::before {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  background: var(--color-white);
}
@media screen and (min-width: 320px) {
  .gfRecruit_section .sectionInner::before {
    height: 48px;
    border-radius: 0 0 24px 24px;
  }
}
@media screen and (min-width: 600px) {
  .gfRecruit_section .sectionInner::before {
    height: 72px;
    border-radius: 0 0 32px 32px;
  }
}

.gfRecruit_bg,
.gfRecruit_slider {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.gfRecruit_bg .img {
  height: 100%;
}
.gfRecruit_bg .imgWrapper {
  height: 100%;
  padding-bottom: 0;
  border-radius: 0;
}

.gfRecruit_slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  mix-blend-mode: overlay;
}
.gfRecruit_slider .textSlider_item {
  font-weight: 500;
}
@media screen and (min-width: 320px) {
  .gfRecruit_slider .textSlider_item {
    width: 70rem;
    font-size: 13rem;
  }
}
@media screen and (min-width: 600px) {
  .gfRecruit_slider .textSlider_item {
    width: 175rem;
    font-size: 32rem;
  }
}

.gfRecruit_main {
  position: relative;
  z-index: 1;
}

.gfRecruit_top,
.gfRecruit_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.gfRecruit_title {
  font-weight: 500;
}
@media screen and (min-width: 320px) {
  .gfRecruit_title {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 600px) {
  .gfRecruit_title {
    font-size: 2.4rem;
  }
}

.gfRecruit_copy {
  font-family: var(--font-nijimi);
  font-weight: 400;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (min-width: 320px) {
  .gfRecruit_copy {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 600px) {
  .gfRecruit_copy {
    font-size: 6.4rem;
  }
}

.gfRecruit_bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.gfRecruit_enTitle {
  font-weight: 500;
  line-height: 1.2777777778;
}
@media screen and (min-width: 320px) {
  .gfRecruit_enTitle {
    font-size: 2.2rem;
    margin: 32px 0 16px;
  }
}
@media screen and (min-width: 600px) {
  .gfRecruit_enTitle {
    font-size: 7.2rem;
    margin: 0 0 32px;
  }
}

.gfRecruit_en {
  font-weight: 500;
}
@media screen and (min-width: 320px) {
  .gfRecruit_en {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 600px) {
  .gfRecruit_en {
    font-size: 2.4rem;
  }
}

@media screen and (min-width: 320px) {
  .gfRecruit_link {
    width: 100%;
    margin-top: 32px;
  }
}
@media screen and (min-width: 600px) {
  .gfRecruit_link {
    width: auto;
    margin-top: 0;
  }
}
@media screen and (min-width: 320px) {
  .gfRecruit_link .btnCommon {
    width: 100%;
  }
}
@media screen and (min-width: 600px) {
  .gfRecruit_link .btnCommon {
    width: auto;
  }
}

.gFooter {
  position: relative;
  overflow: hidden;
}

@-webkit-keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.scroll-infinity__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  mix-blend-mode: soft-light;
}

.scroll-infinity__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
}

.scroll-infinity__list--left {
  -webkit-animation: infinity-scroll-left 80s infinite linear 0.5s both;
          animation: infinity-scroll-left 80s infinite linear 0.5s both;
}

.scroll-infinity__item--text {
  width: 50vw;
  color: var(--color-white);
}
@media screen and (min-width: 320px) {
  .scroll-infinity__item--text {
    font-size: 3.6rem;
  }
}
@media screen and (min-width: 600px) {
  .scroll-infinity__item--text {
    font-size: 6rem;
  }
}
@media screen and (min-width: 1025px) {
  .scroll-infinity__item--text {
    font-size: 18rem;
  }
}

@media screen and (min-width: 320px) {
  .footerSlider {
    padding: 4rem 0;
  }
}
@media screen and (min-width: 600px) {
  .footerSlider {
    padding: 4rem 0;
  }
}
@media screen and (min-width: 1025px) {
  .footerSlider {
    padding: 10rem 0;
  }
}

.gFooter_inner {
  background-image: url(../img/bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  -webkit-mask-image: -webkit-gradient(linear, left bottom, left top, from(black), to(transparent));
  -webkit-mask-image: linear-gradient(to top, black 0%, transparent 100%);
          mask-image: -webkit-gradient(linear, left bottom, left top, from(black), to(transparent));
          mask-image: linear-gradient(to top, black 0%, transparent 100%);
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 320px) {
  .gFooter_inner {
    padding: 2rem 0 2rem;
  }
}
@media screen and (min-width: 600px) {
  .gFooter_inner {
    padding: 4rem 0 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .gFooter_inner {
    padding: 10rem 0 5rem;
  }
}
.gFooter_inner p {
  color: var(--color-white);
}
@media screen and (min-width: 320px) {
  .gFooter_inner p {
    font-size: 1rem;
  }
}
@media screen and (min-width: 600px) {
  .gFooter_inner p {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1025px) {
  .gFooter_inner p {
    font-size: 2rem;
  }
}/*# sourceMappingURL=style.css.map */