#top #visual {
  position: relative;
}
#top #visual .visual-images {
  position: relative;
  overflow: hidden;
}
#top #visual .visual-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  scale: 1.1;
}
#top #visual .visual-slide.active {
  opacity: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  #top #visual .visual-slide {
    aspect-ratio: 5/3;
  }
  #top #visual .visual-slide img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
#top #visual .copy {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  font-size: clamp(4rem, 2.144rem + 2.4vw, 5.6rem);
  font-weight: bold;
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(50px);
  padding: 26px 150px 26px 45px;
  line-height: 1.5;
  border-radius: 0 500px 0 0;
}
@media screen and (max-width: 767px) {
  #top #visual .copy {
    position: static;
    border-radius: 0;
    padding: 1rem 50px 1rem 20px;
    font-size: clamp(1.85rem, 1.48rem + 0.5vw, 2.2rem);
    text-align: center;
  }
}
#top #visual .copy b {
  color: #EE1C26;
}
#top #visual .copy small {
  display: block;
  font-size: clamp(1.85rem, 1.48rem + 0.5vw, 2.2rem);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #top #visual .copy small {
    font-size: 1.4rem;
  }
}
#top .circle {
  position: absolute;
  width: 516px;
}
#top .circle.c1 {
  left: 0;
  transform: translate(-50%, 15px);
}
#top .circle.c2 {
  right: 0;
  transform: translate(70%, -50%);
}
#top #sec1 {
  margin-bottom: 8rem;
}
#top #sec1 .bg {
  padding: 8rem 0;
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, 0.4) url(/assets/humancapital/image/top/circle-bg.svg) no-repeat top left;
}
#top #sec1 .inner {
  position: relative;
  z-index: 1;
}
#top #sec1 .title {
  text-align: center;
}
#top #sec1 .title h2 {
  font-size: clamp(1.85rem, 1.48rem + 0.5vw, 2.2rem);
  font-weight: 500;
  margin-bottom: 2rem;
}
#top #sec1 .title .copy {
  font-size: clamp(2.45rem, 1.848rem + 0.8vw, 3rem);
  font-weight: bold;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  #top #sec1 .title .copy {
    font-size: 2.4rem;
    line-height: 1.5;
  }
}
#top #sec1 .purpose-logo {
  text-align: center;
  mix-blend-mode: multiply;
  margin-bottom: 7rem;
}
#top #sec1 h3 {
  text-align: center;
  font-size: clamp(1.85rem, 1.48rem + 0.5vw, 2.2rem);
  font-weight: 500;
  margin-bottom: 8rem;
}
#top #sec1 .layout {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 5%;
  max-width: 1100px;
  margin: auto;
}
#top #sec1 .layout .box {
  width: 20%;
  max-width: 188px;
  position: relative;
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  #top #sec1 .layout .box {
    width: 47.5%;
    margin-bottom: 4rem;
  }
}
#top #sec1 .layout .box:nth-child(even) {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  #top #sec1 .layout .box:nth-child(even) {
    margin-top: 0rem;
  }
}
#top #sec1 .layout .box .flag {
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 767px) {
  #top #sec1 .layout .box .flag {
    width: 40px;
    height: 40px;
    transform: translate(-20%, -20%);
  }
}
#top #sec1 .layout .box .face img {
  border-radius: 26px;
}
#top #sec1 .layout .box p {
  margin-top: 1rem;
  line-height: 1.6;
}
#top #basic {
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, 0.4);
  padding-block: 8rem;
}
#top #basic h2 {
  text-align: center;
  font-size: clamp(2.75rem, 1.96rem + 1vw, 3.4rem);
  font-weight: bold;
  margin-bottom: 6rem;
}
#top #basic .image.sp {
  margin-bottom: 4rem;
}
#top #basic .scroll-wrap {
  position: relative;
}
@media screen and (max-width: 767px) {
  #top #basic .scroll-wrap {
    height: auto !important;
  }
}
#top #basic .scroll-sticky-wrapper {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #top #basic .scroll-sticky-wrapper {
    height: auto !important;
  }
}
#top #basic .scroll-block {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #top #basic .scroll-block {
    height: auto !important;
  }
}
#top #basic .layout {
  display: flex;
  align-items: center;
  gap: 5%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1.5s ease, visibility 0s linear 1s;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  #top #basic .layout {
    display: block;
    height: auto !important;
    opacity: 1;
    position: static;
    visibility: visible;
    pointer-events: auto;
    margin-bottom: 2rem;
  }
}
#top #basic .layout.active {
  opacity: 1;
  visibility: visible;
  z-index: 2;
  pointer-events: auto;
  transition: opacity 1.5s ease, visibility 0s linear 0s;
}
#top #basic .layout .images {
  width: 50%;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 767px) {
  #top #basic .layout .images {
    width: 100%;
    display: none;
  }
}
#top #basic .layout .text {
  width: 50%;
}
@media screen and (max-width: 767px) {
  #top #basic .layout .text {
    width: 100%;
  }
}
#top #basic .layout .text .inbox {
  display: block;
  box-sizing: border-box;
  background-color: #fff;
  padding: 5rem 8%;
  border-radius: 11px;
}
@media screen and (max-width: 767px) {
  #top #basic .layout .text .inbox {
    height: auto !important;
    min-height: 0 !important;
    padding: 3rem 8%;
  }
}
#top #basic .layout .text .inbox:hover {
  text-decoration: none;
  color: #757575;
}
#top #basic .layout .text .inbox:hover .link .a {
  background-color: #C9171F;
}
#top #basic .layout .text .inbox .pager {
  position: absolute;
  top: 15px;
  right: 15px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
