.fv {
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.fv .fv__bg {
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  height: 100%;
}
.fv .fv__bg .fv__video {
  width: 100vw;
  height: 100%;
  object-fit: cover;
}
.fv .fv__catchcopy {
  position: absolute;
  right: 6.7708333333%;
  bottom: 52px;
  color: #FFFFFF;
}
@media (max-width: 1023px) {
  .fv .fv__catchcopy {
    right: 1.0666666667%;
  }
}
.fv .fv__catchcopy span {
  display: block;
}
.fv .fv__catchcopy-en {
  font-size: 7rem;
  line-height: 1.2285714286;
  padding-right: 13px;
}
@media (max-width: 1023px) {
  .fv .fv__catchcopy-en {
    font-size: 3rem;
    line-height: 1.2;
    padding-right: 6px;
  }
}
.fv .fv__catchcopy-ja {
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-top: 16px;
}
@media (max-width: 1023px) {
  .fv .fv__catchcopy-ja {
    font-size: 1.2rem;
    margin-top: 8px;
  }
}

.l-position {
  position: relative;
}

.sec__title {
  color: #FFFFFF;
}
.sec__title span {
  display: block;
}
.sec__title-en {
  font-size: clamp(10rem, 9.765625vw, 14rem);
  line-height: 1.2214285714;
}
@media (max-width: 1023px) {
  .sec__title-en {
    font-size: 5rem;
    line-height: 1.22;
  }
}
.sec__title-ja {
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media (max-width: 1023px) {
  .sec__title-ja {
    font-size: 1.6rem;
  }
}
.sec__title-ja.dot {
  position: relative;
  padding-left: 24px;
}
.sec__title-ja.dot::before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #FFFFFF;
  border-radius: 50%;
}

.view__btn {
  width: 320px;
  height: 84px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.8rem;
  color: var(--color);
  border: 1px solid var(--color);
  background-color: var(--bg-color);
  transition: 0.3s;
  border-radius: 43px;
  padding: 0 14px 0 40px;
}
@media (max-width: 1023px) {
  .view__btn {
    width: 280px;
    padding: 0 10px 0 40px;
  }
}
.view__btn .arrow__icon {
  width: 57px;
  height: 57px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--color);
  border-radius: 50%;
  background-color: var(--bg-color);
  transition: 0.3s;
}
@media (max-width: 1023px) {
  .view__btn .arrow__icon {
    width: 56px;
    height: 56px;
  }
}
.view__btn:hover {
  color: var(--hover-color);
  background-color: #FFFFFF;
}
.view__btn:hover .arrow__icon {
  background-color: var(--hover-color);
}
.view__btn:hover .arrow__icon .u-arrow-right {
  background-color: #FFFFFF;
}
.view__btn:hover .arrow__icon .u-arrow-right::before, .view__btn:hover .arrow__icon .u-arrow-right::after {
  background-color: #FFFFFF;
}

.l-wrap {
  background-color: #FFFFFF;
}
.l-wrap .company__name {
  position: absolute;
  font-size: clamp(1px, 19.5833333333vw, 37.6rem);
  color: #FAFAFA;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}

.vision {
  padding: 400px 0 460px;
  color: #FFFFFF;
}
@media (max-width: 1023px) {
  .vision {
    padding: 150px 0;
  }
}
.vision::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: #000000;
  opacity: 0.5;
  pointer-events: none;
  transition: opacity var(--transition-hover);
}
@media (max-width: 1023px) {
  .vision .vision__inner {
    width: clamp(320px, 88.8%, 500px);
    margin: 0 auto;
  }
}
.vision .vision__title .sec__title-en {
  font-size: 10rem;
  font-size: clamp(9rem, 8.7890625vw, 10rem);
  line-height: 1.22;
}
@media (max-width: 1023px) {
  .vision .vision__title .sec__title-en {
    font-size: 4rem;
    line-height: 1.225;
  }
}
.vision .vision__lead {
  font-size: 4rem;
  line-height: 1.7;
  letter-spacing: 0.1em;
  margin-top: 146px;
}
@media (max-width: 1023px) {
  .vision .vision__lead {
    font-size: 2.2rem;
    line-height: 1.6818181818;
    margin-top: 71px;
  }
}
.vision .vision__subtitle {
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-top: 146px;
}
@media (max-width: 1023px) {
  .vision .vision__subtitle {
    font-size: 2rem;
    line-height: 1.7;
    margin-top: 84px;
  }
}
.vision .vision__text {
  font-size: 2rem;
  line-height: 2.4;
  letter-spacing: 0.1em;
}
@media (max-width: 1023px) {
  .vision .vision__text {
    font-size: 1.6rem;
    line-height: 2.125;
  }
}
.vision .vision__text.l-mt1 {
  margin-top: 72px;
}
@media (max-width: 1023px) {
  .vision .vision__text.l-mt1 {
    margin-top: 46px;
  }
}
.vision .vision__text.l-mt2 {
  margin-top: 66px;
}
@media (max-width: 1023px) {
  .vision .vision__text.l-mt2 {
    margin-top: 44px;
  }
}
.vision .vision__btn {
  margin: 0 auto;
  margin-top: 177px;
}
@media (max-width: 1023px) {
  .vision .vision__btn {
    margin-top: 119px;
  }
}

