@charset "UTF-8";
html {
  font-family: source-han-sans-japanese, sans-serif;
  color: #000;
  font-weight: 500;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .u-pc {
    display: none;
  }
}

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

/* リキッドレイアウト対応 */
@media (max-width: 767px) {
  html {
    font-size: 4.1025641026vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.3864818024vw;
  }
}
@media (min-width: 1154px) {
  html {
    font-size: 16px;
  }
}

a {
  text-decoration: none;
  color: inherit;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default type */
ul,
ol {
  list-style: none;
}

li, dd {
  list-style-type: none;
}

/* Remove default margin padding */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

/* Make images easier to work with */
img {
  display: block;
  width: 100%;
  height: auto;
}

picture {
  display: block;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

button {
  padding: 0;
}

.l-inner {
  width: 100%;
  max-width: 1204px;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    max-width: 31.25rem;
    padding-right: 16px;
    padding-left: 16px;
  }
}

/* floating */
.floating {
  position: fixed;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  z-index: 10;
  background: rgba(36, 37, 54, .5);
  padding: 20px 0;
  padding: 1.25rem 0;
}
@media screen and (max-width: 767px) {
  .floating {
    padding: 0.8125rem 0;
  }
}

.floating__btn {
  display: block;
  width: 544px;
  width: 34rem;
  max-width: 100%;
  margin: 0 auto;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
@media screen and (max-width: 767px) {
  .floating__btn {
    width: 20.625rem;
  }
}
.floating__btn:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

/* footer */
.global-footer {
  padding: 70px 0 180px;
  padding: 4.375rem 0 11.25rem;
}
@media screen and (max-width: 767px) {
  .global-footer {
    padding: 2.8125rem 0 6.25rem;
  }
}

.global-footer__logo img {
  margin: 0 auto 40px;
  margin: 0 auto 2.5rem;
}
@media screen and (max-width: 767px) {
  .global-footer__logo img {
    margin-bottom: 1.5625rem;
  }
}

.global-footer__copyright {
  font-size: 11px;
  font-size: 0.6875rem;
}
@media screen and (max-width: 767px) {
  .global-footer__copyright {
    font-size: 0.625rem;
  }
}
.global-footer__copyright a {
  text-decoration: none;
}

/* header */
.header {
  position: absolute;
  top: 35px;
  top: 2.1875rem;
  left: 0;
  width: 100%;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .header {
    top: 1.375rem;
  }
}

.header__logo {
  width: 85px;
  width: 5.3125rem;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .header__logo {
    width: 3.25rem;
  }
}
.header__logo a {
  display: block;
}

/* main */
.main {
  overflow: hidden;
}

/* section-entitle */
.section-entitle {
  font-family: futura-pt, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  letter-spacing: 0.2em;
  width: 255px;
  width: 15.9375rem;
  height: 187px;
  height: 11.6875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url(../img/influencer/title-bg.svg) no-repeat center/contain;
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .section-entitle {
    font-size: 1.0625rem;
    width: 10.125rem;
    height: 6.625rem;
  }
}

/* thanks */
.thanks {
  background: #F7F7F7;
  text-align: center;
  padding: 210px 0 188px;
  padding: 13.125rem 0 11.75rem;
}
@media screen and (max-width: 767px) {
  .thanks {
    padding: 9.375rem 0 6.25rem;
  }
}
@media screen and (max-width: 767px) {
  .thanks .l-inner {
    max-width: 100%;
  }
}

.thanks__title {
  color: #242536;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .thanks__title {
    font-size: 1.75rem;
  }
}

.thanks__text {
  color: #242536;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2.6;
  margin-top: 45px;
  margin-top: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .thanks__text {
    font-size: 0.9375rem;
  }
}

.thanks__btn {
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  background: #F5AA00;
  border-radius: 2.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 240px;
  width: 15rem;
  max-width: 100%;
  height: 64px;
  height: 4rem;
  margin: 60px auto 0;
  margin: 3.75rem auto 0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (max-width: 767px) {
  .thanks__btn {
    font-size: 1.125rem;
    height: 3.4375rem;
    border-radius: 2.25rem;
  }
}
.thanks__btn:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.header--thanks {
  top: 40px;
  top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .header--thanks {
    top: 1.25rem;
  }
}
.header--thanks .header__logo {
  width: 29%;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .header--thanks .header__logo {
    width: 11.25rem;
    max-width: 100%;
  }
}

.footer--thanks {
  padding-bottom: 80px;
  padding-bottom: 5rem;
}

/* about */
.about__inner {
  position: relative;
  padding: 10px 25px 120px;
  padding: 0.625rem 1.5625rem 7.5rem;
}
@media screen and (max-width: 767px) {
  .about__inner {
    padding: 1.875rem 1rem 5rem;
  }
}

.about__entitle {
  margin-left: -15px;
  margin-left: -0.9375rem;
}
@media screen and (max-width: 767px) {
  .about__entitle {
    margin-left: 0;
  }
}

.about__title {
  width: 480px;
  width: 30rem;
  max-width: 100%;
  margin-top: -5px;
  margin-top: -0.3125rem;
}
@media screen and (max-width: 767px) {
  .about__title {
    width: 20.625rem;
    margin-top: 1.75rem;
  }
}

.about__text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2.67;
  width: 55.5%;
  margin-top: 55px;
  margin-top: 3.4375rem;
}
@media screen and (max-width: 767px) {
  .about__text {
    font-size: 1rem;
    line-height: 2.5;
    width: 100%;
    margin-top: 1.5625rem;
  }
}

.about__img {
  position: absolute;
  width: 28.5%;
  right: 5.5%;
  top: 4%;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .about__img {
    position: relative;
    right: unset;
    top: unset;
    width: 69.5%;
    margin-left: auto;
    margin-right: -0.75rem;
    margin-top: 0.5rem;
  }
}

.about__entext {
  position: absolute;
  width: 62%;
  bottom: 4%;
  right: -6%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .about__entext {
    width: 78%;
    bottom: 3%;
    right: 1%;
  }
}

/* check */
.check {
  background: url(../img/influencer/check-bg_pc.png) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .check {
    background: url(../img/influencer/check-bg_sp.png) no-repeat center/cover;
  }
}

.check__inner {
  position: relative;
  padding: 20px 25px 770px;
  padding: 1.25rem 1.5625rem 48.125rem;
}
@media screen and (max-width: 767px) {
  .check__inner {
    padding: 2.5rem 1rem 4.5625rem;
  }
}

.check__entitle {
  margin-left: -20px;
  margin-left: -1.25rem;
}
@media screen and (max-width: 767px) {
  .check__entitle {
    margin-left: 0;
  }
}

.check__title {
  width: 545px;
  width: 34.0625rem;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .check__title {
    margin-top: 1.75rem;
  }
}

.check__img {
  position: absolute;
  width: 35%;
  right: -4%;
  top: 17%;
}
@media screen and (max-width: 767px) {
  .check__img {
    position: static;
    width: 90%;
    padding-left: 4.0625rem;
    margin: 2.1875rem auto 0;
  }
}

@media screen and (max-width: 767px) {
  .check__items {
    margin-top: 2.8125rem;
  }
}

.check__item {
  width: 29.5%;
  border: 1px solid #242536;
  border: 0.0625rem solid #242536;
  border-radius: 1rem 1rem 0 1rem;
  min-height: 139px;
  min-height: 8.6875rem;
  padding: 13px 18px;
  padding: 0.8125rem 1.125rem;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .check__item {
    width: 100%;
    position: static;
  }
  .check__item + .check__item {
    margin-top: 0.9375rem;
  }
}
.check__item::after {
  position: absolute;
  content: "";
  height: 62px;
  height: 3.875rem;
}
@media screen and (max-width: 767px) {
  .check__item::after {
    display: none;
  }
}
.check__item:first-child {
  min-height: 121px;
  min-height: 7.5625rem;
  left: 30.5%;
  top: 38.5%;
}
.check__item:first-child::after {
  width: 93px;
  width: 5.8125rem;
  right: -93px;
  right: -5.8125rem;
  bottom: 0;
  background: url(../img/influencer/check-border01.png) no-repeat center/contain;
}
.check__item:first-child .check__item-title::before {
  background: #63A7DC;
}
.check__item:nth-child(2) {
  left: 0;
  top: 50.5%;
}
.check__item:nth-child(2)::after {
  width: 516px;
  width: 32.25rem;
  right: -516px;
  right: -32.25rem;
  top: 25px;
  top: 1.5625rem;
  background: url(../img/influencer/check-border02.png) no-repeat center/contain;
}
.check__item:nth-child(2) .check__item-title::before {
  background: #B488BB;
}
.check__item:nth-child(3) {
  left: 36%;
  top: 56%;
}
.check__item:nth-child(3)::after {
  width: 93px;
  width: 5.8125rem;
  right: -93px;
  right: -5.8125rem;
  top: 60px;
  top: 3.75rem;
  background: url(../img/influencer/check-border03.png) no-repeat center/contain;
}
.check__item:nth-child(3) .check__item-title::before {
  background: #ED8AE9;
}
.check__item:nth-child(4) {
  left: 3%;
  top: 67%;
}
.check__item:nth-child(4)::after {
  width: 490px;
  width: 30.625rem;
  right: -490px;
  right: -30.625rem;
  top: 50px;
  top: 3.125rem;
  background: url(../img/influencer/check-border04.png) no-repeat center/contain;
}
.check__item:nth-child(4) .check__item-title::before {
  background: #F18C47;
}
.check__item:last-child {
  left: 34%;
  top: 76%;
}
.check__item:last-child::after {
  width: 93px;
  width: 5.8125rem;
  right: -93px;
  right: -5.8125rem;
  top: 55px;
  top: 3.4375rem;
  background: url(../img/influencer/check-border05.png) no-repeat center/contain;
}
.check__item:last-child .check__item-title::before {
  background: #F5AA00;
}

.check__item-title {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.03em;
  position: relative;
  padding-left: 33px;
  padding-left: 2.0625rem;
}
.check__item-title::before {
  position: absolute;
  content: "";
  width: 19px;
  width: 1.1875rem;
  height: 19px;
  height: 1.1875rem;
  left: 2px;
  left: 0.125rem;
  top: 6px;
  top: 0.375rem;
}

.check__item-text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.71;
  margin-top: 7px;
  margin-top: 0.4375rem;
}

