@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&family=Host+Grotesk:wght@800&display=swap);
@keyframes btn-arrow-01 {
  0% {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
  50% {
    transform: translate(100%, -50%);
    opacity: 0;
  }
  51% {
    transform: translate(-200%, -50%);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
}
.p-plan-flow .p-flow-inner {
  margin-top: min(10vw, 120px);
}
.p-plan-flow .p-period {
  margin-top: min(10vw, 120px);
}
@media screen and (max-width: 767px){
  .p-plan-flow .p-flow-inner {
    margin-top: 10.6666666667vw;
  }
  .p-plan-flow .p-period {
    margin-top: 21.3333333333vw;
  }
}
/*# sourceMappingURL=france.css.map */
