@charset "UTF-8";
html {
  font-size: 62.5%;
}
@media (max-width: 1130px) {
  html {
    font-size: 0.8849557522vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 62.5%;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #0E1256;
}

@media screen and (max-width: 767px) {
  a,
  button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a:hover,
  button:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

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

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

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

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

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

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

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
}
.l-about {
  padding: 12rem 0 2rem;
}

.l-afiri-price {
  padding: 10rem 0;
}
@media screen and (max-width: 767px) {
  .l-afiri-price {
    padding: 6rem 0 5rem;
  }
}

.l-banner {
  padding: 4.8rem 0 4.1rem;
}
@media screen and (max-width: 767px) {
  .l-banner {
    padding: 6rem 0;
  }
}

.l-caption {
  padding: 7.3rem 0 8rem;
}
@media screen and (max-width: 767px) {
  .l-caption {
    padding: 6rem 0;
  }
}

.l-case {
  padding: 8rem 0 10rem;
}
@media screen and (max-width: 767px) {
  .l-case {
    padding: 6rem 0;
  }
}

.l-creator-price {
  padding: 9rem 0 20rem;
}
@media screen and (max-width: 767px) {
  .l-creator-price {
    padding: 6.8rem 0 6rem;
  }
}

.l-faq {
  padding: 8.1rem 0 9rem;
}
@media screen and (max-width: 767px) {
  .l-faq {
    padding: 6rem 0 8rem;
  }
}

.l-feature {
  padding: 10rem 0 12rem;
  margin-top: 20rem;
}
@media screen and (max-width: 767px) {
  .l-feature {
    margin-top: 6rem;
  }
}

.l-flow {
  padding: 9rem 0 8.5rem;
}

.l-footer {
  padding: 14rem 0 6.3rem;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 10rem 0 3rem;
  }
}

.l-genre {
  margin-top: -6rem;
}

.l-header {
  height: 11rem;
}
@media screen and (max-width: 767px) {
  .l-header {
    height: 6.4rem;
  }
}

.l-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1130px;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

.l-lead {
  margin-top: 12rem;
}
@media screen and (max-width: 767px) {
  .l-lead {
    margin-top: 4.2rem;
  }
}

.l-materials-wrap {
  padding: 7.2rem 0 6.9rem;
}
@media screen and (max-width: 767px) {
  .l-materials-wrap {
    padding: 6rem 0;
  }
}

.l-mv {
  width: 100%;
  height: 68.4rem;
  margin-top: 11rem;
}
@media screen and (max-width: 767px) {
  .l-mv {
    margin-top: 6.4rem;
    padding-bottom: 3rem;
    height: 100%;
  }
}

.l-reason {
  padding: 7.3rem 0 35rem;
}
@media screen and (max-width: 767px) {
  .l-reason {
    padding: 7.3rem 0 12rem;
  }
}

.l-task {
  padding: 4.7rem 0 5.5rem;
  margin-top: 7rem;
}

.c-box-afiri {
  background-color: #EBFAFF;
  border-radius: 2rem;
  padding: 4.6rem;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-box-afiri {
    padding: 3.5rem 1rem;
  }
}

.c-box-afiri::after {
  content: "例";
  width: 7.7rem;
  height: 7.7rem;
  border-radius: 50%;
  background-color: #72C4FF;
  position: absolute;
  top: -2.4rem;
  left: -1.1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 3.5rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-box-afiri::after {
    width: 4.5rem;
    height: 4.5rem;
    font-size: 2rem;
  }
}

