.section-students-works,
.section-students-works * {
  box-sizing: border-box;
}

.section-students-works {
  padding: 0 48px 48px;
  background-color: #f4f4f4;
}
.section-students-works .inner {
  background: #1a1a1a;
  border-radius: 32px;
  overflow: hidden;
  padding-top: calc(64px + (80 - 64) * (100vw - 1920px) / (2560 - 1920));
  padding-bottom: calc(80px + (96 - 80) * (100vw - 1920px) / (2560 - 1920));
}
.section-students-works .sc-content-sw {
  display: flex;
  flex-direction: column;
  gap: calc(48px + (64 - 48) * (100vw - 1920px) / (2560 - 1920));
}
.section-students-works .sc-content-sw-text {
  display: flex;
  flex-direction: column;
  gap: calc(18px + (20 - 18) * (100vw - 1920px) / (2560 - 1920));
  align-items: center;
  padding: 0 calc(80px + (96 - 80) * (100vw - 1920px) / (2560 - 1920));
}
.section-students-works .sc-content-sw-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 24px;
  border-radius: 100px;
  border: 1px solid rgba(251, 251, 251, 0.1);
  background: rgba(251, 251, 251, 0.02);
  backdrop-filter: blur(5px);
  flex-shrink: 0;
}
.section-students-works .sc-content-sw-badge-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}
.section-students-works .sc-content-sw-badge-label {
  color: #cccccc;
  font-family: "Onest", sans-serif;
  font-size: calc(16px + (17 - 16) * (100vw - 1920px) / (2560 - 1920));
  font-weight: 400;
  line-height: 135.294%;
  letter-spacing: -0.01em;
  white-space: nowrap;
}
.section-students-works .sc-content-sw-headline {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  text-align: center;
  width: 100%;
}
.section-students-works .sc-content-sw-title {
  color: #fafafa;
  font-family: "Onest", sans-serif;
  font-size: calc(54px + (64 - 54) * (100vw - 1920px) / (2560 - 1920));
  font-weight: 600;
  line-height: 106.25%;
  letter-spacing: -0.01em;
  margin: 0;
  padding: 0;
}
.section-students-works .sc-content-sw-subtitle {
  color: #808080;
  font-family: "Onest", sans-serif;
  font-size: calc(18px + (20 - 18) * (100vw - 1920px) / (2560 - 1920));
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.01em;
  margin: 0;
  padding: 0;
}
.section-students-works .sc-content-sw-portfolio {
  overflow: hidden;
  width: 100%;
  touch-action: pan-y;
  position: relative;
}
.section-students-works .sc-content-sw-portfolio-slider {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  width: max-content;
  will-change: transform;
}
.section-students-works .sw-column {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: calc(400px + (500 - 400) * (100vw - 1920px) / (2560 - 1920));
  flex-shrink: 0;
}
.section-students-works .sw-media-item {
  border-radius: 24px;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
  position: relative;
}
.section-students-works .sw-media-item picture {
  display: block;
  width: 100%;
  height: 100%;
}
.section-students-works .sw-media-item img,
.section-students-works .sw-media-item video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-students-works .sw-media-item video {
  background: #000;
}
.section-students-works .sw-media-placeholder {
  width: 100%;
  height: 100%;
  background: #2a2a2a;
  border-radius: inherit;
}
.section-students-works .sw-h-300 {
  height: 300px;
}
.section-students-works .sw-h-350 {
  height: 350px;
}
.section-students-works .sw-h-400 {
  height: 400px;
}
.section-students-works .sw-h-450 {
  height: 450px;
}
.section-students-works .sw-h-500 {
  height: 500px;
}
.section-students-works .sw-h-650 {
  height: 650px;
}

