* {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  font-family: "noto-sans-jp", sans-serif;
}

html {
  font-size: 10px;
  scroll-behavior: smooth;
}

@media (max-width: 1439px) {
  html {
    font-size: 0.69vw;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 2.67vw;
  }
}
body {
  margin: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #1a1a1a;
  background: #fbf8f0;
  overflow-x: hidden;
}
body.menu-open {
  overflow: hidden;
}

a {
  color: #c80002;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

p {
  margin: 0;
}

.container {
  max-width: 148rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .container {
    padding: 2.4rem 1.2rem 0 2rem;
  }
}
@media screen and (max-width: 639px) {
  .container {
    padding: 0 1.2rem;
  }
}

main {
  background-color: #fbf8f0;
  overflow-x: clip;
}

.is__block--sp {
  display: none;
}

.is__block--pc {
  display: block;
}

.is__flex--sp {
  display: none;
}

.is__flex--pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .is__block--sp {
    display: block;
  }
  .is__block--pc {
    display: none;
  }
}
.bs-text-red {
  color: #c80002;
}

.bs-button {
  display: inline-flex;
  align-items: center;
  gap: 1.6rem;
  padding: 1.6rem 3.1rem 1.5rem;
  border: 1px solid #1a1a1a;
  border-radius: 10rem;
  font-size: 1.8rem;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s;
  cursor: pointer;
}
.bs-button--primary {
  background-color: #c80002;
  color: #ffffff;
}
.bs-button--primary:hover {
  background-color: rgb(149, 0, 1.49);
}
@media screen and (max-width: 768px) {
  .bs-button {
    padding: 1.3rem 2.5rem 1.3rem;
    margin-top: 1.2rem;
    font-size: 1.6rem;
  }
}
.bs-button span {
  margin-left: -0.2rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .bs-button span {
    font-size: 1.6rem;
  }
}

.bs-button__icon {
  font-size: 2rem;
  line-height: 1;
}

.ly-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: transparent;
  z-index: 1000;
}

.ly-header__nav {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  height: auto;
}

.ly-header__left {
  position: relative;
  flex: 0 0 auto;
  padding: 3.2rem 0 0;
  padding-left: 0.4rem;
}
.ly-header__left::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3rem;
  height: 11.1rem;
  background-image: url("../images/icons/head_menu_bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .ly-header__left {
    padding: 1.2rem 0;
    display: none;
  }
  .ly-header__left::before {
    top: 1rem;
    width: 2.25rem;
    height: 7.85rem;
  }
}

.ly-header__menu {
  display: flex;
  align-items: center;
  gap: 3.2rem;
  background: #ffffff;
  border: 0.1rem solid black;
  border-radius: 0.9rem;
  padding: 0 2.7rem 0 4rem;
}

.ly-header__link {
  font-size: 1.5rem;
  font-weight: 700;
  color: black;
  text-decoration: none;
  padding: 1rem 0.8rem 0.8rem;
  display: inline-block;
  transition: color 0.3s ease;
}
.ly-header__link:hover {
  color: #c80002;
}
@media screen and (max-width: 768px) {
  .ly-header__link {
    padding: 0.4rem 0.8rem;
  }
}

.ly-header__center {
  display: flex;
  gap: 1rem;
  padding: 3.2rem 0 0;
}
@media screen and (max-width: 768px) {
  .ly-header__center {
    padding: 1.6rem 0 !important;
    gap: 1.2rem;
  }
}

.ly-header__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1.6rem;
  border-radius: 1rem;
  font-size: 1.6rem;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .ly-header__btn {
    padding: 0.8rem 0.6rem;
    font-size: 1.4rem !important;
    height: 3.6rem;
  }
}

.ly-header__btn--reserve {
  background-color: #c80002;
  color: #ffffff;
}
.ly-header__btn--reserve:hover {
  background-color: #a00001;
}
@media screen and (max-width: 768px) {
  .ly-header__btn--reserve {
    width: 7.2rem;
  }
}

.ly-header__btn--apply {
  background-color: #f9e01f;
  color: #1a1a1a;
}
.ly-header__btn--apply:hover {
  background-color: #d4b800;
}
@media screen and (max-width: 768px) {
  .ly-header__btn--apply {
    width: 11.4rem;
  }
}

.ly-header__right {
  display: flex;
  gap: 2.4rem;
  align-items: flex-start;
  z-index: 12;
  position: absolute;
  right: 0;
}
@media screen and (max-width: 768px) {
  .ly-header__right {
    gap: 0;
    transition: transform 0.4s ease, opacity 0.3s ease;
    padding: 0 0 0 2.1rem !important;
    gap: 0;
  }
}

