@media screen and (max-width: 1012px) {
  .--pc {
    display: none !important;
  }
}

@media screen and (min-width: 1013px) {
  .--sp {
    display: none !important;
  }
}

.p-home_business {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-home_business {
    margin-top: 400svh;
  }
}
@media screen and (max-height: 680px) {
  .p-home_business {
    margin-top: 500svh;
  }
}
@media screen and (max-width: 1012px) {
  .p-home_business {
    padding-bottom: 2rem !important;
  }
}
.p-home_business .button {
  color: #000;
  display: flex;
  align-items: center;
  gap: 5px;
}
.p-home_business .button:hover .arrow::before {
  transform: translateX(5px);
}
.p-home_business .button .arrow {
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 100%;
  background: transparent;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-home_business .button .arrow::before {
  content: "";
  display: block;
  width: 20px;
  height: 7px;
  background-image: url(../img/home/arrow.png);
  background-repeat: no-repeat;
  background-size: 100%;
  transition: all 0.4s;
}
.p-home_business .label {
  line-height: 1;
  color: #000;
  font-weight: 500;
  font-family: Cormorant, sans-serf;
}
.p-home_business__wrapper {
  width: 100%;
  height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
}
@media screen and (max-width: 1012px) {
  .p-home_business__wrapper {
    height: auto;
  }
}
.p-home_business__inner {
  position: relative;
  width: min(95%, 1240px);
  height: 88%;
}
@media (min-width: 1013px) and (max-width: 1280px) {
  .p-home_business__inner {
    width: 70%;
    max-height: 49.3583415597vw;
  }
}
@media screen and (max-width: 1012px) {
  .p-home_business__inner {
    width: 100%;
    height: auto;
    padding: 6.5rem 0;
  }
}
.p-home_business__textarea {
  position: absolute;
  top: 0;
  left: 0;
  color: #000;
  z-index: 0;
  font-family: Cormorant, sans-serf;
  text-shadow: 0px 0px 26px rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 1012px) {
  .p-home_business__textarea {
    position: static;
    width: 95%;
    margin: 0 auto;
  }
}
.p-home_business__textarea .title {
  font-size: 6.8rem;
  line-height: 1;
  font-family: Cormorant, sans-serf;
}
@media screen and (max-width: 768px) {
  .p-home_business__textarea .title {
    text-align: center;
  }
}
.p-home_business__textarea .title span {
  display: block;
  font-size: 1.7rem;
  margin-top: 0.5rem;
}
@media screen and (max-width: 1012px) {
  .p-home_business__textarea .title span {
    margin-top: 1.2em;
  }
}
.p-home_business__textarea .text {
  font-size: 1.5rem;
  padding: 2.5rem 0 3.5rem 0;
}
@media screen and (min-width: 1013px) and (max-width: 1280px) {
  .p-home_business__textarea .text {
    padding: 0.85rem 0 0 0;
  }
}
@media screen and (max-width: 1012px) {
  .p-home_business__textarea .text {
    padding: 1.5rem 0 0 0;
  }
}
.p-home_business__images {
  position: absolute;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1012px) {
  .p-home_business__images {
    position: static;
    margin-top: 3.5rem;
  }
}
.p-home_business__images_list {
  position: relative;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1012px) {
  .p-home_business__images_list {
    display: flex;
    flex-direction: column;
    gap: 4.5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-home_business__images_list {
    flex-direction: column-reverse;
    padding: 2em 1em;
  }
}
.p-home_business__images_list_item {
  position: absolute;
}
@media screen and (max-width: 1012px) {
  .p-home_business__images_list_item {
    position: relative;
    top: inherit !important;
    left: inherit !important;
    right: inherit !important;
    bottom: inherit !important;
  }
}
@media screen and (max-width: 768px) {
  .p-home_business__images_list_item {
    height: 90vh !important;
  }
}
@media screen and (max-width: 550px) {
  .p-home_business__images_list_item {
    height: 50vh !important;
  }
}
.p-home_business__images_list_item .label {
  position: absolute;
  font-size: 3.75rem;
  z-index: 1;
  text-shadow: 0px 0px 26px rgba(255, 255, 255, 0.4);
  writing-mode: inherit;
}
@media screen and (min-width: 1013px) {
  .p-home_business__images_list_item .label {
    width: 110%;
  }
}
@media screen and (min-width: 1013px) and (max-width: 1280px) {
  .p-home_business__images_list_item .label {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 1012px) {
  .p-home_business__images_list_item .label {
    font-size: 4rem;
    bottom: -0.5em !important;
    top: inherit !important;
  }
}
@media screen and (max-width: 768px) {
  .p-home_business__images_list_item .label {
    right: auto !important;
    left: 0em !important;
    bottom: 0em !important;
    top: auto !important;
    z-index: 1;
    padding: 0.1em 0.2em;
    font-size: 8vw;
    width: 100%;
    line-height: 0.8;
    height: 4em;
  }
  .p-home_business__images_list_item .label::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0.8;
    box-shadow: 1px 1px 10px #000;
  }
}
.p-home_business__images_list_item .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  transform-origin: center center;
}
@media screen and (max-width: 550px) {
  .p-home_business__images_list_item .image {
    height: 70%;
  }
}
.p-home_business__images_list_item .caption {
  margin-top: 0.5em;
  font-size: 14px;
  line-height: 1.4;
}
.p-home_business__images_list #PLACEMAKING_IMAGE {
  top: 50%;
  left: 50%;
  width: 67.8rem;
  height: 38.5rem;
  filter: brightness(1) !important;
  position: relative;
}
@media screen and (min-width: 1281px) and (max-width: 1600px) {
  .p-home_business__images_list #PLACEMAKING_IMAGE {
    width: 62.2rem;
    height: 33.5rem;
  }
}
@media screen and (min-width: 1012px) {
  .p-home_business__images_list #PLACEMAKING_IMAGE {
    transform: translate(-50%, -50%) translate3d(0px, 0px, 0px) !important;
  }
}
@media screen and (max-width: 1012px) {
  .p-home_business__images_list #PLACEMAKING_IMAGE {
    transform: inherit;
    width: 100%;
    height: auto;
  }
}
.p-home_business__images_list #PLACEMAKING_IMAGE .label {
  font-size: 5rem;
  right: 0;
  bottom: 0;
  top: 0.3em;
  left: 0.3em;
  z-index: 2;
}
@media screen and (max-width: 1012px) {
  .p-home_business__images_list #PLACEMAKING_IMAGE .label {
    right: inherit;
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-home_business__images_list #PLACEMAKING_IMAGE .label {
    font-size: 7.6364vw;
  }
}
.p-home_business__images_list #PLACEMAKING_IMAGE .label_h {
  line-height: 1;
  color: #fff;
  font-weight: 500;
  font-family: Cormorant, sans-serf;
  writing-mode: vertical-rl;
  text-orientation: sideways;
  position: absolute;
  right: 0;
  bottom: 2rem;
  font-size: 8.759494vw;
  letter-spacing: -0.06em;
  text-wrap: nowrap;
  z-index: 1;
  opacity: 0;
}
.p-home_business__images_list #PLACEMAKING_IMAGE .label_h.on {
  opacity: 1;
  transition: 1s;
  transition-delay: 1s;
}
.p-home_business__images_list #COMMUNICATION\ DESIGN_IMAGE {
  top: 4px;
  right: 13.5rem;
  width: 37.4rem;
  height: 20.5rem;
}
@media screen and (min-width: 1281px) and (max-width: 1600px) {
  .p-home_business__images_list #COMMUNICATION\ DESIGN_IMAGE {
    width: 32.4rem;
    height: 16.5rem;
  }
}
@media screen and (min-width: 1013px) and (max-width: 1280px) {
  .p-home_business__images_list #COMMUNICATION\ DESIGN_IMAGE {
    width: clamp(20.25rem, 12.099rem + 12.89vw, 23.375rem);
    height: clamp(10.313rem, 2.162rem + 12.89vw, 13.438rem);
  }
}
@media screen and (max-width: 1012px) {
  .p-home_business__images_list #COMMUNICATION\ DESIGN_IMAGE {
    width: 90%;
    height: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .p-home_business__images_list #COMMUNICATION\ DESIGN_IMAGE {
    width: 100%;
  }
}
.p-home_business__images_list #COMMUNICATION\ DESIGN_IMAGE .label {
  right: -0.4em;
  top: -0.8em;
}
@media screen and (max-width: 1012px) {
  .p-home_business__images_list #COMMUNICATION\ DESIGN_IMAGE .label {
    right: -0.8em;
  }
}
.p-home_business__images_list #GRAPHIC\ DESIGN_IMAGE {
  bottom: 12%;
  left: 0;
  width: 27rem;
  height: 36rem;
}
@media screen and (min-width: 1281px) and (max-width: 1600px) {
  .p-home_business__images_list #GRAPHIC\ DESIGN_IMAGE {
    width: 22rem;
    height: 31rem;
  }
}
@media screen and (min-width: 1013px) and (max-width: 1280px) {
  .p-home_business__images_list #GRAPHIC\ DESIGN_IMAGE {
    width: clamp(10.625rem, -5.677rem + 25.77vw, 16.875rem);
    height: clamp(16.25rem, -0.052rem + 25.77vw, 22.5rem);
  }
}
@media screen and (max-width: 1012px) {
  .p-home_business__images_list #GRAPHIC\ DESIGN_IMAGE {
    width: 78%;
    height: auto;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .p-home_business__images_list #GRAPHIC\ DESIGN_IMAGE {
    width: 100%;
  }
}
.p-home_business__images_list #GRAPHIC\ DESIGN_IMAGE .label {
  left: -0.5em;
}
@media screen and (max-width: 1012px) {
  .p-home_business__images_list #GRAPHIC\ DESIGN_IMAGE .label {
    left: -0.8em;
  }
}
.p-home_business__images_list #PR\ PLANNING_IMAGE {
  bottom: 39rem;
  right: -3.5rem;
  width: 33rem;
  height: 18.2rem;
}
@media screen and (min-width: 1281px) and (max-width: 1600px) {
  .p-home_business__images_list #PR\ PLANNING_IMAGE {
    width: 22rem;
    height: 13.2rem;
  }
}
@media screen and (min-width: 1013px) and (max-width: 1280px) {
  .p-home_business__images_list #PR\ PLANNING_IMAGE {
    width: clamp(14.375rem, 7.854rem + 10.31vw, 16.875rem);
    height: clamp(8.875rem, 2.354rem + 10.31vw, 11.375rem);
    bottom: calc(clamp(16.25rem, -0.052rem + 25.77vw, 22.5rem) + 1rem);
  }
}
@media screen and (max-width: 1012px) {
  .p-home_business__images_list #PR\ PLANNING_IMAGE {
    width: 75%;
    height: auto;
    margin-left: auto;
    margin-right: 11%;
  }
}
@media screen and (max-width: 768px) {
  .p-home_business__images_list #PR\ PLANNING_IMAGE {
    width: 100%;
  }
}
.p-home_business__images_list #PR\ PLANNING_IMAGE .label {
  right: -0.9em;
  top: -0.5em;
}
@media screen and (max-width: 1012px) {
  .p-home_business__images_list #PR\ PLANNING_IMAGE .label {
    right: -0.5em;
  }
}
.p-home_business__images_list #MOVIE_IMAGE {
  bottom: 0;
  left: 28rem;
  width: 32.4rem;
  height: 20.8rem;
}
@media screen and (min-width: 1281px) and (max-width: 1600px) {
  .p-home_business__images_list #MOVIE_IMAGE {
    width: 32.4rem;
    height: 16.8rem;
  }
}
@media screen and (min-width: 1013px) and (max-width: 1280px) {
  .p-home_business__images_list #MOVIE_IMAGE {
    width: clamp(19rem, 7.589rem + 18.04vw, 23.375rem);
    height: clamp(10.5rem, 2.349rem + 12.89vw, 13.625rem);
  }
}
@media screen and (max-width: 1012px) {
  .p-home_business__images_list #MOVIE_IMAGE {
    width: 90%;
    height: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .p-home_business__images_list #MOVIE_IMAGE {
    width: 100%;
  }
}
.p-home_business__images_list #MOVIE_IMAGE .label {
  right: -0.5em;
  bottom: -0.5em;
}
@media screen and (max-width: 1012px) {
  .p-home_business__images_list #MOVIE_IMAGE .label {
    right: inherit;
    left: -0.5em;
  }
}
.p-home_business__datails {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
@media screen and (max-width: 1012px) {
  .p-home_business__datails {
    display: none;
  }
}
.p-home_business__datails_list_item {
  position: relative;
  opacity: 0;
  transition: opacity 0.6s ease, transform 0.6s ease;
  overflow: hidden;
}
.p-home_business__datails_list_item .bg {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.p-home_business__datails_list_item .label {
  position: absolute;
  right: 50%;
  top: 10rem;
  transform: translateX(50%);
  font-size: 8.759494vw;
  letter-spacing: -0.06em;
  text-wrap: nowrap;
  color: #fff;
  line-height: 1;
  color: #fff;
  font-weight: 500;
  font-family: Cormorant, sans-serf;
}
.p-home_business__datails_list_item .label .word {
  overflow: hidden;
  display: flex;
}
.p-home_business__datails_list_item .label .char {
  transform: translateY(10vw);
  transition: 0.5s;
  display: block;
}
.p-home_business__datails_list_item_inner {
  width: min(80%, 1500px);
  margin: 0 auto;
  display: flex;
  align-items: end;
  position: relative;
  height: 100%;
}
.p-home_business__datails_list_item_inner .box {
  width: min(90%, 50rem);
  margin-bottom: 5rem;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 1em;
  backdrop-filter: brightness(0.5);
  opacity: 1;
  width: 0;
  height: 200px;
  overflow: hidden;
  animation: none;
  animation-play-state: paused;
}
.p-home_business__datails_list_item_inner .box .tag {
  font-size: 2rem;
  font-family: Cormorant, sans-serf;
  line-height: 1.5;
  display: inline-block;
  padding: 0 2rem;
  margin-top: 1em;
  margin-left: 1em;
  border: 1px solid #fff;
  margin-bottom: 2rem;
  filter: blur(10px);
  transform: translate(0px, -10px) scale(0.98, 0.98);
  opacity: 0;
}
.p-home_business__datails_list_item_inner .box .title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1.7rem;
}
.p-home_business__datails_list_item_inner .box .date,
.p-home_business__datails_list_item_inner .box .cliant {
  font-size: 1.4rem;
}
.p-home_business__datails_list_item_inner .box .desc {
  font-size: 1.5rem;
  margin: 2rem 0 3rem 0;
  filter: blur(10px);
  transform: translate(0px, -10px) scale(0.98, 0.98);
  opacity: 0;
}
@media screen and (min-width: 1580px) {
  .p-home_business__datails_list_item_inner .box .desc {
    font-size: 1.8rem;
  }
}
.p-home_business__datails_list_item.reverse .box {
  left: inherit;
  right: 0;
}
.p-home_business .p-home_business__slide {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .p-home_business .p-home_business__slide {
    z-index: -1;
  }
}
.p-home_business .p-home_business__slide .p-home_business__datails_list_item {
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@keyframes slideBox0 {
  0% {
    width: 0;
  }
  100% {
    width: 550px;
  }
}
@keyframes slideBox1 {
  0% {
    width: 0;
  }
  100% {
    width: 550px;
  }
}
@keyframes slideBox2 {
  0% {
    width: 0;
  }
  100% {
    width: 550px;
  }
}
@keyframes slideBox3 {
  0% {
    width: 0;
  }
  100% {
    width: 550px;
  }
}
@keyframes slideBox4 {
  0% {
    width: 0;
  }
  100% {
    width: 550px;
  }
}
@keyframes slideBox_inner0 {
  0% {
    filter: blur(10px);
    transform: translate(0px, -10px) scale(0.98, 0.98);
    opacity: 0;
  }
  100% {
    opacity: 1;
    filter: blur(0px);
    transform: translate(0px, 0px) scale(1);
  }
}
@keyframes slideBox_inner1 {
  0% {
    filter: blur(10px);
    transform: translate(0px, -10px) scale(0.98, 0.98);
    opacity: 0;
  }
  100% {
    opacity: 1;
    filter: blur(0px);
    transform: translate(0px, 0px) scale(1);
  }
}
@keyframes slideBox_inner2 {
  0% {
    filter: blur(10px);
    transform: translate(0px, -10px) scale(0.98, 0.98);
    opacity: 0;
  }
  100% {
    opacity: 1;
    filter: blur(0px);
    transform: translate(0px, 0px) scale(1);
  }
}
@keyframes slideBox_inner3 {
  0% {
    filter: blur(10px);
    transform: translate(0px, -10px) scale(0.98, 0.98);
    opacity: 0;
  }
  100% {
    opacity: 1;
    filter: blur(0px);
    transform: translate(0px, 0px) scale(1);
  }
}
@keyframes slideBox_inner4 {
  0% {
    filter: blur(10px);
    transform: translate(0px, -10px) scale(0.98, 0.98);
    opacity: 0;
  }
  100% {
    opacity: 1;
    filter: blur(0px);
    transform: translate(0px, 0px) scale(1);
  }
}
.slide-0 .placemaking {
  opacity: 1;
}
.slide-0 .placemaking .char:nth-of-type(1) {
  transform: translateY(0);
  transition-duration: 0.3s;
  transition-delay: 0.1s;
  transition-timing-function: cubic-bezier(0.66, 0.04, 0.5, 1.5);
}
.slide-0 .placemaking .char:nth-of-type(2) {
  transform: translateY(0);
  transition-duration: 0.3s;
  transition-delay: 0.2s;
  transition-timing-function: cubic-bezier(0.66, 0.04, 0.5, 1.5);
}
.slide-0 .placemaking .char:nth-of-type(3) {
  transform: translateY(0);
  transition-duration: 0.3s;
  transition-delay: 0.3s;
  transition-timing-function: cubic-bezier(0.66, 0.04, 0.5, 1.5);
}
.slide-0 .placemaking .char:nth-of-type(4) {
  transform: translateY(0);
  transition-duration: 0.3s;
  transition-delay: 0.4s;
  transition-timing-function: cubic-bezier(0.66, 0.04, 0.5, 1.5);
}
.slide-0 .placemaking .char:nth-of-type(5) {
  transform: translateY(0);
  transition-duration: 0.3s;
  transition-delay: 0.5s;
  transition-timing-function: cubic-bezier(0.66, 0.04, 0.5, 1.5);
}
.slide-0 .placemaking .char:nth-of-type(6) {
  transform: translateY(0);
  transition-duration: 0.3s;
  transition-delay: 0.6s;
  transition-timing-function: cubic-bezier(0.66, 0.04, 0.5, 1.5);
}
.slide-0 .placemaking .char:nth-of-type(7) {
  transform: translateY(0);
  transition-duration: 0.3s;
  transition-delay: 0.7s;
  transition-timing-function: cubic-bezier(0.66, 0.04, 0.5, 1.5);
}
.slide-0 .placemaking .char:nth-of-type(8) {
  transform: translateY(0);
  transition-duration: 0.3s;
  transition-delay: 0.8s;
  transition-timing-function: cubic-bezier(0.66, 0.04, 0.5, 1.5);
}
.slide-0 .placemaking .char:nth-of-type(9) {
  transform: translateY(0);
  transition-duration: 0.3s;
  transition-delay: 0.9s;
  transition-timing-function: cubic-bezier(0.66, 0.04, 0.5, 1.5);
}
.slide-0 .placemaking .char:nth-of-type(10) {
  transform: translateY(0);
  transition-duration: 0.3s;
  transition-delay: 1s;
  transition-timing-function: cubic-bezier(0.66, 0.04, 0.5, 1.5);
}
.slide-0 .placemaking .char:nth-of-type(11) {
  transform: translateY(0);
  transition-duration: 0.3s;
  transition-delay: 1.1s;
  transition-timing-function: cubic-bezier(0.66, 0.04, 0.5, 1.5);
}
.slide-0 .placemaking .char:nth-of-type(12) {
  transform: translateY(0);
  transition-duration: 0.3s;
  transition-delay: 1.2s;
  transition-timing-function: cubic-bezier(0.66, 0.04, 0.5, 1.5);
}
.slide-0 .placemaking .char:nth-of-type(13) {
  transform: translateY(0);
  transition-duration: 0.3s;
  transition-delay: 1.3s;
  transition-timing-function: cubic-bezier(0.66, 0.04, 0.5, 1.5);
}
.slide-0 .placemaking .char:nth-of-type(14) {
  transform: translateY(0);
  transition-duration: 0.3s;
  transition-delay: 1.4s;
  transition-timing-function: cubic-bezier(0.66, 0.04, 0.5, 1.5);
}
.slide-0 .placemaking .char:nth-of-type(15) {
  transform: translateY(0);
  transition-duration: 0.3s;
  transition-delay: 1.5s;
  transition-timing-function: cubic-bezier(0.66, 0.04, 0.5, 1.5);
}
.slide-0 .box {
  animation: slideBox0 1.5s forwards;
  animation-play-state: running;
}
.slide-0 .box .tag,
.slide-0 .box .desc {
  animation-name: slideBox_inner0;
  animation-duration: 1.5s;
  animation-delay: 1.5s;
  animation-fill-mode: both;
}
.slide-1 .communication {
  opacity: 1;
}
.slide-1 .communication .char:nth-of-type(1) {
  transform: translateY(0);
  transition-duration: 0.3s;
  transition-delay: 0.1s;
  transition-timing-function: cubic-bezier(0.66, 0.04, 0.5, 1.5);
}
.slide-1 .communication .char:nth-of-type(2) {
  transform: translateY(0);
  transition-duration: 0.3s;
  transition-delay: 0.2s;
  transition-timing-function: cubic-bezier(0.66, 0.04, 0.5, 1.5);
}
.slide-1 .communication .char:nth-of-type(3) {
  transform: translateY(0);
  transition-duration: 0.3s;
  transition-delay: 0.3s;
  transition-timing-function: cubic-bezier(0.66, 0.04, 0.5, 1.5);
}
.slide-1 .communication .char:nth-of-type(4) {
  transform: translateY(0);
  transition-duration: 0.3s;
  transition-delay: 0.4s;
  transition-timing-function: cubic-bezier(0.66, 0.04, 0.5, 1.5);
}
.slide-1 .communication .char:nth-of-type(5) {
  transform: translateY(0);
  transition-duration: 0.3s;
  transition-delay: 0.5s;
  transition-timing-function: cubic-bezier(0.66, 0.04, 0.5, 1.5);
}
.slide-1 .communication .char:nth-of-type(6) {
  transform: translateY(0);
  transition-duration: 0.3s;
  transition-delay: 0.6s;
  transition-timing-function: cubic-bezier(0.66, 0.04, 0.5, 1.5);
}
.slide-1 .communication .char:nth-of-type(7) {
  transform: translateY(0);
  transition-duration: 0.3s;
  transition-delay: 0.7s;
  transition-timing-function: cubic-bezier(0.66, 0.04, 0.5, 1.5);
}
.slide-1 .communication .char:nth-of-type(8) {
  transform: translateY(0);
  transition-duration: 0.3s;
  transition-delay: 0.8s;
  transition-timing-function: cubic-bezier(0.66, 0.04, 0.5, 1.5);
}
.slide-1 .communication .char:nth-of-type(9) {
  transform: translateY(0);
  transition-duration: 0.3s;
  transition-delay: 0.9s;
  transition-timing-function: cubic-bezier(0.66, 0.04, 0.5, 1.5);
}
.slide-1 .communication .char:nth-of-type(10) {
  transform: translateY(0);
  transition-duration: 0.3s;
  transition-delay: 1s;
  transition-timing-function: cubic-bezier(0.66, 0.04, 0.5, 1.5);
}
.slide-1 .communication .char:nth-of-type(11) {
  transform: translateY(0);
  transition-duration: 0.3s;
  transition-delay: 1.1s;
  transition-timing-function: cubic-bezier(0.66, 0.04, 0.5, 1.5);
}
.slide-1 .communication .char:nth-of-type(12) {
  transform: translateY(0);
  transition-duration: 0.3s;
  transition-delay: 1.2s;
  transition-timing-function: cubic-bezier(0.66, 0.04, 0.5, 1.5);
}
.slide-1 .communication .char:nth-of-type(13) {
  transform: translateY(0);
  transition-duration: 0.3s;
  transition-delay: 1.3s;
  transition-timing-function: cubic-bezier(0.66, 0.04, 0.5, 1.5);
}
.slide-1 .communication .char:nth-of-type(14) {
  transform: translateY(0);
  transition-duration: 0.3s;
  transition-delay: 1.4s;
  transition-timing-function: cubic-bezier(0.66, 0.04, 0.5, 1.5);
}
.slide-1 .communication .char:nth-of-type(15) {
  transform: translateY(0);
  transition-duration: 0.3s;
  transition-delay: 1.5s;
  transition-timing-function: cubic-bezier(0.66, 0.04, 0.5, 1.5);
}
.slide-1 .communication .char:nth-of-type(16) {
  transform: translateY(0);
  transition-duration: 0.3s;
  transition-delay: 1.6s;
  transition-timing-function: cubic-bezier(0.66, 0.04, 0.5, 1.5);
}
.slide-1 .communication .char:nth-of-type(17) {
  transform: translateY(0);
  transition-duration: 0.3s;
  transition-delay: 1.7s;
  transition-timing-function: cubic-bezier(0.66, 0.04, 0.5, 1.5);
}
.slide-1 .communication .char:nth-of-type(18) {
  transform: translateY(0);
  transition-duration: 0.3s;
  transition-delay: 1.8s;
  transition-timing-function: cubic-bezier(0.66, 0.04, 0.5, 1.5);
}
.slide-1 .communication .char:nth-of-type(19) {
  transform: translateY(0);
  transition-duration: 0.3s;
  transition-delay: 1.9s;
  transition-timing-function: cubic-bezier(0.66, 0.04, 0.5, 1.5);
}
.slide-1 .communication .char:nth-of-type(20) {
  transform: translateY(0);
  transition-duration: 0.3s;
  transition-delay: 2s;
  transition-timing-function: cubic-bezier(0.66, 0.04, 0.5, 1.5);
}
.slide-1 .box {
  animation: slideBox1 1.5s forwards;
  animation-play-state: running;
}
.slide-1 .box .tag,
.slide-1 .box .desc {
  animation-name: slideBox_inner1;
  animation-duration: 1.5s;
  animation-delay: 1.5s;
  animation-fill-mode: both;
}
.slide-1 #js-totop {
  opacity: 0;
  transition: 0.3s;
}
.slide-2 .movie_image {
  opacity: 1;
}
.slide-2 .movie_image .char:nth-of-type(1) {
  transform: translateY(0);
  transition-duration: 0.3s;
  transition-delay: 0.1s;
  transition-timing-function: cubic-bezier(0.66, 0.04, 0.5, 1.5);
}
.slide-2 .movie_image .char:nth-of-type(2) {
  transform: translateY(0);
  transition-duration: 0.3s;
  transition-delay: 0.2s;
  transition-timing-function: cubic-bezier(0.66, 0.04, 0.5, 1.5);
}
.slide-2 .movie_image .char:nth-of-type(3) {
  transform: translateY(0);
  transition-duration: 0.3s;
  transition-delay: 0.3s;
  transition-timing-function: cubic-bezier(0.66, 0.04, 0.5, 1.5);
}
.slide-2 .movie_image .char:nth-of-type(4) {
  transform: translateY(0);
  transition-duration: 0.3s;
  transition-delay: 0.4s;
  transition-timing-function: cubic-bezier(0.66, 0.04, 0.5, 1.5);
}
.slide-2 .movie_image .char:nth-of-type(5) {
  transform: translateY(0);
  transition-duration: 0.3s;
  transition-delay: 0.5s;
  transition-timing-function: cubic-bezier(0.66, 0.04, 0.5, 1.5);
}
.slide-2 .box {
  animation: slideBox2 1.5s forwards;
  animation-play-state: running;
}
.slide-2 .box .tag,
.slide-2 .box .desc {
  animation-name: slideBox_inner2;
  animation-duration: 1.5s;
  animation-delay: 1.5s;
  animation-fill-mode: both;
}
.slide-2 #js-totop {
  opacity: 0;
  transition: 0.3s;
}
.slide-3 .graphic {
  opacity: 1;
}
.slide-3 .graphic .char:nth-of-type(1) {
  transform: translateY(0);
  transition-duration: 0.3s;
  transition-delay: 0.1s;
  transition-timing-function: cubic-bezier(0.66, 0.04, 0.5, 1.5);
}
.slide-3 .graphic .char:nth-of-type(2) {
  transform: translateY(0);
  transition-duration: 0.3s;
  transition-delay: 0.2s;
  transition-timing-function: cubic-bezier(0.66, 0.04, 0.5, 1.5);
}
.slide-3 .graphic .char:nth-of-type(3) {
  transform: translateY(0);
  transition-duration: 0.3s;
  transition-delay: 0.3s;
  transition-timing-function: cubic-bezier(0.66, 0.04, 0.5, 1.5);
}
.slide-3 .graphic .char:nth-of-type(4) {
  transform: translateY(0);
  transition-duration: 0.3s;
  transition-delay: 0.4s;
  transition-timing-function: cubic-bezier(0.66, 0.04, 0.5, 1.5);
}
.slide-3 .graphic .char:nth-of-type(5) {
  transform: translateY(0);
  transition-duration: 0.3s;
  transition-delay: 0.5s;
  transition-timing-function: cubic-bezier(0.66, 0.04, 0.5, 1.5);
}
.slide-3 .graphic .char:nth-of-type(6) {
  transform: translateY(0);
  transition-duration: 0.3s;
  transition-delay: 0.6s;
  transition-timing-function: cubic-bezier(0.66, 0.04, 0.5, 1.5);
}
.slide-3 .graphic .char:nth-of-type(7) {
  transform: translateY(0);
  transition-duration: 0.3s;
  transition-delay: 0.7s;
  transition-timing-function: cubic-bezier(0.66, 0.04, 0.5, 1.5);
}
.slide-3 .graphic .char:nth-of-type(8) {
  transform: translateY(0);
  transition-duration: 0.3s;
  transition-delay: 0.8s;
  transition-timing-function: cubic-bezier(0.66, 0.04, 0.5, 1.5);
}
.slide-3 .graphic .char:nth-of-type(9) {
  transform: translateY(0);
  transition-duration: 0.3s;
  transition-delay: 0.9s;
  transition-timing-function: cubic-bezier(0.66, 0.04, 0.5, 1.5);
}
.slide-3 .graphic .char:nth-of-type(10) {
  transform: translateY(0);
  transition-duration: 0.3s;
  transition-delay: 1s;
  transition-timing-function: cubic-bezier(0.66, 0.04, 0.5, 1.5);
}
.slide-3 .graphic .char:nth-of-type(11) {
  transform: translateY(0);
  transition-duration: 0.3s;
  transition-delay: 1.1s;
  transition-timing-function: cubic-bezier(0.66, 0.04, 0.5, 1.5);
}
.slide-3 .graphic .char:nth-of-type(12) {
  transform: translateY(0);
  transition-duration: 0.3s;
  transition-delay: 1.2s;
  transition-timing-function: cubic-bezier(0.66, 0.04, 0.5, 1.5);
}
.slide-3 .graphic .char:nth-of-type(13) {
  transform: translateY(0);
  transition-duration: 0.3s;
  transition-delay: 1.3s;
  transition-timing-function: cubic-bezier(0.66, 0.04, 0.5, 1.5);
}
.slide-3 .graphic .char:nth-of-type(14) {
  transform: translateY(0);
  transition-duration: 0.3s;
  transition-delay: 1.4s;
  transition-timing-function: cubic-bezier(0.66, 0.04, 0.5, 1.5);
}
.slide-3 .graphic .char:nth-of-type(15) {
  transform: translateY(0);
  transition-duration: 0.3s;
  transition-delay: 1.5s;
  transition-timing-function: cubic-bezier(0.66, 0.04, 0.5, 1.5);
}
.slide-3 .box {
  animation: slideBox3 1.5s forwards;
  animation-play-state: running;
}
.slide-3 .box .tag,
.slide-3 .box .desc {
  animation-name: slideBox_inner3;
  animation-duration: 1.5s;
  animation-delay: 1.5s;
  animation-fill-mode: both;
}
.slide-3 #js-totop {
  opacity: 0;
  transition: 0.3s;
}
.slide-4 .planning {
  opacity: 1;
}
.slide-4 .planning .char:nth-of-type(1) {
  transform: translateY(0);
  transition-duration: 0.3s;
  transition-delay: 0.1s;
  transition-timing-function: cubic-bezier(0.66, 0.04, 0.5, 1.5);
}
.slide-4 .planning .char:nth-of-type(2) {
  transform: translateY(0);
  transition-duration: 0.3s;
  transition-delay: 0.2s;
  transition-timing-function: cubic-bezier(0.66, 0.04, 0.5, 1.5);
}
.slide-4 .planning .char:nth-of-type(3) {
  transform: translateY(0);
  transition-duration: 0.3s;
  transition-delay: 0.3s;
  transition-timing-function: cubic-bezier(0.66, 0.04, 0.5, 1.5);
}
.slide-4 .planning .char:nth-of-type(4) {
  transform: translateY(0);
  transition-duration: 0.3s;
  transition-delay: 0.4s;
  transition-timing-function: cubic-bezier(0.66, 0.04, 0.5, 1.5);
}
.slide-4 .planning .char:nth-of-type(5) {
  transform: translateY(0);
  transition-duration: 0.3s;
  transition-delay: 0.5s;
  transition-timing-function: cubic-bezier(0.66, 0.04, 0.5, 1.5);
}
.slide-4 .planning .char:nth-of-type(6) {
  transform: translateY(0);
  transition-duration: 0.3s;
  transition-delay: 0.6s;
  transition-timing-function: cubic-bezier(0.66, 0.04, 0.5, 1.5);
}
.slide-4 .planning .char:nth-of-type(7) {
  transform: translateY(0);
  transition-duration: 0.3s;
  transition-delay: 0.7s;
  transition-timing-function: cubic-bezier(0.66, 0.04, 0.5, 1.5);
}
.slide-4 .planning .char:nth-of-type(8) {
  transform: translateY(0);
  transition-duration: 0.3s;
  transition-delay: 0.8s;
  transition-timing-function: cubic-bezier(0.66, 0.04, 0.5, 1.5);
}
.slide-4 .planning .char:nth-of-type(9) {
  transform: translateY(0);
  transition-duration: 0.3s;
  transition-delay: 0.9s;
  transition-timing-function: cubic-bezier(0.66, 0.04, 0.5, 1.5);
}
.slide-4 .planning .char:nth-of-type(10) {
  transform: translateY(0);
  transition-duration: 0.3s;
  transition-delay: 1s;
  transition-timing-function: cubic-bezier(0.66, 0.04, 0.5, 1.5);
}
.slide-4 .planning .char:nth-of-type(11) {
  transform: translateY(0);
  transition-duration: 0.3s;
  transition-delay: 1.1s;
  transition-timing-function: cubic-bezier(0.66, 0.04, 0.5, 1.5);
}
.slide-4 .planning .char:nth-of-type(12) {
  transform: translateY(0);
  transition-duration: 0.3s;
  transition-delay: 1.2s;
  transition-timing-function: cubic-bezier(0.66, 0.04, 0.5, 1.5);
}
.slide-4 .planning .char:nth-of-type(13) {
  transform: translateY(0);
  transition-duration: 0.3s;
  transition-delay: 1.3s;
  transition-timing-function: cubic-bezier(0.66, 0.04, 0.5, 1.5);
}
.slide-4 .planning .char:nth-of-type(14) {
  transform: translateY(0);
  transition-duration: 0.3s;
  transition-delay: 1.4s;
  transition-timing-function: cubic-bezier(0.66, 0.04, 0.5, 1.5);
}
.slide-4 .planning .char:nth-of-type(15) {
  transform: translateY(0);
  transition-duration: 0.3s;
  transition-delay: 1.5s;
  transition-timing-function: cubic-bezier(0.66, 0.04, 0.5, 1.5);
}
.slide-4 .box {
  animation: slideBox4 1.5s forwards;
  animation-play-state: running;
}
.slide-4 .box .tag,
.slide-4 .box .desc {
  animation-name: slideBox_inner4;
  animation-duration: 1.5s;
  animation-delay: 1.5s;
  animation-fill-mode: both;
}

