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

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

ol,
ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

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

button {
  margin: 0;
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  cursor: pointer;
  font: inherit;
}

input,
select,
textarea {
  font: inherit;
  color: inherit;
  vertical-align: top;
}

table {
  border-collapse: separate;
  border: none;
  border-spacing: 0;
  table-layout: fixed;
}

th, td {
  font-weight: normal;
  text-align: left;
}

caption {
  text-align: left;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 52px;
}
@media screen and (min-width: 768px) {
  html {
    scroll-padding-top: 72px;
  }
}

body {
  font-family: "Noto Sans JP", serif;
  font-size: 16px;
  background: #fff;
  font-weight: 400;
}
body.is-open {
  overflow: hidden;
}

em {
  font-style: inherit;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 52px;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .header {
    height: 72px;
  }
}

.header__inner {
  position: relative;
  max-width: 1267px;
  height: inherit;
  margin-inline: auto;
  padding-inline: min(5.3333333333%, 40px);
  display: grid;
  grid-template-columns: 71px auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .header__inner {
    left: -7px;
    grid-template-columns: 83px auto;
  }
}

.header__logo a img {
  width: 100%;
  padding-block: 4px;
}

main {
  margin-top: 52px;
  overflow-x: hidden;
}
@media screen and (min-width: 768px) {
  main {
    margin-top: 72px;
  }
}

.inner {
  margin-inline: auto;
  max-width: 1280px;
  padding-inline: min(5.3333333333%, 40px);
}

.footer {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #000;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .footer {
    padding-top: 26px;
    padding-bottom: 27px;
  }
}

.footer__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .footer__contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.footer__sns {
  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: 12px;
}
@media screen and (min-width: 768px) {
  .footer__sns {
    margin-top: 22px;
    margin-right: 13px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

.footer__sns-text {
  font-family: "Tilt Warp", serif;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
}

.footer__sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 18px;
}

.footer__contents-area {
  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;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .footer__contents-area {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    margin-top: 0;
  }
}

.footer__logo {
  display: inline-block;
  width: 69px;
}
.footer__menu-list {
  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: 8px;
  margin-top: 14px;
}
@media screen and (min-width: 768px) {
  .footer__menu-list {
    margin-top: 18px;
    gap: 14px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.footer__menu-list-atem {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.03em;
}
.footer__copy-right {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
  margin-top: 22px;
}
@media screen and (min-width: 768px) {
  .footer__copy-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    gap: 14px;
    margin-top: 13px;
  }
}

.footer__copy-right-text {
  font-size: 10px;
}
.footer__copy-right-text small {
  font-size: inherit;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.03em;
}

.global-nav {
  display: none;
}
@media screen and (min-width: 768px) {
  .global-nav {
    display: grid;
    grid-template-columns: repeat(2, auto);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 7px;
  }
}
@media screen and (min-width: 992px) {
  .global-nav {
    gap: 14px;
  }
}

.global-nav__list {
  display: grid;
  grid-template-columns: repeat(5, auto);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px;
}
@media screen and (min-width: 992px) {
  .global-nav__list {
    gap: 16px;
  }
}

.global-nav__list-item {
  position: relative;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: 0.03em;
}
.global-nav__list-item::after {
  content: "";
  background: #64629D;
  width: 47.3684210526%;
  height: 1.355px;
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  translate: -50% 0;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  -webkit-transition: -webkit-clip-path 0.3s;
  transition: -webkit-clip-path 0.3s;
  transition: clip-path 0.3s;
  transition: clip-path 0.3s, -webkit-clip-path 0.3s;
}
.global-nav__list-item:hover::after, .global-nav__list-item:focus::after {
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
}

.drawer-mene {
  position: fixed;
  margin-top: 52px;
  padding-top: 82px;
  inset: 0;
  background: #edecfc;
  translate: 100% 0;
  -webkit-transition: translate 0.5s;
  transition: translate 0.5s;
}
.drawer-mene.is-open {
  translate: 0 0;
}
@media screen and (min-width: 768px) {
  .drawer-mene {
    margin-top: 72px;
  }
}

.drawer-mene__inner {
  display: grid;
  gap: 62px;
  margin-inline: auto;
  padding-inline: 9.8666666667%;
}

.drawer-mene__list {
  display: grid;
  gap: 40px;
  padding-left: 1.25em;
  min-width: 300px;
  font-size: 24px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .drawer-mene__list {
    font-size: 28px;
  }
}

.drawer-mene__list-item {
  position: relative;
  padding-left: 1.5416666667em;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
}
.drawer-mene__list-item::before {
  content: "";
  width: 20px;
  height: 20px;
  border: 2px solid #64629D;
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  rotate: 45deg;
}
.drawer-mene__list-item a {
  font-weight: inherit;
}
@media screen and (min-width: 768px) {
  .drawer-mene__list-item::before {
    width: 24px;
    height: 24px;
  }
}

.drawer-mene__button-area {
  display: grid;
  gap: 24px;
}

.drawer-mene__button {
  min-width: 300px;
  text-align: center;
}

.section {
  padding-block: 60px;
}
@media screen and (min-width: 768px) {
  .section {
    padding-block: 100px;
  }
}

.section__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
@media screen and (min-width: 768px) {
  .section__heading {
    gap: 12px;
  }
}

.button {
  display: inline-block;
  text-align: center;
  font-weight: 700;
  border-radius: 100vmax;
}

.title-ja {
  color: #64629D;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .title-ja {
    font-size: 48px;
  }
}

.title-en {
  color: #9f9ec1;
  font-family: "Tilt Warp", serif;
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: 0.045em;
}
@media screen and (min-width: 768px) {
  .title-en {
    font-size: 36px;
  }
}

.button-cat {
  padding: 1em 2.3333333333em 1.2222222222em;
  -webkit-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.24);
          box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.24);
  background: #64629D;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  -webkit-transition: translate 0.6s;
  transition: translate 0.6s;
}
.button-cat:hover, .button-cat:focus {
  translate: 0 -8px;
}
@media screen and (min-width: 768px) {
  .button-cat {
    font-size: 24px;
  }
}

