.vision-mission-section-container {
  position: relative;
  background: url("../images/vision-bg.svg") no-repeat;
  background-size: 100% auto;
  background-position: top center;
  margin-top: -150px;
  padding-top: 150px;
  min-height: 100vh;
  width: 100%;
  overflow: hidden;
}

.vision-introduction {
  max-width: 1200px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  margin: 100px auto;
}

.small-heading {
  font-size: 1.5rem;
  color: black;
  margin-bottom: 20px;
  font-weight: 500;
}

.large-heading {
  font-size: 42px;
  font-weight: 400;
  color: #313a3b;
  margin-bottom: 40px;
}

.large-heading::after {
  content: url(../images/after-sub-title-bold.svg);
  position: absolute;
  left: 50%;
  transform: translate(-50%, -65%);
  z-index: -1;
}

.description {
  font-size: 14px;
  color: #313a3b;
  line-height: 1.6;
  margin-bottom: 50px;
  font-weight: 400;
  text-align: start;
}

.about-us-button {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-link {
  font-size: 1.2rem;
  color: black;
  text-decoration: none;
  position: relative;
  display: inline-block;
  padding-right: 20px;
}

.about-link .arrow {
  font-size: 1.5rem;
  color: black;
  margin-left: 10px;
  transition: margin-left 0.3s ease;
}

.about-link:hover .arrow {
  margin-left: 20px;
}

.about-link:hover {
  color: #eeeeee;
}

.btn-black {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 20px;
  background: #222;
  color: white;
  border: none;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.year {
  font-size: 80px;
  font-weight: bold;
  color: #00cc66;
  margin: 0;
}

.subtext {
  font-size: 24px;
  color: #333;
  margin: 0;
}

.content-description {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  padding: 20px 0px;
}

.description-text {
  width: 432px;
  align-items: center;
  display: flex;
  justify-content: center;
  margin-left: 86px;
  font-size: 14px;
  color: #313a3b;
}

.background-pattern {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: 20px 20px;
}

.container-description {
  background-image: url("../images/vision-bg-1.png");
  background-size: cover;
  background-position: center;
}

.description-time {
  width: 425px;
  height: 301px;
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.description-time-line {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.description-time-line-text {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  color: #313a3b;
  margin: 16px 20px;
  font-weight: 700;
}

.documents-section {
  text-align: center;
  margin-bottom: 40px;
  margin-top: 80px;
  position: relative;
}

.documents-section h2 {
  font-size: 36px;
  color: #555555;
  font-weight: 400;
}

.documents-section p {
  font-size: 16px;
  color: #333333;
  margin-bottom: 20px;
}

.document-card {
  display: inline-block;
  position: relative;
  padding-top: 40px;
}

.profile-image {
  max-width: 400px;
  width: 100%;
}

.download-button {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 24px;
  background-color: #1ee782;
  color: white;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.download-button:hover {
  background-color: #16c470;
}

.download-button .arrow {
  margin-left: 8px;
  font-size: 18px;
}

.custom-download-button {
  width: 250px;
  padding: 0 35px;
  height: 61px;
  background-color: #1ee782;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 8px;
  clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease;
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-download-button img {
  width: 50px;
  height: 50px;
  margin-left: 32px;
}

.core-value-section {
  padding: 60px 20px;
  margin: 20px auto 0;
  background: #f8f8f8;
  font-family: sans-serif;
}

.core-value-heading {
  text-align: center;
  margin-bottom: 60px;
}

.documents-title {
  font-size: 42px;
  font-weight: 400;
  position: relative;
}

.documents-title::after {
  content: url(../images/after-sub-title.svg);
  position: absolute;
  left: 50%;
  transform: translate(-50%, -15%);
  z-index: -1;
}

.documents-description {
  font-size: 14px;
  margin-top: 52px;
}

.core-value-title {
  font-size: 24px;
  color: #333;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}

.core-value-title::after {
  content: url(../images/after-sub-title.svg);
  position: absolute;
  left: 50%;
  transform: translate(-50%, -30%);
  z-index: 1;
}

.core-value-description {
  font-size: 16px;
  color: #666;
  text-align: center;
  max-width: 800px;
  margin: 40px auto;
}

.core-value-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 40px;
}

.core-value-card {
  background: white;
  padding: 30px;
  border-radius: 4px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.value-quote {
  color: #27ae60;
  font-size: 24px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.value-description {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .vision-mission-section-container {
    position: relative;
    background: url("../images/vision-bg-sp.svg") no-repeat;
    background-size: 180px auto;
    background-position: top right;
    margin-top: -100px;
    padding-top: 100px;
    overflow: hidden;
  }

  .core-value-grid {
    grid-template-columns: 1fr;
  }

  .content-description {
    flex-direction: column;
    padding: 40px 20px;
  }

  .description-time {
    margin-left: 0;
    margin-bottom: 30px;
    align-items: center;
  }

  .description {
    margin-top: 40px;
  }

  .year {
    font-size: 80px;
  }

  .subtext {
    font-size: 20px;
  }

  .description-text {
    margin-left: 0;
    text-align: center;
  }
}

.hero-section {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
  min-height: 600px;
  font-family: sans-serif;
}

.hero-content {
  width: 50%;
  z-index: 2;
  padding-right: 40px;
}

.hero-subtitle {
  font-size: 18px;
  color: #27ae60;
  margin-bottom: 20px;
  font-weight: 500;
}

.hero-title {
  font-size: 42px;
  line-height: 1.4;
  color: #333;
  margin-bottom: 30px;
  font-weight: 500;
}

.hero-image {
  position: absolute;
  right: 0;
  top: 0;
  width: 55%;
  height: 100%;
  overflow: hidden;
}

.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-image::before {
  content: "";
  position: absolute;
  left: -100px;
  top: 0;
  width: 200px;
  height: 100%;
  background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
  z-index: 1;
}

@media (max-width: 768px) {
  .hero-section {
    flex-direction: column;
    padding: 40px 20px;
    min-height: auto;
  }

  .hero-content {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
    text-align: center;
  }

  .hero-image {
    position: relative;
    width: 100%;
    height: 300px;
    margin-top: 40px;
  }

  .hero-image::before {
    display: none;
  }
}

.vision-image-section {
  background: #fff;
  display: flex;
}

.vision-image-section-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  padding-left: 140px;
  width: 40%;
  position: relative;
}

.vision-image-section-left-title {
  font-size: 20px;
  color: #313a3b;
  margin-bottom: 4px;
}

.vision-image-section-left-description-container {
  position: absolute;
  top: 160px;
  font-family: "Shippori Mincho";
  z-index: 1111;
  color: #313a3b;
}

.vision-image-section-left-description {
  font-size: 42px;
  color: #313a3b;
  word-break: keep-all;
}

.vision-image-container {
  position: relative;
  overflow: hidden;
  width: 65%;
}

.vision-image {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}

.vision-description-section {
  text-align: left;
  font-size: 14px;
  color: #313a3b;
  margin-top: 40px;
  max-width: 1200px;
  margin: 40px auto;
}

.vision-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.vision-image-text {
  text-align: center;
  color: #fff;
  padding: 0 20px;
  max-width: 800px;
}

.vision-image-text h2 {
  font-size: 48px;
  margin-bottom: 20px;
  font-weight: normal;
}

.vision-image-text p {
  font-size: 16px;
  line-height: 1.8;
}

@media (max-width: 768px) {
  .vision-image-section {
    padding: 40px 20px;
  }

  .vision-image-text h2 {
    font-size: 32px;
  }

  .vision-image-text p {
    font-size: 14px;
  }

  .vision-image-overlay {
    opacity: 1;
    background: rgba(0, 0, 0, 0.6);
  }
}

.vision-slider-section {
  max-width: 100%;
  margin: 80px 0;
}

.vision-slide {
  position: relative;
  width: 100%;
  height: 300px;
  margin: 0 auto;
}

.vision-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vision-slide-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  z-index: 2;
}

.vision-slide-content h2 {
  font-size: 42px;
  font-weight: 500;
  margin-bottom: 20px;
}

.vision-slide-content p {
  font-size: 24px;
  line-height: 1.8;
}

/* Custom pagination styles */
.vision-slider::part(pagination) {
  bottom: 30px;
}

.vision-slider::part(pagination-bullet) {
  background: rgba(255, 255, 255, 0.5);
  width: 12px;
  height: 12px;
  margin: 0 6px;
}

.vision-slider::part(pagination-bullet-active) {
  background: white;
}

.back-top__button {
  margin-top: 60px;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-weight: 700;
  margin-bottom: 100px;
}

@media (max-width: 768px) {
  .vision-mission-section-container {
    overflow-x: hidden;
  }

  .vision-slider-section {
    margin: 40px 0;
    padding: 0 12px;
  }

  .vision-slider {
    width: 100%;
  }

  .vision-slide {
    height: 120px;
    width: 100%;
  }

  .vision-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  swiper-container {
    --swiper-slides-per-view: 2;
    --swiper-space-between: 8px;
  }

  .vision-slide-content h2 {
    font-size: 32px;
  }

  .vision-slide-content p {
    font-size: 18px;
  }

  /* Vision Mission Section */
  .vision-introduction {
    margin: 40px auto;
    padding: 60px 20px 0;
  }

  .small-heading {
    font-size: 16px;
    margin-bottom: 16px;
  }

  .large-heading {
    font-size: 24px;
    margin-bottom: 24px;
  }

  .description {
    font-size: 12px;
    text-align: left;
  }

  /* Description Time Section */
  .description-time {
    width: 100%;
    height: auto;
    padding: 24px 0;
  }

  .description-time-line {
    margin-bottom: 16px;
  }

  .description-time-line-text {
    font-size: 14px;
    margin: 8px 12px;
  }

  .description-text {
    width: 100%;
    margin-left: 0;
    padding: 0 20px;
    text-align: left;
    font-size: 12px;
  }

  /* Documents Section */
  .documents-title {
    font-size: 24px;
  }

  .documents-description {
    font-size: 12px;
    margin-top: 32px;
  }

  .document-card {
    padding-top: 20px;
  }

  .custom-download-button {
    width: 200px;
    height: 48px;
    padding: 0 24px;
    font-size: 12px;
  }

  .custom-download-button img {
    width: 40px;
    height: 40px;
    margin-left: 16px;
  }

  /* Core Value Section */
  .core-value-title {
    font-size: 20px;
  }

  .core-value-description {
    font-size: 12px;
    margin: 24px auto;
    text-align: left;
  }

  .core-value-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 24px;
  }

  .core-value-card {
    padding: 20px;
  }

  .value-quote {
    font-size: 18px;
    margin-bottom: 12px;
  }

  .value-description {
    font-size: 12px;
  }

  /* Team Spirit Section */
  .vision-image-section {
    flex-direction: column;
  }

  .vision-image-section-left {
    width: 100%;
    padding: 40px 20px;
  }

  .vision-image-section-left-description-container {
    position: static;
    text-align: center;
  }

  .vision-image-section-left-title {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .vision-image-section-left-description {
    font-size: 24px;
  }

  .vision-image-container {
    width: 100%;
  }

  .vision-description-section {
    font-size: 12px;
    padding: 0 20px;
    text-align: left;
  }

  /* Back to Top Button */
  .back-top__button {
    margin: 40px 20px;
    justify-content: center;
  }
}
