section.mv {
  background-color: #f5f6f7;
}
section.mv .mv__main {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
  transform: translateZ(0);
}
section.mv .mv__main .mv__overlay {
  position: absolute;
  z-index: 10;
  height: 100vh;
  overflow: hidden;
  transform: translateZ(0);
}
section.mv .mv__main .mv__overlay .mv__overlayInner {
  width: 100%;
  height: 100%;
}
section.mv .mv__main .mv__overlay .mv__overlayInner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.mv .mv__main .mv__overlay.mv__overlay--01 {
  top: 0;
  left: 0;
  transform-origin: top left;
  width: 100%;
  height: calc(50% + 1px);
}
@media screen and (min-width: 768px) and (orientation: landscape) {
  section.mv .mv__main .mv__overlay.mv__overlay--01 {
    width: calc(65% + 1px);
    height: 100%;
  }
}
section.mv .mv__main .mv__overlay.mv__overlay--01 .mv__overlayInner {
  transform: translateX(-100%);
  animation: float-right 1s 1s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
}
@media screen and (min-width: 768px) and (orientation: landscape) {
  section.mv .mv__main .mv__overlay.mv__overlay--01 .mv__overlayInner {
    transform: translateY(-100%);
    animation: float-down 2s 1s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
  }
}
section.mv .mv__main .mv__overlay.mv__overlay--02 {
  right: 0;
  bottom: 0;
  transform-origin: bottom right;
  width: 100%;
  height: 50%;
}
@media screen and (min-width: 768px) and (orientation: landscape) {
  section.mv .mv__main .mv__overlay.mv__overlay--02 {
    top: 0;
    bottom: auto;
    width: 35%;
    height: 100%;
    transform-origin: top left;
  }
}
section.mv .mv__main .mv__overlay.mv__overlay--02 .mv__overlayInner {
  transform: translateX(100%);
  animation: float-left 1s 1s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
}
@media screen and (min-width: 768px) and (orientation: landscape) {
  section.mv .mv__main .mv__overlay.mv__overlay--02 .mv__overlayInner {
    transform: translateY(100%);
    animation: float-up 2s 1s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
  }
}
section.mv .mv__main .mv__heading {
  position: absolute;
  z-index: 20;
  top: 50%;
  right: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) and (orientation: landscape) {
  section.mv .mv__main .mv__heading {
    right: 35%;
    transform: translate(50%, -50%);
  }
}
section.mv .mv__main .mv__heading .mv__headingContent01 {
  display: none;
}
@media screen and (min-width: 768px) and (orientation: landscape) {
  section.mv .mv__main .mv__heading .mv__headingContent01 {
    position: absolute;
    display: initial;
  }
  section.mv .mv__main .mv__heading .mv__headingContent01 svg {
    vertical-align: middle;
    width: 33.4375rem;
    height: 2.125rem;
    color: #595757;
    filter: blur(6px);
    transform: translateZ(0);
    opacity: 0.1;
    animation: fade-in-pc 2s ease-in-out forwards;
  }
}
section.mv .mv__main .mv__heading .mv__headingContent02 {
  display: none;
}
@media screen and (min-width: 768px) and (orientation: landscape) {
  section.mv .mv__main .mv__heading .mv__headingContent02 {
    display: initial;
    position: absolute;
    opacity: 0;
    filter: blur(6px);
    transform: translateZ(0);
  }
}
section.mv .mv__main .mv__heading .mv__headingContent02 svg {
  width: 19.9375rem;
  height: 2.25rem;
  vertical-align: middle;
}
section.mv .mv__main .mv__heading .mv__headingContent03 {
  position: absolute;
  color: #595757;
  filter: blur(6px);
  transform: translateZ(0);
  opacity: 0.1;
  animation: fade-in-sp 2s ease-in-out forwards;
}
@media screen and (min-width: 768px) and (orientation: landscape) {
  section.mv .mv__main .mv__heading .mv__headingContent03 {
    display: none;
  }
}
section.mv .mv__main .mv__heading .mv__headingContent03 svg {
  vertical-align: middle;
  width: 20.6875rem;
  height: 4rem;
}
@media screen and (min-width: 768px) {
  section.mv .mv__main .mv__heading .mv__headingContent03 svg {
    width: 41.375rem;
    height: 8rem;
  }
}
section.mv .mv__main .mv__thumb {
  position: absolute;
  z-index: 1;
  overflow: hidden;
}
section.mv .mv__main .mv__thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
section.mv .mv__main .mv__thumb.mv__thumb--03 {
  width: 48vw;
  height: auto;
  aspect-ratio: 120/130;
  left: 23vw;
  bottom: 64vh;
  transform: scale(0);
  transform-origin: top right;
  z-index: 2;
}
@media screen and (min-width: 768px) and (orientation: landscape) {
  section.mv .mv__main .mv__thumb.mv__thumb--03 {
    aspect-ratio: 521/332;
    width: 36vw;
    height: 42.5vh;
    top: 0;
    bottom: auto;
    left: 24vw;
    transform: translate(50%, -100%) scale(0.5);
    transform-origin: center;
  }
  section.mv .mv__main .mv__thumb.mv__thumb--03 img {
    object-position: top;
  }
}
section.mv .mv__main .mv__thumb.mv__thumb--04 {
  aspect-ratio: 156/169;
  width: 40vw;
  left: -9vw;
  top: 70vh;
  transform: scale(0);
}
@media screen and (min-width: 768px) and (orientation: landscape) {
  section.mv .mv__main .mv__thumb.mv__thumb--04 {
    aspect-ratio: 39/40;
    width: 27.7vw;
    height: 50vh;
    top: auto;
    bottom: 0;
    left: 0;
    transform: translate(-100%, 100%);
  }
  section.mv .mv__main .mv__thumb.mv__thumb--04 img {
    object-position: bottom left;
  }
}
section.mv .mv__main .mv__thumb.mv__thumb--05 {
  width: 40vw;
  aspect-ratio: 158/170;
  right: 21vw;
  top: 60vh;
  transform: scale(0);
}
@media screen and (min-width: 768px) and (orientation: landscape) {
  section.mv .mv__main .mv__thumb.mv__thumb--05 {
    width: 30vw;
    height: 36vh;
    aspect-ratio: 444/287;
    right: 30vw;
    top: auto;
    bottom: 0;
    transform: translate(-10%, 100%);
  }
  section.mv .mv__main .mv__thumb.mv__thumb--05 img {
    object-position: bottom;
  }
}
section.mv .mv__main .mv__thumb.mv__thumb--06 {
  width: 46vw;
  aspect-ratio: 180/196;
  right: -10vw;
  bottom: 58vh;
  transform: scale(0);
  transform-origin: top left;
}
@media screen and (min-width: 768px) and (orientation: landscape) {
  section.mv .mv__main .mv__thumb.mv__thumb--06 {
    width: 24vw;
    height: 29vh;
    aspect-ratio: 344/224;
    right: 0;
    bottom: 0;
    transform: translate(100%, 100%);
    transform-origin: center;
  }
  section.mv .mv__main .mv__thumb.mv__thumb--06 img {
    object-position: bottom right;
  }
}
section.mv .mv__blank {
  height: 300px;
}
@media screen and (min-width: 768px) and (orientation: landscape) {
  section.mv .mv__blank {
    height: 500px;
  }
}