/* join */
.join__inner {
  position: relative;
  padding: 110px 25px 75px;
  padding: 6.875rem 1.5625rem 4.6875rem;
}
@media screen and (max-width: 767px) {
  .join__inner {
    padding: 4.375rem 1rem 0.625rem;
  }
}

.join__entext {
  position: absolute;
  width: 60%;
  top: 1%;
  right: -6%;
}
@media screen and (max-width: 767px) {
  .join__entext {
    width: 76%;
    right: -5%;
  }
}

.join__img {
  position: absolute;
  width: 30%;
  top: -8%;
  right: 3%;
}
@media screen and (max-width: 767px) {
  .join__img {
    position: static;
    width: 98%;
    padding-left: 3.75rem;
    margin: 0.625rem auto 0;
  }
}

.join__title {
  width: 540px;
  width: 33.75rem;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .join__title {
    width: 19.25rem;
  }
}

.join__text {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 2.4;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .join__text {
    font-size: 1rem;
    line-height: 2.5;
    margin-top: 1.25rem;
  }
}

.join__btn {
  display: block;
  width: 594px;
  width: 37.125rem;
  max-width: 100%;
  margin-top: 35px;
  margin-top: 2.1875rem;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
@media screen and (max-width: 767px) {
  .join__btn {
    width: 20.5rem;
    margin: 1.875rem auto 0;
  }
}
.join__btn:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

/* mv */
.mv {
  text-align: right;
  overflow: hidden;
  position: relative;
}

.mv__bg01 {
  position: absolute;
  width: 42%;
  max-width: 1000px;
  max-width: 62.5rem;
  right: -4%;
  top: -12%;
}
@media screen and (max-width: 767px) {
  .mv__bg01 {
    width: 75%;
    right: -21%;
    top: -8%;
  }
}

.mv__bg02 {
  position: absolute;
  width: 58%;
  max-width: 1000px;
  max-width: 62.5rem;
  left: -12%;
  bottom: -6%;
}
@media screen and (max-width: 767px) {
  .mv__bg02 {
    width: 86%;
    left: -9%;
    bottom: -9%;
  }
}

.mv__inner {
  padding: 140px 25px 210px;
  padding: 8.75rem 1.5625rem 13.125rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .mv__inner {
    padding: 10.8125rem 1rem 9.625rem;
  }
}

.mv__img {
  position: absolute;
  width: 20%;
  top: 6%;
  left: 11%;
  z-index: 2;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .mv__img {
    top: unset;
    width: 42.5%;
    bottom: -2%;
    left: -2%;
  }
}

.mv__icon01 {
  position: absolute;
  width: 4.5%;
  left: 4.5%;
  top: 34%;
}
@media screen and (max-width: 767px) {
  .mv__icon01 {
    width: 10%;
    left: 45%;
    top: 13%;
  }
}

.mv__icon02 {
  position: absolute;
  width: 20%;
  left: 24.5%;
  top: 8%;
}
@media screen and (max-width: 767px) {
  .mv__icon02 {
    width: 39%;
    left: 58%;
    top: 20%;
  }
}

.mv__icon03 {
  position: absolute;
  width: 4.5%;
  top: 17%;
  right: 14%;
}
@media screen and (max-width: 767px) {
  .mv__icon03 {
    top: unset;
    width: 10%;
    bottom: 13%;
    right: 11%;
  }
}

.mv__icon04 {
  position: absolute;
  width: 26%;
  right: 2%;
  bottom: 11%;
}
@media screen and (max-width: 767px) {
  .mv__icon04 {
    width: 41%;
    right: 27%;
    bottom: 11%;
  }
}

.mv__body {
  display: inline-block;
  margin-right: 100px;
  margin-right: 6.25rem;
  position: relative;
  z-index: 3;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .mv__body {
    margin-right: 0;
  }
}

.mv__text {
  width: 392px;
  width: 24.5rem;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .mv__text {
    width: 11.625rem;
    margin-left: 0.3125rem;
  }
}

.mv__subtext {
  width: 640px;
  width: 40rem;
  max-width: 100%;
  margin-top: 5px;
  margin-top: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .mv__subtext {
    width: 16.75rem;
    margin-top: 0;
  }
}

.mv__title {
  width: 529px;
  width: 33.0625rem;
  max-width: 100%;
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .mv__title {
    width: 17rem;
    margin-top: 1rem;
  }
}

/* point */
.point {
  background: #F7F7F7;
  padding: 40px 0 95px;
  padding: 2.5rem 0 5.9375rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .point {
    padding-bottom: 6.5625rem;
  }
}

.point__inner {
  max-width: 1230px;
  max-width: 76.875rem;
}

.point__bg01 {
  position: absolute;
  width: 26.5%;
  max-width: 500px;
  max-width: 31.25rem;
  top: 27%;
  left: 0;
}
@media screen and (max-width: 767px) {
  .point__bg01 {
    width: 57%;
    top: 14%;
    left: -4%;
  }
}

.point__bg02 {
  position: absolute;
  width: 23.5%;
  max-width: 500px;
  max-width: 31.25rem;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .point__bg02 {
    width: 60%;
  }
}

.point__entitle {
  margin-left: auto;
  margin-right: 10px;
  margin-right: 0.625rem;
}
@media screen and (max-width: 767px) {
  .point__entitle {
    margin-right: 0;
  }
}

.point__title {
  width: 720px;
  width: 45rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: 10px;
  margin-right: 0.625rem;
}
@media screen and (max-width: 767px) {
  .point__title {
    width: 15.5625rem;
    margin-right: 0;
    margin-top: 1.875rem;
  }
}

.point__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 112px;
  margin-top: 7rem;
}
@media screen and (max-width: 767px) {
  .point__items {
    display: block;
    margin-top: 7.5rem;
  }
}

