.split-layout {
  position: relative;
}

.split-layout__image {
  width: 25%;
  height: calc(100% - 12.5rem);
  position: absolute;
  top: 6.25rem;
  left: 0;
  overflow: hidden;
  min-height: 15rem;
}

.split-layout__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.split-layout__content {
  padding-left: calc(25% + 1rem) !important;
}

@media (max-width: 768px) {
  .split-layout__image,
  .split-layout__content {
    width: 100%;
  }

  .split-layout__image {
    position: relative;
    top: 0;
    height: 15rem;
    margin-top: 1.5rem;
  }

  .split-layout__content {
    padding-left: calc(var(--bs-gutter-x) * 1) !important;
  }
}

/* ==================== */

.effective-image {
  height: 5rem;
}

/* ==================== */

.suggest-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 1.25rem;
  z-index: 777;
  height: fit-content;
}

@media (max-width: 768px) {
  .suggest-sticky {
    position: relative;
    top: 0;
    margin-bottom: 1rem;
  }
}

.suggest-question__image {
  height: 4.25rem;
}

.suggest-question__content {
  position: relative;
  border: #ffffff 2px solid;
  border-radius: 5rem;
  padding: 1rem 1.5rem 0.75rem;
  font-weight: 700;
  z-index: 10;
}

.suggest-question__content::after {
  content: "";
  position: absolute;
  left: 0.35rem;
  top: 0.45rem;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 5rem;
  background: linear-gradient(270deg, rgba(239, 129, 38, 0.4) 20%, rgba(241, 188, 0, 0.4) 100%);
  z-index: 0;
  mix-blend-mode: color;
  pointer-events: none;
}

/* ==================== */

.trial-catch {
  position: relative;
  padding: 3rem 6rem 3rem 3.25rem;
}

.trial-foot {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem 0.15rem;
}

.trial-foot-icon {
  height: 2.5rem;
  margin-bottom: 0.35rem;
}

@media (max-width: 768px) {
  .trial-catch {
    position: relative;
    padding: 1.5rem 1.75rem 1.75rem 1.75rem;
  }
  .trial-catch .h2,
  .trial-catch .icon-btn {
    position: relative;
    z-index: 10;
  }
  .trial-catch .foot-banner__catch-img {
    width: 75%;
    object-fit: cover;
    object-position: 0% 50%;
  }
  .trial-foot {
    padding: 0.75rem 1rem 0.4rem;
  }
  .trial-foot .fs-5-5 {
    font-size: 1rem !important;
    line-height: 1.5;
  }
}

/* ==================== */

.profile-sign {
	height: 6rem;
}

/* ==================== */

.hero-circle {
  width: 12rem;
  height: 12rem;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
  display: inline-block;
  padding: 0.75rem;
  text-align: center;
  vertical-align: middle;
  letter-spacing: 0.1em;
  border-radius: 12rem;
  border: 2px solid #fff;
  background-image: -webkit-repeating-linear-gradient(135deg, #fff, #fff 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #fff, #fff 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
}

.hero-circle > span {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.25rem;
  color: #ea571f;
  border: 2px solid #fff;
  border-radius: 12rem;
  background: #fff;
}

@media (max-width: 768px) {
  .hero-circle {
    width: 100%;
    height: auto;
    font-size: 1rem;
    padding: 0.5rem;
  }
  .hero-circle > span {
    padding: 0.5rem 0.75rem 0.25rem;
  }
}

/* ==================== */

.loading-cover {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #16152d;
  animation: slide-out-container 1.2s cubic-bezier(0.97, 0.01, 0.36, 0.99) 3.7s;
  animation-fill-mode: forwards;
  pointer-events: none;
}

.catch-wrapper {
  color: #ffffff;
  position: absolute;
  text-align: center;
}

.catch {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  opacity: 0;
  padding: 1rem;
}

.text-wrapper {
  color: #ffffff;
  position: absolute;
}

.text {
  font-size: 8vh;
  font-weight: 700;
  line-height: 1.2;
  opacity: 0;
}

.text-1,
.text-3,
.text-4,
.text-8,
.text-9,
.text-11 {
  color: #16152d;
  -webkit-text-stroke: 1px #ffffff;
}

.text-1 {
  animation: blink 0.8s linear 0.9s;
}
.text-2 {
  animation: blink 0.8s linear 0.8s;
}
.text-3 {
  animation: blink 0.8s linear 0.7s;
}
.text-4 {
  animation: blink 0.8s linear 0.6s;
}
.text-5 {
  animation: blink 0.8s linear 0.5s;
}
.text-6 {
  animation: blink 0.8s linear 0.4s;
}
.text-7 {
  animation: blink 0.8s linear 0.5s;
}
.text-8 {
  animation: blink 0.8s linear 0.6s;
}
.text-9 {
  animation: blink 0.8s linear 0.7s;
}
.text-10 {
  animation: blink 0.8s linear 0.8s;
}
.text-11 {
  animation: blink 0.8s linear 0.9s;
}

.catch-1 {
  animation: fade-in-out 1.5s linear 1.5s;
}
.catch-2 {
  animation: fade-in-out 1.5s linear 3s;
}

@keyframes blink {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fade-in-out {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  10% {
    opacity: 1;
    transform: translateY(0);
  }
  90% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}

@keyframes slide-out-container {
  0% {
    height: 100vh;
  }
  40% {
    height: 100vh;
  }
  100% {
    height: 0;
  }
}