.drawer-icon {
  position: relative;
  width: 21px;
  height: 33px;
}
.drawer-icon.is-open .drawer-icon__name {
  display: none;
}
.drawer-icon.is-open .drawer-icon_bar {
  width: calc(100% + 3px);
  top: 15px;
}
.drawer-icon.is-open .drawer-icon_bar:nth-child(1) {
  rotate: 45deg;
}
.drawer-icon.is-open .drawer-icon_bar:nth-child(2) {
  display: none;
}
.drawer-icon.is-open .drawer-icon_bar:nth-child(3) {
  rotate: -45deg;
}
@media screen and (min-width: 768px) {
  .drawer-icon {
    display: none;
  }
}

.drawer-icon_bar {
  position: absolute;
  display: inline-block;
  width: inherit;
  height: 3px;
  border-radius: 100vmax;
  -webkit-transition: rotate 0.3s, top 0.3s;
  transition: rotate 0.3s, top 0.3s;
  background: #64629D;
}
.drawer-icon_bar:nth-child(1), .drawer-icon_bar:nth-child(3) {
  left: 0;
}
.drawer-icon_bar:nth-child(1) {
  top: 12px;
}
.drawer-icon_bar:nth-child(2) {
  width: 13px;
  top: 21px;
  right: 0;
}
.drawer-icon_bar:nth-child(3) {
  top: calc(100% - 3px);
}

.drawer-icon__name {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0%;
  color: #64629D;
  font-size: 6px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
}

.button-drawer-mene {
  padding: calc(1em - 2px) calc(2.8333333333em - 2px) calc(1.2222222222em - 2px);
  color: #64629D;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  border: 2px solid currentColor;
  -webkit-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.24);
          box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.24);
  background: #fff;
  -webkit-transition: translate 0.6s;
  transition: translate 0.6s;
}
.button-drawer-mene:hover, .button-drawer-mene:focus {
  translate: 0 -8px;
}
@media screen and (min-width: 768px) {
  .button-drawer-mene {
    font-size: 24px;
  }
}

.button-global-nav {
  color: #fff;
  background: #64629D;
  line-height: 1;
  padding: 0.75em 1.625em;
}

