@charset "UTF-8";
#page_top .p-frontFv {
  z-index: 10;
  background: var(--white);
  padding: 0;
  position: relative;
  width: 100%;
  height: max(100vh, 103rem);
  margin: 0 auto;
  overflow: hidden;
  background: url("../img/mv-bg01.webp") center top;
  background-size: 100vw;
}
@media screen and (max-width: 767px) {
  #page_top .p-frontFv {
    background: url("../img/bg01.webp") center top;
    background-size: 100vw;
    width: 100%;
    height: 82rem;
  }
}
@media screen and (min-width: 1681px) {
  #page_top .p-frontFv {
    width: 1920px;
  }
}
#page_top .p-frontFv::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 50vh;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 12.33%, #FFF 86.25%);
}
#page_top .p-frontFv::after {
  content: "";
  position: absolute;
  margin: auto;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background: url("../img/bg_noise.webp") var(--white);
  background-size: 20rem 20rem;
  mix-blend-mode: multiply;
  opacity: 0.5;
}
#page_top .p-frontFv__textarea {
  position: absolute;
  z-index: 11;
  left: 32.8rem;
  top: 25.2rem;
  scale: 1.3;
}
@media screen and (max-width: 767px) {
  #page_top .p-frontFv__textarea {
    left: 8dvw;
    top: 33dvw;
    width: 84vw;
    pointer-events: none;
    scale: 1;
  }
}
#page_top .p-frontFv__textarea.is-loaded h1 {
  opacity: 1;
}
#page_top .p-frontFv__textarea.is-loaded h1 .u-head::after {
  opacity: 1;
  animation: accentMaskFade 4s forwards;
}
@keyframes accentMaskFade {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#page_top .p-frontFv__textarea.is-loaded h1 .u-block {
  background-color: #1E1E1E;
}
#page_top .p-frontFv__textarea.is-loaded h1 span {
  transform: translateY(0);
  opacity: 1;
}
#page_top .p-frontFv__textarea .u-reading {
  font-size: 3rem;
  letter-spacing: 1rem;
  font-weight: 900;
  margin-left: 5rem;
  line-height: 1;
  margin-bottom: -2rem;
  transition-delay: 4s;
}
@media screen and (max-width: 767px) {
  #page_top .p-frontFv__textarea .u-reading {
    font-size: 2rem;
    margin-left: 2.5rem;
    margin-bottom: -0.5rem;
    margin-top: -2rem;
  }
}
#page_top .p-frontFv__textarea h1 {
  gap: 3.5rem;
  color: #1E1E1E;
  font-weight: 800;
  font-size: 7.8rem;
  line-height: 1.3;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  #page_top .p-frontFv__textarea h1 {
    font-size: 3.5rem;
    line-height: 1.1;
  }
}
#page_top .p-frontFv__textarea h1 * {
  opacity: 0;
  transition: 0.3s;
}
#page_top .p-frontFv__textarea h1 span {
  transition: opacity 0.7s, transform 0.7s var(--easeOutCubic);
  transform: translateY(4rem);
  opacity: 0;
  display: inline-block;
}
#page_top .p-frontFv__textarea h1 .u-head {
  font-size: 13rem;
  opacity: initial;
  display: inline-block;
  color: #1E1E1E;
  position: relative;
  z-index: 0;
  font-weight: 700;
  margin-right: -0.8rem;
}
@media screen and (max-width: 767px) {
  #page_top .p-frontFv__textarea h1 .u-head {
    font-size: 8.3rem;
    font-weight: 800;
    margin-right: 0rem;
  }
}
#page_top .p-frontFv__textarea h1 .u-head::after {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 110%;
  color: transparent;
  background: url("../img/accent-color.webp") no-repeat center/cover;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s;
  z-index: 1;
}
#page_top .p-frontFv__textarea h1 .u-sizeUp {
  scale: 1.3;
  opacity: initial;
}
@media screen and (max-width: 767px) {
  #page_top .p-frontFv__textarea h1 .u-sizeUp {
    scale: 1.4;
  }
}
#page_top .p-frontFv__textarea h1 .u-block {
  background-color: rgba(30, 30, 30, 0);
  transition: 2s;
  border-radius: 0.2rem;
  padding: 0 1rem 0.8rem;
  color: #fff;
  font-weight: 800;
  line-height: 1.2;
  margin-right: 1rem;
  margin-left: 0.5rem;
  display: inline-flex;
  opacity: initial;
}
@media screen and (max-width: 767px) {
  #page_top .p-frontFv__textarea h1 .u-block {
    font-size: 4rem;
    margin: 1rem 0 0;
    margin-right: 0.7rem;
  }
}
#page_top .p-frontFv__textarea .p-frontFv__catch--en {
  transition-delay: 4s;
  margin-top: 3.5rem;
  font-family: Oxanium;
  font-weight: 200;
  color: #A1A1A1;
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  #page_top .p-frontFv__textarea .p-frontFv__catch--en {
    font-size: 1.3rem;
    margin-top: 0.8rem;
  }
}
#page_top .p-frontFv__textarea p {
  transition-delay: 4.2s;
  color: #1D1D1D;
  font-family: "Noto Sans JP";
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 168%;
  letter-spacing: 1.035px;
}
@media screen and (max-width: 767px) {
  #page_top .p-frontFv__textarea p {
    font-size: 1.1rem;
    margin-top: 0rem;
  }
}
#page_top .p-frontFv__textarea p i {
  margin: auto;
  width: 6rem;
  height: 0.05rem;
  background: #484848;
  display: inline-block;
  margin-bottom: 0.45em;
  margin-left: 0.7em;
}
#page_top .p-frontFv__img {
  transition-delay: 4.8s;
  transform: translateX(-50%);
  overflow: hidden;
  width: 96rem;
  left: 136.5rem;
  top: 20rem;
  border-radius: 5px;
  position: relative;
  z-index: 5;
  padding: 9.5rem 0;
  transition: opacity 1.2s, transform 1.2s var(--easeOutCubic);
  transition-delay: 4.5s;
}
@media screen and (max-width: 767px) {
  #page_top .p-frontFv__img {
    width: 100dvw;
    left: 50%;
    top: 25.7rem;
    z-index: 10;
  }
}
#page_top .p-frontFv__img::before {
  content: "";
  border-radius: 5px;
  opacity: 0.7;
  background: url("../img/top/slide-base-bg.webp") center top;
  background-size: cover;
  position: absolute;
  left: 50%;
  top: 22.5rem;
  width: 26rem;
  height: 26rem;
  transform: translateX(-50%) translateY(-50%);
}
@media screen and (max-width: 767px) {
  #page_top .p-frontFv__img::before {
    top: 16rem;
    width: 12rem;
    height: 12rem;
    left: 28.3rem;
  }
}
#page_top .p-frontFv__img > p {
  font-family: Oxanium;
  font-size: 7rem;
  font-weight: 800;
  position: absolute;
  color: #1e1e1e;
  left: 50%;
  top: -2rem;
  transform: translateX(-47%);
}
@media screen and (max-width: 767px) {
  #page_top .p-frontFv__img > p {
    font-size: 3.5rem;
    top: 5.5rem;
    left: 75%;
  }
}
#page_top .p-frontFv__img img {
  height: 100%;
  max-width: initial;
  width: 100%;
}
#page_top .p-frontFv__img .u-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  opacity: 0;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  #page_top .p-frontFv__img .swiper-slide-active .u-hover {
    opacity: 1;
  }
}
#page_top .p-frontFv__img:hover .swiper-slide-active .u-hover {
  opacity: 1;
}
#page_top .p-frontFv__img .swiper {
  width: 76rem;
  height: 26rem;
  overflow: visible;
  scale: 0.8;
  margin-left: 10.5rem;
}
@media screen and (max-width: 767px) {
  #page_top .p-frontFv__img .swiper {
    margin-left: 8.77rem;
    width: 39rem;
    height: 13rem;
  }
}
#page_top .p-frontFv__img .swiper .swiper-button-prev {
  left: -3.5rem;
}
@media screen and (max-width: 767px) {
  #page_top .p-frontFv__img .swiper .swiper-button-prev {
    left: 0rem;
    display: none;
  }
}
#page_top .p-frontFv__img .swiper .swiper-button-prev:after {
  font-weight: 400;
}
#page_top .p-frontFv__img .swiper .swiper-button-next {
  right: -3.5rem;
}
@media screen and (max-width: 767px) {
  #page_top .p-frontFv__img .swiper .swiper-button-next {
    right: 0rem;
    display: none;
  }
}
#page_top .p-frontFv__img .swiper .swiper-button-next:after {
  font-weight: 400;
}
#page_top .p-frontFv__img .swiper .swiper-wrapper {
  opacity: 0;
  transition: 3s;
  pointer-events: none;
}
#page_top .p-frontFv__img .swiper .swiper-wrapper picture {
  height: 100%;
}
#page_top .p-frontFv__img .swiper .swiper-wrapper picture img {
  height: 100%;
  max-width: initial;
  width: 100%;
}
#page_top .p-frontFv__img .swiper .swiper-wrapper .swiper-slide {
  transition: 1s;
  scale: 0.7;
  z-index: 1;
  opacity: 0.2;
  border-radius: 5px;
  filter: saturate(0);
}
#page_top .p-frontFv__img .swiper .swiper-wrapper .swiper-slide::after {
  content: "";
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 3rem;
  height: 3rem;
  border-radius: 500rem;
  background: radial-gradient(50% 50% at 50% 50%, #FF4A12 36.06%, #DB1515 100%);
  opacity: 0;
  transition: 0.5s;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  #page_top .p-frontFv__img .swiper .swiper-wrapper .swiper-slide::after {
    top: 1rem;
    right: 1rem;
    width: 2rem;
    height: 2rem;
  }
}
#page_top .p-frontFv__img .swiper .swiper-wrapper .swiper-slide.swiper-slide-prev {
  opacity: 0.6;
  scale: 0.8;
  filter: saturate(0);
}
#page_top .p-frontFv__img .swiper .swiper-wrapper .swiper-slide.swiper-slide-prev img {
  transform: translateX(-2rem);
}
#page_top .p-frontFv__img .swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
  opacity: 1;
  scale: 1;
  filter: saturate(1);
}
#page_top .p-frontFv__img .swiper .swiper-wrapper .swiper-slide.swiper-slide-active::after {
  opacity: 1;
}
#page_top .p-frontFv__img .swiper .swiper-wrapper .swiper-slide.swiper-slide-next {
  opacity: 0.6;
  scale: 0.8;
  filter: saturate(0);
}
#page_top .p-frontFv__img .swiper .swiper-wrapper .swiper-slide.swiper-slide-next img {
  transform: translateX(2rem);
}
#page_top .p-frontFv__img .p-mvCta {
  margin-left: auto;
  margin-right: auto;
  width: 26rem;
  margin-top: 7rem;
}
@media screen and (max-width: 767px) {
  #page_top .p-frontFv__img .p-mvCta {
    margin-top: 1rem;
    width: 32rem;
    z-index: 10;
  }
}
#page_top .p-frontFv__img .p-mvCta a {
  color: #fff;
  background: #1D1D1D;
  background-size: 110% 180%;
  transition: 0.3s;
  border-radius: 500px;
  padding: 1.5rem 2rem 1.8rem;
  font-size: 2.5rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
