*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:where([hidden]:not([hidden=until-found])) {
  display: none !important;
}

:where(html) {
  -webkit-text-size-adjust: none;
  color-scheme: dark light;
  -moz-tab-size: 2;
    -o-tab-size: 2;
       tab-size: 2;
}

@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth;
  }
}
:where(body) {
  line-height: 1.5;
  font-family: system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

:where(button) {
  all: unset;
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role=button], [role=option]) {
  cursor: pointer;
}

:where(:disabled) {
  cursor: not-allowed;
}

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}

:where(a) {
  color: inherit;
  text-underline-offset: 0.2ex;
}

:where(ul, ol) {
  list-style: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, picture, svg, video) {
  max-inline-size: 100%;
  block-size: auto;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
  text-wrap: balance;
}

:where(hr) {
  border: none;
  border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

:where(:focus-visible) {
  outline: 3px solid CanvasText;
  box-shadow: 0 0 0 5px Canvas;
  outline-offset: 1px;
}

:where(:focus-visible, :target) {
  scroll-margin-block: 8vh;
}

:where(.visually-hidden:not(:focus-within, :active)) {
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
}

html, body {
  --font-weight-bold: 700;
  --font-weight-semibold: 500;
  --font-weight-regular: 300;
  --font-color-default: #fff;
  --font-color-button: #AD217A;
  --font-color-h3: #AD1B74;
  --font-color-sns: #1F60C7;
  --font-size-x-small: 3.73831775700935vw;
  --font-size-small: 4.20560747663551vw;
  --font-size-medium: 4.67289719626168vw;
  --font-size-large: 5.14018691588785vw;
  --font-size-x-large: 5.8411214953271vw;
  --font-size-xx-large: 7.47663551401869vw;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
}

.ttl-h2 {
  text-align: center;
  font-size: var(--font-size-x-large);
  font-weight: var(--font-weight-regular);
}

.ttl-h2b {
  text-align: center;
  font-size: var(--font-size-xx-large);
  font-weight: var(--font-weight-semibold);
}

.ttl-h3 {
  font-size: var(--font-size-small);
  color: var(--font-color-h3);
  font-weight: var(--font-weight-regular);
}

.ttl-h3b {
  font-size: var(--font-size-large);
  color: var(--font-color-h3);
  font-weight: var(--font-weight-regular);
}

.p-text {
  margin: 0 3.738317757vw;
  font-size: var(--font-size-x-small);
  font-weight: var(--font-weight-regular);
  line-height: 1.8;
}

section {
  background-color: transparent;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.step01 {
  height: 100vh;
  background-image: url(../img/bg_mv.jpg);
  position: relative;
}
.step01 .logo {
  width: 22.1962616822vw;
  position: absolute;
  top: 3.738317757vw;
  left: 3.738317757vw;
}
.step01 .logo img {
  width: 100%;
}
.step01 .text {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.step01 .text h1 {
  width: 84.1121495327vw;
  margin: auto;
}
.step01 .text .btn {
  position: relative;
  width: 84.1121495327vw;
  margin: 28.9719626168vw auto 0;
  background-color: #fff;
  border-radius: 20.3271028037vw;
  font-size: var(--font-size-large);
  font-weight: var(--font-weight-bold);
  line-height: 20.3271028037vw;
  text-align: center;
  color: var(--font-color-button);
  box-shadow: 0px 1.1682242991vw 3.5046728972vw 0px rgba(0, 0, 0, 0.35);
}
.step01 .text .btn::after {
  position: absolute;
  content: "";
  width: 5.6074766355vw;
  height: 3.2710280374vw;
  background-image: url(../img/icon_arrow1.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  top: 50%;
  right: 4.6728971963vw;
  transform: translateY(-50%);
}
.step01 .scroll {
  position: absolute;
  width: 100%;
  color: var(--font-color-default);
  text-align: center;
  animation: arrowmove 1s ease-in-out infinite;
}
.step01 .scroll .btn {
  position: relative;
  display: inline-block;
  font-size: var(--font-size-medium);
  padding-bottom: 1rem;
}
.step01 .scroll .btn::after {
  position: absolute;
  content: "";
  width: 4.4392523364vw;
  height: 3.0373831776vw;
  background-image: url(../img/icon_arrow2.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

.step02 {
  background-image: url(../img/bg_step02.jpg);
  padding: 6rem 0;
}
.step02 p {
  font-size: var(--font-size-small);
  font-weight: var(--font-weight-bold);
  color: var(--font-color-default);
  margin: 0 3.738317757vw;
  line-height: 10.5140186916vw;
}
.step02 p:nth-of-type(n+2) {
  margin-top: 7.476635514vw;
}

.step03 {
  background-color: #fff;
  padding: 17.523364486vw 0;
}
.step03 .p-text {
  margin-top: 14.0186915888vw;
}

.step04 {
  background-color: #F7F7F7;
  padding: 17.523364486vw 0;
}
.step04 ul {
  margin-top: 11.6822429907vw;
}
.step04 ul .flex {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 3.738317757vw;
  background-color: #fff;
  margin: 3.738317757vw 3.738317757vw 0;
  padding: 3.738317757vw 2.3364485981vw;
  border-radius: 2.3364485981vw;
  box-shadow: 0px 1.1682242991vw 3.5046728972vw 0px rgba(0, 0, 0, 0.35);
  text-decoration: none;
}
.step04 ul .flex figure {
  flex-shrink: 0;
  width: 20.0934579439vw;
}
.step04 ul .flex figure img {
  width: 100%;
}
.step04 ul .flex p {
  font-size: var(--font-size-x-small);
  font-weight: var(--font-weight-regular);
  line-height: 1.8;
}
.step04 .p-text {
  margin-top: 11.6822429907vw;
}

.step05 {
  background-color: #fff;
  padding: 17.523364486vw 0;
}
.step05 .p-text {
  margin-top: 7.476635514vw;
}
.step05 iframe {
  width: 100%;
  margin-top: 7.476635514vw;
}

.step06 {
  background-color: #fff;
  padding: 0 0 17.523364486vw;
}
.step06 .ttl-h2 {
  color: var(--font-color-sns);
}
.step06 .p-text {
  margin-top: 3.738317757vw;
}
.step06 .x {
  margin: 7.476635514vw 3.738317757vw 0;
}

footer {
  background-image: url(../img/bg_footer.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 6.5420560748vw 0;
}
footer p {
  font-size: var(--font-size-x-small);
  font-weight: var(--font-weight-regular);
  line-height: 2.7;
  text-align: center;
  color: var(--font-color-default);
}

@media screen and (min-width: 768px) {
  html, body {
    --font-size-x-small: 1rem;
    --font-size-small: 1.125rem;
    --font-size-medium: 1.25rem;
    --font-size-large: 1.375rem;
    --font-size-x-large: 1.5625rem;
    --font-size-xx-large: 2rem;
  }
  .p-text {
    margin: 0 1rem;
  }
  .btn {
    cursor: pointer;
  }
  body {
    background-image: url(../img/bg_mv.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
  #container {
    max-width: 428px;
    margin: 50px auto;
    border-radius: 30px;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  }
  .step01 {
    height: calc(100vh - 50px);
    border-radius: 30px 30px 0 0;
  }
  .step01 .logo {
    width: 95px;
    top: 1rem;
    left: 1rem;
  }
  .step01 .text h1 {
    width: 360px;
  }
  .step01 .text .btn {
    width: 360px;
    margin: 7.7rem auto 0;
    border-radius: 87px;
    line-height: 87px;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  }
  .step01 .text .btn::after {
    width: 24px;
    height: 14px;
    right: 20px;
  }
  .step01 .scroll .btn {
    font-size: var(--font-size-medium);
    padding-bottom: 1rem;
  }
  .step01 .scroll .btn::after {
    width: 19px;
    height: 13px;
  }
  .step02 p {
    font-size: var(--font-size-small);
    margin: 0 1rem;
    line-height: 2.8rem;
  }
  .step02 p:nth-of-type(n+2) {
    margin-top: 2rem;
  }
  .step03 {
    padding: 4.7rem 0;
  }
  .step03 .p-text {
    margin-top: 3.75rem;
  }
  .step04 {
    padding: 4.7rem 0;
  }
  .step04 ul {
    margin-top: 3.125rem;
  }
  .step04 ul .flex {
    gap: 1rem;
    margin: 1rem 1rem 0;
    padding: 1rem 0.6rem;
    border-radius: 10px;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  }
  .step04 ul .flex figure {
    width: 86px;
  }
  .step04 .p-text {
    margin-top: 3.125rem;
  }
  .step05 {
    padding: 4.7rem 0;
  }
  .step05 .p-text {
    margin-top: 2rem;
  }
  .step05 iframe {
    margin-top: 2rem;
  }
  .step06 {
    padding: 0 0 4.7rem;
  }
  .step06 .p-text {
    margin-top: 1rem;
  }
  .step06 .x {
    margin: 2rem 1rem 0;
  }
  footer {
    padding: 1.75rem 0;
    border-radius: 0 0 30px 30px;
  }
  footer p {
    font-size: var(--font-size-x-small);
  }
}
@keyframes arrowmove {
  0% {
    bottom: 2%;
  }
  50% {
    bottom: 3%;
  }
  100% {
    bottom: 2%;
  }
}/*# sourceMappingURL=style.css.map */