@media screen and (max-width: 768px) {
  .p-under-mv01__ttl--en {
    font-size: 48px;
  }
}

.p-steptojoin__ttl {
  margin-bottom: clamp(20px, 0px + 2.6041666667vw, 50px);
}
.p-steptojoin__ttl--en {
  font-family: "Outfit", serif;
  font-size: clamp(58.8px, 0px + 7.65625vw, 147px);
  line-height: 0.9863945578;
  letter-spacing: 0.1em;
  font-weight: 300;
  color: #E6000D;
  margin-bottom: 27px;
}
@media screen and (max-width: 768px) {
  .p-steptojoin__ttl--en {
    font-size: 64px;
    line-height: 1.3125;
    letter-spacing: 0.1em;
    margin-bottom: 12px;
  }
}
.p-steptojoin__ttl--jp {
  font-size: 18px;
  line-height: 1.4444444444;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #E6000D;
  padding-left: 38px;
  position: relative;
}
.p-steptojoin__ttl--jp::before {
  content: "";
  width: 26.5px;
  height: 26.5px;
  background-image: url(../img/common/icon_apple01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-steptojoin__txt {
  font-size: 16px;
  line-height: 2.3125;
  letter-spacing: 0.025em;
  margin-bottom: clamp(28px, 0px + 3.6458333333vw, 70px);
}
@media screen and (max-width: 768px) {
  .p-steptojoin__txt {
    line-height: 1.8;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-steptojoin__btn {
    text-align: center;
  }
}
.p-steptojoin-faq {
  margin: clamp(39.2px, 0px + 5.1041666667vw, 98px) clamp(0px, 0px + 0vw, 0px) clamp(84.8px, 0px + 11.0416666667vw, 212px);
}
@media screen and (max-width: 768px) {
  .p-steptojoin-faq {
    margin: 40px 0 60px;
  }
}
.p-steptojoin-faq__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(28px, 0px + 3.6458333333vw, 70px);
}
@media screen and (max-width: 768px) {
  .p-steptojoin-faq__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.p-steptojoin-faq__content {
  margin: 0 auto 0 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
@media screen and (max-width: 768px) {
  .p-steptojoin-faq__content {
    width: 100%;
  }
}
.p-steptojoin-faq__img {
  width: 50vw;
  height: auto;
  overflow: hidden;
  margin-left: calc(50% - 50vw);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-steptojoin-faq__img {
    width: calc(100vw - 20px);
    margin-right: auto;
  }
}
.p-steptojoin-faq__img img {
  width: 100%;
}
.p-steptojoin-flow {
  margin-bottom: clamp(143.2px, 0px + 18.6458333333vw, 358px);
}
@media screen and (max-width: 768px) {
  .p-steptojoin-flow {
    margin-bottom: 60px;
  }
}
.p-steptojoin-flow__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: clamp(28px, 0px + 3.6458333333vw, 70px);
}
@media screen and (max-width: 768px) {
  .p-steptojoin-flow__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.p-steptojoin-flow__content {
  margin: 0 auto 0 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
@media screen and (max-width: 768px) {
  .p-steptojoin-flow__content {
    width: 100%;
  }
}
.p-steptojoin-flow__img {
  width: 50vw;
  height: auto;
  overflow: hidden;
  margin-right: calc(50% - 50vw);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-steptojoin-flow__img {
    width: calc(100vw - 20px);
    margin-left: auto;
  }
}
.p-steptojoin-flow__img img {
  width: 100%;
}