#page_top .p-frontFv__img .p-mvCta a::before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: url("../img/accent-color.webp") no-repeat;
  background-position: center;
  opacity: 0;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  #page_top .p-frontFv__img .p-mvCta a::before {
    font-size: 1.5rem;
    width: 55%;
    border-radius: 1rem;
  }
}
#page_top .p-frontFv__img .p-mvCta a:hover {
  scale: 0.95;
  opacity: 1;
}
#page_top .p-frontFv__img .p-mvCta a:hover::before {
  opacity: 1;
}
#page_top .p-frontFv__img .p-mvCta a i {
  height: 3rem;
  width: 3rem;
  background-image: url(../img/arrow-cycle-wh.svg);
  background-size: cover;
  margin-bottom: -0.1rem;
  margin-left: 1rem;
}
#page_top .p-frontFv__img .p-mvCta p {
  margin-top: 1.5rem;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.005em;
}
#page_top .p-frontFv__scroll {
  width: 18rem;
  position: absolute;
  left: 153rem;
  top: 62rem;
  mix-blend-mode: exclusion;
  transition-delay: 6s;
}
@media screen and (max-width: 767px) {
  #page_top .p-frontFv__scroll {
    left: 25rem;
    top: 60rem;
  }
}
#page_top .p-frontFv__scroll .u-move {
  animation: scrollMove 8s linear infinite, rotate360 8s linear infinite;
}
@keyframes rotate360 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#page_top .p-frontFv__scroll .u-base {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 3.5rem;
}
#page_top .p-frontFv__scroll02 {
  overflow: hidden;
  width: 100vw;
  position: absolute;
  bottom: 0;
}
#page_top .p-frontFv__scroll02 .p-frontFv__scroll02-inner {
  width: 100vw;
  overflow: hidden;
  position: relative;
}
#page_top .p-frontFv__scroll02 .p-frontFv__scroll02-track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: scroll02move 30s linear infinite;
}
#page_top .p-frontFv__scroll02 span {
  -webkit-text-stroke-width: 1.32px;
  -webkit-text-stroke-color: #1B1B1B;
  font-family: Oxanium;
  font-size: 18rem;
  font-style: normal;
  font-weight: 800;
  line-height: 140%;
  letter-spacing: -1.448px;
  opacity: 0.14;
  color: #fff;
  white-space: nowrap;
  margin-right: 6rem;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #page_top .p-frontFv__scroll02 span {
    font-size: 10rem;
  }
}
@keyframes scroll02move {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
#page_top .p-frontAbout {
  z-index: 24;
}
#page_top .p-frontAbout::before {
  content: "";
  position: absolute;
  margin: auto;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background: url("../img/bg_noise.webp") var(--white);
  background-size: 20rem 20rem;
  mix-blend-mode: multiply;
  opacity: 0.5;
}
#page_top .p-frontAbout__wrap {
  padding: 12rem 9rem 9rem;
  border: solid 1px #C2C2C2;
  border-radius: 1rem;
  display: flex;
  justify-content: space-between;
}
#page_top .p-frontAbout__wrap::before {
  border-radius: 3rem;
  border: solid 1px #C2C2C2;
  background: rgba(199, 199, 199, 0.22);
  content: "";
  position: absolute;
  top: 1rem;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
}
@media screen and (max-width: 767px) {
  #page_top .p-frontAbout__wrap {
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
#page_top .p-frontAbout__wrap .u-eyecatch {
  position: absolute;
  left: 50%;
  width: 42rem;
  top: -11rem;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  #page_top .p-frontAbout__wrap .u-eyecatch {
    width: 25rem;
    top: -3rem;
  }
}
#page_top .p-frontAbout__wrap p {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.8;
  text-align: justify;
  text-justify: inter-ideograph;
}
#page_top .p-frontAbout__wrap .u-left {
  width: 53%;
}
@media screen and (max-width: 767px) {
  #page_top .p-frontAbout__wrap .u-left {
    width: 80%;
    margin-top: 14rem;
    margin-bottom: 5rem;
  }
}
#page_top .p-frontAbout__wrap .u-left .m_txt_secTtl {
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  #page_top .p-frontAbout__wrap .u-left .m_txt_secTtl .ja {
    margin-top: 0rem;
    font-size: 2.4rem;
  }
}
#page_top .p-frontAbout__wrap .u-left .m_btn_txt {
  margin-bottom: 0rem;
  padding: 0rem 0;
  text-align: left;
  margin-top: 2rem;
}
#page_top .p-frontAbout__wrap .u-right {
  width: 44%;
  margin-top: 5.5rem;
  border-radius: 1rem;
  border: 1.249px solid #C2C2C2;
  background: rgba(199, 199, 199, 0.22);
  padding: 4rem;
}
@media screen and (max-width: 767px) {
  #page_top .p-frontAbout__wrap .u-right {
    width: 80%;
    padding: 2rem;
    margin-top: 0rem;
    margin-bottom: 3.2rem;
  }
}
#page_top .p-frontAbout__wrap .u-right h3 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 3.2rem;
  font-weight: 800;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  #page_top .p-frontAbout__wrap .u-right h3 {
    display: initial;
    font-size: 2.6rem;
    line-height: 1.4;
    margin-bottom: 2rem;
  }
}
#page_top .p-frontAbout__wrap .u-right h3 img {
  width: 4.5rem;
  margin-right: 0.5rem;
}
@media screen and (max-width: 767px) {
  #page_top .p-frontAbout__wrap .u-right h3 img {
    width: 3.5rem;
    margin-bottom: 0.5rem;
  }
}
#page_top .p-frontAbout__wrap .u-right h3 span::before {
  content: "";
  background-image: url(../img/top/logo-icon02.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0.64rem;
  left: 0.2rem;
  width: 0.8rem;
  height: 1.4rem;
}
@media screen and (max-width: 767px) {
  #page_top .p-frontAbout__wrap .u-right h3 span::before {
    top: 0.2rem;
    left: 0.2rem;
    width: 0.8rem;
    height: 1.2rem;
  }
}
#page_top .p-frontAbout__wrap .u-right h3 span::after {
  content: "";
  background-image: url(../img/top/logo-icon03.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0.64rem;
  right: 0.2rem;
  width: 0.8rem;
  height: 1.4rem;
}
@media screen and (max-width: 767px) {
  #page_top .p-frontAbout__wrap .u-right h3 span::after {
    top: 0.2rem;
    right: 0.2rem;
    width: 0.8rem;
    height: 1.2rem;
  }
}
#page_top .p-frontAbout__wrap .u-right p {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #page_top .p-frontAbout__wrap .u-right p {
    font-size: 1.2rem;
  }
}
#page_top .p-frontAbout__wrap .u-right .m_btn_txt {
  margin-bottom: 0rem;
  padding: 0rem 0;
  text-align: left;
  margin-top: 2rem;
}
#page_top .p-frontAbout__contents01 {
  display: flex;
}
@media screen and (max-width: 767px) {
  #page_top .p-frontAbout__contents01 {
    flex-direction: column;
  }
}
#page_top .p-frontAbout__contents01 p {
  text-wrap: nowrap;
}
@media screen and (max-width: 767px) {
  #page_top .p-frontAbout__contents01 p {
    text-wrap: initial;
  }
}
#page_top .p-frontAbout__contents01 .u-parallax2 {
  width: 80rem;
  height: 80rem;
  margin-top: -29rem;
  margin-left: 5rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  #page_top .p-frontAbout__contents01 .u-parallax2 {
    margin: 0;
    margin-top: 3rem;
    padding-left: 0rem;
    padding-right: 3rem;
    width: calc(100dvw - 8rem);
    height: calc(100dvw - 8rem);
  }
}
#page_top .p-frontAbout__contents01 .u-parallax2 .u-img {
  width: 71rem;
  height: 71rem;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #page_top .p-frontAbout__contents01 .u-parallax2 .u-img {
    width: 26rem;
    height: 26rem;
  }
}
#page_top .p-frontAbout__contents01 .u-parallax2 .u-img img {
  margin-top: -16rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110%;
  transition: transform 0.1s;
  /* スムーズなアニメーションを実現するためのトランジション */
}
@media screen and (max-width: 767px) {
  #page_top .p-frontAbout__contents01 .u-parallax2 .u-img img {
    margin-top: -14rem;
  }
}
#page_top .p-frontAbout__contents02 {
  margin-top: -28rem;
}
@media screen and (max-width: 767px) {
  #page_top .p-frontAbout__contents02 {
    margin-top: -11rem;
    margin-left: 3rem;
    margin-bottom: 6rem;
  }
}
#page_top .p-frontAbout__contents02 .p-copy {
  position: absolute;
  top: 2rem;
  left: -2rem;
}
@media screen and (max-width: 767px) {
  #page_top .p-frontAbout__contents02 .p-copy {
    top: 16rem;
    left: -3.5rem;
  }
}
#page_top .p-frontAbout__contents02 .p-copy p {
  font-size: var(--fz210);
  padding: 0.5rem 0;
  background-color: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  margin: 0.6rem;
  width: 0;
  overflow: hidden;
  white-space: nowrap;
  /* テキストが改行されないように */
  transition: width 0.5s ease-in-out;
}
@media screen and (max-width: 767px) {
  #page_top .p-frontAbout__contents02 .p-copy p {
    font-size: 1.8rem;
    top: -2rem;
    left: 1rem;
  }
}
#page_top .p-frontAbout__contents02 .u-parallax {
  width: 70rem;
  height: 30rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  align-items: flex-start;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  #page_top .p-frontAbout__contents02 .u-parallax {
    margin: 0;
    margin-top: 3rem;
    padding-left: 0rem;
    width: calc(100dvw - 8rem);
    height: calc(100dvw - 17rem);
  }
}
#page_top .p-frontAbout__contents02 .u-parallax .u-img {
  width: 71rem;
  height: 71rem;
  overflow: hidden;
}
#page_top .p-frontAbout__contents02 .u-parallax .u-img img {
  margin-top: -31rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 76%;
  transition: transform 0.1s;
  width: 70rem;
}
@media screen and (max-width: 767px) {
  #page_top .p-frontAbout__contents02 .u-parallax .u-img img {
    margin-top: -34rem;
  }
}
#page_top .p-frontAbout__contents02.is-anim p {
  padding: 0.5rem 1.5rem;
}
#page_top .p-frontAbout__contents02.is-anim p:nth-child(1) {
  /* 1番目のp要素のアニメーション */
  animation: expandWidth 0.8s ease-in-out forwards;
}
#page_top .p-frontAbout__contents02.is-anim p:nth-child(2) {
  /* 2番目のp要素のアニメーションを0.3秒遅らせる */
  animation: expandWidth 0.8s 0.4s ease-in-out forwards;
}
@keyframes expandWidth {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
#page_top .p-frontAbout .p-concept {
  margin: 5rem auto 1rem;
  padding: 5rem 20rem;
  display: inline-flex;
  justify-content: center;
  font-size: 3.5rem;
}
@media screen and (max-width: 767px) {
  #page_top .p-frontAbout .p-concept {
    padding: 3rem 3rem;
    font-size: 1.9rem;
    margin: 1rem auto;
  }
}
#page_top .p-frontAbout .p-concept::before {
  position: absolute;
  content: "";
  width: 5rem;
  height: 3rem;
  left: 0;
  top: 0;
  border-left: solid 1px #484848;
  border-top: solid 1px #484848;
}
#page_top .p-frontAbout .p-concept::after {
  position: absolute;
  content: "";
  width: 5rem;
  height: 3rem;
  right: 0;
  bottom: 0;
  border-right: solid 1px #484848;
  border-bottom: solid 1px #484848;
}
#page_top .p-frontAbout .m_box_fixed:nth-child(2) {
  padding-top: 13rem;
}
#page_top .p-frontAbout .m_box_fixed:nth-child(2) .p-frontAbout__wrap {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
#page_top .p-frontAbout .m_box_fixed:nth-child(2) .m_txt_secTtl {
  text-align: center;
}
#page_top .p-frontService {
  z-index: 10;
  padding: 0;
  position: relative;
  width: 100%;
  margin: 0 auto;
  background-size: 100vw;
}
#page_top .p-frontService::after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  width: 100vw;
  height: 30rem;
  background-size: cover;
  mix-blend-mode: multiply;
  z-index: -1;
}
#page_top .p-frontService__inner {
  background-color: var(--white);
  border-radius: 8rem 8rem 0 0;
  border: solid 1px #1D1D1D;
  background: url("../img/bg01.webp") center top;
  background-size: 100vw;
  height: 5000px;
  background-color: var(--white);
  padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  #page_top .p-frontService__inner {
    border-radius: 4rem 4rem 0 0;
  }
}
#page_top .p-frontService__inner::after {
  content: "";
  position: absolute;
  margin: auto;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background: url("../img/bg_noise.webp") var(--white);
  background-size: 20rem 20rem;
  mix-blend-mode: multiply;
  opacity: 0.5;
  z-index: 1;
}
#page_top .p-frontService__inner .m_box_fixed {
  position: sticky;
  top: 0;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  #page_top .p-frontService__inner .m_box_fixed {
    overflow: hidden;
  }
}
#page_top .p-frontService__wrap {
  padding: 10rem 0;
  width: 100%;
  height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #page_top .p-frontService__wrap {
    flex-direction: column;
  }
}
#page_top .p-frontService__wrap > * {
  transition: 1s;
}
#page_top .p-frontService__wrap .u-left {
  transition: 1s;
  width: 75rem;
  text-wrap: nowrap;
}
@media screen and (max-width: 767px) {
  #page_top .p-frontService__wrap .u-left {
    width: 100%;
    margin-top: 0rem;
    padding: 0 2rem;
    z-index: 2;
  }
}
#page_top .p-frontService__wrap .u-left .m_txt_secTtl {
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  #page_top .p-frontService__wrap .u-left .m_txt_secTtl {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 767px) {
  #page_top .p-frontService__wrap .u-left .m_txt_secTtl .ja {
    font-size: 2rem;
    margin-top: 1rem;
    font-weight: 800;
    line-height: 1.5;
  }
}
#page_top .p-frontService__wrap .u-left__slide01-text01 {
  font-size: 2.2rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  #page_top .p-frontService__wrap .u-left__slide01-text01 {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  #page_top .p-frontService__wrap .u-left__slide01-text01 {
    text-wrap: wrap;
    height: 19rem;
    overflow-y: auto;
    font-size: 1.2rem;
    text-align: justify;
    text-justify: inter-ideograph;
  }
}
@media screen and (max-width: 767px) {
  #page_top .p-frontService__wrap .u-left__slide01-text01 br {
    display: none;
  }
}
#page_top .p-frontService__wrap .u-left__slide01-text02 {
  font-size: 2.2rem;
  line-height: 1.2;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  #page_top .p-frontService__wrap .u-left__slide01-text02 {
    text-wrap: wrap;
    font-size: 1.2rem;
    margin-top: -2rem;
  }
}
#page_top .p-frontService__wrap .u-right {
  transition: 1s;
  width: 60rem;
  height: 60rem;
  border-radius: 4rem;
  background: rgba(255, 255, 255, 0.01);
  box-shadow: 3.071px 4.094px 19.448px 0 rgba(0, 0, 0, 0.14);
  -webkit-backdrop-filter: blur(9.2123413086px);
          backdrop-filter: blur(9.2123413086px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  #page_top .p-frontService__wrap .u-right {
    width: 86vw;
    height: 75dvh;
    z-index: 1;
    position: absolute;
    right: 0;
    top: 9rem;
    border-radius: 2rem;
  }
}
#page_top .p-frontService__wrap .u-right .u-scrollBar {
  position: absolute;
  bottom: 4rem;
  left: 4rem;
  width: calc(100% - 8rem);
}
@media screen and (max-width: 767px) {
  #page_top .p-frontService__wrap .u-right .u-scrollBar {
    bottom: 2rem;
    left: 2rem;
    width: calc(100% - 4rem);
  }
}
#page_top .p-frontService__wrap .u-right .u-scrollBar__text {
  font-size: 1rem;
  font-family: "Oxanium", sans-serif;
}
#page_top .p-frontService__wrap .u-right .u-scrollBar__base {
  background: #D9D9D9;
  width: 100%;
  height: 0.5rem;
}
#page_top .p-frontService__wrap .u-right .u-scrollBar__base i {
  background: #A7A7A7;
  height: 100%;
  width: 0%;
  position: absolute;
  top: 0;
  left: 0;
}
#page_top .p-frontService__wrap .u-right .u-scrollBar__base .u-page {
  position: absolute;
  top: -1.8rem;
  right: 0;
  font-size: 1rem;
}
#page_top .p-frontService__wrap .u-right .main-image {
  transition: filter 0.5s;
}
#page_top .p-frontService__wrap .u-right .u-Proofly {
  transition: 1s;
  width: 42rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
