/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;700&family=Noto+Sans+JP:wght@400;900&display=swap");
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

.wrap {
  max-width: calc(1000px + 2rem);
  margin: auto;
  padding: 0 1rem;
}

main {
  font-family: "Noto Sans JP", sans-serif;
  color: white;
  letter-spacing: 0.05em;
}

.mv {
  position: relative;
}
.mv::before {
  content: "";
  background-image: url("../img/top/bg-mv.png");
  background-repeat: repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mv::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: #4d4d4d;
  opacity: 0.5;
  mix-blend-mode: multiply;
  top: 0;
}
.mv .title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.mv .title figure {
  width: 269px;
  margin: 0 auto;
}
.mv .title figure img {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .mv .title figure {
    width: 117px;
  }
}
.mv .title h2 {
  text-align: center;
  font-size: 14px;
  padding-top: 10px;
}

.step.step-first {
  margin-top: 68px;
}
.step.step-arrow {
  position: relative;
  padding-top: 60px;
}
.step.step-arrow::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: url("../img/top/arrow-wh.svg") no-repeat;
  left: 50%;
  top: 30px;
  transform: translate(-50%, -50%) rotate(90deg);
}
.step.step-btm {
  padding-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .step.step-btm {
    padding-bottom: 120px;
  }
}
.step .wrap {
  width: 700px;
}
@media screen and (max-width: 768px) {
  .step .wrap {
    width: 100%;
  }
}
.step .wrap .title {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 28px;
}
.step .wrap .step__box {
  border: 1px solid #fff;
  padding: 60px;
}
@media screen and (max-width: 480px) {
  .step .wrap .step__box {
    padding: 30px 10px;
    width: 340px;
    margin: 0 auto;
  }
}
.step .wrap .step__box h3 {
  font-size: 24px;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 34px;
}
@media screen and (max-width: 480px) {
  .step .wrap .step__box h3 {
    margin-bottom: 22px;
  }
}
.step .wrap .step__box p {
  font-size: 14px;
  line-height: 34px;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .step .wrap .step__box p {
    letter-spacing: 0.04em;
    text-align: left;
  }
}
.step .wrap .step__box p a {
  color: #399a4a;
}
@media screen and (min-width: 1025px) {
  .step .wrap .step__box p a {
    pointer-events: none;
  }
}/*# sourceMappingURL=flow.css.map */