.point__item {
  background: #fff;
  width: calc(33.33333% - 1.875rem);
  padding: 15px 15px 35px;
  padding: 0.9375rem 0.9375rem 2.1875rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .point__item {
    width: 100%;
    max-width: 25rem;
    margin: 0 auto;
  }
  .point__item + .point__item {
    margin-top: 4.0625rem;
  }
}
.point__item:not(:nth-child(3n+1)) {
  margin-left: 45px;
  margin-left: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .point__item:not(:nth-child(3n+1)) {
    margin-left: auto;
  }
}
.point__item:first-child .point__item-title span {
  color: #B488BB;
}
.point__item:nth-child(2) .point__item-title span {
  color: #FF9900;
}
.point__item:last-child .point__item-title span {
  color: #ED8AE9;
}

.point__item-number {
  font-family: futura-pt, sans-serif;
  font-size: 90px;
  font-size: 5.625rem;
  color: #242536;
  position: absolute;
  left: 15px;
  left: 0.9375rem;
  top: -62px;
  top: -3.875rem;
}

.point__item-title {
  text-align: center;
  font-size: 22px;
  font-size: 1.375rem;
  position: relative;
  margin-top: 25px;
  margin-top: 1.5625rem;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
}
.point__item-title::after {
  position: absolute;
  content: "";
  width: 111px;
  width: 6.9375rem;
  height: 1px;
  height: 0.0625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #242536;
  bottom: 0;
}

