@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes infinity-scroll-bottom {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes infinity-scroll-top {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-100%);
  }
}
@keyframes vibration {
  20% {
    translate: 0 -0.2rem;
    rotate: 0deg;
    animation-timing-function: cubic-bezier(0.4, 0, 1, 1.3);
  }
  25% {
    translate: 0 0;
    rotate: -1deg;
  }
  55% {
    translate: 0 -0.1rem;
    rotate: 0deg;
    animation-timing-function: cubic-bezier(0.4, 0, 1, 1.3);
  }
  60% {
    translate: 0 0;
    rotate: 0deg;
  }
}
@keyframes vibration2 {
  0% {
    transform: translate(0) rotate(0deg);
  }
  21% {
    transform: translate(0) rotate(0deg);
  }
  22% {
    transform: translate(0) rotate(-2deg);
  }
  23% {
    transform: translateY(-0.1rem) rotate(0deg);
  }
  24% {
    transform: translateY(-0.1rem) rotate(2deg);
  }
  25% {
    transform: translate(0.1rem) rotate(-1deg);
  }
  26% {
    transform: translateY(0.1rem) rotate(0deg);
  }
  27% {
    transform: translate(0) rotate(2deg);
  }
  28% {
    transform: translate(0) rotate(0deg);
  }
  100% {
    transform: translate(0) rotate(0deg);
  }
}
@keyframes vibration3 {
  20% {
    translate: 0 -0.15rem;
    rotate: -0.5deg;
    animation-timing-function: cubic-bezier(0.4, 0, 1, 1.3);
  }
  25% {
    translate: 0 0;
    rotate: 0.5deg;
  }
  55% {
    translate: 0 0.15rem;
    rotate: -0.5deg;
    animation-timing-function: cubic-bezier(0.4, 0, 1, 1.3);
  }
  60% {
    translate: 0 0;
    rotate: 0deg;
  }
}
@keyframes run-left {
  0% {
    transform: translateX(-100%);
  }
  90% {
    transform: translateX(600px);
  }
  100% {
    transform: translateX(600px);
  }
}
@keyframes run-left-sp {
  0% {
    transform: translateX(-100%);
  }
  90% {
    transform: translateX(120vw);
  }
  100% {
    transform: translateX(120vw);
  }
}
@keyframes run-right {
  0% {
    transform: translateX(100%);
  }
  90% {
    transform: translateX(-600px);
  }
  100% {
    transform: translateX(-600px);
  }
}
@keyframes run-right-sp {
  0% {
    transform: translateX(100%);
  }
  90% {
    transform: translateX(-600px);
  }
  100% {
    transform: translateX(-600px);
  }
}
@keyframes clatter {
  0%, 50% {
    transform: rotate(-150deg);
  }
  62.5%, 87.5% {
    transform: rotate(-147deg);
  }
  75%, 100% {
    transform: rotate(-150deg);
  }
}
@keyframes poyon {
  0% {
    transform: scale(0.8, 1.4) translate(0%, -100%);
    opacity: 0;
  }
  10% {
    transform: scale(0.8, 1.4) translate(0%, -15%);
  }
  20% {
    transform: scale(1.4, 0.6) translate(0%, 30%);
    opacity: 1;
  }
  30% {
    transform: scale(0.9, 1.1) translate(0%, -10%);
  }
  40% {
    transform: scale(0.95, 1.2) translate(0%, -20%);
  }
  50% {
    transform: scale(0.95, 1.2) translate(0%, -10%);
  }
  60% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  70% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
    opacity: 1;
  }
}
@keyframes poyon2 {
  0% {
    transform: scale(0.8, 1.2) translate(0%, -100%);
    opacity: 0;
  }
  10% {
    transform: scale(0.8, 1.2) translate(0%, -15%);
  }
  20% {
    transform: scale(1.2, 0.6) translate(0%, 30%);
    opacity: 1;
  }
  30% {
    transform: scale(0.9, 1) translate(0%, -10%);
  }
  40% {
    transform: scale(0.95, 1.1) translate(0%, -20%);
  }
  50% {
    transform: scale(0.95, 1.1) translate(0%, -10%);
  }
  60% {
    transform: scale(1.05, 0.9) translate(0%, 5%);
  }
  70% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
    opacity: 1;
  }
}
@keyframes pyokon {
  0% {
    transform: translate(0%, 0%);
  }
  50% {
    transform: translate(0%, 0%);
  }
  52% {
    transform: translate(0%, -100%);
  }
  100% {
    transform: translate(0%, 0%);
  }
}
@keyframes loading-dots {
  0% {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
@keyframes top-result {
  0%, 50% {
    background-color: #57BEAF;
  }
  51%, 99% {
    background-color: #4bb4a5;
  }
  100% {
    background-color: #57BEAF;
  }
}
@keyframes top-result2 {
  0%, 50% {
    opacity: 0;
  }
  51%, 99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes arrow {
  0% {
    transform: translate(0%, 0%);
  }
  50% {
    transform: translate(0%, 0%);
  }
  60% {
    transform: translate(0%, 10%);
  }
  100% {
    transform: translate(0%, 0%);
  }
}
@keyframes fall {
  to {
    top: 120%;
  }
}
@keyframes sway1 {
  from {
    transform: translateX(0px) rotate(0deg);
  }
  to {
    transform: translateX(200px) rotate(-45deg);
  }
}
@keyframes sway2 {
  from {
    transform: translateX(200px) rotate(-45deg);
  }
  to {
    transform: translateX(0px) rotate(0deg);
  }
}
@keyframes people {
  0% {
    transform: translateY(5px) rotate(1deg);
  }
  50% {
    transform: translateY(0px) rotate(0);
  }
  100% {
    transform: translateY(5px) rotate(1deg);
  }
}
.top-fixed {
  background-color: #FEDD4B;
  position: fixed;
  top: 10px;
  left: 10px;
  width: calc(100% - 20px);
  height: calc(-20px + 100vh);
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  overflow: clip;
}
@media (max-width: 500px) {
  .top-fixed {
    display: none;
  }
}
.top-fixed-thanks {
  background-image: url(../../img/top-fixed-thanks.svg);
  background-size: cover;
  background-position: 50% 50%;
}
.top-fixed--inner {
  width: calc((100% - 500px) / 2);
  position: relative;
}
.top-fixed--inner-left {
  background-image: url(../../img/top-fixed-inner-left02.svg);
  background-size: cover;
  background-position: 0% 0%;
  background-repeat: no-repeat;
  position: relative;
}
.top-fixed--inner-right {
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-fixed_people {
  display: block;
  width: 50vw;
  aspect-ratio: 720/162;
  position: absolute;
  bottom: -10px;
  left: -10px;
  z-index: 100;
}
.top-fixed_people > li {
  background-size: auto 100%;
  background-position: 0% 100%;
  background-repeat: repeat-x;
  position: absolute;
  bottom: 0;
  animation: people 1.2s ease-in 0.8s infinite;
}
.top-fixed_people > li:first-of-type {
  width: 12.2222222222%;
  aspect-ratio: 88/116;
  background-image: url(../../img/top-fixed-inner-left01-10.svg);
  left: 87.9166666667%;
  animation-delay: 0.05s;
}
.top-fixed_people > li:nth-of-type(2) {
  width: 13.6111111111%;
  aspect-ratio: 98/149;
  background-image: url(../../img/top-fixed-inner-left01-09.svg);
  left: 77.0833333333%;
}
.top-fixed_people > li:nth-of-type(3) {
  width: 12.5%;
  aspect-ratio: 90/122;
  background-image: url(../../img/top-fixed-inner-left01-08.svg);
  left: 68.3333333333%;
  animation-delay: 0.05s;
}
.top-fixed_people > li:nth-of-type(4) {
  width: 12.3611111111%;
  aspect-ratio: 89/162;
  background-image: url(../../img/top-fixed-inner-left01-07.svg);
  left: 58.3333333333%;
  animation-delay: 0.025s;
}
.top-fixed_people > li:nth-of-type(5) {
  width: 10.2777777778%;
  aspect-ratio: 74/129;
  background-image: url(../../img/top-fixed-inner-left01-06.svg);
  left: 50.1388888889%;
  animation-delay: 0.05s;
}
.top-fixed_people > li:nth-of-type(6) {
  width: 14.3055555556%;
  aspect-ratio: 103/147;
  background-image: url(../../img/top-fixed-inner-left01-05.svg);
  left: 37.9166666667%;
  animation-delay: 0.025s;
}
.top-fixed_people > li:nth-of-type(7) {
  width: 21.25%;
  aspect-ratio: 153/117;
  background-image: url(../../img/top-fixed-inner-left01-04.svg);
  left: 23.0555555556%;
  animation-delay: -0.1s;
}
.top-fixed_people > li:nth-of-type(8) {
  width: 12.5%;
  aspect-ratio: 90/120;
  background-image: url(../../img/top-fixed-inner-left01-03.svg);
  left: 19.1666666667%;
  animation-delay: 0.075s;
}
.top-fixed_people > li:nth-of-type(9) {
  width: 15.8333333333%;
  aspect-ratio: 114/129;
  background-image: url(../../img/top-fixed-inner-left01-02.svg);
  left: 9.7222222222%;
  animation-delay: 0.025s;
}
.top-fixed_people > li:last-of-type {
  width: 17.7777777778%;
  aspect-ratio: 128/144;
  background-image: url(../../img/top-fixed-inner-left01-01.svg);
  left: 0;
  animation-delay: -0.1s;
}

.top-fixed_left_deco:before {
  content: "";
  display: block;
  width: 50vw;
  aspect-ratio: 720/256;
  position: absolute;
  top: -19px;
  left: -17px;
  background-image: url(../../img/top-fixed-inner-left03.svg);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  transform: scale(0.95);
  opacity: 0;
  transition: 0.5s cubic-bezier(0.76, -0.3, 0.24, 1.6);
}
.is_mainvisual_show .top-fixed_left_deco:before {
  opacity: 1;
  transform: scale(1);
}
.top-fixed_left_deco:after {
  content: "";
  display: block;
  width: 39.1666666667vw;
  aspect-ratio: 564/133;
  position: absolute;
  bottom: 9.375vw;
  left: 26px;
  background-image: url(../../img/top-fixed-inner-left04.svg);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  transform: scale(0.95);
  opacity: 0;
  transition: 0.5s cubic-bezier(0.76, -0.3, 0.24, 1.6);
}
.is_mainvisual_show .top-fixed_left_deco:after {
  opacity: 1;
  transform: scale(1);
}
.top-fixed_left_deco--serif {
  display: block;
  aspect-ratio: 374/342;
  width: 81.3043478261%;
  max-height: calc(0.4384615385 * (100vh - 20px));
  background-image: url(../../img/top-fixed-left-deco-serif.webp);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 0.0256410256 * (100vh - 20px));
  left: 54.347826087%;
  z-index: 100;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0);
  transition: 0.8s cubic-bezier(0.76, -0.3, 0.24, 1.6);
}
@media (max-width: 992px) {
  .top-fixed_left_deco--serif {
    display: none;
  }
}
.is_mainvisual_show .top-fixed_left_deco--serif {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.top-fixed_left_car {
  z-index: 100;
  width: 138.0434782609%;
  max-height: calc(0.7371794872 * (100vh - 20px));
  aspect-ratio: 635/575;
  position: absolute;
  top: 50%;
  right: -41.3043478261%;
  display: flex;
  flex-direction: column;
  transform: translateY(-50%);
  overflow: hidden;
}
@media (max-width: 992px) {
  .top-fixed_left_car {
    display: none;
  }
}
.top-fixed_left_car--01 {
  aspect-ratio: 582/314;
  width: 91.6535433071%;
  min-height: 40.2564102564%;
  background-image: url(../../img/top-fixed-left-deco-car01.webp);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin-left: auto;
  transform: translateX(100%);
  transition: 1s cubic-bezier(0.76, -0.3, 0.24, 1.4);
  transition-delay: -0.5s;
}
.is_mainvisual_show .top-fixed_left_car--01 {
  transform: translateX(0);
}
.top-fixed_left_car--02 {
  display: block;
  aspect-ratio: 594/275;
  width: 93.5433070866%;
  min-height: 35.2564102564%;
  background-image: url(../../img/top-fixed-left-deco-car02.webp);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin-top: auto;
  transform: translateX(100%);
  transition: 1s cubic-bezier(0.76, -0.3, 0.24, 1.4);
  transition-delay: -0.4s;
}
.is_mainvisual_show .top-fixed_left_car--02 {
  transform: translateX(0);
}

.top-fixed_right_deco:before {
  content: "";
  display: block;
  width: 102.3913043478%;
  max-height: calc(0.5141025641 * (100vh - 20px));
  aspect-ratio: 471/401;
  position: absolute;
  top: -10px;
  right: -10px;
  background-image: url(../../img/top-fixed-inner-right01.svg);
  background-size: 100% auto;
  background-position: 0% 100%;
  background-repeat: no-repeat;
  transform: scale(0.85);
  opacity: 0;
  transition: 0.6s cubic-bezier(0.76, -0.3, 0.24, 1.6);
  transition-delay: -0.1s;
}
.is_mainvisual_show .top-fixed_right_deco:before {
  opacity: 1;
  transform: scale(1);
}
.top-fixed_right_deco:after {
  content: "";
  display: block;
  width: 102.1739130435%;
  max-height: calc(0.5256410256 * (100vh - 20px));
  aspect-ratio: 471/410;
  position: absolute;
  bottom: -10px;
  right: -10px;
  background-image: url(../../img/top-fixed-inner-right01.svg);
  background-size: 100% auto;
  background-position: 0% 0%;
  background-repeat: no-repeat;
  transform: scale(0.85);
  opacity: 0;
  transition: 0.6s cubic-bezier(0.76, -0.3, 0.24, 1.6);
  transition-delay: -0.1s;
}
.is_mainvisual_show .top-fixed_right_deco:after {
  opacity: 1;
  transform: scale(1);
}

.top-fixed_nav {
  border-radius: 22px;
  background-color: rgba(87, 190, 175, 0.86);
  width: 374px;
  max-width: 90%;
  position: relative;
}
@media (max-width: 992px) {
  .top-fixed_nav {
    display: none;
  }
}
.top-fixed_nav--inner {
  padding: 28px 10.6951871658%;
}

.top-fixed_nav_list {
  counter-reset: nav_num;
}
.top-fixed_nav_list--item {
  margin-top: 20px;
  counter-increment: nav_num;
}
.top-fixed_nav_list--item:first-of-type {
  margin-top: 0;
}
.top-fixed_nav_list--link {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.top-fixed_nav_list--link:before {
  content: "0" counter(nav_num);
  width: 24px;
  min-width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #FEDD4B;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-family: "Lato", serif;
  font-weight: 700;
  color: #333;
  margin-right: 10px;
}

.top-fixed_nav_bnr {
  margin-top: 26px;
}
.top-fixed_nav_bnr--item {
  margin-top: 9px;
}
.top-fixed_nav_bnr--item:first-of-type {
  margin-top: 0;
}
.top-fixed_nav_bnr--link {
  filter: drop-shadow(3px 3px 0px #B6BFD1);
  display: block;
}
.top-fixed_nav_bnr--link:hover {
  transform: translateY(-4px);
}
.top-fixed_nav_bnr--img {
  width: 100%;
}

.top-content {
  position: relative;
  width: 500px;
  max-width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  overflow-x: clip;
}
@media (max-width: 500px) {
  .top-content {
    padding-top: 0;
    max-width: 100%;
    box-shadow: none;
  }
}
.top-content--logo {
  position: absolute;
  top: 15px;
  left: 14px;
  display: block;
  z-index: 100;
}
@media (max-width: 500px) {
  .top-content--logo {
    top: 1.3333333333vw;
    width: 14.4vw;
    left: 2.6666666667vw;
  }
}

.top-mv {
  position: relative;
  background-image: url(../../img/top-mv01.webp);
  background-size: 100% auto;
  background-position: 50% 0%;
  background-repeat: no-repeat;
}
.top-mv:after {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 375/532;
  background-image: url(../../img/top-mv02.svg);
  background-size: cover;
  position: relative;
}

.top-mv_ttl {
  position: absolute;
  top: 400px;
  left: 12px;
}
@media (max-width: 500px) {
  .top-mv_ttl {
    top: 84vw;
    left: 2.6666666667vw;
  }
}
.top-mv_ttl--main {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 346px;
  height: 54px;
  border-radius: 0 5px 5px 0;
  background-color: #fff;
  margin-top: 6px;
  font-size: 34px;
  font-weight: 900;
  box-sizing: border-box;
}
@media (max-width: 500px) {
  .top-mv_ttl--main {
    font-size: 26px;
    margin-top: 5px;
    width: 260px;
    height: 40px;
    opacity: 0;
    transform: translateY(30px);
    transition: 0.5s cubic-bezier(0.42, 0, 0, 2);
    transition-delay: 0.15s;
  }
}
.top-mv_ttl--main:first-of-type {
  margin-top: 0;
}
.top-mv_ttl--main:nth-of-type(2) {
  transition-delay: 0.1s;
}
@media (max-width: 500px) {
  .is_mainvisual_show .top-mv_ttl--main {
    transform: translateY(0);
    opacity: 1;
  }
}
.top-mv_ttl--sub {
  width: 314px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 17px;
  font-weight: 900;
  margin: 7px auto 0;
  background-image: url(../../img/top-mv-ttl-sub.svg);
  background-position: 0% 0%;
  background-size: contain;
  background-repeat: no-repeat;
  padding-top: 6px;
  box-sizing: border-box;
}
@media (max-width: 500px) {
  .top-mv_ttl--sub {
    width: 236px;
    height: 35px;
    font-size: 14px;
    margin-top: 5px;
    opacity: 0;
    transform: translateY(30px);
    transition: 0.5s cubic-bezier(0.42, 0, 0, 2);
    transition-delay: 0.3s;
  }
}
@media (max-width: 500px) {
  .is_mainvisual_show .top-mv_ttl--sub {
    transform: translateY(0);
    opacity: 1;
  }
}

.top-mv_catch {
  position: absolute;
  bottom: 20px;
  right: 33px;
  z-index: 100;
}
@media (max-width: 500px) {
  .top-mv_catch {
    bottom: 0;
    right: 0;
    width: 49.6vw;
    height: 17.6vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.top-mv_catch--sub {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.42;
  display: block;
}
@media (max-width: 500px) {
  .top-mv_catch--sub {
    font-size: 10px;
  }
}
.top-mv_catch--main {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.42;
  display: block;
}
@media (max-width: 500px) {
  .top-mv_catch--main {
    font-size: 22px;
  }
}
.top-mv_catch--strong {
  color: #D63031;
}

.top-lead {
  background: linear-gradient(#fedd4b 0%, #ffba26 100%);
  padding-top: 36px;
  padding-bottom: 36px;
  position: relative;
  overflow-x: clip;
  margin-top: -2px;
}
@media (max-width: 500px) {
  .top-lead {
    padding-top: 26px;
    padding-bottom: 26px;
  }
}
.top-lead:before {
  content: "CAR-MATCH";
  font-family: "Lato", serif;
  font-style: italic;
  font-size: 96px;
  opacity: 0.4;
  color: #F6F7F8;
  position: absolute;
  top: -18px;
  left: calc(50% + 0.1em);
  transform: translateX(-50%);
  width: 5.5em;
  display: block;
}
@media (max-width: 500px) {
  .top-lead:before {
    font-size: 18.6666666667vw;
    top: -12px;
    left: calc(50% + 0.05em);
  }
}
.top-lead--inner {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.top-lead--info {
  display: block;
}
@media (max-width: 500px) {
  .top-lead--info {
    width: 30.447761194%;
  }
}
.top-lead--info:first-of-type {
  transition-delay: 0s;
}
.top-lead--info:nth-of-type(2) {
  transition-delay: 0.1s;
}
.top-lead--info:last-of-type {
  transition-delay: 0.2s;
}

.top-lead_charactor {
  margin-top: 42px;
  position: relative;
  width: 420px;
}
@media (max-width: 500px) {
  .top-lead_charactor {
    width: 309px;
    margin-left: auto;
    margin-right: auto;
  }
}
.top-lead_charactor--txt {
  width: 264px;
}
@media (max-width: 500px) {
  .top-lead_charactor--txt {
    width: 194px;
  }
}
.top-lead_charactor--serif {
  width: 100%;
  height: 40px;
  background-image: url(../../img/top-lead-charactor-serif.svg);
  background-position: 0% 0%;
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  font-weight: 700;
  padding-bottom: 8px;
  padding-left: 0.5em;
  box-sizing: border-box;
  opacity: 0;
  transform: translateY(40px);
  transition: 0.5s cubic-bezier(0.42, 0, 0, 2);
}
@media (max-width: 500px) {
  .top-lead_charactor--serif {
    height: 30px;
    font-size: 16px;
    padding-bottom: 6px;
  }
}
.is_show .top-lead_charactor--serif {
  transform: translateY(0);
  opacity: 1;
}
.top-lead_charactor--desc {
  display: block;
  margin-top: 6px;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  opacity: 0;
  transform: translateY(30px);
  transition: 0.5s cubic-bezier(0.42, 0, 0, 2);
  transition-delay: 0.15s;
}
@media (max-width: 500px) {
  .top-lead_charactor--desc {
    font-size: 13px;
    margin-top: 4px;
  }
}
.is_show .top-lead_charactor--desc {
  transform: translateY(0);
  opacity: 1;
}
.top-lead_charactor--deco {
  width: 148px;
  aspect-ratio: 148/137;
  background-image: url(../../img/icon/icon-carmatchman.webp);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -66px;
  right: 4px;
  opacity: 0;
}
@media (max-width: 500px) {
  .top-lead_charactor--deco {
    width: 112px;
    bottom: -52px;
    right: 0;
  }
}
.is_show .top-lead_charactor--deco {
  animation: poyon2 0.9s forwards linear 0.3s;
}

.top-review {
  background-color: #F6F6F6;
  padding: 10px;
}
.top-review-confirm {
  padding-top: 94px;
  padding-bottom: 94px;
  min-height: calc(100vh - 120px - 20px);
}
@media (max-width: 500px) {
  .top-review-confirm {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.top-review--inner {
  border: 1px solid #333;
  padding: 43px 30px 54px;
}
@media (max-width: 500px) {
  .top-review--inner {
    padding: 30px 26px 40px;
  }
}
.top-review--txt {
  color: #333;
  text-align: center;
  font-size: 18px;
  margin: 50px auto;
  line-height: 1.8;
}
@media (max-width: 500px) {
  .top-review--txt {
    font-size: 14px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.top-review_ttl {
  aspect-ratio: 421/119;
}
.top-review_ttl--img {
  display: block;
}
@media (max-width: 500px) {
  .top-review_ttl--img {
    width: 100%;
  }
}

.top-example {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #FEDD4B;
  position: relative;
}
@media (max-width: 500px) {
  .top-example {
    padding-top: 64px;
    padding-bottom: 80px;
  }
}
.top-example--deco {
  display: block;
  width: 161px;
  aspect-ratio: 161/184;
  background-image: url(../../img/icon/icon-car-red.webp);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  top: -69px;
  right: -80px;
  transform: rotate(-150deg);
}
@media (max-width: 500px) {
  .top-example--deco {
    width: 120px;
    top: -106px;
    right: -40px;
  }
}

.top-example_ttl--sub {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.46;
  display: block;
  width: 12em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media (max-width: 500px) {
  .top-example_ttl--sub {
    font-size: 18px;
  }
}
.top-example_ttl--sub:before {
  content: "";
  display: block;
  width: 21px;
  aspect-ratio: 21/35;
  background-image: url(../../img/icon/icon-serif-red.svg);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: -26px;
}
@media (max-width: 500px) {
  .top-example_ttl--sub:before {
    width: 16px;
    left: -20px;
  }
}
.top-example_ttl--sub:after {
  content: "";
  display: block;
  width: 21px;
  aspect-ratio: 21/35;
  background-image: url(../../img/icon/icon-serif-red.svg);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  transform: scale(-1, 1);
  top: 0;
  right: -26px;
}
@media (max-width: 500px) {
  .top-example_ttl--sub:after {
    width: 16px;
    right: -20px;
  }
}
.top-example_ttl--main {
  font-size: 34px;
  font-weight: 700;
  display: block;
  text-align: center;
  margin-top: 16px;
  line-height: 1.66;
}
@media (max-width: 500px) {
  .top-example_ttl--main {
    font-size: 26px;
    margin-top: 12px;
  }
}
.top-example_ttl--main:last-of-type {
  margin-top: 11px;
}
@media (max-width: 500px) {
  .top-example_ttl--main:last-of-type {
    margin-top: 8px;
  }
}
.top-example_ttl--strong {
  color: #fff;
  display: inline-block;
  background-color: #D63031;
  border-radius: 5px;
  width: 196px;
  text-align: center;
  margin-right: 8px;
  box-shadow: 3px 3px 0px 0px #fff;
  padding-bottom: 0.09em;
}
@media (max-width: 500px) {
  .top-example_ttl--strong {
    width: 147px;
    margin-right: 6px;
    box-shadow: 2px 2px 0px 0px #fff;
  }
}

.top-example_list {
  background-color: #fff;
  margin-top: 33px;
  padding: 40px 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 500px) {
  .top-example_list {
    margin-top: 33px;
    padding-left: 10px;
    padding-right: 10px;
    width: calc(100% - 20px);
  }
}
.top-example_list--item {
  margin-top: 38px;
  width: 47.619047619%;
}
@media (max-width: 500px) {
  .top-example_list--item {
    margin-top: 36px;
  }
}
.top-example_list--item:nth-of-type(-n+2) {
  margin-top: 0;
}
.top-example_list--item:first-of-type {
  transition-delay: 0s;
}
.top-example_list--item:nth-of-type(2) {
  transition-delay: 0.1s;
}
.top-example_list--item:nth-of-type(3) {
  transition-delay: 0s;
}
.top-example_list--item:last-of-type {
  transition-delay: 0.1s;
}
.top-example_list--img {
  width: 100%;
}

.top-trouble {
  padding-top: 98px;
  padding-bottom: 256px;
  background-color: #333;
  background-image: url(../../img/top-trouble01.svg);
  background-position: 50% 0%;
  background-repeat: repeat-y;
  position: relative;
}
@media (max-width: 500px) {
  .top-trouble {
    padding-top: 64px;
    padding-bottom: 192px;
    background-size: 92.8vw auto;
  }
}
.top-trouble:after {
  content: "";
  display: block;
  width: 386px;
  aspect-ratio: 386/237;
  background-image: url(../../img/top-trouble02.webp);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 500px) {
  .top-trouble:after {
    width: 289px;
  }
}
.top-trouble--deco {
  display: block;
  width: 143px;
  aspect-ratio: 143/166;
  background-image: url(../../img/icon/icon-car-blue.webp);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  top: -80px;
  left: -42px;
  transform: rotate(-30deg);
}
@media (max-width: 500px) {
  .top-trouble--deco {
    width: 80px;
    top: -46px;
    left: 0;
  }
}

.top-trouble_ttl--sub {
  color: #fff;
  background-color: #D63031;
  border-radius: 10px;
  width: 283px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 21px;
  font-weight: 700;
  padding-bottom: 0.2em;
  box-sizing: border-box;
}
@media (max-width: 500px) {
  .top-trouble_ttl--sub {
    width: 212px;
    height: 27px;
    font-size: 16px;
  }
}
.top-trouble_ttl--main {
  color: #FEDD4B;
  font-size: 34px;
  font-weight: 700;
  width: 10em;
  display: block;
  margin: 28px auto 0;
  line-height: 1.44;
  position: relative;
}
@media (max-width: 500px) {
  .top-trouble_ttl--main {
    font-size: 26px;
    margin-top: 22px;
  }
}
.top-trouble_ttl--main:before {
  content: "";
  display: block;
  height: 40px;
  aspect-ratio: 21/35;
  background-image: url(../../img/icon/icon-serif-yellow.svg);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  top: 5px;
  left: -34px;
}
@media (max-width: 500px) {
  .top-trouble_ttl--main:before {
    height: 30px;
    top: 3px;
    left: -24px;
  }
}
.top-trouble_ttl--main:after {
  content: "";
  display: block;
  height: 40px;
  aspect-ratio: 21/35;
  background-image: url(../../img/icon/icon-serif-yellow.svg);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  transform: scale(-1, 1);
  top: 5px;
  right: -34px;
}
@media (max-width: 500px) {
  .top-trouble_ttl--main:after {
    height: 30px;
    top: 3px;
    right: -24px;
  }
}

.top-trouble_serif {
  margin: 45px auto 0;
  width: 447px;
}
@media (max-width: 500px) {
  .top-trouble_serif {
    margin-top: 33px;
    width: 335px;
  }
}
.top-trouble_serif--img {
  display: block;
  margin-top: 21px;
}
@media (max-width: 500px) {
  .top-trouble_serif--img {
    width: auto;
    height: 45px;
    margin-top: 16px;
  }
}
.top-trouble_serif--img:nth-of-type(even) {
  margin-left: auto;
}
.top-trouble_serif--img:first-of-type {
  margin-top: 0;
  transition-delay: 0s;
}
.top-trouble_serif--img:nth-of-type(2) {
  transition-delay: 0.1s;
}
.top-trouble_serif--img:nth-of-type(3) {
  transition-delay: 0.2s;
}
.top-trouble_serif--img:nth-of-type(4) {
  transition-delay: 0.3s;
}
.top-trouble_serif--img:nth-of-type(5) {
  transition-delay: 0.4s;
}
.top-trouble_serif--img:last-of-type {
  transition-delay: 0.5s;
}

.top-result {
  background-color: #57BEAF;
  position: relative;
  animation: top-result 2s infinite;
}
.top-result:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../../img/top-result01.svg);
  background-size: cover;
  background-position: 50% 50%;
}
.top-result:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../../img/top-result02.svg);
  background-size: cover;
  background-position: 50% 50%;
  animation: top-result2 2s infinite;
}
.top-result--inner {
  position: relative;
  z-index: 100;
  padding-top: 68px;
  padding-bottom: 84px;
}
@media (max-width: 500px) {
  .top-result--inner {
    padding-top: 50px;
    padding-bottom: 62px;
  }
}
.top-result--txt {
  font-size: 24px;
  font-weight: 700;
  width: 14em;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: center;
  line-height: 1.46;
}
@media (max-width: 500px) {
  .top-result--txt {
    font-size: 18px;
  }
}
.top-result--txt:before {
  content: "";
  display: block;
  height: 40px;
  aspect-ratio: 21/35;
  background-image: url(../../img/icon/icon-serif-yellow.svg);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  top: -10px;
  left: -28px;
}
@media (max-width: 500px) {
  .top-result--txt:before {
    height: 30px;
    top: -3px;
    left: -20px;
  }
}
.top-result--txt:after {
  content: "";
  display: block;
  height: 40px;
  aspect-ratio: 21/35;
  background-image: url(../../img/icon/icon-serif-yellow.svg);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  transform: scale(-1, 1);
  top: -10px;
  right: -28px;
}
@media (max-width: 500px) {
  .top-result--txt:after {
    height: 30px;
    top: -3px;
    right: -20px;
  }
}
.top-result--strong {
  color: #D63031;
}
.top-result--btn {
  width: 394px;
  height: 80px;
  border-radius: 10px;
  background-color: #FEDD4B;
  box-shadow: 3px 3px 0px 0px #B6BFD1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 9px auto 0;
  font-size: 32px;
  font-weight: 700;
  opacity: 0;
  transform: scale(0);
  transition: 0.3s cubic-bezier(0.33, 1, 0.68, 1.4);
  transition-delay: 0.2s;
}
@media (max-width: 500px) {
  .top-result--btn {
    width: 295px;
    height: 60px;
    font-size: 24px;
    margin-top: 7px;
  }
}
.is_show .top-result--btn {
  opacity: 1;
  transform: scale(1);
}

.top-result_deco--box {
  display: block;
  position: absolute;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  opacity: 0;
  transform: scale(0.7);
  transition: 0.4s cubic-bezier(0.42, 0, 0, 2.09);
}
.top-result_deco--box:first-of-type {
  width: 100px;
  aspect-ratio: 75/34;
  background-image: url(../../img/icon/icon-car-green.webp);
  left: calc(50% - 220px);
  bottom: 45px;
  transition-delay: 0.4s;
}
@media (max-width: 500px) {
  .top-result_deco--box:first-of-type {
    width: 75px;
    left: calc(50% - 164px);
    bottom: 35px;
  }
}
.is_show .top-result_deco--box:first-of-type {
  opacity: 1;
  transform: rotate(9deg) scale(1);
}
.top-result_deco--box:nth-of-type(2) {
  width: 93px;
  aspect-ratio: 70/32;
  background-image: url(../../img/icon/icon-car-white.webp);
  left: calc(50% - 80px);
  bottom: 30px;
  transition-delay: 0.3s;
}
@media (max-width: 500px) {
  .top-result_deco--box:nth-of-type(2) {
    width: 70px;
    left: calc(50% - 60px);
    bottom: 22px;
  }
}
.is_show .top-result_deco--box:nth-of-type(2) {
  opacity: 1;
  transform: rotate(-6deg) scale(1);
}
.top-result_deco--box:last-of-type {
  width: 112px;
  aspect-ratio: 84/39;
  background-image: url(../../img/icon/icon-car-yellow.webp);
  left: calc(50% + 92px);
  bottom: 40px;
  transition-delay: 0.5s;
}
@media (max-width: 500px) {
  .top-result_deco--box:last-of-type {
    width: 84px;
    left: calc(50% + 70px);
    bottom: 26px;
  }
}
.is_show .top-result_deco--box:last-of-type {
  opacity: 1;
  transform: rotate(-23deg) scale(1);
}

.top-reason {
  padding-top: 100px;
  padding-bottom: 112px;
  background-color: #FEDD4B;
  background-image: url(../../img/top-reason.svg);
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 500px) {
  .top-reason {
    padding-top: 80px;
    padding-bottom: 84px;
  }
}
.top-reason--ttl {
  width: 447px;
  aspect-ratio: 447/90;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 34px;
  font-weight: 900;
  background-image: url(../../img/top-reason-ttl.svg);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0.76em;
}
@media (max-width: 500px) {
  .top-reason--ttl {
    width: 336px;
    font-size: 26px;
  }
}

.top-reason_deco--box {
  position: absolute;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.top-reason_deco--box:first-of-type {
  top: 0;
  left: calc(50% - 250px);
  background-image: url(../../img/top-reason-deco-box01.svg);
  width: 100%;
  aspect-ratio: 498/219;
  opacity: 0;
  transform: scale(0.3);
  transition: 0.4s cubic-bezier(0.42, 0, 0, 1.4);
}
@media (max-width: 500px) {
  .top-reason_deco--box:first-of-type {
    width: 375px;
    left: calc(50% - 188px);
  }
}
.top-reason_deco--box:first-of-type.is_show {
  opacity: 1;
  transform: scale(1);
}
.top-reason_deco--box:nth-of-type(2) {
  top: calc(50% - 106px);
  left: 50%;
  transform: translate(-50%, 50%);
  background-image: url(../../img/top-reason-deco-box02.svg);
  width: 476px;
  aspect-ratio: 476/156;
}
@media (max-width: 500px) {
  .top-reason_deco--box:nth-of-type(2) {
    top: calc(50% - 82px);
    width: 357px;
  }
}
.top-reason_deco--box:last-of-type {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../../img/top-reason-deco-box03.svg);
  width: 100%;
  aspect-ratio: 498/107;
}
@media (max-width: 500px) {
  .top-reason_deco--box:last-of-type {
    width: 375px;
  }
}

.top-reason_list {
  margin-top: 37px;
}
@media (max-width: 500px) {
  .top-reason_list {
    margin-top: 22px;
  }
}
.top-reason_list--item {
  background-color: #fff;
  border-radius: 10px;
  padding: 28px 20px;
  margin-top: 13px;
  position: relative;
  opacity: 0;
  transform: translateY(50px);
  transition: 0.5s cubic-bezier(0.42, 0, 0, 1.8);
}
@media (max-width: 500px) {
  .top-reason_list--item {
    padding: 24px 20px 17px;
    margin-top: 10px;
  }
}
.top-reason_list--item:first-of-type {
  margin-top: 0;
  padding-top: 24px;
  transition-delay: 0s;
}
@media (max-width: 500px) {
  .top-reason_list--item:first-of-type {
    padding-top: 16px;
  }
}
.top-reason_list--item:nth-of-type(2) {
  transition-delay: 0.1s;
}
.top-reason_list--item:last-of-type {
  transition-delay: 0.2s;
}
.is_show .top-reason_list--item {
  transform: translateY(0);
  opacity: 1;
}
.top-reason_list--item:before {
  content: "";
  display: block;
  width: 68px;
  height: 70px;
  background-image: url(../../img/top-reason-list-item.svg);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  top: -9px;
  right: 20px;
}
@media (max-width: 500px) {
  .top-reason_list--item:before {
    width: 51px;
    height: 60px;
    top: -7px;
  }
}
.top-reason_list--ttl {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.42;
  display: flex;
  align-items: center;
}
@media (max-width: 500px) {
  .top-reason_list--ttl {
    font-size: 20px;
  }
}
.top-reason_list--ttl:before {
  content: "";
  width: 32px;
  height: 32px;
  background-image: url(../../img/icon/icon-check.svg);
  background-size: contain;
  background-position: 50% 50%;
  margin-right: 13px;
}
@media (max-width: 500px) {
  .top-reason_list--ttl:before {
    width: 24px;
    height: 24px;
    margin-right: 10px;
  }
}
.top-reason_list--num {
  font-weight: 900;
  font-size: 42px;
  color: #E94830;
  margin-left: 7px;
  margin-top: -0.2em;
  font-family: "Lato", serif;
  font-weight: 900;
}
@media (max-width: 500px) {
  .top-reason_list--num {
    font-size: 32px;
    margin-left: 3px;
  }
}
.top-reason_list--num-ml0 {
  margin-left: 0;
}
.top-reason_list--unit {
  font-family: "Lato", serif;
  font-weight: 900;
  font-size: 25px;
  margin-left: 4px;
}
@media (max-width: 500px) {
  .top-reason_list--unit {
    font-size: 20px;
    margin-left: 3px;
  }
}
.top-reason_list--txt {
  font-size: 14px;
  line-height: 1.8;
  margin-top: 20px;
}
@media (max-width: 500px) {
  .top-reason_list--txt {
    margin-top: 16px;
  }
}

.top-point {
  padding-top: 74px;
  padding-bottom: 152px;
  background-color: #57BEAF;
  position: relative;
}
@media (max-width: 500px) {
  .top-point {
    padding-top: 56px;
    padding-bottom: 82px;
  }
}

.top-point_deco {
  transform: rotate(-6deg);
  height: 53px;
  background-color: #57BEAF;
  background-image: url(../../img/icon/icon-dashed-yellow.svg);
  background-repeat: repeat-x;
  background-size: auto 3px;
  background-position: 0% 100%;
  width: 110%;
  position: absolute;
  top: -27px;
  left: -5%;
}
@media (max-width: 500px) {
  .top-point_deco {
    height: 10.6666666667vw;
    top: -5.3333333333vw;
  }
}
.top-point_deco--car {
  display: block;
  width: 160px;
  aspect-ratio: 160/49;
  background-image: url(../../img/icon/icon-car-black.webp);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  top: -38px;
  left: 0;
}
@media (max-width: 500px) {
  .top-point_deco--car {
    width: 120px;
    top: -30px;
  }
}

.top-point_scroll {
  width: 1376px;
  display: flex;
  overflow: hidden;
  position: absolute;
  top: calc(50% - 3px);
  left: 0;
  transform: translateY(-50%);
}
.top-point_scroll--wrap {
  animation: infinity-scroll-left 16s infinite linear both;
  display: flex;
  align-items: center;
}
@media (max-width: 500px) {
  .top-point_scroll--wrap {
    animation: infinity-scroll-left 14s infinite linear both;
  }
}
.top-point_scroll--wrap:before {
  content: "";
  display: block;
  width: 344px;
  aspect-ratio: 344/15;
  background-image: url(../../img/top-point-scroll-wrap.svg);
  background-size: contain;
  background-position: 0% 50%;
  background-repeat: no-repeat;
}
.top-point_scroll--wrap:after {
  content: "";
  display: block;
  width: 344px;
  aspect-ratio: 344/15;
  background-image: url(../../img/top-point-scroll-wrap.svg);
  background-size: contain;
  background-position: 0% 50%;
  background-repeat: no-repeat;
}

.top-point_ttl {
  width: 426px;
  aspect-ratio: 426/132;
  background-image: url(../../img/top-point-ttl.svg);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transform: scale(0.3) rotate(22deg);
  transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
@media (max-width: 500px) {
  .top-point_ttl {
    width: 295px;
  }
}
.top-point_ttl.is_show {
  opacity: 1;
  transform: scale(1) rotate(0);
}
.top-point_ttl--sub {
  font-size: 23px;
  font-weight: 900;
  color: #fff;
  line-height: 1.48;
}
@media (max-width: 500px) {
  .top-point_ttl--sub {
    font-size: 18px;
  }
}
.top-point_ttl--main {
  color: #FEDD4B;
  font-size: 34px;
  font-weight: 900;
}
@media (max-width: 500px) {
  .top-point_ttl--main {
    font-size: 26px;
    margin-top: -5px;
  }
}
.top-point_ttl--num {
  font-family: "Lato", serif;
  font-size: 47px;
  line-height: 1.19;
  margin-right: 10px;
  font-style: italic;
}
@media (max-width: 500px) {
  .top-point_ttl--num {
    font-size: 36px;
    margin-right: 5px;
  }
}

.top-point_list {
  margin-top: 104px;
  counter-reset: num;
}
@media (max-width: 500px) {
  .top-point_list {
    margin-top: 77px;
  }
}
.top-point_list--item {
  background-color: #fff;
  border-radius: 10px;
  border: 3px solid #FEDD4B;
  margin-top: 104px;
  padding: 72px 20px 26px;
  box-sizing: border-box;
  position: relative;
  counter-increment: num;
}
@media (max-width: 500px) {
  .top-point_list--item {
    padding: 48px 20px 20px;
    margin-top: 78px;
  }
}
.top-point_list--item:first-of-type {
  margin-top: 0;
}
.top-point_list--item:before {
  content: "0" counter(num);
  width: 80px;
  aspect-ratio: 80/127;
  background-image: url(../../img/top-point-list-item.webp);
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -86px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-size: 25px;
  font-family: "Lato", serif;
  font-weight: 700;
  box-sizing: border-box;
  padding-bottom: 27px;
}
@media (max-width: 500px) {
  .top-point_list--item:before {
    width: 60px;
    height: 95px;
    top: -66px;
    font-size: 20px;
    padding-bottom: 18px;
  }
}
.top-point_list--desc {
  font-size: 14px;
  text-align: center;
  line-height: 1.43;
  background-image: url(../../img/icon/icon-dashed-gray.svg);
  background-repeat: repeat-x;
  background-size: auto 2px;
  background-position: 0% 0%;
  padding-top: 18px;
  margin-top: 32px;
}
@media (max-width: 500px) {
  .top-point_list--desc {
    padding-top: 13px;
    margin-top: 15px;
  }
}
.top-point_list--ttl {
  font-size: 32px;
  font-weight: 700;
  background-color: #FEDD4B;
  width: 100%;
  height: 66px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
@media (max-width: 500px) {
  .top-point_list--ttl {
    font-size: 24px;
    height: 50px;
    margin-top: 18px;
  }
}

.top-point_info {
  font-size: 36px;
  font-weight: 900;
  text-align: center;
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
@media (max-width: 500px) {
  .top-point_info {
    font-size: 28px;
  }
}
.top-point_info--num {
  color: #E94830;
  font-family: "Lato", serif;
  font-style: italic;
  font-size: 81px;
  line-height: 0.8;
  margin-left: 9px;
  margin-right: 8px;
  vertical-align: -0.06em;
  display: inline-block;
  text-align: right;
}
@media (max-width: 500px) {
  .top-point_info--num {
    font-size: 61px;
    margin-left: 4px;
    margin-right: 4px;
  }
}
.top-point_info--num-ml0 {
  margin-left: 0;
}
.top-point_info--num-0 {
  transform: translateY(100%);
  transition: 0.4s ease-in-out;
}
.is_show .top-point_info--num-0 {
  transform: translateY(0);
}

.top-loan {
  padding-top: 53px;
  background-color: #FEDD4B;
  position: relative;
}
@media (max-width: 500px) {
  .top-loan {
    padding-top: 40px;
  }
}

.top-loan_deco {
  transform: rotate(-6deg);
  height: 53px;
  background-color: #FEDD4B;
  width: 110%;
  position: absolute;
  top: -27px;
  left: -5%;
}
@media (max-width: 500px) {
  .top-loan_deco {
    height: 10.6666666667vw;
    top: -5.3333333333vw;
  }
}
.top-loan_deco--car {
  display: block;
  width: 160px;
  aspect-ratio: 160/56;
  background-image: url(../../img/icon/icon-car-white2.webp);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  top: -42px;
  right: 0;
}
@media (max-width: 500px) {
  .top-loan_deco--car {
    width: 120px;
    top: -32px;
  }
}

.top-loan_ttl {
  text-align: center;
}
.top-loan_ttl--txt {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.44;
  margin-top: 15px;
  display: block;
}
@media (max-width: 500px) {
  .top-loan_ttl--txt {
    font-size: 26px;
    margin-top: 12px;
  }
}
.top-loan_ttl--txt:first-of-type {
  margin-top: 0;
}
.top-loan_ttl--strong {
  color: #fff;
  display: inline-block;
  text-align: center;
  width: 194px;
  background-color: #E94830;
  border-radius: 5px;
  margin-right: 7px;
  box-shadow: 3px 3px 0px 0px #fff;
  padding-bottom: 0.09em;
}
@media (max-width: 500px) {
  .top-loan_ttl--strong {
    width: 146px;
    margin-right: 5px;
  }
}

.top-loan_list {
  margin-top: 45px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
@media (max-width: 500px) {
  .top-loan_list {
    margin-top: 34px;
  }
}
.top-loan_list:before {
  content: "";
  display: block;
  width: calc((100% + 40px) * 1.1);
  height: 70px;
  position: absolute;
  top: 215px;
  left: calc(-5% - 20px);
  background-color: #E94830;
  transform: rotate(-6deg);
}
@media (max-width: 500px) {
  .top-loan_list:before {
    height: 52px;
    top: 164px;
  }
}
.top-loan_list:after {
  content: "";
  display: block;
  width: calc((100% + 40px) * 1.1);
  height: 70px;
  position: absolute;
  bottom: 324px;
  left: calc(-5% - 20px);
  background-color: #E94830;
  transform: rotate(-6deg);
}
@media (max-width: 500px) {
  .top-loan_list:after {
    height: 52px;
    bottom: 218px;
  }
}
.top-loan_list--item {
  width: 46.9565217391%;
  margin-top: 55px;
  position: relative;
  z-index: 100;
}
@media (max-width: 500px) {
  .top-loan_list--item {
    margin-top: 40px;
    width: 47.0238095238%;
  }
}
.top-loan_list--item:nth-of-type(-n+2) {
  margin-top: 0;
}
.top-loan_list--item:nth-of-type(odd) {
  transition-delay: 0s;
}
.top-loan_list--item:nth-of-type(even) {
  transition-delay: 0.1s;
}
.top-loan_list--img {
  width: 100%;
  display: block;
  border-radius: 10px;
}

.top-loan_message {
  margin-top: 40px;
  padding-top: 40px;
  background-image: url(../../img/icon/icon-dashed-black.svg);
  background-repeat: repeat-x;
  background-position: 0% 0%;
  background-size: auto 2px;
  position: relative;
}
@media (max-width: 500px) {
  .top-loan_message {
    margin-top: 20px;
    padding-top: 14px;
  }
}
.top-loan_message--sub_txt {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
.top-loan_message--main_txt {
  font-size: 20px;
  font-weight: 700;
  margin-top: 23px;
  display: block;
  line-height: 1.45;
}
@media (max-width: 500px) {
  .top-loan_message--main_txt {
    margin-top: 10px;
  }
}
.top-loan_message--main_txt:last-of-type {
  margin-top: 14px;
}
@media (max-width: 500px) {
  .top-loan_message--main_txt:last-of-type {
    margin-top: 8px;
  }
}
.top-loan_message--strong_txt {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  background-color: #333;
  color: #fff;
  display: inline-block;
  border-radius: 5px;
  width: 215px;
  padding-bottom: 0.1em;
  margin-right: 6px;
  box-shadow: 3px 3px 0px 0px #fff;
}
@media (max-width: 500px) {
  .top-loan_message--strong_txt {
    font-size: 20px;
    width: 157px;
    margin-right: 4px;
  }
}

.top-loan_message_serif {
  margin-top: 100px;
  padding-bottom: 43px;
  position: relative;
}
@media (max-width: 500px) {
  .top-loan_message_serif {
    margin-top: 83px;
    padding-bottom: 33px;
  }
}
.top-loan_message_serif--txt {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.5;
  width: 318px;
  aspect-ratio: 318/190;
  background-image: url(../../img/top-loan-message-serif-txt.svg);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  box-sizing: border-box;
  padding: 20px 20px 0;
}
@media (max-width: 500px) {
  .top-loan_message_serif--txt {
    font-size: 26px;
    width: 238px;
    padding: 14px 20px 0;
  }
}
.top-loan_message_serif--obi {
  display: inline-block;
  position: relative;
}
.top-loan_message_serif--obi:first-of-type:before {
  transition-delay: 0s;
}
.top-loan_message_serif--obi:nth-of-type(2):before {
  transition-delay: 0.1s;
}
.top-loan_message_serif--obi:last-of-type:before {
  transition-delay: 0.3s;
}
.top-loan_message_serif--obi:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #f6f6f6;
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.3s ease-in-out;
}
.is_show .top-loan_message_serif--obi:before {
  width: 0;
}
.top-loan_message_serif--strong {
  color: #E94830;
}
.top-loan_message_serif--deco {
  width: 155px;
  aspect-ratio: 155/214;
  position: absolute;
  bottom: 0;
  right: -10px;
  background-image: url(../../img/top-loan-message-serif-deco.webp);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media (max-width: 500px) {
  .top-loan_message_serif--deco {
    width: 116px;
    right: -16px;
  }
}

.top-loan_message_deco {
  position: absolute;
  top: 232px;
  left: calc(-5% - 20px);
  width: calc((100% + 40px) * 1.1);
  height: 70px;
  background-color: #E94830;
  transform: rotate(-6deg);
}
@media (max-width: 500px) {
  .top-loan_message_deco {
    height: 52px;
    top: 160px;
  }
}
.top-loan_message_deco--car {
  width: 159px;
  aspect-ratio: 159/58;
  background-image: url(../../img/icon/icon-car-blue2.webp);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  top: -44px;
  left: 0;
}
@media (max-width: 500px) {
  .top-loan_message_deco--car {
    top: -34px;
    width: 120px;
  }
}

.top-welcome {
  padding-top: 90px;
  padding-bottom: 126px;
  background-color: #016FBC;
  background-image: radial-gradient(circle, #0E62A7 2.5px, transparent 2.5px);
  background-position: 0 0;
  background-size: 20px 20px;
  position: relative;
}
@media (max-width: 500px) {
  .top-welcome {
    padding-top: 68px;
    padding-bottom: 75px;
  }
}
.top-welcome:before {
  content: "";
  display: block;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background-color: #E94830;
  width: 100%;
  aspect-ratio: 500/36;
  position: absolute;
  top: 0;
  left: 0;
}
.top-welcome--desc {
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 1.45;
  margin-top: 40px;
  font-weight: 700;
  overflow: hidden;
}
@media (max-width: 500px) {
  .top-welcome--desc {
    margin-top: 30px;
  }
}
.top-welcome--desc_txt {
  display: inline-block;
  opacity: 0;
  transition: 0.4s cubic-bezier(0.76, 0, 0.24, 1);
  transform: translateY(50px);
}
.is_show .top-welcome--desc_txt {
  opacity: 1;
  transform: translateY(0);
}
.top-welcome--summary {
  color: #fff;
  font-size: 26px;
  font-weight: 900;
  line-height: 1.5;
  margin-top: 43px;
}
@media (max-width: 500px) {
  .top-welcome--summary {
    margin-top: 32px;
  }
}
.top-welcome--summary.is_show > span {
  opacity: 1;
}
.top-welcome--summary > span {
  opacity: 0;
  display: inline-block;
  transition: 0.5s;
}
.top-welcome--summary > span:nth-child(1) {
  transition-delay: 0.03s;
}
.top-welcome--summary > span:nth-child(2) {
  transition-delay: 0.06s;
}
.top-welcome--summary > span:nth-child(3) {
  transition-delay: 0.09s;
}
.top-welcome--summary > span:nth-child(4) {
  transition-delay: 0.12s;
}
.top-welcome--summary > span:nth-child(5) {
  transition-delay: 0.15s;
}
.top-welcome--summary > span:nth-child(6) {
  transition-delay: 0.18s;
}
.top-welcome--summary > span:nth-child(7) {
  transition-delay: 0.21s;
}
.top-welcome--summary > span:nth-child(8) {
  transition-delay: 0.24s;
}
.top-welcome--summary > span:nth-child(9) {
  transition-delay: 0.27s;
}
.top-welcome--summary > span:nth-child(10) {
  transition-delay: 0.3s;
}
.top-welcome--summary > span:nth-child(11) {
  transition-delay: 0.33s;
}
.top-welcome--summary > span:nth-child(12) {
  transition-delay: 0.36s;
}
.top-welcome--summary > span:nth-child(13) {
  transition-delay: 0.39s;
}
.top-welcome--summary > span:nth-child(14) {
  transition-delay: 0.42s;
}
.top-welcome--summary > span:nth-child(15) {
  transition-delay: 0.45s;
}
.top-welcome--summary > span:nth-child(16) {
  transition-delay: 0.48s;
}
.top-welcome--summary > span:nth-child(17) {
  transition-delay: 0.51s;
}
.top-welcome--summary > span:nth-child(18) {
  transition-delay: 0.54s;
}
.top-welcome--summary > span:nth-child(19) {
  transition-delay: 0.57s;
}
.top-welcome--summary > span:nth-child(20) {
  transition-delay: 0.6s;
}
.top-welcome--deco {
  width: 226px;
  aspect-ratio: 226/107;
  background-image: url(../../img/icon/icon-car-white3.webp);
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  right: 20px;
}
@media (max-width: 500px) {
  .top-welcome--deco {
    width: 169px;
  }
}

.top-welcome_ttl {
  width: 10em;
  color: #fff;
  font-size: 34px;
  font-weight: 900;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media (max-width: 500px) {
  .top-welcome_ttl {
    font-size: 26px;
  }
}
.top-welcome_ttl:before {
  content: "";
  display: block;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  width: 16px;
  aspect-ratio: 16/95;
  background-color: #fff;
  position: absolute;
  top: 12px;
  left: -30px;
  transform: rotate(-20deg);
}
@media (max-width: 500px) {
  .top-welcome_ttl:before {
    width: 12px;
    left: -25px;
  }
}
.top-welcome_ttl:after {
  content: "";
  display: block;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  width: 16px;
  aspect-ratio: 16/95;
  background-color: #fff;
  position: absolute;
  top: 12px;
  right: -30px;
  transform: rotate(20deg);
}
@media (max-width: 500px) {
  .top-welcome_ttl:after {
    width: 12px;
    right: -25px;
  }
}
.top-welcome_ttl--txt {
  display: block;
  text-align: center;
  line-height: 1.44;
  margin-top: 7px;
}
@media (max-width: 500px) {
  .top-welcome_ttl--txt {
    margin-top: 5px;
  }
}
.top-welcome_ttl--txt:first-of-type {
  margin-top: 0;
}
.top-welcome_ttl--strong {
  color: #FEDD4B;
  position: relative;
}
.top-welcome_ttl--strong:before {
  content: "";
  display: block;
  border-radius: 50%;
  background-color: #FEDD4B;
  width: 11px;
  height: 11px;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 500px) {
  .top-welcome_ttl--strong:before {
    width: 8px;
    height: 8px;
    top: -8px;
  }
}
.top-welcome_ttl--strong:first-of-type:before {
  animation: pyokon 1.5s cubic-bezier(0.65, 0, 0.35, 1) infinite;
}
.top-welcome_ttl--strong:nth-of-type(2):before {
  animation: pyokon 1.5s cubic-bezier(0.65, 0, 0.35, 1) infinite 0.3s;
}
.top-welcome_ttl--strong:last-of-type:before {
  animation: pyokon 1.5s cubic-bezier(0.65, 0, 0.35, 1) infinite 0.6s;
}

.top-welcome_list {
  margin-top: 30px;
}
@media (max-width: 500px) {
  .top-welcome_list {
    margin-top: 15px;
  }
}
.top-welcome_list--group {
  background-color: #F6F6F6;
  border-radius: 10px;
  margin-top: 27px;
  padding: 20px 32px;
}
@media (max-width: 500px) {
  .top-welcome_list--group {
    margin-top: 20px;
    padding: 20px 15px;
  }
}
.top-welcome_list--group:first-of-type {
  margin-top: 0;
}
.top-welcome_list--term {
  border-radius: 5px;
  background-color: #B6BFD1;
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
}
@media (max-width: 500px) {
  .top-welcome_list--term {
    height: 30px;
  }
}
.top-welcome_list--term-carmatch {
  background-color: #FEDD4B;
}
.top-welcome_list--desc {
  margin-top: 6px;
}
@media (max-width: 500px) {
  .top-welcome_list--desc {
    margin-top: 5px;
  }
}
.top-welcome_list--img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 500px) {
  .top-welcome_list--img {
    width: 100%;
  }
}
.top-welcome_list--txt {
  font-size: 14px;
  line-height: 1.8;
  margin-top: 30px;
}
@media (max-width: 500px) {
  .top-welcome_list--txt {
    margin-top: 22px;
  }
}
.top-welcome_list--strong {
  position: relative;
  display: inline;
  background: linear-gradient(#FEDD4B 0%, #FEDD4B 100%);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}
.top-welcome_list--strong.is_show {
  background-size: 100% 100%;
}
.top-buy {
  background-color: #F7F8E1;
  padding-top: 69px;
  padding-bottom: 100px;
}
@media (max-width: 500px) {
  .top-buy {
    padding-top: 52px;
    padding-bottom: 52px;
  }
}
.top-buy--deco {
  width: 42px;
  aspect-ratio: 42/49;
  position: relative;
  margin: 12px auto 0;
}
@media (max-width: 500px) {
  .top-buy--deco {
    margin-top: 10px;
    width: 32px;
  }
}
.top-buy--deco:before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 42/27;
  background-image: url(../../img/top-buy-list.svg);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  animation: arrow 1.5s cubic-bezier(0.65, 0, 0.35, 1) infinite;
  opacity: 0.5;
}
.top-buy--deco:after {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 42/27;
  background-image: url(../../img/top-buy-list.svg);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  animation: arrow 1.5s cubic-bezier(0.65, 0, 0.35, 1) infinite 0.2s;
}

.top-buy_ttl {
  font-size: 34px;
  width: 11em;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 500px) {
  .top-buy_ttl {
    font-size: 26px;
  }
}
.top-buy_ttl--txt {
  font-weight: 700;
  line-height: 1.44;
  display: block;
}
.top-buy_ttl--txt:last-of-type {
  margin-top: 15px;
  position: relative;
}
@media (max-width: 500px) {
  .top-buy_ttl--txt:last-of-type {
    margin-top: 11px;
  }
}
.top-buy_ttl--txt:last-of-type:before {
  content: "";
  display: block;
  width: 37px;
  aspect-ratio: 37/53;
  background-image: url(../../img/top-buy-ttl.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: -45px;
  bottom: 0;
}
@media (max-width: 500px) {
  .top-buy_ttl--txt:last-of-type:before {
    width: 27px;
    left: -32px;
  }
}
.top-buy_ttl--strong {
  display: inline-block;
  background-color: #FEDD4B;
  width: 187px;
  margin-right: 7px;
  border-radius: 5px;
  box-shadow: 3px 3px 0px 0px #B6BFD1;
  padding-bottom: 0.09em;
}
@media (max-width: 500px) {
  .top-buy_ttl--strong {
    width: 140px;
    margin-right: 5px;
  }
}

.top-buy_list {
  display: flex;
  justify-content: space-between;
  width: 447px;
  margin: 40px auto 0;
  position: relative;
}
@media (max-width: 500px) {
  .top-buy_list {
    margin-top: 30px;
    width: 335px;
  }
}
.top-buy_list--img {
  display: block;
}
@media (max-width: 500px) {
  .top-buy_list--img {
    width: 31.0447761194%;
  }
}
.top-buy_list--img:first-of-type {
  transition-delay: 0s;
}
.top-buy_list--img:nth-of-type(2) {
  transition-delay: 0.1s;
}
.top-buy_list--img:last-of-type {
  transition-delay: 0.2s;
}

.top-buy_example {
  margin-top: 12px;
  border-radius: 10px;
  background-color: #FEDD4B;
  padding: 70px 20px 90px;
  background-image: url(../../img/top-buy-example.svg);
  background-size: 334px auto;
  background-repeat: no-repeat;
  background-position: 0% 7px;
  position: relative;
}
@media (max-width: 500px) {
  .top-buy_example {
    margin-top: 9px;
    padding: 50px 10px 64px;
    width: calc(100% - 20px);
    background-size: 251px auto;
  }
}
.top-buy_example--deco {
  width: 120px;
  aspect-ratio: 148/137;
  background-image: url(../../img/icon/icon-carmatchman.webp);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  top: -58px;
  right: 12px;
}
@media (max-width: 500px) {
  .top-buy_example--deco {
    width: 97px;
    top: -42px;
    right: 4px;
  }
}

.top-buy_example_ttl {
  text-align: center;
}
.top-buy_example_ttl--txt {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.44;
  display: block;
}
@media (max-width: 500px) {
  .top-buy_example_ttl--txt {
    font-size: 26px;
  }
}
.top-buy_example_ttl--txt:last-of-type {
  margin-top: 16px;
}
@media (max-width: 500px) {
  .top-buy_example_ttl--txt:last-of-type {
    margin-top: 12px;
  }
}
.top-buy_example_ttl--strong {
  color: #fff;
  display: inline-block;
  width: 228px;
  border-radius: 5px;
  box-shadow: 3px 3px 0px 0px #B6BFD1;
  padding-bottom: 0.09em;
  margin-right: 8px;
  background-color: #E94830;
}
@media (max-width: 500px) {
  .top-buy_example_ttl--strong {
    width: 171px;
    margin-right: 6px;
  }
}

.top-buy_example_list {
  margin-top: 102px;
}
@media (max-width: 500px) {
  .top-buy_example_list {
    margin-top: 75px;
  }
}
.top-buy_example_list--item {
  background-color: #fff;
  border-radius: 10px;
  padding: 66px 20px 60px;
  box-sizing: border-box;
  margin-top: 110px;
  position: relative;
}
@media (max-width: 500px) {
  .top-buy_example_list--item {
    padding: 50px 20px 35px;
    margin-top: 80px;
  }
}
.top-buy_example_list--item:before {
  content: "";
  display: block;
  width: 104px;
  aspect-ratio: 104/120;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -62px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 500px) {
  .top-buy_example_list--item:before {
    width: 80px;
    top: -46px;
  }
}
.top-buy_example_list--item:first-of-type {
  margin-top: 0;
}
.top-buy_example_list--item:first-of-type:before {
  background-image: url(../../img/top-buy-example-list-item01.webp);
}
.top-buy_example_list--item:last-of-type:before {
  background-image: url(../../img/top-buy-example-list-item02.webp);
}
.top-buy_example_list--job {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 1.45;
}
.top-buy_example_list--person {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.43;
  margin-top: 11px;
}
@media (max-width: 500px) {
  .top-buy_example_list--person {
    margin-top: 1px;
  }
}
.top-buy_example_list--desc {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 16px;
  padding-top: 20px;
  background-image: url(../../img/icon/icon-dashed-gray.svg);
  background-position: 0% 0%;
  background-repeat: repeat-x;
  background-size: auto 2px;
}
@media (max-width: 500px) {
  .top-buy_example_list--desc {
    margin-top: 8px;
    padding-top: 14px;
    font-size: 14px;
  }
}
.top-buy_example_list--strong {
  background-color: #57BEAF;
  color: #fff;
  font-weight: 700;
}

.top-faq {
  background-color: #333;
  padding-top: 50px;
  padding-bottom: 155px;
  position: relative;
}
@media (max-width: 500px) {
  .top-faq {
    padding-top: 40px;
    padding-bottom: 96px;
  }
}
.top-faq--inner {
  background-color: #F7F8E1;
  position: relative;
  margin-top: 100px;
  padding-top: 26px;
  padding-bottom: 58px;
  overflow-x: clip;
}
@media (max-width: 500px) {
  .top-faq--inner {
    margin-top: 76px;
    padding-top: 22px;
    padding-bottom: 40px;
  }
}

.top-faq_scroll {
  width: 2004px;
  display: flex;
  overflow: hidden;
}
.top-faq_scroll--wrap {
  animation: infinity-scroll-left 16s infinite linear both;
  display: flex;
  align-items: center;
}
@media (max-width: 500px) {
  .top-faq_scroll--wrap {
    animation: infinity-scroll-left 14s infinite linear both;
  }
}
.top-faq_scroll--wrap:before {
  content: "";
  display: block;
  width: 501px;
  aspect-ratio: 501/48;
  background-image: url(../../img/top-faq-scroll-wrap.svg);
  background-size: contain;
  background-position: 0% 50%;
  background-repeat: no-repeat;
}
@media (max-width: 500px) {
  .top-faq_scroll--wrap:before {
    width: 377px;
  }
}
.top-faq_scroll--wrap:after {
  content: "";
  display: block;
  width: 501px;
  aspect-ratio: 501/48;
  background-image: url(../../img/top-faq-scroll-wrap.svg);
  background-size: contain;
  background-position: 0% 50%;
  background-repeat: no-repeat;
}
@media (max-width: 500px) {
  .top-faq_scroll--wrap:after {
    width: 377px;
  }
}

.top-faq_deco1--car {
  display: block;
  width: 197px;
  aspect-ratio: 197/154;
  background-image: url(../../img/icon/icon-car-yellow2.webp);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 36px;
  right: 20px;
  z-index: 100;
}
@media (max-width: 500px) {
  .top-faq_deco1--car {
    width: 147px;
    bottom: 2px;
  }
}

.top-faq_deco2 {
  transform: rotate(-6deg);
  height: 53px;
  background-color: #F7F8E1;
  width: 110%;
  position: absolute;
  top: -27px;
  left: -5%;
}
@media (max-width: 500px) {
  .top-faq_deco2 {
    height: 10.6666666667vw;
    top: -5.3333333333vw;
  }
}
.top-faq_deco2--car {
  display: block;
  width: 160px;
  aspect-ratio: 160/56;
  background-image: url(../../img/icon/icon-car-red2.webp);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  top: -44px;
  left: 0;
}
@media (max-width: 500px) {
  .top-faq_deco2--car {
    width: 120px;
    top: -32px;
  }
}

.top-faq_ttl {
  font-size: 32px;
  width: 7em;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
}
@media (max-width: 500px) {
  .top-faq_ttl {
    font-size: 24px;
  }
}
.top-faq_ttl:before {
  content: "";
  display: block;
  width: 96px;
  aspect-ratio: 96/73;
  background-image: url(../../img/top-faq-ttl.webp);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin: 0 auto 32px;
  opacity: 0;
  transform: translateY(50px);
  transition: 0.5s cubic-bezier(0.42, 0, 0, 2);
}
@media (max-width: 500px) {
  .top-faq_ttl:before {
    width: 76px;
    margin-bottom: 24px;
  }
}
.top-faq_ttl.is_show:before {
  transform: translateY(0);
  opacity: 1;
}
.top-faq_ttl--txt {
  font-weight: 700;
  width: 100%;
  display: block;
  position: relative;
  transform: scale(0.3);
  opacity: 0;
  transition: 0.5s cubic-bezier(0.42, 0, 0, 2);
  transition-delay: 0.1s;
}
.top-faq_ttl--txt:before {
  content: "";
  display: block;
  height: 40px;
  aspect-ratio: 21/35;
  background-image: url(../../img/icon/icon-serif-yellow.svg);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: -30px;
}
@media (max-width: 500px) {
  .top-faq_ttl--txt:before {
    height: 30px;
    left: -22px;
  }
}
.top-faq_ttl--txt:after {
  content: "";
  display: block;
  height: 40px;
  aspect-ratio: 21/35;
  background-image: url(../../img/icon/icon-serif-yellow.svg);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  transform: scale(-1, 1);
  top: 0;
  right: -30px;
}
@media (max-width: 500px) {
  .top-faq_ttl--txt:after {
    height: 30px;
    right: -22px;
  }
}
.is_show .top-faq_ttl--txt {
  transform: scale(1);
  opacity: 1;
}

.top-faq_list {
  margin-top: 46px;
  width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 500px) {
  .top-faq_list {
    margin-top: 34px;
  }
}
.top-faq_list--term {
  background-color: #fff;
  border-radius: 5px;
  padding: 10px 14px 10px 62px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 45px;
  position: relative;
}
@media (max-width: 500px) {
  .top-faq_list--term {
    font-size: 16px;
    margin-top: 34px;
    padding: 7px 10px 7px 42px;
  }
}
.top-faq_list--term:before {
  content: "Q";
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #FEDD4B;
  font-family: "Lato", serif;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 15px;
  left: 15px;
}
@media (max-width: 500px) {
  .top-faq_list--term:before {
    width: 20px;
    height: 20px;
    top: 11px;
    left: 11px;
    font-size: 12px;
  }
}
.top-faq_list--term:first-of-type {
  margin-top: 0;
}
.top-faq_list--desc {
  background-color: #FEDD4B;
  border-radius: 5px;
  padding: 10px 14px 10px 62px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 26px;
  position: relative;
}
@media (max-width: 500px) {
  .top-faq_list--desc {
    font-size: 16px;
    margin-top: 20px;
    padding: 7px 10px 7px 42px;
  }
}
.top-faq_list--desc:before {
  content: "A";
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #E94830;
  color: #fff;
  font-family: "Lato", serif;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 15px;
  left: 15px;
}
@media (max-width: 500px) {
  .top-faq_list--desc:before {
    width: 20px;
    height: 20px;
    top: 11px;
    left: 11px;
    font-size: 12px;
  }
}

.top-contact {
  background-color: #016FBC;
  padding-top: 42px;
  padding-bottom: 42px;
  position: relative;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #247EC0 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #247EC0 calc(100% - 1px));
  background-size: 21px 21px;
  background-repeat: repeat;
  background-position: center center;
}
@media (max-width: 500px) {
  .top-contact {
    padding-top: 32px;
    padding-bottom: 30px;
  }
}
.top-contact--ttl {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 500px) {
  .top-contact--ttl {
    font-size: 24px;
  }
}
.top-contact--deco {
  display: block;
  width: 161px;
  aspect-ratio: 161/184;
  background-image: url(../../img/icon/icon-car-red.webp);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  top: 20px;
  left: -68px;
  transform: rotate(43deg);
}
@media (max-width: 500px) {
  .top-contact--deco {
    width: 120px;
    top: 20px;
    left: -32px;
  }
}

.top-contact_list {
  margin-top: 27px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 4px 4px 0px 0px #B6BFD1;
}
@media (max-width: 500px) {
  .top-contact_list {
    margin-top: 20px;
    box-shadow: 3px 3px 0px 0px #B6BFD1;
  }
}
.top-contact_list--group {
  padding-top: 30px;
  padding-bottom: 36px;
  border-top: 1px solid #B6BFD1;
}
@media (max-width: 500px) {
  .top-contact_list--group {
    padding-top: 21px;
    padding-bottom: 27px;
  }
}
.top-contact_list--group:first-of-type {
  border-top: none;
}
.top-contact_list--term {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  line-height: 1.45;
}
@media (max-width: 500px) {
  .top-contact_list--term {
    font-size: 18px;
  }
}
.top-contact_list--term:before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  margin: 0 auto 11px;
}
@media (max-width: 500px) {
  .top-contact_list--term:before {
    margin-bottom: 9px;
  }
}
.top-contact_list--term-tel:before {
  width: 39px;
  aspect-ratio: 39/39;
  background-image: url(../../img/icon/icon-tel.svg);
}
@media (max-width: 500px) {
  .top-contact_list--term-tel:before {
    width: 30px;
  }
}
.top-contact_list--term-line:before {
  width: 59px;
  aspect-ratio: 59/56;
  background-image: url(../../img/icon/icon-line.svg);
}
@media (max-width: 500px) {
  .top-contact_list--term-line:before {
    width: 44px;
  }
}
.top-contact_list--desc {
  margin-top: 20px;
}
@media (max-width: 500px) {
  .top-contact_list--desc {
    margin-top: 10px;
  }
}
.top-contact_list--link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 23px;
  font-weight: 700;
  width: 393px;
  aspect-ratio: 393/80;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media (max-width: 500px) {
  .top-contact_list--link {
    width: 88.0597014925%;
  }
}
.top-contact_list--link:before {
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
@media (max-width: 500px) {
  .top-contact_list--link:before {
    width: 36px;
    height: 36px;
    right: 15px;
  }
}
.top-contact_list--link:after {
  content: "";
  display: block;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  width: 24px;
  aspect-ratio: 24/28;
  position: absolute;
  top: 50%;
  right: 28px;
  transform: translateY(-50%);
}
@media (max-width: 500px) {
  .top-contact_list--link:after {
    width: 19px;
    right: 22px;
  }
}
.top-contact_list--link:hover {
  transform: translateY(-6px);
}
@media (max-width: 500px) {
  .top-contact_list--link:hover {
    transform: translateY(0);
  }
}
.top-contact_list--link-tel {
  background-color: #E94830;
}
@media (max-width: 500px) {
  .top-contact_list--link-tel {
    font-size: 20px;
  }
}
.top-contact_list--link-tel:after {
  background-color: #E94830;
}
.top-contact_list--link-line {
  background-color: #07C655;
}
@media (max-width: 500px) {
  .top-contact_list--link-line {
    font-size: 18px;
  }
}
.top-contact_list--link-line:after {
  background-color: #07C655;
}

.top-flow {
  position: relative;
}

.top-flow_list_wrap {
  background-color: #fff;
  padding-top: 47px;
  padding-bottom: 105px;
}
@media (max-width: 500px) {
  .top-flow_list_wrap {
    padding-top: 35px;
    padding-bottom: 79px;
  }
}
.top-flow_list_wrap--ttl {
  width: 314px;
  aspect-ratio: 314/80;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  background-color: #E94830;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 500px) {
  .top-flow_list_wrap--ttl {
    width: 235px;
    font-size: 24px;
  }
}

.top-flow_list {
  margin-top: 64px;
}
@media (max-width: 500px) {
  .top-flow_list {
    margin-top: 48px;
  }
}
.top-flow_list--item {
  margin-top: 80px;
}
@media (max-width: 500px) {
  .top-flow_list--item {
    margin-top: 60px;
  }
}
.top-flow_list--item:before {
  content: "";
  width: 286px;
  aspect-ratio: 286/286;
  display: block;
  margin: 0 auto 18px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media (max-width: 500px) {
  .top-flow_list--item:before {
    width: 215px;
    margin-bottom: 13px;
  }
}
.top-flow_list--item:first-of-type {
  margin-top: 0;
}
.top-flow_list--item:first-of-type:before {
  background-image: url(../../img/top-flow-list-item01.webp);
}
.top-flow_list--item:nth-of-type(2):before {
  background-image: url(../../img/top-flow-list-item02.webp);
}
.top-flow_list--item:last-of-type:before {
  background-image: url(../../img/top-flow-list-item03.webp);
}
.top-flow_list--ttl {
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  line-height: 1.42;
}
@media (max-width: 500px) {
  .top-flow_list--ttl {
    font-size: 20px;
  }
}
.top-flow_list--desc {
  text-align: center;
  font-size: 16px;
  line-height: 1.8;
  margin-top: 23px;
}
@media (max-width: 500px) {
  .top-flow_list--desc {
    font-size: 14px;
    margin-top: 20px;
  }
}
.top-flow_list--point {
  background-color: #FEDD4B;
  width: 287px;
  aspect-ratio: 287/48;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 48px;
  font-size: 21px;
  font-weight: 700;
  margin-top: 31px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 500px) {
  .top-flow_list--point {
    margin-top: 16px;
    width: 215px;
    font-size: 16px;
  }
}

.top-flow_summary {
  padding-top: 31px;
  padding-bottom: 155px;
  background-color: #57BEAF;
  position: relative;
}
@media (max-width: 500px) {
  .top-flow_summary {
    padding-top: 23px;
    padding-bottom: 116px;
  }
}
.top-flow_summary:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../../img/top-flow-summary.webp);
  background-size: calc(100% - 54px) auto;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  opacity: 0.72;
  mix-blend-mode: screen;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 500px) {
  .top-flow_summary:before {
    background-size: calc(100% - 40px) auto;
  }
}
.top-flow_summary--txt {
  background-color: #FEDD4B;
  width: 314px;
  box-sizing: border-box;
  box-shadow: 4px 4px 0px 0px #333;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  line-height: 1.8;
  position: relative;
}
@media (max-width: 500px) {
  .top-flow_summary--txt {
    width: 235px;
    box-shadow: 3px 3px 0px 0px #333;
    font-size: 18px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

.top-flow_summary_deco--carmatch {
  width: 123px;
  aspect-ratio: 148/137;
  background-image: url(../../img/icon/icon-carmatchman.webp);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  top: -95px;
  right: 30px;
}
@media (max-width: 500px) {
  .top-flow_summary_deco--carmatch {
    width: 92px;
    top: -70px;
    right: 24px;
  }
}
.top-flow_summary_deco--car {
  width: 246px;
  aspect-ratio: 246/117;
  background-image: url(../../img/icon/icon-car-red3.webp);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 7px;
  right: 43px;
}
@media (max-width: 500px) {
  .top-flow_summary_deco--car {
    width: 184px;
    bottom: 5px;
    right: 32px;
  }
}

.top-flow_scroll_box {
  position: absolute;
  top: 0;
  width: 27px;
  height: 100%;
  background-color: #FEDD4B;
  z-index: 100;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
@media (max-width: 500px) {
  .top-flow_scroll_box {
    width: 20px;
  }
}
.top-flow_scroll_box-left {
  left: 0;
}
.top-flow_scroll_box-right {
  right: 0;
  transform: scale(-1, -1);
}

.top-flow_scroll {
  width: auto;
  height: 14313px;
}
@media (max-width: 500px) {
  .top-flow_scroll {
    height: 8588px;
  }
}
.top-flow_scroll--wrap {
  animation: infinity-scroll-bottom 120s infinite linear both;
}
@media (max-width: 500px) {
  .top-flow_scroll--wrap {
    animation: infinity-scroll-bottom 100s infinite linear both;
  }
}
.top-flow_scroll--wrap:before {
  content: "";
  display: block;
  width: 20px;
  aspect-ratio: 12/2147;
  background-image: url(../../img/top-flow-scroll-wrap.svg);
  background-size: contain;
  background-position: 50% 0%;
  background-repeat: no-repeat;
}
@media (max-width: 500px) {
  .top-flow_scroll--wrap:before {
    width: 12px;
  }
}
.top-flow_scroll--wrap:after {
  content: "";
  display: block;
  width: 20px;
  aspect-ratio: 12/2147;
  background-image: url(../../img/top-flow-scroll-wrap.svg);
  background-size: contain;
  background-position: 0% 50%;
  background-repeat: no-repeat;
}
@media (max-width: 500px) {
  .top-flow_scroll--wrap:after {
    width: 12px;
  }
}

.top-message {
  padding-top: 160px;
  padding-bottom: 150px;
  background-image: url(../../img/top-message01.webp);
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 500px) {
  .top-message {
    padding-top: 120px;
    padding-bottom: 112px;
  }
}
.top-message--deco {
  display: block;
  width: 100%;
  height: 279px;
  background-image: url(../../img/top-message02.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 0%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: scale(0.3);
  transition: 0.4s cubic-bezier(0.42, 0, 0, 1.4);
  transition-delay: 0.1s;
}
@media (max-width: 500px) {
  .top-message--deco {
    height: 55.2vw;
  }
}
.is_show .top-message--deco {
  opacity: 1;
  transform: scale(1);
}
.top-message--txt {
  display: block;
  font-size: 34px;
  font-weight: 700;
  text-align: center;
  line-height: 1.42;
}
@media (max-width: 500px) {
  .top-message--txt {
    font-size: 26px;
  }
}
.top-message--txt:last-of-type {
  margin-top: 16px;
}
@media (max-width: 500px) {
  .top-message--txt:last-of-type {
    margin-top: 12px;
  }
}
.top-message--strong {
  display: inline-block;
  width: 263px;
  text-align: center;
  background-color: #FEDD4B;
  border-radius: 5px;
  margin-right: 8px;
  box-shadow: 3px 3px 0px 0px #B6BFD1;
  padding-bottom: 0.09em;
}
@media (max-width: 500px) {
  .top-message--strong {
    width: 197px;
    margin-right: 6px;
    box-shadow: 2px 2px 0px 0px #B6BFD1;
  }
}

.top-shop {
  padding-top: 96px;
  background-color: #F6F6F6;
}
@media (max-width: 500px) {
  .top-shop {
    padding-top: 72px;
  }
}
.top-shop--ttl {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  line-height: 1.44;
}
@media (max-width: 500px) {
  .top-shop--ttl {
    font-size: 24px;
  }
}
.top-shop--img1 {
  display: block;
  border-radius: 10px;
  margin: 40px auto 0;
  width: 100%;
}
@media (max-width: 500px) {
  .top-shop--img1 {
    margin-top: 30px;
  }
}
.top-shop--img2 {
  display: block;
  width: 100%;
  margin-top: 106px;
}
@media (max-width: 500px) {
  .top-shop--img2 {
    margin-top: 80px;
  }
}

.top-shop_list {
  margin-top: 48px;
}
@media (max-width: 500px) {
  .top-shop_list {
    margin-top: 36px;
  }
}
.top-shop_list--group {
  padding-top: 36px;
  padding-bottom: 36px;
  border-bottom: 1px solid #B6BFD1;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 500px) {
  .top-shop_list--group {
    padding-top: 27px;
    padding-bottom: 27px;
  }
}
.top-shop_list--group:first-of-type {
  border-top: 1px solid #B6BFD1;
}
.top-shop_list--term {
  width: 120px;
  font-size: 16px;
  line-height: 1.75;
}
@media (max-width: 500px) {
  .top-shop_list--term {
    font-size: 14px;
    width: 86px;
  }
}
.top-shop_list--desc {
  width: calc(100% - 120px);
  font-size: 16px;
  line-height: 1.75;
}
@media (max-width: 500px) {
  .top-shop_list--desc {
    width: calc(100% - 86px);
    font-size: 14px;
  }
}
.top-recruit {
  padding-top: 107px;
  padding-bottom: 120px;
  background-color: #0261B9;
}
@media (max-width: 500px) {
  .top-recruit {
    padding-top: 80px;
    padding-bottom: 90px;
  }
}

.top-recruit_ttl {
  background-color: #E94830;
  width: 314px;
  aspect-ratio: 314/67;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  box-shadow: 0px 2px 0px 0px #FEDD4B, 2px 4px 0px 0px #fff;
  padding-bottom: 0.09em;
  position: relative;
}
@media (max-width: 500px) {
  .top-recruit_ttl {
    width: 235px;
    font-size: 24px;
  }
}
.top-recruit_ttl--deco {
  width: 112px;
  aspect-ratio: 148/137;
  background-image: url(../../img/icon/icon-carmatchman.webp);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  top: -96px;
  right: -10px;
}
@media (max-width: 500px) {
  .top-recruit_ttl--deco {
    width: 92px;
    top: -74px;
    right: -12px;
  }
}

.top-recruit_problem {
  background-image: url(../../img/top-recruit-problem.webp);
  background-size: cover;
  background-position: 50% 50%;
  margin-top: 57px;
  aspect-ratio: 446/428;
  padding: 29px 20px;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (max-width: 500px) {
  .top-recruit_problem {
    margin-top: 43px;
    padding-bottom: 21px;
  }
}
.top-recruit_problem--img_wrap {
  margin-top: auto;
}
.top-recruit_problem--img {
  display: block;
  margin-top: 8px;
}
@media (max-width: 500px) {
  .top-recruit_problem--img {
    width: auto;
    height: 46px;
    margin-top: 7px;
  }
}
.top-recruit_problem--img:first-of-type {
  margin-top: 0;
}
.top-recruit_problem--img:nth-of-type(2) {
  margin-left: auto;
}
.top-recruit_problem--deco {
  width: 42px;
  aspect-ratio: 42/49;
  position: absolute;
  left: 50%;
  bottom: -37px;
  transform: translateX(-50%);
}
@media (max-width: 500px) {
  .top-recruit_problem--deco {
    width: 32px;
    bottom: -27px;
  }
}
.top-recruit_problem--deco:before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 42/27;
  background-image: url(../../img/top-recruit-problem-deco.svg);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  animation: arrow 1.5s cubic-bezier(0.65, 0, 0.35, 1) infinite;
  opacity: 0.5;
}
.top-recruit_problem--deco:after {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 42/27;
  background-image: url(../../img/top-recruit-problem-deco.svg);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  animation: arrow 1.5s cubic-bezier(0.65, 0, 0.35, 1) infinite 0.2s;
}

.top-recruit_solution {
  background-color: #fff;
  margin-top: 56px;
  border-radius: 10px;
  padding: 40px 26px 50px;
}
@media (max-width: 500px) {
  .top-recruit_solution {
    margin-top: 42px;
    padding: 31px 20px 37px;
  }
}
.top-recruit_solution--serif {
  font-size: 20px;
  text-align: center;
  line-height: 1.45;
  margin-top: 38px;
  font-weight: 500;
  position: relative;
  width: 12em;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 500px) {
  .top-recruit_solution--serif {
    font-size: 16px;
    margin-top: 29px;
  }
}
.top-recruit_solution--serif:before {
  content: "";
  display: block;
  height: 32px;
  aspect-ratio: 21/35;
  background-image: url(../../img/icon/icon-serif-green.svg);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: -24px;
}
@media (max-width: 500px) {
  .top-recruit_solution--serif:before {
    height: 26px;
    top: 0;
    left: -22px;
  }
}
.top-recruit_solution--serif:after {
  content: "";
  display: block;
  height: 32px;
  aspect-ratio: 21/35;
  background-image: url(../../img/icon/icon-serif-green.svg);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  transform: scale(-1, 1);
  top: 0;
  right: -24px;
}
@media (max-width: 500px) {
  .top-recruit_solution--serif:after {
    height: 26px;
    top: 0;
    right: -22px;
  }
}
.top-recruit_solution--link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 23px;
  width: 100%;
  font-weight: 700;
  aspect-ratio: 393/80;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background-color: #07C655;
  margin-top: 15px;
}
@media (max-width: 500px) {
  .top-recruit_solution--link {
    font-size: 18px;
  }
}
.top-recruit_solution--link:before {
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
@media (max-width: 500px) {
  .top-recruit_solution--link:before {
    width: 36px;
    height: 36px;
    right: 15px;
  }
}
.top-recruit_solution--link:after {
  content: "";
  display: block;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  width: 24px;
  aspect-ratio: 24/28;
  position: absolute;
  top: 50%;
  right: 28px;
  transform: translateY(-50%);
  background-color: #07C655;
}
@media (max-width: 500px) {
  .top-recruit_solution--link:after {
    width: 19px;
    right: 22px;
  }
}
.top-recruit_solution--link:hover {
  transform: translateY(-6px);
}
@media (max-width: 500px) {
  .top-recruit_solution--link:hover {
    transform: translateY(0);
  }
}

.top-recruit_solution_ttl {
  font-size: 34px;
  font-weight: 700;
  text-align: center;
  line-height: 1.59;
}
@media (max-width: 500px) {
  .top-recruit_solution_ttl {
    font-size: 26px;
  }
}
.top-recruit_solution_ttl--strong {
  color: #E94830;
}

.top-recruit_solution_list {
  margin-top: 36px;
}
@media (max-width: 500px) {
  .top-recruit_solution_list {
    margin-top: 25px;
  }
}
.top-recruit_solution_list--item {
  background-color: #F6F6F6;
  border-radius: 10px;
  margin-top: 13px;
  aspect-ratio: 394/67;
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: 700;
  padding-left: 27px;
}
@media (max-width: 500px) {
  .top-recruit_solution_list--item {
    margin-top: 10px;
    font-size: 18px;
    padding-left: 20px;
  }
}
.top-recruit_solution_list--item:before {
  content: "";
  width: 32px;
  height: 32px;
  background-image: url(../../img/icon/icon-check.svg);
  background-size: contain;
  background-position: 50% 50%;
  margin-right: 13px;
}
@media (max-width: 500px) {
  .top-recruit_solution_list--item:before {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
}
.top-recruit_solution_list--item:first-of-type {
  margin-top: 0;
}

.top-thanks {
  padding: 94px 20px;
  background-color: #F6F6F6;
  min-height: calc(100vh - 120px - 20px);
}
@media (max-width: 500px) {
  .top-thanks {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.top-thanks--inner {
  background-color: #fff;
  border-radius: 10px;
  padding: 52px 20px 60px;
}
@media (max-width: 500px) {
  .top-thanks--inner {
    padding-left: 18px;
    padding-right: 18px;
  }
}
.top-thanks--ttl {
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  line-height: 1.42;
  padding-bottom: 25px;
  border-bottom: 2px dashed #B6BFD1;
}
@media (max-width: 500px) {
  .top-thanks--ttl {
    font-size: 20px;
    line-height: 1.45;
    padding-bottom: 16px;
  }
}
.top-thanks--desc {
  font-size: 16px;
  color: #333;
  margin-top: 22px;
  line-height: 1.8;
}
@media (max-width: 500px) {
  .top-thanks--desc {
    font-size: 14px;
    margin-top: 16px;
  }
}
.top-thanks--link {
  font-size: 20px;
  font-weight: 500;
  color: #333;
  width: 247px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  margin: 56px auto 0;
  background-color: #FEDD4B;
}
@media (max-width: 500px) {
  .top-thanks--link {
    margin-top: 37px;
    width: 180px;
    height: 40px;
    font-size: 16px;
  }
}
.top-thanks--link:hover {
  transform: translateY(-4px);
}
@media (max-width: 500px) {
  .top-thanks--link:hover {
    transform: translateY(0);
  }
}

.top-fixed_paper {
  position: absolute;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-fixed_paper li {
  position: absolute;
  list-style: none;
  top: -50px;
  animation: fall 4s linear infinite, sway 2s ease-in-out infinite alternate;
}
.top-fixed_paper li:nth-child(1) {
  background: #57beaf;
  left: 0%;
  width: 5.2173913043%;
  min-width: 24px;
  aspect-ratio: 24/15;
  animation: fall 10s linear infinite, sway1 3s ease-in-out infinite alternate;
  animation-delay: -4s;
}
.top-fixed_paper li:nth-child(2) {
  background: #e94830;
  left: 5%;
  width: 3.6956521739%;
  min-width: 17px;
  aspect-ratio: 17/9;
  animation: fall 15s linear infinite, sway1 2s ease-in-out infinite alternate;
  animation-delay: 2s;
}
.top-fixed_paper li:nth-child(3) {
  background: #ffffff;
  left: 15%;
  width: 3.4782608696%;
  min-width: 16px;
  aspect-ratio: 16/10;
  animation: fall 9s linear infinite, sway1 3.5s ease-in-out infinite alternate;
  animation-delay: 7s;
}
.top-fixed_paper li:nth-child(4) {
  background: #016fbc;
  left: 30%;
  width: 3.4782608696%;
  min-width: 16px;
  aspect-ratio: 16/10;
  animation: fall 8s linear infinite, sway2 4s ease-in-out infinite alternate;
  animation-delay: 1s;
}
.top-fixed_paper li:nth-child(5) {
  background: #57beaf;
  left: 40%;
  width: 3.4782608696%;
  min-width: 16px;
  aspect-ratio: 16/10;
  animation: fall 10s linear infinite, sway1 4s ease-in-out infinite alternate;
  animation-delay: -6s;
}
.top-fixed_paper li:nth-child(6) {
  background: #e94830;
  left: 55%;
  width: 5.2173913043%;
  min-width: 24px;
  aspect-ratio: 24/15;
  animation: fall 11s linear infinite, sway2 3s ease-in-out infinite alternate;
  animation-delay: -3s;
}
.top-fixed_paper li:nth-child(7) {
  background: #ffffff;
  left: 65%;
  width: 3.4782608696%;
  min-width: 16px;
  aspect-ratio: 16/10;
  animation: fall 7s linear infinite, sway2 3.5s ease-in-out infinite alternate;
  animation-delay: 1s;
}
.top-fixed_paper li:nth-child(8) {
  background: #016fbc;
  left: 50%;
  width: 2.8260869565%;
  min-width: 13px;
  aspect-ratio: 13/9;
  animation: fall 7s linear infinite, sway1 3s ease-in-out infinite alternate;
  animation-delay: -3s;
}
.top-fixed_paper li:nth-child(9) {
  background: #57beaf;
  left: 80%;
  width: 3.4782608696%;
  min-width: 16px;
  aspect-ratio: 16/10;
  animation: fall 10s linear infinite, sway2 4s ease-in-out infinite alternate;
  animation-delay: -2s;
}

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