@charset "UTF-8";
:root {
  --color-black: #000;
  --color-black-2: #111;
  --color-black-3: #404040;
  --color-blue: #587cf7;
  --color-gray: #f7f7f7;
  --color-green-1: #1dcc64;
  --color-green-2: #16592d;
  --color-green-3: #18a352;
  --color-green-4: #06c755;
  --color-navy: #343369;
  --color-orange: #f77911;
  --color-red: #ff0232;
  --color-white-1: #fff;
  --contents-side-padding: 20;
  --contents-width: 1200;
  --design-width: 1440;
  --ff-ls-b: "LINESeedJPStd Bold";
  --ff-ls-eb: "LINESeedJPStd ExtraBold";
  --ff-ls-m: "LINESeedJPStd Regular";
  --ff-ls-t: "LINESeedJPStd Thin";
  --hover-duration: .3s;
  --hover-opacity-ratio: .6;
  --root-fz: 16;
}

/* ---------------------------------------------
*   pageH2Area__tit01
--------------------------------------------- */
.pageH2Area__tit01 {
  font-family: var(--ff-ls-b);
}

@media (max-width: 1023px) {
  .pageH2Area--tit01 {
    max-width: 310px;
  }
}

@media screen and (max-width: 1023px) {
  .pageH2Area {
    margin: 30px auto 30px;
  }
}
/* ---------------------------------------------
*   pageH3Area__tit01
--------------------------------------------- */
.pageH3Area {
  margin-bottom: 0;
}

.pageH3Area__tit01 {
  font-family: var(--ff-ls-b);
}
.pageH3Area__tit01:before {
  top: 50%;
  transform: translateY(-50%);
}

/* ---------------------------------------------
*   pageTxt
--------------------------------------------- */
.pageTxt {
  margin-top: 40px;
}
@media (max-width: 1023px) {
  .pageTxt {
    margin-top: 30px;
  }
}

/* ---------------------------------------------
*   l-contents
--------------------------------------------- */
.l-contents {
  margin-top: 110px;
}
@media (max-width: 1023px) {
  .l-contents {
    margin-top: 80px;
  }
}

/* ---------------------------------------------
*   c-prolog
--------------------------------------------- */
.c-prolog__txt {
  font-family: var(--ff-ls-b);
  font-size: 1.5rem;
  text-align: center;
}
.c-prolog__imgArea {
  background: var(--color-gray);
  border-radius: 8px;
  margin-top: 50px;
  padding: 16px 26px 0;
  text-align: center;
}
@media (max-width: 1023px) {
  .c-prolog__imgArea {
    margin-top: 30px;
    padding: 25px 20px 0;
  }
}

/* ---------------------------------------------
*   c-feature
--------------------------------------------- */
.c-feature__body:first-of-type {
  margin-top: 60px;
}
@media (max-width: 1023px) {
  .c-feature__body:first-of-type {
    margin-top: 40px;
  }
}
.c-feature__body:not(:first-of-type) {
  margin-top: 48px;
}
@media (max-width: 1023px) {
  .c-feature__body:not(:first-of-type) {
    margin-top: 30px;
  }
}
.c-feature .pageTxt {
  margin-top: 24px;
}
@media (max-width: 1023px) {
  .c-feature .pageTxt {
    margin-top: 16px;
  }
}
.c-feature__list {
  margin-top: 24px;
}
.c-feature__item {
  font-size: 1.4rem;
  line-height: 1.7857142857;
  padding-left: 1em;
  text-indent: -1em;
}
.c-feature__item:before {
  content: "・";
}
.c-feature__infoList {
  margin-top: 32px;
}
.c-feature__term {
  color: var(--color-green-4);
  font-family: var(--ff-ls-b);
  font-size: 1.5rem;
}
.c-feature__term:before {
  content: "・";
}
.c-feature__desc {
  font-size: 1.4rem;
  line-height: 1.7857142857;
}
.c-feature__infoBlock:not(:first-of-type) {
  margin-top: 24px;
}
.c-feature__caution {
  margin-top: 80px;
  text-align: right;
}
@media (max-width: 1023px) {
  .c-feature__caution {
    margin-top: 40px;
  }
}
.c-feature__caution li {
  font-size: 1rem;
}
.c-feature__cautionList {
  display: inline-block;
  text-align: left;
}