.ly-header__logo-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.2rem;
  padding: 1.35rem 1.6rem 3rem 3.1rem;
}
@media screen and (max-width: 768px) {
  .ly-header__logo-section {
    width: 14rem;
    padding: 0rem 1.5rem 3rem 1.6rem;
    gap: 1.1rem;
  }
}

.ly-header__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.ly-header__bg::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 50%;
  height: 14rem;
  background: radial-gradient(ellipse at center top, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0) 70%);
}
@media screen and (max-width: 768px) {
  .ly-header__bg::after {
    display: none;
  }
}
.ly-header__bg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .ly-header__bg {
    top: -0.7rem;
  }
}

.ly-header__logo {
  padding: 1.1rem 0.7rem;
}
.ly-header__logo a {
  display: block;
}
.ly-header__logo a img {
  width: 13rem;
  height: 2.9rem;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .ly-header__logo a {
    display: block;
    padding-top: 1.2rem;
    padding-left: 0.5rem;
  }
}

.ly-header__menu-toggle {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.ly-header__menu-toggle:hover {
  opacity: 0.8;
}

.ly-header__menu-line {
  width: 6.8rem;
  height: 0.1rem;
  background-color: #ffffff;
  border-radius: 2rem;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
@media screen and (max-width: 768px) {
  .ly-header__menu-line {
    width: 6rem;
  }
}

.ly-header__menu-text {
  font-size: 1.1rem;
  color: #ffffff;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .ly-header__menu-text {
    margin-top: 0.2rem;
    margin-left: -0.4rem;
  }
}

/* overlay */
.ly-header__menu-open {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  height: 100vh;
  overflow: scroll;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .ly-header__menu-open {
    overflow-y: auto;
  }
}

.ly-header__menu-open-text {
  display: flex;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  bottom: -1rem;
  left: 0;
}
@media screen and (max-width: 768px) {
  .ly-header__menu-open-text {
    bottom: -3.2rem;
  }
}

.ly-header__menu-open-text-inner {
  display: inline-block;
  font-size: 28rem;
  line-height: 1;
  font-weight: 900;
  color: rgba(250, 198, 30, 0.3);
  animation: marquee 20s linear infinite;
}
@media screen and (max-width: 768px) {
  .ly-header__menu-open-text-inner {
    font-size: 14rem;
    animation: marquee 10s linear infinite;
  }
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.ly-header .ly-header__menu-text.is-close {
  display: block;
}
.ly-header .ly-header__menu-text.is-open {
  display: none;
}

.ly-header--menu-open .ly-header__menu-text.is-close {
  display: none;
}
.ly-header--menu-open .ly-header__menu-text.is-open {
  display: block;
}

.ly-header--menu-open .ly-header__btn--apply {
  background-color: #ffffff;
  color: #000000;
}

.ly-header--menu-open .ly-header__menu-line:first-child {
  transform: translateY(0.4rem) rotate(8deg);
}

.ly-header--menu-open .ly-header__menu-line:nth-child(2) {
  transform: translateY(-0.4rem) rotate(-8deg);
}

@media screen and (max-width: 768px) {
  .ly-header--menu-open .ly-header__right {
    position: fixed;
    transform: translateY(0);
  }
}

/* open state */
.ly-header--menu-open .ly-header__menu-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* inner container */
.ly-header__menu-open-inner {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background-color: #f9e01f;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-image: url("../images/common/bg_menu_open.jpg");
}

.ly-header__menu-open-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 87.8rem;
  width: 100%;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .ly-header__menu-open-content {
    padding: 11.9rem 0 8rem;
    flex-direction: column;
    gap: 4.8rem;
  }
}

.ly-header__menu-open-bg {
  position: absolute;
  width: 100%;
  height: 59.8rem;
  top: 50%;
  max-width: 95.1rem;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ly-header__menu-open-bg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin-left: 2.7rem;
}
@media screen and (max-width: 768px) {
  .ly-header__menu-open-bg img {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .ly-header__menu-open-bg {
    width: 135%;
    top: 49.4%;
    left: 48.3%;
    transform: translate(-50%, -50%) rotate(314deg);
  }
}

/* menu block */
.ly-header__menu-block {
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 4rem;
  width: 50%;
  max-width: 34.7rem;
}
@media screen and (max-width: 768px) {
  .ly-header__menu-block {
    padding: 0 2.4rem;
    width: 100%;
    max-width: none;
    align-items: flex-start;
    text-align: center;
    gap: 2.4rem;
  }
}

/* title */
.ly-header__menu-title {
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 700;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .ly-header__menu-title {
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
  }
}

/* list */
.ly-header__menu-list {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .ly-header__menu-list {
    gap: 2.2rem;
  }
}

@media screen and (max-width: 768px) {
  .ly-header__menu-open-content > .ly-header__menu-block:last-child .ly-header__menu-list {
    gap: 2.4rem;
  }
}

/* item */
.ly-header__menu-item {
  position: relative;
  padding-left: 5.8rem;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .ly-header__menu-item {
    padding-left: 4.6rem;
  }
}

/* dot */
.ly-header__menu-item::before {
  content: "";
  position: absolute;
  left: 2.25rem;
  top: -0.2rem;
  width: 3.7rem;
  height: 3.7rem;
  background-image: url("../images/icons/hexagon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 768px) {
  .ly-header__menu-item::before {
    width: 2rem;
    height: 3rem;
    top: -1px;
    left: 18px;
  }
}

.ly-header__menu-item:hover::before {
  transform: rotate(60deg);
}

/* link */
.ly-header__menu-link {
  color: #000000;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
@media screen and (max-width: 768px) {
  .ly-header__menu-link {
    align-items: start;
  }
}

.ly-header__menu-link-title {
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .ly-header__menu-link-title {
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
  }
}

.ly-header__menu-link-subtitle {
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: -0.5rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  .ly-header__menu-link-subtitle {
    margin-top: -0.3rem;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 500;
  }
}

@media screen and (max-width: 768px) {
  .ly-header__nav {
    flex-direction: column;
    align-items: stretch;
  }
  .ly-header__left {
    width: 100%;
  }
  .ly-header__menu {
    gap: 0.6rem;
    padding: 0.5rem 2rem;
    flex-wrap: wrap;
  }
  .ly-header__right {
    width: 100%;
    justify-content: space-between;
    padding: 0 0 0 2.1rem;
  }
  .ly-header__actions {
    flex-direction: column;
    width: 100%;
  }
  .ly-header__center {
    padding: 1.6rem 0 1.5rem;
  }
  .ly-header__logo {
    padding: 0;
  }
  .ly-header__logo a img {
    width: 10rem;
  }
}
.ly-cta {
  position: relative;
  overflow: hidden;
  background-color: #fbf8f0;
}

.ly-cta__bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 93.6rem;
  background-color: #f9e01f;
  clip-path: polygon(50% 0%, 100% 25%, 100% 100%, 0% 100%, 0% 25%);
}
@media screen and (max-width: 768px) {
  .ly-cta__bg {
    clip-path: polygon(50% 0%, 173% 25%, 100% 100%, 0% 100%, -4% 11%);
  }
}

.ly-cta__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4.2rem;
  padding: 14.4rem 0 7.9rem;
}
@media screen and (max-width: 768px) {
  .ly-cta__content {
    margin-top: 6.4rem;
    padding: 8rem 2rem 7.9rem;
  }
}

.ly-cta__logo img {
  width: 7rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .ly-cta__logo img {
    width: 7rem;
  }
}

.ly-cta__text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  display: inline;
  width: 56.7rem;
}
@media screen and (max-width: 768px) {
  .ly-cta__text-wrapper {
    display: flex;
  }
}

.ly-cta__text {
  font-size: 1.8rem;
  font-weight: 500;
  color: #1a1a1a;
  text-align: center;
  line-height: 2.4;
}

.ly-cta__text:first-child {
  margin-left: 0.4rem;
  display: inline;
}

.ly-cta__text:nth-child(2) {
  margin-left: -0.5rem;
  display: inline;
}

.ly-cta__line {
  width: 55.7rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0;
  height: 5rem;
  background-image: url("../images/common/line-decoration.svg");
}

.ly-cta__button {
  display: inline-flex;
  align-items: center;
  gap: 3.1rem;
  background-color: #1a1a1a;
  color: #ffffff;
  padding: 3.2rem 6.2rem 2.9rem;
  border-radius: 20rem;
  font-size: 6.4rem;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
  margin-top: -3px;
  padding: 3.2rem 6rem 3.2rem;
}
.ly-cta__button:hover {
  opacity: 0.9;
}
.ly-cta__button span {
  margin-left: 0.4rem;
  margin-top: -0.2rem;
}
@media screen and (max-width: 768px) {
  .ly-cta__button {
    width: 32.8rem;
    gap: 0;
    margin-top: -0.8rem;
    padding: 2rem 4rem;
    font-size: 3.2rem;
    white-space: nowrap;
    padding-bottom: 2.2rem;
  }
  .ly-cta__button span {
    margin-left: -0.4rem;
    font-size: 3.6rem;
    line-height: 1.54;
    margin-top: 0.3rem;
  }
}

.ly-cta__button-icon {
  font-size: 4rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .ly-cta__button-icon {
    width: 5.5rem;
    height: 5.4rem;
    margin-left: 2.4rem;
    margin-top: 0.3rem;
  }
}

.ly-footer {
  background-color: black;
  color: #fbf8f0;
  padding: 4rem 6rem 1.6rem 4rem;
}
@media screen and (max-width: 768px) {
  .ly-footer {
    padding: 4rem 2rem 1.6rem 5.6rem;
  }
}

.ly-footer__container {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 8.7rem;
}

.ly-footer__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ly-footer__logo img {
  width: 24.2rem;
  height: 5.4rem;
  object-fit: contain;
}

.ly-footer__nav {
  display: flex;
  gap: 3.2rem;
  align-items: center;
}

.ly-footer__link {
  font-size: 1.5rem;
  font-weight: 500;
  color: #fbf8f0;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.3s ease;
}
.ly-footer__link:hover {
  color: #f9e01f;
}

.ly-footer__bottom {
  text-align: center;
}

.ly-footer__copyright {
  font-size: 1.2rem;
  font-weight: 400;
  color: #fbf8f0;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .ly-cta__bg {
    width: 100%;
    height: 100%;
  }
  .ly-cta__text {
    font-size: 1.6rem;
    line-height: 2;
  }
  .ly-cta__line {
    width: 31rem;
    height: 6rem;
    margin-top: 0.1rem;
  }
}
.ly-cta__button-icon {
  font-size: 2.4rem;
}

