:root {
  --colorbase: #292C3D;
}

:root {
  --fontnoto: "Noto Sans JP", sans-serif;
  --fontkrona: "Krona One", sans-serif;
  --fontjost: "Jost", sans-serif;
}

.p-top .groupsec .business-block01__contentarea .desc {
  font-size: 0.75rem;
}

.p-top .groupsec .news-list__link .contentarea .ttl {
  font-size: 0.875rem;
}

.p-top .groupsec .what-inner .c-texthref__txt, .p-top .groupsec .news .c-texthref__txt {
  font-size: 1rem;
}

.p-top .groupsec .news-ttl {
  font-size: 1.125rem;
}

.p-top .aboutus-desc {
  font-size: 1.25rem;
}

.p-top .groupsec .business-block01__contentarea .ttl {
  font-size: 1.5rem;
}

.p-top .aboutus-ttl {
  font-size: 1.875rem;
}

main {
  padding-top: 0;
}

.header {
  isolation: isolate;
  padding: 0;
}
.header.active .header-wrapper {
  background-color: #fff;
}
.header.active .nav-hamburger__line::after,
.header.active .nav-hamburger__line::before {
  background-color: var(--colorbase);
}
.header-wrapper {
  z-index: inherit;
  background-color: #000;
}
.header-logo .img01 {
  opacity: 0;
}
.header-logo .img02 {
  opacity: 1;
}
.header.active .header-logo .img01 {
  opacity: 1;
}
.header.active .header-logo .img02 {
  opacity: 0;
}

