.container[data-v-7a729d11] {
  margin: 0 auto;
  padding: 60px 64px;
  max-width: 1312px;
  min-width: 1024px;
}
.intro-text[data-v-7a729d11] {
  margin-bottom: 40px;
  font-size: 16px;
  font-family: "Montserrat", "NotoSansJP";
  font-weight: 400;
  line-height: 1.5;
  color: rgb(92, 96, 106);
  line-height: 1.5;
}
.image-row[data-v-7a729d11] {
  display: flex;
  overflow-x: auto;
}
.image-card[data-v-7a729d11] {
  width: 100%;
  flex: 1;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.image-card[data-v-7a729d11]:not(:last-child) {
  margin-right: 2.0833333333vw;
}
.image-container[data-v-7a729d11] {
  width: 100%;
  height: 35vw;
  background-size: cover;
  background-position: center;
  position: relative;
  transition: transform 0.3s ease;
}
@media screen and (min-width: 1440px) {
.image-container[data-v-7a729d11] {
    height: 500px;
}
}
.image-container.hovered[data-v-7a729d11] {
  transform: scale(1.05);
}
.text-overlay[data-v-7a729d11] {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 32px;
  color: white;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
  transition: all 0.3s ease;
}
.text-overlay.lifted[data-v-7a729d11] {
  transform: translateY(-15px);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
}
.text-overlay h3[data-v-7a729d11] {
  margin-bottom: 8px;
  font-size: 24px;
  font-family: "Montserrat-Medium", "NotoSansJP-Medium";
  font-weight: 500;
  line-height: 1.5;
  color: rgb(255, 255, 255);
}
.text-overlay h1[data-v-7a729d11] {
  margin-bottom: 8px;
  font-size: 0.9rem;
}
.text-overlay p[data-v-7a729d11] {
  font-size: 16px;
  font-family: "Montserrat", "NotoSansJP";
  font-weight: 400;
  line-height: 1.5;
  color: rgb(255, 255, 255);
  line-height: 1.5;
  display: -webkit-box;
  white-space: pre-wrap;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 60px;
}
.text-overlay.lifted p[data-v-7a729d11] {
  -webkit-line-clamp: unset;
}
@media (max-width: 768px) {
.image-row[data-v-7a729d11] {
    flex-direction: column;
}
.image-card[data-v-7a729d11] {
    min-width: 100%;
}
}.mobile-container[data-v-4beb25bc] {
  padding: 40px 24px 30px;
}
.mobile-intro[data-v-4beb25bc] {
  margin-bottom: 24px;
  font-size: 16px;
  font-family: "Montserrat", "NotoSansJP";
  font-weight: 400;
  line-height: 1.5;
  color: rgb(92, 96, 106);
  line-height: 1.5;
  color: #333;
}
.cards-container[data-v-4beb25bc] {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.mobile-card[data-v-4beb25bc] {
  width: 100%;
  aspect-ratio: 4/3;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 2.6666666667vw;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.card-image[data-v-4beb25bc] {
  position: relative;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: transform 0.3s ease;
}
.card-image.active[data-v-4beb25bc] {
  transform: scale(1.02);
}
.card-text[data-v-4beb25bc] {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 16px;
  background: linear-gradient(359deg, rgba(11, 17, 20, 0.75), rgba(11, 17, 20, 0));
  color: white;
  transition: all 0.3s ease;
}
.caption-container h3[data-v-4beb25bc] {
  margin-bottom: 8px;
  font-size: 24px;
  font-family: "Montserrat-Medium", "NotoSansJP-Medium";
  font-weight: 500;
  line-height: 1.5;
  color: rgb(255, 255, 255);
}
.caption-container p[data-v-4beb25bc] {
  font-size: 16px;
  font-family: "Montserrat", "NotoSansJP";
  font-weight: 400;
  line-height: 1.5;
  color: rgb(255, 255, 255);
  line-height: 1.5;
  display: -webkit-box;
  white-space: pre-wrap;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card-text.expanded p[data-v-4beb25bc] {
  -webkit-line-clamp: unset;
}
.caption-container[data-v-4beb25bc] {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 28px 24px 48px;
  background: linear-gradient(359deg, rgba(11, 17, 20, 0.75), rgba(11, 17, 20, 0));
  color: white;
  transition: all 0.3s ease;
}
.caption-text[data-v-4beb25bc] {
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
  font-size: 16px;
  font-family: "Montserrat", "NotoSansJP";
  font-weight: 400;
  line-height: 1.5;
  color: rgb(255, 255, 255);
  color: #fcfafa;
}
.caption-container.expanded .caption-text[data-v-4beb25bc] {
  -webkit-line-clamp: unset;
}
.toggle-button[data-v-4beb25bc] {
  background: none;
  border: none;
  position: absolute;
  right: 6.6666666667vw;
  line-height: 2.5 !important;
  bottom: 0;
  font-size: 16px;
  font-family: "Montserrat", "NotoSansJP";
  font-weight: 400;
  line-height: 1.5;
  color: rgb(255, 255, 255);
  padding: 0 0 20px 4px;
  display: inline-block;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 2px;
}
@media (min-width: 768px) {
.cards-container[data-v-4beb25bc] {
    flex-direction: row;
    flex-wrap: wrap;
}
.mobile-card[data-v-4beb25bc] {
    width: calc(50% - 8px);
}
}