/* ========================================
   Backoffice Page Styles
   Requires: common-new.css
   ======================================== */

/* ========================================
   Header override
   ======================================== */
.header__nav {
  display: none;
}

/* ========================================
   CTA buttons (fixed)
   ======================================== */

.bo-fv__buttons {
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: flex;
  gap: 24px;
  z-index: 100;
}
@media (max-width: 767px) {
  .bo-fv__buttons {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    gap: 0;
    z-index: 100;
  }
}

/* ========================================
   FV
   ======================================== */

.bo-fv {
  position: relative;
  width: 100%;
  height: min(639px, 44.4vw);
  overflow: hidden;
}
@media (max-width: 767px) {
  .bo-fv {
    height: auto;
    padding-top: 100px;
    overflow: visible;
  }
}
.bo-fv__slider {
  position: absolute;
  top: 14.7%;
  left: 0;
  right: 0;
  height: 85.3%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .bo-fv__slider {
    position: relative;
    top: 0;
    height: auto;
    padding: 0 2rem;
  }
}
.bo-fv__track {
  display: flex;
  gap: 5.6rem;
  width: max-content;
  height: 100%;
  animation: bo-slide 60s linear infinite;
}
@media (max-width: 767px) {
  .bo-fv__track {
    gap: 1rem;
  }
}
.bo-fv__slide {
  width: 90rem;
  height: 100%;
  border-radius: 30px;
  overflow: hidden;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .bo-fv__slide {
    width: calc(100vw - 4rem);
    height: auto;
    border-radius: 5px;
  }
}
.bo-fv__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bo-fv__catch {
  position: absolute;
  left: max(7%, calc((100% - 1440px) / 2 + 100px));
  top: 74.3%;
  font-weight: 700;
  font-size: min(5.4rem, 3.75vw);
  color: #fff;
  line-height: 1.3;
  text-shadow: 0px 0px 6px black;
  z-index: 2;
}
@media (max-width: 767px) {
  .bo-fv__catch {
    position: relative;
    left: 0;
    top: 0;
    padding: 16px 20px 0;
    font-size: 2.8rem;
    line-height: 1.4;
    color: #39aa5f;
    text-shadow: none;
  }
}
@media (max-width: 767px) {
  .bo-fv__br-pc {
    display: none;
  }
}

@keyframes bo-slide {
  0% {
    transform: translateX(-68.6rem);
  }
  100% {
    transform: translateX(-355.4rem);
  }
}
@media (max-width: 767px) {
  @keyframes bo-slide {
    0% {
      transform: translateX(-18rem);
    }
    100% {
      transform: translateX(-126rem);
    }
  }
}

/* ========================================
   Requirements
   ======================================== */

.requirements {
  padding-top: 102px;
}
@media (max-width: 767px) {
  .requirements {
    padding-top: 40px;
  }
}
.requirements__inner {
  max-width: 780px;
  margin: 0 auto;
  padding: 0 20px;
}
.requirements__heading {
  font-weight: 700;
  font-size: 4rem;
  color: #39aa5f;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .requirements__heading {
    font-size: 3.2rem;
    text-align: center;
  }
}
.requirements__table {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .requirements__table {
    margin-top: 32px;
  }
}
.requirements__row {
  display: flex;
  gap: 16px;
  padding-left: 16px;
  padding-bottom: 24px;
  border-bottom: 1px solid;
  border-image: linear-gradient(to right, #39aa5f 28.2%, #c1c1c1 28.2%) 1;
}
@media (max-width: 767px) {
  .requirements__row {
    flex-direction: column;
    gap: 16px;
    padding-left: 0;
    border-image: none;
    border-bottom: 1px solid #c1c1c1;
  }
}
.requirements__label {
  width: 26.2%;
  flex-shrink: 0;
  font-weight: 700;
  font-size: 1.6rem;
  color: #39aa5f;
}
@media (max-width: 767px) {
  .requirements__label {
    width: auto;
  }
}
.requirements__value {
  flex: 1;
  min-width: 0;
  font-weight: 400;
  font-size: 1.6rem;
  color: #282828;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .requirements__value {
    width: 100%;
  }
}

/* ========================================
   Persona
   ======================================== */

.persona {
  margin-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .persona {
    margin-top: 60px;
    padding-bottom: 64px;
  }
}
.persona__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 min(7%, 100px);
  display: flex;
  align-items: flex-start;
  gap: min(126px, 8.75vw);
}
@media (max-width: 767px) {
  .persona__inner {
    padding: 0 20px;
    flex-direction: column;
    gap: 32px;
  }
}
.persona__content {
  flex: 1;
  min-width: 0;
  margin-left: min(82px, 5.7vw);
}
@media (max-width: 767px) {
  .persona__content {
    margin-left: 0;
  }
}
.persona__heading {
  font-weight: 700;
  font-size: 4.8rem;
  color: #39aa5f;
  line-height: 0.9;
}
@media (max-width: 767px) {
  .persona__heading {
    font-size: 3.2rem;
    text-align: center;
  }
}
.persona__text {
  font-weight: 400;
  font-size: 1.6rem;
  color: #282828;
  line-height: 1.5;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .persona__text {
    margin-top: 32px;
  }
}
.persona__text p + p {
  margin-top: 24px;
}
.persona__photo {
  width: 44%;
  /* height: 328px; */
  flex-shrink: 0;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .persona__photo {
    width: 100%;
    /* height: 212px; */
    border-radius: 10px;
  }
}
.persona__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