.ly-footer__container {
  gap: 4rem;
}

.ly-footer__top {
  flex-direction: column;
  gap: 3.8rem;
  align-items: flex-start;
  flex-direction: row;
}
@media screen and (max-width: 768px) {
  .ly-footer__top {
    flex-direction: column;
    gap: 3.8rem;
    align-items: flex-start;
  }
}

.ly-footer__logo img {
  width: 24.2rem;
  height: auto;
}

.ly-footer__nav {
  flex-direction: column;
  gap: 3.38rem;
  align-items: flex-start;
  width: 100%;
  flex-direction: row;
  gap: 3.2rem;
  align-items: center;
  width: auto;
  margin-top: 1.7rem;
}
@media screen and (max-width: 768px) {
  .ly-footer__nav {
    flex-direction: column;
    gap: 3.38rem;
    align-items: flex-start;
    width: 100%;
    margin-top: 0;
  }
}

.ly-footer__link {
  font-size: 1.4rem;
  letter-spacing: 0.074em;
}

.ly-footer__link:last-child {
  letter-spacing: 0.03em;
}

.cp-section-title {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
@media screen and (max-width: 768px) {
  .cp-section-title {
    gap: 1rem;
  }
}

.cp-section-title__icon {
  width: 2.8713rem;
  height: 3.2514rem;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .cp-section-title__icon {
    width: 2.1rem;
    height: 2.4rem;
    margin-top: 0.1rem;
    margin-left: -0.04rem;
  }
}

.cp-section-title__text {
  font-size: 5.6rem;
  font-weight: 700;
  line-height: 1;
  color: #1a1a1a;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .cp-section-title__text {
    font-size: 3.2rem;
  }
}

