.registration-btn .registration-btn-fintech {
  margin-top: 25px;
  position: relative;
  font-size: 24px;
  padding-right: 10px;
  letter-spacing: 1px;
  background: #00B8D4;
  padding-top: 3px;
}
.registration-btn .registration-btn-fintech:after {
  position: absolute;
  top: -10px;
  left: 50%;
  content: "FinTech・決済業界に関心のある方はこちら";
  background-color: #fff;
  width: 390px;
  margin-left: -195px;
  line-height: 25px;
  height: 25px;
  font-size: 16px;
  text-align: center;
  color: #0097ae;
}
.registration-btn .registration-btn-fintech.riskmanagement:after {
  content: "リスク管理に関心のある方はこちら";
}
.registration-btn .registration-btn-fintech.financeesg:after {
  content: "金融×サステナビリティ・ESGに関心のある方はこちら";
  font-size: 14px;
}
.registration-btn .registration-btn-fintech.no-phrase {
  padding-top: 0;
}
.registration-btn .registration-btn-fintech.no-phrase:after {
  content: none;
}
.registration-btn .registration-btn-fintech:hover {
  background: #0dccea;
}
.kv .kv-list {
  margin-top: 25px;
}
.bottom {
  padding-bottom: 122px;
}
.bottom .ft-cta {
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(15px);
  width: 100%;
  height: 5.625rem;
  position: fixed;
  z-index: 3;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bottom .ft-cta .ly-inner {
  display: flex;
  justify-content: space-between;
  max-width: 640px;
  width: 100%;
}
.bottom .ft-cta a {
  transition: all .3s;
  text-align: center;
  height: 60px;
  line-height: 60px;
  width: calc(50% - 10px);
}
.bottom .ft-cta a:nth-of-type(1) {
  background: #fabe16;
}
.bottom .ft-cta a:nth-of-type(2) {
  background: #00B8D4;
}
.bottom .ft-cta a:nth-of-type(1):hover {
  background: #ffd200;
}
.bottom .ft-cta a:nth-of-type(2):hover {
  background: #0dccea;
}
.bottom .ft-cta a img.pc-none {
  display: none;
}
@media screen and (max-width: 768px) {
  .bottom .ft-cta {
    height: 4rem;
  }
  .bottom .ft-cta .ly-inner {
    width: 100%;
    max-width: 22rem;
  }
  .bottom .ft-cta a {
    height: 2.6rem;
    line-height: 2.6rem;
    font-size: .7rem;
    letter-spacing: -.05rem;
    width: calc(50% - .2rem);
  }
  .bottom .ft-cta a img.pc-none {
    display: block;
  }
}
@media screen and (max-width: 768px) {
	.kv .registration-btn a:nth-of-type(2) {
		margin-top: calc(12 / 375 * 100vw);
	}
  .registration-btn .registration-btn-fintech {
    margin-top: calc(15 / 375 * 100vw);
    font-size: calc(14 / 375 * 100vw);
    padding-right: calc(10 / 375 * 100vw);
    letter-spacing: 0;
    padding-top: calc(3 / 375 * 100vw);
  }
  .registration-btn .registration-btn-fintech:after {
    top: calc(-10 / 375 * 100vw);
    width: calc(240 / 375 * 100vw);
    margin-left: calc(-120 / 375 * 100vw);
    line-height: calc(19 / 375 * 100vw);
    height: calc(20 / 375 * 100vw);
    font-size: calc(11 / 375 * 100vw);
    border: 1px solid #0097ae;
  }
  .registration-btn .registration-btn-fintech.financeesg:after {
    width: calc(280 / 375 * 100vw);
    margin-left: calc(-140 / 375 * 100vw);
    font-size: calc(11 / 375 * 100vw);
  }
}