.service {
  margin-top: -60px;
}
.service__inner {
  background-color: #08C6FF;
  border-radius: 60px 60px 0px 0px;
  padding-top: 173px;
}
@media (max-width: 1023px) {
  .service__inner {
    border-radius: 30px 30px 0px 0px;
    padding-top: 80px;
  }
}
.service__inner .l-width {
  width: clamp(1px, 86.7469879518%, 1440px);
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .service__inner .l-width {
    width: clamp(310px, 82.6666666667%, 500px);
  }
}
.service__inner .service__title {
  margin: 0 auto;
}
.service__inner .service__title .sec__title-en {
  margin-top: 10px;
}
@media (max-width: 1023px) {
  .service__inner .service__title .sec__title-en {
    margin-top: 0;
  }
}
.service__inner .service__content {
  height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  background-color: var(--bg-color);
}
@media (max-width: 1023px) {
  .service__inner .service__content {
    height: auto;
    justify-content: center;
    padding: 100px 0;
  }
}
.service__inner .service__content:nth-of-type(1) {
  z-index: 1;
}
.service__inner .service__content:nth-of-type(2) {
  z-index: 2;
}
@media (max-width: 1023px) {
  .service__inner .service__content:nth-of-type(2) {
    border-radius: 30px 30px 0px 0px;
    padding-bottom: 120px;
  }
}
.service__inner .service__content:nth-of-type(3) {
  z-index: 3;
}
@media (max-width: 1023px) {
  .service__inner .service__content:nth-of-type(3) {
    border-radius: 30px 30px 0px 0px;
    margin-top: -20px;
  }
}
.service__inner .content__inner {
  display: flex;
  justify-content: space-between;
  color: #FFFFFF;
}
@media (max-width: 1023px) {
  .service__inner .content__inner {
    flex-direction: column;
    align-items: center;
    row-gap: 60px;
  }
}
.service__inner .content__inner .content__img {
  width: 50.6944444444%;
  height: fit-content;
  position: relative;
}
@media (max-width: 1023px) {
  .service__inner .content__inner .content__img {
    width: 100%;
  }
}
.service__inner .content__inner .content__img .content__department-en {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: clamp(5rem, 4.8828125vw, 78px);
  font-family: "Allura";
  white-space: nowrap;
  transform: rotate(-10deg) translate(16%, 32%);
}
@media (max-width: 1023px) {
  .service__inner .content__inner .content__img .content__department-en {
    font-size: 3rem;
    transform: rotate(-10deg) translate(7%, 32%);
  }
}
.service__inner .content__inner .content__info {
  width: 36.8055555556%;
  width: clamp(320px, 36.8055555556%, 530px);
}
@media (max-width: 1023px) {
  .service__inner .content__inner .content__info {
    width: 100%;
  }
}
.service__inner .content__inner .content__info .content__label {
  width: 50px;
  height: 30px;
  display: block;
  font-size: 1.6rem;
  line-height: 30px;
  letter-spacing: 0.1em;
  border: 1px solid #FFFFFF;
  border-radius: 27px;
}
.service__inner .content__inner .content__info .content__department {
  font-size: 4.8rem;
  font-size: clamp(4rem, 3.90625vw, 4.8rem);
  line-height: 1;
  letter-spacing: 0.1em;
  margin-top: 36px;
}
@media (max-width: 1023px) {
  .service__inner .content__inner .content__info .content__department {
    font-size: 3rem;
    margin-top: 14px;
  }
}
.service__inner .content__inner .content__info .content__text {
  font-size: 1.8rem;
  line-height: 2.4444444444;
  letter-spacing: 0.1em;
  margin-top: 39px;
}
@media (max-width: 1023px) {
  .service__inner .content__inner .content__info .content__text {
    font-size: 1.6rem;
    line-height: 1.875;
    margin-top: 32px;
  }
}
.service__inner .content__inner .content__info .content__btn {
  margin: 89px 0 0 auto;
}
@media (max-width: 1023px) {
  .service__inner .content__inner .content__info .content__btn {
    margin: 60px auto 0;
  }
}