.cp-section-title--white .cp-section-title__text {
  color: #ffffff;
}

.ly-breadcrumb {
  padding: 10.2rem 0 5.6rem;
}
.ly-breadcrumb .ly-breadcrumb__list {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  list-style: none;
  margin: 0;
  padding-left: 4rem;
}
.ly-breadcrumb .ly-breadcrumb__item {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 500;
  color: #1a1a1a;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.ly-breadcrumb .ly-breadcrumb__item:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 0.4rem;
  height: 0.6rem;
  margin-left: 1.2rem;
  background-image: url("../images/icons/breadcrumbs.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.ly-breadcrumb .ly-breadcrumb__item--current .ly-breadcrumb__text {
  color: #1a1a1a;
  font-weight: 500;
  margin-top: 0.1rem;
}
.ly-breadcrumb .ly-breadcrumb__link {
  color: #666666;
  text-decoration: none;
  transition: color 0.3s ease;
}
.ly-breadcrumb .ly-breadcrumb__link:hover {
  color: #c80002;
  text-decoration: underline;
}
.ly-breadcrumb .ly-breadcrumb__text {
  color: #1a1a1a;
}

.entry-page {
  background-color: #fbf8f0;
}
.entry-page.page-template-page-entry-confirm main, .entry-page.page-template-page-entry main {
  background-image: url("../images/common/bg-dots.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

.bl-entry-hero {
  position: relative;
  width: 100%;
  padding: 0 8rem 0 12rem;
}
@media screen and (max-width: 768px) {
  .bl-entry-hero {
    padding: 0 1.6rem;
  }
}

.bl-entry-hero__container {
  position: relative;
  width: 100%;
}

.bl-entry-hero__image-wrapper {
  position: relative;
  width: 100%;
  height: 55rem;
  border-radius: 0.8rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .bl-entry-hero__image-wrapper {
    height: 30rem;
  }
}

.bl-entry-hero__bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.bl-entry-hero__title-wrapper {
  position: absolute;
  top: 15rem;
  left: -4rem;
}
@media screen and (max-width: 768px) {
  .bl-entry-hero__title-wrapper {
    top: auto;
    bottom: 0;
    left: 0;
  }
}

.bl-entry-hero__title-box {
  background: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  padding: 0.1rem 0.8rem;
}

.bl-entry-hero__title-en {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  color: #1a1a1a;
  padding-left: 0.2rem;
}

.bl-entry-hero__title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 6.4rem;
  line-height: 1;
  color: #1a1a1a;
  margin: 0;
  margin-top: -0.4rem;
  margin-bottom: 0.2rem;
}
@media screen and (max-width: 768px) {
  .bl-entry-hero__title {
    font-size: 2.6rem;
    margin: 0;
  }
}

.bl-entry-phone-cta {
  position: relative;
  padding: 12.5rem 29rem 0.4rem;
  max-width: 144rem;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .bl-entry-phone-cta {
    padding: 6rem 8rem;
  }
}
@media screen and (max-width: 768px) {
  .bl-entry-phone-cta {
    padding: 4rem 1.6rem;
  }
}

.bl-entry-phone-cta__container {
  max-width: 96rem;
  margin: 0 auto;
}

.bl-entry-phone-cta__button {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 3.1rem;
  width: 100%;
  background: #1a1a1a;
  border-radius: 20rem;
  padding: 4.2rem 0 4.5rem 6.2rem;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
}
.bl-entry-phone-cta__button:hover {
  background: rgb(51.5, 51.5, 51.5);
  transform: translateY(-2px);
}
@media screen and (max-width: 768px) {
  .bl-entry-phone-cta__button {
    flex-direction: column;
    gap: 1.6rem;
    padding: 2rem 3rem;
  }
}

.bl-entry-phone-cta__text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 6.4rem;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .bl-entry-phone-cta__text {
    font-size: 3.2rem;
    padding-right: 7rem;
    line-height: 1.3;
  }
}

.bl-entry-phone-cta__icon {
  width: 4.5rem;
  height: auto;
  transform: rotate(269deg) scaleY(-1);
  flex-shrink: 0;
  position: absolute;
  right: 7.1rem;
  top: 4.9rem;
}
@media screen and (max-width: 768px) {
  .bl-entry-phone-cta__icon {
    width: 4rem;
    position: absolute;
    top: 56%;
    transform: translateY(-50%);
    right: 5rem;
  }
}

.bl-entry-form {
  position: relative;
  padding: 9.7rem 24rem 16rem;
  max-width: 144rem;
  margin: 0 auto;
  min-height: 90rem;
}
@media screen and (max-width: 1024px) {
  .bl-entry-form {
    padding: 8rem 8rem;
  }
}
@media screen and (max-width: 768px) {
  .bl-entry-form {
    padding: 4rem 1.6rem;
  }
}
.bl-entry-form::before {
  content: "";
  position: absolute;
  background-image: url(../images/common/bg-decoration.svg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 0;
  pointer-events: none;
  top: 18.4rem;
  left: -44.5rem;
  width: 95rem;
  height: 60rem;
  transform: rotate(9deg) scaleY(-1);
}
@media screen and (max-width: 768px) {
  .bl-entry-form::before {
    display: none;
  }
}

.bl-entry-form__container {
  position: relative;
  z-index: 1;
  max-width: 96rem;
  margin: 0 auto;
}

.bl-entry-form__form {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}

.bl-entry-form__row {
  display: flex;
  align-items: center;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .bl-entry-form__row {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.8rem;
  }
}
.bl-entry-form__row--textarea {
  align-items: flex-start;
}
.bl-entry-form__row--textarea .bl-entry-form__input-wrapper .bl-entry-form__input-wrapper-textarea {
  display: flex;
  border: 1px solid #1a1a1a;
  border-radius: 0.8rem;
  overflow: hidden;
}

.bl-entry-confirm__form .bl-entry-form__row--textarea .bl-entry-form__input-wrapper .bl-entry-form__input-wrapper-textarea {
  border: 0;
  white-space: pre-wrap;
}

.bl-entry-form__label-wrapper {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  flex-shrink: 0;
  width: 24rem;
}
@media screen and (max-width: 768px) {
  .bl-entry-form__label-wrapper {
    width: 100%;
  }
}
.bl-entry-form__label-wrapper--top {
  padding-top: 1.3rem;
  align-items: flex-start;
}

.bl-entry-form__label {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1;
  color: #1a1a1a;
}
@media screen and (max-width: 768px) {
  .bl-entry-form__label {
    font-size: 1.6rem;
  }
}

.bl-entry-form__required {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #c80002;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1;
  width: 5.6rem;
  height: 2rem;
  border-radius: 1.5rem;
  white-space: nowrap;
}

.bl-entry-form__input-wrapper {
  flex: 1;
  position: relative;
  min-width: 0;
}
@media screen and (max-width: 768px) {
  .bl-entry-form__input-wrapper {
    width: 100%;
  }
}

.bl-entry-form__input,
.bl-entry-form__select {
  width: 100%;
  height: 4.6rem;
  padding: 0.8rem 1.6rem;
  background: #ffffff;
  border: 1px solid #1a1a1a;
  border-radius: 0.8rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  color: #1a1a1a;
  outline: none;
  transition: border-color 0.2s ease;
}
.bl-entry-form__input::placeholder,
.bl-entry-form__select::placeholder {
  color: #a4a4a4;
}
@media screen and (max-width: 768px) {
  .bl-entry-form__input,
  .bl-entry-form__select {
    font-size: 1.6rem;
    height: 4rem;
  }
}

.bl-entry-form__select {
  appearance: none;
  cursor: pointer;
  padding-right: 2.5rem;
}

.bl-entry-form__select-arrow {
  position: absolute;
  right: 1rem;
  top: 2.5rem;
  transform: translateY(-50%) rotate(180deg);
  width: 0;
  height: 0;
  border-left: 0.3rem solid transparent;
  border-right: 0.3rem solid transparent;
  border-bottom: 0.4rem solid #1a1a1a;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .bl-entry-form__select-arrow {
    top: 2.2rem;
  }
}

.bl-entry-form__date-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 3.6rem;
}
@media screen and (max-width: 768px) {
  .bl-entry-form__date-wrapper {
    width: 100%;
    gap: 1.6rem;
  }
}

