@charset "UTF-8";
/**
 * Colors
==================== */
/**
 * Breakpoints
 ==================== */
/**
 * Design Sizes
==================== */
/**
 * Spacing Units
==================== */
/**
 * Font sizes
==================== */
/**
 * Font Families
==================== */
/**
 * vw変換
==================== */
/**
 * em変換
==================== */
/**
 * mixins
==================== */
.top__mv {
  padding: 0 0 0 2.3611111111vw;
  position: relative;
}
@media (max-width: 1020px) {
  .top__mv {
    padding: 0 0 0 4.2666666667vw;
  }
}
.top__mv-img {
  width: 100%;
  max-width: 97.9166666667vw;
  border-radius: 2.2222222222vw 0 0 2.2222222222vw;
}
@media (max-width: 1020px) {
  .top__mv-img {
    max-width: 95.7333333333vw;
    height: 135.4666666667vw;
    border-radius: 8.5333333333vw 0 0 8.5333333333vw;
    object-fit: cover;
  }
}
.top__mv-content {
  position: absolute;
  left: 9.7222222222vw;
  bottom: -13.1944444444vw;
  display: flex;
  flex-direction: column;
  gap: 2.7777777778vw;
}
@media (max-width: 1020px) {
  .top__mv-content {
    width: calc(100% - 4.2666666667vw);
    left: 4.2666666667vw;
    bottom: -25.3333333333vw;
    gap: 2.6666666667vw;
  }
}
.top__mv-dummy {
  display: none;
}
.top__mv-title {
  color: var(--clr-text-red);
  font-family: "Rubik", sans-serif;
  font-size: 11.1111111111vw;
  font-weight: 700;
  line-height: 100%;
  width: 69.5138888889vw;
}
@media (max-width: 1020px) {
  .top__mv-title {
    width: 80.2666666667vw;
    height: auto;
    transform-origin: left top;
    transform: scale(1);
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
  }
}
.top__mv-title svg {
  width: 100%;
  height: 100%;
  display: block;
}
.top__mv-heading {
  font-size: 2.7777777778vw;
  font-weight: 700;
  letter-spacing: 0.1111111111vw;
}
@media (max-width: 1020px) {
  .top__mv-heading {
    font-size: 6.4vw;
    letter-spacing: 0.256vw;
  }
}
.top__message {
  position: relative;
}
.top__message-inner {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  padding: 24.9305555556vw 0 51.7361111111vw;
}
@media (max-width: 1020px) {
  .top__message-inner {
    padding: 118.6666666667vw 0 87.2vw 5.3333333333vw;
  }
}
.top__message-title {
  color: var(--clr-text-red);
  font-family: "Rubik", sans-serif;
  font-size: 8.3333333333vw;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 4.4444444444vw;
}
@media (max-width: 1020px) {
  .top__message-title {
    font-size: 16vw;
    margin-bottom: 4.2666666667vw;
    text-align: left;
  }
}
.top__message-heading {
  font-family: "Rubik", sans-serif;
  font-size: 5.5555555556vw;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 2.2222222222vw;
}
@media (max-width: 1020px) {
  .top__message-heading {
    font-size: 10.6666666667vw;
    margin-bottom: 4.2666666667vw;
    text-align: left;
  }
}
.top__message-sub {
  font-size: 2.2222222222vw;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.0888888889vw;
  margin-bottom: 2.2222222222vw;
}
@media (max-width: 1020px) {
  .top__message-sub {
    font-size: 6.4vw;
    letter-spacing: 0.256vw;
    margin-bottom: 4.2666666667vw;
    text-align: left;
  }
}
.top__message-text {
  color: var(--clr-text-gray);
  font-size: 1.3888888889vw;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.0555555556vw;
}
@media (max-width: 1020px) {
  .top__message-text {
    font-size: 4.2666666667vw;
    letter-spacing: 0.1706666667vw;
    text-align: left;
  }
}
.top__message-text.-pc {
  display: block;
}
@media (max-width: 1020px) {
  .top__message-text.-pc {
    display: none;
  }
}
.top__message-text.-sp {
  display: none;
}
@media (max-width: 1020px) {
  .top__message-text.-sp {
    display: block;
  }
}
.top__message-img-01 {
  position: absolute;
  top: 29.0972222222vw;
  left: 9.0277777778vw;
  max-width: 18.0555555556vw;
  border-radius: 2.2222222222vw;
  z-index: -1;
}
@media (max-width: 1020px) {
  .top__message-img-01 {
    position: relative;
    top: unset;
    left: unset;
    max-width: 42.5333333333vw;
    border-radius: 4.2666666667vw;
  }
}
.top__message-img-02 {
  position: absolute;
  top: 17.9861111111vw;
  right: 2.0833333333vw;
  max-width: 30.5555555556vw;
  border-radius: 2.2222222222vw;
  z-index: -1;
}
@media (max-width: 1020px) {
  .top__message-img-02 {
    position: relative;
    top: unset;
    right: unset;
    max-width: 42.5333333333vw;
    border-radius: 4.2666666667vw;
  }
}
.top__message-img-03 {
  position: absolute;
  bottom: 18.4027777778vw;
  left: 2.0833333333vw;
  max-width: 40.2777777778vw;
  border-radius: 2.2222222222vw;
  z-index: -1;
}
@media (max-width: 1020px) {
  .top__message-img-03 {
    position: relative;
    bottom: unset;
    left: unset;
    max-width: 56.2666666667vw;
    border-radius: 4.2666666667vw;
  }
}
.top__message-img-04 {
  position: absolute;
  bottom: 6.8055555556vw;
  right: 16.9444444444vw;
  max-width: 19.4444444444vw;
  border-radius: 2.2222222222vw;
  z-index: -1;
}
@media (max-width: 1020px) {
  .top__message-img-04 {
    position: relative;
    bottom: unset;
    right: unset;
    max-width: 25.8666666667vw;
    border-radius: 4.2666666667vw;
  }
}
.top__message-img-box {
  display: none;
}
@media (max-width: 1020px) {
  .top__message-img-box {
    display: flex;
    gap: 4.2666666667vw;
    position: absolute;
    left: 5.3333333333vw;
  }
}
@media (max-width: 1020px) {
  .top__message-img-box.-upper {
    align-items: center;
    top: 63.7333333333vw;
  }
}
@media (max-width: 1020px) {
  .top__message-img-box.-bottom {
    align-items: flex-start;
    bottom: 28.6666666667vw;
  }
}
.top__message-img-parts02 {
  position: absolute;
  top: 13.8194444444vw;
  right: -2.0833333333vw;
  background-color: var(--clr-bg-blue);
  width: 8.3333333333vw;
  height: 8.3333333333vw;
  border-radius: 2.2222222222vw;
  z-index: -2;
}
@media (max-width: 1020px) {
  .top__message-img-parts02 {
    top: 58.4vw;
    right: 1.6vw;
    width: 16vw;
    height: 16vw;
    border-radius: 4.2666666667vw;
  }
}
.top__message-img-parts03 {
  position: absolute;
  bottom: 14.2361111111vw;
  left: 37.7777777778vw;
  background-color: var(--clr-text-yellow);
  width: 8.3333333333vw;
  height: 8.3333333333vw;
  border-radius: 2.2222222222vw;
  z-index: -2;
}
@media (max-width: 1020px) {
  .top__message-img-parts03 {
    bottom: 16vw;
    left: -5.6vw;
    width: 18.48vw;
    height: 18.48vw;
    border-radius: 4.2666666667vw;
  }
}
@media (max-width: 1020px) {
  .top__interview {
    padding: 16vw 6.1333333333vw 16vw 6.1333333333vw;
    background-color: var(--clr-bg-pink);
    overflow: hidden;
  }
}
@media (max-width: 1020px) {
  .top__interview.-pc {
    display: none;
  }
}
@media (min-width: 1021px) {
  .top__interview.-sp {
    display: none;
  }
}
.top__interview-content {
  width: 100%;
  max-width: 95.8333333333vw;
  margin: 0 auto;
  padding: 7.3611111111vw 5.5555555556vw 4.5833333333vw 7.6388888889vw;
  background-color: var(--clr-text-white);
  border-bottom: 0.5555555556vw solid var(--clr-text-red);
  border-right: 0.5555555556vw solid var(--clr-text-red);
  border-radius: 2.2222222222vw;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 1020px) {
  .top__interview-content {
    padding: 0;
    border-bottom: unset;
    border-right: unset;
    border-radius: unset;
    flex-direction: column;
    background-color: var(--clr-bg-pink);
    gap: 7.2vw;
  }
}
@media (max-width: 1020px) {
  .top__interview-content-sp {
    background-color: var(--clr-bg-pink);
  }
}
.top__interview-swiper {
  overflow: visible;
}
.top__interview-swiper-wrapper {
  align-items: stretch;
}
.top__interview-swiper-slide {
  height: auto;
}
.top__interview-img-box {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  display: block;
  position: relative;
  border-radius: 2.2222222222vw;
}
@media (max-width: 1020px) {
  .top__interview-img-box {
    aspect-ratio: unset;
    border-radius: 6.4vw;
    background-color: var(--clr-text-white);
    padding: 5.3333333333vw 4.8vw 6.4vw 4.2666666667vw;
    border-bottom: 1.6vw solid var(--clr-text-red);
    border-right: 1.0666666667vw solid var(--clr-text-red);
    display: flex;
    gap: 8vw;
    flex-direction: column;
  }
}
.top__interview-title {
  position: absolute;
  top: -4.3055555556vw;
  left: 7.6388888889vw;
  font-family: "Rubik", sans-serif;
  color: var(--clr-text-red);
  font-size: 8.3333333333vw;
  font-weight: 700;
  line-height: 100%;
}
@media (max-width: 1020px) {
  .top__interview-title {
    position: unset;
    top: -8vw;
    left: -2.4vw;
    font-size: 16vw;
    margin-bottom: 7.2vw;
  }
}
.top__interview-tag {
  position: absolute;
  top: 4.3055555556vw;
  left: 7.6388888889vw;
  color: var(--clr-text-red);
  font-size: 1.3888888889vw;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0.0555555556vw;
}
@media (max-width: 1020px) {
  .top__interview-tag {
    display: none;
  }
}
.top__interview-img {
  aspect-ratio: 1/1;
  object-fit: cover;
  max-width: 33.3333333333vw;
  height: 33.3333333333vw;
  border-radius: 2.2222222222vw;
  position: relative;
  z-index: 1;
  vertical-align: top;
}
@media (max-width: 1020px) {
  .top__interview-img {
    max-width: 100%;
    height: 72.8vw;
    border: 1px solid var(--clr-light-gray);
    border-radius: 8.5333333333vw;
  }
}
.top__interview-parts-01 {
  position: absolute;
  top: -3.4722222222vw;
  right: -2.7777777778vw;
  width: 8.3333333333vw;
  height: 8.3333333333vw;
  z-index: 2;
}
@media (max-width: 1020px) {
  .top__interview-parts-01 {
    top: 0;
    right: 0;
    width: 25.6vw;
    height: 25.6vw;
  }
}
.top__interview-parts-02 {
  position: absolute;
  bottom: -2.0833333333vw;
  left: -2.0833333333vw;
  width: 5.5555555556vw;
  height: 5.5555555556vw;
  background-color: var(--clr-bg-blue);
  border-radius: 2.2222222222vw;
  z-index: 0;
}
@media (max-width: 1020px) {
  .top__interview-parts-02 {
    top: 47%;
    right: unset;
    left: 0;
    width: 8.5333333333vw;
    height: 8.5333333333vw;
  }
}
.top__interview-textarea {
  display: flex;
  flex-direction: column;
  gap: 2.7777777778vw;
  position: relative;
}
@media (max-width: 1020px) {
  .top__interview-textarea {
    gap: 4.2666666667vw;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    text-align: start;
    margin-top: auto;
    color: var(--clr-main-black);
  }
}
.top__interview-textarea.-only-pc {
  display: flex;
}
@media (max-width: 1020px) {
  .top__interview-textarea.-only-pc {
    display: none;
  }
}
.top__interview-textarea.-only-sp {
  display: none;
}
@media (max-width: 1020px) {
  .top__interview-textarea.-only-sp {
    display: flex;
  }
}
.top__interview-textarea-title {
  font-size: 2.2222222222vw;
  font-weight: 700;
  letter-spacing: 0.0888888889vw;
}
@media (max-width: 1020px) {
  .top__interview-textarea-title {
    font-size: 5.8666666667vw;
    line-height: normal;
    letter-spacing: 0.2346666667vw;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    line-clamp: 4;
  }
}
.top__interview-info {
  display: flex;
  flex-direction: column;
  gap: 0.8333333333vw;
}
@media (max-width: 1020px) {
  .top__interview-info {
    gap: 2.1333333333vw;
  }
}
.top__interview-info-date {
  font-size: 1.1111111111vw;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.0444444444vw;
}
@media (max-width: 1020px) {
  .top__interview-info-date {
    font-size: 4.2666666667vw;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: 0.1706666667vw;
  }
}
.top__interview-info-wrap {
  display: flex;
  align-items: center;
  gap: 1.1111111111vw;
  flex-wrap: wrap;
}
@media (max-width: 1020px) {
  .top__interview-info-wrap {
    gap: 1.3333333333vw;
    align-items: start;
  }
}
.top__interview-info-job {
  color: var(--clr-text-white);
  font-size: 1.1111111111vw;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.0444444444vw;
  background-color: var(--clr-text-red);
  padding: 0.8333333333vw;
  border-radius: 0.8333333333vw;
}
@media (max-width: 1020px) {
  .top__interview-info-job {
    font-size: 4.2666666667vw;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: 0.1706666667vw;
    padding: 1.6vw 2.6666666667vw;
    border-radius: 3.2vw;
  }
}
.top__interview-info-name {
  font-size: 1.3888888889vw;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.0555555556vw;
}
@media (max-width: 1020px) {
  .top__interview-info-name {
    font-size: 5.3333333333vw;
    line-height: 180%;
    letter-spacing: 0.2133333333vw;
  }
}
.top__interview-btn {
  color: var(--clr-text-red);
  font-family: "Rubik", sans-serif;
  font-size: 1.1111111111vw;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.0444444444vw;
  display: flex;
  gap: 2.2222222222vw;
  align-items: center;
  margin: 0 0 0 auto;
}
@media (max-width: 1020px) {
  .top__interview-btn {
    font-size: 4.2666666667vw;
    letter-spacing: 0.1706666667vw;
    display: none;
  }
}
.top__interview-btn svg {
  transition: fill 0.3s;
  width: 5.5555555556vw;
  height: 5.5555555556vw;
}
@media (max-width: 1020px) {
  .top__interview-btn svg {
    width: 21.3333333333vw;
    height: 21.3333333333vw;
  }
}
.top__interview-btn svg circle {
  transition: fill 0.3s;
  fill: transparent;
  stroke: var(--clr-text-red);
}
.top__interview-btn svg path {
  transition: fill 0.3s;
  fill: var(--clr-text-red);
}
.top__interview-btn:hover svg circle {
  fill: var(--clr-text-red);
}
.top__interview-btn:hover svg path {
  fill: var(--clr-text-white);
}
.top__interview-btn-prev {
  position: absolute;
  left: 15.5555555556vw;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.7777777778vw !important;
  height: 2.7777777778vw !important;
  transition: opacity 0.3s, visibility 0.3s;
  opacity: 1;
  visibility: visible;
}
.top__interview-btn-prev.swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 1020px) {
  .top__interview-btn-prev {
    left: -2.6666666667vw;
    width: 10.6666666667vw !important;
    height: 10.6666666667vw !important;
  }
}
.top__interview-btn-prev svg {
  width: 100%;
  height: 100%;
}
.top__interview-btn-prev svg circle {
  transition: stroke 0.3s, fill 0.3s;
  fill: var(--clr-text-red);
  stroke: var(--clr-text-red);
}
.top__interview-btn-prev svg path {
  transition: fill 0.3s;
  fill: var(--clr-text-white);
}
.top__interview-btn-prev:hover svg circle {
  fill: var(--clr-text-white);
}
@media (max-width: 1020px) {
  .top__interview-btn-prev:hover svg circle {
    fill: var(--clr-text-red);
  }
}
.top__interview-btn-prev:hover svg path {
  fill: var(--clr-text-red);
}
@media (max-width: 1020px) {
  .top__interview-btn-prev:hover svg path {
    fill: var(--clr-text-white);
  }
}
.top__interview-btn-next {
  position: absolute;
  right: 15.5555555556vw;
  top: 50%;
  z-index: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.7777777778vw !important;
  height: 2.7777777778vw !important;
  transition: opacity 0.3s, visibility 0.3s;
  opacity: 1;
  visibility: visible;
}
.top__interview-btn-next.swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 1020px) {
  .top__interview-btn-next {
    right: -2.6666666667vw;
    width: 10.6666666667vw !important;
    height: 10.6666666667vw !important;
  }
}
.top__interview-btn-next svg {
  width: 100%;
  height: 100%;
}
.top__interview-btn-next svg circle {
  transition: stroke 0.3s, fill 0.3s;
  fill: var(--clr-text-red);
  stroke: var(--clr-text-red);
}
.top__interview-btn-next svg path {
  transition: fill 0.3s;
  fill: var(--clr-text-white);
}
.top__interview-btn-next:hover svg circle {
  fill: var(--clr-text-white);
}
@media (max-width: 1020px) {
  .top__interview-btn-next:hover svg circle {
    fill: var(--clr-text-red);
  }
}
.top__interview-btn-next:hover svg path {
  fill: var(--clr-text-red);
}
@media (max-width: 1020px) {
  .top__interview-btn-next:hover svg path {
    fill: var(--clr-text-white);
  }
}
.top__service {
  width: 100%;
  position: relative;
  color: var(--clr-text-white);
  margin-bottom: 0;
}
@media (max-width: 1020px) {
  .top__service {
    margin-bottom: 16vw;
  }
}
.top__service-inner {
  padding: 9.7222222222vw 9.7222222222vw 16.6666666667vw;
  display: flex;
  flex-direction: column;
  gap: 2.7777777778vw;
  position: relative;
  margin-bottom: 22.9166666667vw;
}
@media (max-width: 1020px) {
  .top__service-inner {
    padding: 23.4666666667vw 4.8vw 58.1333333333vw;
    gap: 10.6666666667vw;
    margin-bottom: 61.8666666667vw;
  }
}
.top__service-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  background-position: center;
  background-size: cover;
  background-image: -webkit-image-set(url("/wp-content/themes/dpops_advancer/assets/img/top/career-recruitment-entry-bg.webp") 1x, url("/wp-content/themes/dpops_advancer/assets/img/top/career-recruitment-entry-bg@2x.webp") 2x);
  background-image: image-set(url("/wp-content/themes/dpops_advancer/assets/img/top/career-recruitment-entry-bg.webp") 1x, url("/wp-content/themes/dpops_advancer/assets/img/top/career-recruitment-entry-bg@2x.webp") 2x);
}
@media (max-width: 1020px) {
  .top__service-inner::before {
    background-image: -webkit-image-set(url("/wp-content/themes/dpops_advancer/assets/img/top/career-recruitment-entry-bg-sp.webp") 1x, url("/wp-content/themes/dpops_advancer/assets/img/top/career-recruitment-entry-bg-sp@2x.webp") 2x);
    background-image: image-set(url("/wp-content/themes/dpops_advancer/assets/img/top/career-recruitment-entry-bg-sp.webp") 1x, url("/wp-content/themes/dpops_advancer/assets/img/top/career-recruitment-entry-bg-sp@2x.webp") 2x);
  }
}
.top__service-inner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--clr-main-black);
  z-index: -1;
}
.top__service-head {
  display: flex;
  flex-direction: column;
}
.top__service-title {
  font-family: "Rubik", sans-serif;
  font-size: 8.3333333333vw;
  font-weight: 700;
  line-height: 100%;
  color: var(--clr-text-white);
}
@media (max-width: 1020px) {
  .top__service-title {
    font-size: 16vw;
  }
}
.top__service-tag {
  color: var(--clr-text-white);
  font-size: 1.3888888889vw;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0.0555555556vw;
}
@media (max-width: 1020px) {
  .top__service-tag {
    display: none;
  }
}
.top__service-textarea {
  display: flex;
  flex-direction: column;
  gap: 0.5555555556vw;
}
@media (max-width: 1020px) {
  .top__service-textarea {
    gap: 6.4vw;
  }
}
.top__service-textarea-title {
  color: var(--clr-text-white);
  font-size: 2.2222222222vw;
  font-weight: 700;
  letter-spacing: 0.0888888889vw;
}
@media (max-width: 1020px) {
  .top__service-textarea-title {
    font-size: 6.4vw;
    letter-spacing: 0.256vw;
  }
}
.top__service-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.top__service-textarea-text {
  color: var(--clr-text-white);
  font-size: 1.3888888889vw;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.0555555556vw;
}
@media (max-width: 1020px) {
  .top__service-textarea-text {
    font-size: 4.2666666667vw;
    letter-spacing: 0.2133333333vw;
  }
}
.top__service-btn {
  color: var(--clr-text-white);
  font-family: "Rubik", sans-serif;
  font-size: 1.1111111111vw;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.0444444444vw;
  display: flex;
  gap: 2.2222222222vw;
  align-items: center;
}
@media (max-width: 1020px) {
  .top__service-btn {
    justify-content: center;
    color: var(--clr-text-red);
    font-size: 4.2666666667vw;
    letter-spacing: 0.1706666667vw;
    gap: 8.5333333333vw;
  }
}
.top__service-btn svg {
  width: 5.5555555556vw;
  height: 5.5555555556vw;
}
@media (max-width: 1020px) {
  .top__service-btn svg {
    width: 21.3333333333vw;
    height: 21.3333333333vw;
  }
}
.top__service-btn svg circle {
  transition: fill 0.3s;
  fill: transparent;
  stroke: var(--clr-text-white);
}
@media (max-width: 1020px) {
  .top__service-btn svg circle {
    stroke: var(--clr-text-red);
  }
}
.top__service-btn svg path {
  transition: fill 0.3s;
  fill: var(--clr-text-white);
}
@media (max-width: 1020px) {
  .top__service-btn svg path {
    fill: var(--clr-text-red);
  }
}
.top__service-btn:hover svg circle {
  fill: var(--clr-text-white);
}
.top__service-btn:hover svg path {
  fill: var(--clr-main-black);
}
@media (max-width: 1020px) {
  .top__service-btn:hover svg path {
    fill: var(--clr-text-red);
  }
}
.top__service-btn.-pc {
  display: flex;
}
@media (max-width: 1020px) {
  .top__service-btn.-pc {
    display: none;
  }
}
.top__service-btn.-sp {
  display: none;
}
@media (max-width: 1020px) {
  .top__service-btn.-sp {
    display: flex;
  }
}
.top__service-swiper {
  position: absolute;
  bottom: -22.9166666667vw;
  left: 0;
  width: 100vw;
}
@media (max-width: 1020px) {
  .top__service-swiper {
    bottom: -45.8666666667vw;
    width: 100vw;
  }
}
.top__service-swiper-wrapper {
  transition-timing-function: linear !important;
}
.top__service-swiper-slide {
  position: relative;
  background: var(--clr-text-white);
  border-radius: 2.2222222222vw;
}
@media (max-width: 1020px) {
  .top__service-swiper-slide {
    border-radius: 8.5333333333vw;
  }
}
.top__service-swiper-img {
  display: block;
  border-radius: 2.2222222222vw;
}
@media (max-width: 1020px) {
  .top__service-swiper-img {
    border-radius: 4.2666666667vw;
  }
}
.top__service-swiper-block {
  transition: opacity 0.3s;
}
.top__service-swiper-block:hover {
  opacity: 0.7;
}
@media (max-width: 1020px) {
  .top__service-swiper-block:hover {
    opacity: 1;
  }
}
.top__service-swiper-title {
  position: absolute;
  bottom: 2.5vw;
  left: 2.7777777778vw;
  color: var(--clr-text-white);
  font-size: 1.6666666667vw;
  font-weight: 700;
  letter-spacing: 0.0666666667vw;
}
@media (max-width: 1020px) {
  .top__service-swiper-title {
    bottom: 5.3333333333vw;
    left: 5.3333333333vw;
    font-size: 4.2666666667vw;
    letter-spacing: 0.1706666667vw;
  }
}
.top__service-btn-prev {
  position: absolute;
  left: 15.5555555556vw;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.7777777778vw !important;
  height: 2.7777777778vw !important;
}
@media (max-width: 1020px) {
  .top__service-btn-prev {
    left: 2.6666666667vw;
    width: 10.6666666667vw !important;
    height: 10.6666666667vw !important;
  }
}
.top__service-btn-prev svg {
  width: 100%;
  height: 100%;
}
.top__service-btn-prev svg circle {
  transition: stroke 0.3s, fill 0.3s;
  fill: var(--clr-text-red);
  stroke: var(--clr-text-red);
}
.top__service-btn-prev svg path {
  transition: fill 0.3s;
  fill: var(--clr-text-white);
}
.top__service-btn-prev:hover svg circle {
  fill: var(--clr-text-white);
}
@media (max-width: 1020px) {
  .top__service-btn-prev:hover svg circle {
    fill: var(--clr-text-red);
  }
}
.top__service-btn-prev:hover svg path {
  fill: var(--clr-text-red);
}
@media (max-width: 1020px) {
  .top__service-btn-prev:hover svg path {
    fill: var(--clr-text-white);
  }
}
.top__service-btn-next {
  position: absolute;
  right: 15.5555555556vw;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.7777777778vw !important;
  height: 2.7777777778vw !important;
}
@media (max-width: 1020px) {
  .top__service-btn-next {
    right: 2.6666666667vw;
    width: 10.6666666667vw !important;
    height: 10.6666666667vw !important;
  }
}
.top__service-btn-next svg {
  width: 100%;
  height: 100%;
}
.top__service-btn-next svg circle {
  transition: stroke 0.3s, fill 0.3s;
  fill: var(--clr-text-red);
  stroke: var(--clr-text-red);
}
.top__service-btn-next svg path {
  transition: fill 0.3s;
  fill: var(--clr-text-white);
}
.top__service-btn-next:hover svg circle {
  fill: var(--clr-text-white);
}
@media (max-width: 1020px) {
  .top__service-btn-next:hover svg circle {
    fill: var(--clr-text-red);
  }
}
.top__service-btn-next:hover svg path {
  fill: var(--clr-text-red);
}
@media (max-width: 1020px) {
  .top__service-btn-next:hover svg path {
    fill: var(--clr-text-white);
  }
}
.top__voice {
  padding-top: 9.7222222222vw;
}
@media (max-width: 1020px) {
  .top__voice {
    padding-top: 21.3333333333vw;
  }
}
.top__voice-inner {
  padding: 0 9.7222222222vw;
  display: flex;
  flex-direction: column;
  gap: 4.1666666667vw;
  position: relative;
}
@media (max-width: 1020px) {
  .top__voice-inner {
    padding: 0 4.2666666667vw;
    gap: 10.6666666667vw;
  }
}
.top__voice-parts-01 {
  position: absolute;
  top: 25.6944444444vw;
  right: -3.8194444444vw;
  background-color: var(--clr-bg-blue);
  width: 8.3333333333vw;
  height: 8.3333333333vw;
  border-radius: 2.2222222222vw;
}
@media (max-width: 1020px) {
  .top__voice-parts-01 {
    display: none;
  }
}
.top__voice-parts-02 {
  position: absolute;
  bottom: -4.1666666667vw;
  left: -3.8194444444vw;
  background-color: var(--clr-text-yellow);
  width: 8.3333333333vw;
  height: 8.3333333333vw;
  border-radius: 2.2222222222vw;
}
@media (max-width: 1020px) {
  .top__voice-parts-02 {
    display: none;
  }
}
.top__voice-head {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1020px) {
  .top__voice-head {
    align-items: center;
  }
}
.top__voice-title {
  font-family: "Rubik", sans-serif;
  font-size: 8.3333333333vw;
  font-weight: 700;
  line-height: 100%;
  color: var(--clr-text-red);
}
@media (max-width: 1020px) {
  .top__voice-title {
    font-size: 16vw;
  }
}
.top__voice-tag {
  color: var(--clr-text-red);
  font-size: 1.3888888889vw;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0.0555555556vw;
}
@media (max-width: 1020px) {
  .top__voice-tag {
    display: none;
  }
}
.top__voice-content {
  display: flex;
  flex-direction: column;
  gap: 5.5555555556vw;
}
@media (max-width: 1020px) {
  .top__voice-content {
    gap: 16vw;
  }
}
.top__voice-textarea {
  display: flex;
  flex-direction: column;
  gap: 1.3888888889vw;
}
@media (max-width: 1020px) {
  .top__voice-textarea {
    gap: 6.4vw;
  }
}
.top__voice-textarea-title {
  font-size: 2.2222222222vw;
  font-weight: 700;
  letter-spacing: 0.0888888889vw;
}
@media (max-width: 1020px) {
  .top__voice-textarea-title {
    font-size: 6.4vw;
    letter-spacing: 0.256vw;
  }
}
.top__voice-textarea-text {
  color: var(--clr-text-gray);
  font-size: 1.3888888889vw;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0.0555555556vw;
}
@media (max-width: 1020px) {
  .top__voice-textarea-text {
    font-size: 4.2666666667vw;
    line-height: 160%;
    letter-spacing: 0.2133333333vw;
  }
}
.top__voice-list {
  display: flex;
}
@media (max-width: 1020px) {
  .top__voice-list {
    flex-direction: column;
  }
}
.top__voice-list-img {
  width: 19.4444444444vw;
  height: 25.2777777778vw;
  border-radius: 2.2222222222vw;
}
@media (max-width: 1020px) {
  .top__voice-list-img {
    width: 38.6666666667vw;
    height: 50.1333333333vw;
  }
}
.top__voice-list-img.-sp {
  display: none;
}
@media (max-width: 1020px) {
  .top__voice-list-img.-sp {
    display: block;
  }
}
.top__voice-list-img.-pc {
  display: block;
}
@media (max-width: 1020px) {
  .top__voice-list-img.-pc {
    display: none;
  }
}
.top__voice-item {
  display: flex;
  flex-direction: column;
  gap: 2.7777777778vw;
}
@media (max-width: 1020px) {
  .top__voice-item {
    gap: 8.5333333333vw;
  }
}
.top__voice-item-head {
  display: flex;
  gap: 1.1111111111vw;
  align-items: center;
}
@media (max-width: 1020px) {
  .top__voice-item-head {
    flex-direction: column;
    gap: 2.1333333333vw;
    align-items: flex-start;
  }
}
.top__voice-item-logo.-hitoai {
  width: 16.5972222222vw;
  height: 4.0972222222vw;
  margin: 1.6666666667vw 0.6944444444vw;
}
@media (max-width: 1020px) {
  .top__voice-item-logo.-hitoai {
    width: 41.0666666667vw;
    height: 10.1333333333vw;
    margin: 2.6666666667vw auto 4.5333333333vw;
  }
}
.top__voice-item-logo.-cogup {
  width: 11.5972222222vw;
  height: 3.4027777778vw;
  margin: 2.0833333333vw 3.1944444444vw;
}
@media (max-width: 1020px) {
  .top__voice-item-logo.-cogup {
    width: 26.4vw;
    height: 7.7333333333vw;
    margin: 4.8vw auto 4.5333333333vw;
  }
}
.top__voice-item-textarea {
  display: flex;
  flex-direction: column;
  gap: 0.5555555556vw;
}
@media (max-width: 1020px) {
  .top__voice-item-textarea {
    gap: 2.1333333333vw;
  }
}
.top__voice-item-link {
  color: var(--clr-text-red);
  font-size: 1.3888888889vw;
  font-weight: 700;
  line-height: 160%;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.3472222222vw;
  position: relative;
  width: fit-content;
}
@media (max-width: 1020px) {
  .top__voice-item-link {
    font-size: 4.2666666667vw;
    gap: 1.3333333333vw;
    letter-spacing: 0.1706666667vw;
  }
}
.top__voice-item-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 84%;
  height: 1px;
  background-color: var(--clr-text-red);
  transition: transform 0.3s ease;
  transform-origin: left;
  transform: scaleX(1);
}
@media (max-width: 1020px) {
  .top__voice-item-link::after {
    width: 82%;
  }
}
@media (min-width: 1021px) {
  .top__voice-item-link:hover::after {
    transform: scaleX(0);
  }
}
.top__voice-item-link svg {
  width: 1.6666666667vw;
  height: 1.7361111111vw;
}
@media (max-width: 1020px) {
  .top__voice-item-link svg {
    width: 6.4vw;
    height: 6.4vw;
  }
}
.top__voice-item-link svg path {
  fill: var(--clr-text-red);
}
.top__voice-item-text {
  color: var(--clr-text-gray);
  font-size: 1.1111111111vw;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.0444444444vw;
}
@media (max-width: 1020px) {
  .top__voice-item-text {
    font-size: 3.7333333333vw;
    letter-spacing: 0.1493333333vw;
  }
}
.top__voice-item-info {
  display: flex;
  flex-direction: column;
  gap: 2.2222222222vw;
  padding-left: 3.0555555556vw;
}
@media (max-width: 1020px) {
  .top__voice-item-info {
    flex-direction: row;
    align-items: center;
    gap: 6.4vw;
    padding-left: 0;
  }
}
.top__voice-item-info-head {
  display: flex;
  flex-direction: column;
  gap: 0.5555555556vw;
}
@media (max-width: 1020px) {
  .top__voice-item-info-head {
    gap: 1.3333333333vw;
  }
}
.top__voice-item-job {
  font-size: 1.1111111111vw;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.0444444444vw;
}
@media (max-width: 1020px) {
  .top__voice-item-job {
    font-size: 3.7333333333vw;
    font-weight: 700;
    letter-spacing: 0.1493333333vw;
  }
}
.top__voice-item-name {
  font-size: 2.2222222222vw;
  font-weight: 700;
  letter-spacing: 0.0888888889vw;
}
@media (max-width: 1020px) {
  .top__voice-item-name {
    font-size: 6.4vw;
    letter-spacing: 0.256vw;
  }
}
.top__voice-item-name span {
  font-size: 1.3888888889vw;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0.0555555556vw;
}
@media (max-width: 1020px) {
  .top__voice-item-name span {
    font-size: 3.7333333333vw;
    letter-spacing: 0.1493333333vw;
  }
}
.top__voice-btn {
  font-family: "Rubik", sans-serif;
  color: var(--clr-text-white);
  font-size: 1.3888888889vw;
  font-weight: 600;
  line-height: 100%;
  background-color: var(--clr-text-red);
  padding: 1.6666666667vw 2.2222222222vw;
  border-radius: 2.9166666667vw;
  border: 1px solid var(--clr-text-red);
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 19.8611111111vw;
  transition: 0.3s;
}
@media (max-width: 1020px) {
  .top__voice-btn {
    font-size: 4.8vw;
    padding: 3.2vw 8.5333333333vw;
    border-radius: 11.2vw;
    width: 100%;
    white-space: nowrap;
  }
}
.top__voice-btn svg {
  width: 2.2222222222vw;
  height: 2.2222222222vw;
}
@media (max-width: 1020px) {
  .top__voice-btn svg {
    width: 8.5333333333vw;
    height: 8.5333333333vw;
  }
}
.top__voice-btn svg circle {
  stroke: var(--clr-text-white);
  fill: var(--clr-text-red);
}
.top__voice-btn svg path {
  stroke: var(--clr-text-white);
  fill: var(--clr-text-white);
}
.top__voice-btn:hover {
  color: var(--clr-text-red);
  background-color: var(--clr-text-white);
  border: 1px solid var(--clr-text-red);
}
@media (max-width: 1020px) {
  .top__voice-btn:hover {
    color: var(--clr-text-white);
    background-color: var(--clr-text-red);
    border: 1px solid var(--clr-text-red);
  }
}
.top__voice-btn.-sp {
  display: none;
}
@media (max-width: 1020px) {
  .top__voice-btn.-sp {
    display: flex;
  }
}
.top__voice-btn.-pc {
  display: flex;
}
@media (max-width: 1020px) {
  .top__voice-btn.-pc {
    display: none;
  }
}
.top__recruit {
  padding: 9.7222222222vw 0;
}
@media (max-width: 1020px) {
  .top__recruit {
    padding: 21.3333333333vw 0;
  }
}
.top__recruit-inner {
  background-color: var(--clr-text-red);
  height: 55.5555555556vw;
  position: relative;
  padding-left: 2.1527777778vw;
}
@media (max-width: 1020px) {
  .top__recruit-inner {
    height: 100%;
    padding: 21.3333333333vw 0;
    padding-left: 0;
    display: flex;
    gap: 16vw;
    flex-direction: column;
  }
}
@media (min-width: 1021px) {
  .top__recruit-content {
    width: 36.6666666667vw;
    position: absolute;
    top: 11.875vw;
    right: 9.7222222222vw;
    z-index: 2;
  }
}
@media (max-width: 1020px) {
  .top__recruit-content {
    width: 100%;
    order: 2;
  }
}
.top__recruit-title {
  font-family: "Rubik", sans-serif;
  color: var(--clr-text-white);
  font-size: 8.3333333333vw;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 3.75vw;
}
@media (max-width: 1020px) {
  .top__recruit-title {
    font-size: 16vw;
    margin-bottom: 10.6666666667vw;
    padding-left: 4.2666666667vw;
  }
}
.top__recruit-text {
  color: var(--clr-text-white);
  font-size: 2.2222222222vw;
  font-weight: 700;
  letter-spacing: 0.0888888889vw;
  text-align: right;
  margin-bottom: 4.1666666667vw;
}
@media (max-width: 1020px) {
  .top__recruit-text {
    text-align: left;
    font-size: 6.4vw;
    letter-spacing: 0.256vw;
    margin-bottom: 0;
    padding-left: 4.2666666667vw;
  }
}
.top__recruit-btn {
  color: var(--clr-text-white);
  font-family: "Rubik", sans-serif;
  font-size: 1.1111111111vw;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.0444444444vw;
  display: flex;
  gap: 2.2222222222vw;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 1020px) {
  .top__recruit-btn {
    font-size: 4.2666666667vw;
    letter-spacing: 0.1706666667vw;
    gap: 8.5333333333vw;
    justify-content: center;
  }
}
.top__recruit-btn.-pc {
  display: flex;
}
@media (max-width: 1020px) {
  .top__recruit-btn.-pc {
    display: none;
  }
}
.top__recruit-btn.-sp {
  display: none;
}
@media (max-width: 1020px) {
  .top__recruit-btn.-sp {
    display: flex;
    order: 4;
  }
}
.top__recruit-btn svg {
  width: 5.5555555556vw;
  height: 5.5555555556vw;
}
@media (max-width: 1020px) {
  .top__recruit-btn svg {
    width: 21.3333333333vw;
    height: 21.3333333333vw;
  }
}
.top__recruit-btn svg circle {
  transition: fill 0.3s;
  fill: transparent;
  stroke: var(--clr-text-white);
}
.top__recruit-btn svg path {
  transition: fill 0.3s;
  fill: var(--clr-text-white);
}
.top__recruit-btn:hover svg circle {
  fill: var(--clr-text-white);
}
@media (max-width: 1020px) {
  .top__recruit-btn:hover svg circle {
    fill: var(--clr-text-red);
  }
}
.top__recruit-btn:hover svg path {
  fill: var(--clr-text-red);
}
@media (max-width: 1020px) {
  .top__recruit-btn:hover svg path {
    fill: var(--clr-text-white);
  }
}
.top__recruit-first {
  display: flex;
  flex-direction: column;
  gap: 2.2222222222vw;
  position: absolute;
  top: 0;
  left: 2.0833333333vw;
}
.top__recruit-first.-pc {
  display: flex;
}
@media (max-width: 1020px) {
  .top__recruit-first.-pc {
    display: none;
  }
}
.top__recruit-slider-01, .top__recruit-slider-02 {
  position: absolute;
  height: 55.5555555556vw;
}
@media (max-width: 1020px) {
  .top__recruit-slider-01, .top__recruit-slider-02 {
    position: unset;
    height: auto;
  }
}
.top__recruit-slider-01 .swiper-wrapper, .top__recruit-slider-02 .swiper-wrapper {
  transition-timing-function: linear !important;
}
.top__recruit-slider-01 .swiper-slide, .top__recruit-slider-02 .swiper-slide {
  height: auto !important;
}
@media (max-width: 1020px) {
  .top__recruit-slider-01 .swiper-slide, .top__recruit-slider-02 .swiper-slide {
    height: 100% !important;
  }
}
@media (max-width: 1020px) {
  .top__recruit-slider-01 {
    order: 1;
  }
}
.top__recruit-slider-02 {
  left: 31.25vw;
}
@media (max-width: 1020px) {
  .top__recruit-slider-02 {
    left: unset;
    order: 3;
  }
}
.top__recruit-slide-img {
  max-width: 26.3888888889vw;
  display: block;
}
@media (max-width: 1020px) {
  .top__recruit-slide-img {
    max-width: 100%;
  }
}
.top__recruit-slide-img.-pc {
  display: block;
}
@media (max-width: 1020px) {
  .top__recruit-slide-img.-pc {
    display: none;
  }
}
.top__recruit-slide-img.-sp {
  display: none;
}
@media (max-width: 1020px) {
  .top__recruit-slide-img.-sp {
    display: block;
  }
}
.top__media-inner {
  padding: 0 9.7222222222vw;
  display: flex;
  flex-direction: column;
  gap: 4.1666666667vw;
  position: relative;
}
@media (max-width: 1020px) {
  .top__media-inner {
    padding: 0 4.2666666667vw;
    gap: 10.6666666667vw;
  }
}
.top__media-head {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1020px) {
  .top__media-head {
    align-items: center;
  }
}
.top__media-title {
  font-family: "Rubik", sans-serif;
  font-size: 8.3333333333vw;
  font-weight: 700;
  line-height: 100%;
  color: var(--clr-text-red);
}
@media (max-width: 1020px) {
  .top__media-title {
    font-size: 16vw;
  }
}
.top__media-tag {
  color: var(--clr-text-red);
  font-size: 1.3888888889vw;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0.0555555556vw;
}
@media (max-width: 1020px) {
  .top__media-tag {
    display: none;
  }
}
.top__media-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 1020px) {
  .top__media-bottom {
    justify-content: center;
  }
}
.top__media-textarea-text {
  color: var(--clr-text-gray);
  font-size: 1.3888888889vw;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.0555555556vw;
}
@media (max-width: 1020px) {
  .top__media-textarea-text {
    font-size: 4.2666666667vw;
    letter-spacing: 0;
    text-align: center;
  }
}
.top__media-btn {
  color: var(--clr-text-red);
  font-family: "Rubik", sans-serif;
  font-size: 1.1111111111vw;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.0444444444vw;
  display: flex;
  gap: 2.2222222222vw;
  align-items: center;
}
@media (max-width: 1020px) {
  .top__media-btn {
    font-size: 4.2666666667vw;
    letter-spacing: 0.1706666667vw;
    gap: 8.5333333333vw;
  }
}
.top__media-btn svg {
  width: 5.5555555556vw;
  height: 5.5555555556vw;
}
@media (max-width: 1020px) {
  .top__media-btn svg {
    width: 21.3333333333vw;
    height: 21.3333333333vw;
  }
}
.top__media-btn svg circle {
  transition: fill 0.3s;
  fill: transparent;
  stroke: var(--clr-text-red);
}
.top__media-btn svg path {
  transition: fill 0.3s;
  fill: var(--clr-text-red);
}
.top__media-btn:hover svg circle {
  fill: var(--clr-text-red);
}
@media (max-width: 1020px) {
  .top__media-btn:hover svg circle {
    fill: var(--clr-text-white);
  }
}
.top__media-btn:hover svg path {
  fill: var(--clr-text-white);
}
@media (max-width: 1020px) {
  .top__media-btn:hover svg path {
    fill: var(--clr-text-red);
  }
}
.top__media-btn.-pc {
  display: flex;
}
@media (max-width: 1020px) {
  .top__media-btn.-pc {
    display: none;
  }
}
.top__media-btn.-sp {
  display: none;
}
@media (max-width: 1020px) {
  .top__media-btn.-sp {
    display: flex;
    margin-top: 16vw;
    justify-content: center;
  }
}
.top__media-btn.-voice {
  margin-left: auto;
}
@media (max-width: 1020px) {
  .top__media-btn.-voice {
    margin: 0 auto;
  }
}
.top__media-content {
  margin-top: 5.5555555556vw;
  padding: 0 2.0833333333vw;
  display: flex;
  gap: 2.0833333333vw;
  align-items: center;
}
@media (max-width: 1020px) {
  .top__media-content {
    flex-direction: column;
    margin-top: 12.2666666667vw;
    padding: 0 4.2666666667vw;
    gap: 5.3333333333vw;
  }
}
.top__media-content:has(.top__media-noresult) {
  padding: 0 9.7222222222vw;
}
@media (max-width: 1020px) {
  .top__media-content:has(.top__media-noresult) {
    padding: 0 4.2666666667vw;
  }
}
.top__media-item {
  position: relative;
  width: 100%;
  max-width: 30.5555555556vw;
  aspect-ratio: 1/1;
  border-radius: 2.2222222222vw;
  border: 1px solid var(--clr-light-gray);
  transition: opacity 0.3s;
}
@media (max-width: 1020px) {
  .top__media-item {
    max-width: 91.4666666667vw;
    border-radius: 8.5333333333vw;
  }
}
.top__media-item:hover {
  opacity: 0.7;
}
@media (max-width: 1020px) {
  .top__media-item:hover {
    opacity: 1;
  }
}
.top__media-item-inner {
  position: relative;
  height: 100%;
}
.top__media-item-inner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50.48%, rgba(0, 0, 0, 0.6) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0) 50.48%, rgba(0, 0, 0, 0.6) 100%);
  border-radius: 2.2222222222vw;
}
@media (max-width: 1020px) {
  .top__media-item-inner::before {
    border-radius: 8.5333333333vw;
  }
}
.top__media-item-img {
  display: block;
  height: 100%;
  object-fit: cover;
  border-radius: 2.2222222222vw;
}
@media (max-width: 1020px) {
  .top__media-item-img {
    border-radius: 8.5333333333vw;
  }
}
.top__media-item-textarea {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5555555556vw;
  width: 100%;
  padding: 0 2.7777777778vw 2.5vw;
}
@media (max-width: 1020px) {
  .top__media-item-textarea {
    gap: 1.0666666667vw;
    padding: 0 6.4vw 5.3333333333vw;
  }
}
.top__media-item-head {
  display: flex;
  align-items: center;
  gap: 1.1111111111vw;
}
@media (max-width: 1020px) {
  .top__media-item-head {
    gap: 3.2vw;
  }
}
.top__media-item-tag {
  font-family: "Rubik", sans-serif;
  color: var(--clr-text-white);
  font-size: 1.3888888889vw;
  font-weight: 800;
  letter-spacing: 0.0555555556vw;
  padding: 0.8333333333vw 1.3888888889vw;
  border: 0.1388888889vw solid var(--clr-text-white);
  border-radius: 2.7777777778vw;
}
@media (max-width: 1020px) {
  .top__media-item-tag {
    font-size: 4.2666666667vw;
    letter-spacing: 0.1706666667vw;
    padding: 2.1333333333vw 3.2vw;
    border: 0.5333333333vw solid var(--clr-text-white);
    border-radius: 10.6666666667vw;
  }
}
.top__media-item-date {
  font-family: "Rubik", sans-serif;
  color: var(--clr-text-white);
  font-size: 1.3888888889vw;
  font-weight: 600;
}
@media (max-width: 1020px) {
  .top__media-item-date {
    font-size: 4.2666666667vw;
    letter-spacing: 0.1706666667vw;
  }
}
.top__media-item-title {
  color: var(--clr-text-white);
  font-size: 1.3888888889vw;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.0555555556vw;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 1020px) {
  .top__media-item-title {
    font-size: 4.2666666667vw;
    letter-spacing: 0.1706666667vw;
  }
}
.top__media-noresult {
  color: var(--clr-main-black);
  font-size: 1.3888888889vw;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0.0555555556vw;
}
@media (max-width: 1020px) {
  .top__media-noresult {
    font-size: 5.3333333333vw;
    letter-spacing: 0.2133333333vw;
  }
}
.top__media-tiktok {
  margin-top: 3.6111111111vw;
}
@media (max-width: 1020px) {
  .top__media-tiktok {
    margin-top: 21.3333333333vw;
  }
}
.top__media-tiktok-head {
  max-width: 80.5555555556vw;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1020px) {
  .top__media-tiktok-head {
    max-width: 100%;
    padding: 0 4.2666666667vw 0 5.3333333333vw;
  }
}
.top__media-tiktok-title {
  display: flex;
  gap: 1.3888888889vw;
  align-items: center;
}
.top__media-tiktok-title p {
  color: var(--clr-main-black);
  text-align: center;
  font-family: "Rubik", sans-serif;
  font-size: 2.2222222222vw;
  font-weight: 700;
  line-height: 100%;
}
@media (max-width: 1020px) {
  .top__media-tiktok-title p {
    display: none;
  }
}
.top__media-tiktok-logo {
  max-width: 2.5vw;
}
@media (max-width: 1020px) {
  .top__media-tiktok-logo {
    max-width: 9.6vw;
  }
}
.top__media-tiktok-btn {
  font-family: "Rubik", sans-serif;
  color: var(--clr-text-white);
  font-size: 1.3888888889vw;
  font-weight: 700;
  line-height: 180%; /* 36px */
  letter-spacing: 0.0555555556vw;
  background-color: var(--clr-text-red);
  padding: 1.3888888889vw 2.2222222222vw;
  border-radius: 2.9166666667vw;
  border: 1px solid var(--clr-text-red);
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 22.2222222222vw;
  transition: color 0.3s, background-color 0.3s;
}
@media (max-width: 1020px) {
  .top__media-tiktok-btn {
    font-size: 4.2666666667vw;
    letter-spacing: 0.1706666667vw;
    padding: 4.2666666667vw;
    border-radius: 10.6666666667vw;
    max-width: 53.8666666667vw;
    white-space: nowrap;
    line-height: 100%; /* 16px */
  }
}
.top__media-tiktok-btn svg {
  width: 2.2222222222vw;
  height: 2.2222222222vw;
}
@media (max-width: 1020px) {
  .top__media-tiktok-btn svg {
    display: none;
  }
}
.top__media-tiktok-btn svg circle {
  stroke: var(--clr-text-white);
  fill: var(--clr-text-red);
}
@media (max-width: 1020px) {
  .top__media-tiktok-btn svg circle {
    stroke: var(--clr-text-red);
    fill: var(--clr-text-white);
  }
}
.top__media-tiktok-btn svg path {
  stroke: var(--clr-text-white);
  fill: var(--clr-text-white);
}
@media (max-width: 1020px) {
  .top__media-tiktok-btn svg path {
    stroke: var(--clr-text-red);
    fill: var(--clr-text-red);
  }
}
.top__media-tiktok-btn:hover {
  color: var(--clr-text-red);
  background-color: var(--clr-text-white);
}
@media (max-width: 1020px) {
  .top__media-tiktok-btn:hover {
    color: var(--clr-text-white);
    background-color: var(--clr-text-red);
  }
}
.top__tiktok-swiper {
  width: 100vw;
  margin-top: 2.0833333333vw;
}
@media (max-width: 1020px) {
  .top__tiktok-swiper {
    width: 100vw;
    margin-top: 10.6666666667vw;
  }
}
.top__tiktok-swiper-slide {
  width: 17.2222222222vw !important;
  height: 30.5555555556vw !important;
}
.top__tiktok-swiper-slide:hover .top__tiktok-swiper-play circle {
  fill: var(--clr-text-white);
  stroke: var(--clr-text-red);
}
.top__tiktok-swiper-slide:hover .top__tiktok-swiper-play path {
  fill: var(--clr-text-red);
}
.top__tiktok-swiper-img {
  border-radius: 2.2222222222vw;
}
@media (max-width: 1020px) {
  .top__tiktok-swiper-img {
    border-radius: 8.5333333333vw;
  }
}
.top__tiktok-swiper-iframe-wrapper {
  position: relative;
  overflow: hidden;
  width: 17.2222222222vw !important;
  height: 30.5555555556vw !important;
  border-radius: 2.2222222222vw;
}
.top__tiktok-swiper-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 1020px) {
  .top__tiktok-swiper-iframe {
    border-radius: 8.5333333333vw;
  }
}
.top__tiktok-swiper-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 4.1666666667vw;
  height: 4.1666666667vw;
}
@media (max-width: 1020px) {
  .top__tiktok-swiper-play {
    width: 16vw;
    height: 16vw;
  }
}
.top__tiktok-swiper-play circle {
  transition: stroke 0.3s, fill 0.3s;
  fill: var(--clr-text-red);
  stroke: var(--clr-text-red);
}
.top__tiktok-swiper-play path {
  transition: fill 0.3s;
  fill: var(--clr-text-white);
}

