.hero-link3 {
    bottom: 235px;
}

.history-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #dbccb5      /* #EDE3D9 */;
    padding: 18px 23px;
    border-radius: 20px 0 0 20px;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    transition: background-color 0.3s ease;
    font-weight: lighter;
    color: #696969;
        max-height: 90px;
}


.white-button {
    background: #f3f1f1  /* #EDE3D9 */;
}



.hero-link3 .mb-4 {
margin-bottom: -2px !important;
}

.text-group {
  display: flex;
    align-items: baseline; /* 年史を100の下端に揃える */
}
.text-group .big {
  font-size: 36px;
font-weight: 100;
  line-height: 1;
      margin: 0 0 -6px 0;
}
.text-group .small {
  font-size: 18px;
  font-weight: 700;
  margin-left: 2px;
  line-height: 1;
      position: relative;
    top: -2px;
}


.history-button:hover .arrow-icon {
  transform: translateX(5px);
}

.white-button:hover {
  background-color: #f8f8f8;
}

.history-button:hover {
  background-color: #f8f8f8;
}


@media (max-width: 1200px){

.history-button {
    border-radius: 0;
  justify-content: center;
}

.hero-backdrop{
min-height: 100vh;
}

}