/**
 * Keyframes
 */
@keyframes slideToLeft {
  to {
    translate: -100%;
  }
}
.pg_home main .mainVisual {
  background: none;
}
.pg_home main .mainVisual::before {
  content: none;
}
.pg_home main .mainVisual_cont {
  display: grid;
  gap: 84px;
  align-content: end;
}
@media (max-width: 767px) {
  .pg_home main .mainVisual_cont {
    gap: 15px;
    height: 100svh;
  }
}
.pg_home main .mainVisual_cont:has(.mainVisual_body:only-child) {
  align-content: center;
  padding-top: 76px;
}
@media (max-width: 767px) {
  .pg_home main .mainVisual_cont:has(.mainVisual_body:only-child) {
    padding-top: 30px;
  }
}
@media not all and (max-width: 767px) {
  .pg_home main .mainVisual_body > .ly_container {
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr auto;
    align-items: end;
  }
}
@media (max-width: 767px) {
  .pg_home main .mainVisual_body > .ly_container {
    width: 84vw;
  }
}
.pg_home main .mainVisual_body_main {
  overflow: hidden;
}
@media (max-width: 767px) {
  .pg_home main .mainVisual_body_main {
    margin-bottom: 80px;
  }
}
.pg_home main .mainVisual_body_main .copy {
  color: #257272;
  font-size: 8rem;
  font-weight: bold;
  line-height: 1.25;
}
@media (max-width: 767px) {
  .pg_home main .mainVisual_body_main .copy {
    margin-right: -0.5em;
    font-size: 4.2rem;
    line-height: 1.3;
  }
}
.pg_home main .mainVisual_body_main .copy .small {
  font-size: 6.4rem;
}
@media (max-width: 767px) {
  .pg_home main .mainVisual_body_main .copy .small {
    font-size: 3.2rem;
  }
}
.pg_home main .mainVisual_body_main .desc {
  margin-top: 40px;
  font-size: 1.8rem;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .pg_home main .mainVisual_body_main .desc {
    margin-top: 24px;
    font-size: 1.4rem;
    line-height: 2.1;
  }
}
@media not all and (max-width: 767px) {
  .pg_home main .mainVisual_body_aside {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.pg_home main .mainVisual_newsSect {
  position: static;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .pg_home main .mainVisual_newsSect {
    margin-bottom: 30px;
  }
}
.pg_home main .aboutBlock {
  overflow: clip visible;
}
.pg_home main .aboutBlock::before {
  top: -60px;
  background: linear-gradient(0deg, #fff, rgba(255, 255, 255, 0.95) calc(100% - 120px), transparent);
}
@media (max-width: 767px) {
  .pg_home main .aboutBlock::before {
    top: -100px;
  }
}
.pg_home main .pointSect {
  background-color: #fff;
}
.pg_home main .coloredBlock {
  background-color: color-mix(in srgb, #257272 95%, #fff);
}

.pg_home .ly_bgVideo {
  --_headerH: 88px;
  position: fixed;
}
@media (max-width: 767px) {
  .pg_home .ly_bgVideo {
    --_headerH: 60px;
  }
}
.pg_home .ly_bgVideo::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #FFF 0.05%, #FFF 0.05% var(--_headerH), rgba(235, 255, 232, 0.8) 48.8%, rgba(255, 255, 255, 0.5) 99.95%);
  background-blend-mode: hard-light;
  mix-blend-mode: hard-light;
}
.pg_home .ly_bgVideo video {
  opacity: 1;
  filter: none;
}