@charset "UTF-8";
/* A Modern CSS Reset */
* {
  margin: 0;
  padding: 0;
}

*,
::before,
::after {
  border-style: solid;
  box-sizing: border-box;
  border-width: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  line-height: 1.5;
  text-rendering: optimizeSpeed;
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  background-color: transparent;
  text-decoration: none;
  text-decoration-skip-ink: auto;
}

img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

input,
button,
select,
textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  border-radius: 0;
  background: transparent;
  font: inherit;
  outline: none;
}

textarea {
  resize: none;
}

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

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

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

body {
  color: #fff;
}

html {
  font-size: 16px;
}
@media (max-width: 390px) {
  html {
    font-size: 4.1025641026vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 0.9696969697vw;
  }
}
@media (min-width: 1650px) {
  html {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  a {
    transition: 0.3s;
  }
  a:hover {
    opacity: 0.7;
  }
}

html.fixed {
  overflow: hidden;
}

body {
  background-color: #212229;
}

section {
  width: 100%;
  overflow: hidden;
}

header {
  background-color: rgba(35, 35, 35, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.header-inner {
  padding: 3.875rem 1.5rem 1rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .header-inner {
    padding: 1.25rem 2.5rem;
    justify-content: left;
  }
}

.header-logo {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 0.75rem;
  line-height: 1.4545454545;
}
@media screen and (min-width: 768px) {
  .header-logo {
    gap: 2.5rem;
    font-size: 1.125rem;
    line-height: 1.5384615385;
  }
}
@media screen and (min-width: 1024px) {
  .header-logo {
    font-size: 0.8125rem;
    line-height: 1.5384615385;
  }
}

.header-logo img {
  width: 7.5rem;
}
@media screen and (min-width: 768px) {
  .header-logo img {
    width: 13.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .header-logo img {
    width: 10rem;
  }
}

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

.footer {
  padding: 2.9375rem 0rem 4.375rem;
  background-image: url("/images/lp/footer-bg_sp.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .footer {
    padding: 6.25rem 0 5.875rem;
    background-image: url("/images/lp/footer-bg_pc.jpg");
  }
}

.nav-in__footer {
  background-image: initial;
  padding-top: 4.875rem;
}
@media screen and (min-width: 768px) {
  .nav-in__footer {
    display: none;
  }
}

.footer-inner {
  padding: 0 1.5rem;
}
@media screen and (min-width: 768px) {
  .footer-inner {
    padding: 0 1.5rem;
    max-width: 103rem;
    margin: 0 auto;
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .footer-logo {
    display: flex;
    align-items: center;
    gap: 1.75rem;
  }
}

.footer-logo img {
  width: 7.5rem;
}
@media screen and (min-width: 768px) {
  .footer-logo img {
    width: 15rem;
  }
}
@media screen and (min-width: 1024px) {
  .footer-logo img {
    width: 11.25rem;
  }
}

.footer-logo p {
  font-size: 0.75rem;
  line-height: 1.6666666667;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .footer-logo p {
    font-size: 1.125rem;
    line-height: 1.5384615385;
    margin-top: 0rem;
  }
}
@media screen and (min-width: 1024px) {
  .footer-logo p {
    font-size: 0.8125rem;
  }
}

.footer-nav {
  margin-top: 3.25rem;
}
@media screen and (min-width: 768px) {
  .footer-nav {
    margin-top: 0;
    margin-left: auto;
    width: 100%;
    max-width: 48.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .footer-nav {
    max-width: 34.375rem;
  }
}

.footer-nav__linc {
  font-size: 0.84375rem;
  line-height: 1.7777777778;
}
@media screen and (min-width: 768px) {
  .footer-nav__linc {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1024px) {
  .footer-nav__linc {
    font-size: 0.875rem;
  }
}

.copyright {
  font-size: 0.8125rem;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .copyright {
    font-size: 1.25rem;
    margin-top: 1rem;
    text-align: right;
  }
}
@media screen and (min-width: 1024px) {
  .copyright {
    font-size: 0.875rem;
  }
}

.inner {
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 103.125rem;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

@media screen and (min-width: 768px) {
  .header-hamberger {
    display: none;
  }
}

.hamberger {
  position: relative;
  width: 1.25rem;
  height: 0.875rem;
  transition: transform 0.5s ease 0s;
  cursor: pointer;
  margin-left: auto;
}
.hamberger-bar {
  position: absolute;
  left: 50%;
  width: 100%;
  height: 0.125rem;
  background: #fff;
  transition: 0.3s;
  transform: translate(-50%, -50%);
}

.hamberger-bar:nth-of-type(1) {
  top: 0%;
}

.hamberger-bar:nth-of-type(2) {
  top: 50%;
}

.hamberger-bar:nth-of-type(3) {
  top: 100%;
}

.header-nav {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background-image: url("/images/lp/nav-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow-y: auto;
  padding: 4.5rem 0 2rem;
}
@media screen and (min-width: 768px) {
  .header-nav {
    max-width: 35.625rem;
    margin-left: auto;
    height: initial;
    position: initial;
    background: initial;
    display: block;
    padding: 0;
    overflow-y: initial;
  }
}

/* オープン時の動き */
.header-nav .header-hamberger {
  margin-right: 1.5rem;
}

.header-nav .hamberger-bar {
  width: 1.25rem;
  transition: 0.3s;
}

.header-nav .hamberger-bar:nth-of-type(1) {
  transform: translate(-50%, -50%) rotate(45deg);
  top: 50%;
}

.header-nav .hamberger-bar:nth-of-type(2) {
  transform: translate(-50%, -50%);
  opacity: 0;
}

.header-nav .hamberger-bar:nth-of-type(3) {
  transform: translate(-50%, -50%) rotate(-45deg);
  top: 50%;
}

.header-nav__items {
  margin-top: 2.75rem;
  padding: 0 1.5rem;
}
@media screen and (min-width: 768px) {
  .header-nav__items {
    margin-top: 0;
    align-items: center;
    gap: 2.5rem;
    padding: 0;
  }
}
@media screen and (min-width: 1024px) {
  .header-nav__items {
    gap: 3.625rem;
  }
}

.header-nav__item {
  font-weight: 800;
  font-size: 1.625rem;
  line-height: 2.7692307692;
}
@media screen and (min-width: 768px) {
  .header-nav__item {
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.5;
    white-space: nowrap;
  }
}
@media screen and (min-width: 1024px) {
  .header-nav__item {
    font-size: 1rem;
  }
}

.btn {
  width: 15rem;
  height: 4rem;
}
@media screen and (min-width: 768px) {
  .btn {
    width: 17.5rem;
    height: 5.625rem;
  }
}
@media screen and (min-width: 1024px) {
  .btn {
    width: 15rem;
    height: 4rem;
  }
}

.btn-green {
  border: 2px solid #00C853;
  background-color: #00C853;
  border-radius: 8px;
  transition: transform 0.3s, box-shadow 0.3s, background-color 0.3s;
}

.btn-green a {
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .btn-green:hover {
    background-color: #00E961;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 200, 83, 0.4);
    opacity: 1;
  }
  .btn-green:hover a {
    opacity: 1;
  }
}

.btn-blue {
  border: 2px solid #248CC6;
  border-radius: 8px;
  transition: transform 0.3s, box-shadow 0.3s, background-color 0.3s;
}

@media screen and (min-width: 768px) {
  .btn-blue:hover {
    background-color: #248CC6;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(36, 140, 198, 0.4);
    opacity: 1;
  }
  .btn-blue:hover a {
    opacity: 1;
  }
}

.btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: inherit;
  height: inherit;
  font-size: 1.125rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .btn a {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .btn a {
    font-size: 1.125rem;
  }
}

.contact-btn {
  width: 10rem;
  height: 3.125rem;
  margin-left: 4rem;
}
@media screen and (min-width: 768px) {
  .contact-btn {
    width: 12.5rem;
    height: 4.375rem;
  }
}
@media screen and (min-width: 1024px) {
  .contact-btn {
    width: 10rem;
    height: 3.125rem;
  }
}

.section-title h2 {
  text-align: center;
  font-weight: 800;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .section-title h2 {
    font-size: 3.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .section-title h2 {
    font-size: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .price .section-title h2 {
    font-size: 2.625rem;
  }
}
@media screen and (min-width: 1024px) {
  .price .section-title h2 {
    font-size: 2.25rem;
  }
}

.section-title .dot {
  position: relative;
}

.section-title .dot::before {
  content: "";
  display: block;
  width: 0.4375rem;
  height: 0.4375rem;
  background-color: #32C5F9;
  border-radius: 50%;
  position: absolute;
  transform: translate(-50%, -100%);
  top: 0;
  left: 50%;
}
@media screen and (min-width: 768px) {
  .section-title .dot::before {
    width: 0.75rem;
    height: 0.75rem;
  }
}

.faq .section-title .dot::before {
  background-color: #00E961;
}

.mv {
  background-image: url("/images/lp/mv-img_sp.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 17.375rem 0 11.25rem;
}
@media screen and (min-width: 768px) {
  .mv {
    background-image: url("/images/lp/mv-img_pc.png");
    padding: 19.0625rem 0 23.625rem;
  }
}

.mv-inner {
  max-width: 22.5rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .mv-inner {
    max-width: 120rem;
    text-align: center;
  }
}

.mv-title {
  font-weight: 800;
  font-size: 3.5rem;
  line-height: 1.45;
  user-select: none;
  -webkit-user-select: none;
}
@media screen and (min-width: 768px) {
  .mv-title {
    font-size: 6.875rem;
    font-feature-settings: "palt";
  }
}
@media screen and (min-width: 1024px) {
  .mv-title {
    font-size: 6rem;
  }
}

.mv-text {
  margin-top: 1.875rem;
  font-size: 1rem;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .mv-text {
    font-size: 1.75rem;
    margin-top: 2rem;
    line-height: 1.6363636364;
  }
}
@media screen and (min-width: 1024px) {
  .mv-text {
    font-size: 1.375rem;
  }
}

.mv-btn__area {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .mv-btn__area {
    margin-top: 3.125rem;
    justify-content: center;
    gap: 2rem;
  }
}

.mv-btn__area .btn:nth-child(n+2) {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .mv-btn__area .btn:nth-child(n+2) {
    margin-top: 0;
  }
}

.poor {
  padding: 9.0625rem 0 6.25rem;
}
@media screen and (min-width: 768px) {
  .poor {
    padding: 8.75rem 0 12.5rem;
  }
}

.poor-card {
  margin: 2.5rem auto 0;
  max-width: 28.125rem;
}
@media screen and (min-width: 768px) {
  .poor-card {
    margin-top: 4.625rem;
    max-width: 100rem;
  }
}

@media screen and (min-width: 768px) {
  .poor-card ul {
    gap: 2.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .poor-card ul {
    gap: 5rem;
  }
}

@media screen and (min-width: 768px) {
  .poor-card__item {
    width: calc((100% - 5rem) / 3);
  }
}
@media screen and (min-width: 1024px) {
  .poor-card__item {
    width: calc((100% - 10rem) / 3);
  }
}

.poor-card__item:nth-child(n+2) {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .poor-card__item:nth-child(n+2) {
    margin-top: 0;
  }
}

.poor-card__item .image img {
  aspect-ratio: 398/298;
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .poor-card__item .image img {
    aspect-ratio: 480/360;
  }
}

.poor-card__item .image p {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.9;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .poor-card__item .image p {
    font-size: 2rem;
    line-height: 1.7692307692;
  }
}
@media screen and (min-width: 1024px) {
  .poor-card__item .image p {
    font-size: 1.625rem;
  }
}

.poor-card__item .text {
  margin-top: 0.8125rem;
  font-size: 0.9375rem;
  line-height: 1.3333333333;
}
@media screen and (min-width: 768px) {
  .poor-card__item .text {
    margin-top: 2.375rem;
    font-size: 1.25rem;
    line-height: 1.75;
  }
}
@media screen and (min-width: 1024px) {
  .poor-card__item .text {
    font-size: 1rem;
  }
}

/* 比較セクション */
.comparison {
  background-color: #1a1b22;
  padding: 6.25rem 0;
}
@media screen and (min-width: 768px) {
  .comparison {
    padding: 8.75rem 0;
  }
}

.comparison-lead {
  text-align: center;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .comparison-lead {
    font-size: 1.375rem;
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .comparison-lead {
    font-size: 1.125rem;
  }
}

.comparison-table-wrap {
  margin: 2.5rem auto 0;
  max-width: 28.125rem;
  overflow-x: auto;
}
@media screen and (min-width: 768px) {
  .comparison-table-wrap {
    margin-top: 4rem;
    max-width: 62.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .comparison-table-wrap {
    max-width: 50rem;
  }
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .comparison-table {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .comparison-table {
    font-size: 1rem;
  }
}

.comparison-table th,
.comparison-table td {
  padding: 0.875rem 0.75rem;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media screen and (min-width: 768px) {
  .comparison-table th,
  .comparison-table td {
    padding: 1.25rem 1.5rem;
  }
}

.comparison-table__header {
  width: 30%;
}

.comparison-table__general {
  width: 35%;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 700;
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .comparison-table__general {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1024px) {
  .comparison-table__general {
    font-size: 0.9375rem;
  }
}

.comparison-table__webroot {
  width: 35%;
  color: #00E961;
  font-weight: 800;
  font-size: 0.8125rem;
  background-color: rgba(0, 200, 83, 0.08);
}
@media screen and (min-width: 768px) {
  .comparison-table__webroot {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1024px) {
  .comparison-table__webroot {
    font-size: 0.9375rem;
  }
}

.comparison-table__label {
  text-align: left;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.9);
}

.comparison-table__general-val {
  color: rgba(255, 255, 255, 0.5);
}

.comparison-table__webroot-val {
  color: #00E961;
  font-weight: 700;
  background-color: rgba(0, 200, 83, 0.08);
}

.feature {
  background-image: url("/images/lp/feature-bg_sp.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 9.25rem 0 6.25rem;
}
@media screen and (min-width: 768px) {
  .feature {
    background-image: url("/images/lp/feature-bg_pc.jpg");
    padding: 8.625rem 0 8.5rem;
  }
}

.feature-card {
  margin: 2.5rem auto 0;
  max-width: 28.125rem;
}
@media screen and (min-width: 768px) {
  .feature-card {
    margin-top: 4rem;
    max-width: 100rem;
  }
}

@media screen and (min-width: 768px) {
  .feature-card ul {
    gap: 2.5rem;
    flex-wrap: wrap;
  }
}

.feature-card__item {
  background-color: rgba(35, 35, 35, 0.8);
  border-radius: 4px;
  padding: 1.5rem;
}
@media screen and (min-width: 768px) {
  .feature-card__item {
    padding: 2.1875rem 1.75rem;
    width: calc((100% - 2.5rem) / 2);
    display: flex;
    gap: 2.625rem;
  }
}

.feature-card__item .image {
  width: 12.5rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .feature-card__item .image {
    width: 15.625rem;
  }
}
@media screen and (min-width: 1024px) {
  .feature-card__item .image {
    width: 18.75rem;
  }
}

.feature-card__item .image {
  aspect-ratio: 200/166;
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .feature-card__item .image {
    aspect-ratio: 300/250;
  }
}

.feature-card__item .texts-wrap {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .feature-card__item .texts-wrap {
    margin-top: 1.625rem;
    width: calc(100% - 18.25rem);
  }
}
@media screen and (min-width: 1024px) {
  .feature-card__item .texts-wrap {
    width: calc(100% - 21.375rem);
  }
}

.feature-card__item .title {
  font-weight: 800;
  font-size: 1.125rem;
  color: #00E961;
}
@media screen and (min-width: 768px) {
  .feature-card__item .title {
    font-size: 1.625rem;
  }
}
@media screen and (min-width: 1024px) {
  .feature-card__item .title {
    font-size: 1.375rem;
  }
}

.feature-card__item .text {
  font-size: 0.875rem;
  line-height: 1.4285714286;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .feature-card__item .text {
    font-size: 1.125rem;
    line-height: 1.5;
    margin-top: 1.125rem;
  }
}
@media screen and (min-width: 1024px) {
  .feature-card__item .text {
    font-size: 1rem;
  }
}

/* 動画セクション */
.video-section {
  background-color: #212229;
  padding: 6.25rem 0;
}
@media screen and (min-width: 768px) {
  .video-section {
    padding: 8.75rem 0;
  }
}

.video-section .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.video-wrapper {
  margin-top: 2.5rem;
  width: 100%;
  max-width: calc(100% - 2rem);
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .video-wrapper {
    margin-top: 4rem;
    max-width: 60rem;
  }
}
@media screen and (min-width: 1024px) {
  .video-wrapper {
    max-width: 56.25rem;
  }
}

.video-wrapper video {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  background-color: #000;
}

.video-caption {
  text-align: center;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 1.5rem;
  width: 100%;
  max-width: calc(100% - 2rem);
}
@media screen and (min-width: 768px) {
  .video-caption {
    font-size: 1.125rem;
    margin-top: 2rem;
    max-width: 60rem;
  }
}
@media screen and (min-width: 1024px) {
  .video-caption {
    max-width: 56.25rem;
  }
}

.price {
  background-image: url("/images/lp/price-bg_sp.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 9.125rem 0 6.25rem;
}
@media screen and (min-width: 768px) {
  .price {
    background-image: url("/images/lp/price-bg_pc.png");
    padding: 9.125rem 0 12.375rem;
  }
}

.price-card {
  margin: 2.5rem auto 0;
  max-width: 28.125rem;
}
@media screen and (min-width: 768px) {
  .price-card {
    margin-top: 5.25rem;
    max-width: 100rem;
  }
}

@media screen and (min-width: 768px) {
  .price-card ul {
    gap: 2.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .price-card ul {
    gap: 5rem;
  }
}

.price-card__item {
  background-color: #1E1E1E;
  padding: 2.375rem 1rem 1.75rem;
  cursor: pointer;
  transition: transform 0.3s, box-shadow 0.3s;
}

@media screen and (min-width: 768px) {
  .price-card__item:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  }
}
@media screen and (min-width: 768px) {
  .price-card__item {
    width: calc((100% - 5rem) / 3);
    padding: 2.5rem 2.625rem 2.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .price-card__item {
    width: calc((100% - 10rem) / 3);
    padding: 3.25rem 3.625rem 3.125rem;
  }
}

.price-card__item.blue-item {
  background-color: #003B67;
}

.price-card__item.green-item {
  background-color: #00672B;
}

.price-card__item:nth-child(n+2) {
  margin-top: 0.25rem;
}
@media screen and (min-width: 768px) {
  .price-card__item:nth-child(n+2) {
    margin-top: 0;
  }
}

.price-card__item .texts-wrap {
  padding: 0 0.5rem;
}
@media screen and (min-width: 768px) {
  .price-card__item .texts-wrap {
    padding: 0;
  }
}

.price-card__item .title {
  font-weight: 800;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .price-card__item .title {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .price-card__item .title {
    font-size: 1.375rem;
  }
}

.price-card__item .title span {
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .price-card__item .title span {
    font-size: 2.125rem;
  }
}
@media screen and (min-width: 1024px) {
  .price-card__item .title span {
    font-size: 1.75rem;
  }
}

.price-card__item .text {
  font-size: 1rem;
  margin-top: 0.875rem;
}
@media screen and (min-width: 768px) {
  .price-card__item .text {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 1024px) {
  .price-card__item .text {
    font-size: 1rem;
  }
}

.price-card__item--btm {
  background-color: #212229;
  padding: 1rem 2.5rem 2rem;
  border-radius: 4px;
  margin-top: 1.75rem;
}
@media screen and (min-width: 768px) {
  .price-card__item--btm {
    padding: 1.5625rem 2.625rem 1.875rem;
  }
}

.price-card__item--btm .price-num {
  font-weight: 800;
  font-size: 2.5rem;
  display: flex;
  align-items: center;
  margin-left: 0.25rem;
}
@media screen and (min-width: 768px) {
  .price-card__item--btm .price-num {
    font-size: 2.875rem;
  }
}
@media screen and (min-width: 1024px) {
  .price-card__item--btm .price-num {
    font-size: 2.5rem;
  }
}

.price-card__item--btm .price-num span {
  font-size: 1.375rem;
  margin-right: 0.25rem;
}
@media screen and (min-width: 768px) {
  .price-card__item--btm .price-num span {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .price-card__item--btm .price-num span {
    font-size: 1.375rem;
  }
}

.price-card__item--btm .price-num .otoku {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  margin-left: 0.75rem;
}
@media screen and (min-width: 768px) {
  .price-card__item--btm .price-num .otoku {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1024px) {
  .price-card__item--btm .price-num .otoku {
    font-size: 0.875rem;
  }
}

.price-card__item--btm ul {
  margin-top: 0.25rem;
}

.price-card__item--btm ul li {
  display: flex;
  align-items: center;
  font-size: 0.8125rem;
  line-height: 1.5384615385;
}
@media screen and (min-width: 768px) {
  .price-card__item--btm ul li {
    font-size: 1.125rem;
    line-height: 1.7142857143;
  }
}
@media screen and (min-width: 1024px) {
  .price-card__item--btm ul li {
    font-size: 0.875rem;
  }
}

.price-card__item--btm ul li::before {
  content: "・";
  display: block;
}

.price-btn {
  background-color: #fff;
  color: #3A3A3A;
  font-weight: 700;
  margin: 1.875rem auto 0;
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .price-btn {
    margin-top: 2.5rem;
  }
}

.price-card__item.blue-item .price-btn {
  background-color: #248CC6;
  color: #fff;
}

.price-card__item.green-item .price-btn {
  background-color: #00C853;
  color: #fff;
}

.price-btn {
  transition: transform 0.3s, box-shadow 0.3s;
}

@media screen and (min-width: 768px) {
  .price-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    opacity: 1;
  }
  .price-btn:hover a {
    opacity: 1;
  }
}

.cta {
  background-image: url("/images/lp/cta-bg_sp.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 5.25rem 0;
}
@media screen and (min-width: 768px) {
  .cta {
    background-image: url("/images/lp/cta-bg_pc.png");
    padding: 9.5rem 0 10.625rem;
  }
}

.cta-title {
  text-align: center;
  font-weight: 800;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .cta-title {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .cta-title {
    font-size: 2rem;
  }
}

.cta__btn-area {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .cta__btn-area {
    justify-content: center;
    gap: 2rem;
    margin-top: 3rem;
  }
}

.cta__btn-area .btn {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .cta__btn-area .btn {
    margin: 0;
  }
}

.cta__btn-area .btn:nth-child(n+2) {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .cta__btn-area .btn:nth-child(n+2) {
    margin-top: 0;
  }
}

.case {
  background-color: #212229;
  padding: 7.875rem 0 6.25rem;
}
@media screen and (min-width: 768px) {
  .case {
    padding: 8rem 0 11.625rem;
  }
}

.case-card {
  margin: 2.5rem auto 0;
  max-width: 28.125rem;
}
@media screen and (min-width: 768px) {
  .case-card {
    margin-top: 4rem;
    max-width: 100rem;
  }
}

@media screen and (min-width: 768px) {
  .case-card ul {
    gap: 2.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .case-card ul {
    gap: 5rem;
  }
}

@media screen and (min-width: 768px) {
  .case-card__item {
    width: calc((100% - 5rem) / 3);
  }
}
@media screen and (min-width: 1024px) {
  .case-card__item {
    width: calc((100% - 10rem) / 3);
  }
}

.case-card__item:nth-child(n+2) {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .case-card__item:nth-child(n+2) {
    margin-top: 0;
  }
}

.case-card__item .image img {
  aspect-ratio: 382/215;
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .case-card__item .image img {
    aspect-ratio: 480/270;
  }
}

.case-card__item .sub-title {
  font-size: 0.8125rem;
  line-height: 1.8461538462;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .case-card__item .sub-title {
    font-size: 1.125rem;
    line-height: 1.7142857143;
    margin-top: 1.875rem;
  }
}
@media screen and (min-width: 1024px) {
  .case-card__item .sub-title {
    font-size: 0.875rem;
  }
}

.case-card__item .title {
  font-weight: 800;
  font-size: 1.125rem;
  margin-top: 0.375rem;
}
@media screen and (min-width: 768px) {
  .case-card__item .title {
    font-size: 1.625rem;
    margin-top: 0.625rem;
  }
}
@media screen and (min-width: 1024px) {
  .case-card__item .title {
    font-size: 1.25rem;
  }
}

.case-card__item .main-text {
  font-size: 0.875rem;
  line-height: 1.4285714286;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .case-card__item .main-text {
    font-size: 1.25rem;
    line-height: 1.8666666667;
    margin-top: 0.625rem;
  }
}
@media screen and (min-width: 1024px) {
  .case-card__item .main-text {
    font-size: 0.9375rem;
  }
}

.voice {
  background-image: url("/images/lp/voice-bg_sp.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 9.625rem 0 6.25rem;
}
@media screen and (min-width: 768px) {
  .voice {
    background-image: url("/images/lp/voice-bg_pc.jpg");
    padding: 9.625rem 0 7rem;
  }
}

.voice-card {
  margin: 2.5rem auto 0;
  max-width: 28.125rem;
}
@media screen and (min-width: 768px) {
  .voice-card {
    margin-top: 4.125rem;
    max-width: 100rem;
  }
}

@media screen and (min-width: 768px) {
  .voice-card ul {
    gap: 1.25rem;
    flex-wrap: wrap;
  }
}

.voice-card__item {
  background-color: #212229;
  padding: 1.5rem 1.5rem 2.375rem;
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .voice-card__item {
    width: calc((100% - 2.5rem) / 3);
    padding: 2.1875rem 2.5rem 3.125rem;
  }
}

.voice-card__item:nth-child(n+2) {
  margin-top: 0.25rem;
}
@media screen and (min-width: 768px) {
  .voice-card__item:nth-child(n+2) {
    margin-top: 0;
  }
}

.voice-card__item .image {
  width: 3.75rem;
  border-radius: 50%;
  background-color: #26272F;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .voice-card__item .image {
    width: 6.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .voice-card__item .image {
    width: 5rem;
  }
}

.voice-card__item .title {
  font-weight: 800;
  font-size: 1.125rem;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .voice-card__item .title {
    font-size: 1.625rem;
    line-height: 1.7272727273;
  }
}
@media screen and (min-width: 1024px) {
  .voice-card__item .title {
    font-size: 1.375rem;
  }
}

.voice-card__item .text {
  font-size: 0.875rem;
  line-height: 1.4285714286;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .voice-card__item .text {
    font-size: 1.125rem;
    line-height: 1.8666666667;
    margin-top: 1.625rem;
  }
}
@media screen and (min-width: 1024px) {
  .voice-card__item .text {
    font-size: 0.9375rem;
  }
}

.faq {
  background-color: #212229;
  padding: 8.625rem 0 6.25rem;
}
@media screen and (min-width: 768px) {
  .faq {
    padding: 8.625rem 0 9.25rem;
  }
}

.faq-list {
  margin: 2.5rem auto 0;
  max-width: 34.375rem;
}
@media screen and (min-width: 768px) {
  .faq-list {
    margin-top: 4rem;
    max-width: 67.5rem;
  }
}

.faq-list__item:nth-child(n+2) {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .faq-list__item:nth-child(n+2) {
    margin-top: 1.5rem;
  }
}

.faq-list__item--q {
  display: flex;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .faq-list__item--q {
    gap: 2rem;
  }
}

.faq-list__item--q .q {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 4px;
  background-color: #00E961;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 1.125rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .faq-list__item--q .q {
    width: 3.75rem;
    height: 3.75rem;
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .faq-list__item--q .q {
    font-size: 1.5rem;
  }
}

.faq-list__item--q .main-text {
  margin-top: 0.625rem;
  font-weight: 700;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .faq-list__item--q .main-text {
    font-size: 1.625rem;
    margin-top: 0.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .faq-list__item--q .main-text {
    font-size: 1.25rem;
    margin-top: 1.125rem;
  }
}

.faq-list__item--a {
  background-color: #26272F;
  border-radius: 4px;
  padding: 1.5rem 1rem;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .faq-list__item--a {
    padding: 3rem 3.75rem;
    font-size: 1.375rem;
    line-height: 1.5;
    margin-top: 1.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .faq-list__item--a {
    font-size: 1rem;
  }
}

.privacy-policy {
  background-color: #212229;
}

.privacy-policy__top {
  padding: 11.375rem 1.875rem 2.875rem;
  background-image: url("/images/lp/privacy-top_sp.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}
@media screen and (min-width: 768px) {
  .privacy-policy__top {
    background-image: url("/images/lp/privacy-top_pc.png");
    padding: 15.625rem 0 10.375rem;
  }
}

.privacy-policy__top h1 {
  font-weight: 800;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .privacy-policy__top h1 {
    font-size: 3rem;
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .privacy-policy__top h1 {
    font-size: 2.25rem;
  }
}

.privacy-policy__texts {
  padding: 2.25rem 0 6.25rem;
}
@media screen and (min-width: 768px) {
  .privacy-policy__texts {
    padding: 5.75rem 0 7.5rem;
  }
}

.privacy-policy__texts--block:nth-child(n+2) {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .privacy-policy__texts--block:nth-child(n+2) {
    margin-top: 5rem;
  }
}

.privacy-policy__texts h2 {
  font-weight: 800;
  font-size: 1.125rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .privacy-policy__texts h2 {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .privacy-policy__texts h2 {
    font-size: 1.5rem;
  }
}

.privacy-policy__texts p {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .privacy-policy__texts p {
    font-size: 1.5rem;
    line-height: 1.75;
    margin-top: 1.875rem;
  }
}
@media screen and (min-width: 1024px) {
  .privacy-policy__texts p {
    font-size: 1rem;
  }
}

.privacy-policy__texts ul {
  list-style: decimal;
  list-style-position: inside;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .privacy-policy__texts ul {
    font-size: 1rem;
    line-height: 1.75;
    margin-top: 0rem;
  }
}

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

.u-d_flex {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-d_flex {
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

.u-mobile_flex {
  display: flex;
}
@media screen and (min-width: 768px) {
  .u-mobile_flex {
    display: none;
  }
}

.u-disp-flex {
  display: flex;
}

.u-disp-flex-dt {
  display: block;
}
@media screen and (min-width: 768px) {
  .u-disp-flex-dt {
    display: flex;
  }
}

.u-disp-flex-sp {
  display: flex;
}
@media screen and (min-width: 768px) {
  .u-disp-flex-sp {
    display: block;
  }
}

.u-disp-flex__c {
  display: flex;
  justify-content: center;
}

.u-disp-flex__cc {
  display: flex;
  justify-content: center;
  align-items: center;
}

.u-disp-flex-dt__c {
  display: block;
}
@media screen and (min-width: 768px) {
  .u-disp-flex-dt__c {
    display: flex;
    justify-content: center;
  }
}

.u-disp-flex-dt__cc {
  display: block;
}
@media screen and (min-width: 768px) {
  .u-disp-flex-dt__cc {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.u-posi-rela {
  position: relative;
}

.u-posi-abso {
  position: absolute;
}

.u-posi-fixed {
  position: fixed;
  box-shadow: 2px 0 6px rgba(0, 0, 0, 0.3);
}

.white-text {
  color: #fff;
}

.green-text {
  color: #00E961;
}

.blue-text {
  color: #32C5F9;
}

/* 固定CTAボタン */
.fixed-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.75rem 1rem;
  background: linear-gradient(180deg, rgba(33, 34, 41, 0) 0%, rgba(33, 34, 41, 0.95) 30%);
  z-index: 1000;
}
@media screen and (min-width: 768px) {
  .fixed-cta {
    display: none;
  }
}

.fixed-cta__inner {
  display: flex;
  gap: 0.5rem;
}

.fixed-cta__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  height: 3.5rem;
  background: linear-gradient(135deg, #00C853 0%, #00E961 100%);
  border-radius: 4px;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  box-shadow: 0 4px 15px rgba(0, 200, 83, 0.4);
  animation: pulse 2s infinite;
}

.fixed-cta__btn--trial {
  background: linear-gradient(135deg, #248CC6 0%, #32A5E6 100%);
  box-shadow: 0 4px 15px rgba(36, 140, 198, 0.4);
  animation: pulse-blue 2s infinite;
}

@keyframes pulse-blue {
  0% {
    box-shadow: 0 4px 15px rgba(36, 140, 198, 0.4);
  }
  50% {
    box-shadow: 0 4px 25px rgba(36, 140, 198, 0.6);
  }
  100% {
    box-shadow: 0 4px 15px rgba(36, 140, 198, 0.4);
  }
}

.fixed-cta__btn span {
  position: relative;
}

.fixed-cta__btn span::after {
  content: "→";
  margin-left: 0.5rem;
}

.fixed-cta__btn--trial span::after {
  content: none;
}

@keyframes pulse {
  0% {
    box-shadow: 0 4px 15px rgba(0, 200, 83, 0.4);
  }
  50% {
    box-shadow: 0 4px 25px rgba(0, 200, 83, 0.6);
  }
  100% {
    box-shadow: 0 4px 15px rgba(0, 200, 83, 0.4);
  }
}

/*# sourceMappingURL=style.css.map */
