.l-page-home .p-mvHome__inner {
  position: relative;
}
.l-page-home .p-mvHome__content {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: grid;
  row-gap: 8px;
  place-items: center;
  color: var(--color-white);
  z-index: 2;
}
.l-page-home .p-mvHome__content::after {
  content: "";
  width: 8px;
  height: auto;
  aspect-ratio: 8/90;
  background-color: var(--color-white);
  -webkit-mask-image: var(--svg-arrow-down);
          mask-image: var(--svg-arrow-down);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  margin-top: 15px;
  animation: arrowFlow 1.5s ease-in-out infinite;
}
@keyframes arrowFlow {
  0% {
    opacity: 0;
    transform: translateY(-30%) scaleY(0.6);
  }
  50% {
    opacity: 1;
    transform: translateY(0) scaleY(1);
  }
  100% {
    opacity: 0;
    transform: translateY(30%) scaleY(0.6);
  }
}
.l-page-home .p-mvHome__title {
  line-height: 1;
}
@media (width > 750px) {
  .l-page-home .p-mvHome__title {
    font-size: min(6.6666666667vw, 96px);
  }
}
@media (width <= 750px) {
  .l-page-home .p-mvHome__title {
    font-size: min(11.1627906977vw, 48px);
  }
}
.l-page-home .p-mvHome__subtitle {
  line-height: 1.5;
}
@media (width > 750px) {
  .l-page-home .p-mvHome__subtitle {
    font-size: min(1.6666666667vw, 24px);
  }
}
@media (width <= 750px) {
  .l-page-home .p-mvHome__subtitle {
    font-size: min(3.7209302326vw, 16px);
  }
}
@media (width <= 750px) {
  .l-page-home .p-mvHome__slider__item {
    max-height: 460px;
    display: grid;
    place-content: center;
  }
}
@media (width > 750px) {
  .l-page-home .p-mvHome__slider__item video {
    width: 100%;
    height: auto;
  }
}
@media (width <= 750px) {
  .l-page-home .p-mvHome__slider__item video {
    width: 100%;
    height: 100%;
  }
}
@media (width > 750px) {
  .l-page-home .p-mvHome__slider__pagination {
    bottom: 40px;
  }
}
@media (width <= 750px) {
  .l-page-home .p-mvHome__slider__pagination {
    bottom: 20px;
  }
}
.l-page-home .p-mvHome__slider__pagination .swiper-pagination-bullet {
  width: 12px;
  height: auto;
  aspect-ratio: 1/1;
  background-color: #999999;
}
@media (width > 750px) {
  .l-page-home .p-mvHome__slider__pagination .swiper-pagination-bullet {
    margin-inline: 16px;
  }
}
@media (width <= 750px) {
  .l-page-home .p-mvHome__slider__pagination .swiper-pagination-bullet {
    margin-inline: 8px;
  }
}
.l-page-home .p-mvHome__slider__pagination .swiper-pagination-bullet .swiper-pagination-bullet-active {
  background-color: var(--color-white);
}
.l-page-home .p-about__inner {
  display: grid;
  place-content: space-between;
  place-items: flex-start;
}
@media (width > 750px) {
  .l-page-home .p-about__inner {
    grid-template-columns: repeat(2, auto);
    -moz-column-gap: 102px;
         column-gap: 102px;
  }
}
@media (width <= 750px) {
  .l-page-home .p-about__inner {
    row-gap: 24px;
  }
}
.l-page-home .p-about__title {
  line-height: 1;
}
.l-page-home .p-about__content {
  display: grid;
}
@media (width > 750px) {
  .l-page-home .p-about__content {
    row-gap: 64px;
  }
}
@media (width <= 750px) {
  .l-page-home .p-about__content {
    row-gap: 32px;
  }
}
.l-page-home .p-strategies {
  color: var(--color-white);
}
.l-page-home .p-strategies__inner {
  display: grid;
}
@media (width > 750px) {
  .l-page-home .p-strategies__inner {
    row-gap: 48px;
  }
}
@media (width <= 750px) {
  .l-page-home .p-strategies__inner {
    row-gap: 24px;
  }
}
.l-page-home .p-news {
  background-color: #F7F7F7;
}
.l-page-home .p-news__inner {
  display: grid;
  grid-template-rows: auto auto;
}
@media (width > 750px) {
  .l-page-home .p-news__inner {
    grid-template-columns: auto 1fr;
    -moz-column-gap: 41px;
         column-gap: 41px;
  }
}
@media (width <= 750px) {
  .l-page-home .p-news__inner {
    row-gap: 24px;
  }
}
.l-page-home .p-news__head {
  height: -moz-fit-content;
  height: fit-content;
  display: grid;
}
@media (width > 750px) {
  .l-page-home .p-news__head {
    row-gap: 64px;
  }
}
.l-page-home .p-news__list {
  height: -moz-fit-content;
  height: fit-content;
  display: grid;
  row-gap: 8px;
}
@media (width > 750px) {
  .l-page-home .p-news__list {
    grid-template-columns: auto auto 1fr;
    -moz-column-gap: 14px;
         column-gap: 14px;
  }
}
@media (width <= 750px) {
  .l-page-home .p-news__button {
    justify-self: center;
  }
}
.l-page-home .p-cardNews-top {
  background-color: var(--color-white);
}
@media (width > 750px) {
  .l-page-home .p-cardNews-top {
    grid-column: 1/-1;
    display: grid;
    grid-template-columns: subgrid;
    row-gap: 10px;
    align-items: center;
    border: 1px solid var(--color-white);
    position: relative;
    padding-block: 24px;
    padding-inline-start: 32px;
    padding-inline-end: 60px;
    cursor: pointer;
  }
  .l-page-home .p-cardNews-top::after {
    content: "";
    width: 15px;
    height: auto;
    aspect-ratio: 15/8;
    background-color: var(--color-text);
    -webkit-mask-image: var(--svg-arrow-right);
            mask-image: var(--svg-arrow-right);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 40px;
  }
}
@media (width > 750px) and (any-hover: hover) {
  .l-page-home .p-cardNews-top {
    transition: border-color 0.3s;
  }
  .l-page-home .p-cardNews-top:hover {
    border-color: var(--color-text);
  }
}
@media (width > 750px) {
  .l-page-home .p-cardNews-top__link {
    display: contents;
  }
}
@media (width <= 750px) {
  .l-page-home .p-cardNews-top__link {
    display: grid;
    row-gap: 10px;
    border: 1px solid var(--color-white);
    position: relative;
    padding-block: 16px;
    padding-inline-start: min(3.7209302326vw, 16px);
    padding-inline-end: min(7.4418604651vw, 32px);
  }
  .l-page-home .p-cardNews-top__link::after {
    content: "";
    height: auto;
    aspect-ratio: 15/8;
    background-color: var(--color-text);
    -webkit-mask-image: var(--svg-arrow-right);
            mask-image: var(--svg-arrow-right);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: min(3.2558139535vw, 14px);
    right: min(3.7209302326vw, 16px);
  }
}
@media (width <= 750px) and (any-hover: hover) {
  .l-page-home .p-cardNews-top__link {
    transition: border-color 0.3s;
  }
  .l-page-home .p-cardNews-top__link:hover {
    border-color: var(--color-text);
  }
}
@media (width > 750px) {
  .l-page-home .p-cardNews-top__head {
    display: contents;
  }
}
@media (width <= 750px) {
  .l-page-home .p-cardNews-top__head {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    -moz-column-gap: 14px;
         column-gap: 14px;
  }
}
@media (width > 750px) {
  .l-page-home .p-cardNews-top__title {
    grid-column: 1/-1;
    position: relative;
  }
  .l-page-home .p-cardNews-top__title::before {
    content: "";
    position: absolute;
    inset: 0;
  }
}
@media (width > 750px) {
  .l-page-home .p-cardNews-top__tag {
    width: 100%;
    text-align: center;
  }
}