@media (max-width: 1920px) {
  .section-students-works .inner {
    padding-top: 64px;
    padding-bottom: 80px;
  }
  .section-students-works .sc-content-sw {
    gap: 48px;
  }
  .section-students-works .sc-content-sw-text {
    gap: 18px;
    padding: 0 64px;
  }
  .section-students-works .sc-content-sw-badge {
    padding: 14px 24px;
  }
  .section-students-works .sc-content-sw-badge-label {
    font-size: 16px;
    line-height: 137.5%;
  }
  .section-students-works .sc-content-sw-headline {
    gap: 10px;
  }
  .section-students-works .sc-content-sw-title {
    font-size: calc(48px + (54 - 48) * (100vw - 1536px) / (1920 - 1536));
    line-height: 111.111%;
  }
  .section-students-works .sc-content-sw-subtitle {
    font-size: calc(16px + (18 - 16) * (100vw - 1536px) / (1920 - 1536));
    line-height: 144.444%;
  }
  .section-students-works .sw-column {
    width: calc(300px + (400 - 300) * (100vw - 1536px) / (1920 - 1536));
  }
  .section-students-works .sw-h-300 {
    height: 240px;
  }
  .section-students-works .sw-h-350 {
    height: 280px;
  }
  .section-students-works .sw-h-400 {
    height: 320px;
  }
  .section-students-works .sw-h-450 {
    height: 360px;
  }
  .section-students-works .sw-h-500 {
    height: 400px;
  }
  .section-students-works .sw-h-650 {
    height: 520px;
  }
}
@media (max-width: 1536px) {
  .section-students-works {
    padding: 0 40px 48px;
  }
  .section-students-works .inner {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .section-students-works .sc-content-sw {
    gap: 48px;
  }
  .section-students-works .sc-content-sw-text {
    gap: 16px;
    padding: 0 64px;
  }
  .section-students-works .sc-content-sw-badge {
    padding: 12px 20px;
    gap: 10px;
  }
  .section-students-works .sc-content-sw-badge-icon {
    width: 24px;
    height: 24px;
  }
  .section-students-works .sc-content-sw-badge-label {
    font-size: 15px;
    line-height: 133.333%;
  }
  .section-students-works .sc-content-sw-headline {
    gap: 12px;
  }
  .section-students-works .sc-content-sw-title {
    font-size: calc(40px + (48 - 40) * (100vw - 1024px) / (1536 - 1024));
    line-height: 112.5%;
  }
  .section-students-works .sc-content-sw-subtitle {
    font-size: 16px;
    line-height: 150%;
  }
  .section-students-works .sc-content-sw-portfolio-slider {
    gap: 16px;
  }
  .section-students-works .sw-column {
    width: calc(234px + (300 - 234) * (100vw - 1024px) / (1536 - 1024));
    gap: 16px;
  }
  .section-students-works .sw-media-item {
    border-radius: 20px;
  }
  .section-students-works .sw-h-300 {
    height: 180px;
  }
  .section-students-works .sw-h-350 {
    height: 210px;
  }
  .section-students-works .sw-h-400 {
    height: 240px;
  }
  .section-students-works .sw-h-450 {
    height: 270px;
  }
  .section-students-works .sw-h-500 {
    height: 300px;
  }
  .section-students-works .sw-h-650 {
    height: 390px;
  }
}
@media all and (max-width: 1024px) {
  .section-students-works {
    padding: 0 8px;
    padding-bottom: 40px;
  }
  .section-students-works .inner {
    border-radius: 20px;
    padding-top: calc(14px + (28 - 14) * (100vw - 200px) / (393 - 200));
    padding-bottom: calc(18px + (36 - 18) * (100vw - 200px) / (393 - 200));
  }
  .section-students-works .sc-content-sw {
    gap: calc(24px + (32 - 24) * (100vw - 200px) / (393 - 200));
  }
  .section-students-works .sc-content-sw-text {
    align-items: flex-start;
    padding: 0 calc(14px + (20 - 14) * (100vw - 200px) / (393 - 200));
    gap: 16px;
  }
  .section-students-works .sc-content-sw-badge {
    padding: 12px 20px;
    gap: 10px;
  }
  .section-students-works .sc-content-sw-badge-icon {
    width: 20px;
    height: 20px;
  }
  .section-students-works .sc-content-sw-badge-label {
    font-size: 15px;
    line-height: 133.333%;
  }
  .section-students-works .sc-content-sw-headline {
    align-items: flex-start;
    text-align: left;
    gap: 10px;
  }
  .section-students-works .sc-content-sw-title {
    font-size: calc(20px + (28 - 20) * (100vw - 200px) / (393 - 200));
    line-height: 114.286%;
  }
  .section-students-works .sc-content-sw-subtitle {
    font-size: 16px;
    line-height: 150%;
  }
  .section-students-works .sc-content-sw-portfolio[data-visible=mobile] {
    overflow: hidden;
    width: 100%;
    touch-action: pan-y;
    position: relative;
  }
  .section-students-works .sc-content-sw-mobile-slider {
    display: flex;
    flex-direction: row;
    gap: 10px;
    width: max-content;
    will-change: transform;
  }
  .section-students-works .sw-mobile-item {
    width: calc(180px + (300 - 180) * (100vw - 200px) / (393 - 200));
    height: calc(180px + (300 - 180) * (100vw - 200px) / (393 - 200));
    border-radius: 16px;
    overflow: hidden;
    flex-shrink: 0;
    position: relative;
  }
  .section-students-works .sw-mobile-item picture {
    display: block;
    width: 100%;
    height: 100%;
  }
  .section-students-works .sw-mobile-item img,
  .section-students-works .sw-mobile-item video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .section-students-works .sw-mobile-item video {
    background: #000;
  }
  .section-students-works .sw-mobile-item .sw-media-placeholder {
    width: 100%;
    height: 100%;
    background: #2a2a2a;
    border-radius: inherit;
  }
}

/*# sourceMappingURL=home-page-students-works.css.map */