.c-form__ttl.-required:after {
  background: #b41e1e;
}

.c-form__agreement {
  margin-top: 3rem;
}

.c-form__check + *:after {
  border-left: solid 3px #000;
  border-bottom: solid 3px #000;
}

.c-form__button {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .c-form__button {
    flex-direction: column;
  }
}

.c-form__btn {
  border-radius: 100px;
  background: #000;
}
.c-form__btn:hover {
  background: #fff;
  border: 1px solid #000;
  color: #000;
}

@media screen and (max-width: 767px) {
  .p-contact__desc {
    text-align: left;
  }
}

.p-company_message__name {
  position: static;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3em;
}

.p-company_access__map iframe {
  aspect-ratio: 1560/900;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-company_access__map iframe {
    aspect-ratio: 16/9;
  }
}

body {
  padding-top: 0;
}
body.no-scroll {
  overflow: hidden;
}

@media screen and (min-width: 1281px) {
  .min1281-hidden {
    display: none;
  }
}

.l-header {
  background: transparent;
}

.slideout-open .l-header {
  background: #fff;
}

.l-header.is-act {
  box-shadow: none;
}

.p-home_kv__inner {
  max-width: 100%;
  padding: 0;
  margin: 0;
  height: 100svh;
}

.p-home_kv__video,
.p-business_kv__video {
  overflow: hidden;
  position: relative;
  position: fixed;
  top: 0;
  left: 0;
  height: 100svh;
  width: 100%;
}

