/*
  /rakurakucloud/jidootai/asset/css/page/p-translation-fv.css
  LPページFV用CSS
*/
.p-top-fv {
  overflow: hidden;
  padding: 55px 0 160px;
  background-color: var(--gray-bg-02);
  @media screen and (max-width: 840px) {
    height: 500px;
    padding: 30px 30px 0;
  }
  @media screen and (max-width: 600px) {
    padding: 25px 20px 105px;
  }
}
.l-common-main {
  padding: 80px 0 0 0;
  @media screen and (max-width: 840px) {
    padding: 50px 0 0 0;
  }
}
.l-header-simple-gnavi-item__link{
  @media screen and (max-width: 1060px) {
    font-size: 12px;
    padding: 30px 8px;
  }
  @media screen and (max-width: 900px) {
    font-size: 11px;
    padding: 30px 5px;
  }
}
.p-top-fv__inner {
  position: relative;
  margin: 0 auto;
  padding: 0 60px;
  width: 1180px;
  &::before {
    content: "";
    position: absolute;
    z-index: 10;
    bottom: -230px;
    right: -290px;
    width: 400px;
    aspect-ratio: 555 / 619;
    background-image: url(/rakurakucloud/jidootai/asset/image/common/component/fv-back-component.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    transform: rotate(-26deg);
    @media screen and (max-width: 1300px) {
      bottom: -130px;
      right: -153px;
      transform: rotate(-80deg);
    }
    @media screen and (max-width: 1024px) {
      width: 380px;
      height: 425px;
      bottom: -90px;
      right: -171px;
    }
    @media screen and (max-width: 840px) {
      right: -80px;
      width: 350px;
      bottom: -510px;
      height: 500px;
      transform: rotate(-20deg);
    }
  }
  &::after {
    content: "";
    position: absolute;
    z-index: 10;
    bottom: -190px;
    left: -275px;
    width: 280px;
    aspect-ratio: 306 / 342;
    background-image: url(/rakurakucloud/jidootai/asset/image/common/component/fv-back-component-sub.svg);
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(-26deg);
    @media screen and (max-width: 1024px) {
      display: none;
    }
  }
  @media screen and (max-width: 1280px) {
    width: 100%;
  }
  @media screen and (max-width: 1024px) {
  }
  @media screen and (max-width: 840px) {
    padding: 0;
  }
}
.p-top-fv__title {
  @media screen and (max-width: 840px) {
    display: grid;
    justify-content: center;
    text-align: center;
    width: 100%;
  }
}
.p-top-fv__title-label {
  display: inline-block;
  max-width: 500px;
  font-size: 24px;
  font-weight: 500;
  vertical-align: middle;
  background: var(--rjidootai-primary);
  color: var(--white);
  text-align: center;
  padding: 10px 25px 7px;
  border-radius: 25px;
  line-height: 1;
  @media screen and (max-width: 1024px) {
    padding: 8px 25px 5px;
    font-size: 20px;
  }
  @media screen and (max-width: 600px) {
    font-size: 16px;
  }
}

.p-top-fv__check {
  width: calc(100% - 380px);
  margin: 16px 0 0 0;
  @media screen and (max-width: 1024px) {
    width: calc(100% - 330px);
  }
  @media screen and (max-width: 840px) {
    margin: 10px auto;
    font-size: 16px;
    width: max-content;
  }
  @media screen and (max-width: 600px) {
    width: 100%;
    margin: 10px 0 0;
  }
}
.p-top-fv__image-wrap {
  position: absolute;
  right: -30px;
  top: -30px;
  width: 512px;
  z-index: 20;
  @media screen and (max-width: 1280px) {
    right: 0;
  }
  @media screen and (max-width: 1100px) {
    width: 440px;
    height: 474px;
  }
  @media screen and (max-width: 1024px) {
    right: -110px;
  }
  @media screen and (max-width: 840px) {
    width: 100%;
    top: 160px;
    right: 0;
    text-align: center;
  }
}
.p-top-fv__image {
  @media screen and (max-width: 1024px) {
    width: 390px;
  }
  @media screen and (max-width: 840px) {
    width: 310px;
    height: 334px;
  }
}
.p-top-fv-h1 {
  display: block;
  font-size: 50px;
  font-weight: 700;
  margin: 15px 0 0 0;
  line-height: 1.3;
  @media screen and (max-width: 1024px) {
    font-size: 45px;
    margin: 25px 0 0 0;
  }
  @media screen and (max-width: 600px) {
    margin: 20px 0 0 0;
    font-size: 30px;
  }
}
.p-top-fv-h1__middle{
  font-size: 40px;
  font-weight: bold;
  display: block;
  line-height: 1.3;
  @media screen and (max-width: 1024px) {
    font-size: 30px;
  }
  @media screen and (max-width: 600px) {
    font-size: 24px;
  }
}
.p-top-fv-h1__small {
  font-size: 23px;
  display: block;
  line-height: 1.3;
  @media screen and (max-width: 1024px) {
    font-size: 18px;
  }
}
.p-top-fv-cta {
  top: -42px;
  display: flex;
  justify-content: space-around;
  margin: 0 auto -42px;
  position: relative;
  width: 940px;
  z-index: 30;
  @media screen and (max-width: 1024px) {
    width: 97%;
    margin: 0 auto;
  }
  @media screen and (max-width: 840px) {
    display: flex;
    flex-wrap: wrap;
    width: 95%;
    top: -30px;
    margin: 0 auto;
  }
  @media screen and (max-width: 600px) {
    top: -30px;
    margin: 0 auto;
  }
}
.p-top-fv__tagline-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0 0 0;
  @media screen and (max-width: 840px) {
    justify-content: center;
  }
}
.p-top-fv__tagline {
  font-size: 20px;
  @media screen and (max-width: 840px) {
    font-size: 16px;
  }
}
.p-top-fv__tagline-ai {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  background-color: var(--gray-bg-01);
  padding: 10px 20px;
  @media screen and (max-width: 840px) {
    font-size: 14px;
    padding: 5px 15px;
  }
}
.p-top-fv__logo-image-wrap {
  max-width: 300px;
  width: 100%;
  padding: 40px 0 0 0;
  @media screen and (max-width: 840px) {
    max-width: 220px;
    padding: 20px;
    margin-inline: auto;
  }
}
.p-top-achievement__copy{
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 30px 0;
  @media screen and (max-width: 1024px) {
    padding: 0 0 30px;
  }
  @media screen and (max-width: 840px) {
    font-size: 16px;
  }
}

