@layer page {
  @keyframes turn {
    0% {
      transform: rotateY(0deg);
    }
    60% {
      transform: rotateY(360deg);
    }
    100% {
      transform: rotateY(360deg);
    }
  }
  main {
    --rightstart: -7.5rem;
    --lefttstart: 7.5rem;
  }
  @media screen and (max-width: 1200px) {
    main {
      --rightstart: -15vw;
      --lefttstart: 15vw;
    }
  }
  @keyframes fuwafuwa {
    0% {
      translate: 0 -6px;
    }
    100% {
      translate: 0 6px;
    }
  }
  @keyframes goright {
    0% {
      translate: var(--rightstart) 0;
    }
    100% {
      translate: calc(100vw + var(--lefttstart)) 0;
    }
  }
  @keyframes goleft {
    0% {
      translate: calc(100vw + var(--lefttstart)) 0;
    }
    100% {
      translate: var(--rightstart) 0;
    }
  }
  .home-mv-wrap {
    position: relative;
    overflow: hidden;
  }
  .home-first {
    background: var(--bg-green);
    padding-top: 2.5rem;
  }
  @media screen and (max-width: 1200px) {
    .home-first {
      padding-top: 1.25rem;
      padding-bottom: 2.5rem;
    }
  }
  @media screen and (max-width: 767px) {
    .home-first {
      padding-top: 6vw;
      padding-bottom: 10vw;
    }
  }
  .home-mv {
    margin: 0 auto;
  }
  @media screen and (min-width: 1200px) {
    .home-mv {
      width: 62.5rem;
    }
  }
  @media screen and (max-width: 1200px) {
    .home-mv {
      width: 37.5rem;
    }
  }
  @media screen and (max-width: 767px) {
    .home-mv {
      width: 90vw;
    }
  }
  @media (hover: hover) {
    .home-mv a {
      transition: .25s opacity;
    }
    .home-mv a:hover {
      opacity: .8;
    }
  }
  .home-mv__item img {
    border-radius: 0.625rem;
  }
  .home-mv .splide__track {
    overflow: visible;
  }
  .home-mv .splide__pagination {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 1.25rem;
    gap: 0.625rem;
  }
  @media screen and (max-width: 1200px) {
    .home-mv .splide__pagination {
      margin-top: 0.375rem;
      gap: 0.625rem;
    }
  }
  @media screen and (max-width: 767px) {
    .home-mv .splide__pagination {
      margin-top: 1.5vw;
      gap: 2.5vw;
    }
  }
  .home-mv .splide__pagination button {
    font-size: 0rem;
    position: relative;
    border-radius: 100rem;
    background: #fff;
    width: 0.75rem;
    height: 0.75rem;
    border: 1px solid var(--accent);
    padding: 0;
  }
  @media screen and (max-width: 1200px) {
    .home-mv .splide__pagination button {
      width: 0.625rem;
      height: 0.625rem;
    }
  }
  @media screen and (max-width: 767px) {
    .home-mv .splide__pagination button {
      width: 2.75vw;
      height: 2.75vw;
    }
  }
  .home-mv .splide__pagination button.is-active {
    background: var(--accent);
  }
  .home-mv .splide__arrows {
    pointer-events: none;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 100;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100vw;
  }
  @media screen and (min-width: 1200px) {
    .home-mv .splide__arrows {
      width: 70rem;
    }
  }
  @media screen and (max-width: 1200px) {
    .home-mv .splide__arrows {
      top: calc(50% - 3vw);
    }
  }
  .home-mv .splide__arrow {
    --my-icon-size: 0.625rem;
    pointer-events: fill;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 5rem;
    height: 5rem;
    background: #fff;
    border-radius: 1000rem;
    border: 1px solid var(--green-main);
    transition: 0.25s background;
    pointer-events: fill;
  }
  @media screen and (max-width: 1200px) {
    .home-mv .splide__arrow {
      --my-icon-size: 0.875rem;
      width: 4.25rem;
      height: 4.25rem;
      transform: translate(50%);
    }
  }
  @media screen and (max-width: 767px) {
    .home-mv .splide__arrow {
      --my-icon-size: 3.5vw;
      width: 17vw;
      height: 17vw;
    }
  }
  .home-mv .splide__arrow svg {
    display: none;
  }
  .home-mv .splide__arrow::after {
    content: "";
    display: block;
    aspect-ratio: 8/14;
    width: var(--my-icon-size);
    background: url("../../../img/icon/arrow.svg") 0 0/auto 100% no-repeat;
    transition: 0.3s translate;
  }
  @media screen and (max-width: 1200px) {
    .home-mv .splide__arrow::after {
      width: 0.5rem;
      position: relative;
    }
  }
  @media screen and (max-width: 767px) {
    .home-mv .splide__arrow::after {
      width: 2vw;
    }
  }
  @media (hover: hover) {
    .home-mv .splide__arrow:hover {
      background-color: var(--bg-green);
    }
  }
  @media screen and (max-width: 1200px) {
    .home-mv .splide__arrow--next {
      padding-right: 1.75rem;
    }
    .home-mv .splide__arrow--next::after {
      right: 0.1875rem;
    }
  }
  @media screen and (max-width: 767px) {
    .home-mv .splide__arrow--next {
      padding-right: 7vw;
    }
    .home-mv .splide__arrow--next::after {
      right: .7vw;
    }
  }
  @media screen and (max-width: 1200px) {
    .home-mv .splide__arrow--prev {
      transform: translate(-50%);
      padding-left: 1.75rem;
    }
    .home-mv .splide__arrow--prev::after {
      left: 0.3125rem;
    }
  }
  @media screen and (max-width: 767px) {
    .home-mv .splide__arrow--prev {
      padding-left: 7vw;
    }
    .home-mv .splide__arrow--prev::after {
      left: .8vw;
    }
  }
  .home-mv .splide__arrow--prev::after {
    transform: scale(-1, 1);
  }
  .home-hdr {
    text-align: center;
  }
  .home-hdr__inner {
    position: relative;
    display: inline-block;
    padding: 0 1.875rem;
  }
  @media screen and (max-width: 1200px) {
    .home-hdr__inner {
      padding: 0 0.625rem;
    }
  }
  @media screen and (max-width: 767px) {
    .home-hdr__inner {
      padding: 0 2.5vw;
    }
  }
  .home-hdr__inner::before, .home-hdr__inner::after {
    position: absolute;
    top: 50%;
    content: "";
    display: block;
    aspect-ratio: 110/10;
    width: 6.875rem;
    background: url("../../../img/content/circles.svg") 0 0/contain no-repeat;
  }
  @media screen and (max-width: 1200px) {
    .home-hdr__inner::before, .home-hdr__inner::after {
      width: 3.75rem;
    }
  }
  @media screen and (max-width: 767px) {
    .home-hdr__inner::before, .home-hdr__inner::after {
      width: 15vw;
    }
  }
  .home-hdr__inner::before {
    left: 0;
    transform: translate(-100%, -50%);
  }
  .home-hdr__inner::after {
    right: 0;
    transform: translate(100%, -50%) scale(-1, 1);
  }
  .home-hdr__en {
    color: var(--accent);
    font-family: var(--en-sans);
    font-size: 5rem;
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase;
    opacity: 0.2;
    margin-bottom: -2.5rem;
  }
  @media screen and (max-width: 1200px) {
    .home-hdr__en {
      margin-bottom: -1.625rem;
      font-size: 2.5rem;
    }
  }
  @media screen and (max-width: 767px) {
    .home-hdr__en {
      margin-bottom: -6.5vw;
      font-size: 10vw;
    }
  }
  .home-hdr__ttl {
    font-size: 3.125rem;
    font-weight: 700;
    line-height: 1.1;
  }
  @media screen and (max-width: 1200px) {
    .home-hdr__ttl {
      font-size: 2.5rem;
      line-height: 1;
    }
  }
  @media screen and (max-width: 767px) {
    .home-hdr__ttl {
      font-size: 10vw;
    }
  }
  .home-hdr-a {
    text-align: center;
  }
  .home-hdr-a__ttl {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
  }
  .home-hdr-a__en {
    color: var(--accent);
    font-family: var(--en-sans);
    font-size: 1.5rem;
    line-height: 1.1;
    text-transform: uppercase;
    margin-top: 0.375rem;
    font-weight: 500;
  }
  @media screen and (min-width: 1200px) {
    .home-beginner {
      overflow: hidden;
      padding: 5rem 0 7.5rem 0;
    }
  }
  @media screen and (max-width: 1200px) {
    .home-beginner {
      overflow: hidden;
    }
  }
  @media screen and (max-width: 1200px) {
    .home-beginner__inner {
      display: flex;
      flex-direction: column-reverse;
      gap: 1.875rem;
    }
  }
  @media screen and (max-width: 767px) {
    .home-beginner__inner {
      gap: 7.5vw;
    }
  }
  .home-beginner__ttl {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.5;
  }
  @media screen and (min-width: 1200px) {
    .home-beginner__ttl {
      padding-right: 1.875rem;
    }
  }
  @media screen and (max-width: 1200px) {
    .home-beginner__ttl {
      font-size: 1.375rem;
      height: 5.5625rem;
      padding-right: 2.625rem;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
    }
  }
  @media screen and (max-width: 767px) {
    .home-beginner__ttl {
      font-size: 5.5vw;
      height: 22.25vw;
      padding-right: 10.5vw;
      justify-content: flex-end;
    }
  }
  .home-beginner__row {
    display: flex;
  }
  @media screen and (min-width: 1200px) {
    .home-beginner__row {
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: flex-end;
      align-items: center;
      padding-right: 6.625rem;
    }
  }
  @media screen and (max-width: 1200px) {
    .home-beginner__row {
      position: relative;
      flex-direction: column;
      padding: 0 0.625rem;
    }
  }
  @media screen and (max-width: 767px) {
    .home-beginner__row {
      padding: 0 2.5vw;
    }
  }
  @media screen and (min-width: 1200px) {
    .home-beginner__link-items {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      gap: 0.625rem;
    }
  }
  @media screen and (max-width: 1200px) {
    .home-beginner__link-items {
      position: relative;
      z-index: 2;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 0.375rem;
    }
  }
  @media screen and (max-width: 767px) {
    .home-beginner__link-items {
      grid-template-columns: repeat(2, 1fr);
      gap: 1.5vw;
    }
  }
  .home-beginner__link-items .p-btn-a {
    font-size: 1.375rem;
    padding: 1rem 2.5rem 1rem 1.875rem;
    gap: 1rem;
  }
  @media screen and (max-width: 1200px) {
    .home-beginner__link-items .p-btn-a {
      font-weight: 600;
      height: 100%;
      justify-content: center;
      font-size: 1.125rem;
      padding: 1rem 0;
      gap: 0.625rem;
    }
  }
  @media screen and (max-width: 767px) {
    .home-beginner__link-items .p-btn-a {
      font-size: 4.5vw;
      padding: 4vw 0;
      gap: 2.5vw;
    }
  }
  .home-beginner__link-items .p-icon-supply {
    width: 2.625rem;
  }
  @media screen and (max-width: 1200px) {
    .home-beginner__link-items .p-icon-supply {
      width: 1.65625rem;
    }
  }
  @media screen and (max-width: 767px) {
    .home-beginner__link-items .p-icon-supply {
      width: 6.625vw;
    }
  }
  .home-beginner__link-items .p-icon-inspection {
    width: 3.75rem;
  }
  @media screen and (max-width: 1200px) {
    .home-beginner__link-items .p-icon-inspection {
      width: 2.5rem;
    }
  }
  @media screen and (max-width: 767px) {
    .home-beginner__link-items .p-icon-inspection {
      width: 10vw;
    }
  }
  .home-beginner__find {
    position: relative;
    margin-top: 2.5rem;
  }
  .home-beginner__find .p-icon-find {
    width: 3.75rem;
    fill: var(--accent);
  }
  @media screen and (min-width: 1200px) {
    .home-beginner__find .p-icon-find {
      margin-left: -3.75rem;
    }
  }
  .home-beginner__find dl {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 3.125rem 0;
    gap: 2.5rem;
    border-radius: 1.25rem;
    background: #FFF;
  }
  @media screen and (max-width: 1200px) {
    .home-beginner__find dl {
      padding: 1.875rem 1.25rem 1.25rem 1.25rem;
      align-items: flex-start;
      gap: 1.25rem;
      align-self: stretch;
      align-items: center;
    }
  }
  @media screen and (max-width: 767px) {
    .home-beginner__find dl {
      padding: 7.5vw 5vw 5vw 5vw;
      gap: 5vw;
      align-items: flex-start;
    }
  }
  .home-beginner__find dt {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.4;
  }
  @media screen and (max-width: 1200px) {
    .home-beginner__find dt {
      gap: 0.9375rem;
      font-size: 1.5625rem;
      padding-left: 1.25rem;
    }
  }
  @media screen and (max-width: 767px) {
    .home-beginner__find dt {
      gap: 3.75vw;
      font-size: 6.25vw;
      padding-left: 5vw;
    }
  }
  @media screen and (max-width: 1200px) {
    .home-beginner__find dd {
      width: 100%;
    }
  }
  .home-beginner__img {
    position: absolute;
  }
  @media screen and (min-width: 1200px) {
    .home-beginner__img {
      width: 16.6875rem;
      right: -0.75rem;
      top: -0.75rem;
    }
  }
  @media screen and (max-width: 1200px) {
    .home-beginner__img {
      width: 10rem;
      right: -3.875rem;
      top: -1.25rem;
    }
  }
  @media screen and (max-width: 767px) {
    .home-beginner__img {
      width: 40vw;
      right: -15.5vw;
      top: -5vw;
    }
  }
  .home-beginner__illust {
    position: absolute;
    z-index: 1;
    top: -10.1875rem;
    left: 3.75rem;
    transform: translateY(100%);
    transition: 0.5s transform;
    width: 9.375rem;
  }
  @media screen and (max-width: 1200px) {
    .home-beginner__illust {
      left: 9.625rem;
      top: 0rem;
      width: 5.1875rem;
    }
  }
  @media screen and (max-width: 767px) {
    .home-beginner__illust {
      left: 6vw;
      top: 0vw;
      width: 20.75vw;
    }
  }
  .home-beginner__illust img:nth-child(2) {
    position: absolute;
    left: 6.875rem;
    top: 0.625rem;
    opacity: 0;
    transform: translateY(6px);
    transition: 0.25s;
    width: 2.125rem;
    transition-delay: 0.6s;
  }
  @media screen and (max-width: 1200px) {
    .home-beginner__illust img:nth-child(2) {
      left: 3.75rem;
      width: 1.125rem;
      top: 0.1875rem;
    }
  }
  @media screen and (max-width: 767px) {
    .home-beginner__illust img:nth-child(2) {
      left: 15vw;
      width: 4.5vw;
      top: 0.75vw;
    }
  }
  .home-beginner__illust.is-fire {
    transform: translateY(0%);
  }
  .home-beginner__illust.is-fire img:nth-child(2) {
    opacity: 1;
    transform: translateY(0);
    animation: turn 3.5s infinite linear;
    animation-delay: 0.4s;
  }
  .home-beginner__btn {
    display: flex;
    padding: 2rem 0rem;
    justify-content: center;
    align-items: center;
    gap: 0.625rem;
    border-radius: 100rem;
    background-color: var(--accent);
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    transition-duration: 0.25s;
    transition-property: background, color;
    border: 2px solid var(--accent);
  }
  @media screen and (min-width: 1200px) {
    .home-beginner__btn {
      width: 33.75rem;
    }
  }
  @media screen and (max-width: 1200px) {
    .home-beginner__btn {
      padding: 1.25rem 3.75rem;
      gap: 0.625rem;
      font-size: 1.25rem;
      align-self: stretch;
    }
  }
  @media screen and (max-width: 767px) {
    .home-beginner__btn {
      padding: 5vw 15vw;
      gap: 2.5vw;
      font-size: 5vw;
    }
  }
  .home-beginner__btn .p-icon-scope {
    fill: #fff;
    width: 2rem;
  }
  @media screen and (max-width: 1200px) {
    .home-beginner__btn .p-icon-scope {
      width: 1.5625rem;
    }
  }
  @media screen and (max-width: 767px) {
    .home-beginner__btn .p-icon-scope {
      width: 6.25vw;
    }
  }
  @media (hover: hover) {
    .home-beginner__btn:hover {
      background-color: #fff;
      color: var(--accent);
    }
    .home-beginner__btn:hover .p-icon-scope {
      fill: var(--accent);
    }
  }
  .home-service {
    padding-top: 9.375rem;
    padding-bottom: 10rem;
  }
  @media screen and (max-width: 1200px) {
    .home-service {
      padding-top: 5rem;
      padding-bottom: 3.75rem;
    }
  }
  @media screen and (max-width: 767px) {
    .home-service {
      padding-top: 20vw;
      padding-bottom: 15vw;
    }
  }
  .home-service__body {
    margin-top: 4.375rem;
  }
  @media screen and (max-width: 1200px) {
    .home-service__body {
      margin-top: 2.5rem;
    }
  }
  @media screen and (max-width: 767px) {
    .home-service__body {
      margin-top: 10vw;
    }
  }
  .home-service__bnr a {
    transition: 0.25s filter;
  }
  @media (hover: hover) {
    .home-service__bnr a:hover {
      filter: brightness(110%);
    }
  }
  .home-service__box {
    position: relative;
    background: #fff;
    border-radius: 0.625rem;
    padding: 2.5rem 3.75rem;
    box-sizing: border-box;
  }
  @media screen and (min-width: 1200px) {
    .home-service__box {
      width: 31.25rem;
    }
  }
  @media screen and (max-width: 1200px) {
    .home-service__box {
      border: 1px solid var(--line);
      padding: 1.875rem;
    }
  }
  @media screen and (max-width: 767px) {
    .home-service__box {
      padding: 7.5vw;
    }
  }
  .home-service__icon-wrap {
    position: absolute;
    right: 1.25rem;
    top: -1.875rem;
    background: var(--accent);
    border-radius: 1.25rem;
    aspect-ratio: 1/1;
    width: 7.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  @media screen and (max-width: 1200px) {
    .home-service__icon-wrap {
      border-radius: 0.625rem;
      width: 5rem;
    }
  }
  @media screen and (max-width: 767px) {
    .home-service__icon-wrap {
      border-radius: 2.5vw;
      width: 20vw;
    }
  }
  .home-service__icon-wrap svg {
    fill: #fff;
    width: 5.9375rem;
  }
  @media screen and (max-width: 1200px) {
    .home-service__icon-wrap svg {
      width: 3.75rem;
    }
  }
  @media screen and (max-width: 767px) {
    .home-service__icon-wrap svg {
      width: 15vw;
    }
  }
  .home-service__ttl {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
  }
  @media screen and (max-width: 1200px) {
    .home-service__ttl {
      font-size: 1.75rem;
    }
  }
  .home-service__text {
    margin-top: 0.625rem;
    line-height: 1.6;
  }
  .home-service__btn-wrap {
    margin-top: 1.25rem;
  }
  @media screen and (max-width: 1200px) {
    .home-service__btn-wrap {
      margin-top: 1.25rem;
    }
  }
  @media screen and (max-width: 767px) {
    .home-service__btn-wrap {
      margin-top: 5vw;
    }
  }
  @media screen and (max-width: 1200px) {
    .home-service__btn-wrap .c-btn {
      width: 100%;
    }
  }
  @media screen and (min-width: 1200px) {
    .home-service__btn-items {
      margin-top: -2.5rem;
    }
  }
  @media screen and (min-width: 768px) {
    .home-service__btn-items {
      display: flex;
      justify-content: center;
      gap: 0.625rem;
    }
  }
  @media screen and (max-width: 1200px) {
    .home-service__btn-items {
      margin-top: 1.25rem;
    }
  }
  @media screen and (max-width: 767px) {
    .home-service__btn-items {
      margin-top: 5vw;
      display: flex;
      flex-direction: column;
      gap: 2.5vw;
    }
  }
  .home-service__btn {
    position: relative;
    display: flex;
    padding: 30px;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    background: var(--accent);
    color: #fff;
    border: 1px solid var(--accent);
    transition-duration: 0.25s;
    transition-property: background, color;
  }
  @media screen and (min-width: 768px) {
    .home-service__btn {
      width: 33.4375rem;
    }
  }
  @media screen and (max-width: 767px) {
    .home-service__btn {
      padding: 5vw;
    }
  }
  @media (hover: hover) {
    .home-service__btn:hover {
      background-color: var(--bg-green);
      color: var(--main);
    }
    .home-service__btn:hover .p-icon-arrow {
      fill: var(--accent);
    }
  }
  .home-service__btn dt {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 0.375rem;
  }
  @media screen and (max-width: 767px) {
    .home-service__btn dt {
      font-size: 5vw;
    }
  }
  .home-service__btn .p-icon-arrow {
    position: absolute;
    fill: #fff;
    top: 50%;
    right: 1.875rem;
    transform: translateY(-50%);
  }
  .home-other-s {
    padding-top: 4.375rem;
  }
  @media screen and (max-width: 1200px) {
    .home-other-s {
      padding-top: 5rem;
    }
  }
  @media screen and (max-width: 767px) {
    .home-other-s {
      padding-top: 20vw;
    }
  }
  .home-other-s__body {
    padding-top: 2.5rem;
  }
  @media screen and (max-width: 1200px) {
    .home-other-s__body {
      padding-top: 1.875rem;
    }
  }
  @media screen and (max-width: 767px) {
    .home-other-s__body {
      padding-top: 7.5vw;
    }
  }
  .home-qa__illust {
    overflow: hidden;
    position: relative;
    z-index: 2;
    height: 14.375rem;
    background: url("../../../img/page/home/qa.svg") 50% 3.125rem/auto 8rem repeat-x;
    margin-bottom: -5.25rem;
    transform: translate3d(0,0,0);
  }
  @media screen and (max-width: 1200px) {
    .home-qa__illust {
      height: 13.75rem;
      background-size: auto 5.84375rem;
      background-position: -4rem 5rem;
    }
  }
  @media screen and (max-width: 767px) {
    .home-qa__illust {
      height: 50vw;
      margin-bottom: -15.75vw;
      background-position: -15.5vw 16vw;
      background-size: auto 22.5vw;
    }
  }
  .home-qa__cloud {
    display: block;
    position: absolute;
    top: 0.625rem;
    animation: fuwafuwa 1.8s ease-in-out infinite alternate-reverse;
    width: 3.125rem;
  }
  @media screen and (max-width: 1200px) {
    .home-qa__cloud {
      width: 2.8125rem;
    }
  }
  .home-qa__cloud.is-1 {
    left: 1.25rem;
    top: 1.25rem;
  }
  @media screen and (max-width: 1200px) {
    .home-qa__cloud.is-1 {
      left: 12.5rem;
    }
  }
  .home-qa__cloud.is-2 {
    left: calc(50% + 1rem);
    top: 1.875rem;
    transform: scale(-1, 1);
    animation-delay: 1s;
  }
  @media screen and (max-width: 1200px) {
    .home-qa__cloud.is-2 {
      left: 33.125rem;
    }
  }
  @media screen and (max-width: 767px) {
    .home-qa__cloud.is-2 {
      left: inherit;
      right: 1.25rem;
    }
  }
  .home-qa__cloud.is-3 {
    right: 1.25rem;
    animation-delay: 1.6s;
  }
  @media screen and (max-width: 1200px) {
    .home-qa__cloud.is-3 {
      display: none;
    }
  }
  .home-qa__car {
    display: block;
    position: absolute;
    width: 5.125rem;
    left: 0;
  }
  @media screen and (max-width: 1200px) {
    .home-qa__car {
      width: 3.625rem;
    }
  }
  @media screen and (max-width: 767px) {
    .home-qa__car {
      width: 14.5vw;
    }
  }
  .home-qa__car.is-1 {
    z-index: 2;
    bottom: 0rem;
    animation: goleft 20s linear infinite;
  }
  @media screen and (max-width: 1200px) {
    .home-qa__car.is-1 {
      animation-duration: 10s;
      bottom: 0.625rem;
    }
  }
  @media screen and (max-width: 767px) {
    .home-qa__car.is-1 {
      bottom: 0;
    }
  }
  .home-qa__car.is-2 {
    z-index: 1;
    bottom: 2.5rem;
    animation: goright 24s linear infinite;
  }
  @media screen and (max-width: 1200px) {
    .home-qa__car.is-2 {
      animation-duration: 16s;
      bottom: 2.5rem;
    }
  }
  @media screen and (max-width: 767px) {
    .home-qa__car.is-2 {
      animation-duration: 8s;
      bottom: 10vw;
    }
  }
  .home-qa__main {
    position: relative;
    z-index: 1;
    background: var(--bg-gray2);
    padding-top: 9rem;
    padding-bottom: 7.5rem;
  }
  @media screen and (max-width: 1200px) {
    .home-qa__main {
      padding-top: 7.5rem;
      padding-bottom: 5rem;
    }
  }
  @media screen and (max-width: 767px) {
    .home-qa__main {
      padding-top: 30vw;
      padding-bottom: 20vw;
    }
  }
}