.bl-entry-confirm__form .bl-entry-form__input-wrapper {
  color: #1a1a1a !important;
}
@media screen and (max-width: 768px) {
  .bl-entry-confirm__form .bl-entry-form__date-wrapper {
    gap: 0;
  }
  .bl-entry-confirm__form .bl-entry-form__date-wrapper .bl-entry-form__date-field {
    flex: unset;
  }
}

.bl-entry-form__date-field {
  display: flex;
  align-items: flex-end;
  gap: 0.4rem;
}
@media screen and (max-width: 768px) {
  .bl-entry-form__date-field {
    flex: 1;
  }
}

.bl-entry-form__date-input {
  width: 11.5rem;
  height: 4.6rem;
  padding: 0.8rem 1.6rem;
  background: #ffffff;
  border: 1px solid #1a1a1a;
  border-radius: 0.8rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  color: #1a1a1a;
  outline: none;
  transition: border-color 0.2s ease;
  -moz-appearance: textfield;
}
.bl-entry-form__date-input::-webkit-outer-spin-button, .bl-entry-form__date-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.bl-entry-form__date-input:focus {
  border-color: #c80002;
}
@media screen and (max-width: 768px) {
  .bl-entry-form__date-input {
    width: 100%;
    font-size: 1.6rem;
    height: 4rem;
  }
}