.p-home_kv__video video,
.p-business_kv__video video {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
  outline: none;
  border: none;
}

.p-home_kv__catchInner {
  filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}
.p-home_kv__catchInner span {
  display: inline-block;
}

.p-home_about {
  display: flex;
  align-items: center;
  width: 100vw;
}
@media screen and (min-width: 768px) {
  .p-home_about {
    height: 500svh;
    padding-bottom: 400svh;
    position: fixed;
    top: 0;
    left: 0;
  }
}
.p-home_about .c-ttl_sup__en,
.p-home_about .c-ttl_sup__jp,
.p-home_about .p-home_about__lead p,
.p-home_about .c-btn__txt,
.p-home_about .c-btn__arrow {
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .p-home_about .c-ttl_sup__en,
  .p-home_about .c-ttl_sup__jp,
  .p-home_about .p-home_about__lead p,
  .p-home_about .c-btn__txt,
  .p-home_about .c-btn__arrow {
    opacity: 1;
  }
  .p-home_about .c-ttl_sup__en span,
  .p-home_about .c-ttl_sup__jp span,
  .p-home_about .p-home_about__lead p span,
  .p-home_about .c-btn__txt span,
  .p-home_about .c-btn__arrow span {
    display: inline-block;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) {
  .l-header__logo {
    width: 25%;
  }
}
@media screen and (min-width: 768px) {
  .l-header__inner {
    padding: 1.4rem 5vw 1rem 5vw;
  }
}
@media (max-width: 991.9px) {
  .slideout-menu {
    top: 3.8051em;
  }
}
@media (max-width: 1280px) {
  .p-gnavi__wrap {
    display: block;
    height: 100vh;
    overflow: auto;
    padding: 5rem 5vw;
  }
  .p-gnavi__list {
    display: block;
  }
  .p-gnavi__item {
    text-align: center;
  }
  .p-gnavi__item:not(:first-child) {
    margin-left: 0;
    border-left: none;
    margin-top: 3rem;
    padding-left: 0;
  }
  .p-gnavi__item a {
    display: block;
    padding: 0.5em 0;
    font-size: 2rem;
    color: #fff;
  }
  .p-gnavi__item a:before {
    content: "-";
    display: inline-block;
    color: #fff;
    margin-right: 0.5em;
  }
  .p-gnavi__contact {
    margin-top: 5rem;
    margin-left: 0;
  }
  .p-gnavi__contact a {
    background: #fff;
    color: #000;
    margin: 0 auto;
    width: min(90%, 400px);
    padding: 2.2rem 0;
    font-size: 2.2rem;
    border-radius: 5rem;
  }
  .p-gnavi__contact a span {
    position: relative;
    padding-right: 3rem;
  }
  .p-gnavi__contact a span:before {
    content: "";
    background: url(../img/common/icon_contact_black.svg) no-repeat center/contain;
    width: 22px;
    height: 19px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }
}
/*!------------------------------------*\
    slideout
\*!------------------------------------*/
@media (max-width: 1280px) {
  .slideout-open,
  .slideout-open body {
    overflow: hidden;
  }
  .slideout-menu {
    z-index: 101;
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
    transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background: #000;
  }
  .slideout-open .slideout-menu {
    opacity: 1;
    pointer-events: auto;
  }
  .slideout-menu .scroll-inner {
    position: relative;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .slideout-menu .menu-inner {
    padding: 8em 5vw 10em;
  }
}
.c-card_news__date {
  min-width: 4.5em;
}

.p-company_message__desc {
  width: fit-content;
}
.p-company_message__desc p {
  text-align: center;
}

.p-blog {
  padding-top: 6em;
}

.p-lab_plus .p-lab_plus_message .c-ttl_sup__jp {
  font-size: 5rem;
  font-family: "Cormorant", serif;
  font-weight: 500;
  text-align: left;
  margin-bottom: 1.2em;
}
@media screen and (max-width: 768px) {
  .p-lab_plus .p-lab_plus_message .c-ttl_sup__jp {
    font-size: 3rem;
    text-align: center;
  }
}
.p-lab_plus .p-lab_plus_message-inner {
  max-width: calc(1560px + 10vw);
}
.p-lab_plus .p-lab_plus_message__desc {
  padding-right: 20%;
}
@media screen and (max-width: 768px) {
  .p-lab_plus .p-lab_plus_message__desc {
    padding-right: 0;
  }
}
.p-lab_plus .p-lab_plus_message__desc p {
  letter-spacing: 0.1em;
}
.p-lab_plus .p-lab_plus_gallery {
  background-color: #000;
  padding-bottom: 8rem;
}
.p-lab_plus .p-lab_plus_gallery .c-inner {
  color: #fff;
}
.p-lab_plus .p-lab_plus_gallery .c-inner a {
  color: #fff;
}
.p-lab_plus .p-lab_plus_gallery .c-ttl_sup {
  margin-bottom: 3em;
}
.p-lab_plus .p-lab_plus_gallery .p-lab_plus_gallery_item {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .p-lab_plus .p-lab_plus_gallery .p-lab_plus_gallery_item {
    flex-direction: column;
  }
}
.p-lab_plus .p-lab_plus_gallery .p-lab_plus_gallery_item .item {
  width: calc((100% - 60px) / 3);
}
@media screen and (max-width: 768px) {
  .p-lab_plus .p-lab_plus_gallery .p-lab_plus_gallery_item .item {
    width: 100%;
  }
}
.p-lab_plus .p-lab_plus_gallery .p-lab_plus_gallery_item .item figure {
  display: flex;
  flex-direction: column;
}
.p-lab_plus .p-lab_plus_gallery .p-lab_plus__btn {
  background-color: #fff;
  border-radius: 5rem;
  padding: 1em 0;
  display: block;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}
.p-lab_plus .p-lab_plus_gallery .p-lab_plus__btn a {
  color: #000;
}

.p-lab_plus_gallery_archive .p-lab_plus_gallery_item {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .p-lab_plus_gallery_archive .p-lab_plus_gallery_item {
    gap: 10px;
  }
}
.p-lab_plus_gallery_archive .p-lab_plus_gallery_item .item {
  width: calc((100% - 60px) / 3);
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-lab_plus_gallery_archive .p-lab_plus_gallery_item .item {
    width: calc((100% - 10px) / 2);
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 550px) {
  .p-lab_plus_gallery_archive .p-lab_plus_gallery_item .item {
    width: 100%;
  }
}
.p-lab_plus_gallery_archive .p-lab_plus_gallery_item .item img {
  object-fit: cover;
  height: 200px;
  aspect-ratio: 10/7;
}
.p-lab_plus_gallery_archive .p-lab_plus_gallery_item .item figcaption {
  display: flex;
  justify-content: center;
  gap: 0.8em;
}
.p-lab_plus_gallery_archive .p-lab_plus_gallery_item .item figcaption h3 {
  flex: 1;
  width: 100%;
  padding-top: 0.8em;
}

.p-lab_plus_gallery_single .p-lab_plus_gallery_item {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .p-lab_plus_gallery_single .p-lab_plus_gallery_item {
    flex-direction: column;
    gap: 0;
  }
}
.p-lab_plus_gallery_single .img-area {
  width: 50%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .p-lab_plus_gallery_single .img-area {
    width: 100%;
    order: 2;
  }
}
.p-lab_plus_gallery_single .img-area img {
  width: 100%;
}
.p-lab_plus_gallery_single .content-area {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p-lab_plus_gallery_single .content-area {
    width: 100%;
    display: contents;
  }
}
.p-lab_plus_gallery_single .content-area h3 {
  font-size: 24px;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 768px) {
  .p-lab_plus_gallery_single .content-area h3 {
    order: 1;
  }
}
@media screen and (max-width: 768px) {
  .p-lab_plus_gallery_single .content-area .text {
    order: 3;
  }
}

.swiper-free-mode > .swiper-wrapper {
  gap: 10px;
}
.swiper-free-mode > .swiper-wrapper .swiper-slide {
  margin-right: 0 !important;
  width: calc((100% - 20px) / 3) !important;
}

.main-slider_gallery {
  margin-bottom: 10px;
}

.d-flex {
  display: flex;
}
.d-flex.wrap {
  margin-bottom: 80px;
}
.d-flex .wrap-half {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .d-flex .wrap-half {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .p-kv_under__inner {
    flex-direction: column;
    padding-top: 13.020833vw;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 550px) {
  .p-kv_under__inner {
    padding-top: 18.1818vw;
  }
}
@media screen and (max-width: 768px) {
  .p-kv_under__inner .p-kv_under__ttl {
    width: 100%;
    padding-left: 2rem;
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-kv_under__inner .p-kv_under__img {
    width: 100%;
  }
}

.archive.p-kv_under {
  padding-top: 150px;
}
@media screen and (max-width: 768px) {
  .archive.p-kv_under {
    padding-top: 0;
  }
}
.archive.p-kv_under .p-kv_under__inner {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}

.pagination {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.pagination span,
.pagination a {
  font-size: 24px;
  display: block;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .pagination span,
  .pagination a {
    font-size: 4.6875vw;
    width: 10.416666vw;
    height: 10.416666vw;
  }
}
.pagination a {
  color: #fff;
  background-color: #000;
}

.p-kv_under {
  padding-top: 100px;
}

.p-home_kv__catch {
  position: fixed;
  font-size: 8rem;
}
@media screen and (max-width: 550px) {
  .p-home_kv__catch {
    font-size: 12.3636vw;
  }
  .p-home_kv__catch span {
    color: #000 !important;
  }
}

@media screen and (max-width: 550px) {
  .about-motion_08 {
    padding-top: 15.5em;
  }
}

.achievements_area,
.pannel_area,
.p-panel_contact,
.l-footer {
  background: #fff;
  position: relative;
  z-index: 1;
}
.achievements_area .p-home__block,
.pannel_area .p-home__block,
.p-panel_contact .p-home__block,
.l-footer .p-home__block {
  background: #fff;
}

.p-home_achievements {
  height: 100svh;
  top: 0 !important;
  background: #fff;
}

.ohx-h {
  overflow-x: hidden;
}

#movie_box {
  opacity: 0;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  #movie_box {
    display: none;
  }
}
#movie_box.on {
  opacity: 1;
}

.l-footer {
  margin-top: 0;
  background: #000;
}

.p-panel_contact {
  padding-bottom: 10rem;
}

#canvas-container {
  position: relative;
  z-index: 1;
  background: #000;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #canvas-container {
    display: none;
  }
}
#canvas-container canvas {
  width: 100%;
  height: 100%;
}

.slide-wrapper {
  display: none;
}
.slide-wrapper img {
  width: 100%;
}

.scene-nav {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  display: inline-block;
}

.scene-nav--next {
  right: 2%;
  z-index: 2;
}

.scene-nav--prev {
  left: 2%;
  z-index: 2;
}

.p-business .wrap-full {
  width: 100%;
}
.p-business .c-ttl_sup h2 {
  font-size: 62px;
  margin-bottom: 0.5em;
  color: #000;
  display: block;
}
.p-business .c-ttl_sup h3 {
  font-size: 24px;
  color: #000;
  margin-bottom: 8rem;
  display: block;
}

.p-business_kv__video {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  height: 100svh;
  width: 100%;
  z-index: -1;
}
.p-business_kv__video video {
  width: 100%;
  filter: brightness(1.5);
}

.p-business_message__desc p {
  text-align: center;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 2.2;
  color: #5f6477;
  width: 100%;
}
.p-business_message__desc hr {
  opacity: 0;
  height: 6em;
}

.blur-in {
  opacity: 0;
  transform: scale(1.2) translateY(10px);
  display: inline-block;
  position: relative;
}
.blur-in::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 2px;
  background: rgba(95, 100, 119, 0.3);
  transform: scaleX(0);
}
.blur-in.visible {
  animation: water-form 1.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.blur-in.visible::before {
  animation: water-line 0.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@keyframes water-form {
  0% {
    opacity: 0;
    transform: scale(1.06) translateY(8px);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
@keyframes water-line {
  0% {
    transform: scaleX(0);
    opacity: 0.8;
  }
  100% {
    transform: scaleX(1);
    opacity: 0;
  }
}
.mouse-follower {
  position: fixed;
  cursor: pointer;
  z-index: 1000;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #fff;
  top: -75px;
  left: -75px;
}
.mouse-follower a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  color: #000;
}

.c-totop {
  z-index: 1;
}

.is-fullwidth #js-totop {
  opacity: 0;
  transition: 0.3s;
}

.p-sustainability__ttl {
  position: relative;
}
.p-sustainability__ttl .en {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  white-space: nowrap;
}
@media screen and (max-width: 550px) {
  .p-sustainability__ttl .en {
    position: static;
  }
}

.p-sustainability_sdgs__group {
  display: flex;
  justify-content: center;
  gap: 150px;
  padding-bottom: 80px;
  padding-top: 6em;
}
@media screen and (max-width: 550px) {
  .p-sustainability_sdgs__group {
    flex-direction: column;
  }
}

.p-sustainability_sdgs__block {
  width: 50%;
}
@media screen and (max-width: 550px) {
  .p-sustainability_sdgs__block {
    width: 100%;
  }
}
.p-sustainability_sdgs__block .c-ttl_sup__en {
  font-size: 3vw;
  line-height: 1;
}
@media screen and (max-width: 550px) {
  .p-sustainability_sdgs__block .c-ttl_sup__en {
    font-size: 10.9090909091vw;
  }
}
.p-sustainability_sdgs__block .c-ttl_sup__jp {
  line-height: 1;
  font-size: 0.9vw;
  margin-bottom: 30px;
}
@media screen and (max-width: 550px) {
  .p-sustainability_sdgs__block .c-ttl_sup__jp {
    font-size: 3.2727272727vw;
  }
}

.p-sustainability_sdgs__img {
  text-align: center;
  aspect-ratio: 5/3;
  margin-bottom: 30px;
}

.c-ttl_sup__h2 {
  font-size: 2.25vw;
  line-height: 1.4;
  margin-bottom: 50px;
}

.main_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 550px) {
  .main_bg img {
    height: 100%;
    object-fit: cover;
  }
}

.p-sustainability_message {
  padding-bottom: 80px;
}
@media screen and (max-width: 550px) {
  .p-sustainability_message .c-ttl_sup__en {
    font-size: 7.6363636364vw;
  }
}
.p-sustainability_message .c-inner {
  padding-bottom: 80px;
}
@media screen and (max-width: 550px) {
  .p-sustainability_message .p-sustainability_message_wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.p-sustainability_message .message-inner {
  max-width: 78vw;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(3px);
  color: #fff;
  padding: 2.5vw 8vw;
}
@media screen and (max-width: 550px) {
  .p-sustainability_message .message-inner {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%;
    margin-bottom: 14.5454545455vw;
  }
}
.p-sustainability_message .message-inner p {
  font-size: 0.9vw;
  font-weight: 500;
}
@media screen and (max-width: 550px) {
  .p-sustainability_message .message-inner p {
    font-size: 3.2727272727vw;
  }
}
.p-sustainability_message .p-sustainability_doc {
  display: flex;
  gap: 3.25vw;
  padding-top: 50px;
}
@media screen and (max-width: 550px) {
  .p-sustainability_message .p-sustainability_doc {
    flex-direction: column;
    gap: 30px;
  }
}
.p-sustainability_message .p-sustainability_doc .p-sustainability_item {
  width: calc(100% - 2.1666666667vw);
}
@media screen and (max-width: 550px) {
  .p-sustainability_message .p-sustainability_doc .p-sustainability_item {
    width: 100%;
  }
}
.p-sustainability_message .p-sustainability_doc .p-sustainability_item figcaption {
  padding-top: 1em;
  font-size: 0.9vw;
}
@media screen and (max-width: 550px) {
  .p-sustainability_message .p-sustainability_doc .p-sustainability_item figcaption {
    font-size: 3.2727272727vw;
  }
}
.p-sustainability_message .p-sustainability_solution {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 1.5vw;
  margin-bottom: 80px;
}
@media screen and (max-width: 550px) {
  .p-sustainability_message .p-sustainability_solution {
    font-size: 4.3636363636vw;
  }
}
.p-sustainability_message .p-sustainability_link {
  display: flex;
  justify-content: center;
  gap: 80px;
}
@media screen and (max-width: 550px) {
  .p-sustainability_message .p-sustainability_link {
    flex-direction: column;
    gap: 30px;
  }
}
.p-sustainability_message .p-sustainability_link .link a {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 0.75vw;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 550px) {
  .p-sustainability_message .p-sustainability_link .link a {
    font-size: 4.3636363636vw;
    justify-content: center;
  }
}
.p-sustainability_message .p-sustainability_link .link a span {
  text-align: right;
  padding-right: 0.5em;
  display: flex;
  align-items: center;
  transition: 0.4s;
}
.p-sustainability_message .p-sustainability_link .link a svg {
  width: 2.3vw;
  height: 2.3vw;
}
@media screen and (max-width: 550px) {
  .p-sustainability_message .p-sustainability_link .link a svg {
    width: 8.3636363636vw;
    height: 8.3636363636vw;
  }
}
.p-sustainability_message .p-sustainability_link .link a:hover span:last-child {
  transform: translateX(15px);
}

.page-sustainability header,
.page-sustainability .p-kv_under,
.page-sustainability .c-section {
  background-color: #fff;
}
.page-sustainability .l-content.-under {
  padding: 0;
}
.page-sustainability .bg-para {
  background-color: transparent;
  padding-bottom: 80px;
}
@media screen and (max-width: 550px) {
  .page-sustainability .bg-para {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.p-sustainability_esg.c-section {
  padding-bottom: 60px;
}
.p-sustainability_esg.c-section .p-sustainability_esg__inner {
  padding-bottom: 40px;
}
.p-sustainability_esg.c-section .p-sustainability_esg__ttl {
  font-size: 30px;
  font-weight: bold;
  color: #5f6477;
  line-height: 1;
  margin-bottom: 1em;
}
.p-sustainability_esg.c-section .p-sustainability_esg__group {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 25px;
  margin-bottom: 40px;
}
@media screen and (max-width: 550px) {
  .p-sustainability_esg.c-section .p-sustainability_esg__group {
    flex-direction: column;
  }
}
.p-sustainability_esg.c-section .p-sustainability_esg__group .p-sustainability_esg__card {
  width: calc((100% - 25px) / 2);
  background-color: #e7e8eb;
  padding: 45px 40px;
  position: relative;
}
@media screen and (max-width: 550px) {
  .p-sustainability_esg.c-section .p-sustainability_esg__group .p-sustainability_esg__card {
    width: 100%;
  }
}
.p-sustainability_esg.c-section .p-sustainability_esg__group .p-sustainability_esg__card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background-color: #5f6477;
  width: 10px;
  height: 70px;
}
.p-sustainability_esg.c-section .p-sustainability_esg__group .p-sustainability_esg__card h4 {
  font-size: 1.2vw;
  font-weight: bold;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 550px) {
  .p-sustainability_esg.c-section .p-sustainability_esg__group .p-sustainability_esg__card h4 {
    font-size: 4.3636363636vw;
  }
}
.p-sustainability_esg.c-section .p-sustainability_esg__group .p-sustainability_esg__card p {
  font-size: 15px;
  font-weight: 500;
  color: #5f6477;
  margin-bottom: 1em;
}
.p-sustainability_esg.c-section .p-sustainability_esg__group .p-sustainability_esg__card .sdgs-icon {
  display: flex;
  flex-wrap: wrap;
  padding-top: 45px;
  gap: 10px;
}
.p-sustainability_esg.c-section .p-sustainability_esg__group .p-sustainability_esg__card .sdgs-icon img {
  width: calc((100% - 20px) / 3);
}/*# sourceMappingURL=include.css.map */