.tiktok-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
}

.tiktok-modal.show {
  display: flex;
}

.tiktok-modal-content {
  position: relative;
  z-index: 1001;
}

.tiktok-modal-content iframe {
  width: 17.2222222222vw;
  height: 30.5555555556vw;
}

.tiktok-modal-overlay {
  position: absolute;
  inset: 0;
  z-index: 1000;
}

.top__interview-head {
  display: flex;
  flex-direction: row;
  height: 100vh;
  justify-content: space-around;
  background-color: var(--clr-bg-pink);
}
.top__interview-content-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: left;
  width: 100%;
}
.top__interview-numbers-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (max-width: 1020px) {
  .top__interview-numbers-box {
    height: 116vw;
  }
}
.top__interview-heading {
  opacity: 0;
  position: absolute;
}
.top__interview-heading#heading1 {
  opacity: 1;
}
@media (max-width: 1020px) {
  .top__interview-heading {
    position: unset;
    opacity: 1;
  }
}
.top__interview-scroll-num {
  opacity: 0;
  position: absolute;
  text-align: center;
}
.top__interview-scroll-num#num1 {
  opacity: 1;
}
@media (max-width: 1020px) {
  .top__interview-scroll-num {
    width: 100%;
  }
}
.top__interview-bg {
  width: 100%;
  height: 13.75vw;
  background-color: var(--clr-bg-pink);
}
@media (max-width: 1020px) {
  .top__interview-bg {
    height: 24vw;
  }
}
.top__interview-bg.-min {
  height: 9.0277777778vw;
}
@media (max-width: 1020px) {
  .top__interview-bg.-min {
    height: 16vw;
  }
}
.top__interview-scroll-downs {
  position: absolute;
  bottom: 2.4305555556vw;
  left: 50%;
  transform: translateX(-50%);
  width: 2.3611111111vw;
  height: 3.8194444444vw;
}
@media (max-width: 1020px) {
  .top__interview-scroll-downs {
    bottom: 6.6666666667vw;
    left: unset;
    right: 4vw;
    width: 6.4vw;
    height: 10.6666666667vw;
    z-index: 5;
  }
}
.top__interview-mousey {
  width: 0.1736111111vw;
  padding: 0.5555555556vw 0.8333333333vw;
  height: 2.0833333333vw;
  border: 0.1736111111vw solid var(--clr-text-red);
  border-radius: 4.1666666667vw;
  opacity: 0.75;
  box-sizing: content-box;
}
@media (max-width: 1020px) {
  .top__interview-mousey {
    width: 0.6666666667vw;
    height: 8vw;
    border: 0.6666666667vw solid var(--clr-text-white);
    border-radius: 16vw;
    padding: 2.1333333333vw 3.2vw;
  }
}
.top__interview-scroller {
  width: 0.1736111111vw;
  height: 0.5555555556vw;
  border-radius: 25%;
  background-color: var(--clr-text-red);
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
  animation-iteration-count: infinite;
}
@media (max-width: 1020px) {
  .top__interview-scroller {
    width: 0.6666666667vw;
    height: 2.1333333333vw;
    animation-name: scroll-sp;
    background-color: var(--clr-text-white);
  }
}

@keyframes scroll {
  0% {
    opacity: 0;
  }
  10% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(0.8333333333vw);
    opacity: 0;
  }
}
@keyframes scroll-sp {
  0% {
    opacity: 0;
  }
  10% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(3.2vw);
    opacity: 0;
  }
}

/*# sourceMappingURL=top.css.map */