.nav-hamburger {
  z-index: 202;
}
.nav-hamburger__line {
  background-color: #fff;
}
.nav-hamburger__line::after, .nav-hamburger__line::before {
  background-color: #fff;
}
/* 背景は app.vue の VantaHaloBg（固定レイヤ）に任せる。ここを不透明にすると WebGL が完全に隠れる */
.p-top {
  background-color: transparent;
  position: relative;
}
.p-top .mv {
  position: relative;
  width: 100%;
  height: 100vh;
}
.p-top .mv-ttl {
  position: absolute;
  top: 56.2%;
  left: 5.6%;
  translate: 0 -50%;
  width: clamp(12.5rem, 25.5102040816vw + 6.5210459184rem, 18.75rem);
}
.p-top .mv-scrollarea {
  display: inline-flex;
  gap: 3px;
  position: absolute;
  bottom: 39px;
  right: 32px;
}
.p-top .mv-scrollarea__txt {
  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-size: 0.625rem;
  line-height: 1;
  color: #ffffff;
}
.p-top .mv-scrollarea__icon {
  display: block;
  width: 7px;
  aspect-ratio: 1/1;
  background-color: #ffffff;
  -webkit-mask-image: url(../images/common/icon_arrow_bottom01.svg);
  mask-image: url(../images/common/icon_arrow_bottom01.svg);
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.p-top .aboutus {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 60px 0;
  position: relative;
}
.p-top .aboutus::before, .p-top .aboutus::after {
  content: "";
  width: 24px;
  height: 24px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  -webkit-mask-image: radial-gradient(circle at 100% 0, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 69%, #000 calc(69% + 1px));
  mask-image: radial-gradient(circle at 100% 0, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 69%, #000 calc(69% + 1px));
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  mask-size: 100%;
}
.p-top .aboutus::before {
  left: 0;
}
.p-top .aboutus::after {
  right: 0;
  scale: -1 1;
}
.p-top .aboutus-inner {
  color: #f8f8f8;
  max-width: 800px;
  padding: 0 0;
  margin-inline: auto;
}
.p-top .aboutus-ttl {
  font-family: "Krona One", sans-serif;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0;
  color: #ffffff;
  margin-left: clamp(0rem, 6.994047619vw + -3.3571428571rem, 2.9375rem);
}
.p-top .aboutus-desc {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 2.4;
  letter-spacing: 0;
  margin-left: clamp(0rem, 6.994047619vw + -3.3571428571rem, 2.9375rem);
  margin-top: 17px;
}
.p-top .aboutus .c-texthref {
  text-align: right;
  margin: 20px 0 0 0;
}
.p-top .groupsec {
  background-color: #ffffff;
  padding: 16px 20px 36px;
}
.p-top .groupsec .business {
  background: url(../images/top/groupsec/bg_01.webp) center/contain repeat;
  border-radius: 20px;
  padding: 60px 0;
}
.p-top .groupsec .business-inner {
  max-width: 1074px;
  padding: 0 16px;
  margin: 0 auto;
}
.p-top .groupsec .business-block01 {
  max-width: 789px;
  margin-left: auto;
  margin-top: 35px;
}
.p-top .groupsec .business-block01__item {
  border-top: 1px solid #dadada;
}
.p-top .groupsec .business-block01__item:first-child {
  border-top-width: 0;
}
.p-top .groupsec .business-block01__link {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  position: relative;
  padding: 20px 0;
  transition: 0.5s all ease-in-out;
}
.p-top .groupsec .business-block01__imgarea {
  width: 100px;
  aspect-ratio: 1/1;
  flex-shrink: 0;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 10px;
}
.p-top .groupsec .business-block01__imgarea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-top .groupsec .business-block01__contentarea {
  display: flex;
  gap: 5px;
  flex-direction: column;
  color: #292c3d;
}
.p-top .groupsec .business-block01__contentarea .ttl {
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  display: inline-block;
}
.p-top .groupsec .business-block01__contentarea .desc {
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0;
  display: inline-block;
}
.p-top .groupsec .business-block01__contentarea .icon {
  width: 27px;
  aspect-ratio: 1/1;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.p-top .groupsec .business-block01__contentarea .icon::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #292c3d;
  -webkit-mask-image: url(../images/common/icon_arrow_right_02.svg);
  mask-image: url(../images/common/icon_arrow_right_02.svg);
  -webkit-mask-size: 16px 3px;
  mask-size: 16px 3px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
.p-top .groupsec .what-txt {
  font-weight: 500;
  line-height: 1.8;
  margin-top: 25px;
}
.p-top .groupsec .what-inner {
  max-width: 1166px;
  margin-left: auto;
  margin-right: 0;
  padding: 60px 0;
}
.p-top .groupsec .what-inner .c-texthref {
  margin-top: 20px;
}
.p-top .groupsec .what-inner .c-texthref__txt {
  font-family: "Jost", sans-serif;
  font-weight: 600;
}
.p-top .groupsec .what-inner .c-texthref__arrow .c-arrow01 {
  background-color: #f6f6f6;
}
.p-top .groupsec .what-imgarea {
  margin: 20px 0 0 0;
}
.p-top .groupsec .news {
  background: url(../images/top/groupsec/bg_01.webp) center/contain repeat;
  border-radius: 20px;
  padding: 60px 0;
}
.p-top .groupsec .news-inner {
  max-width: 1074px;
  padding: 0 20px;
  margin: 0 auto;
}
.p-top .groupsec .news-ttl {
  font-family: "Krona One", sans-serif;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0;
  color: #292c3d;
}
.p-top .groupsec .news-list {
  margin-top: 19px;
}
.p-top .groupsec .news-list__item {
  border-bottom: 1px solid #dbdbdb;
}
.p-top .groupsec .news-list__item:first-child {
  border-top: 1px solid #dbdbdb;
}
.p-top .groupsec .news-list__link {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  padding: 20px 0;
  transition: 0.5s all ease-in-out;
}
.p-top .groupsec .news-list__link .imgarea {
  width: 173px;
  flex-shrink: 0;
  border-radius: 8px;
  overflow: hidden;
}
.p-top .groupsec .news-list__link .imgarea img {
  transition: 0.5s all ease-in-out;
}
.p-top .groupsec .news-list__link .contentarea .ttl {
  font-weight: 500;
  line-height: 1.6;
  color: #292c3d;
}
.p-top .groupsec .news-list__link .contentarea .group {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 6px;
}
.p-top .groupsec .news-list__link .contentarea .time {
  font-family: "Krona One", sans-serif;
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 1.6;
  color: #a8a8a8;
}
.p-top .groupsec .news-list__link .contentarea .cat {
  font-size: 0.625rem;
  font-weight: 500;
  color: #292c3d;
  background-color: #e6e9f1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 86px;
  width: -moz-max-content;
  width: max-content;
  padding: 0;
  border-radius: 999px;
  padding: 2px 13px 2px;
}
.p-top .groupsec .news-list__link .icon {
  width: clamp(3.125rem, 0.8928571429vw + 2.6964285714rem, 3.5rem);
  aspect-ratio: 1/1;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
.p-top .groupsec .news-list__link .icon::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #292c3d;
  -webkit-mask-image: url(../images/common/icon_arrow_right_02.svg);
  mask-image: url(../images/common/icon_arrow_right_02.svg);
  -webkit-mask-size: 24px 4px;
  mask-size: 24px 4px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
.p-top .groupsec .news .c-texthref {
  text-align: right;
  margin: 31px 0 0;
}
.p-top .groupsec .news .c-texthref__txt {
  font-family: "Jost", sans-serif;
  font-weight: 600;
}

.l-scrollarea {
  position: relative;
  z-index: 2;
}
.l-scrollarea__spacer {
  display: block;
  width: 100%;
  height: 40vh;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.7));
}
@media screen and (min-width: 768px) {
  .p-top .groupsec .business-block01__contentarea .desc {
    font-size: 0.875rem;
  }
  .p-top .groupsec .news-list__link .contentarea .ttl {
    font-size: 1rem;
  }
  .p-top .groupsec .what-inner .c-texthref__txt, .p-top .groupsec .news .c-texthref__txt {
    font-size: 1.25rem;
  }
  .p-top .groupsec .news-ttl {
    font-size: 1.5rem;
  }
  .p-top .aboutus-desc {
    font-size: 1.75rem;
  }
  .p-top .groupsec .business-block01__contentarea .ttl {
    font-size: clamp(1.75rem, 1.4880952381vw + 1.0357142857rem, 2.375rem);
  }
  .p-top .aboutus-ttl {
    font-size: clamp(2.25rem, 4.4642857143vw + 0.1071428571rem, 4.125rem);
  }
  .header.active .header-wrapper {
    background-color: #000;
  }
  .header.active .header-logo .img01 {
    opacity: 0;
  }
  .header.active .header-logo .img02 {
    opacity: 1;
  }
/*
  .header.active .nav-menu__link {
    color: var(--colorbase);
  }
*/
  .header .l-container {
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .header-wrapper {
    padding-inline: 36px 38px;
  }
  .header-logo .img01 {
    opacity: 0;
  }
  .header-logo .img02 {
    opacity: 1;
  }
  .nav-sub {
    background-color: #000;
  }
  .nav {
    height: auto;
  }
  .nav-menu__link {
    color: #fff;
  }
  .p-top .mv-ttl {
    width: 444px;
  }
  .p-top .aboutus {
    padding: 160px 0 220px;
  }
  .p-top .aboutus-inner {
    padding: 0 40px;
  }
  .p-top .aboutus .c-texthref {
    margin: 53px 2px 0 0;
  }
  .p-top .aboutus .c-texthref__link {
    gap: 0 21px;
  }
  .p-top .aboutus .c-texthref__txt {
    padding-bottom: 3px;
  }
  .p-top .aboutus .c-texthref__arrow .c-arrow01 {
    width: 48px;
    height: 48px;
  }
  .p-top .groupsec .business {
    padding: 178px 0 169px;
  }
  .p-top .groupsec .business-inner {
    padding: 0 40px;
  }
  .p-top .groupsec .business-block01__link {
    gap: 27px;
    align-items: center;
    flex-direction: row;
    padding: 25px 66px 31px 0;
  }
  .p-top .groupsec .business-block01__link:hover {
    opacity: 0.7;
  }
  .p-top .groupsec .business-block01__link:hover .icon::after {
    animation: keyf_icon_animate 450ms linear 0s 1;
  }
  .p-top .groupsec .business-block01__imgarea {
    margin-top: 0;
  }
  .p-top .groupsec .business-block01__contentarea {
    gap: 27px;
    align-items: center;
    flex-direction: row;
  }
  .p-top .groupsec .business-block01__contentarea .ttl {
    min-width: clamp(10.625rem, 8.630952381vw + 6.4821428571rem, 14.25rem);
  }
  .p-top .groupsec .business-block01__contentarea .icon {
    width: clamp(3.125rem, 2.0833333333vw + 2.125rem, 4rem);
    position: absolute;
    top: calc(50% - 4px);
    right: 0;
    translate: 0 -50%;
    margin: 0;
  }
  .p-top .groupsec .business-block01__contentarea .icon::after {
    -webkit-mask-size: 28px 5px;
    mask-size: 28px 5px;
  }
  .p-top .groupsec .what-txt {
    margin-top: 38px;
  }
  .p-top .groupsec .what-inner {
    padding: 179px 20px 191px;
    margin-right: clamp(0rem, 7.5892857143vw + -3.6428571429rem, 3.1875rem);
  }
  .p-top .groupsec .what-inner .c-texthref {
    margin-top: 28px;
  }
  .p-top .groupsec .what-inner .c-texthref__link {
    gap: 0 7px;
  }
  .p-top .groupsec .what-inner .c-texthref__arrow .c-arrow01 {
    width: 48px;
    height: 48px;
  }
  .p-top .groupsec .what-imgarea {
    width: calc(100% - 179px);
    margin: -47px 0 0 auto;
    padding: 0 24px 0 0;
  }
  .p-top .groupsec .news {
    padding: 150px 0 171px;
  }
  .p-top .groupsec .news-inner {
    padding: 0 40px;
  }
  .p-top .groupsec .news-list__link {
    padding: 38px clamp(4.75rem, 5.0595238095vw + 2.3214285714rem, 6.875rem) 37px 0;
    gap: clamp(1.25rem, 1.7857142857vw + 0.3928571429rem, 2rem);
    flex-direction: row;
    align-items: center;
  }
  .p-top .groupsec .news-list__link:hover .imgarea img {
    scale: 1.05;
  }
  .p-top .groupsec .news-list__link:hover .icon::after {
    animation: keyf_icon_animate 450ms linear 0s 1;
  }
  .p-top .groupsec .news-list__link .icon {
    position: absolute;
    top: calc(50% + 1px);
    right: 8px;
    translate: 0 -50%;
    margin: 0;
  }
  .p-top .groupsec .news-list__link .icon::after {
    -webkit-mask-size: 28px 5px;
    mask-size: 28px 5px;
  }
  .p-top .groupsec .news .c-texthref__arrow .c-arrow01 {
    width: 48px;
    height: 48px;
  }
  .p-top .l-news__list {
    margin-bottom: 30px;
  }
}
/*# sourceMappingURL=maps/top.css.map */