.bl-entry-form__date-label {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.5;
  color: #1a1a1a;
}

.bl-entry-form__textarea {
  width: 100%;
  height: 28rem;
  min-height: 20rem;
  max-height: 50rem;
  padding: 1.6rem;
  background: #ffffff;
  border: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  color: #1a1a1a;
  outline: none;
  resize: vertical;
  transition: border-color 0.2s ease;
}
@media screen and (max-width: 768px) {
  .bl-entry-form__textarea {
    font-size: 1.6rem;
    height: 20rem;
  }
}

.bl-entry-form__submit {
  display: flex;
  justify-content: center;
  margin-top: 4.5rem;
}

.bl-entry-form__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
  padding: 1.5rem 3rem 1.3rem;
  background: #c80002;
  border: 1px solid #1a1a1a;
  border-radius: 10rem;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease;
}
.bl-entry-form__button:hover {
  background: #a00001;
  transform: translateY(-2px);
}
.bl-entry-form__button:active {
  transform: translateY(0);
}
.bl-entry-form__button span:first-child {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  color: #ffffff;
  white-space: nowrap;
}

.bl-entry-form__button-arrow {
  display: block;
  width: 2rem;
  height: 2rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='5' y1='12' x2='19' y2='12'%3E%3C/line%3E%3Cpolyline points='12 5 19 12 12 19'%3E%3C/polyline%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.bl-entry-confirm__form {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}

.bl-entry-form__value-wrapper {
  flex: 1;
  min-width: 0;
}
@media screen and (max-width: 768px) {
  .bl-entry-form__value-wrapper {
    width: 100%;
  }
}

.bl-entry-form__value {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.5;
  color: #1a1a1a;
}
@media screen and (max-width: 768px) {
  .bl-entry-form__value {
    font-size: 1.6rem;
  }
}
.bl-entry-form__value--multiline {
  display: block;
  white-space: pre-wrap;
  line-height: 1.8;
}

.bl-entry-confirm__buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4rem;
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  .bl-entry-confirm__buttons {
    flex-direction: column-reverse;
    gap: 2rem;
  }
}

