@charset "UTF-8";
#cta-6a1e7015d2e7e10af3e8eae3 .component.cta {
  /* sample */
}
#cta-6a1e7015d2e7e10af3e8eae3 .cta_wrapper {
  padding: 3em 0 2em;
  background: #E5E6EC;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  　　margin-right: calc(50% - 50vw);
}
#cta-6a1e7015d2e7e10af3e8eae3 .cta_h2 {
  color: #14293C !important;
  font-size: 22px !important;
  margin: 0 0 0.8em;
  padding: 0;
}
@media (min-width: 770px) {
  #cta-6a1e7015d2e7e10af3e8eae3 .cta_h2 {
    font-size: 32px !important;
    margin: 0 0 1.2em;
  }
}
#cta-6a1e7015d2e7e10af3e8eae3 .cta_btn_contact_wrap a {
  color: #ffffff;
  font-size: 18px;
  max-width: 400px;
  width: 80%;
  height: 64px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  background: linear-gradient(90deg, rgb(236, 165, 35) 0%, rgb(237, 130, 0) 100%);
  box-shadow: 0 56px 16px 0 rgba(145, 84, 146, 0), 0 36px 14px 0 rgba(145, 84, 146, 0.01), 0 20px 12px 0 rgba(145, 84, 146, 0.05), 0 9px 9px 0 rgba(145, 84, 146, 0.09), 0 2px 5px 0 rgba(145, 84, 146, 0.1);
  position: relative;
  overflow: hidden;
  /* hover shine */
}
@media screen and (min-width: 480px) {
  #cta-6a1e7015d2e7e10af3e8eae3 .cta_btn_contact_wrap a {
    height: 80px;
    font-size: 20px;
    margin: 0 auto 1em;
  }
}
#cta-6a1e7015d2e7e10af3e8eae3 .cta_btn_contact_wrap a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}
#cta-6a1e7015d2e7e10af3e8eae3 .cta_btn_contact_wrap a:hover {
  opacity: 0.9;
}
#cta-6a1e7015d2e7e10af3e8eae3 .cta_btn_contact_wrap a:hover::before {
  animation: shine 0.7s;
}
#cta-6a1e7015d2e7e10af3e8eae3 .cta_btn_contact_wrap a::after {
  display: none;
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
#cta-6a1e7015d2e7e10af3e8eae3 .cta_btn_2column {
  text-align: center;
  position: relative;
}
#cta-6a1e7015d2e7e10af3e8eae3 .cta_btn_2column li a {
  font-size: 14px;
  color: #14293C;
  padding-right: 15px;
  position: relative;
  display: block;
  /* hover slide line */
}
@media (min-width: 770px) {
  #cta-6a1e7015d2e7e10af3e8eae3 .cta_btn_2column li a {
    font-size: 15px;
  }
}
#cta-6a1e7015d2e7e10af3e8eae3 .cta_btn_2column li a::before {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #ED8502;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
#cta-6a1e7015d2e7e10af3e8eae3 .cta_btn_2column li a:hover::before {
  transform: scale(1, 1);
}
#cta-6a1e7015d2e7e10af3e8eae3 .cta_btn_2column li a::after {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-bottom: solid 1px #ED8502;
  border-right: solid 1px #ED8502;
  position: absolute;
  top: 35%;
  right: 0;
  transform: rotate(-45deg);
}