@media screen and (max-width: 767px) {
  #page_top .p-frontService__wrap .u-right .u-Proofly {
    width: 41vw;
    height: 10rem;
    position: absolute;
    left: 69%;
    top: 5.5rem;
  }
}
#page_top .p-frontService__wrap .u-right .p-slide {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) scale(0);
  transition: 1s;
  filter: blur(5rem);
  opacity: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform-origin: center;
}
#page_top .p-frontService__wrap .u-right .p-slide .m_btn_txt {
  text-align: center;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  #page_top .p-frontService__wrap .u-right .p-slide .m_btn_txt {
    margin-top: 2rem;
  }
}
#page_top .p-frontService__wrap .u-right .--02 h3 {
  text-align: center;
  margin-bottom: 4rem;
  margin-top: -2rem;
  font-size: 2.2rem;
  font-weight: 700;
  color: #52555B;
}
@media screen and (max-width: 767px) {
  #page_top .p-frontService__wrap .u-right .--02 h3 {
    margin-bottom: 1rem;
    font-size: 1.8rem;
  }
}
#page_top .p-frontService__wrap .u-right .--02 h3 span {
  color: transparent;
  width: 0;
  display: inline-block;
}
#page_top .p-frontService__wrap .u-right .--02 .u-main {
  text-align: center;
  background: url("../img/accent-color.webp") center/cover no-repeat;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  font-size: 3.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #page_top .p-frontService__wrap .u-right .--02 .u-main {
    font-size: 2.2rem;
    font-weight: 800;
    line-height: 1.4;
    margin-bottom: 0.5rem;
  }
}
#page_top .p-frontService__wrap .u-right .--02 .u-main .sp-hide {
  display: inline;
  background: url("../img/accent-color.webp") center/cover no-repeat;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
  #page_top .p-frontService__wrap .u-right .--02 .u-main .sp-hide {
    display: none;
  }
}
#page_top .p-frontService__wrap .u-right .--02 .u-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 116rem;
  margin: 1rem 0 0;
}
@media screen and (max-width: 767px) {
  #page_top .p-frontService__wrap .u-right .--02 .u-content {
    flex-direction: column;
  }
}
#page_top .p-frontService__wrap .u-right .--02 .u-content__01, #page_top .p-frontService__wrap .u-right .--02 .u-content__02 {
  text-align: center;
  border-radius: 1rem;
  padding: 2.5rem 6rem;
  width: 52rem;
  font-size: 3.2rem;
  font-weight: 700;
  background-color: #FFF;
  align-items: center;
  box-shadow: 1.84px 3.68px 8.28px 0 rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 767px) {
  #page_top .p-frontService__wrap .u-right .--02 .u-content__01, #page_top .p-frontService__wrap .u-right .--02 .u-content__02 {
    padding: 1rem 1rem 1.1rem;
    width: 28rem;
    font-size: 2rem;
  }
}
#page_top .p-frontService__wrap .u-right .--02 .u-content i {
  padding: 7rem;
}
@media screen and (max-width: 767px) {
  #page_top .p-frontService__wrap .u-right .--02 .u-content i {
    padding: 1rem;
    margin: 0.5rem;
  }
}
#page_top .p-frontService__wrap .u-right .--02 .u-content i::before, #page_top .p-frontService__wrap .u-right .--02 .u-content i::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  width: 1px;
  background-color: #1D1D1D;
}
#page_top .p-frontService__wrap .u-right .--02 .u-content i::before {
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
#page_top .p-frontService__wrap .u-right .--02 .u-content i::after {
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
#page_top .p-frontService__wrap .u-right .--03 h3 {
  text-align: center;
  margin-bottom: 4rem;
  margin-top: -2rem;
  font-size: 2.2rem;
  font-weight: 700;
  color: #52555B;
}
@media screen and (max-width: 767px) {
  #page_top .p-frontService__wrap .u-right .--03 h3 {
    margin-bottom: 2rem;
    margin-top: -3rem;
    font-size: 1.8rem;
  }
}
#page_top .p-frontService__wrap .u-right .--03 h3 span {
  color: transparent;
  width: 0;
  display: inline-block;
}
#page_top .p-frontService__wrap .u-right .--03 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem 1.5%;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  #page_top .p-frontService__wrap .u-right .--03 ul {
    padding: 0 2rem;
    gap: 1rem 1.5%;
    margin-bottom: 0rem;
  }
}
#page_top .p-frontService__wrap .u-right .--03 ul li {
  text-align: center;
  border-radius: 1rem;
  width: 30%;
  font-size: 2rem;
  font-weight: 700;
  background: #FFF;
  align-items: center;
  box-shadow: 1.84px 3.68px 8.28px 0 rgba(0, 0, 0, 0.15);
  display: flex;
  overflow: hidden;
  transition: 0.5s;
  opacity: 0;
  animation: flowFadeOut 0.1s ease-out forwards;
}
@keyframes flowFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@media screen and (max-width: 767px) {
  #page_top .p-frontService__wrap .u-right .--03 ul li {
    width: 100%;
    font-size: 1.5rem;
  }
}
#page_top .p-frontService__wrap .u-right .--03 ul li::before {
  content: "";
  background-color: #1D1D1D;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0%;
  transform: translateX(-110%);
  transition: 0.5s;
}
#page_top .p-frontService__wrap .u-right .--03 ul li::after {
  background: url(../img/accent-color.webp) no-repeat;
  background-size: cover;
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0%;
  opacity: 0;
}
#page_top .p-frontService__wrap .u-right .--03 ul li:nth-child(2) {
  animation: flowFadeOut 0.2s ease-out forwards;
}
#page_top .p-frontService__wrap .u-right .--03 ul li:nth-child(3) {
  animation: flowFadeOut 0.3s ease-out forwards;
}
#page_top .p-frontService__wrap .u-right .--03 ul li:nth-child(4) {
  animation: flowFadeOut 0.35s ease-out forwards;
}
#page_top .p-frontService__wrap .u-right .--03 ul li:nth-child(5) {
  animation: flowFadeOut 0.4s ease-out forwards;
}
#page_top .p-frontService__wrap .u-right .--03 ul li:nth-child(6) {
  animation: flowFadeOut 0.5s ease-out forwards;
}
#page_top .p-frontService__wrap .u-right .--03 ul li a {
  padding: 2.5rem 4rem;
  transition: 0.5s;
  opacity: 1;
  z-index: 2;
  width: 100%;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #page_top .p-frontService__wrap .u-right .--03 ul li a {
    padding: 0.6rem 0.8rem 0.8rem;
  }
}
#page_top .p-frontService__wrap .u-right .--03 ul li a svg {
  margin-bottom: 0.3rem;
  margin-right: 1rem;
}
@media screen and (max-width: 767px) {
  #page_top .p-frontService__wrap .u-right .--03 ul li a svg {
    width: 2.2rem;
    margin-bottom: -0.1rem;
    margin-right: 0.3rem;
  }
}
#page_top .p-frontService__wrap .u-right .--03 ul li a span {
  margin-bottom: 0.5rem;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #page_top .p-frontService__wrap .u-right .--03 ul li a span {
    margin-bottom: 0;
  }
}
#page_top .p-frontService__wrap .u-right .--03 ul li a i {
  height: 3rem;
  width: 3rem;
  background-image: url(../img/arrow-cycle-wh.svg);
  background-size: cover;
  display: inline-block;
  position: absolute;
  right: 3rem;
  top: 50%;
  transform: translateY(-50%);
}
#page_top .p-frontService__wrap .u-right .--03 ul li:hover::before {
  transform: translateX(0%);
}
#page_top .p-frontService__wrap .u-right .--03 ul li:hover a {
  color: #FFF;
}
#page_top .p-frontService__wrap .u-right .--03 ul li:hover a svg path {
  fill: #fff;
}
#page_top .p-frontService__wrap .u-right .--04 h3 {
  text-align: center;
  margin-bottom: 2rem;
  margin-top: -2rem;
  font-size: 2.2rem;
  font-weight: 700;
  color: #52555B;
}
@media screen and (max-width: 767px) {
  #page_top .p-frontService__wrap .u-right .--04 h3 {
    margin-top: 2rem;
    font-size: 1.8rem;
  }
}
#page_top .p-frontService__wrap .u-right .--04 h3 span {
  color: transparent;
  width: 0;
  display: inline-block;
}
#page_top .p-frontService__wrap .u-right .--04 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem 2rem;
  width: 110rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  #page_top .p-frontService__wrap .u-right .--04 ul {
    flex-direction: column;
    width: 84%;
    height: 31rem;
    overflow-x: auto;
    padding-bottom: 2rem;
  }
}
#page_top .p-frontService__wrap .u-right .--04 ul li {
  text-align: center;
  border-radius: 1rem;
  width: 48%;
  font-size: 2rem;
  font-weight: 700;
  background: #FFF;
  align-items: center;
  box-shadow: 1.84px 3.68px 8.28px 0 rgba(0, 0, 0, 0.15);
  display: flex;
  overflow: hidden;
  transition: 0.5s;
  opacity: 0;
  height: 20rem;
  animation: flowFadeOut 0.1s ease-out forwards;
  gap: 3rem;
  padding-left: 4rem;
}
@keyframes flowFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@media screen and (max-width: 767px) {
  #page_top .p-frontService__wrap .u-right .--04 ul li {
    width: 100%;
    height: 100%;
    flex-direction: column-reverse;
    padding-left: 0rem;
    gap: 0rem;
  }
}
#page_top .p-frontService__wrap .u-right .--04 ul li:nth-child(2) {
  animation: flowFadeOut 0.2s ease-out forwards;
}
#page_top .p-frontService__wrap .u-right .--04 ul li:nth-child(3) {
  animation: flowFadeOut 0.3s ease-out forwards;
}
#page_top .p-frontService__wrap .u-right .--04 ul li:nth-child(4) {
  animation: flowFadeOut 0.35s ease-out forwards;
}
#page_top .p-frontService__wrap .u-right .--04 ul li div {
  text-align: left;
}
@media screen and (max-width: 767px) {
  #page_top .p-frontService__wrap .u-right .--04 ul li div {
    padding: 1rem 2rem 2rem;
  }
}
#page_top .p-frontService__wrap .u-right .--04 ul li div h4 {
  padding-bottom: 1rem;
  border-bottom: solid 1px #BABABA;
  margin-bottom: 1rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  #page_top .p-frontService__wrap .u-right .--04 ul li div h4 {
    font-size: 1.6rem;
    letter-spacing: 0;
  }
}
#page_top .p-frontService__wrap .u-right .--04 ul li div h4 strong {
  font-size: 2.2rem;
  background: linear-gradient(transparent 51%, rgba(37, 206, 212, 0.22) 98%, transparent 70%, transparent 100%);
  padding-right: 0.5rem;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  #page_top .p-frontService__wrap .u-right .--04 ul li div h4 strong {
    font-size: 1.8rem;
  }
}
#page_top .p-frontService__wrap .u-right .--04 ul li div p {
  font-size: 1.2rem;
}
#page_top .p-frontService__wrap .u-right .--04 ul li img {
  height: 100%;
}
@media screen and (max-width: 767px) {
  #page_top .p-frontService__wrap .u-right .--04 ul li img {
    height: 12rem;
  }
}
#page_top .p-frontService__wrap .u-right .--04 .m_btn_txt {
  margin-top: 0rem;
}
#page_top .p-frontService__wrap .u-right .--04 .m_btn_txt a:hover {
  transform: initial;
}
#page_top .p-frontService__wrap .u-right .--04 .m_btn_txt a:hover i {
  transform: translateX(-50%) translateY(20%);
}
#page_top .p-frontService__wrap .u-right .--04 .m_btn_txt a i {
  position: absolute;
  top: 113%;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.5s;
}
#page_top .p-frontService__wrap .u-right .--04 .m_btn_txt a i::after {
  position: relative;
  top: initial;
  left: initial;
  transform: rotate(90deg);
  display: block;
}
#page_top .p-frontService .is-slide02 .u-left {
  transition: 0.8s;
  filter: blur(5rem);
  opacity: 0;
  scale: 0;
  width: 0;
}
#page_top .p-frontService .is-slide02 .u-right {
  width: 100%;
}
#page_top .p-frontService .is-slide02 .u-right .u-Proofly {
  top: 24%;
}
@media screen and (max-width: 767px) {
  #page_top .p-frontService .is-slide02 .u-right .u-Proofly {
    top: 50%;
    left: 50%;
    z-index: 10;
    transform: translateX(-50%) translateY(-22rem);
  }
}
#page_top .p-frontService .is-slide02 .u-right .u-Proofly .u-path01,
#page_top .p-frontService .is-slide02 .u-right .u-Proofly .u-path02 {
  fill: #52555B;
}
#page_top .p-frontService .is-slide02 .u-right .--02 {
  transition-delay: 1s;
  filter: blur(0);
  opacity: 1;
  transform: translateX(-50%) translateY(-50%) scale(1);
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  #page_top .p-frontService .is-slide02 .u-right .--02 {
    margin-top: 2rem;
  }
}
#page_top .p-frontService .is-slide03 .u-left {
  transition: 0.8s;
  filter: blur(5rem);
  opacity: 0;
  scale: 0;
  width: 0;
}
#page_top .p-frontService .is-slide03 .u-right {
  width: 100%;
}
#page_top .p-frontService .is-slide03 .u-right .u-Proofly {
  top: 24%;
}
@media screen and (max-width: 767px) {
  #page_top .p-frontService .is-slide03 .u-right .u-Proofly {
    top: 50%;
    left: 50%;
    z-index: 10;
    transform: translateX(-50%) translateY(-25rem);
  }
}
#page_top .p-frontService .is-slide03 .u-right .u-Proofly .u-path01,
#page_top .p-frontService .is-slide03 .u-right .u-Proofly .u-path02 {
  fill: #52555B;
}
#page_top .p-frontService .is-slide03 .u-right .--03 {
  filter: blur(0);
  opacity: 1;
  transform: translateX(-50%) translateY(-50%) scale(1);
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  #page_top .p-frontService .is-slide03 .u-right .--03 {
    margin-top: 2rem;
  }
}
#page_top .p-frontService .is-slide03 .u-right .--03 li {
  animation: flowFade 1s ease-out forwards;
}
@keyframes flowFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#page_top .p-frontService .is-slide03 .u-right .--03 li:nth-child(1) {
  animation: flowFade 1s ease-out forwards;
  animation-delay: 0.8s;
}
#page_top .p-frontService .is-slide03 .u-right .--03 li:nth-child(2) {
  animation: flowFade 1s ease-out forwards;
  animation-delay: 1s;
}
#page_top .p-frontService .is-slide03 .u-right .--03 li:nth-child(3) {
  animation: flowFade 1s ease-out forwards;
  animation-delay: 1.2s;
}
#page_top .p-frontService .is-slide03 .u-right .--03 li:nth-child(4) {
  animation: flowFade 1s ease-out forwards;
  animation-delay: 1.4s;
}
#page_top .p-frontService .is-slide03 .u-right .--03 li:nth-child(5) {
  animation: flowFade 1s ease-out forwards;
  animation-delay: 1.6s;
}
#page_top .p-frontService .is-slide03 .u-right .--03 li:nth-child(6) {
  animation: flowFade 1s ease-out forwards;
  animation-delay: 1.8s;
}
#page_top .p-frontService .is-slide04 .u-left {
  transition: 0.8s;
  filter: blur(5rem);
  opacity: 0;
  scale: 0;
  width: 0;
}
#page_top .p-frontService .is-slide04 .u-right {
  width: 100%;
  height: 74rem;
}
@media screen and (max-width: 767px) {
  #page_top .p-frontService .is-slide04 .u-right {
    height: 75dvh;
  }
}
#page_top .p-frontService .is-slide04 .u-right .u-Proofly {
  top: 13%;
  width: 33rem;
}
@media screen and (max-width: 767px) {
  #page_top .p-frontService .is-slide04 .u-right .u-Proofly {
    top: 50%;
    left: 50%;
    z-index: 10;
    transform: translateX(-50%) translateY(-24.5rem);
    width: 17rem;
  }
}
#page_top .p-frontService .is-slide04 .u-right .u-Proofly .u-path01,
#page_top .p-frontService .is-slide04 .u-right .u-Proofly .u-path02 {
  fill: #52555B;
}
#page_top .p-frontService .is-slide04 .u-right .--04 {
  filter: blur(0);
  opacity: 1;
  transform: translateX(-50%) translateY(-50%) scale(1);
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  #page_top .p-frontService .is-slide04 .u-right .--04 {
    margin-top: 0.5rem;
  }
}
#page_top .p-frontService .is-slide04 .u-right .--04 li {
  animation: flowFade 1s ease-out forwards;
}
@keyframes flowFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#page_top .p-frontService .is-slide04 .u-right .--04 li:nth-child(1) {
  animation: flowFade 1s ease-out forwards;
  animation-delay: 0.8s;
}
#page_top .p-frontService .is-slide04 .u-right .--04 li:nth-child(2) {
  animation: flowFade 1s ease-out forwards;
  animation-delay: 1s;
}
#page_top .p-frontService .is-slide04 .u-right .--04 li:nth-child(3) {
  animation: flowFade 1s ease-out forwards;
  animation-delay: 1.2s;
}
#page_top .p-frontService .is-slide04 .u-right .--04 li:nth-child(4) {
  animation: flowFade 1s ease-out forwards;
  animation-delay: 1.4s;
}
#page_top .p-frontNews::before {
  content: "";
  position: absolute;
  margin: auto;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background: url("../img/bg_noise.webp") var(--white);
  background-size: 20rem 20rem;
  mix-blend-mode: multiply;
  opacity: 0.5;
}
#page_top .p-frontNews__wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #page_top .p-frontNews__wrap {
    flex-direction: column;
  }
}
#page_top .p-frontNews .ttl {
  text-wrap: nowrap;
}
@media screen and (max-width: 767px) {
  #page_top .p-frontNews .ttl {
    text-wrap: initial;
  }
}
#page_top .p-frontNews .ttl .ja {
  font-size: 3.8rem;
  font-weight: 800;
  line-height: 0.8;
}
#page_top .p-frontNews .list {
  width: 100%;
  padding-left: 20rem;
}
@media screen and (max-width: 767px) {
  #page_top .p-frontNews .list {
    padding-left: 0;
  }
}
#page_top .p-case {
  padding-top: 0;
}
#page_top .p-column {
  padding-top: 10rem;
}