.bl-entry-confirm__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
  padding: 2rem 3.2rem;
  border-radius: 10rem;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease;
  text-decoration: none;
}
.bl-entry-confirm__button--back {
  background: #ffffff;
  border: 1px solid #1a1a1a;
}
.bl-entry-confirm__button--back span:not(.bl-entry-confirm__button-arrow) {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  color: #1a1a1a;
  white-space: nowrap;
}
.bl-entry-confirm__button--back:hover {
  background: rgb(242.25, 242.25, 242.25);
  transform: translateY(-2px);
}
.bl-entry-confirm__button:active {
  transform: translateY(0);
}

.bl-entry-confirm__button-arrow {
  display: block;
  width: 2rem;
  height: 2rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231a1a1a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='5' y1='12' x2='19' y2='12'%3E%3C/line%3E%3Cpolyline points='12 5 19 12 12 19'%3E%3C/polyline%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.bl-entry-confirm__button-arrow--left {
  transform: rotate(180deg);
}

.bl-entry-thanks {
  position: relative;
  padding: 12rem 24rem 14.9rem 24rem;
  max-width: 144rem;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .bl-entry-thanks {
    padding: 8rem 8rem;
  }
}
@media screen and (max-width: 768px) {
  .bl-entry-thanks {
    padding: 4rem 1.6rem;
  }
}

.bl-entry-thanks__container {
  max-width: 96rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 8rem;
}
@media screen and (max-width: 768px) {
  .bl-entry-thanks__container {
    gap: 4rem;
  }
}

.bl-entry-thanks__content {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  align-items: center;
}

.bl-entry-thanks__banner {
  width: 100%;
  position: relative;
}

.bl-entry-thanks__banner-inner {
  width: 100%;
  height: 26.4rem;
  background: #c80002;
  border-radius: 1.6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  padding: 2rem;
}
@media screen and (max-width: 768px) {
  .bl-entry-thanks__banner-inner {
    height: 20rem;
  }
}
.bl-entry-thanks__banner-inner::after {
  content: "";
  position: absolute;
  bottom: -1.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 2rem solid transparent;
  border-right: 2rem solid transparent;
  border-top: 2rem solid #c80002;
}

.bl-entry-thanks__title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.2;
  color: #ffffff;
  text-align: center;
  margin: 0 0 2rem 0;
}
@media screen and (max-width: 768px) {
  .bl-entry-thanks__title {
    font-size: 2.4rem;
  }
}

.bl-entry-thanks__icon {
  width: 8rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .bl-entry-thanks__icon {
    width: 6rem;
  }
}

.bl-entry-thanks__message {
  width: 100%;
  text-align: center;
}
.bl-entry-thanks__message .bl-entry-thanks__message__item {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 2.4;
  color: #1a1a1a;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .bl-entry-thanks__message .bl-entry-thanks__message__item {
    font-size: 1.4rem;
    line-height: 2;
  }
}
.bl-entry-thanks__message .bl-entry-thanks__message__item--001 {
  margin-left: -0.5rem;
}
.bl-entry-thanks__message .bl-entry-thanks__message__item--004 {
  margin-left: 0.55rem;
}

.bl-entry-thanks__button-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}

.bl-entry-thanks__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
  padding: 2rem 3.2rem;
  background: #1a1a1a;
  border-radius: 10rem;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease;
}
.bl-entry-thanks__button span {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1;
  white-space: nowrap;
}
.bl-entry-thanks__button:hover {
  background: rgb(51.5, 51.5, 51.5);
  transform: translateY(-2px);
}
@media screen and (max-width: 768px) {
  .bl-entry-thanks__button {
    padding: 1.6rem 2.4rem;
  }
  .bl-entry-thanks__button span {
    font-size: 1.6rem;
  }
}

.bl-entry-thanks__button-icon {
  width: 2rem;
  height: 2rem;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .bl-entry-thanks__button-icon {
    width: 1.6rem;
    height: 1.6rem;
  }
}

