@charset "UTF-8";

.l-header_inner {
  max-width: 1500px;
}

.g-main-nav-item:not(:last-child) {
  margin-bottom: 50px;
}


.top-vision .top-vision_inner .top-vision_description h4 {
    font-family: "Cormorant Garamond", serif;
    font-size: 4rem;
    font-weight: 600;
    color: #9d968a;
    letter-spacing: 2px;
    line-height: 1;
}

.top-vision .top-vision_inner .top-vision_description ul {
  margin-left: 35px;
}
.top-vision .top-vision_inner .top-vision_description li {
  margin-bottom:15px;
}



@media screen and (max-width: 576px) {
  .top-vision .top-vision_inner .top-vision_description p,
  .top-vision .top-vision_inner .top-vision_description ul {
      margin-left: auto;
      margin-right: auto;
  }
}




.g-download-btn_link {
  background-color: initial;
  color: #494443;
  position: absolute;
  right: 40px;
  bottom: 65px;
  text-align: right;
}
.g-download-btn_link:hover{
  opacity: 0.8;
  transition: 0.3s;
  text-decoration: none;
}
@media screen and (max-width: 992px) {
.g-download-btn_link {
    display: none;
  }
}