.button-fv {
  font-size: 18px;
  min-width: 300px;
  padding: calc(1em - 2px) 2.7222222222em 1.1111111111em;
  line-height: 1;
  border: 2px solid #64629D;
  -webkit-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.24);
          box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.24);
}
@media screen and (min-width: 768px) {
  .button-fv {
    min-width: 250px;
    padding: calc(1em - 2px) 1.3333333333em;
  }
}

.button-fv--freee {
  color: #fff;
  background: #64629D;
}

.button-fv--download {
  color: #64629D;
  background: #fff;
}

.button-table-footer {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  padding: calc(0.8125em - 2px) calc(1.1875em - 2px);
  border: 2px solid #2D2D32;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
@media screen and (min-width: 768px) {
  .button-table-footer {
    font-size: 18px;
    padding: calc(0.8888888889em - 2px) calc(2.5em - 2px);
  }
}
.button-table-footer:hover {
  background: #2D2D32;
  color: #fff;
}

.button-table-footer--basic {
  background: #64629D;
  color: #fff;
  border: 2px solid #64629D;
}
.button-table-footer--basic:hover {
  background: #fff;
  color: #64629D;
}

.button-table-head {
  padding: calc(0.8125em - 2px) calc(1.1875em - 2px);
  color: #2D2D32;
  line-height: 1;
  border: 2px solid currentColor;
  background: #fff;
  -webkit-transition: color 0.3s, background 0.3s, border 0.3s;
  transition: color 0.3s, background 0.3s, border 0.3s;
}
.button-table-head:hover {
  color: #fff;
  background: #2D2D32;
}
@media screen and (min-width: 768px) {
  .button-table-head {
    font-size: 18px;
    padding: calc(0.8888888889em - 2px) calc(2.5em - 2px);
  }
}

.button-table-head--basic {
  color: #fff;
  background: #64629D;
}
.button-table-head--basic:hover {
  color: #64629D;
  background: #fff;
}

.fv {
  padding-block: 60px;
  background: #edecfc;
}
@media screen and (min-width: 768px) {
  .fv {
    padding: 33px 0 32px;
  }
}

.fv__inner {
  position: relative;
  max-width: 1267px;
  margin-inline: auto;
  padding-inline: min(5.3333333333%, 40px);
}
@media screen and (min-width: 768px) {
  .fv__inner {
    left: -7px;
  }
}

.fv__contents {
  display: grid;
  grid-template-areas: "body" "img" "button-area";
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .fv__contents {
    grid-template-columns: 73% 27%;
    row-gap: 33px;
    grid-template-areas: "body img" "button-area img";
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 992px) {
  .fv__contents {
    grid-template-columns: 61% 39%;
  }
}
@media screen and (min-width: 1200px) {
  .fv__contents {
    grid-template-columns: 55.2653748947% 43.3866891323%;
  }
}

.fv__body {
  display: grid;
  gap: 16px;
  grid-area: body;
}
@media screen and (min-width: 768px) {
  .fv__body {
    -ms-flex-item-align: end;
        align-self: end;
    gap: 23px;
  }
}

.fv__message {
  min-width: 335px;
  font-size: clamp(1.875rem, 1.2147887324rem + 2.8169014085vw, 3.75rem);
  font-weight: 700;
  line-height: 1.6; /* 160% */
}
@media screen and (min-width: 768px) {
  .fv__message {
    margin-top: 4px;
    line-height: normal;
  }
}
.fv__message em {
  display: inline-block;
  width: 100%;
  font-style: inherit;
}

.fv__text {
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .fv__text {
    max-width: 570px;
    font-size: 18px;
    line-height: 1.8; /* 180% */
  }
}

.fv__img {
  position: relative;
  left: 11px;
  width: 91.0447761194%;
  margin-top: -25px;
  grid-area: img;
}
@media screen and (min-width: 768px) {
  .fv__img {
    margin-top: 0;
    left: 0;
    width: 100%;
  }
}
.fv__button-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  grid-area: button-area;
  margin-top: -14px;
}
@media screen and (min-width: 768px) {
  .fv__button-area {
    -ms-flex-item-align: start;
        align-self: start;
    margin-top: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 37px;
  }
}
.fv__button {
  text-align: center;
}

.message {
  padding: 77px 0 60px;
}
@media screen and (min-width: 768px) {
  .message {
    padding: 97px 0 93px;
  }
}

.message__body {
  margin-top: 24px;
  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: 26px;
}
@media screen and (min-width: 768px) {
  .message__body {
    margin-top: 19px;
    gap: 32px;
  }
}

.message__text {
  text-align: center;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .message__text {
    font-size: 18px;
    line-height: 1.8;
  }
}
.message__text em {
  font-weight: 700;
}

.message__butto {
  margin-top: 24px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .message__butto {
    margin-top: 40px;
  }
}

.feature {
  background: #f9f9f9;
  padding-top: 58px;
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .feature {
    padding-block: 99px;
  }
}

.feature__title-ja span {
  font-size: 38px;
  font-weight: inherit;
  line-height: 1.1052631579;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .feature__title-ja span {
    font-size: 60px;
    letter-spacing: 0.05em;
  }
}

.feature__list {
  display: grid;
  gap: 60px;
  margin-top: 36px;
}
@media screen and (min-width: 768px) {
  .feature__list {
    margin-top: 238px;
    gap: 0;
  }
}

.feature__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  display: flex;
}
@media screen and (min-width: 768px) {
  .feature__list-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
  }
}
.feature__list-item:nth-of-type(1) {
  max-width: 1167px;
}
@media screen and (min-width: 768px) {
  .feature__list-item:nth-of-type(1) .feature__list-body {
    width: min(742px, 63.5818337618%);
  }
}
.feature__list-item:nth-of-type(1) .feature__list-text {
  padding-right: 2px;
}
@media screen and (min-width: 768px) {
  .feature__list-item:nth-of-type(1) .feature__list-img {
    right: 0;
  }
}
@media screen and (min-width: 768px) {
  .feature__list-item:nth-of-type(2) {
    max-width: 1188px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 153px;
  }
}
.feature__list-item:nth-of-type(2) .feature__list-body {
  position: relative;
}
@media screen and (min-width: 768px) {
  .feature__list-item:nth-of-type(2) .feature__list-body {
    left: 0;
    width: min(742px, 62.4579124579%);
  }
}
.feature__list-item:nth-of-type(2) .feature__list-number {
  margin-top: -15px;
}
@media screen and (min-width: 768px) {
  .feature__list-item:nth-of-type(2) .feature__list-number {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .feature__list-item:nth-of-type(2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .feature__list-item:nth-of-type(2) .feature__list-img {
    top: 25px;
    left: 0;
    translate: 0 0;
  }
}
@media screen and (min-width: 768px) {
  .feature__list-item:nth-of-type(3) {
    max-width: 1188px;
    margin-top: 263px;
  }
}
@media screen and (min-width: 768px) {
  .feature__list-item:nth-of-type(3) .feature__list-body {
    width: min(742px, 62.4579124579%);
  }
}
.feature__list-item:nth-of-type(3) .feature__list-number {
  margin-top: -8px;
}
@media screen and (min-width: 768px) {
  .feature__list-item:nth-of-type(3) .feature__list-number {
    margin-top: 0;
  }
}
.feature__list-item:nth-of-type(3) .feature__list-title {
  line-height: 1.55;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .feature__list-item:nth-of-type(3) .feature__list-title {
    line-height: normal;
    letter-spacing: normal;
  }
}
@media screen and (min-width: 768px) {
  .feature__list-item:nth-of-type(3) .feature__list-img {
    bottom: 3%;
    right: 0;
  }
}

.feature__list-body {
  width: 100vw;
  margin-top: -37px;
  margin-inline: calc(50% - 50vw);
  padding-bottom: 40px;
  padding-inline: min(5.9701492537%, 40px);
  border-radius: 16px;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .feature__list-body {
    position: relative;
    width: min(742px, 61.8333333333%);
    margin: 0;
    min-height: 367px;
    padding: 65px min(19px, 1.3194444444vw) 65px min(148px, 10.2777777778vw);
    border-radius: 30px;
    -webkit-column-gap: 18px;
       -moz-column-gap: 18px;
            column-gap: 18px;
    row-gap: 17px;
  }
}

.feature__list-text-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .feature__list-text-area {
    gap: 17px;
  }
}

.feature__list-title {
  min-width: 352px;
  font-size: clamp(1.375rem, 1.0669014085rem + 1.3145539906vw, 2.25rem);
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .feature__list-title {
    margin-top: 0;
    font-size: clamp(1.375rem, 0.375rem + 2.0833333333vw, 2.25rem);
    width: min(575px, 122.3404255319%);
    line-height: none;
  }
}

.feature__list-number {
  color: #64629D;
  font-family: "Tilt Warp", serif;
  font-size: clamp(2.625rem, 1.9647887324rem + 2.8169014085vw, 4.5rem);
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .feature__list-number {
    position: absolute;
    top: 15.8038147139%;
    left: 5.3547523427%;
    font-size: clamp(2.625rem, 0.4821428571rem + 4.4642857143vw, 4.5rem);
  }
}

.feature__list-text {
  grid-area: text;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .feature__list-text {
    margin-top: 0;
    max-width: 470px;
    font-size: 16px;
    font-style: normal;
    line-height: 1.8;
  }
}

.feature__list-img {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .feature__list-img {
    width: 36.1111111111vw;
    max-width: 520px;
    position: absolute;
  }
}
.feature__list-img img {
  width: 83.5820895522%;
}
@media screen and (min-width: 768px) {
  .feature__list-img img {
    width: 100%;
    left: 61.8333333333%;
  }
}

.cta {
  padding-top: 40px;
  padding-bottom: 41px;
  background: #2D2D32;
}
@media screen and (min-width: 768px) {
  .cta {
    padding-top: 61px;
    padding-bottom: 52px;
  }
}

.cta__text {
  min-width: 335px;
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .cta__text {
    font-size: 36px;
    line-height: normal;
  }
}

.cta__button {
  margin-top: 24px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .cta__button {
    margin-top: 31px;
  }
}

.users {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .users {
    padding-top: 98px;
    padding-bottom: 100px;
  }
}

.users__heading {
  gap: 6px;
}
@media screen and (min-width: 768px) {
  .users__heading {
    gap: 12px;
  }
}

.users__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 11px;
     -moz-column-gap: 11px;
          column-gap: 11px;
  row-gap: 12px;
  max-width: 972px;
  margin-top: 17px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .users__list {
    margin-top: 29px;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    row-gap: 50px;
  }
}

