/* 共通スタイル */
.inner {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
.sp,
.sp-small {
  display: none;
}
body {
  overflow-x: hidden;
}
* {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
html {
  font-size: 18px;
}
.serif {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.white {
  color: #fff;
}
.red {
  color: #ff1d25;
}
.parallelogram {
  font-size: 2rem;
  display: inline-block;
  padding: 1em 2em 1em 2em;
  margin: 0 auto 2em 1.75em;
  transform: skewX(-45deg);
  position: relative;
}
.parallelogram-white {
  background-color: #fff;
}
.parallelogram::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 105%;
  right: -24px;
  top: 0;
}
.parallelogram-blue {
  color: #fff;
  background: linear-gradient(45deg, #1e9cd7 0%, #01427a 79.45%, #1e9cd7 100%);
}
.parallelogram-white::after {
  background-color: #fff;
}
.parallelogram-blue::after {
  background-color: #1e9cd7;
}
.parallelogram--txt {
  display: block;
  transform: skewX(45deg);
}
/* ボタンエリア */
.btn__article {
  width: 100%;
  text-align: center;
  font-size: 2rem;
}
.btn {
  background-color: #06c755;
  font-size: 2rem;
  border-radius: 16px;
  padding: 6px;
  letter-spacing: 0.05em;
  display: inline-block;
}
.btn__txt {
  display: inline-block;
  border: 1px solid #fff;
  padding: 0.16em 0.44em;
  border-radius: 16px;
}

/* ヘッダー */
header {
  position: relative;
  height: 100px;
}
.header__left {
  z-index: -1;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  padding-left: 1%;
  display: flex;
  align-items: center;
}
.header__left__logo {
  width: 4.85rem;
  object-fit: contain;
}
.header__left--txts {
  display: flex;
  flex-direction: column;
  gap: 0.2em;
}
.header__left--h {
  font-size: 1.8rem;
}
.header__right {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: right;
}

/* ファーストビュー */
.fv {
  position: relative;
  background: linear-gradient(
    112deg,
    #cce0f4 0%,
    #d9eef8 67%,
    #1e9cd7 90%,
    #ffffff 100%
  );
  padding: 3.7rem 0 3.85rem;
}
.fva::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  background: linear-gradient(
    -225deg,
    #cce0f4 0%,
    #d9eef8 67%,
    #1e9cd7 90%,
    #ffffff 100%
  );
}
.fv__top--h2 {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4em;
}
.fv__top--h3 {
  font-size: 1.6rem;
  line-height: 2.2em;
  letter-spacing: 0.05em;
  padding-bottom: 1rem;
}
.fv__top--p {
  font-size: 1.6rem;
  line-height: 2.2em;
  letter-spacing: 0.05em;
  padding-bottom: 1rem;
}
.fv__middle {
  padding: 1.5rem 0;
}
.fv__middle--img {
  width: 100%;
  object-fit: contain;
}
.fv__bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.fv__bottom--h6 {
  width: 100%;
  padding: 0.2em 0 0.2em 0.6em;
  font-size: 2rem;
  line-height: 1.6em;
  border-left: 8px solid #01427a;
}

.fv__bottom--points {
  font-size: 1.6rem;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.fv__bottom--point {
  position: relative;
  height: 4em;
  text-shadow: 4px 3px 26px rgba(1, 66, 122, 0.75);
  font-style: italic;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.fv__bottom--point--txts {
  position: relative;
  font-style: italic;
  z-index: 1;
  padding: 0 1.45em 0 1.32em;
}
.fv__bottom--point--back {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #f4e1c1 0%, #c7b088 79%, #efdcbb 100%);
  z-index: 0;
  transform: skewX(-30deg);
}
/* こんな事でお困りではないですか？ */
.agitate {
  padding: 3.85rem 0;
}
.sec__h {
  font-size: 2.3rem;
  font-weight: 600;
  margin-bottom: 1em;
}
.agitate--img {
  width: 100%;
}
.agitate__fig {
  margin-top: 3.85rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.85rem;
}
.agitate__figcap {
  width: 60%;
  font-size: 2.3rem;
  line-height: 1.8em;
}
.agitate__figImg {
  width: 38%;
}
.agitate__btm--h {
  margin-top: 7.33rem;
  font-size: 1.85rem;
  line-height: 1.6em;
}
.agitate__btm--p {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.agitate__btm--h-img {
  width: 42%;
}

/* 選ばれる理由 */
.reason {
  padding: 3.85rem 0 5.2rem;
}
.reason--ul {
  display: flex;
  flex-direction: column;
  font-size: 1.85rem;
  gap: 1.2em;
}
.reason--li {
  display: flex;
  flex-direction: column;
  gap: 0.6em;
}
.reason--li__head {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1em;
}
.reason--li__num {
  color: #fff;
  position: relative;
  z-index: 2;
}
.reason--li__num::after {
  position: absolute;
  content: "";
  z-index: -1;
  background-color: #1e9cd7;
  top: 50%;
  left: 50%;
  width: 2em;
  transform: translate(-56%, -47%);
  height: 2em;
  border-radius: 50%;
}
.reason--li__h {
  color: #1e9cd7;
}
.reason--li__body {
  padding-left: 1.8em;
}
.reason__btnwrap {
  margin-top: 3.25rem;
}
/* Amazonベストセラーを獲得した電子書籍*/
.bestseller {
  padding: 3.85rem 0;
}
.sec__h {
  font-size: 2.3rem;
  font-weight: 600;
  margin-bottom: 1em;
}
.bestseller--img {
  width: 100%;
  border: solid 2px #c7c8c8;
  border-radius: 1.2rem;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px,
    rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}
.bestseller__fig {
  margin-top: 3.85rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.85rem;
}
.bestseller__figcap {
  font-size: 2.3rem;
  line-height: 1.8em;
}

/* ７つのメリット */
.merit {
  padding: 3.85rem 0 6.25rem;
  background-color: #cce0f4;
}
.merit-contents {
  width: 100%;
  height: auto;
  margin-bottom: 6.85rem;
}
.merit-contents-img {
  width: 100%;
}
/* なぜ今、電子書籍なのか？ */
.why {
  padding: 4.45rem 0 7.25rem;
  background-color: #001d36;
}
.why-contents-p {
  font-size: 1.6rem;
  line-height: 1.8em;
  margin-bottom: 0.6em;
}
.why-ul {
  font-size: 1.33rem;
  line-height: 1.8em;
}
/* 強み */
.strengths {
  padding: 3.85rem 0 6.25rem;
}
.strengths-p {
  font-size: 1.6rem;
  line-height: 1.8em;
}
.strengths-ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.33rem;
  margin: 1em auto 2em;
  gap: 0.8em 3%;
  width: 100%;
  max-width: 900%;
}
.strengths-li {
  width: 48.5%;
  padding: 1.2em 0.2em;
  color: #fff;
  background-color: #1e9cd7;
}
.strengths-li:nth-child(1) {
  order: 1;
}
.strengths-li:nth-child(2) {
  order: 3;
}
.strengths-li:nth-child(3) {
  order: 2;
}
.strengths-li:nth-child(4) {
  order: 4;
}
.strengths-li:nth-child(5) {
  order: 5;
  width: 100%;
}

/* 料金 */
.fee {
  position: relative;
  padding: 3.85rem 0 6.25rem;
  background-image: linear-gradient(
      0deg,
      transparent calc(100% - 1px),
      #f0f0f0 calc(100% - 1px)
    ),
    linear-gradient(
      90deg,
      transparent calc(100% - 1px),
      #f0f0f0 calc(100% - 1px)
    );
  background-size: 4rem 4rem;
  background-repeat: repeat;
  background-position: center center;
}
.fee-top-imgBox {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  height: auto;
}
.fee-top-img {
  width: 100%;
}
.fee-top-imgBox::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 1;
}
.fee .inner {
  position: relative;
  z-index: 3;
}
.fee-boxes {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin: 3.85rem auto 6.85rem;
}
.fee-box {
  background-color: #fff;
  padding: 2.5rem;
  border-radius: 3.85rem;
}
.fee-box-h {
  font-size: 2.4rem;
  margin-bottom: 0.8em;
  line-height: 1.4em;
}
.fee-box-p1 {
  font-size: 1.33rem;
  line-height: 1.6em;
}
.fee-box-p2 {
  font-size: 1.6rem;
  line-height: 1.6em;
}
.fee-box-price {
  margin: 0.8em auto;
  font-size: 2.4rem;
  line-height: 1.6em;
}
.fee-box-price_free {
  margin: 0.8em auto;
  font-size: 2.1rem;
  line-height: 1.6em;
  color: #ff1d25;
}
.fee-detail-area {
  font-size: 1.6rem;
  color: #1e9cd7;
  line-height: 1.8em;
}
.fee-detail-list {
  margin-bottom: 1em;
}
.fee-detail-ul {
  padding: 0 0 0 2em;
}
.fee-detail-li {
  list-style: initial;
}
.fee-box-ul {
  font-size: 1.6rem;
  line-height: 1.8em;
  padding: 0 0 0 1em;
}
.fee-box-li {
  list-style: initial;
}
/* あなたのお悩み解決します！ */
.solution {
  padding: 5.3rem 0 8px;
}
.solution-p {
  font-size: 1.6rem;
  padding-bottom: 14em;
  line-height: 1.74em;
  position: relative;
}
.solution-p--img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 80%;
}
/* お客様の声 */
.review {
  padding: 3.85rem 0 5.2rem;
  background-color: #cce0f4;
}
.review-boxes {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2.75rem;
}
.review-box {
  padding: 3.4rem 2.4rem;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  border-radius: 5.2rem;
}
.review-box-txt {
  display: flex;
  flex-direction: column;
  gap: 1.33rem;
}
.review-box-name {
  font-size: 1.85rem;
}
.review-box-body {
  font-size: 1.33rem;
  line-height: 1.6em;
}
/* 1個目 */
.review-box1 .review-box-txt {
  width: 47.5%;
}
.review-box1 .review-box-imgs {
  width: 47.5%;
}
.review-box1 .review-box-img {
  width: 47.5%;
}
/* 2個目 */
.review-box2 .review-box-txt {
  width: 65%;
}
.review-box2 .review-box-imgs {
  object-fit: cover;
  width: 30%;
}
.review-box2 .review-box-img {
  width: 100%;
}
/* 3個目 */
.review-box3 .review-box-txt {
  width: 56%;
}
solution-p .review-box3 .review-box-imgs {
  object-fit: cover;
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.review-box3 .review-box-img {
  width: 60%;
}
.review-box-img-link {
  width: 100%;
}
/* 出版までの流れ */
.flow {
  padding: 3.85rem 0 6.25rem;
}
.flow_common {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.r-reverse {
  flex-direction: row-reverse;
}
.flow_fig-ul {
  display: flex;
  flex-direction: column;
  width: 47.5%;
  font-size: 1.33rem;
  gap: 0.8em;
}
.flow_fig-li {
  background-color: #1e9cd7;
  color: #fff;
  padding: 1.2em 1em;
}
.flow_1st-img {
  width: 47.5%;
}

/* FAQ */
.faq {
  padding: 3.85rem 0 6.25rem;
  background-color: #cce0f4;
}
.faq--ul {
  margin: 2em auto 3.5em;
  font-size: 1.33rem;
  line-height: 1.6em;
  display: flex;
  flex-direction: column;
  gap: 1.6em;
}
.faq--li {
  display: flex;
  flex-direction: column;
}
.faq--li--q,
.faq--li--a {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.faq--li--q--alp,
.faq--li--a--alp {
  width: 1.2em;
}
.faq--li--q--alp_color {
  font-weight: bold;
  color: #135389;
}
.faq--li--a--alp_color {
  font-weight: bold;
  color: #d86f87;
}
.faq--li--q--alp .faq--li--q--txt,
.faq--li--a--txt {
  width: calc(100% - 1.2em);
}
/* プライバシーポリシー */
.privacy-policy {
  height: 350px;
  padding: 2em;
  overflow-y: scroll;
  border: 2px solid #000;
  border-radius: 1.2rem;
}
.privacy-policy_date {
  font-size: 1.5rem;
  padding-bottom: 1em;
  line-height: 1.74em;
}

.privacy-policy__box {
  margin-top: 30px;
}
.privacy-policy__box:first-child {
  margin-top: 0px;
}

.privacy-policy__head {
  font-size: 1.33rem;
  font-weight: 700;
}

.privacy-policy__txt {
  margin-top: 0.5em;
  font-size: 1.33rem;
}
.wrapper {
  max-width: 1000px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1000px) {
  .wrapper {
    margin-right: 5%;
    margin-left: 5%;
  }
}

/* CTAセクション */
.cta {
  font-size: 2rem;
  padding: 2rem 0 6.6rem;
}
.cta__h {
  position: relative;
  letter-spacing: 0.05em;
  line-height: 2em;
  margin-bottom: 1.8em;
}
.cta__h--img {
  position: absolute;
  width: 25%;
  right: 0;
  bottom: 1.2em;
}
.ctaLogo {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 2rem;
  gap: 0.24em;
}
.ctaLogo--img {
  width: 2.4em;
}
.cta__bottom--p {
  font-size: 1.33rem;
  text-align: right;
  margin: 1.4em auto;
}
.cta .btn__article {
  margin-top: 4.2rem;
}
/* 住所 */
.address-p {
  font-size: 1.6rem;
  padding-bottom: 2em;
  line-height: 1.74em;
  position: relative;
}

/* フッター */
footer {
  background-color: #01427a;
  height: 170px;
}
footer .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.footer--small {
  font-size: 1.33rem;
}
.sp-pre_footer {
  padding: 2rem 0 0;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  gap: 5%;
}

/*
*   以下、レスポンシブ
*/
@media (max-width: 1300px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 1100px) {
  .sp {
    display: initial;
  }
  header {
    height: auto;
    padding: 1rem 0;
  }
  .btn {
    font-size: 2.5rem;
  }
  .cta__h--img {
    width: 35%;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .cta__h {
    display: flex;
    flex-direction: column;
  }
  .cta__h--txt {
    width: 62.5%;
  }
}
@media (max-width: 990px) {
  html {
    font-size: 14px;
  }
  .header__left--h {
    font-size: 2.2rem;
  }
  .header__left--p {
    font-size: 1.2rem;
  }
}

@media (max-width: 767px) {
  .sp-pre_footer {
    padding: 2rem 0 0;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    gap: 5%;
  }
  .inner {
    width: 95%;
  }
  .pc {
    display: none;
  }
  .header__left__logo {
    width: 5.85rem;
  }
  .reason .inner {
    padding-left: 2%;
  }
  html {
    font-size: 2vw;
  }
  .parallelogram {
    display: block;
    padding: 0 0;
    height: 3em;
    display: flex;
    align-items: center;
    width: 85%;
    justify-content: center;
  }
  .parallelogram::after {
    content: none;
  }
  .strengths-ul {
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
  }
  .strengths-li:nth-child(1),
  .strengths-li:nth-child(2),
  .strengths-li:nth-child(3),
  .strengths-li:nth-child(4),
  .strengths-li:nth-child(5) {
    order: initial;
    width: auto;
    padding: 1.2em 1em;
  }

  .solution-p--img {
    width: 100%;
  }
  .review-box {
    padding: 3.4rem 4.2rem;
    flex-direction: column;
    gap: 2rem;
  }
  .review-box1 .review-box-txt,
  .review-box1 .review-box-imgs,
  .review-box2 .review-box-txt,
  .review-box2 .review-box-imgs,
  .review-box3 .review-box-txt,
  .review-box3 .review-box-imgs {
    width: 100%;
  }
  .review-box3 .review-box-imgs {
    flex-direction: row;
  }
  .fv__top--h2 {
    font-size: 2.2rem;
    font-weight: 700;
  }
  .fv__bottom--h6 {
    font-size: 1.6rem;
  }
  .fv__bottom--points {
    font-size: 1.2rem;
  }
  .reason--ul {
    font-size: 1.5rem;
  }
  .fee-boxes {
    width: 90%;
  }
}

.pre_footer-left {
  width: 20%;
}
.pre_footer-left-img {
  width: 100%;
}
.pre_footer-right {
  font-size: 1.8rem;
  line-height: 1.8em;
}
.pre_footer-right-p {
  font-size: 1.8em;
  line-height: 1.6em;
}
.pre_footer-right-p2 {
}
.pre_footer-right-a {
}
