/*
  /rakurakucloud/jidootai/asset/css/page/p-top.css
  TOPページFV以外用CSS
*/
.p-top {
}
.p-top-achievement__inner{
  padding: 40px 20px 20px;
  @media screen and (max-width: 1000px) {
    padding: 40px 20px 40px;
  }
}
.p-top-achievement__wrap{
  max-width: 760px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  align-items: center;
  justify-content: center;
  gap: 80px;
  @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 0;
  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: 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;
}
.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__small{
  font-size: 10px;
  font-weight: normal;
}
.p-top-company-image_wrap{
  padding: 0 0 20px;
}
.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-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;
}
.p-top-common-note__wrap{
  max-width: 1000px;
  margin-inline: auto;
}
.p-top-common-note__small{
  font-size: 10px;
}