.flow {
  padding-top: 60px;
  padding-bottom: 59px;
  background: #f9f9f9;
}
@media screen and (min-width: 768px) {
  .flow {
    padding-top: 97px;
    padding-bottom: 80px;
  }
}

.flow__heading {
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .flow__heading {
    gap: 12px;
  }
}

.flow__list {
  display: grid;
  max-width: 1070px;
  margin-top: 58px;
}
@media screen and (min-width: 768px) {
  .flow__list {
    margin-top: 43px;
    margin-inline: auto;
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 5.3738317757%;
       -moz-column-gap: 5.3738317757%;
            column-gap: 5.3738317757%;
    translate: 0.7% 0;
  }
}
@media screen and (min-width: 992px) {
  .flow__list {
    -webkit-column-gap: 10.7476635514%;
       -moz-column-gap: 10.7476635514%;
            column-gap: 10.7476635514%;
  }
}

.flow__list-item {
  position: relative;
}
@media screen and (min-width: 768px) {
  .flow__list-item {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .flow__list-item:not(:last-of-type) .flow__card-img::after {
    content: "";
    background: #c4c4c4;
    width: 29px;
    height: 64px;
    position: absolute;
    top: 51%;
    right: min(-21%, -50px);
    translate: -50% -50%;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
            clip-path: polygon(0 0, 0% 100%, 100% 50%);
    scale: 0.5;
  }
}
@media screen and (min-width: 992px) {
  .flow__list-item:not(:last-of-type) .flow__card-img::after {
    right: -32.5%;
    scale: 0.8;
  }
}
.flow__list-item:nth-of-type(1) .flow__card-img img {
  width: 59.4029850746%;
}
@media screen and (min-width: 768px) {
  .flow__list-item:nth-of-type(1) .flow__card-img img {
    width: 71.0714285714%;
  }
}
.flow__list-item:nth-of-type(2) {
  margin-top: 84px;
}
@media screen and (min-width: 768px) {
  .flow__list-item:nth-of-type(2) {
    margin-top: 0;
  }
}
.flow__list-item:nth-of-type(2) .flow__card-img img {
  width: 59.4029850746%;
}
@media screen and (min-width: 768px) {
  .flow__list-item:nth-of-type(2) .flow__card-img img {
    width: 71.0714285714%;
  }
}
.flow__list-item:nth-of-type(2) .flow__card-title {
  margin-top: 17px;
}
@media screen and (min-width: 768px) {
  .flow__list-item:nth-of-type(2) .flow__card-title {
    margin-top: 19px;
  }
}
.flow__list-item:nth-of-type(3) {
  margin-top: 90px;
}
@media screen and (min-width: 768px) {
  .flow__list-item:nth-of-type(3) {
    margin-top: 0;
  }
}
.flow__list-item:nth-of-type(3) .flow__card-img {
  padding-top: 25px;
  padding-bottom: 22px;
}
.flow__list-item:nth-of-type(3) .flow__card-img img {
  width: 57.3134328358%;
}
@media screen and (min-width: 768px) {
  .flow__list-item:nth-of-type(3) .flow__card-img img {
    width: 68.5714285714%;
  }
}
.flow__list-item:nth-of-type(3) .flow__card-title {
  margin-top: 18px;
}
.flow__list-item:nth-of-type(3) .flow__card-text {
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .flow__list-item:nth-of-type(3) .flow__card-text {
    margin-top: 8px;
  }
}

.flow__card {
  position: relative;
}

.flow__card-number {
  color: #64629D;
  font-family: "Tilt Warp", serif;
  font-size: 48px;
  font-weight: 700;
  line-height: normal;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  translate: 0 -60%;
}
@media screen and (min-width: 768px) {
  .flow__card-number {
    translate: -33% -41%;
  }
}

.flow__card-img {
  position: relative;
  text-align: center;
  border-radius: 30px;
  background: #edecfc;
  padding-top: 22px;
  padding-bottom: 20px;
}
.flow__card-title {
  margin-top: 16px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .flow__card-title {
    margin-top: 18px;
    line-height: normal;
  }
}
@media screen and (min-width: 992px) {
  .flow__card-title {
    font-size: 22px;
  }
}
@media screen and (min-width: 1200px) {
  .flow__card-title {
    font-size: 24px;
  }
}

.flow__card-text {
  margin-top: 8px;
  line-height: 1.8;
}

.price {
  padding-top: 57px;
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .price {
    padding-top: 106px;
    padding-bottom: 100px;
  }
}

.price__heading {
  gap: 9px;
}
@media screen and (min-width: 768px) {
  .price__heading {
    gap: 4px;
  }
}

.price__table {
  margin-top: 14px;
  margin-right: calc(50% - 50vw);
  overflow-x: auto;
}
@media screen and (min-width: 768px) {
  .price__table {
    margin-top: 37px;
  }
}
@media screen and (min-width: 1200px) {
  .price__table {
    margin-inline: auto;
  }
}

.table {
  width: 691px;
  padding-top: 20px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .table {
    width: 1020px;
  }
}

.table__head-heading {
  position: relative;
  padding-top: 55px;
  padding-bottom: 18px;
  color: #fff;
  width: 151px;
  height: 232px;
}
.table__head-heading:not(:first-of-type) {
  width: 180px;
}
@media screen and (min-width: 768px) {
  .table__head-heading:not(:first-of-type) {
    width: 260px;
  }
}
.table__head-heading::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -10;
}
@media screen and (min-width: 768px) {
  .table__head-heading {
    padding-top: 59px;
    width: 241px;
    height: 286px;
  }
}
.table__head-heading:nth-of-type(2n)::after {
  top: 32px;
  background: #2D2D32;
}
@media screen and (min-width: 768px) {
  .table__head-heading:nth-of-type(2n)::after {
    top: 16px;
  }
}

