.home-slide-suspend-part-pc-container[data-v-5fd6b131] {
  margin: 0 auto;
}
@media (max-width: 1440px) and (min-width: 1024px) {
.home-slide-suspend-part-pc-container[data-v-5fd6b131] {
    max-width: calc(100vw - 128px);
}
}
@media (min-width: 1441px) {
.home-slide-suspend-part-pc-container[data-v-5fd6b131] {
    max-width: 1312px;
}
}
.home-slide-suspend-part-pc-container[data-v-5fd6b131] {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #ffffff;
}
.home-slide-suspend-part-pc-container .slide-item[data-v-5fd6b131] {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  gap: 80px;
  position: relative;
}
.home-slide-suspend-part-pc-container .slide-item .slide-content[data-v-5fd6b131] {
  flex-basis: 33.38%;
  background-color: #ffffff;
}
.home-slide-suspend-part-pc-container .slide-item .slide-content .title[data-v-5fd6b131] {
  font-size: 42px;
  color: rgba(0, 0, 0, 0.95);
  line-height: 50px;
  margin-bottom: 20px;
}
.home-slide-suspend-part-pc-container .slide-item .slide-content .description[data-v-5fd6b131] {
  margin-bottom: 16px;
  color: rgba(0, 0, 0, 0.55);
  line-height: 24px;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  margin-bottom: 20px;
}
.home-slide-suspend-part-pc-container .slide-item .slide-content .learn-more-btn[data-v-5fd6b131] {
  display: flex;
  gap: 4px;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  position: relative;
  text-decoration: none;
}
.home-slide-suspend-part-pc-container .slide-item .slide-content .learn-more-btn .button-text[data-v-5fd6b131] {
  color: rgb(0, 0, 0);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.home-slide-suspend-part-pc-container .slide-item .slide-content .learn-more-btn .button-arrow[data-v-5fd6b131] {
  width: 20px;
  height: 20px;
}
.home-slide-suspend-part-pc-container .slide-item .slide-content .learn-more-btn .button-arrow svg[data-v-5fd6b131] {
  width: 100%;
  height: 100%;
}
.home-slide-suspend-part-pc-container .slide-item .slide-content .learn-more-btn[data-v-5fd6b131]::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: #000;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.3s ease-in-out;
}
.home-slide-suspend-part-pc-container .slide-item .slide-content .learn-more-btn[data-v-5fd6b131]:hover::after {
  transform: scaleX(1);
}
.home-slide-suspend-part-pc-container .slide-item .slide-image[data-v-5fd6b131] {
  flex-basis: 60.51%;
  aspect-ratio: 797/440;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 8px;
  cursor: pointer;
}
.home-slide-suspend-part-pc-container .slide-item .slide-image img[data-v-5fd6b131] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.home-slide-suspend-part-pc-container .slide-item .slide-image img[data-v-5fd6b131]:hover {
  transform: scale(1.02);
}.home-slide-suspend-part-mob-container[data-v-947f3dc9] {
  display: flex;
  flex-direction: column;
  gap: 80px;
  padding: 64px 16px;
  background-color: #ffffff;
}
.home-slide-suspend-part-mob-container .slide-item[data-v-947f3dc9] {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 16px;
}
.home-slide-suspend-part-mob-container .slide-item .title[data-v-947f3dc9] {
  font-size: 32px;
  color: rgba(0, 0, 0, 0.95);
  line-height: 44px;
}
.home-slide-suspend-part-mob-container .slide-item .description[data-v-947f3dc9] {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.55);
  line-height: 24px;
}
.home-slide-suspend-part-mob-container .slide-item .learn-more-btn[data-v-947f3dc9] {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  color: rgb(0, 0, 0);
  text-decoration: none;
  margin-bottom: 16px;
}
.home-slide-suspend-part-mob-container .slide-item .learn-more-btn .button-text[data-v-947f3dc9] {
  line-height: 22px;
}
.home-slide-suspend-part-mob-container .slide-item .learn-more-btn .button-arrow[data-v-947f3dc9] {
  width: 20px;
  height: 20px;
}
.home-slide-suspend-part-mob-container .slide-item .learn-more-btn .button-arrow svg[data-v-947f3dc9] {
  width: 100%;
  height: 100%;
}
.home-slide-suspend-part-mob-container .slide-item .slide-image[data-v-947f3dc9] {
  width: 100%;
  aspect-ratio: 344/193;
  overflow: hidden;
  border-radius: 4px;
}
.home-slide-suspend-part-mob-container .slide-item .slide-image img[data-v-947f3dc9] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}