.p-top-achievement__inner{
  padding: 0 20px 20px;
  @media screen and (max-width: 1000px) {
    padding: 0 20px 40px;
  }
}
.p-top-achievement__wrap{
  max-width: 1130px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  align-items: center;
  justify-content: center;
  gap: 70px;
  @media screen and (max-width: 1200px) {
    grid-template-columns: repeat(2,1fr);
    gap: 30px 80px;
    max-width: fit-content;
  }
  @media screen and (max-width: 840px) {
    grid-template-columns: 1fr;
    gap: 30px;
    max-width: fit-content;
  }
  @media screen and (max-width: 400px) {
    gap: 20px;
    max-width: initial;
  }
}
.p-top-achievement__texts{
  font-size: 24px;
  font-weight: bold;
  @media screen and (max-width: 840px) {
    text-align: center;
  }
}
.p-top-achievement__text-strong{
  font-size: 38px;
  font-family: "Roboto", sans-serif;
}
.p-top-achievement__emblem{
  position: relative;
  display: flex;
  justify-content: space-around;
  gap: 5px 10px;
  place-items: center;
  line-height: 1;
  &::before{
    position: absolute;
    content: "";
    background: url(/rakurakucloud/jidootai/asset/image/common/figure/figure-laurel-rjidootai-left.svg);
    background-size: cover;
    display: block;
    width: 36px;
    height: 80px;
    top: 50%;
    left: -25px;
    transform: translateY(-50%);
  }
  &::after{
    position: absolute;
    content: "";
    background: url(/rakurakucloud/jidootai/asset/image/common/figure/figure-laurel-rjidootai-right.svg);
    background-size: cover;
    display: block;
    width: 36px;
    height: 80px;
    top: 50%;
    right: -25px;
    transform: translateY(-50%);
  }
  @media screen and (max-width:1200px) {
    &.p-top-achievement__emblem:last-child{
      grid-column: 1 / -1;
      justify-self: center;
    }
  }
  @media screen and (max-width:840px) {
    &.p-top-achievement__emblem:last-child{
      width: 100%;
    }
  }
  @media screen and (max-width: 400px) {
    justify-content: center;
    gap: 10px;
    &::before{
      width: 24px;
      height: 54px;
      left: 0;
    }
    &::after{
      width: 24px;
      height: 54px;
      right: 0;
    }
  }
}
.p-top-achievement__emblem-left.p-top-achievement__emblem-left--flex{
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: bold;
}
.p-top-achievement__emblem-text{
  font-size: 14px;
  @media screen and (max-width: 400px) {
    font-size: 13px;
  }
}
.p-top-achievement__emblem-text-bold{
  font-size: 18px;
  font-weight: bold;
  @media screen and (max-width: 400px) {
    font-size: 16px;
  }
}
.p-top-achievement__no1{
  font-size: 62px;
  font-weight: bold;
  color: var(--rjidootai-primary);
  font-family: "Roboto", sans-serif;
  @media screen and (max-width: 400px) {
   font-size: 46px;
  }
}
.p-top-achievement__middle{
  font-size: 38px;
  color: var(--rjidootai-primary);
}
.p-top-achievement__small{
  font-size: 10px;
  font-weight: normal;
}
.p-top-company-image_wrap {
  padding: 0 0 20px;
}
.p-top-common-note__wrap {
  max-width: 870px;
  margin-inline: auto;
}
.p-top-company-image__logo {
  --logo-strip-width: 1200px;
  position: relative;
  width: 100%;
  height: 80px;
  background-image: url(/rakurakucloud/jidootai/asset/image/common/figure/figure-lp-company-logo.webp);
  background-repeat: repeat;
  background-size: cover;
  animation: logo-list-slider 46s linear infinite;
  will-change: background-position;
}
@keyframes logo-list-slider {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: calc(-1 * var(--logo-strip-width)) 0;
  }
}
.p-top-common-note{
  padding: 0 20px;
}