.c-box-afiri__head {
  background-color: #0A97FF;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 3.3rem;
  font-size: 2.5rem;
  font-weight: bold;
  height: 5.4rem;
  border-radius: 1rem;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .c-box-afiri__head {
    font-size: 1.5rem;
    padding: 0 0.9rem;
    height: 6.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.c-box-afiri__lead {
  margin-top: 1.6rem;
  font-size: 2rem;
  font-weight: bold;
  color: #0A97FF;
  letter-spacing: 0.05em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .c-box-afiri__lead {
    margin-top: 1rem;
    font-size: 1.4rem;
  }
}

.c-box-afiri__lead::before {
  content: "＼";
  margin-right: 2rem;
}
@media screen and (max-width: 767px) {
  .c-box-afiri__lead::before {
    margin-right: 0.8rem;
  }
}

.c-box-afiri__lead::after {
  content: "／";
  margin-left: 2rem;
}
@media screen and (max-width: 767px) {
  .c-box-afiri__lead::after {
    margin-left: 0.8rem;
  }
}

.c-box-afiri__lead span {
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .c-box-afiri__lead span {
    font-size: 2.2rem;
  }
}

.c-box-afiri__cards {
  margin-top: 2.4rem;
  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;
  gap: 1rem;
  font-size: 3rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-box-afiri__cards {
    gap: 0.3rem;
    font-size: 1.2rem;
  }
}

.c-box-afiri__card {
  width: 28rem;
  height: 13rem;
  background-color: #fff;
  border-radius: 1rem;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .c-box-afiri__card {
    width: 9.4rem;
    height: 12.4rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.c-box-afiri__card .text {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-box-afiri__card .text {
    font-size: 1.2rem;
    margin-top: 3.2rem;
  }
}

.c-box-afiri__card .price {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.4666666667;
}
@media screen and (max-width: 767px) {
  .c-box-afiri__card .price {
    font-size: 2.2rem;
  }
}

.c-box-afiri__card .caption {
  font-size: 1.4rem;
  line-height: 1.4285714286;
}
@media screen and (max-width: 767px) {
  .c-box-afiri__card .caption {
    font-size: 1rem;
  }
}

.c-box-afiri__price {
  margin-top: 2.2rem;
  font-size: 3rem;
  letter-spacing: 0.05em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-box-afiri__price {
    font-size: 1.6rem;
  }
}

.c-box-afiri__price .blue {
  color: #0A97FF;
}

.c-box-afiri__price .num {
  font-size: 4.5rem;
}
@media screen and (max-width: 767px) {
  .c-box-afiri__price .num {
    font-size: 2.5rem;
  }
}

.c-card-banner {
  text-align: center;
}

.c-card-banner__title {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.4230769231;
  color: #fff;
}

.c-card-banner__btn {
  margin-top: 2.8rem;
}

.c-card-banner__btn::before {
  content: "＼　約5分で登録申込完了！　／";
  font-size: 1.8rem;
  font-weight: 900;
  color: #FF9D00;
}

.c-card-banner__btn--materials::before {
  content: "＼　約1分で完了！　／";
}

.c-card-banner__btn a {
  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;
  height: 6rem;
  border-radius: 8rem;
  background-color: #FF9D00;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 1.6rem;
}

.c-card-banner__caption {
  margin-top: 1.6rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4285714286;
  color: #fff;
  letter-spacing: -0.06em;
}
@media screen and (max-width: 767px) {
  .c-card-banner__caption {
    font-size: 1.2rem;
    letter-spacing: -0.01em;
  }
}

.c-card-flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .c-card-flow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-card-flow__img-area {
  width: 37.3148148148%;
  background-color: #0A97FF;
  border-radius: 1rem 0 0 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.2rem;
  padding: 1.7rem 1.6rem 1.7rem 2.6rem;
}
@media screen and (max-width: 767px) {
  .c-card-flow__img-area {
    width: 100%;
    gap: 2.2rem;
    padding: 1rem 2rem;
    border-radius: 1rem 1rem 0 0;
  }
}

.c-card-flow--green .c-card-flow__img-area {
  background-color: #87C209;
}

.c-card-flow__img {
  width: 13.6rem;
}
@media screen and (max-width: 767px) {
  .c-card-flow__img {
    width: 9rem;
  }
}

.c-card-flow__title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 767px) {
  .c-card-flow__title {
    font-size: 2.2rem;
  }
}

.c-card-flow__body {
  width: 62.6851851852%;
  padding: 3rem 4rem;
  border-radius: 0 1rem 1rem 0;
  background-color: #fff;
  font-weight: 500;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .c-card-flow__body {
    width: 100%;
    padding: 2.5rem 2rem 4rem;
    border-radius: 0 0 1rem 1rem;
  }
}

.c-card-reason {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3rem;
  counter-increment: num;
}
@media screen and (max-width: 767px) {
  .c-card-reason {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    gap: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  .c-card-reason::after {
    content: "";
    width: 66rem;
    height: 58.8rem;
    background: url(../../img/sns/reason_body_bg-sp.png) no-repeat center/cover;
    position: absolute;
    top: -3rem;
    left: -10rem;
    z-index: 1;
  }
}

.c-card-reason:nth-child(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .c-card-reason:nth-child(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-card-reason__body {
  position: relative;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .c-card-reason__body {
    width: 100%;
  }
}

.c-card-reason__body::after {
  content: "";
  width: 82.9rem;
  height: 49.5rem;
  background: url(../../img/sns/reason_body_bg.png) no-repeat center/cover;
  position: absolute;
  top: 0;
  left: -18rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-card-reason__body::after {
    content: none;
  }
}

.c-card-reason:nth-child(2) .c-card-reason__body::after {
  width: 72.8rem;
  height: 52rem;
  background: url(../../img/sns/reason_body_bg02.png) no-repeat center/contain;
  left: -10rem;
}
@media screen and (max-width: 767px) {
  .c-card-reason:nth-child(2) .c-card-reason__body::after {
    content: none;
  }
}

.c-card-reason__label {
  width: 8.2rem;
  height: 4.4rem;
  background-color: #87C209;
  border-radius: 0.3rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 1.8rem;
  position: relative;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
  margin-left: -2rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .c-card-reason__label {
    font-size: 1.6rem;
    width: 7rem;
    height: 4.4rem;
    margin-left: 0;
    margin-bottom: 0.8rem;
  }
}

.c-card-reason__label::before {
  content: "";
  width: 2.4rem;
  height: 1.7rem;
  background: url(../../img/sns/reason_label.png) no-repeat center/cover;
  position: absolute;
  bottom: -1.4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.c-card-reason__label::after {
  content: counter(num);
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-card-reason__label::after {
    font-size: 2.1rem;
  }
}

.c-card-reason__title {
  font-size: 3.8rem;
  font-weight: bold;
  line-height: 1.4473684211;
  color: #87C209;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .c-card-reason__title {
    font-size: 2.4rem;
  }
}

.c-card-reason__text {
  margin-top: 2rem;
  line-height: 1.75;
  font-weight: 500;
  position: relative;
  z-index: 2;
}

.c-card-reason__text span {
  font-weight: bold;
}

.c-card-reason__img {
  width: 43.0555555556%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .c-card-reason__img {
    width: 100%;
  }
}

.c-card-reason__img img {
  aspect-ratio: 465/371;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.c-card-task__img img {
  aspect-ratio: 34/28;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.c-card-task__text {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3333333333;
  margin-top: -3rem;
}
@media screen and (max-width: 767px) {
  .c-card-task__text {
    font-size: 1.6rem;
  }
}

.c-card-task__text span {
  font-size: 2.2rem;
  color: #0A97FF;
}
@media screen and (max-width: 767px) {
  .c-card-task__text span {
    font-size: 2rem;
  }
}

.c-card-user__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.4rem;
  font-weight: 500;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.c-card-user__name span {
  font-size: 1.2rem;
}

.c-card-user__wrap {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
}

.c-card-user__img {
  width: 8rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.c-card-user__cat {
  height: 2rem;
  border-radius: 0.2rem;
  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;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
}

.c-card-user__cat-insta {
  background-color: #CC2BD4;
}

.c-card-user__cat-youtube {
  background-color: #EC2027;
}

.c-card-user__img img {
  margin-top: 0.9rem;
  aspect-ratio: 1/1;
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #CC2BD4;
  margin-left: auto;
  margin-right: auto;
}

.c-card-user__follow {
  font-size: 1.4rem;
  font-weight: bold;
}

.c-card-user__num {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.1923076923;
}

.c-card-user__genre {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.1666666667;
  margin-top: 0.4rem;
}

.c-card-user__item {
  margin-top: 0.4rem;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
}

.c-card-voice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.6rem;
  padding: 3.6rem 5rem 4.3rem;
  background-color: #fff;
  border-radius: 2rem;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .c-card-voice {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.4rem;
    padding: 2.5rem 2.5rem 3.6rem;
  }
}

.c-card-voice__img {
  width: 15.0061500615%;
}
@media screen and (max-width: 767px) {
  .c-card-voice__img {
    width: 8rem;
  }
}

.c-card-voice__img img {
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.c-card-voice__body {
  width: 79.0897908979%;
}
@media screen and (max-width: 767px) {
  .c-card-voice__body {
    width: 100%;
  }
}

.c-card-voice__title {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.16;
}
@media screen and (max-width: 767px) {
  .c-card-voice__title {
    font-size: 1.8rem;
    text-align: center;
  }
}

.c-card-voice__text {
  margin-top: 1.2rem;
  font-weight: 500;
  line-height: 1.75;
}

.c-card-voice__text span {
  font-weight: bold;
  color: #0A97FF;
  position: relative;
  text-decoration: underline;
  -webkit-text-decoration-color: #FFFFAC;
          text-decoration-color: #FFFFAC;
  text-underline-offset: -0.4rem;
  text-decoration-thickness: 0.8rem;
  text-decoration-skip-ink: none;
}
@media screen and (max-width: 767px) {
  .c-card-voice__text span {
    text-underline-offset: -0.2rem;
    text-decoration-thickness: 0.4rem;
  }
}

.c-table-afiri {
  border-collapse: collapse;
  text-align: center;
  border-radius: 1rem;
}

.c-table-afiri thead {
  border-bottom: 6px solid #fff;
}
@media screen and (max-width: 767px) {
  .c-table-afiri thead {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .c-table-afiri thead td:last-child {
    font-size: 1.7rem;
  }
}

.c-table-afiri thead th {
  border-radius: 1rem 0 0 0;
}

.c-table-afiri thead td:last-child {
  border-radius: 0 1rem 0 0;
}

@media screen and (max-width: 767px) {
  .c-table-afiri tbody {
    width: 100%;
  }
}

.c-table-afiri tbody tr:last-child th {
  border-radius: 0 0 0 1rem;
}

.c-table-afiri tbody tr:last-child td:last-child {
  border-radius: 0 0 1rem 0;
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  .c-table-afiri tbody tr:last-child td:last-child {
    line-height: 1.1;
  }
}

.c-table-afiri tbody tr:last-child td:last-child span {
  font-size: 2.1rem;
}
@media screen and (max-width: 767px) {
  .c-table-afiri tbody tr:last-child td:last-child span {
    font-size: 2rem;
  }
}

.c-table-afiri tbody tr:not(:last-child) {
  border-bottom: 6px solid #fff;
}

.c-table-afiri tr {
  height: 5.6rem;
}
@media screen and (max-width: 767px) {
  .c-table-afiri tr {
    display: table;
    width: 100%;
  }
}

.c-table-afiri th,
.c-table-afiri td {
  background-color: #EBFAFF;
  width: 25rem;
  font-size: 1.7rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-table-afiri th,
  .c-table-afiri td {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .c-table-afiri th {
    width: 27.4626865672%;
  }
}

.c-table-afiri td {
  border-left: 6px solid #fff;
}
@media screen and (max-width: 767px) {
  .c-table-afiri td {
    width: 28.6567164179%;
  }
}

.c-table-afiri td span {
  font-size: 2.1rem;
}
@media screen and (max-width: 767px) {
  .c-table-afiri td span {
    font-size: 1.5rem;
  }
}

.c-table-afiri td:nth-child(2) {
  color: #747695;
}

.c-table-afiri td:last-child {
  background-color: #FF9D00;
  color: #fff;
  font-weight: bold;
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .c-table-afiri td:last-child {
    font-size: 2rem;
    width: 40.2985074627%;
  }
}

.p-about {
  text-align: center;
}

.p-about__inner {
  position: relative;
  max-width: 92rem;
}

.p-about__inner::before,
.p-about__inner::after {
  content: "";
  position: absolute;
}
@media screen and (max-width: 767px) {
  .p-about__inner::before,
  .p-about__inner::after {
    content: none;
  }
}

.p-about__inner::before {
  width: 9.2rem;
  height: 11rem;
  background: url(../../img/sns/about_bg01.png) no-repeat center/cover;
  bottom: 2rem;
  left: 0;
}

.p-about__inner::after {
  width: 10.2rem;
  height: 13rem;
  background: url(../../img/sns/about_bg02.png) no-repeat center/cover;
  top: 0;
  right: 0;
}

.p-about__title {
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -0.04em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-about__title {
    font-size: 2.2rem;
  }
}

.p-about__title::before,
.p-about__title::after {
  content: "";
  width: 3.2rem;
  height: 3.2rem;
  background: url(../../img/sns/about_title_bg.png) no-repeat center/cover;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .p-about__title::before,
  .p-about__title::after {
    width: 2.2rem;
    height: 2.2rem;
  }
}

.p-about__title::before {
  top: 0;
  left: -7.2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-about__title::before {
    top: -2.2rem;
    left: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transform: translateX(-110%);
            transform: translateX(-110%);
  }
}

.p-about__title::after {
  bottom: 0;
  right: -5.6rem;
}
@media screen and (max-width: 767px) {
  .p-about__title::after {
    right: 0;
    bottom: -2rem;
    -webkit-transform: translateX(110%);
            transform: translateX(110%);
  }
}

.p-about__text {
  margin-top: 4rem;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5833333333;
}
@media screen and (max-width: 767px) {
  .p-about__text {
    margin-top: 2.8rem;
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .p-about_bg-img {
    width: 18.9rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-afiri-price__title {
  text-align: center;
  font-size: 3.2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-afiri-price__title {
    font-size: 2.2rem;
  }
}

.p-afiri-price__text {
  text-align: center;
  margin-top: 4rem;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6666666667;
}
@media screen and (max-width: 767px) {
  .p-afiri-price__text {
    margin-top: 5rem;
  }
}

.p-afiri-price__table {
  margin-top: 4rem;
  width: 76.1rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-afiri-price__table {
    width: 100%;
    margin-top: 2.7rem;
    max-width: 48rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-afiri-price__box {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-afiri-price__box {
    max-width: 48rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-afiri-price__bottom {
  margin-top: 2rem;
  text-align: center;
  font-size: 3.6rem;
  font-weight: bold;
  color: #FF9D00;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-afiri-price__bottom {
    font-size: 2.4rem;
  }
}

.p-banner {
  background: url(../../img/sns/banner_bg.jpg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .p-banner {
    background: url(../../img/sns/banner_bg-sp.jpg) no-repeat center/cover;
  }
}

.p-banner__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15.4rem;
}
@media screen and (max-width: 767px) {
  .p-banner__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 7.7rem;
    max-width: 48rem;
  }
}

.p-banner__card {
  width: 37rem;
}
@media screen and (max-width: 767px) {
  .p-banner__card {
    width: 100%;
  }
}

.p-block-case {
  position: relative;
}

.p-block-case::after {
  content: "";
  width: 26rem;
  height: 18.7rem;
  background: url(../../img/sns/case_title01.png) no-repeat center/contain;
  position: absolute;
  top: -3rem;
  right: 3rem;
}
@media screen and (max-width: 767px) {
  .p-block-case::after {
    width: 13.4rem;
    height: 9.6rem;
    top: 5.8rem;
    right: -2rem;
  }
}

.p-block-case:nth-child(2)::after {
  background: url(../../img/sns/case_title02.png) no-repeat center/contain;
  right: 1rem;
}
@media screen and (max-width: 767px) {
  .p-block-case:nth-child(2)::after {
    width: 12.6rem;
    height: 8.8rem;
    top: 5.4rem;
    right: -2rem;
  }
}

.p-block-case__title {
  border-radius: 3rem 3rem 0 0;
  background: -webkit-gradient(linear, left top, right top, from(#62CBFF), to(#B48DE8));
  background: linear-gradient(to right, #62CBFF, #B48DE8);
  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;
  height: 8rem;
  color: #fff;
  font-size: 3.2rem;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-block-case__title {
    font-size: 2.2rem;
    text-align: center;
  }
}

.p-block-case__title::after {
  content: "";
  width: 15.1rem;
  height: 2.4rem;
  background: url(../../img/sns/case_title.png) no-repeat center/cover;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 98%);
          transform: translate(-50%, 98%);
}

.p-block-case__body {
  padding: 5.4rem 8.5rem;
  background-color: #EBFAFF;
  border-radius: 0 0 2rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-block-case__body {
    padding: 5.7rem 2rem;
  }
}

.p-block-case__lead {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.12;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-block-case__lead {
    font-size: 2rem;
  }
}

.p-block-case__lead span {
  position: relative;
  z-index: 2;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-block-case__lead span {
    margin-bottom: 0.4rem;
  }
}

.p-block-case__lead span::after {
  content: "";
  width: 100%;
  height: 1.5rem;
  background-color: #FFFFAC;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-block-case__lead span::after {
    height: 0.9rem;
  }
}

.p-block-case__wrap {
  margin-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-block-case__wrap {
    display: block;
  }
}

.p-block-case__list {
  width: 50%;
  padding-right: 3rem;
  border-right: 1px solid #0E1256;
}
@media screen and (max-width: 767px) {
  .p-block-case__list {
    width: 100%;
    padding-right: 0;
    border-right: none;
  }
}

.p-block-case__item {
  font-weight: 500;
  line-height: 1.75;
}

.p-block-case__item:nth-child(n+2) {
  margin-top: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-block-case__item:nth-child(n+2) {
    margin-top: 3rem;
  }
}

.p-block-case__item span {
  font-weight: bold;
  color: #0A97FF;
}

.p-block-case__case {
  width: 50%;
  padding-left: 3rem;
}
@media screen and (max-width: 767px) {
  .p-block-case__case {
    width: 100%;
    margin-top: 3.4rem;
    padding-left: 0;
  }
}

.p-block-case__cat {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #0E1256;
  color: #fff;
  border-radius: 0.2rem;
  font-weight: bold;
  padding: 0.2rem 0.4rem;
}
@media screen and (max-width: 767px) {
  .p-block-case__cat {
    width: 100%;
  }
}

.p-block-case__exc-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  letter-spacing: -0.04em;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-block-case__exc-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 1.6rem;
  }
}

.p-block-case__name {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.1428571429;
}

.p-block-case__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.8rem;
  margin-top: 0.5rem;
}

.p-block-case__img {
  width: 6rem;
}

.p-block-case__img img {
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-block-case__follow {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.1428571429;
}

.p-block-case__num {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.1875;
  margin-top: -0.2rem;
}

.p-block-case__genre {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.1428571429;
  letter-spacing: -0.08em;
}

.p-block-case__voice {
  margin-top: 4.5rem;
  background-color: #fff;
  border-radius: 2rem;
  padding: 3.6rem 4.7rem 4.6rem;
  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) {
  .p-block-case__voice {
    padding: 2.5rem 2.5rem 3.6rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0;
  }
}

.p-block-case__voice:nth-child(n+2) {
  margin-top: 3.5rem;
}

.p-block-case__voice-img {
  width: 15.0061500615%;
}
@media screen and (max-width: 767px) {
  .p-block-case__voice-img {
    width: 8rem;
  }
}

.p-block-case__voice-img img {
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-block-case__voice-body {
  width: 79.0897908979%;
}
@media screen and (max-width: 767px) {
  .p-block-case__voice-body {
    width: 100%;
  }
}

.p-block-case__voice-name {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6111111111;
}
@media screen and (max-width: 767px) {
  .p-block-case__voice-name {
    margin-top: 1.4rem;
  }
}

.p-block-case__voice-text {
  margin-top: 1.2rem;
  font-weight: 500;
  line-height: 1.75;
}

.p-caption {
  text-align: center;
}

.p-caption__title {
  font-size: 3.2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-caption__title {
    font-size: 2.2rem;
  }
}

.p-caption__block {
  margin-top: 6.3rem;
}
@media screen and (max-width: 767px) {
  .p-caption__block {
    margin-top: 5.4rem;
    max-width: 48rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-caption__sub-title {
  display: inline-block;
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 1.3rem;
  border-bottom: 3px solid #0A97FF;
}

.p-caption__text {
  margin-top: 2rem;
  font-weight: 500;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .p-caption__text {
    text-align: left;
  }
}

.p-caption__btn {
  margin-top: 3rem;
}

.p-caption__btn a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #0A97FF;
  border-radius: 8rem;
  width: 44.6rem;
  height: 6.6rem;
  color: #0A97FF;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-caption__btn a {
    width: 100%;
  }
}

.p-card-feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4.5rem;
  counter-increment: num;
}
@media screen and (max-width: 767px) {
  .p-card-feature {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 1rem;
  }
}

.p-card-feature--column {
  display: block;
  max-width: 86.5rem;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .p-card-feature__img {
    width: 25rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-card-feature__img img {
  aspect-ratio: 377/276;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-card-feature__label {
  color: #FF0089;
  font-weight: bold;
}

.p-card-feature__label::before {
  content: "特徴";
  font-size: 1.8rem;
  line-height: 1.4444444444;
}
@media screen and (max-width: 767px) {
  .p-card-feature__label::before {
    font-size: 1.6rem;
  }
}

.p-card-feature__label::after {
  content: counter(num);
  font-size: 2.5rem;
  line-height: 1.44;
  margin-left: 0.4rem;
}
@media screen and (max-width: 767px) {
  .p-card-feature__label::after {
    font-size: 2.2rem;
  }
}

.p-card-feature__title {
  font-size: 3.8rem;
  font-weight: bold;
  line-height: 1.4473684211;
  color: #0A97FF;
}
@media screen and (max-width: 767px) {
  .p-card-feature__title {
    font-size: 2.4rem;
  }
}

.p-card-feature__text {
  margin-top: 2rem;
  font-weight: 500;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .p-card-feature__text {
    margin-top: 2.2rem;
  }
}

.p-card-feature__user {
  margin-top: 4.4rem;
  background-color: rgba(255, 255, 255, .7);
  padding: 4.3rem 10.4rem 3.8rem;
  border-radius: 1rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-card-feature__user {
    padding: 3.4rem 4rem 2.8rem;
    width: 29.5rem;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 0 0 3rem #f6c4e2;
            box-shadow: 0 0 3rem #f6c4e2;
    background-color: white;
  }
}

.p-card-feature__user::after {
  content: "";
  width: 38.3rem;
  height: 13.7rem;
  background: url(../../img/sns/user_img.png) no-repeat center/cover;
  position: absolute;
  bottom: 3.8rem;
  right: 10.4rem;
}
@media screen and (max-width: 767px) {
  .p-card-feature__user::after {
    content: none;
  }
}

.p-card-feature__user-lead {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4444444444;
}

.p-card-feature__user-cards {
  margin-top: 4.4rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .p-card-feature__user-cards {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .p-card-feature__user-img {
    margin-top: 5rem;
  }
}

.p-case {
  position: relative;
  background-color: #fff;
}

.p-case__wave {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-98%);
          transform: translateY(-98%);
}

.p-case__block {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-case__block {
    max-width: 48rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-case__block:nth-child(n+2) {
  margin-top: 5rem;
}

.p-creator-price {
  background-color: #FDFCEA;
  overflow: hidden;
}

.p-creator-price__inner {
  position: relative;
}

.p-creator-price__inner::before,
.p-creator-price__inner::after {
  content: "";
  position: absolute;
}
@media screen and (max-width: 767px) {
  .p-creator-price__inner::before,
  .p-creator-price__inner::after {
    content: none;
  }
}

.p-creator-price__inner::before {
  width: 23.7rem;
  height: 21.5rem;
  background: url(../../img/sns/creator_bg01.png) no-repeat center/cover;
  top: -2rem;
  left: -8rem;
}
@media screen and (max-width: 767px) {
  .p-creator-price__inner::before {
    width: 14.1rem;
    height: 12.8rem;
  }
}

.p-creator-price__inner::after {
  width: 20.9rem;
  height: 13.4rem;
  background: url(../../img/sns/creator_bg02.png) no-repeat center/cover;
  top: 0;
  right: -2rem;
}
@media screen and (max-width: 767px) {
  .p-creator-price__inner::after {
    width: 12.5rem;
    height: 8rem;
    top: auto;
    bottom: 6rem;
  }
}

.p-creator-price__title {
  text-align: center;
  font-size: 3.2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-creator-price__title {
    font-size: 2.2rem;
  }
}

.p-creator-price__text {
  margin-top: 4rem;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6666666667;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-creator-price__text {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .p-creator-price__img {
    width: 26.1rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-faq {
  background-color: #EBFAFF;
}

.p-faq__inner {
  max-width: 90rem;
}

.p-faq__title {
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-faq__title {
    font-size: 2.2rem;
  }
}

.p-faq__list {
  margin-top: 5.3rem;
}
@media screen and (max-width: 767px) {
  .p-faq__list {
    max-width: 48rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-faq__box:nth-child(n+2) {
  margin-top: 2rem;
}

.p-faq__q {
  min-height: 6.6rem;
  color: #fff;
  background-color: #0A97FF;
  border-radius: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
  padding: 0 3.6rem;
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-faq__q {
    padding: 2.5rem 5.6rem 2.5rem 1.6rem;
    font-size: 1.8rem;
  }
}

.p-faq__q.close {
  border-radius: 1rem 1rem 0 0;
}

.p-faq__q::before,
.p-faq__q::after {
  content: "";
  width: 2.4rem;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 4rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-faq__q::before,
  .p-faq__q::after {
    right: 1.6rem;
  }
}

.p-faq__q.close::before {
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}

.p-faq__q.close::after {
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}

.p-faq__q span {
  font-size: 3rem;
}

.p-faq__a-box {
  display: none;
}

.p-faq__a {
  min-height: 6.6rem;
  background-color: #fff;
  border-radius: 0 0 1rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  padding: 2rem 3.6rem;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-faq__a {
    font-size: 1.8rem;
    padding: 2.5rem 1.6rem;
  }
}

.p-faq__answer {
  font-size: 3rem;
}

.p-faq__content {
  width: 100%;
}

.p-faq__text {
  font-weight: 500;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .p-faq__text {
    font-size: 1.6rem;
  }
}

.p-faq__text +
.p-faq__text {
  margin-top: 2.4rem;
}

.p-faq__frame +
.p-faq__text {
  margin-top: 2.4rem;
}

.p-faq__link +
.p-faq__text {
  margin-top: 2.4rem;
}

.p-faq__frame {
  display: block;
  margin-top: 2rem;
  padding: 2rem;
  background-color: #f2f9ff;
  border-radius: 1rem;
  width: 100%;
}

.p-faq__text-large {
  font-weight: 700;
  font-size: 1.8rem;
  display: block;
}

.p-faq__text-large.p-faq__text-large--mt {
  margin-top: 2.4rem;
}

.p-faq__text-small {
  display: block;
  margin-top: 0.8rem;
  font-size: 1.2rem;
  font-weight: 500;
}

.p-faq__content a {
  color: #22b29a;
  text-decoration: underline;
  font-weight: 500;
  font-size: 1.8rem;
}

.p-faq__content a.p-faq__link-small {
  color: #22b29a;
  text-decoration: underline;
  font-weight: 500;
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  .p-faq__content a {
    font-size: 1.6rem;
  }
}

.p-faq__btn {
  margin-top: 5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-faq__btn {
    max-width: 48rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-faq__btn a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 8rem;
  width: 44.6rem;
  height: 6.6rem;
  border: 1px solid #0A97FF;
  color: #0A97FF;
  background-color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-faq__btn a {
    width: 100%;
  }
}

.p-feature {
  background: url(../../img/sns/feature_bg.jpg) no-repeat top/cover;
  position: relative;
}

.p-feature__wave {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-95%);
          transform: translateY(-95%);
  z-index: -1;
}

.p-feature__wrap {
  overflow: hidden;
}

.p-feature__inner {
  position: relative;
}

.p-feature__bg01 {
  position: absolute;
  width: 86.6rem;
  height: 73.2rem;
  bottom: 36rem;
  left: 7.1rem;
}

.p-feature__bg02 {
  position: absolute;
  width: 9.3rem;
  top: 0;
  right: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.p-feature__bg03 {
  position: absolute;
  width: 12rem;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}

.p-feature__bg04 {
  position: absolute;
  width: 23.7rem;
  top: 17.1rem;
  right: -4.9rem;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-feature__bg04 {
    top: 96rem;
  }
}

.p-feature__bg05 {
  position: absolute;
  width: 9.3rem;
  top: 50%;
  right: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

.p-feature__bg06 {
  position: absolute;
  width: 9.3rem;
  top: 37.5rem;
  left: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.p-feature__bg07 {
  position: absolute;
  width: 25.1rem;
  bottom: 57.2rem;
  right: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
@media screen and (max-width: 767px) {
  .p-feature__bg07 {
    top: 182rem;
    -webkit-transform: translateX(40%);
            transform: translateX(40%);
  }
}

.p-feature__bg08 {
  position: absolute;
  width: 25.1rem;
  top: 53.4rem;
  left: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
@media screen and (max-width: 767px) {
  .p-feature__bg08 {
    top: 142rem;
    -webkit-transform: translateX(-40%);
            transform: translateX(-40%);
  }
}

.p-feature__bg09 {
  position: absolute;
  width: 64.8rem;
  bottom: 23rem;
  left: -7.6rem;
}

.p-feature__bg10 {
  position: absolute;
  width: 26.1rem;
  bottom: -4.1rem;
  right: -8.2rem;
}
@media screen and (max-width: 767px) {
  .p-feature__bg10 {
    top: 232rem;
    bottom: auto;
    right: auto;
    left: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.p-feature__title {
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -0.04em;
  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;
}
@media screen and (max-width: 767px) {
  .p-feature__title {
    font-size: 2.2rem;
  }
}

.p-feature__cards {
  position: relative;
  z-index: 20;
}
@media screen and (max-width: 767px) {
  .p-feature__cards {
    margin-top: 6rem;
    max-width: 48rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-feature__card:nth-child(2) {
  margin-top: 5.5rem;
}
@media screen and (max-width: 767px) {
  .p-feature__card:nth-child(2) {
    margin-top: 5rem;
  }
}

.p-feature__card:nth-child(3) {
  margin-top: 11rem;
}
@media screen and (max-width: 767px) {
  .p-feature__card:nth-child(3) {
    margin-top: 6.5rem;
  }
}

.p-flow {
  background: url(../../img/sns/flow_bg.jpg) no-repeat top/cover;
  position: relative;
}

.p-flow__wave {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-98%);
          transform: translateY(-98%);
}

.p-flow__title {
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-flow__title {
    font-size: 2.2rem;
  }
}

.p-flow__text {
  margin-top: 4rem;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-flow__text {
    margin-top: 3.5rem;
  }
}

.p-flow__cards {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-flow__cards {
    margin-top: 4rem;
    max-width: 48rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-flow__card {
  position: relative;
}

.p-flow__card:not(:last-child)::after {
  content: "";
  width: 3.4rem;
  height: 3rem;
  background: url(../../img/sns/flow_arrow.png) no-repeat center/cover;
  position: absolute;
  left: 50%;
  bottom: -4.7rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-flow__card:nth-child(n+2) {
  margin-top: 6.2rem;
}

.p-footer {
  background: url(../../img/sns/footer_bg.png) no-repeat top/cover;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-footer {
    background: url(../../img/sns/footer_bg-sp.png) no-repeat top/cover;
  }
}

.p-footer__page-top {
  position: absolute;
  top: -2rem;
  right: 14.3rem;
  width: 7.4rem;
  cursor: pointer;
  z-index: 500;
}
@media screen and (max-width: 767px) {
  .p-footer__page-top {
    width: 6rem;
    top: auto;
    bottom: 3.3rem;
    right: 4rem;
  }
}

.p-footer__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) {
  .p-footer__inner {
    display: block;
    padding: 0 2rem;
    max-width: 48rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5.9rem;
}
@media screen and (max-width: 767px) {
  .p-footer__nav {
    display: block;
  }
}

.p-footer__list {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .p-footer__out-link {
    margin-top: 4rem;
  }
}

.p-footer__list:nth-child(n+2) {
  margin-top: 2.7rem;
}
@media screen and (max-width: 767px) {
  .p-footer__list:nth-child(n+2) {
    margin-top: 4rem;
  }
}

.p-footer__title {
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 2.0588235294;
}

.p-footer__item {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.1875;
}

.p-footer__share {
  width: 40.5rem;
}
@media screen and (max-width: 767px) {
  .p-footer__share {
    width: 100%;
    margin-top: 5rem;
  }
}

.p-footer__bottom {
  margin-top: 2.9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .p-footer__bottom {
    margin-top: 6.4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 2rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.p-footer__logo {
  width: 10rem;
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .p-footer__logo {
    width: 8rem;
    margin-top: 4rem;
  }
}

.p-form__label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 4.2rem;
  height: 2.1rem;
  border-radius: 0.5rem;
  font-size: 1.2rem;
  border: 1px solid #0E1256;
}
@media screen and (max-width: 767px) {
  .p-form__label {
    width: 3.5rem;
    height: 1.7rem;
    font-size: 0.9rem;
  }
}

.p-form__label--required {
  border: 1px solid #FF0000;
  color: #FF0000;
}

.p-form__box-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}

.p-form__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid #DBDBDB;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  margin-top: 1.3rem;
}
@media screen and (max-width: 767px) {
  .p-form__box {
    font-size: 1.2rem;
  }
}

.p-form__box label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-form__box input {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border: none;
  background-color: transparent;
}

.p-form__box input::-webkit-input-placeholder {
  color: #DBDBDB;
  font-size: 1.2rem;
}

.p-form__box input::-moz-placeholder {
  color: #DBDBDB;
  font-size: 1.2rem;
}

.p-form__box input::-ms-input-placeholder {
  color: #DBDBDB;
  font-size: 1.2rem;
}

.p-form__box input::placeholder {
  color: #DBDBDB;
  font-size: 1.2rem;
}

.p-form__option-box {
  margin-top: 2.4rem;
}

.p-form__box-caption {
  margin-top: 0.8rem;
  font-size: 1rem;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-form__box-caption {
    text-align: left;
  }
}

.p-form__submit {
  margin-top: 2.4rem;
  text-align: center;
}

.p-form__submit::before {
  content: "＼　その場でダウンロード！　／";
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4285714286;
  color: #FF9D00;
}

.p-form__submit input {
  width: 100%;
  height: 6rem;
  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-color: #FF9D00;
  color: #fff;
  border-radius: 8rem;
  font-size: 1.8rem;
  font-weight: bold;
  border: none;
  margin-top: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-form__submit input {
    font-size: 1.5rem;
  }
}

.p-form__caption {
  margin-top: 2.2rem;
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-form__caption {
    line-height: 1.2;
  }
}

.p-form__caption a {
  color: #0A97FF;
  text-decoration: underline;
}

.p-genre {
  background: url(../../img/sns/genre_bg.jpg) no-repeat top/cover;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-genre {
    background: url(../../img/sns/genre_bg-sp.jpg) no-repeat top/cover;
  }
}

.p-genre__wave {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-95%);
          transform: translateY(-95%);
}

.p-genre__wrap {
  overflow: hidden;
  padding-top: 6rem;
  padding-bottom: 20rem;
}
@media screen and (max-width: 767px) {
  .p-genre__wrap {
    padding-bottom: 10rem;
  }
}

.p-genre__inner {
  position: relative;
}

.p-genre__bg01 {
  position: absolute;
  width: 9.3rem;
  top: -6rem;
  right: 0;
}

.p-genre__bg02 {
  position: absolute;
  width: 12rem;
  top: -3rem;
  left: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-genre__bg03 {
  position: absolute;
  width: 23.7rem;
  top: 2rem;
  right: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.p-genre__bg04 {
  width: 9.3rem;
  position: absolute;
  top: 79rem;
  right: 0;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

.p-genre__bg05 {
  width: 9.3rem;
  position: absolute;
  top: 65rem;
  left: 22rem;
}

.p-genre__bg06 {
  width: 25.1rem;
  position: absolute;
  bottom: -7.7rem;
  right: 0;
  -webkit-transform: translateX(80%);
          transform: translateX(80%);
}

.p-genre__bg07 {
  width: 25.1rem;
  position: absolute;
  top: 47rem;
  left: 0;
  -webkit-transform: translateX(-120%);
          transform: translateX(-120%);
}

.p-genre__bg08 {
  width: 64.8rem;
  position: absolute;
  bottom: 0;
  left: -7rem;
  -webkit-transform: translateY(45%);
          transform: translateY(45%);
}

.p-genre__title {
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-genre__title {
    font-size: 2.2rem;
  }
}

.p-genre__graph-box {
  margin-top: 10.6rem;
}
@media screen and (max-width: 767px) {
  .p-genre__graph-box {
    margin-top: 4rem;
    max-width: 48rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-genre__graph:nth-child(n+2) {
  margin-top: 7.6rem;
}

.p-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 200;
}

.p-header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 0.7rem;
}
@media screen and (max-width: 767px) {
  .p-header__top {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.p-header__logo {
  width: 14rem;
}
@media screen and (max-width: 767px) {
  .p-header__logo {
    width: 11.6rem;
  }
}

.p-header__link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-header__link-list {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.p-header__link-list--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-header__link-list--sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.2rem;
    margin-top: 3.5rem;
  }
}

.p-header__link-item a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 16rem;
  height: 3.6rem;
  border-radius: 1.8rem;
  background-color: #FF9D00;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: bold;
  letter-spacing: -0.08em;
}
@media screen and (max-width: 767px) {
  .p-header__link-item a {
    width: 13.2rem;
    height: 3.2rem;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  .p-header__link-list--sp .p-header__link-item a {
    width: 28rem;
    height: 5rem;
    border-radius: 2.5rem;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .p-header__link-item--white-blue {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .p-header__link-list--sp .p-header__link-item--white-blue {
    display: block;
  }
}

.p-header__link-item--white-blue a {
/*   background-color: #6CC1FF; */
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  border: none;
	background-color: #919191;

}

@media screen and (max-width: 767px) {
  .p-header__link-item--blue {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .p-header__link-list--sp .p-header__link-item--blue {
    display: block;
  }
}

.p-header__link-item--blue a {
/*   background-color: #0A97FF; */
  color: #fff;
  border: none;
	background-color: #919191;
}

.p-header__toggle {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-header__toggle {
    width: 2rem;
    height: 1.4rem;
    display: block;
    position: relative;
    cursor: pointer;
    margin-left: 2.7rem;
  }
}

@media screen and (max-width: 767px) {
  .p-header__toggle span {
    width: 100%;
    height: 2px;
    background-color: #0E1256;
    position: absolute;
    left: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

.p-header__toggle span:nth-child(1) {
  top: 0;
}

.p-header__toggle span:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-header__toggle span:nth-child(3) {
  bottom: 0;
}

.p-header__toggle.show span:nth-child(1) {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.p-header__toggle.show span:nth-child(2) {
  opacity: 0;
}

.p-header__toggle.show span:nth-child(3) {
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.p-header__nav {
  margin-top: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-header__nav {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .p-header__nav.show {
    display: block;
    position: fixed;
    top: 6.4rem;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    margin-top: 0;
    padding-top: 2.4rem;
    overflow-y: scroll;
  }
}

.p-header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3.8rem;
}
@media screen and (max-width: 767px) {
  .p-header__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2.4rem;
  }
}

.p-header__item {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4285714286;
}

.p-lead__title {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-lead__title {
    font-size: 2.2rem;
    text-align: center;
  }
}

.p-lead__title span {
  font-size: 5rem;
  color: #0A97FF;
}
@media screen and (max-width: 767px) {
  .p-lead__title span {
    font-size: 3.6rem;
  }
}

.p-lead__text-box {
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-lead__text-box {
    margin-top: 2.5rem;
  }
}

.p-lead__text {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-lead__text {
    font-size: 1.2rem;
    font-weight: 500;
  }
}

.p-lead__swiper {
  margin-top: 4rem;
  margin-left: calc(50% - 49vw);
  margin-right: calc(50% - 49vw);
}

.p-lead__wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.p-lead__slide {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 8rem;
}
@media screen and (max-width: 767px) {
  .p-lead__slide {
    height: 6rem;
  }
}

.p-lead__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-materials-form {
  border-radius: 1rem;
  background-color: #EBFAFF;
}

.p-materials-form__inner {
  padding: 7.6rem 3.6rem;
}
@media screen and (max-width: 767px) {
  .p-materials-form__inner {
    padding: 2rem;
  }
}

.p-materials-form__title {
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4285714286;
}
@media screen and (max-width: 767px) {
  .p-materials-form__title {
    font-size: 2.2rem;
  }
}

.p-materials-form__btn {
  margin-top: 2.4rem;
  text-align: center;
}

.p-materials-form__btn::before {
  content: "＼　その場でダウンロード！　／";
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4285714286;
  color: #FF9D00;
}

.p-materials-form__btn a {
  width: 100%;
  height: 6rem;
  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-color: #FF9D00;
  color: #fff;
  border-radius: 8rem;
  font-size: 1.8rem;
  font-weight: bold;
  border: none;
  margin-top: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-materials-form__btn a {
    font-size: 1.5rem;
  }
}

.p-materials-wrap__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6.9rem;
  max-width: 106.1rem;
}
@media screen and (max-width: 767px) {
  .p-materials-wrap__inner {
    display: block;
    max-width: 48rem;
  }
}

.p-materials-wrap__left {
  width: 49.4559841741%;
}
@media screen and (max-width: 767px) {
  .p-materials-wrap__left {
    width: 100%;
  }
}

.p-materials-wrap__right {
  width: 43.7190900099%;
}
@media screen and (max-width: 767px) {
  .p-materials-wrap__right {
    width: 100%;
    margin-top: 6rem;
  }
}

.p-materials__title {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.4666666667;
}
@media screen and (max-width: 767px) {
  .p-materials__title {
    font-size: 2.2rem;
    text-align: center;
  }
}

.p-materials__img {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-materials__img {
    margin-top: 5rem;
  }
}

.p-materials__sub-title {
  margin-top: 3rem;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-materials__sub-title {
    margin-top: 3.7rem;
  }
}

.p-materials__list {
  margin-top: 0.8rem;
  font-weight: 500;
  line-height: 1.75;
}

.p-mv {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-mv {
    overflow: hidden;
  }
}

.p-mv__img {
  width: 100%;
  height: 100%;
  position: relative;
}

.p-mv__img picture {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-mv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}

.p-mv__img-item {
  position: absolute;
  left: 50%;
  top: 34rem;
  -webkit-transform: translateX(-70%);
          transform: translateX(-70%);
}

.p-mv__inner {
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-mv__inner {
    top: 2.4rem;
  }
}

.p-mv__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 4rem;
  max-width: 46rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-mv__title {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-mv__title img {
    margin-left: auto;
    margin-right: auto;
  }
}

.p-mv__form {
  width: 37rem;
  position: absolute;
  right: 2.5rem;
  top: 14rem;
  z-index: 10;
  background-color: #fff;
  padding: 1.9rem 3rem 1.6rem;
  border-radius: 1rem;
  -webkit-box-shadow: 0.5rem 0.5rem 2rem rgba(10, 151, 255, .2);
          box-shadow: 0.5rem 0.5rem 2rem rgba(10, 151, 255, .2);
}
@media screen and (max-width: 767px) {
  .p-mv__form {
    position: static;
    width: 100%;
    padding: 1.9rem 2rem;
  }
}

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

@media screen and (max-width: 767px) {
  .p-mv__inner-form {
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .p-mv__form-bg {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: -1;
  }
}

@media screen and (max-width: 767px) {
  .p-mv__form-bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.p-mv__form.u-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-mv__form.u-sp {
    display: block;
    max-width: 48rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-mv__form-title {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.4545454545;
  text-align: center;
}

.p-mv__form-text {
  font-size: 1.2rem;
  line-height: 1.4166666667;
  margin-top: 1.1rem;
}
@media screen and (max-width: 767px) {
  .p-mv__form-text {
    letter-spacing: -0.03em;
  }
}

.p-mv__form-form {
  margin-top: 2.6rem;
}

.p-mv__form .p-form__option-box {
  margin-top: 2rem;
}

.p-mv__form .p-form__box {
  font-size: 1.2rem;
  margin-top: 0.9rem;
}

.p-mv__form .p-form__box input {
  font-size: 1.2rem;
}

.p-mv__form .p-form__label {
  width: 3.5rem;
  height: 1.7rem;
  font-size: 0.9rem;
}

.p-mv__form .p-form__box-caption {
  font-size: 1rem;
  text-align: left;
}

.p-mv__form .p-form__submit {
  margin-top: 1rem;
}

.p-mv__form .p-form__submit input {
  font-size: 1.5rem;
  margin-top: 0.6rem;
  height: 5rem;
}

.p-mv__form .p-form__caption {
  margin-top: 1.7rem;
  font-size: 1rem;
}

.p-reason {
  background: url(../../img/sns/reason_bg.jpg) no-repeat center/cover;
  position: relative;
  overflow: hidden;
}

.p-reason::before,
.p-reason::after {
  content: "";
  width: 21.2rem;
  height: 27.8rem;
  background: url(../../img/sns/reason_bg_point.png) no-repeat center/cover;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .p-reason::before,
  .p-reason::after {
    content: none;
  }
}

.p-reason::before {
  top: 32rem;
  left: 4rem;
}

.p-reason::after {
  bottom: 71.8rem;
  right: 0;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

.p-reason__title {
  text-align: center;
  font-size: 3.2rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-reason__title {
    font-size: 2.2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-reason__title span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .p-reason__title img {
    width: 23rem;
  }
}

.p-reason__text {
  margin-top: 4rem;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6666666667;
}
@media screen and (max-width: 767px) {
  .p-reason__text {
    margin-top: 3.5rem;
  }
}

.p-reason__img {
  margin-top: 4rem;
  max-width: 87rem;
  margin-left: auto;
  margin-right: auto;
  -webkit-transform: translateX(10%);
          transform: translateX(10%);
}
@media screen and (max-width: 767px) {
  .p-reason__img {
    max-width: 45.5rem;
  }
}

@media screen and (max-width: 767px) {
  .p-reason__cards {
    margin-top: 3rem;
    max-width: 48rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-reason__card:nth-child(n+2) {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-reason__card:nth-child(n+2) {
    margin-top: 3.8rem;
  }
}

.p-task {
  background-color: #EBFAFF;
  position: relative;
}

.p-task::after {
  content: "";
  width: 40rem;
  height: 6rem;
  background: url(../../img/sns/task_bg.png) no-repeat center/cover;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 95%);
          transform: translate(-50%, 95%);
}
@media screen and (max-width: 767px) {
  .p-task::after {
    width: 20rem;
    height: 4rem;
    -webkit-transform: translate(-50%, 75%);
            transform: translate(-50%, 75%);
  }
}

.p-task__title {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.1875;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-task__title {
    font-size: 2.4rem;
  }
}

.p-task__cards {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .p-task__cards {
    display: block;
    max-width: 48rem;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .p-task__card:nth-child(n+2) {
    margin-top: 3.4rem;
  }
}

.p-modal-open-button {
  cursor: pointer;
}

.p-modal {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  display: flex;
  visibility: hidden;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  background: rgba(0, 0, 0, .5);
  padding: 1rem;
}

.p-modal.is-open {
  visibility: visible;
  opacity: 1;
}

.p-modal__body {
  position: relative;
  display: inline-block;
  width: 90%;
  max-width: 100rem;
  max-height: 80%;
  height: 70rem;
  border-radius: 1rem;
  padding: 1rem;
  background-color: #fff;
}

.p-modal__close {
  position: absolute;
  top: -6rem;
  right: -3rem;
  content: '';
  width: 5rem;
  height: 5rem;
  cursor: pointer;
  background: url(../../img/sns/icon-close.svg) no-repeat center/cover;
}

@media screen and (max-width: 767px) {
  .p-modal__close {
    top: -3.8rem;
    right: -1.8rem;
    width: 2.8rem;
    height: 2.8rem;
  }
}

.p-modal__content {
  padding-top: 1rem;
  padding-bottom: 4rem;
  width: 100%;
  padding-left: 5rem;
  padding-right: 5rem;
  margin-left: auto;
  margin-right: auto;
  height: calc(100% - 1rem);
  overflow-y: scroll;
  font-size: 1.6rem;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-modal__content {
    padding-top: 0.8rem;
    padding-bottom: 2.4rem;
    padding-left: 1rem;
    padding-right: 1rem;
    height: calc(100% - 0.8rem);
    font-size: 1.3rem;
  }
}

.p-modal__lead {
  margin-top: 1rem;
  text-align: center;
}

.p-modal__table {
  margin-top: 3rem;
  border-collapse: collapse;
}

@media screen and (max-width: 767px) {
  .p-modal__table {
    margin-top: 2.4rem;
  }
}

.p-modal__table thead th {
  padding: 0.5rem;
  text-align: center;
}

.p-modal__table thead th,
.p-modal__table tbody th,
.p-modal__table tbody td {
  border-bottom: 1px solid #e0e0e0;
}

.p-modal__table tbody th,
.p-modal__table tbody td {
  padding: 2rem;
}

@media screen and (max-width: 767px) {
  .p-modal__table tbody th,
  .p-modal__table tbody td {
    padding: 1.2rem;
  }
}

.p-modal__table tbody th {
  width: 28rem;
  color: #c00;
  background-color: #f7f6f5;
  text-align: left;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .p-modal__table tbody th {
    width: 13rem;
  }
}

.p-modal__table tbody td p {
  margin-top: 2rem;
  font-weight: bold;
}

.p-modal__table tbody td p::before {
  content: "▶";
  color: #d64034;
}

.p-modal__table tbody td p:first-child {
  margin-top: 0;
}

.p-modal__table tbody td ul li::before {
  content: "・";

}

.p-modal__table tbody td p,
.p-modal__table tbody td ul li {
  margin: 0 0 0 1em;
  text-indent: -1em;
}

.p-modal__table tbody td p a {
  color: #448aca;
  text-decoration: none;
}


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

.u-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-mobile {
    display: block;
  }
}
/*# sourceMappingURL=styles.css.map */