.table__head-heading--basic {
  -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.6);
}
.table__head-heading--basic::after {
  background: #64629D;
}
.table__head-title {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .table__head-title {
    margin-left: 9px;
    font-size: 24px;
  }
}

.table__head-title--basic {
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .table__head-title--basic {
    font-size: 28px;
  }
}

.table__head-price {
  margin-top: 11px;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .table__head-price {
    margin-top: 17px;
    font-size: 20px;
  }
}
.table__head-price em {
  font-size: 30px;
}
@media screen and (min-width: 768px) {
  .table__head-price em {
    font-size: 36px;
  }
}

.table__head-price--basic {
  margin-top: 3px;
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .table__head-price--basic {
    margin-top: 7px;
    font-size: 26px;
  }
}
.table__head-price--basic em {
  font-size: 36px;
}
@media screen and (min-width: 768px) {
  .table__head-price--basic em {
    font-size: 42px;
  }
}

.table__head-button {
  text-align: center;
  margin-top: 19px;
}
@media screen and (min-width: 768px) {
  .table__head-button {
    margin-top: 27px;
  }
}

.table__head-button---basic {
  margin-top: 17px;
}
@media screen and (min-width: 768px) {
  .table__head-button---basic {
    margin-top: 28px;
  }
}

.table__body {
  position: relative;
  z-index: 1;
}

