/* ------------------------------GSAPフェードアニメーション------------------------------ */
  .bg-slide {
    background-size: cover;
    background-position: center;
    transition: opacity 1s ease-in-out;
  }


/* ------------------------------TOP------------------------------ */

.custom-shape-divider-top-1744677376 {
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.custom-shape-divider-top-1744677376 svg {
  position: relative;
  display: block;
  width: calc(170% + 1.3px);
  height: 48px;
}

.custom-shape-divider-top-1744677376 .shape-fill {
  fill: #005BAC;
}



/* ------------------------------BOTTOMBOTTOM------------------------------ */

.custom-shape-divider-bottom-1744677404 {
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-bottom-1744677404 svg {
  position: relative;
  display: block;
  width: calc(170% + 1.3px);
  height: 48px;
}

.custom-shape-divider-bottom-1744677404 .shape-fill {
  fill: #005BAC;
}


/* ------------------------------BUTTON------------------------------ */


.original-button {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: #333333;
  font-size: 18px;
  width: 300px;
  height: 40px;
  font-weight: bold;
  border: 1px solid #333333;
  transition: 0.3s;
  box-shadow: 3px 3px 0px 0px rgba(51, 51, 51, 1);
  background-color: #ffffff;
}

.original-button:hover {
  box-shadow: 0 0 #333;
  color: #fff;
  background-color: #333;
}