/* ---------------------------------------------
*   c-contents
--------------------------------------------- */
.c-contents__list {
  display: flex;
  gap: 16px;
}
.c-contents__detail {
  display: flex;
  justify-content: center;
}
.c-contents__list {
  margin-top: 40px;
}
@media (max-width: 1023px) {
  .c-contents__list {
    flex-direction: column;
  }
}
.c-contents__item {
  background: var(--color-gray);
  border-radius: 8px;
  padding: 40px 63px 0;
}
@media (max-width: 1023px) {
  .c-contents__item {
    padding: 28px 20px 0;
  }
}
@media (max-width: 1023px) {
  .c-contents__h3title img {
    max-width: 169px;
    width: 100%;
  }
}
.c-contents__body {
  text-align: center;
}
.c-contents__detail {
  margin-top: 20px;
}
@media (max-width: 1023px) {
  .c-contents__detail {
    display: none;
  }
}
.c-contents__detail--imgSp {
  display: none;
}
@media (max-width: 1023px) {
  .c-contents__detail--imgSp {
    display: block;
    margin-inline: auto;
    margin-top: 20px;
  }
}
@media (max-width: 1023px) {
  .c-contents__detail--imgSp-2 {
    max-width: 277px;
    width: 100%;
  }
}
.c-contents__term {
  background: var(--color-white-1);
  border-radius: 16px;
  font-family: var(--ff-ls-b);
  font-size: 1.4rem;
  margin-inline: auto;
  padding-block: 8px;
  width: 126px;
}
.c-contents__desc {
  margin-top: 16px;
}