.table__row {
  height: 42px;
}
@media screen and (min-width: 768px) {
  .table__row {
    height: 60px;
  }
}
.table__row:nth-of-type(2n-1) {
  background: #edecfc;
}

.table__heading {
  font-size: 15px;
  line-height: 1;
  width: 151px;
  padding-left: 1.2857142857em;
}
@media screen and (min-width: 768px) {
  .table__heading {
    width: 240px;
    font-size: 22px;
    padding-left: 1.4545454545em;
  }
}

.table__data {
  line-height: 1;
  width: 180px;
  text-align: center;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .table__data {
    width: 260px;
    font-size: 18px;
  }
}
.table__data:nth-of-type(2) {
  font-size: 20px;
  font-weight: 700;
  line-height: 0.75;
}
@media screen and (min-width: 768px) {
  .table__data:nth-of-type(2) {
    font-size: 24px;
  }
}

.table__heading,
.table__data {
  vertical-align: middle;
}

.table__button {
  padding-top: 9px;
}
@media screen and (min-width: 768px) {
  .table__button {
    padding-top: 17px;
  }
}

.question {
  padding-top: 67px;
  background: #f9f9f9;
}
@media screen and (min-width: 768px) {
  .question {
    padding-top: 120px;
  }
}

.question__heading {
  gap: 9px;
}
@media screen and (min-width: 768px) {
  .question__heading {
    gap: 4px;
  }
}