@keyframes float-up {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes float-down {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes float-left {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes float-right {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes fade-in-pc {
  0% {
    filter: blur(6px);
    opacity: 0.1;
    color: #595757;
  }
  40% {
    filter: blur(0px);
    opacity: 1;
    color: #595757;
  }
  60% {
    filter: blur(0px);
    opacity: 1;
    color: #595757;
  }
  100% {
    opacity: 1;
    color: #d8dce0;
    filter: drop-shadow(0px 0px 10px #000000);
  }
}
@keyframes fade-in-sp {
  0% {
    filter: blur(6px);
    opacity: 0.1;
    color: #595757;
  }
  40% {
    filter: blur(0px);
    opacity: 1;
    color: #595757;
  }
  100% {
    filter: blur(0px);
    opacity: 1;
    color: #d8dce0;
  }
}
section.business {
  position: relative;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  section.business {
    margin-top: 6.25rem;
  }
}
section.business .business__main {
  position: sticky;
  top: 0;
  z-index: 0;
}
section.business .business__main .business__bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: #000000;
}
section.business .business__main .business__bg .business__bgImage {
  width: 100%;
  height: 100%;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 3s cubic-bezier(0.4, 0, 0.2, 1);
}
section.business .business__main .business__bg .business__bgImage[data-active='true'] {
  opacity: 1;
}
section.business .business__main .business__bg .business__bgImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.business .business__main .business__bg .business__bgOverlay {
  position: absolute;
  inset: 0;
  z-index: 10;
  backdrop-filter: blur(10px);
  opacity: 0;
}
section.business .business__main .business__bg .business__bgOverlay::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 30;
  mix-blend-mode: multiply;
  background: linear-gradient(270deg, rgba(96, 96, 96, 0) 26.55%, #181818 102%);
  opacity: 0.9;
}
@media screen and (min-width: 1641px) {
  section.business .business__main .business__mainWrapper {
    max-width: 120rem;
    padding: 0 5rem;
  }
}
section.business .business__main .business__mainInner {
  position: relative;
  z-index: 10;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.business .business__main .business__mainInner .business__heading {
  position: absolute;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 0.75rem;
  width: calc(100% - 2rem);
  left: 1.25rem;
}
@media screen and (min-width: 768px) {
  section.business .business__main .business__mainInner .business__heading {
    width: 100%;
    left: auto;
    padding-bottom: 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid #ffffff;
    transform: translateY(100vh);
  }
}
section.business .business__main .business__mainInner .business__heading .business__headingTitle {
  font-weight: 700;
  font-size: 2.125rem;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  section.business .business__main .business__mainInner .business__heading .business__headingTitle {
    font-size: 2.625rem;
  }
}
section.business .business__main .business__mainInner .business__heading .business__headingCaption {
  font-family: 'Roboto Condensed', 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0.02em;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  section.business .business__main .business__mainInner .business__heading .business__headingCaption {
    margin-top: 0;
    font-size: 1.5rem;
  }
}
section.business .business__main .business__mainInner .business__pagination {
  position: absolute;
  bottom: 2.5rem;
  right: 3.75rem;
}
@media screen and (min-width: 768px) {
  section.business .business__main .business__mainInner .business__pagination {
    right: 0;
    transform: none;
    bottom: 2rem;
  }
}
section.business .business__main .business__mainInner .business__pagination .business__paginationControl {
  color: #d8dce0;
  min-width: 1rem;
  display: flex;
  align-items: center;
}
section.business
  .business__main
  .business__mainInner
  .business__pagination
  .business__paginationControl[data-pause='true']
  svg#pause_icon {
  display: none;
}
section.business
  .business__main
  .business__mainInner
  .business__pagination
  .business__paginationControl[data-pause='false']
  svg#play_icon {
  display: none;
}
section.business
  .business__main
  .business__mainInner
  .business__pagination
  .business__paginationControl
  svg#pause_icon {
  width: 0.875rem;
  height: 1rem;
}
section.business .business__main .business__mainInner .business__pagination .business__paginationControl svg#play_icon {
  width: 1rem;
  height: 1rem;
}
section.business .business__tl {
  padding-top: 50vh;
  margin-top: 100vh;
}
@media screen and (min-width: 768px) {
  section.business .business__tl {
    padding-top: 0;
    margin-top: 0;
  }
}
section.business .business__tl .business__topics {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  section.business .business__tl .business__topics {
    position: sticky;
    top: 0;
    height: 100vh;
  }
}
section.business .business__tl .business__topics .business__topicsTitle {
  font-family: 'Roboto Condensed', 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  section.business .business__tl .business__topics .business__topicsTitle {
    font-size: 2.5rem;
  }
}
section.business .business__tl .business__topics .business__topicsLeading {
  margin-top: 0.5rem;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.85;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  section.business .business__tl .business__topics .business__topicsLeading {
    line-height: 1.4;
    margin-top: 0.3125rem;
    font-size: 1.25rem;
  }
}
section.business .business__tl .business__tlList {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  padding: 0 1rem 5rem;
}
@media screen and (min-width: 768px) {
  section.business .business__tl .business__tlList {
    padding: 0 0 7.5rem;
  }
}
section.business .business__tl .business__tlList .business__tlItem {
  color: #ffffff;
  position: relative;
  padding-bottom: 1.25rem;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  section.business .business__tl .business__tlList .business__tlItem:hover::after {
    animation: scale-x 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  }
  section.business .business__tl .business__tlList .business__tlItem:hover .business__tlItemThumb img {
    transform: scale(1.05);
  }
  section.business .business__tl .business__tlList .business__tlItem:hover .business__tlItemTitle h4 {
    text-decoration: underline;
  }
}
section.business .business__tl .business__tlList .business__tlItem::after {
  content: '';
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  border-top: 2px solid #d8dce0;
  transform-origin: left;
}
section.business .business__tl .business__tlList .business__tlItem.business__tlItem--01 {
  margin: 3.75rem 0 0 0;
}
@media screen and (min-width: 768px) {
  section.business .business__tl .business__tlList .business__tlItem.business__tlItem--01 {
    margin: 1.75rem 0 0 0;
  }
}
section.business .business__tl .business__tlList .business__tlItem.business__tlItem--02 {
  margin: 3.75rem 0 0 0;
}
@media screen and (min-width: 768px) {
  section.business .business__tl .business__tlList .business__tlItem.business__tlItem--02 {
    margin: 6.5625rem 0 0 auto;
  }
}
section.business .business__tl .business__tlList .business__tlItem.business__tlItem--03 {
  margin: 3.75rem 0 0 0;
}
@media screen and (min-width: 768px) {
  section.business .business__tl .business__tlList .business__tlItem.business__tlItem--03 {
    margin: 2rem 0 0 0;
  }
}
section.business .business__tl .business__tlList .business__tlItem.business__tlItem--04 {
  margin: 3.75rem 0 0 0;
}
@media screen and (min-width: 768px) {
  section.business .business__tl .business__tlList .business__tlItem.business__tlItem--04 {
    margin: 6.625rem 0 0 auto;
  }
}
section.business .business__tl .business__tlList .business__tlItem.business__tlItem--05 {
  margin: 3.75rem 0 0 0;
}
@media screen and (min-width: 768px) {
  section.business .business__tl .business__tlList .business__tlItem.business__tlItem--05 {
    margin: -12.5rem 0 0 0;
  }
}
section.business .business__tl .business__tlList .business__tlItem .business__tlItemThumb {
  width: 100%;
  aspect-ratio: 358/267;
  border-radius: 0.25rem;
  overflow: hidden;
  transform: translateZ(0);
}
@media screen and (min-width: 768px) {
  section.business .business__tl .business__tlList .business__tlItem .business__tlItemThumb {
    aspect-ratio: auto;
    width: 24.75rem;
    height: 18.5rem;
  }
}
section.business .business__tl .business__tlList .business__tlItem .business__tlItemThumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}
section.business .business__tl .business__tlList .business__tlItem .business__tlItemTitle {
  position: relative;
  padding-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  section.business .business__tl .business__tlList .business__tlItem .business__tlItemTitle {
    padding-top: 1.25rem;
  }
}
section.business .business__tl .business__tlList .business__tlItem .business__tlItemTitle::before {
  content: '';
  position: absolute;
  top: 0.8125rem;
  right: 0;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url('/static/top/icon/ico_chevron_right.webp');
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(-90deg);
}
@media screen and (min-width: 768px) {
  section.business .business__tl .business__tlList .business__tlItem .business__tlItemTitle::before {
    top: 1.25rem;
  }
}
section.business .business__tl .business__tlList .business__tlItem .business__tlItemTitle h4 {
  width: fit-content;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.4;
  letter-spacing: 0.08em;
  padding-right: 1.75rem;
}
section.business .business__tl .business__tlList .business__tlItem .business__tlItemTitle .business__tlItemTags {
  margin-top: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  section.business .business__tl .business__tlList .business__tlItem .business__tlItemTitle .business__tlItemTags {
    margin-top: 0.75rem;
  }
}
section.business
  .business__tl
  .business__tlList
  .business__tlItem
  .business__tlItemTitle
  .business__tlItemTags
  .business__tlItemTag {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
section.business
  .business__tl
  .business__tlList
  .business__tlItem
  .business__tlItemTitle
  .business__tlItemTags
  .business__tlItemTag::before {
  content: '';
  display: block;
  width: 1rem;
  height: 0.875rem;
  background-image: url('/static/top/icon/ico_tag.webp');
  background-repeat: no-repeat;
  background-size: contain;
}
section.business .business__tl .business__tlList .business__tlMore {
  margin: 2.5rem auto 0;
}
@media screen and (min-width: 768px) {
  section.business .business__tl .business__tlList .business__tlMore {
    margin: 1.75rem auto 0;
  }
}
@media screen and (min-width: 768px) {
  section.business .business__tl .business__tlList .business__tlMore .corporate_common.btn:hover {
    color: #363434;
    background-color: #ffffff;
  }
}

@keyframes scale-x {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(100%);
  }
}
section.aboutCompany {
  margin-top: 5rem;
  padding: 0 1rem;
}
@media screen and (min-width: 768px) {
  section.aboutCompany {
    margin-top: 6.25rem;
    padding: 0;
  }
}
section.aboutCompany .aboutCompany__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  section.aboutCompany .aboutCompany__grid {
    grid-template-columns: 1fr 1fr;
    gap: 2.25rem;
  }
}
section.aboutCompany .aboutCompany__grid .aboutCompany__item {
  position: relative;
  border-radius: 0.25rem;
  overflow: hidden;
  transform: translateZ(0);
}
@media screen and (min-width: 768px) {
  section.aboutCompany .aboutCompany__grid .aboutCompany__item:hover .aboutCompany__itemThumb img {
    transform: scale(1.05);
  }
}
section.aboutCompany .aboutCompany__grid .aboutCompany__item.aboutCompany__item--large .aboutCompany__itemThumb {
  aspect-ratio: 35/24;
}
@media screen and (min-width: 768px) {
  section.aboutCompany .aboutCompany__grid .aboutCompany__item.aboutCompany__item--large .aboutCompany__itemThumb {
    aspect-ratio: 642/402;
  }
}
section.aboutCompany .aboutCompany__grid .aboutCompany__item .aboutCompany__itemThumb {
  width: 100%;
  aspect-ratio: 35/16;
}
@media screen and (min-width: 768px) {
  section.aboutCompany .aboutCompany__grid .aboutCompany__item .aboutCompany__itemThumb {
    aspect-ratio: 624/201;
  }
}
section.aboutCompany .aboutCompany__grid .aboutCompany__item .aboutCompany__itemThumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}
section.aboutCompany .aboutCompany__grid .aboutCompany__item .aboutCompany__itemInner {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #ffffff;
  gap: 0.25rem;
  padding-left: 0.875rem;
}
@media screen and (min-width: 768px) {
  section.aboutCompany .aboutCompany__grid .aboutCompany__item .aboutCompany__itemInner {
    gap: 0.75rem;
    padding-left: 1.5rem;
  }
}
section.aboutCompany .aboutCompany__grid .aboutCompany__item .aboutCompany__itemInner .aboutCompany__itemTitleJP {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  section.aboutCompany .aboutCompany__grid .aboutCompany__item .aboutCompany__itemInner .aboutCompany__itemTitleJP {
    font-size: 1.625rem;
  }
}
section.aboutCompany .aboutCompany__grid .aboutCompany__item .aboutCompany__itemInner .aboutCompany__itemTitleEN {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  section.aboutCompany .aboutCompany__grid .aboutCompany__item .aboutCompany__itemInner .aboutCompany__itemTitleEN {
    gap: 1rem;
  }
}
section.aboutCompany .aboutCompany__grid .aboutCompany__item .aboutCompany__itemInner .aboutCompany__itemTitleEN span {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0.02em;
  font-family: 'Roboto Condensed', 'Noto Sans JP', sans-serif;
}
@media screen and (min-width: 768px) {
  section.aboutCompany
    .aboutCompany__grid
    .aboutCompany__item
    .aboutCompany__itemInner
    .aboutCompany__itemTitleEN
    span {
    font-size: 1.5rem;
  }
}
section.aboutCompany .aboutCompany__grid .aboutCompany__item .aboutCompany__itemInner .aboutCompany__itemTitleEN svg {
  display: block;
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.25rem;
}
@media screen and (min-width: 768px) {
  section.aboutCompany .aboutCompany__grid .aboutCompany__item .aboutCompany__itemInner .aboutCompany__itemTitleEN svg {
    width: 1.625rem;
    height: 1.5rem;
  }
}