.mw_wp_form p:empty,
.mw_wp_form p:has(> br:only-child) {
  display: none;
  margin: 0;
  padding: 0;
}
.mw_wp_form .bl-entry-form__label-wrapper br,
.mw_wp_form .bl-entry-form__input-wrapper br,
.mw_wp_form .bl-entry-form__date-field br,
.mw_wp_form .bl-entry-form__date-wrapper br {
  display: none;
}
.mw_wp_form form {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
.mw_wp_form .bl-entry-form__date-wrapper p {
  display: none;
}
.mw_wp_form .bl-entry-form__input-wrapper input[type=hidden] {
  display: none !important;
}
.mw_wp_form .bl-entry-form__input,
.mw_wp_form .bl-entry-form__date-input {
  width: 100%;
}
.mw_wp_form .bl-entry-form__date-input {
  width: 11.5rem;
}
@media screen and (max-width: 768px) {
  .mw_wp_form .bl-entry-form__date-input {
    width: 100%;
  }
}
.mw_wp_form .bl-entry-form__button {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  color: #ffffff;
  white-space: nowrap;
  position: relative;
  padding-right: 5rem;
}
.mw_wp_form .bl-entry-form__button::after {
  content: "";
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='5' y1='12' x2='19' y2='12'%3E%3C/line%3E%3Cpolyline points='12 5 19 12 12 19'%3E%3C/polyline%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.mw_wp_form_confirm .bl-entry-form__required {
  display: none;
}
.mw_wp_form_confirm .bl-entry-form__select-arrow {
  display: none;
}
.mw_wp_form_confirm .bl-entry-form__input-wrapper {
  position: relative;
  flex: 1;
  min-width: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.8;
  color: #1a1a1a;
}
@media screen and (max-width: 768px) {
  .mw_wp_form_confirm .bl-entry-form__input-wrapper {
    width: 100%;
    font-size: 1.6rem;
  }
}
.mw_wp_form_confirm .bl-entry-form__date-field {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.5;
  color: #1a1a1a;
}
@media screen and (max-width: 768px) {
  .mw_wp_form_confirm .bl-entry-form__date-field {
    font-size: 1.6rem;
  }
}
.mw_wp_form_confirm input[type=hidden] {
  display: none !important;
  position: absolute;
  visibility: hidden;
}
.mw_wp_form_confirm .bl-entry-form__row--textarea .bl-entry-form__input-wrapper {
  line-height: 1.8;
}
.mw_wp_form_confirm .bl-entry-form__submit {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4rem;
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  .mw_wp_form_confirm .bl-entry-form__submit {
    flex-direction: column;
    gap: 2rem;
    margin-top: 4rem;
  }
}
.mw_wp_form_confirm .bl-entry-form__submit input[name=submitBack],
.mw_wp_form_confirm .bl-entry-form__submit button[name=submitBack] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
  padding: 1.5rem 3rem 1.3rem;
  background: #ffffff;
  border: 1px solid #1a1a1a;
  border-radius: 10rem;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  color: #1a1a1a;
  white-space: nowrap;
  position: relative;
  padding-left: 5rem;
}
.mw_wp_form_confirm .bl-entry-form__submit input[name=submitBack]:hover,
.mw_wp_form_confirm .bl-entry-form__submit button[name=submitBack]:hover {
  background: rgb(242.25, 242.25, 242.25);
  transform: translateY(-2px);
}
.mw_wp_form_confirm .bl-entry-form__submit input[name=submitBack]::before,
.mw_wp_form_confirm .bl-entry-form__submit button[name=submitBack]::before {
  content: "";
  position: absolute;
  left: 2rem;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  width: 2rem;
  height: 2rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231a1a1a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='5' y1='12' x2='19' y2='12'%3E%3C/line%3E%3Cpolyline points='12 5 19 12 12 19'%3E%3C/polyline%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.mw_wp_form_confirm .bl-entry-form__submit input[name=submitBack]::after,
.mw_wp_form_confirm .bl-entry-form__submit button[name=submitBack]::after {
  display: none !important;
}
.mw_wp_form_confirm .bl-entry-form__submit input[name=submitBack]:hover::after,
.mw_wp_form_confirm .bl-entry-form__submit button[name=submitBack]:hover::after {
  display: none !important;
}
.mw_wp_form_confirm .bl-entry-form__submit input[name=submit],
.mw_wp_form_confirm .bl-entry-form__submit button[name=submit] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
  padding: 1.5rem 3rem 1.3rem;
  background: #c80002;
  border: 1px solid #1a1a1a;
  border-radius: 10rem;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  color: #ffffff;
  white-space: nowrap;
  position: relative;
  padding-right: 5rem;
}
.mw_wp_form_confirm .bl-entry-form__submit input[name=submit]:hover,
.mw_wp_form_confirm .bl-entry-form__submit button[name=submit]:hover {
  background: #a00001;
  transform: translateY(-2px);
}
.mw_wp_form_confirm .bl-entry-form__submit input[name=submit]::after,
.mw_wp_form_confirm .bl-entry-form__submit button[name=submit]::after {
  content: "";
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='5' y1='12' x2='19' y2='12'%3E%3C/line%3E%3Cpolyline points='12 5 19 12 12 19'%3E%3C/polyline%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.mw_wp_form .error {
  font-size: 85% !important;
  color: #b70000;
  display: block;
  padding-left: 1rem;
  padding-top: 0.3rem;
}

.bl-entry-form__input-wrapper-textarea .error {
  padding-left: 0;
  margin-top: 0.8rem;
}

/*# sourceMappingURL=entry.css.map */
