@charset "UTF-8";
.vision_title {
  font-size: clamp(1.3rem, 2vw, 1.6rem);
  font-weight: 700;
  text-align: center;
  margin-bottom: clamp(20px, 2vw, 30px);
}

.vision_text {
  text-align: center;
}

.vision_list {
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
}

.vision_item {
  position: relative;
  padding: 15px 15px 15px 3.5em;
  margin-bottom: 12px;
  line-height: 1.8;
  font-size: 1.15rem;
  font-weight: 700;
  background: #f2f4f7;
  border-radius: 0 5px 5px 0;
}

.vision_item::before {
  font-family: "Font Awesome 7 Free";
  content: "\f144";
  font-weight: 900;
  position: absolute;
  left: 15px;
  top: 50%;
  color: #003a97;
  font-size: 1.5em;
  transform: translateY(-50%);
}

.vision.en .c-sub-section-title {
  font-size: clamp(1.3rem, 2vw, 1.4rem);
}

@media (max-width: 768px) {
.vision .l-1column-contents {
  margin: 0 auto;
}
}