#top #visual .visual-wrap {
  height: calc(100dvh - 100px);
  position: relative;
}
@media screen and (max-width: 767px) {
  #top #visual .visual-wrap {
    height: auto;
    margin-top: 0;
  }
}
#top #visual .visual-wrap {
  position: relative;
}
#top #visual .visual-wrap::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 25%;
  background-color: #fff;
  top: 0;
  left: 0;
  clip-path: polygon(0 0, 100% 0, 100% 15%, 0 100%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #top #visual .visual-wrap::before {
    height: 10%;
  }
}
#top #visual .visual-wrap::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 35%;
  background-color: #CC0000;
  bottom: 0;
  left: 0;
  clip-path: polygon(0 65%, 100% 0, 100% 100%, 0 100%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #top #visual .visual-wrap::after {
    height: 15%;
  }
}
#top #visual #visual-movie {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  #top #visual #visual-movie {
    position: relative;
    height: calc(100dvh - 151px);
  }
}
#top #visual #visual-movie video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top #visual h1 {
  font-size: 8vw;
  font-weight: 500;
  top: calc(50% - 50px);
  left: 0;
  width: 100%;
  position: absolute;
  z-index: 10;
  color: #fff;
  text-align: center;
  transform: translateY(-50%);
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
#top #visual .slide-row {
  --slide-w: 3282px;
  --slide-h: 182px;
  display: flex;
  flex-shrink: 0;
  position: absolute;
  left: 0;
  width: calc(var(--slide-w) * 2);
  height: var(--slide-h);
  z-index: 5;
  animation: slide-row-x 45s linear infinite;
}
@media screen and (max-width: 767px) {
  #top #visual .slide-row {
    --slide-w: 2460px;
    --slide-h: 136px;
  }
}
#top #visual .slide-row.row1 {
  top: 50px;
}
@media screen and (max-width: 767px) {
  #top #visual .slide-row.row1 {
    top: 20px;
  }
}
#top #visual .slide-row.row2 {
  left: auto;
  right: 0;
  bottom: 150px;
  animation: slide-row-x-reverse 45s linear infinite;
}
@media screen and (max-width: 767px) {
  #top #visual .slide-row.row2 {
    bottom: 50px;
  }
}
#top #visual .slide-row img {
  flex-shrink: 0;
  width: var(--slide-w);
  height: var(--slide-h);
}
@keyframes slide-row-x {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(calc(var(--slide-w) * -1), 0, 0);
  }
}
@keyframes slide-row-x-reverse {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(calc(var(--slide-w) * 1), 0, 0);
  }
}
#top #news {
  position: absolute;
  bottom: 20px;
  right: 5%;
  display: flex;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  #top #news {
    position: relative;
    right: auto;
    bottom: 1px;
    background-color: #CC0000;
    padding: 15px 5%;
    display: block;
  }
}
#top #news h2 {
  width: 95px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #top #news h2 {
    width: 100%;
  }
}
#top #news ul {
  font-size: 14px;
  color: #fff;
}
#top #news ul li {
  display: flex;
}
#top #news ul li .date {
  width: 80px;
}
#top .section-block .inner {
  position: relative;
  z-index: 1;
  padding-inline: 8rem;
}
@media screen and (max-width: 767px) {
  #top .section-block .inner {
    padding-inline: 5%;
  }
}
#top .section-block h3 {
  font-size: clamp(1.7rem, 1.424rem + 0.4vw, 2rem);
  font-weight: 600;
}
#top .section-block .en-title {
  position: absolute;
  left: 1rem;
  color: #CC0000;
  font-size: 1.8rem;
  transform-origin: left bottom;
  transform: rotate(90deg);
  line-height: 1;
}
#top .section-block .image {
  position: relative;
  border-radius: 10px;
}
#top .section-block .mark {
  position: absolute;
  bottom: 5%;
  right: 2%;
}
#top #about {
  padding: 7rem 0;
  position: relative;
  z-index: 1;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  #top #about {
    padding: 4rem 3% 0;
  }
}
#top #about .inner {
  position: relative;
}
#top #about .inner::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #D75C5C;
  top: 0;
  left: 0;
  clip-path: polygon(0 0, 100% 0%, 100% 50%, 0 100%);
  z-index: 0;
}
@media screen and (max-width: 767px) {
  #top #about .inner::after {
    clip-path: polygon(0 0, 100% 0%, 100% 60%, 0 90%);
  }
}
#top #about .layout {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 5%;
  padding: 8rem 0 0;
}
@media screen and (max-width: 767px) {
  #top #about .layout {
    flex-direction: column;
    gap: 3rem;
    padding: 4rem 0 0;
  }
}
#top #about .layout .text {
  color: #fff;
  flex: 1;
}
#top #about .layout .text h2 {
  font-size: clamp(2.45rem, 1.848rem + 0.8vw, 3rem);
  font-weight: 600;
  line-height: 1.3;
}
#top #about .layout .text p {
  margin-top: 2rem;
  font-size: clamp(1.55rem, 1.224rem + 0.4vw, 1.8rem);
  line-height: 1.8;
}
#top #about .layout .box {
  position: relative;
  width: 54%;
}
@media screen and (max-width: 767px) {
  #top #about .layout .box {
    width: 100%;
  }
}
#top #about .layout .box .image {
  border-radius: 4px;
}
#top #about .layout .box .mark {
  position: absolute;
  bottom: 5%;
  right: -2%;
}
#top #sec1 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  position: relative;
  background: #fff url(/group/assets/image/top/bg2.svg) no-repeat center bottom;
  background-size: 100% auto;
}
@media screen and (max-width: 767px) {
  #top #sec1 .en-title {
    left: 90%;
  }
}
#top #sec1 h2 {
  font-size: clamp(3.65rem, 2.584rem + 1.4vw, 4.6rem);
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  #top #sec1 h2 {
    font-size: clamp(2.75rem, 1.96rem + 1vw, 3.4rem);
    margin-bottom: 5rem;
  }
}
#top #sec1 h2 b {
  color: #CC0000;
}
#top #sec1 .grid-layout {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 5rem;
}
@media screen and (max-width: 767px) {
  #top #sec1 .grid-layout {
    grid-template-columns: 1fr;
  }
}
#top #sec1 .grid-layout .box {
  position: relative;
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  #top #sec1 .grid-layout .box {
    margin-bottom: 3rem;
  }
}
#top #sec1 .grid-layout .box:nth-child(2n) {
  margin-top: -18rem;
}
@media screen and (max-width: 767px) {
  #top #sec1 .grid-layout .box:nth-child(2n) {
    margin-top: 0;
  }
}
#top #sec2 {
  position: relative;
  padding-top: 5rem;
  margin-bottom: 12rem;
  background: #f7f7f7 url(/group/assets/image/top/bg3.svg) no-repeat center top;
  background-size: 100% auto;
}
#top #sec2 .grid-layout {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  #top #sec2 .grid-layout {
    flex-direction: column;
    gap: 3rem;
  }
}
#top #sec2 .grid-layout .box {
  width: calc(50% - 2.5rem);
}
@media screen and (max-width: 767px) {
  #top #sec2 .grid-layout .box {
    width: 100%;
  }
}
#top #sec2 .grid-layout .box .image {
  position: relative;
  border-radius: 10px;
}
#top #sec2 .grid-layout .box .mark {
  position: absolute;
  bottom: 5%;
  right: 2%;
}
#top #sec2 #people h3 {
  margin-bottom: 1rem;
}
#top #sec2 #people .image {
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  #top #sec2 #people .en-title {
    transform: rotate(0deg);
    left: auto;
    right: 5%;
  }
}
#top #sec2 #number {
  background: url(/group/assets/image/top/number-bg.jpg) no-repeat center center;
  background-size: cover;
  border-radius: 4px;
  padding: 60px 5% 40px 5%;
}
@media screen and (max-width: 767px) {
  #top #sec2 #number {
    padding: 40px 5%;
  }
}
#top #sec2 #number h3 {
  text-align: center;
  margin-bottom: 2rem;
}
#top #sec2 #number .image {
  position: relative;
  width: 60%;
  margin: auto;
  transition: all 0.3s ease;
  overflow: visible;
}
#top #sec2 #number .image .en-title {
  left: 110%;
  top: 50%;
  white-space: nowrap;
  transform: rotate(90deg) translateX(-70%);
}
#top #sec2 #number p {
  text-align: center;
}
#top #sec2 #number:hover .image img {
  transform: scale(1.02);
}
@media screen and (max-width: 767px) {
  #top #sec3 .en-title {
    left: 90%;
    top: 0;
    transform: rotate(90deg) translateX(-50%);
  }
}
#top #sec3 .grid-layout {
  display: flex;
  justify-content: space-between;
  gap: 0 5rem;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  #top #sec3 .grid-layout {
    flex-direction: column;
    gap: 0;
  }
}
#top #sec3 .grid-layout .box {
  position: relative;
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  #top #sec3 .grid-layout .box {
    margin-bottom: 3rem;
  }
}