.point__item-text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.71;
  width: 274px;
  width: 17.125rem;
  max-width: 100%;
  margin: 20px auto 0;
  margin: 1.25rem auto 0;
}

/* step */
.step {
  background: #F8F8F8;
  padding: 70px 0 110px;
  padding: 4.375rem 0 6.875rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .step {
    padding: 2.8125rem 0 9.6875rem;
  }
}

.step__bg01 {
  position: absolute;
  width: 56%;
  max-width: 1000px;
  max-width: 62.5rem;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .step__bg01 {
    width: 96%;
    left: -26%;
  }
}

.step__bg02 {
  position: absolute;
  width: 41%;
  max-width: 1000px;
  max-width: 62.5rem;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .step__bg02 {
    width: 94%;
    right: -16%;
  }
}

.step__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .step__inner {
    display: block;
  }
}

.step__title {
  width: 288px;
  width: 18rem;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .step__title {
    width: 12rem;
    margin-top: 1.25rem;
  }
}

.step__items {
  margin-top: 55px;
  margin-top: 3.4375rem;
  margin-right: 55px;
  margin-right: 3.4375rem;
}
@media screen and (max-width: 767px) {
  .step__items {
    margin-right: 0;
    margin-top: 2.8125rem;
  }
}

.step__item {
  width: 568px;
  width: 35.5rem;
  max-width: 100%;
  background: #fff;
  padding: 27px 70px 36px 20px;
  padding: 1.6875rem 4.375rem 2.25rem 1.25rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .step__item {
    width: 100%;
    padding: 1.0625rem 3.125rem 1.0625rem 1.25rem;
  }
}
.step__item + .step__item {
  margin-top: 20px;
  margin-top: 1.25rem;
}
.step__item:first-child .step__item-icon {
  width: 76px;
  width: 4.75rem;
  top: -10px;
  top: -0.625rem;
  right: 84px;
  right: 5.25rem;
}
@media screen and (max-width: 767px) {
  .step__item:first-child .step__item-icon {
    width: 2.9375rem;
    top: -0.25rem;
    right: 3.375rem;
  }
}
.step__item:nth-child(2) .step__item-icon {
  width: 88px;
  width: 5.5rem;
  right: 77px;
  right: 4.8125rem;
  top: -15px;
  top: -0.9375rem;
}
@media screen and (max-width: 767px) {
  .step__item:nth-child(2) .step__item-icon {
    width: 3.625rem;
    right: 2.9375rem;
  }
}
.step__item:last-child .step__item-icon {
  width: 108px;
  width: 6.75rem;
  right: 62px;
  right: 3.875rem;
  top: 25px;
  top: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .step__item:last-child .step__item-icon {
    width: 4.25rem;
    right: 2.4375rem;
    top: 1rem;
  }
}

.step__item-number {
  position: absolute;
  left: 20px;
  left: 1.25rem;
  top: -35px;
  top: -2.1875rem;
  font-family: futura-pt, sans-serif;
  font-size: 61px;
  font-size: 3.8125rem;
  color: #242536;
}
@media screen and (max-width: 767px) {
  .step__item-number {
    font-size: 2.375rem;
    left: 0.75rem;
    top: -1.375rem;
  }
}

.step__item-text {
  text-align: center;
  color: #242536;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.67;
}
@media screen and (max-width: 767px) {
  .step__item-text {
    font-size: 0.9375rem;
  }
}

.step__item-icon {
  position: absolute;
}
/*# sourceMappingURL=influencer.css.map */
