.front-page-2023 .fixed_convertion {
  position: fixed;
  z-index: 10;
  inset: auto 0 0 0;
  transition: 0.3s;
  width: calc(100% + 1px);
  background: url(../2023/img/bg_blue.png) center center / cover no-repeat;
  transform: translateY(100%);
  border-top: 4px solid #ffe400;
  transform: translateY(calc(100% + 20px));
}
@media screen and (max-width: 834px) {
  .front-page-2023 .fixed_convertion {
    border-top: 2px solid #ffe400;
  }
}
.front-page-2023 .fixed_convertion_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 6.5% 20px;
  gap: 20px;
}
@media screen and (max-width: 834px) {
  .front-page-2023 .fixed_convertion_inner {
    padding: 11px 6.5% 13px;
    gap: 18px;
    margin-right: -10px;
  }
}
.front-page-2023 .fixed_convertion_btn {
  position: relative;
  max-width: 360px;
  width: 100%;
}
@media screen and (max-width: 834px) {
  .front-page-2023 .fixed_convertion_btn {
    max-width: 210px;
  }
}
.front-page-2023 .fixed_convertion_btn a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffe400;
  border-radius: 300px;
  transition: transform 0.4s, box-shadow 0.4s, -webkit-transform 0.4s, -webkit-box-shadow 0.4s;
  padding: 26px 56px 26px;
}
.front-page-2023 .fixed_convertion_btn a:hover {
  transform: translateY(-4px);
  box-shadow: 0px 24px 20px -24px #777777;
}
@media screen and (max-width: 834px) {
  .front-page-2023 .fixed_convertion_btn a {
    padding: 16px 24px 16px 16px;
  }
}
.front-page-2023 .fixed_convertion_btn a .icon {
  display: flex;
  margin-right: 12px;
}
@media screen and (max-width: 834px) {
  .front-page-2023 .fixed_convertion_btn a .icon {
    margin-right: 8px;
    margin-top: -2px;
  }
}
@media screen and (max-width: 834px) {
  .front-page-2023 .fixed_convertion_btn a .icon img {
    height: 20px;
  }
}
.front-page-2023 .fixed_convertion_btn a .txt {
  font-size: 1.6rem;
  line-height: 1.2;
}
@media screen and (max-width: 834px) {
  .front-page-2023 .fixed_convertion_btn a .txt {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
.front-page-2023 .fixed_convertion_btn::before {
  content: '';
  display: block;
  position: absolute;
  top: -34px;
  left: -124px;
  width: 108.5px;
  aspect-ratio: 217 / 241;
  background: url(../2023/img/fixedConversion_illust.png) center center / contain no-repeat;
  pointer-events: none;
  z-index: 2;
}
@media screen and (max-width: 834px) {
  .front-page-2023 .fixed_convertion_btn::before {
    width: 64px;
    top: auto;
    left: -60px;
    bottom: -3px;
  }
}
.front-page-2023 .footer__inner {
  padding-bottom: 94px;
}
@media screen and (max-width: 834px) {
  .front-page-2023 .pagetop {
    bottom: 52px;
  }
}
@media screen and (max-width: 834px) {
  .front-page-2023 .pagetop img {
    height: 60px;
  }
}
@media screen and (max-width: 834px) {
  .front-page-2023.js-scroll:has(.fixed_convertion) #ot-sdk-btn-floating.ot-floating-button {
    bottom: 82px;
  }
}
.front-page-2023.js-scroll .fixed_convertion {
  transform: translateY(1px);
}
@media screen and (max-width: 834px) {
  .lower-kyujin_d #ot-sdk-btn-floating.ot-floating-button {
    bottom: 66px;
  }
}