section.kajimedia {
  overflow: hidden;
  margin-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 1px solid #d8dce0;
}
@media screen and (min-width: 768px) {
  section.kajimedia {
    margin-top: 7.1875rem;
    padding-bottom: 8.75rem;
    border-bottom: none;
  }
}
section.kajimedia .kajimedia__slider {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  section.kajimedia .kajimedia__slider {
    margin-top: 3.5rem;
  }
}
section.kajimedia .kajimedia__slider .big-carousel__footer {
  margin-top: 6.875rem;
}
@media screen and (min-width: 768px) {
  section.kajimedia .kajimedia__slider .big-carousel__footer {
    margin-top: 8.3125rem;
  }
}
section.kajimedia .kajimedia__heading {
  padding: 0 1rem;
}
@media screen and (min-width: 768px) {
  section.kajimedia .kajimedia__heading {
    padding: 0;
  }
}
section.kajimedia .kajimedia__heading .kajimedia__headingInner {
  display: flex;
  border-bottom: 2px solid #9ea3a6;
  padding-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  section.kajimedia .kajimedia__heading .kajimedia__headingInner {
    padding-bottom: 1rem;
  }
}
section.kajimedia .kajimedia__heading .kajimedia__headingInner .kajimedia__headingLogo {
  position: relative;
}
section.kajimedia .kajimedia__heading .kajimedia__headingInner .kajimedia__headingLogo svg {
  display: block;
  width: 20.875rem;
  height: 2.6875rem;
}
@media screen and (min-width: 768px) {
  section.kajimedia .kajimedia__heading .kajimedia__headingInner .kajimedia__headingLogo svg {
    width: 25.375rem;
    height: 3.25rem;
  }
}
section.kajimedia .kajimedia__heading .kajimedia__headingInner .kajimedia__headingLogo .kajimedia__headingText {
  margin-top: 1.25rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  section.kajimedia .kajimedia__heading .kajimedia__headingInner .kajimedia__headingLogo .kajimedia__headingText {
    margin-top: 1rem;
  }
}
section.kajimedia .kajimedia__heading .kajimedia__headingInner .kajimedia__headingLogo .kajimedia__headingText span {
  font-size: 1.20125rem;
}
@media screen and (min-width: 768px) {
  section.kajimedia .kajimedia__heading .kajimedia__headingInner .kajimedia__headingLogo .kajimedia__headingText span {
    font-size: 1.07875rem;
  }
}
section.kajimedia .kajimedia__heading .kajimedia__headingInner .kajimedia__headingLogo .kajimedia__headingText small {
  font-size: 0.97813rem;
}
@media screen and (min-width: 768px) {
  section.kajimedia .kajimedia__heading .kajimedia__headingInner .kajimedia__headingLogo .kajimedia__headingText small {
    font-size: 0.8825rem;
  }
}
section.kajimedia .kajimedia__card {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  border-radius: 0.25rem;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.35s ease;
  will-change: transform;
}
section.kajimedia .kajimedia__card:hover .kajimedia__cardImage img {
  transform: scale(1.05);
}
section.kajimedia .kajimedia__card:hover .kajimedia__cardTitleText {
  text-decoration: underline;
}
section.kajimedia .kajimedia__cardImage {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  background-color: #3b3636;
  border-radius: 0.25rem;
  overflow: hidden;
}
section.kajimedia .kajimedia__cardImage picture {
  width: 100%;
  height: 100%;
  display: block;
}
section.kajimedia .kajimedia__cardImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.3s ease-in-out;
}
section.kajimedia .kajimedia__cardContent {
  display: flex;
  flex-direction: column;
  gap: 0.5625rem;
  flex: 1;
}
@media screen and (min-width: 768px) {
  section.kajimedia .kajimedia__cardContent {
    gap: 0.75rem;
  }
}
section.kajimedia .kajimedia__cardTitle {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
section.kajimedia .kajimedia__cardTitle .kajimedia__cardTitleText {
  display: inline;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #363434;
}
section.kajimedia .kajimedia__cardTitle svg {
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
}
section.kajimedia .kajimedia__cardTags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem;
}
section.kajimedia .kajimedia__cardTag {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  border-radius: 0.25rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1em;
  letter-spacing: 0.05em;
  color: #595757;
}
section.kajimedia .kajimedia__cardTag::before {
  content: '';
  width: 1rem;
  height: 0.875rem;
  background-image: url('/static/business/icon/ico_tag.webp');
  background-repeat: no-repeat;
  background-size: contain;
  flex-shrink: 0;
}