#top #basic .layout .text .inbox .pager span {
  display: block;
  width: 7px;
  height: 24px;
  background-color: #EE1C26;
  border-radius: 15px;
  opacity: 0.2;
}
#top #basic .layout .text .inbox .pager span.active {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  #top #basic .layout .text .inbox .pager {
    display: none;
  }
}
#top #basic .layout .text h3 {
  text-align: center;
  font-size: clamp(2.45rem, 1.848rem + 0.8vw, 3rem);
  font-weight: bold;
}
#top #basic .layout .text .word {
  text-align: center;
  font-size: clamp(3.6rem, 0.12rem + 4.5vw, 6.6rem);
  color: #EE1C26;
  font-weight: 500;
}
#top #basic .layout .text .copy {
  text-align: center;
  font-size: clamp(1.85rem, 1.48rem + 0.5vw, 2.2rem);
  margin-bottom: 2rem;
  font-weight: bold;
  line-height: 1.5;
}
#top #basic .layout .text p {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  #top #basic .layout .text p {
    font-size: 13px;
  }
}
#top #basic .layout .text .link {
  text-align: center;
}
#top #basic .layout .text .link .a {
  display: inline-block;
  position: relative;
  font-size: clamp(1.1rem, 0.824rem + 0.4vw, 1.4rem);
  font-weight: 500;
  background-color: #EE1C26;
  color: #fff;
  padding: 1rem 2rem;
  padding-right: 40px;
  border-radius: 6px;
}
#top #basic .layout .text .link .a:hover {
  text-decoration: none;
  background-color: #C9171F;
}
#top #basic .layout .text .link .a span {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 6px;
  line-height: 0;
}
#top #basic .scroll-hint {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  background-color: #EE1C26;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  z-index: 2;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #top #basic .scroll-hint {
    display: none;
  }
}
#top #basic .scroll-hint p {
  font-size: 12px;
  margin-top: 10px;
}
#top #basic .scroll-hint span {
  animation: scrollupdown 1.5s ease-in-out infinite;
}
@keyframes scrollupdown {
  0% {
    transform: translateY(0%) translateY(0);
  }
  50% {
    transform: translateY(0%) translateY(-10px);
  }
  100% {
    transform: translateY(0%) translateY(0);
  }
}