/* ---------------------------------------------
*   c-type
--------------------------------------------- */
.c-type__body {
  margin-top: 56px;
}
@media (max-width: 1023px) {
  .c-type__body {
    margin-top: 30px;
  }
}
.c-type__h3title {
  font-family: var(--ff-ls-b);
  font-size: 2rem;
  padding-left: 23px;
  position: relative;
  text-align: left;
}
@media (max-width: 1023px) {
  .c-type__h3title {
    font-size: 1.8rem;
  }
}
.c-type__h3title:before {
  background: var(--color-green-4);
  content: "";
  height: 9px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 9px;
}
.c-type__txt {
  font-size: 1.4rem;
  margin-top: 16px;
  text-align: left;
}
.c-type__list {
  display: flex;
  gap: 32px;
  justify-content: center;
  margin-top: 48px;
}
@media (max-width: 1023px) {
  .c-type__list {
    gap: 16px;
    margin-top: 30px;
  }
}
.c-type__item {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.c-type__item--img {
  max-width: 309px;
  width: 100%;
}
.c-type__item--img-2 {
  display: block;
  margin-inline: auto;
  margin-top: 56px;
  max-width: 502px;
  width: 100%;
}
@media (max-width: 1023px) {
  .c-type__item--img-2 {
    margin-top: 30px;
  }
}
.c-type__item--txt {
  display: inline-block;
  font-family: var(--ff-ls-b);
  margin-top: 24px;
}
@media (max-width: 1023px) {
  .c-type__item--txt {
    margin-top: 12px;
  }
}

/* ---------------------------------------------
*   c-price
--------------------------------------------- */
.c-price__list {
  margin-top: 40px;
}
.c-price__list {
  display: flex;
  gap: 24px;
  justify-content: center;
}
@media (max-width: 1023px) {
  .c-price__list {
    gap: 9px;
  }
}
.c-price__item {
  background: var(--color-gray);
  border-radius: 8px;
  padding: 48px 84px;
  text-align: center;
}
@media (max-width: 1023px) {
  .c-price__item {
    padding: 19px 10px 10px;
  }
}
.c-price__name {
  background: #000048;
  border-radius: 32px;
  color: var(--color-white-1);
  display: inline-block;
  font-family: var(--ff-ls-b);
  font-size: 1.4rem;
  margin-inline: auto;
  padding-block: 9px;
  width: 140px;
}
@media (max-width: 1023px) {
  .c-price__name {
    font-size: 1rem;
    padding: 7px 16px;
    width: auto;
  }
}
.c-price__value {
  font-family: var(--ff-ls-eb);
  font-size: 3.1rem;
  margin-top: 14px;
}
@media (max-width: 1023px) {
  .c-price__value {
    font-size: 2.5rem;
    line-height: 1;
    margin-top: 8px;
  }
}
.c-price__unit {
  font-size: 1.9rem;
}
@media (max-width: 1023px) {
  .c-price__unit {
    font-size: 1.3rem;
  }
}
.c-price__tax {
  font-family: var(--ff-ls-b);
  font-size: 1.9rem;
}
@media (max-width: 1023px) {
  .c-price__tax {
    font-size: 1.3rem;
  }
}
.c-price__img {
  margin-top: 23px;
}
.c-price .pageH3Area {
  margin-top: 64px;
}
.c-price__list-2 {
  margin-top: 24px;
}
.c-price__item-2 {
  font-size: 1.4rem;
  line-height: 1.7857142857;
  padding-left: 1em;
  text-indent: -1em;
}
.c-price__item-2::before {
  content: "・";
}
.c-price__btn {
  margin-top: 80px;
  text-align: center;
}
@media (max-width: 1023px) {
  .c-price__btn {
    margin-top: 40px;
  }
}
.c-price__btn--caution {
  display: block;
  font-size: 1.2rem;
  margin-inline: auto;
  margin-top: 24px;
}
.c-price__link {
  background: var(--color-orange);
  border-radius: 43px;
  color: var(--color-white-1);
  display: inline-block;
  font-family: var(--ff-ls-b);
  font-size: 1.8rem;
  padding: 19px 45px 17px;
  transition: opacity 0.3s ease-out;
}
.c-price__link:hover {
  opacity: 0.7;
  text-decoration: none;
}

/* ---------------------------------------------
*   c-faq
--------------------------------------------- */
@media (max-width: 1023px) {
  .c-faq {
    padding-bottom: 40px;
  }
}
.c-faq__inner {
  margin-inline: auto;
  max-width: 1000px;
}
.c-faq__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}
@media (max-width: 1023px) {
  .c-faq__list {
    margin-top: 20px;
  }
}
.c-faq__item {
  background: #f2f4f8;
  border-radius: 10px;
  position: relative;
  text-align: justify;
  transition: background-color ease-out 0.3s;
}
.c-faq__item:hover {
  background-color: #e1e8f7;
}
.c-faq__item:hover button {
  background-color: #e1e8f7;
}
.c-faq__item button {
  align-items: center;
  background-color: #f2f4f8;
  border: none;
  border-radius: 10px;
  color: var(--color-black);
  cursor: pointer;
  display: flex;
  font-family: var(--ff-ls-b);
  font-size: 1.8rem;
  gap: 8px;
  letter-spacing: 0.04em;
  line-height: 1.7;
  padding: 16px 68px 14px 32px;
  position: relative;
  text-align: left;
  transition: background-color ease-out 0.3s;
  width: 100%;
}
@media (max-width: 1023px) {
  .c-faq__item button {
    font-size: 1.4rem;
    padding: 11px 48px 11px 15px;
  }
}
.c-faq__item button:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218.828%22%20height%3D%2212.242%22%20viewBox%3D%220%200%2018.828%2012.242%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_155292%22%20data-name%3D%22%E3%83%91%E3%82%B9%20155292%22%20d%3D%22M342.177%2C15626.589l-2.828-2.828%2C9.414-9.414%2C9.414%2C9.414-2.828%2C2.828-6.586-6.586Z%22%20transform%3D%22translate(-339.349%20-15614.347)%22%20fill%3D%22%2306c755%22%2F%3E%3C%2Fsvg%3E");
  background-size: cover;
  content: "";
  height: 12px;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
  transition: transform 0.3s ease;
  width: 18px;
}
.c-faq__item--q.open button:before {
  transform: translate(-50%, -50%) rotate(0);
}
.c-faq__item--a {
  display: none;
  padding: 0 68px 24px 32px;
}
@media (max-width: 1023px) {
  .c-faq__item--a {
    padding-inline: 20px;
  }
}
.c-faq__item--a-inner {
  align-items: center;
  display: flex;
  font-size: 1.4rem;
  gap: 15px;
}
.c-faq__icn {
  flex-shrink: 0;
  font-family: var(--ff-ls-b);
  font-size: 3rem;
}
@media (max-width: 1023px) {
  .c-faq__icn {
    font-size: 2.4rem;
  }
}
.c-faq__icn._q {
  color: var(--color-green-4);
}
.c-faq__icn._a {
  color: #ff6969;
}
.c-faq__txt {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.c-faq__txt a {
  color: var(--color-green-4);
  display: inline-block;
}
.c-faq__imgBlock {
  display: flex;
  flex-direction: column;
  margin-top: 4px;
}
.c-faq__imgBlock span {
  font-size: 1.4rem;
}
.c-faq__imgBlock img {
  max-width: 600px;
  width: 100%;
}

/* ---------------------------------------------
*   scrollUp
--------------------------------------------- */
.scrollUp {
  opacity: 0;
  transform: translateY(1px);
  transition: opacity 1s, transform 1s;
}

.scrollUp.is-show {
  opacity: 1;
  transform: translateY(0px);
}

@media screen and (max-width: 1023px) {
  .sp-menu-wrap--clone .assist-nav__login {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .sp-menu-wrap--clone .assist-nav__signup a {
    font-size: 0;
  }
  .sp-menu-wrap--clone .assist-nav__signup a:before {
    color: var(--color-white-1);
    content: "LINE公式アカウントをはじめる";
    font-family: var(--ff-ls-b);
    font-size: 1.4rem;
  }
}/*# sourceMappingURL=style.css.map */