.newsite .technology {
  margin-top: 5rem;
  padding: 0 1rem;
}
@media screen and (min-width: 768px) {
  .newsite .technology {
    margin-top: 6.25rem;
    padding: 0;
  }
}
.newsite .technology .technology__grid {
  margin-top: 3.75rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .newsite .technology .technology__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.25rem;
  }
}
.newsite .technology .technology__grid .technology__item {
  border-radius: 0.25rem;
  overflow: hidden;
  transform: translateZ(0);
  position: relative;
}
@media screen and (min-width: 768px) {
  .newsite .technology .technology__grid .technology__item:hover .technology__itemThumb img {
    transform: scale(1.05);
  }
}
.newsite .technology .technology__grid .technology__item .technology__itemThumb {
  width: 100%;
  aspect-ratio: 35/16;
}
@media screen and (min-width: 768px) {
  .newsite .technology .technology__grid .technology__item .technology__itemThumb {
    aspect-ratio: 416/260;
  }
}
.newsite .technology .technology__grid .technology__item .technology__itemThumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}
.newsite .technology .technology__grid .technology__item .technology__itemInner {
  position: absolute;
  inset: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-left: 1.5rem;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .newsite .technology .technology__grid .technology__item .technology__itemInner {
    gap: 0.5rem;
    padding-left: 1.125rem;
  }
}
.newsite .technology .technology__grid .technology__item .technology__itemInner .technology__itemText {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .newsite .technology .technology__grid .technology__item .technology__itemInner .technology__itemText {
    font-size: 1.625rem;
  }
}
.newsite .technology .technology__grid .technology__item .technology__itemInner svg {
  display: block;
  flex-shrink: 0;
  width: 1.625rem;
  height: 1.5rem;
}
@media screen and (min-width: 768px) {
  .newsite .technology .technology__grid .technology__item .technology__itemInner svg {
    width: 1.5rem;
    height: 1.25rem;
  }
}