@media screen and (max-width: 767px) {
  .p-case {
    overflow: hidden;
  }
}
.p-case .m_txt_secTtl {
  filter: drop-shadow(4px 4px 15px rgba(0, 0, 0, 0.31));
  color: #fff;
  position: absolute;
  right: 103.55%;
  top: -1.3rem;
  z-index: 5;
  transform-origin: right top;
  transform: rotate(-90deg) translateY(0%);
  line-height: 1;
  text-wrap: nowrap;
}
@media screen and (max-width: 767px) {
  .p-case .m_txt_secTtl {
    transform: initial;
    top: initial;
    right: initial;
    left: initial;
    position: relative;
    text-align: center;
    filter: initial;
    color: #FFF;
    margin: 0rem 0 -1rem;
    padding: 3rem 2rem 2rem;
    background: #1D1D1D;
    display: flex;
    align-items: center;
  }
}
.p-case .m_txt_secTtl .en {
  font-size: 18.4rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-case .m_txt_secTtl .en {
    font-size: 8rem;
  }
}
.p-case .m_txt_secTtl .ja {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-case .m_txt_secTtl .ja {
    display: block;
    color: #FFF;
    font-size: 1.6rem;
    font-weight: 600;
    margin-left: 3rem;
  }
  .p-case .m_txt_secTtl .ja::before {
    content: "";
    position: absolute;
    margin: auto;
    top: 50%;
    right: 110%;
    width: 2rem;
    height: 1px;
    background: #FFF;
  }
}
.p-case .p-swiper {
  position: relative;
}
.p-case .p-swiper .swiper {
  margin-top: 5rem;
  margin: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media screen and (max-width: 767px) {
  .p-case .p-swiper .swiper {
    margin-top: 0;
    overflow: visible;
    padding-bottom: 5rem;
  }
}
.p-case .p-swiper .swiper .swiper-pagination2 {
  width: 32rem;
  height: 7rem;
  flex-direction: row;
  justify-content: center;
  position: absolute;
  top: initial;
  right: 0;
  bottom: 0;
  z-index: 5;
  background: #FFF;
  border-radius: 2rem 0 0 0;
}
@media screen and (max-width: 767px) {
  .p-case .p-swiper .swiper .swiper-pagination2 {
    left: 3rem;
    bottom: -3.3rem;
  }
}
.p-case .p-swiper .swiper .swiper-button-prev {
  top: initial;
  left: 161rem;
  bottom: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-case .p-swiper .swiper .swiper-button-prev {
    left: -1.5rem;
    bottom: 23rem;
    width: 6rem;
    height: 1rem;
  }
}
.p-case .p-swiper .swiper .swiper-button-prev::after {
  font-size: 2rem;
  color: #FFF;
}
.p-case .p-swiper .swiper .swiper-button-next {
  top: initial;
  right: 2rem;
  bottom: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-case .p-swiper .swiper .swiper-button-next {
    right: -1.5rem;
    bottom: 23rem;
    width: 6rem;
    height: 1rem;
  }
}
.p-case .p-swiper .swiper .swiper-button-next::after {
  font-size: 2rem;
  color: #FFF;
}
.p-case .p-slide__item {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-case .p-slide__item {
    width: auto;
  }
}
.p-case .p-slide__item.swiper-slide-active a {
  opacity: 1;
}
.p-case .p-slide__item.swiper-slide-active a picture img {
  transform: scale(1.1);
}
.p-case .p-slide__item.swiper-slide-active a picture::after {
  background: rgba(90, 90, 90, 0.63);
}
.p-case .p-slide__item.swiper-slide-active a div.u-nohover {
  opacity: 0;
}
.p-case .p-slide__item.swiper-slide-active a div.u-hover {
  opacity: 1;
}
.p-case .p-slide__item a {
  display: block;
  position: relative;
}
.p-case .p-slide__item a:hover {
  opacity: 1;
}
.p-case .p-slide__item a:hover picture img {
  transform: scale(1.1);
}
.p-case .p-slide__item a:hover picture::after {
  background: rgba(90, 90, 90, 0.63);
}
.p-case .p-slide__item a:hover div.u-nohover {
  opacity: 0;
}
.p-case .p-slide__item a:hover div.u-hover {
  opacity: 1;
}
.p-case .p-slide__item a picture {
  overflow: hidden;
  box-shadow: 6px 6px 2px 0px rgba(0, 0, 0, 0.13);
}
.p-case .p-slide__item a picture::after {
  content: "";
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: 0.5s;
}
.p-case .p-slide__item a picture.u-unsail::before {
  content: "";
  position: absolute;
  background-color: rgba(214, 214, 214, 0.6);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.p-case .p-slide__item a picture .u-negotiations {
  position: absolute;
  top: 0;
  left: 0;
  width: 9rem;
  height: 9rem;
  background-color: var(--resetColor);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
  opacity: 1;
  line-height: 1.1;
}
.p-case .p-slide__item a picture .u-soldout {
  position: absolute;
  top: 0;
  left: 0;
  width: 9rem;
  height: 9rem;
  background: #C83535;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
  opacity: 1;
  line-height: 1.1;
}
.p-case .p-slide__item a picture img {
  width: 100%;
  transition: transform 0.5s var(--easeOutCubic);
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-case .p-slide__item a div.u-nohover {
  opacity: 1;
  transition: 0.5s;
  text-transform: uppercase;
  color: #fff;
  filter: drop-shadow(4px 4px 15px rgba(0, 0, 0, 0.31));
  font-size: 3.5rem;
  font-weight: 700;
  position: absolute;
  left: 0;
  bottom: -1.8rem;
  font-family: Oxanium;
}
.p-case .p-slide__item a div.u-hover {
  opacity: 0;
  transition: 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 4.5rem;
  color: #fff;
}
.p-case .p-slide__item a div.u-hover::before {
  content: "";
  border: 2px solid #fff;
  top: 3rem;
  left: 3rem;
  right: 3rem;
  bottom: 3rem;
  position: absolute;
}
.p-case .p-slide__item a div.u-hover .u-ttl {
  text-transform: uppercase;
  color: #fff;
  font-weight: 900;
  font-size: 1.8rem;
  font-family: "Oxanium", sans-serif;
}
.p-case .p-slide__item a div.u-hover h4 {
  font-size: 2.5rem;
  font-weight: 700;
}
.p-case .p-slide__item a div.u-hover div {
  display: flex;
  gap: 0.7rem;
  font-size: 1.4rem;
}
.p-case .p-slide__item a div.u-hover div h5 {
  font-weight: 400;
  text-wrap: nowrap;
  color: #fff;
}
.p-case .p-slide__item a div.u-hover div p {
  font-weight: 400;
}
.p-case .m_btn_txt {
  display: flex;
  justify-content: center;
  margin-top: 4rem;
}

@media screen and (max-width: 767px) {
  .p-column {
    overflow: hidden;
  }
}
.p-column .m_txt_secTtl {
  margin-bottom: 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-column .m_txt_secTtl {
    margin-bottom: 1rem;
  }
}
.p-column .m_txt_secTtl img {
  width: 32rem;
  margin-bottom: -2rem;
}
@media screen and (max-width: 767px) {
  .p-column .m_txt_secTtl img {
    width: 23rem;
  }
}
.p-column .m_txt_secTtl .en {
  text-transform: uppercase;
  font-size: 3.2rem;
  color: #3D3D3D;
  margin-bottom: -2.2rem;
}
@media screen and (max-width: 767px) {
  .p-column .m_txt_secTtl .en {
    font-size: 2.2rem;
  }
}
.p-column .m_txt_secTtl .ja {
  font-size: 3.8rem;
  font-weight: 800;
  letter-spacing: 0.005em;
}
@media screen and (max-width: 767px) {
  .p-column .m_txt_secTtl .ja {
    font-size: 2.8rem;
    margin: 1.5rem;
  }
}
.p-column .p-swiper {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-column .p-swiper {
    padding: 0 3rem;
  }
}
.p-column .p-swiper .swiper {
  margin-top: 5rem;
  padding-bottom: 7rem;
  margin: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media screen and (max-width: 767px) {
  .p-column .p-swiper .swiper {
    margin-top: 0;
    overflow: visible;
    padding-bottom: 5rem;
  }
}
.p-column .p-swiper .swiper .swiper-wrapper .swiper-slide {
  transition: 0.5s;
  opacity: 0.3;
}
.p-column .p-swiper .swiper .swiper-wrapper .swiper-slide.swiper-slide-next, .p-column .p-swiper .swiper .swiper-wrapper .swiper-slide.swiper-slide-prev {
  opacity: 1;
}
.p-column .p-swiper .swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.p-column .p-swiper .swiper .swiper-pagination22 {
  width: auto;
  flex-direction: row;
  justify-content: center;
  bottom: -3.8rem;
  top: initial;
}
@media screen and (max-width: 767px) {
  .p-column .p-swiper .swiper .swiper-pagination22 {
    left: 0rem;
    bottom: -5.3rem;
  }
}
.p-column .p-swiper .swiper .swiper-button-prev {
  top: initial;
  left: 80rem;
  bottom: 1.3rem;
}
@media screen and (max-width: 767px) {
  .p-column .p-swiper .swiper .swiper-button-prev {
    left: -4.5rem;
    bottom: 26rem;
    width: 6rem;
    height: 1rem;
  }
}
.p-column .p-swiper .swiper .swiper-button-prev::after {
  font-size: 2rem;
}
.p-column .p-swiper .swiper .swiper-button-next {
  top: initial;
  right: 80rem;
  bottom: 1.3rem;
}
@media screen and (max-width: 767px) {
  .p-column .p-swiper .swiper .swiper-button-next {
    right: -4.5rem;
    bottom: 26rem;
    width: 6rem;
    height: 1rem;
  }
}
.p-column .p-swiper .swiper .swiper-button-next::after {
  font-size: 2rem;
}
.p-column .p-slide__item {
  overflow: hidden;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15) inset;
}
@media screen and (max-width: 767px) {
  .p-column .p-slide__item {
    width: auto;
  }
}
.p-column .p-slide__item:hover {
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15) inset;
}
.p-column .p-slide__item a {
  display: block;
  position: relative;
  width: 100%;
  height: 48rem;
  transition: 0.2s;
}
@media screen and (max-width: 767px) {
  .p-column .p-slide__item a {
    width: auto;
    height: 44rem;
  }
}
.p-column .p-slide__item a:hover {
  opacity: 1;
  scale: 0.98;
}
.p-column .p-slide__item a:hover picture::after {
  opacity: 0;
}
.p-column .p-slide__item a:hover .u-ttl {
  opacity: 0;
}
.p-column .p-slide__item a picture {
  padding: 2rem;
}
.p-column .p-slide__item a picture img {
  border-radius: 1rem;
  width: 100%;
  transition: transform 0.5s var(--easeOutCubic);
  -o-object-fit: cover;
     object-fit: cover;
  height: 18rem;
}
.p-column .p-slide__item a picture::after {
  content: "";
  mix-blend-mode: multiply;
  position: absolute;
  top: 2rem;
  left: 2rem;
  bottom: 2rem;
  right: 2rem;
  border-radius: 1rem;
  transition: 0.5s;
  background: linear-gradient(180deg, #e1e1e1 0%, #2B2B2B 78.85%);
  mix-blend-mode: multiply;
  opacity: 0.5;
}
.p-column .p-slide__item a .u-ttl {
  position: absolute;
  top: 17rem;
  left: 3.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 1.4rem;
  font-family: "Oxanium", sans-serif;
  color: #FFF;
  transition: 0.2s;
}
@media screen and (max-width: 767px) {
  .p-column .p-slide__item a .u-ttl {
    bottom: initial;
    top: 17rem;
    left: 2.5rem;
  }
}
.p-column .p-slide__item a .u-ttl .u-day {
  font-size: 1rem;
  font-weight: 500;
}
.p-column .p-slide__item a .pvc_stats {
  position: absolute;
  bottom: 0rem;
  left: 32.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  text-transform: uppercase;
  font-family: "Oxanium", sans-serif;
  color: #FFF;
  font-size: 1.4rem;
  font-weight: 900;
  padding: 0 !important;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-column .p-slide__item a .pvc_stats {
    bottom: initial;
    top: 17rem;
    left: initial;
    right: 2.5rem;
  }
}
.p-column .p-slide__item a .pvc_stats i {
  display: none;
}
.p-column .p-slide__item a .u-detail {
  padding: 0 3rem 2rem;
  height: 25rem;
}
.p-column .p-slide__item a .u-detail ul {
  display: inline-flex;
  justify-content: flex-start;
  padding: 0.3rem 1.5rem;
  background: #f1f1f1;
  align-items: center;
  margin-bottom: 1rem;
  border-radius: 50rem;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15) inset;
}
.p-column .p-slide__item a .u-detail ul li {
  font-weight: 700;
  font-size: 1.4rem;
}
.p-column .p-slide__item a .u-detail ul li span {
  margin-bottom: 0.2rem;
}
.p-column .p-slide__item a .u-detail h4 {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media screen and (max-width: 767px) {
  .p-column .p-slide__item a .u-detail h4 {
    font-size: 2.2rem;
  }
}
.p-column .p-slide__item a .u-detail p {
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 170%;
  letter-spacing: 1px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.p-column .p-slide__item a .u-detail .u-link {
  display: flex;
  position: absolute;
  right: 3rem;
  bottom: 1rem;
  align-items: center;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .p-column .p-slide__item a .u-detail .u-link {
    right: 2rem;
  }
}
.p-column .p-slide__item a .u-detail .u-link svg {
  width: 2rem;
  margin-left: 0.5rem;
}
.p-column .m_btn_txt {
  display: flex;
  justify-content: center;
  margin-top: 5rem;
}

@media screen and (max-width: 767px) {
  .p-member {
    overflow: hidden;
  }
}
.p-member::before {
  content: "";
  background: #1E1E1E;
  width: 100%;
  height: 40rem;
  position: absolute;
  top: 0;
  left: 0;
}
.p-member .m_txt_secTtl {
  margin-bottom: 5rem;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-member .m_txt_secTtl {
    margin-bottom: 0rem;
  }
}
.p-member .m_txt_secTtl .en {
  text-transform: uppercase;
  font-size: 3.2rem;
  color: #FFF;
  margin-bottom: -2.2rem;
}
.p-member .p-swiper {
  position: relative;
}
.p-member .p-swiper .swiper {
  margin-top: 5rem;
  padding-bottom: 5rem;
  margin: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  overflow: visible;
  width: 30rem;
}
@media screen and (max-width: 767px) {
  .p-member .p-swiper .swiper {
    margin-top: 0;
    overflow: visible;
    padding-bottom: 5rem;
  }
}
.p-member .p-swiper .swiper .swiper-pagination22 {
  width: auto;
  flex-direction: row;
  justify-content: center;
  bottom: -2.5rem;
  top: initial;
}
@media screen and (max-width: 767px) {
  .p-member .p-swiper .swiper .swiper-pagination22 {
    left: 0rem;
    bottom: -3.3rem;
  }
}
.p-member .p-swiper .swiper .swiper-button-prev {
  top: initial;
  left: 28.5rem;
  bottom: 25.8rem;
}
@media screen and (max-width: 767px) {
  .p-member .p-swiper .swiper .swiper-button-prev {
    left: 0.5rem;
    bottom: 7rem;
    width: 6rem;
    height: 30rem;
  }
}
.p-member .p-swiper .swiper .swiper-button-prev::after {
  font-size: 2rem;
}
.p-member .p-swiper .swiper .swiper-button-next {
  top: initial;
  right: 28.5rem;
  bottom: 25.8rem;
}
@media screen and (max-width: 767px) {
  .p-member .p-swiper .swiper .swiper-button-next {
    right: 0.5rem;
    bottom: 7rem;
    width: 6rem;
    height: 30rem;
  }
}
.p-member .p-swiper .swiper .swiper-button-next::after {
  font-size: 2rem;
}
.p-member .p-slide__item {
  overflow: hidden;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
  .p-member .p-slide__item {
    width: auto;
  }
}
.p-member .p-slide__item a {
  display: block;
  position: relative;
  width: 40rem;
  height: 44rem;
}
.p-member .p-slide__item a picture img {
  width: 100%;
  transition: transform 0.5s var(--easeOutCubic);
  -o-object-fit: cover;
     object-fit: cover;
  height: 18rem;
}
.p-member .p-slide__item a .u-detail {
  padding: 2rem 3rem;
  height: calc(100% - 18rem);
}
.p-member .p-slide__item a .u-detail h4 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.p-member .p-slide__item a .u-detail p {
  font-weight: 600;
  font-size: 1.8rem;
}
.p-member .p-slide__item a .u-detail .u-link {
  display: flex;
  position: absolute;
  right: 6rem;
  bottom: 3rem;
  align-items: center;
  text-decoration: underline;
}
.p-member .p-slide__item a .u-detail .u-link svg {
  width: 3rem;
}
.p-member .m_btn_txt {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}/*# sourceMappingURL=top.css.map */