@charset "UTF-8";
#cta-6441fb188831352bd5056c54 {
  /*---ptn1---*/
  /*.button002 a {
      background: #eee;
      border-radius: 3px;
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 0 auto;
      padding: 20px 25px;
      color: #313131;
      transition: 0.3s ease-in-out;
      font-weight: 500;
  }
  .button002 a:before {
      content: "\f1ec";
      position: relative;
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      margin-right: 8px;
      color: #fff;
  }
  .button002 a:hover {
      background: #fff;
      color: #FFF;
  }
  /*---ptn 1ここまで*/
  /*---ptn2---*/
  /*.button013 a {
      background: #232323;
      position: relative;
      display: flex;
      justify-content: space-around;
      align-items: center;
      margin: 0 auto;
      padding: 20px 25px;
      color: #313131;
      transition: 0.3s ease-in-out;
      font-weight: 500;
      z-index:0;
      border-left: solid 20px #e37850;
  }
  .button013 a:before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      width: 0;
      display: block;
      background: #e37850;
      transition: .3s;
      left:0;
  }
  .button013 a:hover {
      color: #000;
  }
  .button013 a:hover:before {
      width: 100%;
      z-index: -1;
  }
  /*---ptn 2ここまで*/
  /*---ptn3---*/
  /*---ptn3 enf---*/
}
#cta-6441fb188831352bd5056c54 .component.cta {
  /* sample */
}
#cta-6441fb188831352bd5056c54 .button011 a {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 600px;
  padding: 20px 25px;
  color: #fde9df;
  transition: 0.3s ease-in-out;
  font-weight: 600;
  background: #eee;
  overflow: hidden;
}
#cta-6441fb188831352bd5056c54 .button011 a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 1000%;
  content: "";
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
  transform: translateX(-98%) translateY(-25%) rotate(45deg);
  background: #fea274;
  opacity: 0.2;
}
#cta-6441fb188831352bd5056c54 .button011 a:hover:before {
  -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
  transform: translateX(-9%) translateY(-25%) rotate(45deg);
}