.newsite .techSearch {
  background-color: #363434;
  color: #ffffff;
  padding: 3.75rem 1rem;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .newsite .techSearch {
    padding: 6.25rem 3.75rem;
  }
}
.newsite .techSearch .techSearch__inner {
  max-width: 82.5rem;
  margin: 0 auto;
}
.newsite .techSearch .techSearch__topContent {
  margin: 0 auto;
}
.newsite .techSearch .techSearch__title {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .newsite .techSearch .techSearch__title {
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
}
.newsite .techSearch .techSearch__search {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 2.5rem;
  padding: 0 1.4375rem;
}
@media screen and (max-width: 767px) {
  .newsite .techSearch .techSearch__search {
    max-width: 25rem;
    margin-inline: auto;
  }
}
@media screen and (min-width: 768px) {
  .newsite .techSearch .techSearch__search {
    gap: 2.5rem;
    margin-top: 5rem;
    padding: 0;
    flex-direction: row;
  }
}
.newsite .techSearch .techSearch__search .techSearch__kajima,
.newsite .techSearch .techSearch__search .techSearch__no,
.newsite .techSearch .techSearch__search .techSearch__label {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .newsite .techSearch .techSearch__search .techSearch__no {
    margin: 0 0.5rem;
  }
}
.newsite .techSearch .techSearch__input {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  color: #999999;
  border-radius: 0.25rem;
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease;
  width: 100%;
  position: relative;
  height: 4.25rem;
  user-select: none;
}
@media screen and (min-width: 768px) {
  .newsite .techSearch .techSearch__input {
    height: 3.875rem;
    width: 15.5rem;
  }
}
.newsite .techSearch .techSearch__input:hover {
  background-color: #f5f5f5;
}
.newsite .techSearch .techSearch__input[data-open='true'] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: 0 0 0 1px #595757;
}
.newsite .techSearch .techSearch__input[data-open='true'] svg {
  transform: translateY(-50%) rotate(180deg);
  transition: transform 0.2s ease;
}
.newsite .techSearch .techSearch__input[data-selected='true'] {
  color: #363434;
}
.newsite .techSearch .techSearch__input[aria-disabled='true'] {
  pointer-events: none;
  background-color: #999999;
  color: #595757;
}
.newsite .techSearch .techSearch__input svg {
  position: absolute;
  right: 2.375rem;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.2s ease;
  pointer-events: none;
  width: 1.125rem;
  height: 0.9375rem;
}
.newsite .techSearch .techSearch__inputLabel {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.1;
  letter-spacing: 0.1em;
  text-align: center;
  text-wrap: balance;
  max-width: 10rem;
  transform: translateX(-1.25rem);
}
@media screen and (min-width: 768px) {
  .newsite .techSearch .techSearch__inputLabel {
    font-size: 1.375rem;
  }
}
.newsite .techSearch .techSearch__inputDropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #ffffff;
  border-top: none;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition:
    max-height 0.2s ease,
    opacity 0.2s ease,
    visibility 0.2s ease;
  z-index: 10;
  visibility: hidden;
}
.newsite .techSearch .techSearch__input[data-open='true'] .techSearch__inputDropdown {
  max-height: 31.25rem;
  overflow: auto;
  opacity: 1;
  visibility: visible;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.newsite .techSearch .techSearch__inputDropdownItem {
  line-height: 1;
  letter-spacing: 0.08em;
  cursor: pointer;
  transition: background-color 0.2s ease;
  color: #363434;
  height: 4.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .newsite .techSearch .techSearch__inputDropdownItem {
    height: 3.875rem;
    letter-spacing: 0.1em;
  }
  .newsite .techSearch .techSearch__inputDropdownItem:hover {
    background-color: #f5f5f5;
  }
}
.newsite .techSearch .techSearch__inputDropdownItem[data-selected='true'] {
  background-color: #efefef;
  color: #363434;
  font-weight: 600;
}
.newsite .techSearch .techSearch__recommend {
  display: flex;
  gap: 1rem;
  position: relative;
  height: 27rem;
  margin: 0 auto;
  overflow: hidden;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .newsite .techSearch .techSearch__recommend {
    max-width: 25rem;
  }
}
@media screen and (min-width: 768px) {
  .newsite .techSearch .techSearch__recommend {
    height: auto;
    margin-top: 5rem;
    max-width: 68.75rem;
  }
}
.newsite .techSearch .techSearch__recommendItem {
  flex: 1;
  transform: translateY(300%);
  position: absolute;
  width: 11.125rem;
}
.newsite .techSearch .techSearch__recommendItem--archivement {
  top: 7rem;
  left: 25%;
}
.newsite .techSearch .techSearch__recommendItem--design {
  top: 14rem;
  right: 0rem;
}
@media screen and (min-width: 768px) {
  .newsite .techSearch .techSearch__recommendItem {
    position: static;
    width: auto;
    transition: opacity 0.2s;
  }
  .newsite .techSearch .techSearch__recommendItem:hover {
    opacity: 0.75;
  }
}
.newsite .techSearch .techSearch__recommendItemImage {
  width: 100%;
  border-radius: 0.25rem;
  aspect-ratio: 178/208;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .newsite .techSearch .techSearch__recommendItemImage {
    aspect-ratio: 900/1218;
  }
}
.newsite .techSearch .techSearch__result {
  display: none;
  opacity: 0;
  transform: translateY(2.5rem);
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .newsite .techSearch .techSearch__result {
    margin-top: 5rem;
  }
}
.newsite .techSearch .techSearch__resultTitle {
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 700;
  margin-bottom: 1rem;
  font-family: 'Roboto Condensed', 'Noto Sans JP', sans-serif;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .newsite .techSearch .techSearch__resultTitle {
    font-size: 2.5rem;
  }
}
.newsite .techSearch .techSearch__resultSub {
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin-bottom: 2rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .newsite .techSearch .techSearch__resultSub {
    font-size: 1.5rem;
    margin-bottom: 3.75rem;
  }
}
.newsite .techSearch .techSearch__resultCards {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .newsite .techSearch .techSearch__resultCards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    overflow: visible;
  }
}
.newsite .techSearch .techSearch__carousel {
  overflow: visible;
}
@media screen and (min-width: 768px) {
  .newsite .techSearch .techSearch__carousel {
    overflow: visible;
    padding-bottom: 0;
    display: contents;
  }
}
.newsite .techSearch .techSearch__carouselWrapper {
  align-items: stretch;
}
@media screen and (min-width: 768px) {
  .newsite .techSearch .techSearch__carouselWrapper {
    display: contents;
  }
}
.newsite .techSearch .techSearch__resultCardWrapper {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  height: auto;
}
@media screen and (min-width: 768px) {
  .newsite .techSearch .techSearch__resultCardWrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.newsite .techSearch .techSearch__resultCard {
  background-color: #1e1e1e;
  padding: 1.5rem;
  border-radius: 0.5rem;
  border: 1px solid #595757;
  transition: background-color 0.2s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .newsite .techSearch .techSearch__resultCard {
    border-radius: 0.25rem;
    padding: 2rem;
  }
  .newsite .techSearch .techSearch__resultCard:hover {
    background-color: #595757;
  }
}
.newsite .techSearch .techSearch__carouselPagination {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  margin-top: 2rem;
  position: relative;
  min-height: 1rem;
  --swiper-pagination-bullet-horizontal-gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .newsite .techSearch .techSearch__carouselPagination {
    display: none;
  }
}
.newsite .techSearch .techSearch__carouselPagination .swiper-pagination-bullet {
  width: 0.75rem;
  height: 0.75rem;
  background-color: #d8dce0;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  opacity: 1;
}
.newsite .techSearch .techSearch__carouselPagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #e6002d;
  width: 1rem;
  height: 1rem;
}
.newsite .techSearch .techSearch__cardBadge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  line-height: 1;
  font-family: 'Roboto Condensed', 'Noto Sans JP', sans-serif;
  letter-spacing: 0.05em;
  font-weight: 500;
  padding: 0.25rem 0.75rem;
  background: linear-gradient(90deg, #a4001d 0%, #ff626c 100%);
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .newsite .techSearch .techSearch__cardBadge {
    margin-bottom: 2rem;
  }
}
.newsite .techSearch .techSearch__cardProject {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin-bottom: 2rem;
}
.newsite .techSearch .techSearch__cardInfo {
  gap: 1.25rem;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .newsite .techSearch .techSearch__cardInfo {
    display: flex;
    justify-content: flex-end;
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 768px) {
  .newsite .techSearch .techSearch__cardInfo {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.newsite .techSearch .techSearch__cardInfoContent {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.newsite .techSearch .techSearch__cardInfoButton {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding-top: 1rem;
  margin-top: auto;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .newsite .techSearch .techSearch__cardInfoButton {
    padding-top: 2rem;
  }
}
.newsite .techSearch .techSearch__cardInfoButton::after {
  content: '';
  display: block;
  background-image: url('/static/top/icon/ico_chevron_right_red.webp');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
}
.newsite .techSearch .techSearch__cardImage {
  aspect-ratio: 30/16;
  border-radius: 0.25rem;
  overflow: hidden;
  transform: translateZ(0);
  background-color: #d8dce0;
}
.newsite .techSearch .techSearch__cardImage img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.newsite .techSearch .techSearch__cardInfoTextDescription {
  display: flex;
  gap: 0.5rem;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0.08em;
  font-weight: 500;
  margin-bottom: 1rem;
}
.newsite .techSearch .techSearch__cardInfoTextDescription::before {
  content: '';
  display: block;
  background-image: url('/static/top/icon/ico_pencil.webp');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  flex-shrink: 0;
  width: 0.875rem;
  height: 1.375rem;
}
.newsite .techSearch .techSearch__cardInfoTextTags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.newsite .techSearch .techSearch__cardInfoTextTags .techSearch__cardInfoTextTag {
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.newsite .techSearch .techSearch__cardInfoTextTags .techSearch__cardInfoTextTag::before {
  content: '';
  display: block;
  background-image: url('/static/top/icon/ico_tag.webp');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  flex-shrink: 0;
  width: 1rem;
  height: 1.375rem;
}
.newsite .techSearch .techSearch__carouselNav {
  position: absolute;
  top: 50%;
  background-color: #ffffff;
  border: 1px solid #595757;
  border-radius: 50%;
  width: 2.75rem;
  height: 2.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .newsite .techSearch .techSearch__carouselNav {
    display: none;
  }
}
.newsite .techSearch .techSearch__carouselNav:hover {
  background-color: rgb(255, 255, 255);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.newsite .techSearch .techSearch__carouselNav:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.newsite .techSearch .techSearch__carouselNav .projects__navIcon {
  font-size: 1.25rem;
  font-weight: bold;
}
.newsite .techSearch .techSearch__carouselNav svg {
  width: 1.5rem;
  height: 0.6875rem;
}
.newsite .techSearch .techSearch__carouselNav--prev {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.newsite .techSearch .techSearch__carouselNav--next {
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
}

.newsite .projects {
  background-color: #f5f6f7;
  overflow: hidden;
  padding: 5rem 1rem 3.75rem;
}
@media screen and (min-width: 768px) {
  .newsite .projects {
    padding: 5rem 0 3.75rem;
  }
}
.newsite .projects .projects__slider {
  margin: 1.25rem -1rem 0;
}
@media screen and (min-width: 768px) {
  .newsite .projects .projects__slider {
    margin: 4.5rem 0 0 0;
  }
}
.newsite .projects .projects__viewMore {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .newsite .projects .projects__viewMore {
    justify-content: end;
    margin-top: 0;
  }
}

.floatButton {
  position: fixed;
  z-index: 200;
  bottom: 1.75rem;
  right: 0;
  width: 15.9375rem;
  height: 4.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  background-color: #ffffff;
  box-shadow: 0px 0.5rem 0.5rem 0px rgba(0, 0, 0, 0.2509803922);
  visibility: hidden;
  opacity: 0;
  transition:
    opacity 1s ease-in-out,
    visibility 1s ease-in-out;
}
@media screen and (min-width: 768px) {
  .floatButton {
    bottom: 3.75rem;
  }
  .floatButton:hover svg {
    opacity: 0.8;
  }
}
.floatButton[data-visible='true'] {
  opacity: 1;
  visibility: visible;
}
.floatButton svg {
  width: 13.4375rem;
  height: 3rem;
  transition: opacity 0.2s ease;
}
.floatButton[data-media='sp'] {
  bottom: 3.75rem;
  right: 0;
  width: auto;
  height: auto;
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
}
.floatButton[data-media='sp'][data-sticky='false'] {
  position: absolute;
}
.floatButton[data-media='sp'] svg {
  width: 16.4375rem;
  height: 5.375rem;
}

section.info {
  background-color: #f5f6f7;
}
section.info .info__notice {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  padding: 6rem 1rem 0;
}
@media screen and (min-width: 768px) {
  section.info .info__notice {
    padding: 7.5rem 0 1.5rem;
  }
}
section.info .info__notice a {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.85;
  letter-spacing: 0.08em;
}
section.info .info__main {
  padding: 6rem 1rem 7.5rem;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  section.info .info__main {
    padding: 3.75rem 0 7.0625rem;
    display: grid;
    grid-template-columns: 17.8125rem 1fr;
    gap: 1.25rem;
  }
}
section.info .info__main .info__title {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  section.info .info__main .info__title {
    text-align: left;
    font-size: 1.125rem;
    letter-spacing: 0.05em;
    padding-left: 3.5rem;
  }
}
section.info .info__main .info__title::after {
  content: 'INFO';
  display: block;
  color: #e6002d;
  font-weight: 600;
  font-family: 'Roboto Condensed', 'Noto Sans JP', sans-serif;
  font-size: 1.25rem;
  line-height: 1;
  margin-top: 1rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  section.info .info__main .info__title::after {
    margin-top: 0.5rem;
    font-size: 1.125rem;
    text-align: left;
  }
}
section.info .info__main .info__content {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-align: center;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  section.info .info__main .info__content {
    margin-top: 0;
    text-align: left;
    line-height: 1.4;
  }
}

.newsite .big-carousel {
  max-width: 108.125rem;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 5rem;
}
.newsite .big-carousel .big-carousel__wrapper {
  position: relative;
}
.newsite .big-carousel .big-carousel__slider {
  width: 100%;
  overflow: initial;
}
.newsite .big-carousel .big-carousel__item {
  padding-left: 0rem;
  padding-right: 0rem;
  opacity: 0.6;
  width: 12.125rem;
  transition:
    transform 0.4s cubic-bezier(0, 0, 0.2, 1),
    opacity 0.4s cubic-bezier(0, 0, 0.2, 1),
    z-index 0.4s cubic-bezier(0, 0, 0.2, 1);
}
@media screen and (min-width: 768px) {
  .newsite .big-carousel .big-carousel__item {
    cursor: pointer;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 22rem;
  }
}
.newsite .big-carousel .big-carousel__item .big-carousel__itemImage {
  transition:
    transform 0.4s cubic-bezier(0, 0, 0.2, 1),
    opacity 0.4s cubic-bezier(0, 0, 0.2, 1),
    z-index 0.4s cubic-bezier(0, 0, 0.2, 1);
}
.newsite .big-carousel .big-carousel__item .big-carousel__itemContent {
  margin-top: 0.5rem;
  transition: transform 0.4s cubic-bezier(0, 0, 0.2, 1);
}
@media screen and (min-width: 768px) {
  .newsite .big-carousel .big-carousel__item .big-carousel__itemContent {
    margin-top: 0.75rem;
  }
}
.newsite .big-carousel .big-carousel__item.swiper-slide-active {
  transform-origin: center top;
  opacity: 1;
  z-index: 10;
}
.newsite .big-carousel .big-carousel__item.swiper-slide-active .big-carousel__itemImage {
  transform: scale(1.4175);
}
@media screen and (min-width: 768px) {
  .newsite .big-carousel .big-carousel__item.swiper-slide-active .big-carousel__itemImage {
    transform: scale(1.4125);
  }
}
.newsite .big-carousel .big-carousel__item.swiper-slide-active .big-carousel__itemContent {
  transform: translate(-2.6875rem, 2.6875rem);
}
@media screen and (min-width: 768px) {
  .newsite .big-carousel .big-carousel__item.swiper-slide-active .big-carousel__itemContent {
    transform: translate(-4rem, 4rem);
  }
}
.newsite .big-carousel .big-carousel__item .big-carousel__itemImage img {
  transition: transform 0.4s cubic-bezier(0, 0, 0.2, 1);
}
@media screen and (min-width: 768px) {
  .newsite .big-carousel .big-carousel__item:hover .big-carousel__itemImage img {
    transform: scale(1.05);
  }
  .newsite .big-carousel .big-carousel__item:hover .carousel__itemContentTitle {
    text-decoration: underline;
  }
}
.newsite .big-carousel .big-carousel__itemImage {
  aspect-ratio: 1/1;
  position: relative;
  overflow: hidden;
  border-radius: 0.25rem;
  width: 100%;
}
.newsite .big-carousel .big-carousel__itemImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.newsite .big-carousel .big-carousel__itemContent {
  display: inline-flex;
  gap: 0.75rem;
}
.newsite .big-carousel .big-carousel__itemContent .carousel__itemContentTitle {
  display: inline;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #363434;
}
.newsite .big-carousel .big-carousel__itemContent svg {
  display: block;
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
}
@media screen and (min-width: 768px) {
  .newsite .big-carousel .big-carousel__itemContent {
    font-size: 1.125rem;
  }
}
.newsite .big-carousel .big-carousel__nav {
  position: absolute;
  top: 18.9vw;
  color: #595757;
  background-color: #ffffff;
  border: 1px solid #595757;
  border-radius: 50%;
  width: 2.75rem;
  height: 2.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition:
    color 0.3s ease-in-out,
    background-color 0.3s ease-in-out,
    border-color 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .newsite .big-carousel .big-carousel__nav {
    width: 3.5rem;
    height: 3.5rem;
    top: 8.25rem;
  }
  .newsite .big-carousel .big-carousel__nav:hover {
    border-color: #ffffff;
    color: #ffffff;
    background-color: #363434;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }
}
.newsite .big-carousel .big-carousel__nav:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.newsite .big-carousel .big-carousel__nav svg {
  display: flex;
  flex-shrink: 0;
  width: 1.5rem;
  height: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .newsite .big-carousel .big-carousel__nav svg {
    width: 1.875rem;
    height: 0.875rem;
  }
}
.newsite .big-carousel .big-carousel__nav .projects__navIcon {
  font-size: 1.25rem;
  font-weight: bold;
}
.newsite .big-carousel .big-carousel__nav--prev {
  left: 2rem;
}
@media screen and (min-width: 768px) {
  .newsite .big-carousel .big-carousel__nav--prev {
    left: 9.625rem;
  }
}
.newsite .big-carousel .big-carousel__nav--next {
  right: 2rem;
  transform: rotate(180deg);
}
@media screen and (min-width: 768px) {
  .newsite .big-carousel .big-carousel__nav--next {
    right: 9.625rem;
  }
}
.newsite .big-carousel .big-carousel__footer {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 5.125rem;
}
@media screen and (min-width: 768px) {
  .newsite .big-carousel .big-carousel__footer {
    margin-top: 9.375rem;
    flex-direction: row;
    justify-content: space-between;
    gap: 0;
    gap: 2.5rem;
  }
}
.newsite .big-carousel .big-carousel__left-footer {
  flex: 1;
}
.newsite .big-carousel .big-carousel__right-footer {
  flex: 1;
}
.newsite .big-carousel .big-carousel__right-footer {
  width: 16rem;
}
.newsite .big-carousel .big-carousel__pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  --swiper-pagination-bullet-horizontal-gap: 0.5rem;
}
.newsite .big-carousel .big-carousel__pagination .swiper-pagination-bullet {
  width: 0.75rem;
  height: 0.75rem;
  background-color: #ccc;
  opacity: 1;
  cursor: pointer;
  transition:
    background-color 0.3s ease,
    transform 0.3s ease;
  border-radius: 50%;
}
.newsite .big-carousel .big-carousel__pagination .swiper-pagination-bullet:hover {
  background-color: #999;
}
.newsite .big-carousel .big-carousel__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #e6002d;
  transform: scale(1.25);
}
.newsite .big-carousel .big-carousel__pagination-control {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}
.newsite .big-carousel .big-carousel__autoplay-pause {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  cursor: pointer;
  position: relative;
}
.newsite .big-carousel .big-carousel__autoplay-pause .big-carousel__pause-icon {
  display: flex;
}
.newsite .big-carousel .big-carousel__autoplay-pause .big-carousel__play-icon {
  display: none;
}
.newsite .big-carousel .big-carousel__autoplay-pause.is-paused .big-carousel__pause-icon {
  display: none;
}
.newsite .big-carousel .big-carousel__autoplay-pause.is-paused .big-carousel__play-icon {
  display: flex;
}

section.featureGrid {
  background-color: #f5f6f7;
  padding: 5rem 1rem;
}
@media screen and (min-width: 768px) {
  section.featureGrid {
    padding: 6.25rem 0;
  }
}
section.featureGrid .featureGrid__list {
  display: flex;
  flex-direction: column;
  margin-top: 2.5rem;
}
section.featureGrid .featureGrid__list .featureGrid__item {
  display: grid;
  grid-template-columns: auto 1fr;
  padding: 1.25rem 0;
  border-bottom: 1px solid #9ea3a6;
}
section.featureGrid .featureGrid__list .featureGrid__item .featureGrid__itemThumb {
  width: 10.125rem;
  height: 6.75rem;
  border-radius: 0.25rem;
  overflow: hidden;
  transform: translateZ(0);
}
section.featureGrid .featureGrid__list .featureGrid__item .featureGrid__itemThumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.featureGrid .featureGrid__list .featureGrid__item .featureGrid__itemInner {
  position: relative;
  padding: 0 1.5rem 0 1.25rem;
  display: flex;
  align-items: center;
}
section.featureGrid .featureGrid__list .featureGrid__item .featureGrid__itemInner .featureGrid__itemTitle {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
section.featureGrid .featureGrid__list .featureGrid__item .featureGrid__itemInner svg {
  display: block;
  position: absolute;
  right: 0;
  width: 1.5rem;
  height: 1.5rem;
}

section.topNews {
  margin-top: 5rem;
  padding: 0 1rem;
}
@media screen and (min-width: 768px) {
  section.topNews {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  section.topNews .news.corporate_common .news__container .news__menu {
    grid-template-columns: 102fr 154fr 102fr !important;
  }
}
section.topNews .topNews__footer {
  margin-top: 2.5rem;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  section.topNews .topNews__footer {
    justify-content: flex-end;
    margin-top: 3.75rem;
  }
}
section.topNews .topNews__references {
  padding: 0 0.25rem;
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  section.topNews .topNews__references {
    margin-top: 2.25rem;
    padding: 0 0 0 17.0625rem;
    gap: 1.125rem;
  }
}
section.topNews .topNews__references .topNews__referenceItem a {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  section.topNews .topNews__references .topNews__referenceItem a {
    transition: color 0.2s;
  }
  section.topNews .topNews__references .topNews__referenceItem a:hover {
    color: #9ea3a6;
  }
}

html.showHeader .headerWrapper header.newheader,
html.showHeader .topLogo .topLogo__inner {
  transform: translateY(0);
}

html.navOpened .topLogo .topLogo__inner,
html:has(#sp_navigation[data-open='true']) .topLogo .topLogo__inner,
html:has(#pc_navigation[data-open='true']) .topLogo .topLogo__inner {
  display: none;
}
html.navOpened .headerWrapper header.newheader,
html:has(#sp_navigation[data-open='true']) .headerWrapper header.newheader,
html:has(#pc_navigation[data-open='true']) .headerWrapper header.newheader {
  mix-blend-mode: normal !important;
}
html.navOpened
  .headerWrapper
  header.newheader
  .header__wrapper
  .header__container
  .header__inner
  .header__support
  .header_supportLink
  a:hover,
html.navOpened
  .headerWrapper
  header.newheader
  .header__wrapper
  .header__container
  .header__inner
  nav
  .header__menu
  li:hover,
html:has(#sp_navigation[data-open='true'])
  .headerWrapper
  header.newheader
  .header__wrapper
  .header__container
  .header__inner
  .header__support
  .header_supportLink
  a:hover,
html:has(#sp_navigation[data-open='true'])
  .headerWrapper
  header.newheader
  .header__wrapper
  .header__container
  .header__inner
  nav
  .header__menu
  li:hover,
html:has(#pc_navigation[data-open='true'])
  .headerWrapper
  header.newheader
  .header__wrapper
  .header__container
  .header__inner
  .header__support
  .header_supportLink
  a:hover,
html:has(#pc_navigation[data-open='true'])
  .headerWrapper
  header.newheader
  .header__wrapper
  .header__container
  .header__inner
  nav
  .header__menu
  li:hover {
  opacity: 1;
  background-color: #d8dce0 !important;
}
html.navOpened .headerWrapper header.newheader .header__wrapper,
html:has(#sp_navigation[data-open='true']) .headerWrapper header.newheader .header__wrapper,
html:has(#pc_navigation[data-open='true']) .headerWrapper header.newheader .header__wrapper {
  background-color: #ffffff;
  color: #363434;
  border-color: #d8dce0;
}
html.navOpened .headerWrapper header.newheader .header__logo,
html:has(#sp_navigation[data-open='true']) .headerWrapper header.newheader .header__logo,
html:has(#pc_navigation[data-open='true']) .headerWrapper header.newheader .header__logo {
  display: block;
}
html.navOpened .headerWrapper header.newheader .header__globalSearch,
html:has(#sp_navigation[data-open='true']) .headerWrapper header.newheader .header__globalSearch,
html:has(#pc_navigation[data-open='true']) .headerWrapper header.newheader .header__globalSearch {
  background-color: #f5f6f7 !important;
  border-color: #f5f6f7 !important;
}
html.navOpened .headerWrapper header.newheader .header__globalSearch input::placeholder,
html.navOpened .headerWrapper header.newheader .header__globalSearch input,
html:has(#sp_navigation[data-open='true']) .headerWrapper header.newheader .header__globalSearch input::placeholder,
html:has(#sp_navigation[data-open='true']) .headerWrapper header.newheader .header__globalSearch input,
html:has(#pc_navigation[data-open='true']) .headerWrapper header.newheader .header__globalSearch input::placeholder,
html:has(#pc_navigation[data-open='true']) .headerWrapper header.newheader .header__globalSearch input {
  color: #363434 !important;
}
html.navOpened .headerWrapper header.newheader .header__globalSearch:focus-within,
html:has(#sp_navigation[data-open='true']) .headerWrapper header.newheader .header__globalSearch:focus-within,
html:has(#pc_navigation[data-open='true']) .headerWrapper header.newheader .header__globalSearch:focus-within {
  border-color: #595757 !important;
  background-color: #ffffff !important;
}
html.navOpened
  .headerWrapper
  header.newheader
  .header__wrapper
  .header__container
  .header__short
  .header__shortMenu::before,
html.navOpened
  .headerWrapper
  header.newheader
  .header__wrapper
  .header__container
  .header__short
  .header__shortMenu::after,
html.navOpened
  .headerWrapper
  header.newheader
  .header__wrapper
  .header__container
  .header__short
  .header__shortMenu
  span,
html:has(#sp_navigation[data-open='true'])
  .headerWrapper
  header.newheader
  .header__wrapper
  .header__container
  .header__short
  .header__shortMenu::before,
html:has(#sp_navigation[data-open='true'])
  .headerWrapper
  header.newheader
  .header__wrapper
  .header__container
  .header__short
  .header__shortMenu::after,
html:has(#sp_navigation[data-open='true'])
  .headerWrapper
  header.newheader
  .header__wrapper
  .header__container
  .header__short
  .header__shortMenu
  span,
html:has(#pc_navigation[data-open='true'])
  .headerWrapper
  header.newheader
  .header__wrapper
  .header__container
  .header__short
  .header__shortMenu::before,
html:has(#pc_navigation[data-open='true'])
  .headerWrapper
  header.newheader
  .header__wrapper
  .header__container
  .header__short
  .header__shortMenu::after,
html:has(#pc_navigation[data-open='true'])
  .headerWrapper
  header.newheader
  .header__wrapper
  .header__container
  .header__short
  .header__shortMenu
  span {
  background-color: #363434;
}
html.navOpened
  .headerWrapper
  header.newheader
  .header__wrapper
  .header__container
  .header__short
  .header__shortSearch
  input,
html:has(#sp_navigation[data-open='true'])
  .headerWrapper
  header.newheader
  .header__wrapper
  .header__container
  .header__short
  .header__shortSearch
  input,
html:has(#pc_navigation[data-open='true'])
  .headerWrapper
  header.newheader
  .header__wrapper
  .header__container
  .header__short
  .header__shortSearch
  input {
  color: #363434;
}

.headerWrapper header.newheader {
  position: fixed !important;
  opacity: 0;
  visibility: hidden;
  animation: appearance 0.3s 3s linear forwards;
  transition: transform 0.3s;
  transform: translateY(-110%);
}
.headerWrapper header.newheader .header__wrapper {
  background-color: transparent;
  color: #ffffff;
  border-color: transparent;
}
.headerWrapper header.newheader .header__logo {
  display: none;
}
.headerWrapper
  header.newheader
  .header__wrapper
  .header__container
  .header__inner
  .header__support
  .header_supportLink
  a:hover,
.headerWrapper header.newheader .header__wrapper .header__container .header__inner nav .header__menu li:hover {
  opacity: 0.6;
  background-color: transparent !important;
}
.headerWrapper header.newheader .header__wrapper .header__container .header__short .header__shortMenu::before,
.headerWrapper header.newheader .header__wrapper .header__container .header__short .header__shortMenu::after,
.headerWrapper header.newheader .header__wrapper .header__container .header__short .header__shortMenu span {
  background-color: #ffffff;
}
.headerWrapper header.newheader .header__wrapper .header__container .header__short .header__shortSearch input {
  color: #ffffff;
}

.headerWrapper[data-variant='blend'] header.newheader {
  mix-blend-mode: difference;
}
.headerWrapper[data-variant='blend']
  header.newheader
  .header__wrapper
  .header__container
  .header__inner
  .header__support
  .header_supportLink
  a:hover,
.headerWrapper[data-variant='blend']
  header.newheader
  .header__wrapper
  .header__container
  .header__inner
  nav
  .header__menu
  li:hover {
  opacity: 0.6;
  background-color: transparent !important;
}

.headerWrapper[data-variant='normal'] header.newheader {
  mix-blend-mode: normal;
}
.headerWrapper[data-variant='normal'] header.newheader .header__wrapper {
  background-color: #ffffff;
  color: #363434;
  border-color: #d8dce0;
}
.headerWrapper[data-variant='normal']
  header.newheader
  .header__wrapper
  .header__container
  .header__inner
  .header__support
  .header_supportLink
  a:hover,
.headerWrapper[data-variant='normal']
  header.newheader
  .header__wrapper
  .header__container
  .header__inner
  nav
  .header__menu
  li:hover {
  opacity: 1;
  background-color: #d8dce0 !important;
}
.headerWrapper[data-variant='normal']
  header.newheader
  .header__wrapper
  .header__container
  .header__short
  .header__shortMenu::before,
.headerWrapper[data-variant='normal']
  header.newheader
  .header__wrapper
  .header__container
  .header__short
  .header__shortMenu::after,
.headerWrapper[data-variant='normal']
  header.newheader
  .header__wrapper
  .header__container
  .header__short
  .header__shortMenu
  span {
  background-color: #363434;
}
.headerWrapper[data-variant='normal']
  header.newheader
  .header__wrapper
  .header__container
  .header__short
  .header__shortSearch
  input {
  color: #363434;
}

.headerWrapper:not([data-variant='normal']) header.newheader .header__globalSearch {
  background-color: rgba(255, 255, 255, 0.3) !important;
  border-color: #ffffff !important;
}
.headerWrapper:not([data-variant='normal']) header.newheader .header__globalSearch input::placeholder,
.headerWrapper:not([data-variant='normal']) header.newheader .header__globalSearch input {
  color: #ffffff !important;
}
.headerWrapper:not([data-variant='normal']) header.newheader .header__globalSearch:focus-within {
  border-color: #f5f6f7 !important;
  background-color: #000000 !important;
}

.headerWrapper[data-variant='normal'] ~ main .topLogo {
  color: #363434;
}
.headerWrapper[data-variant='normal'] ~ main .topLogo svg path.logo__u {
  fill: #595757;
}

.topLogo {
  position: fixed;
  top: 0;
  z-index: 110;
  width: 100%;
  color: #ffffff;
  opacity: 0;
  visibility: hidden;
  animation: appearance 0.3s 3s linear forwards;
}
.topLogo .topLogo__inner {
  position: absolute;
  padding-left: 16px;
  transition: transform 0.3s;
  transform: translateY(-110%);
  display: flex;
  align-items: center;
  height: 64px;
}
@media screen and (min-width: 768px) {
  .topLogo .topLogo__inner {
    padding-left: 0;
    height: 90px;
  }
}
.topLogo .topLogo__inner .topLogo__logo svg {
  display: block;
  width: 91px;
  height: 40px;
}
@media screen and (min-width: 768px) {
  .topLogo .topLogo__inner .topLogo__logo svg {
    width: 100px;
    height: 42px;
  }
}
@media screen and (min-width: 1024px) {
  .topLogo .topLogo__inner .topLogo__logo svg {
    width: 134px;
    height: 60px;
  }
}
.topLogo .topLogo__inner .topLogo__logo svg path.logo__u {
  fill: #ffffff;
}

@keyframes appearance {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