.bg_hanagiku {
  background-color: #FFFFFF;
  background-image: url(../images/top/HANAGIKU.webp);
  background-size: auto 100%;
  background-position: -67px 0;
}
@media (max-width: 1023px) {
  .bg_hanagiku {
    background-image: url(../images/top/HANAGIKU_sp.webp);
    background-size: clamp(210px, 56%, 300px) auto;
    background-position: -17% 20px;
  }
}

.company {
  padding: 200px 0;
}
@media (max-width: 1023px) {
  .company {
    padding: 104px 0 100px;
  }
}
.company .company__title-wrap {
  width: 92.7083333333%;
  aspect-ratio: 1780/960;
  position: relative;
  background-image: url(../images/top/company.webp);
  background-size: cover;
  border-radius: 0px 60px 60px 0px;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .company .company__title-wrap {
    width: 97.3333333333%;
    width: clamp(300px, 97.3333333333%, 600px);
    aspect-ratio: 365/437;
    background-image: url(../images/top/company_sp.webp);
    border-radius: 0px 30px 30px 0px;
  }
}
.company .company__title-wrap::after {
  content: "";
  width: 100%;
  height: 40%;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent linear-gradient(180deg, #383630 0%, rgba(56, 54, 48, 0) 100%);
  mix-blend-mode: multiply;
}
@media (max-width: 1023px) {
  .company .company__title-wrap::after {
    height: 65%;
  }
}
.company .company__title-wrap .company__title {
  position: relative;
  z-index: 2;
  padding-top: 9.3820224719vw;
  padding-left: 13.4831460674vw;
}
.company .company__introduction {
  width: 60.78125%;
  width: clamp(880px, 60.78125%, 1500px);
  display: flex;
  align-items: center;
  column-gap: 100px;
  position: relative;
  color: #383630;
  background-color: #FFD800;
  border-radius: 60px 0px 0px 60px;
  padding: 58px 0;
  padding-left: 4.6875%;
  margin: -200px 0 0 auto;
}
@media (max-width: 1023px) {
  .company .company__introduction {
    width: 74.6666666667%;
    display: block;
    margin-top: -95px;
  }
}
.company .company__introduction .introduction__wrap {
  width: 47.4721508141%;
  letter-spacing: 0.1em;
}
@media (max-width: 1023px) {
  .company .company__introduction .introduction__wrap {
    width: 76.0714285714%;
    margin: 0 auto;
  }
}
.company .company__introduction .introduction__wrap .introduction__lead {
  font-size: 3.2rem;
  line-height: 1;
}
@media (max-width: 1023px) {
  .company .company__introduction .introduction__wrap .introduction__lead {
    font-size: 2.6rem;
  }
}
.company .company__introduction .introduction__wrap .introduction__text {
  font-size: 1.6rem;
  line-height: 2;
  margin-top: 32px;
}
@media (max-width: 1023px) {
  .company .company__introduction .introduction__wrap .introduction__text {
    margin-top: 18px;
  }
}
.company .company__introduction .company__btn {
  width: 183px;
  height: 183px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFD800;
  border: 1px solid #383630;
  border-radius: 50%;
  transition: 0.3s;
}
@media (max-width: 1023px) {
  .company .company__introduction .company__btn {
    width: 120px;
    height: 120px;
    margin: 32px auto 0;
  }
}
.company .company__introduction .company__btn .u-arrow-right {
  width: 36px;
  height: 4px;
  border-radius: 2px;
  transition: 0.3s;
}
@media (max-width: 1023px) {
  .company .company__introduction .company__btn .u-arrow-right {
    width: 28px;
  }
}
.company .company__introduction .company__btn .u-arrow-right::before, .company .company__introduction .company__btn .u-arrow-right::after {
  width: 24px;
  height: 4px;
  top: calc(50% - 2px);
  border-radius: 2px;
  transform-origin: calc(100% - 2px) 50%;
  transition: 0.3s;
}
@media (max-width: 1023px) {
  .company .company__introduction .company__btn .u-arrow-right::before, .company .company__introduction .company__btn .u-arrow-right::after {
    width: 20px;
  }
}
.company .company__introduction .company__btn:hover {
  color: var(--hover-color);
  background-color: #383630;
}
.company .company__introduction .company__btn:hover .u-arrow-right {
  background-color: #FFD800;
}
.company .company__introduction .company__btn:hover .u-arrow-right::before, .company .company__introduction .company__btn:hover .u-arrow-right::after {
  background-color: #FFD800;
}

.gallery {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  position: relative;
  padding: 95px 0;
}
@media (max-width: 1023px) {
  .gallery {
    width: clamp(320px, 94.6666666667%, 500px);
    flex-direction: column;
    padding: 66px 0;
    margin: 0 auto;
  }
}
.gallery .gallery__title {
  color: #383630;
}
@media (max-width: 1023px) {
  .gallery .gallery__title {
    width: 100%;
  }
}
.gallery .gallery__title .sec__title-ja {
  display: inline-block;
}
.gallery .gallery__title .sec__title-ja.dot::before {
  background-color: #AD11CB;
}
.gallery .gallery__title .sec__title-en {
  font-size: 12rem;
  font-size: clamp(9rem, 8.7890625vw, 12rem);
}
@media (max-width: 1023px) {
  .gallery .gallery__title .sec__title-en {
    font-size: 5rem;
  }
}
.gallery .gallery__imgs {
  width: 53.3333333333%;
  aspect-ratio: 1024/639;
  position: relative;
}
@media (max-width: 1023px) {
  .gallery .gallery__imgs {
    width: 100%;
    aspect-ratio: 355/444;
    margin-top: 30px;
  }
}
.gallery .gallery__imgs .gallery__slider {
  position: relative;
  overflow: hidden;
}
.gallery .gallery__imgs .gallery__slider .slider__item {
  width: 100%;
  position: absolute;
  z-index: 0;
  opacity: 0;
  clip-path: inset(0% 100% 0% 0%);
  transition: clip-path 1.2s ease, transform 1.2s ease;
  overflow: hidden;
}
.gallery .gallery__imgs .gallery__slider .slider__item img {
  transform: scale(1.1);
}
.gallery .gallery__imgs .gallery__slider .slider__item.is-active {
  opacity: 1;
  clip-path: inset(0% 0% 0% 0%);
  transform: scale(1);
}
.gallery .gallery__imgs .gallery__slider .slider__item.is-active img {
  transform: scale(1);
  transition: transform 1.2s ease;
}
.gallery .gallery__imgs .gallery__slider .slider__item.is-animating {
  opacity: 1;
  clip-path: inset(0% 0% 0% 0%);
  transform: scale(1);
}
.gallery .gallery__imgs .gallery__slider .slider__item.is-animating img {
  transform: scale(1);
  transition: transform 1.2s ease;
}
.gallery .gallery__imgs .gallery__slider-back {
  width: 87.890625%;
  aspect-ratio: 900/530;
  border-radius: 40px;
}
@media (max-width: 1023px) {
  .gallery .gallery__imgs .gallery__slider-back {
    width: 100%;
    aspect-ratio: 355/370;
    border-radius: 20px;
  }
}
.gallery .gallery__imgs .gallery__slider-back .slider__item {
  width: 100%;
}
.gallery .gallery__imgs .gallery__slider-front {
  width: 52.734375%;
  aspect-ratio: 540/290;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
  border-radius: 40px 0px 0px 0px;
  background-color: #FFFFFF;
}
@media (max-width: 1023px) {
  .gallery .gallery__imgs .gallery__slider-front {
    width: 60%;
    aspect-ratio: 213/150;
  }
}
.gallery .gallery__imgs .gallery__slider-front .slider__item {
  width: 92.5925925926%;
  aspect-ratio: 500/250;
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 40px;
}
@media (max-width: 1023px) {
  .gallery .gallery__imgs .gallery__slider-front .slider__item {
    width: 90.6103286385%;
    aspect-ratio: 193/130;
    border-radius: 20px;
  }
}
.gallery .gallery__imgs .gallery__progress-bar-wrap {
  width: 47.265625%;
  height: 4px;
  position: relative;
  margin-top: 7.8125%;
}
@media (max-width: 1023px) {
  .gallery .gallery__imgs .gallery__progress-bar-wrap {
    width: 54.3661971831%;
    position: absolute;
    right: 0;
    bottom: -33px;
  }
}
.gallery .gallery__imgs .gallery__progress-bar-wrap span {
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 2px;
}
.gallery .gallery__imgs .gallery__progress-bar-wrap span.gallery__progress-bar-base {
  background-color: #E0DFDA;
}
.gallery .gallery__imgs .gallery__progress-bar-wrap span.gallery__progress-bar {
  background-color: #AD11CB;
  transform-origin: left;
}
.gallery .gallery__btn {
  width: clamp(120px, 9.53125vw, 183px);
  height: clamp(120px, 9.53125vw, 183px);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 77%;
  top: 50%;
  transform: translateX(-50%);
  background-color: #FFFFFF;
  border: 1px solid #AD11CB;
  border-radius: 50%;
  transition: 0.3s;
}
@media (max-width: 1023px) {
  .gallery .gallery__btn {
    width: 120px;
    height: 120px;
    left: 37%;
    top: auto;
    bottom: 0;
    transform: translateX(-100%);
    margin: 32px auto 0;
  }
}
.gallery .gallery__btn .u-arrow-right {
  width: 36px;
  height: 4px;
  border-radius: 2px;
  transition: 0.3s;
}
@media (max-width: 1023px) {
  .gallery .gallery__btn .u-arrow-right {
    width: 28px;
  }
}
.gallery .gallery__btn .u-arrow-right::before, .gallery .gallery__btn .u-arrow-right::after {
  width: 24px;
  height: 4px;
  top: calc(50% - 2px);
  border-radius: 2px;
  transform-origin: calc(100% - 2px) 50%;
  transition: 0.3s;
}
@media (max-width: 1023px) {
  .gallery .gallery__btn .u-arrow-right::before, .gallery .gallery__btn .u-arrow-right::after {
    width: 20px;
  }
}
.gallery .gallery__btn:hover {
  color: var(--hover-color);
  background-color: #AD11CB;
}
.gallery .gallery__btn:hover .u-arrow-right {
  background-color: #FFFFFF;
}
.gallery .gallery__btn:hover .u-arrow-right::before, .gallery .gallery__btn:hover .u-arrow-right::after {
  background-color: #FFFFFF;
}

.company-name {
  padding: 123px 0 157px;
  background-color: #FFFFFF;
}
.company-name .company-name__slider {
  display: flex;
}
.company-name .company-name__slider--bottom {
  margin-top: 48px;
}
.company-name .company-name__slider .slider__list {
  width: max-content;
  display: flex;
}
.company-name .company-name__slider .slider__list .slider__item {
  width: 1017px;
  height: 124px;
  display: flex;
  align-items: center;
  position: relative;
  background-image: url(../images/top/company-name.webp);
  background-size: 767px 100px;
  background-position: 100% center;
  margin-right: 33px;
}
.company-name .company-name__slider .slider__list .slider__item--bottom {
  width: 1024px;
  background-position: 0 center;
  margin-right: 26px;
}
.company-name .company-name__slider .slider__list .slider__item--upper::before, .company-name .company-name__slider .slider__list .slider__item--bottom::after {
  content: "";
  width: 224px;
  height: 124px;
  border-radius: 67px;
  display: inline-block;
  background-size: 200px 100px;
  background-position: center;
}
.company-name .company-name__slider .slider__list .slider__item--bottom::after {
  position: absolute;
  right: 0;
}
.company-name .company-name__slider .slider__list .slider__item--01::before {
  border: 2px solid #F2186B;
  background-image: url(../images/top/company-name__img01.webp);
}
.company-name .company-name__slider .slider__list .slider__item--02::before {
  border: 2px solid #03C760;
  background-image: url(../images/top/company-name__img02.webp);
}
.company-name .company-name__slider .slider__list .slider__item--03::before {
  border: 2px solid #FFD900;
  background-image: url(../images/top/company-name__img03.webp);
}
.company-name .company-name__slider .slider__list .slider__item--04::after {
  border: 2px solid #08C6FF;
  background-image: url(../images/top/company-name__img04.webp);
}
.company-name .company-name__slider .slider__list .slider__item--05::after {
  border: 2px solid #AD11CB;
  background-image: url(../images/top/company-name__img05.webp);
}
.company-name .company-name__slider .slider__list .slider__item--06::after {
  border: 2px solid #FF720A;
  background-image: url(../images/top/company-name__img06.webp);
}/*# sourceMappingURL=index.css.map */