html {
  scroll-behavior: smooth;
}

.section-sitemap {
  display: none;
}

.content-startup .badge {
  border: 2px solid;
  color: #0063fd;
  font-size: clamp(15px, 2.5vw, 20px);
  border-radius: 60px 50px 50px 0;
  height: 39px;
  padding: 0 0.75rem 0 1rem;
  display: flex;
  align-items: center;
  font-weight: 700;
  position: absolute;
  left: calc(100% + 1rem);
  white-space: nowrap;
}

.content-startup header {
  gap: 0.5rem;
}

.content-startup header p {
  color: #253340;
  font-size: clamp(18px, 2.5vw, 24px);
}

.content-startup .tab h2 {
  flex-direction: row;
  gap: 1rem;
  font-weight: 800;
  position: relative;
}

.content-startup .tab li {
  background-color: white;
  padding: 1.5rem;
  border-radius: 20px;
  border: 1px solid #e3e3e3;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}

.content-startup .tab .texts {
  align-items: center;
  gap: 5px;
}

.content-startup .tab li strong {
  font-size: clamp(20px, 2.5vw, 22px);
  color: #101010;
}

.content-startup .tab li h3 {
  font-size: clamp(22px, 2.5vw, 26px);
}

.content-startup .section-main {
  background: url("/images/event/startup/main_coin_1.png"), url("/images/event/startup/main_coin_2.png"),
    url("/images/event/startup/main_bg_1.png");
  background-position:
    left bottom 20vh,
    right bottom 35vh,
    center;
  background-size: auto, auto, cover;
  background-repeat: no-repeat;
  color: white;
  padding: 3rem 0 6rem;
  aspect-ratio: 2 / 1;
  overflow: hidden;
}

.content-startup .section-main h3 {
  font-size: clamp(18px, 3vw, 24px);
  color: #9ae9ff;
  font-weight: 600;
  line-height: 2.25;
}

.content-startup .section-main h3::before,
.content-startup .section-main h3::after {
  content: "";
  width: 120%;
  height: 1px;
  display: block;
  background-image: linear-gradient(90deg, transparent, #9ae9ff, transparent);
}

.content-startup .section-main h1 {
  font-size: clamp(32px, 8vw, 70px);
  align-items: center;
  margin-top: 0.5rem;
}

.content-startup .section-main h1 img {
  padding-left: 7vw;
  max-width: 90vw;
}

.content-startup .section-main header p {
  color: white;
}

.content-startup .section-main header p :first-of-type {
  font-weight: 400;
  color: #c9ccdd;
}

.content-startup .section-main header p :last-of-type {
  font-weight: 700;
}

.content-startup .section-main .wrapper {
  gap: 2rem;
  padding-bottom: 30vh;
}

.content-startup .section-main .images {
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 55vh;
  z-index: 1;
}

.content-startup .section-main.is-active .images > * {
  height: auto;
  transform-origin: bottom;
  animation:
    fadeInOpacity 0.8s forwards,
    bounce 1s ease-out forwards;
  transition: scale 0.25s;
}

.content-startup .section-main .images :nth-child(1) {
  position: absolute;
  left: -4vw;
  top: 3vh;
  animation-delay: 0.8s;
}

.content-startup .section-main .images :nth-child(2) {
  right: 0;
  position: absolute;
  animation-delay: 1s !important;
}

.content-startup .section-main .images :nth-child(3) {
  position: absolute;
  bottom: 0;
  left: 1vw;
  animation-delay: 1.2s !important;
}

@keyframes bounce {
  0% {
    opacity: 0;
    transform: scaleY(0.1) translateY(150px);
  }
  30% {
    opacity: 1;
    transform: scaleY(1.2) translateY(-20px);
  }
  50% {
    transform: scaleY(0.9) translateY(0);
  }
  70% {
    transform: scaleY(1.1) translateY(-10px);
  }
  100% {
    transform: scaleY(1) translateY(0);
  }
}

.content-startup .section-main.is-active .train {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: none;
  transform-origin: bottom;
  animation: move 0.6s forwards;
  transform: translateX(25vw);
  scale: 0.9;
  max-width: 110%;
}

@keyframes move {
  0% {
    scale: 0.9;
    transform: translateX(25vw);
  }

  100% {
    scale: 1;
    transform: translateX(0);
  }
}

.content-startup .section-main .text {
  font-weight: 400;
  font-size: clamp(18px, 2.5vw, 20px);
  color: #c9ccdd;
  letter-spacing: 0;
  margin-top: 1.25rem;
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

.content-startup .section-main .text span {
  content: "";
  width: 1px;
  height: 16px;
  display: block;
  background-color: #c9ccdd80;
}

.content-startup .section-different {
  background-color: #0063fd;
  flex-direction: column;
  gap: 10vh;
}

.content-startup .section-different h3 {
  color: #a8f2ff;
  font-size: clamp(27px, 4.5vw, 42px);
  font-weight: 800;
  line-height: 1;
  margin-bottom: 0.5rem;
}

.content-startup .section-different h2 {
  color: white;
  font-size: clamp(40px, 4.5vw, 64px);
  font-weight: 800;
  max-width: 80vw;
}

.content-startup .section-different header {
  flex-direction: row;
  color: white;
  width: 100%;
  align-items: flex-start;
  gap: 6vw;
}

.content-startup .section-different header p {
  font-size: clamp(18px, 2.5vw, 20px);
  color: white;
  line-height: 1.75;
  text-align: left;
}

.content-startup .section-different header > * {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.content-startup .section-different ul {
  margin-left: calc(50% - 590px);
  width: auto;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
}

.content-startup .section-different li {
  flex: 0 0 auto;
  width: 320px;
  aspect-ratio: 1 / 1.1875;
  max-width: 60vw;
  background-color: white;
  padding: 1.75rem;
  border-radius: 20px;
  box-shadow: 2px 4px 30px 0px #0000a340;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  position: relative;
}

.content-startup .section-different li img:last-of-type {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.content-startup .section-different li:nth-of-type(even) {
  margin-top: 3rem;
}

.content-startup .section-different li strong {
  font-size: clamp(22px, 2.5vw, 26px);
  font-weight: 700;
}

.content-startup .section-tabs {
  padding: 0;
  height: 80px;
  border-bottom: 1px solid #e3e3e3;
  position: sticky;
  top: 80px;
  background-color: white;
  z-index: 100 !important;
}

.content-startup .section-tabs .tabs {
  flex-direction: row !important;
  height: 100%;
}

.content-startup .section-tabs .tabs a {
  flex: 1;
  justify-content: center;
  font-weight: 500;
  font-size: clamp(18px, 2.5vw, 22px);
  position: relative;
}

.content-startup .section-tabs .tabs a.active {
  color: #0063fd;
  font-weight: 700;
}

.content-startup .section-tabs .tabs a:not(:last-of-type)::after {
  content: "";
  width: 1px;
  height: 28px;
  background-color: #e3e3e3;
  display: block;
  position: absolute;
  right: 0;
}

.content-startup .section-space .swiper-navigation {
  bottom: auto;
  top: 50%;
  width: 100%;
  height: auto;
  background-color: transparent;
  border-radius: 0;
  justify-content: space-between;
  padding: 0 0.5rem;
}

.content-startup .section-space .swiper-navigation button {
  width: 40px;
  height: 40px;
  border-color: #d3d3d3;
}

.content-startup .section-space .pictures {
  width: min(1120px, 100%);
}

.content-startup .section-space .pictures .swiper-slide {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
}

.content-startup .section-space .pictures .swiper-slide .image {
  max-width: calc(50% - 4rem);
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.content-startup .section-space .pictures .swiper-slide .image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(transparent, black);
  transition: 0.25s;
}

.content-startup .section-space .pictures .swiper-slide .image:hover::after,
.content-startup .section-space .pictures .swiper-slide .image:hover span {
  opacity: 0;
}

.content-startup .section-space .pictures .swiper-slide span {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  color: white;
  font-size: clamp(14px, 2.5vw, 22px);
  z-index: 10;
  transition: opacity 0.25s;
}

.content-startup .section-domain {
  background-color: #00027c;
  color: white;
}

.content-startup .section-domain header p {
  color: white;
}

.content-startup .section-domain li {
  aspect-ratio: 1.1 / 1;
}

.content-startup .section-domain h2 .badge {
  color: #00c5e8;
}

.content-startup .section-domain li h3 {
  color: #0063fd;
  font-weight: 800;
}

.content-startup .section-cloud h2 .badge {
  color: #ff6a1a;
}

.content-startup .section-cloud li {
  aspect-ratio: 1.7 / 1;
}

.content-startup .section-cloud li h3 {
  color: #f26214;
  font-weight: 800;
}

.content-startup .section-cloud li small {
  color: #969696;
  font-size: 16px;
  font-weight: 400;
}

.content-startup .section-cloud img {
  margin-top: 2rem;
  margin-right: -1rem;
}

.content-startup .section-solutions {
  background-color: #00027c;
  color: white;
}

.content-startup .section-solutions header p {
  color: white;
}

.content-startup .section-solutions h2 .badge {
  color: #03ec82;
}

.content-startup .section-solutions li {
  aspect-ratio: 1.4 / 1;
}

.content-startup .section-solutions li h3 {
  color: #00a96e;
  font-weight: 800;
}

.content-startup .section-experts h2 .badge {
  color: #6f29fc;
}

.content-startup .section-experts li {
  aspect-ratio: 1.1 / 1;
}

.content-startup .section-experts li h3 {
  color: #6f47ff;
  font-weight: 800;
}

.content-startup .section-info {
  background: #0063fd url("/images/event/startup/info_bg.png") top center no-repeat;
}

.content-startup .section-info header {
  gap: 0;
}

.content-startup .section-info h3 {
  color: #a8f2ff;
  font-size: clamp(30px, 4.5vw, 48px);
  font-weight: 800;
}

.content-startup .section-info h2 {
  color: white;
  font-size: clamp(40px, 4.5vw, 72px);
  font-weight: 800;
}

.content-startup .section-info ul {
  background-color: white;
  padding: 4rem;
  flex-direction: column;
  border-radius: 20px;
  gap: 2rem;
  margin-bottom: 2rem;
}

.content-startup .section-info li {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
}

.content-startup .section-info li:not(:last-of-type) {
  border-bottom: 1px solid #eee;
  padding-bottom: 2rem;
}

.content-startup .section-info span {
  color: #0042cf;
  background-color: #ebf1ff;
  border-radius: 50px;
  padding: 0.75rem 1.5rem;
  font-size: clamp(14px, 2.5vw, 22px);
  font-weight: 700;
}

.content-startup .section-info i {
  border: 2px solid #0042cf;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #0042cf;
  font-style: normal;
  font-size: clamp(15px, 2.5vw, 20px);
  line-height: 1;
  margin-right: 0.75rem;
}

.content-startup .section-info p {
  display: block;
  text-align: left;
  font-size: clamp(16px, 2.5vw, 24px);
  line-height: 46px;
  font-weight: 500;
}

.content-startup .section-info .notification {
  border-radius: 150px;
  font-size: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem 5rem !important;
  border: 1px solid #0042cf !important;
  gap: 0.5rem;
  width: auto;
  margin: 0 auto;
}

.content-startup .section-info .notification span {
  width: 100px;
  text-align: center;
}

.content-startup .section-info .notification p {
  font-size: clamp(18px, 2.5vw, 20px);
  text-align: center;
  width: 100%;
  line-height: 1.5;
  font-weight: 600;
}

.content-startup .section-info small {
  color: #777;
  font-size: clamp(16px, 2.5vw, 18px);
  display: block;
}

.content-startup .section-info .express h3 {
  font-size: clamp(24px, 2.5vw, 42px);
  font-weight: 500;
  color: white;
}

.content-startup .section-info .express h2 {
  font-size: clamp(24px, 2.5vw, 60px);
  max-width: none;
}

.content-startup .section-info .express button {
  border-radius: 100px;
  background-color: white;
  color: #0063fd;
  font-size: clamp(20px, 2.5vw, 38px);
  margin: 3rem auto 0;
  padding: 2rem 6rem;
  font-weight: 700;
}

.content-startup .section-caution {
  background-color: #253340;
  color: white;
  padding: 4rem 0;
}

.content-startup .section-caution .wrapper {
  gap: 1rem;
  align-items: flex-start;
}

.content-startup .section-caution ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.content-startup .section-caution li {
  color: #9ba1a6;
  font-size: clamp(16px, 2.5vw, 18px);
  font-weight: 500;
  display: flex;
}

.content-startup .section-caution li::before {
  content: "·";
  margin-right: 0.5rem;
}

.content-startup .section-caution li:nth-last-of-type(1):before,
.content-startup .section-caution li:nth-last-of-type(2):before {
  content: " ";
  margin-right: 0.5rem;
}

.content-startup .section-caution h3 {
  font-size: 24px;
}

@media screen and (max-width: 1280px) {
  .content-startup .section-main .images img {
    scale: 0.6;
  }

  .content-startup .section-tabs {
    top: 50px;
    height: 64px;
  }
}

@media screen and (max-width: 960px) {
  .content-startup .section-main p span {
    display: block !important;
  }

  .content-startup .section-different li {
    width: min(240px, 80%);
  }

  .content-startup .section-space .swiper-navigation {
    padding: 0 1rem;
  }

  .content-startup .section-space .swiper-navigation button {
    width: 1.5rem;
    height: 1.5rem;
  }
}

@media screen and (max-width: 640px) {
  .content-startup header {
    justify-content: center !important;
    gap: 0.5rem;
  }

  .content-startup .badge {
    top: 0;
    height: 34px;
    left: calc(100% + 0.5rem);
  }

  .content-startup .section-main {
    aspect-ratio: auto;
    padding-top: 5vh !important;
  }

  .content-startup .section-main .images {
    display: none;
  }

  .content-startup .section-main .images img {
    scale: 0.35;
  }

  .content-startup .section-main .wrapper {
    padding-bottom: 10vh;
  }

  .content-startup .section-main h1 img {
    margin-right: -7vw;
  }

  .content-startup .section-different {
    gap: 5vh;
  }

  .content-startup .section-different header > * {
    align-items: center;
  }

  .content-startup .section-different ul {
    margin: 0;
    overflow-x: auto;
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
    scroll-padding: 0 1rem;
  }

  .content-startup .section-different li {
    scroll-snap-align: start;
  }

  .content-startup .section-different li img {
    max-width: 80%;
  }

  .content-startup .section-different header p {
    text-align: center;
  }

  .content-startup .section-tabs {
    padding: 0 !important;
    height: 60px;
    top: 50px;
  }

  .content-startup .section-tabs .tabs {
    overflow-x: auto;
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
    justify-content: flex-start !important;
    gap: 0rem !important;
  }

  .content-startup .section-tabs .tabs a {
    flex: 0 0 auto;
    padding: 0 1.5rem;
    scroll-snap-align: start;
  }

  .content-startup .section-space .pictures .swiper-slide span {
    left: 1rem;
    bottom: 1rem;
  }

  .content-startup .section-domain h2 .badge {
    position: absolute;
    top: -2.5rem;
    right: -2rem;
    white-space: nowrap;
    left: auto;
  }

  .content-startup .section-domain ul,
  .content-startup .section-cloud ul,
  .content-startup .section-solutions ul,
  .content-startup .section-experts ul {
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
    scroll-padding: 0 1rem;
  }

  .content-startup .section-domain li,
  .content-startup .section-cloud li,
  .content-startup .section-solutions li,
  .content-startup .section-experts li {
    flex: 0 0 75vw;
    scroll-snap-align: start;
  }

  .content-startup .section-domain img,
  .content-startup .section-cloud img,
  .content-startup .section-solutions img,
  .content-startup .section-experts img {
    max-width: 80%;
  }

  .content-startup .section-info .wrapper {
    padding: 0 1rem;
  }

  .content-startup .section-info ul {
    padding: 1rem;
  }

  .content-startup .section-info span {
    flex: 0 0 auto;
    padding: 0.5rem 1rem;
  }

  .content-startup .section-info li {
    gap: 0.5rem;
  }

  .content-startup .section-info p {
    line-height: 1.5;
  }

  .content-startup .section-info i {
    width: 18px;
    height: 18px;
    border-width: 1px;
    margin-right: 5px;
  }

  .content-startup .section-info ul {
    gap: 1.5rem;
    margin-bottom: 1rem;
  }

  .content-startup .section-info li:not(:last-of-type) {
    padding-bottom: 1.5rem;
  }

  .content-startup .section-info .express button {
    padding: 1rem 4rem;
    margin-top: 1.5rem;
  }

  .content-startup .section-info p {
    padding-top: 4px;
  }

  .content-startup .section-caution li {
    line-height: 1.5;
  }
}
