.fv {
  position: relative;
  z-index: 0;
  min-height: 1009px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .fv {
    min-height: 800px;
  }
}
.fv::before, .fv::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.fv::before {
  z-index: -2;
  background: url(../img/common/texture.png) no-repeat center center/cover;
  opacity: 0.5;
  mix-blend-mode: color-burn;
}
.fv::after {
  z-index: -1;
  background: url(../img/top/fv_bg.png) no-repeat center center/cover;
}
.fv__inner {
  padding-top: 14.125em;
}
@media (max-width: 768px) {
  .fv__inner {
    padding-top: 8.375em;
  }
}
@media (max-width: 768px) {
  .fv__contents {
    max-width: 316px;
    margin: 0 auto;
  }
}
.fv__catch {
  font-family: "Work Sans", sans-serif;
  font-size: 0.875em;
  letter-spacing: 0.04em;
  color: #DB4040;
  font-weight: bold;
  margin-bottom: 2em;
}
@media (max-width: 768px) {
  .fv__catch {
    font-size: 0.625em;
    margin-bottom: 1rem;
  }
}
.fv__title {
  display: inline-block;
  font-size: 3.375em;
  line-height: 1.4;
  margin-bottom: 2.5rem;
  letter-spacing: 0.08em;
  position: relative;
}
@media (max-width: 768px) {
  .fv__title {
    font-size: 1.75em;
    letter-spacing: 0.04em;
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 768px) {
  .fv__title img {
    display: none;
  }
}
.fv__title .text {
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .fv__title .text {
    display: block;
  }
}
.fv__title .text small {
  font-size: 0.926em;
}
@media (max-width: 768px) {
  .fv__title .text small {
    font-size: 0.85em;
  }
}
.fv__title .text .ls0 {
  font-size: 1.111em;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .fv__title .text .ls0 {
    font-size: 1.0714em;
  }
}
.fv__title .text--mask small,
.fv__title .text--mask .ls0 {
  display: contents;
}
.fv__title .text--mask {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  color: transparent;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  background-image: -webkit-radial-gradient(closest-side, rgba(232, 45, 62, 0.92) 0%, rgba(232, 45, 62, 0) 80%), -webkit-radial-gradient(closest-side, rgba(232, 45, 62, 0.92) 0%, rgba(232, 45, 62, 0) 80%);
  background-image: radial-gradient(closest-side, rgba(232, 45, 62, 0.92) 0%, rgba(232, 45, 62, 0) 80%), radial-gradient(closest-side, rgba(232, 45, 62, 0.92) 0%, rgba(232, 45, 62, 0) 80%);
  background-repeat: no-repeat;
  background-size: 545px 330px, 545px 330px;
  --x1: 320px;
  --y1: -160px;
  --x2: -250px;
  --y2: -30px;
  --r1x: 50px;
  --r1y: 50px;
  --r2x: 50px;
  --r2y: 50px;
  background-position: var(--x1) var(--y1), var(--x2) var(--y2);
  -webkit-animation: fvTitleEllipseOrbit 8s linear infinite;
          animation: fvTitleEllipseOrbit 8s linear infinite;
}
@-webkit-keyframes fvTitleEllipseOrbit {
  0% {
    background-position: calc(var(--x1) + var(--r1x)) calc(var(--y1) + 0px), calc(var(--x2) + var(--r2x)) calc(var(--y2) + 0px);
  }
  12.5% {
    background-position: calc(var(--x1) + var(--r1x)) calc(var(--y1) + var(--r1y)), calc(var(--x2) + var(--r2x)) calc(var(--y2) + var(--r2y));
  }
  25% {
    background-position: calc(var(--x1) + 0px) calc(var(--y1) + var(--r1y)), calc(var(--x2) + 0px) calc(var(--y2) + var(--r2y));
  }
  37.5% {
    background-position: calc(var(--x1) - var(--r1x)) calc(var(--y1) + var(--r1y)), calc(var(--x2) - var(--r2x)) calc(var(--y2) + var(--r2y));
  }
  50% {
    background-position: calc(var(--x1) - var(--r1x)) calc(var(--y1) + 0px), calc(var(--x2) - var(--r2x)) calc(var(--y2) + 0px);
  }
  62.5% {
    background-position: calc(var(--x1) - var(--r1x)) calc(var(--y1) - var(--r1y)), calc(var(--x2) - var(--r2x)) calc(var(--y2) - var(--r2y));
  }
  75% {
    background-position: calc(var(--x1) + 0px) calc(var(--y1) - var(--r1y)), calc(var(--x2) + 0px) calc(var(--y2) - var(--r2y));
  }
  87.5% {
    background-position: calc(var(--x1) + var(--r1x)) calc(var(--y1) - var(--r1y)), calc(var(--x2) + var(--r2x)) calc(var(--y2) - var(--r2y));
  }
  100% {
    background-position: calc(var(--x1) + var(--r1x)) calc(var(--y1) + 0px), calc(var(--x2) + var(--r2x)) calc(var(--y2) + 0px);
  }
}
@keyframes fvTitleEllipseOrbit {
  0% {
    background-position: calc(var(--x1) + var(--r1x)) calc(var(--y1) + 0px), calc(var(--x2) + var(--r2x)) calc(var(--y2) + 0px);
  }
  12.5% {
    background-position: calc(var(--x1) + var(--r1x)) calc(var(--y1) + var(--r1y)), calc(var(--x2) + var(--r2x)) calc(var(--y2) + var(--r2y));
  }
  25% {
    background-position: calc(var(--x1) + 0px) calc(var(--y1) + var(--r1y)), calc(var(--x2) + 0px) calc(var(--y2) + var(--r2y));
  }
  37.5% {
    background-position: calc(var(--x1) - var(--r1x)) calc(var(--y1) + var(--r1y)), calc(var(--x2) - var(--r2x)) calc(var(--y2) + var(--r2y));
  }
  50% {
    background-position: calc(var(--x1) - var(--r1x)) calc(var(--y1) + 0px), calc(var(--x2) - var(--r2x)) calc(var(--y2) + 0px);
  }
  62.5% {
    background-position: calc(var(--x1) - var(--r1x)) calc(var(--y1) - var(--r1y)), calc(var(--x2) - var(--r2x)) calc(var(--y2) - var(--r2y));
  }
  75% {
    background-position: calc(var(--x1) + 0px) calc(var(--y1) - var(--r1y)), calc(var(--x2) + 0px) calc(var(--y2) - var(--r2y));
  }
  87.5% {
    background-position: calc(var(--x1) + var(--r1x)) calc(var(--y1) - var(--r1y)), calc(var(--x2) + var(--r2x)) calc(var(--y2) - var(--r2y));
  }
  100% {
    background-position: calc(var(--x1) + var(--r1x)) calc(var(--y1) + 0px), calc(var(--x2) + var(--r2x)) calc(var(--y2) + 0px);
  }
}
@media (max-width: 768px) {
  .fv__title .text--mask {
    background-size: 360px 220px, 360px 220px;
    --x1: 100px;
    --y1: -120px;
    --x2: -150px;
    --y2: -30px;
    --r1x: 12px;
    --r1y: 8px;
    --r2x: 10px;
    --r2y: 9px;
    -webkit-animation-duration: 14s;
            animation-duration: 14s;
  }
}
.fv__text {
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.08em;
}
@media (max-width: 768px) {
  .fv__text {
    font-size: 0.8125em;
    line-height: 1.8;
  }
}
.fv__bg {
  position: absolute;
  bottom: 10.5625rem;
  left: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: -1;
  -webkit-animation: fv-bg-marquee 25s linear infinite;
          animation: fv-bg-marquee 25s linear infinite;
}
@media (max-width: 768px) {
  .fv__bg {
    bottom: 19.3rem;
    -webkit-animation-duration: 18s;
            animation-duration: 18s;
  }
}
.fv__bg-text {
  font-size: 11.75em;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0;
  color: #fff;
  text-align: center;
  font-family: "Work Sans", sans-serif;
  white-space: nowrap;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding-right: 2rem;
}
@media (max-width: 768px) {
  .fv__bg-text {
    font-size: 6.25em;
  }
}
.fv__image {
  position: absolute;
  top: 50%;
  left: 51.5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 47.3513889vw;
  max-width: 682px;
  height: 47.7vw;
  max-height: 687px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .fv__image {
    top: 25.625em;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 73.831vw;
    max-width: 316px;
    height: 38.75vw;
  }
}
.fv__scroll {
  position: absolute;
  top: 750px;
  left: 44px;
}
@media (max-width: 768px) {
  .fv__scroll {
    top: 55%;
    left: 27px;
  }
}
.fv__scroll a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .fv__scroll a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.fv__scroll a:hover {
  opacity: 0.7;
}
.fv__scroll-icon {
  content: "";
  width: 1.25em;
  height: 1.25em;
  border-radius: 24px;
  background-color: #DB4040;
  display: block;
  position: relative;
}
@media (max-width: 768px) {
  .fv__scroll-icon {
    width: 1em;
    height: 1em;
  }
}
.fv__scroll-icon::before {
  content: "";
  display: block;
  width: 0.75em;
  height: 0.75em;
  background: url(../img/common/icons/arrow_white.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
@media (max-width: 768px) {
  .fv__scroll-icon::before {
    width: 0.625em;
    height: 0.625em;
  }
}
.fv__scroll-text {
  font-family: "Work Sans", sans-serif;
  font-size: 0.875em;
  font-weight: bold;
  color: #DB4040;
  line-height: 1;
  letter-spacing: 0.02em;
  display: block;
}
@media (max-width: 768px) {
  .fv__scroll-text {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
}

.top__title {
  margin-bottom: 3.75em;
}
@media (max-width: 768px) {
  .top__title {
    text-align: center;
    margin-bottom: 2.5em;
  }
}
.top__title-en {
  font-family: "Work Sans", sans-serif;
  font-size: 4.375em;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: bold;
  color: #DB4040;
  white-space: nowrap;
  margin-bottom: 23px;
}
@media (max-width: 1024px) {
  .top__title-en {
    font-size: 3em;
  }
}
@media (max-width: 768px) {
  .top__title-en {
    margin-bottom: 16px;
  }
}
.top__title-jp {
  font-size: 1.125em;
  font-weight: 900;
  color: #DB4040;
  line-height: 1;
}
@media (max-width: 768px) {
  .top__title-jp {
    font-size: 1em;
  }
}
.top__title.--white .top__title-en {
  color: #fff;
}
.top__title.--white .top__title-jp {
  color: #fff;
}

.news {
  background: url(../img/top/news_bg.png) no-repeat center center/cover;
  position: relative;
  z-index: 0;
}
.news__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2em;
}
@media (max-width: 768px) {
  .news__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.news__contents {
  width: 37.5%;
}
@media (max-width: 768px) {
  .news__contents {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .news__btn {
    margin: 0 auto;
  }
}
.news__btn a {
  background: transparent;
  border: 2px solid #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.news__btn a:hover {
  background-color: #fff;
  color: #DB4040;
}
.news__btn a:hover::after {
  background: url(../img/common/icons/arrow_red.svg) no-repeat center center/cover;
}
.news__list {
  width: 62.5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75em;
}
@media (max-width: 768px) {
  .news__list {
    width: 100%;
    margin-bottom: 2.5em;
  }
}

.about_us {
  background-color: #F9F9F9;
  position: relative;
  z-index: 0;
}
.about_us::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url(../img/common/texture.png) no-repeat center center/cover;
  opacity: 0.5;
  mix-blend-mode: color-burn;
}
.about_us__container {
  background: url(../img/top/about_us_bg.png) no-repeat center center/cover;
  border-radius: 12px;
  padding: 5em 0;
  position: relative;
  z-index: 0;
}
@media (max-width: 768px) {
  .about_us__container {
    padding: 3.75em 0;
  }
}
.about_us__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 82.1%;
  max-width: 920px;
  margin: 0 auto;
  gap: 2em;
}
@media (max-width: 768px) {
  .about_us__wrapper {
    width: 83.1%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.about_us__image {
  width: 43.478%;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .about_us__image {
    width: 100%;
    margin-bottom: 2.5em;
  }
}
.about_us__image img {
  width: 100%;
}
.about_us__contents {
  width: 45.6521%;
}
@media (max-width: 768px) {
  .about_us__contents {
    width: 100%;
  }
}
.about_us__text {
  color: #fff;
  line-height: 1.8;
  margin-bottom: 3.75em;
}
.about_us__text .num {
  font-family: "Work Sans", sans-serif;
}
@media (max-width: 768px) {
  .about_us__btn {
    margin: 0 auto;
  }
}
.about_us__btn a {
  background: transparent;
  border: 2px solid #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.about_us__btn a:hover {
  background-color: #fff;
  color: #DB4040;
}
.about_us__btn a:hover::after {
  background: url(../img/common/icons/arrow_red.svg) no-repeat center center/cover;
}

.business {
  position: relative;
  z-index: 0;
  background-color: #F4F4F4;
}
.business::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url(../img/common/texture.png) no-repeat center center/cover;
  opacity: 0.5;
  mix-blend-mode: color-burn;
}
.business__text {
  margin-bottom: 3.75em;
}
.business__item {
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .business__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.business__item:nth-child(n+2) {
  margin-top: 1.25em;
}
.business__item-content {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 5em 0;
}
@media (max-width: 768px) {
  .business__item-content {
    width: 100%;
    padding: 2.5em 0;
  }
}
.business__item-content-inner {
  width: 90%;
  max-width: 422px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .business__item-content-inner {
    width: 83.1%;
  }
}
.business__item-image {
  width: 50%;
}
@media (max-width: 768px) {
  .business__item-image {
    width: 100%;
  }
}
.business__item-image img {
  height: 100%;
}
.business__item-title {
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  .business__item-title {
    margin-bottom: 0.75em;
  }
}
.business__item-title-en {
  font-family: "Work Sans", sans-serif;
  font-size: 0.625em;
  font-weight: bold;
  letter-spacing: 0.03em;
  color: #DB4040;
  line-height: 1;
  margin-bottom: 1em;
}
.business__item-title-jp {
  font-size: 2em;
  font-weight: bold;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .business__item-title-jp {
    font-size: 1.75em;
  }
}
.business__item-area {
  display: inline-block;
  font-size: 0.75em;
  color: #DB4040;
  line-height: 1;
  font-weight: bold;
  padding: 0.5em 0.875em;
  background-color: #F3F3F3;
  border-radius: 10px;
  margin-bottom: 2.5em;
}
@media (max-width: 768px) {
  .business__item-area {
    font-size: 0.6875em;
    padding: 0.875em 0.75em;
    margin-bottom: 1.875em;
  }
}
.business__item-catch {
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .business__item-catch {
    font-size: 1.125em;
    margin-bottom: 0.75em;
  }
}
.business__item-text {
  margin-bottom: 2.5em;
}
@media (max-width: 768px) {
  .business__item-text {
    font-size: 0.875em;
    line-height: 1.7;
  }
}

.feature {
  position: relative;
  z-index: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#F9F9F9), to(rgba(249, 249, 249, 0)));
  background: -webkit-linear-gradient(top, #F9F9F9 0%, rgba(249, 249, 249, 0) 100%);
  background: linear-gradient(180deg, #F9F9F9 0%, rgba(249, 249, 249, 0) 100%);
  overflow: hidden;
}
.feature::before, .feature::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.feature::before {
  z-index: -2;
  background: url(../img/common/texture.png) no-repeat center center/cover;
  opacity: 0.5;
  mix-blend-mode: color-burn;
}
.feature::after {
  z-index: -1;
  background: url(../img/top/fv_bg.png) no-repeat center center/cover;
}
@media (max-width: 768px) {
  .feature__container {
    overflow: visible;
    width: 84.21%;
    padding-bottom: 60px;
  }
}
.feature__container .splide__track {
  overflow: visible !important;
}
.feature__container .splide__arrow {
  position: absolute;
  top: inherit !important;
  bottom: 0 !important;
  -webkit-transform: inherit;
          transform: inherit;
  background-color: #DB4040;
  opacity: 1;
  width: 40px;
  height: 40px;
}
.feature__container .splide__arrow.splide__arrow--prev {
  left: 0;
}
.feature__container .splide__arrow.splide__arrow--next {
  right: inherit;
  left: 3.5em;
}
.feature__container .splide__arrow svg {
  fill: #fff;
  width: 1em;
}
.feature__item {
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  padding: 1.25em;
}
.feature__item-image {
  margin-bottom: 1.875em;
}
.feature__item-title {
  font-size: 1.125em;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.875em;
}
@media (max-width: 768px) {
  .feature__item-title {
    font-size: 1.0625em;
    text-align: left;
  }
}
.feature__item-text {
  font-size: 0.9375em;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .feature__item-text {
    font-size: 0.875em;
  }
}

@-webkit-keyframes fv-bg-marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-12.5%);
            transform: translateX(-12.5%);
  }
}

@keyframes fv-bg-marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-12.5%);
            transform: translateX(-12.5%);
  }
}