.question__item-area {
  display: grid;
  gap: 24px;
  margin-top: 34px;
}
@media screen and (min-width: 768px) {
  .question__item-area {
    margin-top: 49px;
  }
}

.question__item {
  display: grid;
  gap: 17px;
  max-width: 920px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .question__item {
    gap: 14px;
  }
}

.question__item-a,
.question__item-q {
  position: relative;
  border-radius: 4px;
  line-height: 1.6; /* 160% */
}
.question__item-a::before,
.question__item-q::before {
  position: absolute;
  font-size: 22px;
  font-weight: 700;
  line-height: 1; /* 100% */
}
@media screen and (min-width: 768px) {
  .question__item-a,
  .question__item-q {
    font-size: 18px;
    border-radius: 10px;
  }
}

.question__item-q {
  padding: 10px 10px 8px 47px;
  background: #64629D;
  color: #fff;
  color: #fff;
  font-weight: 700;
}
.question__item-q::before {
  content: "Q";
  top: 10px;
  left: 15px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .question__item-q {
    padding: 22px 56px;
    line-height: 1;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .question__item-q::before {
    top: 20px;
    left: 24px;
  }
}

.question__item-a {
  background: #fff;
  padding: 12px 16px 12px 41px;
}
.question__item-a::before {
  content: "A";
  top: 12px;
  left: 15px;
}
@media screen and (min-width: 768px) {
  .question__item-a {
    padding: 21px 25px 22px 56px;
    line-height: 1.8;
  }
  .question__item-a::before {
    top: 23px;
    left: 25px;
  }
}

.hidden-sp {
  display: none;
}
@media screen and (min-width: 768px) {
  .hidden-sp {
    display: block;
  }
}

.hidden-md {
  display: block;
}
@media screen and (min-width: 768px) {
  .hidden-md {
    display: none;
  }
}

.hidden-lg {
  display: block;
}
@media screen and (min-width: 992px) {
  .hidden-lg {
    display: none;
  }
}