@charset "UTF-8";
html {
  font-size: 100%;
}
@media (max-width: 1040px) {
  html {
    font-size: 1.5384615385vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 100%;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

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

body.show {
  overflow: hidden;
}

a,
button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover,
button:hover {
  opacity: 0.7;
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.l-contact {
  padding: 5rem 0;
}
@media screen and (max-width: 767px) {
  .l-contact {
    padding: 3.125rem 0;
  }
}

.l-demo {
  margin-top: 4.375rem;
}

.l-faq {
  padding: 4.375rem 0 5rem;
}
@media screen and (max-width: 767px) {
  .l-faq {
    padding: 3.125rem 0;
  }
}

.l-feature {
  padding: 4.4375rem 0 5rem;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .l-feature {
    padding: 3.125rem 0;
    margin-top: 3.125rem;
  }
}

.l-flow {
  margin-top: 5rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .l-flow {
    margin-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
}

.l-footer {
  padding: 3.625rem 0 1.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 3.125rem 0 1.25rem;
  }
}

.l-fv {
  width: 100%;
  min-height: 44.875rem;
}
@media screen and (max-width: 767px) {
  .l-fv {
    min-height: 33.375rem;
    padding-bottom: 1.25rem;
    margin-top: 1.875rem;
  }
}

.l-header {
  width: 100%;
  height: 5.125rem;
}
@media screen and (max-width: 767px) {
  .l-header {
    height: 3.75rem;
  }
}

.l-ikusei {
  margin-top: 5rem;
}

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

.l-price {
  margin-top: 4.375rem;
}

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

.l-thanks {
  padding: 6.25rem 0;
}
@media screen and (max-width: 767px) {
  .l-thanks {
    margin-top: 3.875rem;
    padding: 3.125rem 0;
  }
}

.l-trouble {
  padding-top: 3.125rem;
}

.c-card-ikusei {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .c-card-ikusei {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.625rem;
  }
}

.c-card-ikusei__img {
  width: 47%;
  border-radius: 1.25rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-card-ikusei__img {
    width: 100%;
  }
}

.c-card-ikusei__img img {
  aspect-ratio: 47/26;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

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

.c-card-ikusei__text {
  font-weight: 500;
  line-height: 1.75;
}

.c-card-point__title-box {
  background-color: #fff;
  border-top: 2px solid #FF6C00;
  border-bottom: 2px solid #FF6C00;
  padding: 2.9375rem 0 1.375rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-card-point__title-box {
    padding: 2.1875rem 0 1.375rem;
    border: 2px solid #FF6C00;
  }
}

.c-card-point__title-box::before {
  content: "";
  width: 7.0625rem;
  height: 3px;
  background-color: #fff;
  position: absolute;
  top: -3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.c-card-point__title-box::after {
  content: "";
  width: 1.375rem;
  height: 1.375rem;
  background-color: #fff;
  border-right: 2px solid #FF6C00;
  border-bottom: 2px solid #FF6C00;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 54%) rotate(45deg);
          transform: translate(-50%, 54%) rotate(45deg);
}

.c-card-point:nth-child(1) .c-card-point__icon {
  width: 9.875rem;
  height: 9.625rem;
  background: url(../images/icon_point01.png) no-repeat center/cover;
  position: absolute;
  right: 0;
  top: -6.5625rem;
}
@media screen and (max-width: 767px) {
  .c-card-point:nth-child(1) .c-card-point__icon {
    width: 6rem;
    height: 5.8125rem;
    right: 0.875rem;
    top: -4.1875rem;
  }
}

.c-card-point:nth-child(3) .c-card-point__icon {
  width: 7.6875rem;
  height: 10.125rem;
  background: url(../images/icon_point03.png) no-repeat center/cover;
  position: absolute;
  left: 2rem;
  top: -2.375rem;
}
@media screen and (max-width: 767px) {
  .c-card-point:nth-child(3) .c-card-point__icon {
    width: 4.25rem;
    height: 5.625rem;
    left: 1.8125rem;
    top: -3.875rem;
  }
}

.c-card-point__label {
  width: 5.6875rem;
  height: 3.4375rem;
  background: url(../images/label01.png) no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
}

.c-card-point:nth-child(2) .c-card-point__label {
  background: url(../images/label02.png) no-repeat center/cover;
}

.c-card-point:nth-child(3) .c-card-point__label {
  background: url(../images/label03.png) no-repeat center/cover;
}

.c-card-point__title {
  text-align: center;
  font-size: 1.75rem;
  font-weight: bold;
  letter-spacing: 0.07em;
  line-height: 1.3571428571;
  color: #FF6C00;
}
@media screen and (max-width: 767px) {
  .c-card-point__title {
    font-size: 1.25rem;
    letter-spacing: 0;
  }
}

.c-card-point__title span {
  font-size: 1.375rem;
  color: #e6190c;
}
@media screen and (max-width: 767px) {
  .c-card-point__title span {
    font-size: 1rem;
  }
}

.c-card-point__text {
  margin-top: 1.875rem;
  text-align: center;
  font-weight: 500;
  line-height: 1.75;
}

.c-card-point__youtube {
  margin-top: 1.875rem;
}

.c-card-point__youtube iframe {
  aspect-ratio: 560/315;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-card-point__lists {
  margin-top: 2.25rem;
}
@media screen and (max-width: 767px) {
  .c-card-point__lists {
    margin-top: 1.875rem;
  }
}

.c-card-point__mokuji {
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.07em;
  line-height: 1.45;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9375rem;
  color: #FF6C00;
}

.c-card-point__mokuji::before,
.c-card-point__mokuji::after {
  content: "";
  width: 4.0625rem;
  height: 2px;
  background-color: #FF6C00;
}
@media screen and (max-width: 767px) {
  .c-card-point__mokuji::before,
  .c-card-point__mokuji::after {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.c-card-point__lists-wrap {
  margin-top: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-card-point__lists-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-card-point__list-box {
  width: 18.75rem;
}
@media screen and (max-width: 767px) {
  .c-card-point__list-box {
    width: 100%;
  }
}

.c-card-point__list-title {
  width: 100%;
  height: 1.875rem;
  background-color: #FFC038;
  border-radius: 0.9375rem;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.07em;
}

.c-card-point__list {
  margin-top: 0.625rem;
}

.c-card-point__item {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
  text-indent: -1em;
  padding-left: 1em;
}

.c-card-point__item span {
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.4;
  color: #FF6C00;
}

.c-card-point__table {
  width: 100%;
  margin-top: 3.375rem;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  .c-card-point__table {
    margin-top: 2.75rem;
  }
}

.c-card-point__table thead tr {
  display: table;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.c-card-point__table thead tr th {
  display: table-cell;
  vertical-align: middle;
  width: 12.5rem;
  height: 4.3125rem;
  background-color: #FFC038;
  color: #fff;
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.028em;
  border-left: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .c-card-point__table thead tr th {
    width: 4.8125rem;
    font-size: 1.125rem;
  }
}

.c-card-point__table thead tr th:nth-child(1) {
  width: 10.75rem;
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .c-card-point__table thead tr th:nth-child(1) {
    width: 5rem;
  }
}

.c-card-point__table thead tr th:nth-child(2) {
  width: 14.25rem;
  background-color: #FFF4EB;
  color: #fff;
  background-color: #FF6C00;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-card-point__table thead tr th:nth-child(2) {
    width: 7.125rem;
  }
}

.c-card-point__table thead tr th:nth-child(2)::before {
  content: "";
  width: 2.875rem;
  height: 2.1875rem;
  background: url(../images/icon_crown.svg) no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  z-index: 10;
}

.c-card-point__table thead tr th:nth-child(2)::after {
  content: "";
  width: 100%;
  height: 1.0625rem;
  border-radius: 1.25rem 1.25rem 0 0;
  background-color: #FF6C00;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.c-card-point__table tbody tr {
  display: table;
}

.c-card-point__table tbody tr th,
.c-card-point__table tbody tr td {
  padding: 1.3125rem 0 1rem;
  background-color: #fff;
  vertical-align: middle;
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
  display: table-cell;
  border-right: 1px solid #CCCACA;
  border-bottom: 1px solid #CCCACA;
}
@media screen and (max-width: 767px) {
  .c-card-point__table tbody tr th,
  .c-card-point__table tbody tr td {
    padding: 0.875rem 0 0.6875rem;
    font-size: 1rem;
  }
}

.c-card-point__table tbody tr th:nth-child(1) {
  width: 10.75rem;
  border-left: 1px solid #CCCACA;
}
@media screen and (max-width: 767px) {
  .c-card-point__table tbody tr th:nth-child(1) {
    width: 5rem;
  }
}

.c-card-point__table tbody tr:nth-child(1) th {
  border-top: 1px solid #CCCACA;
}

.c-card-point__table tbody tr td:nth-child(2) {
  background-color: #FFF4EB;
  border-top: 2px solid #FF6C00;
  border-left: 2px solid #FF6C00;
  border-right: 2px solid #FF6C00;
  color: #FF6C00;
  width: 14.25rem;
  text-align: center;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.028em;
  line-height: 1.4444444444;
}
@media screen and (max-width: 767px) {
  .c-card-point__table tbody tr td:nth-child(2) {
    width: 7.125rem;
    font-size: 1rem;
  }
}

.c-card-point__table tbody tr:last-child td:nth-child(2) {
  border-bottom: 2px solid #FF6C00;
}

.c-card-point__table tbody tr td:nth-child(3),
.c-card-point__table tbody tr td:nth-child(4) {
  width: 12.5rem;
}
@media screen and (max-width: 767px) {
  .c-card-point__table tbody tr td:nth-child(3),
  .c-card-point__table tbody tr td:nth-child(4) {
    width: 4.8125rem;
  }
}

.c-card-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 16.25rem;
  border: 2px solid #FF6C00;
}
@media screen and (max-width: 767px) {
  .c-card-price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
}

.c-card-price__body {
  width: 46.5%;
  padding: 1.8125rem 2.75rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff6c00), color-stop(52.71%, #ff6c00), to(#ff9300));
  background: linear-gradient(#ff6c00 0%, #ff6c00 52.71%, #ff9300 100%);
  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;
}
@media screen and (max-width: 767px) {
  .c-card-price__body {
    width: 100%;
    padding: 1.25rem 2.1875rem;
  }
}

@media screen and (max-width: 767px) {
  .c-card-price:nth-child(2) .c-card-price__body {
    padding: 1.25rem 1.875rem;
  }
}

.c-card-price__title {
  min-width: 13.3125rem;
  height: 2.25rem;
  padding: 0 1.5rem;
  background-color: #fff;
  border-radius: 1.125rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.25rem;
  font-weight: bold;
  color: #FF6C00;
}

.c-card-price__list {
  width: 100%;
  margin-top: 0.8125rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.5555555556;
}
@media screen and (max-width: 767px) {
  .c-card-price__list {
    margin-top: 0.625rem;
  }
}

.c-card-price__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.375rem;
  white-space: nowrap;
}

.c-card-price__item::before {
  content: "";
  width: 1.0625rem;
  height: 0.75rem;
  background: url(../images/icon_check.svg) no-repeat center/cover;
}

.c-card-price__item--ttl-sub::before{
  content: none;
}

.c-card-price__price {
  width: 53.5%;
  padding: 1.8125rem 0;
  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;
}
@media screen and (max-width: 767px) {
  .c-card-price__price {
    width: 100%;
    padding: 1.25rem 0;
  }
}

.c-card-price__price-title {
  width: 13.3125rem;
  height: 2.25rem;
  border-radius: 1.125rem;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.25rem;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff6c00), color-stop(52.71%, #ff6c00), to(#ff9300));
  background: linear-gradient(#ff6c00 0%, #ff6c00 52.71%, #ff9300 100%);
}

.c-card-price__num {
  margin-top: 1.25rem;
  font-size: 3.8125rem;
  font-weight: bold;
  letter-spacing: -0.025em;
  line-height: 1.4590163934;
  color: #FF6C00;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media screen and (max-width: 767px) {
  .c-card-price__num {
    margin-top: -0.325rem;
    font-size: 3.4rem;
  }
}

.c-card-price__num--limited::before {
  content: "月額";
  width: 3.5rem;
  height: 2.1875rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background-color: #3B75D8;
  border-radius: 0.3125rem;
  font-size: 1.125rem;
  font-weight: 800;
  margin-right: 0.4375rem;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}

.c-card-price__num--margin {
  margin-top: 0;
    line-height: 1.25;
}
@media screen and (max-width:767px) {
  .c-card-price__num--margin {
  margin-top: 0;
    line-height: 1.5;
}
}

.c-card-price__num--other{
  margin-top: 3.2rem;
  font-size: 2rem;
}
@media screen and (max-width:767px) {
  .c-card-price__num--other{
  margin-top: 1.4rem;
  font-size: 1.8rem;
  padding-bottom: 1.3rem;
}
}


.c-card-price__num span {
  font-size: 2.5625rem;
}

.c-card-price__num .c-card-price__ja {
  font-size: 1.6rem;
  padding-left: .8rem;
}

@media screen and (max-width:767px) {
  .c-card-price__num .c-card-price__ja {
  font-size: 1.25rem;
  padding-left: .4rem;
}

}

.c-card-price__caption {
  margin-top: 0.5rem;
  font-size: 1.125rem;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .c-card-price__caption {
    margin-top: -0.125rem;
  }
}

.c-card-price__ttl-sub{
    margin-top: 1.6rem;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.25;
  color: #FF6C00;
}

.c-cta {
  width: 26.8125rem;
  height: 6.25rem;
  background-color: #3B75D8;
  border-radius: 0.9375rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 3px solid #fff;
  -webkit-box-shadow: 0 0.1875rem 0.5rem rgba(0, 0, 0, .3);
          box-shadow: 0 0.1875rem 0.5rem rgba(0, 0, 0, .3);
  color: #FFF500;
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 1.4285714286;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-cta {
    width: 20.25rem;
    height: 4.6875rem;
    font-size: 1.25rem;
  }
}

.c-cta::after {
  content: "";
  width: 6.125rem;
  height: 9rem;
  background: url(../images/cta_img.png) no-repeat center/cover;
  position: absolute;
  bottom: 0;
  right: -1.6875rem;
}
@media screen and (max-width: 767px) {
  .c-cta::after {
    width: 4.625rem;
    height: 6.8125rem;
  }
}

.c-cta .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  color: #fff;
  font-size: 1.0625rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-cta .top {
    font-size: 0.75rem;
  }
}

.c-cta .top::before,
.c-cta .top::after {
  content: "";
  width: 0.875rem;
  height: 1.3125rem;
  background: url(../images/cta-line.svg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .c-cta .top::before,
  .c-cta .top::after {
    width: 0.625rem;
    height: 1rem;
  }
}

.c-cta .top::before {
  margin-right: 0.5rem;
}

.c-cta .top::after {
  margin-left: 0.5rem;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.c-cta .top .bold {
  font-size: 1.8125rem;
}
@media screen and (max-width: 767px) {
  .c-cta .top .bold {
    font-size: 1.3125rem;
  }
}

.c-item-flow {
  position: relative;
  counter-increment: num;
}
@media screen and (max-width: 767px) {
  .c-item-flow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
  }
}

.c-item-flow__label {
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  background-color: #FF6C00;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: -0.8125rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  .c-item-flow__label {
    width: 3.75rem;
    height: 3.75rem;
  }
}

.c-item-flow__label::before {
  content: "STEP";
  font-size: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .c-item-flow__label::before {
    font-size: 0.75rem;
  }
}

.c-item-flow__label::after {
  content: counter(num, decimal-leading-zero);
  font-size: 1.375rem;
  line-height: 1;
  margin-top: -0.25rem;
}
@media screen and (max-width: 767px) {
  .c-item-flow__label::after {
    font-size: 1.125rem;
  }
}

.c-item-flow__img {
  width: 12.75rem;
}
@media screen and (max-width: 767px) {
  .c-item-flow__img {
    width: 10.5rem;
  }
}

.c-item-flow__img img {
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-item-flow__title {
  margin-top: 0.3125rem;
  text-align: center;
  font-size: 1.3125rem;
  font-weight: bold;
  line-height: 1.4285714286;
}
@media screen and (max-width: 767px) {
  .c-item-flow__title {
    margin-top: 0;
    font-size: 1.375rem;
    text-align: left;
  }
}

.c-item-trouble {
  position: relative;
  background-color: #FF6C00;
  color: #fff;
  height: 7.25rem;
  border-radius: 0.9375rem;
  border: 2px solid #FF6C00;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-item-trouble__img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -90%);
          transform: translate(-50%, -90%);
}
@media screen and (max-width: 767px) {
  .c-item-trouble__img {
    width: 5.3125rem;
  }
}

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

.c-item-trouble__text {
  font-size: 1.125rem;
  font-weight: 900;
  line-height: 1.4444444444;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-item-trouble__text {
    font-size: 0.875rem;
  }
}

.c-section-title {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.07em;
  line-height: 1.4375;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-section-title {
    font-size: 1.625rem;
  }
}

.c-section-title::after {
  content: attr(data-en);
  display: block;
  font-family: "Arial", serif;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.0625;
  text-transform: capitalize;
  color: #FF6C00;
  margin-top: 0.3125rem;
}

.p-contact {
  background: url(../images/contact_bg.jpg) no-repeat center/cover;
}

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

.p-demo__inner {
  max-width: 52.5rem;
}

.p-demo__movie {
  margin-top: 1.875rem;
}

.p-demo__movie iframe {
  aspect-ratio: 560/315;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

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

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

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

.p-faq__q {
  min-height: 3.125rem;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  padding: 0 1.875rem;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.07em;
  color: #FF6C00;
}
@media screen and (max-width: 767px) {
  .p-faq__q {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0.5rem 0.625rem;
    font-size: 1rem;
  }
}

.p-faq__a {
  margin-top: 0.6875rem;
  padding-left: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-faq__a {
    margin-top: 0.625rem;
    padding-left: 0.625rem;
  }
}

.p-faq__a span {
  font-size: 1.125rem;
}

.p-feature {
  background-color: #FCF5E7;
}

.p-feature__inner {
  max-width: 52.5rem;
}

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

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

.p-flow__list {
  margin-top: 2.6875rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-flow__list {
    margin-top: 2.5rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 1.625rem;
  }
}

.p-flow__item:not(:last-child)::after {
  content: "";
  width: 3.75rem;
  height: 2px;
  background-color: #FF6C00;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}
@media screen and (max-width: 767px) {
  .p-flow__item:not(:last-child)::after {
    width: 2px;
    height: 1.875rem;
    top: auto;
    bottom: 0;
    right: auto;
    left: 4.5625rem;
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
  }
}

.p-flow__btn {
  margin-top: 5.3125rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-flow__btn {
    margin-top: 3.375rem;
  }
}

.p-footer {
  background-color: #3E3E3E;
  color: #fff;
}

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

.p-footer__link-box a {
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: underline;
  line-height: 1;
  letter-spacing: -0.04em;
}

.p-footer__copyright {
  margin-top: 2.375rem;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.1666666667;
}
@media screen and (max-width: 767px) {
  .p-footer__copyright {
    margin-top: 3.125rem;
  }
}

.p-form {
  background-color: #fff;
  border-radius: 1.9375rem;
  padding: 1.875rem 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-form {
    padding: 1.875rem 1.25rem 2.5rem;
  }
}

.p-form__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-form__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.625rem;
  }
}

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

.p-form__box dt {
  width: 22.7272727273%;
  margin-top: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 767px) {
  .p-form__box dt {
    width: 100%;
    margin-top: 0;
  }
}

.p-form__box dt.mt-n {
  margin-top: 0;
}

.p-form__box dt span {
  width: 2.4375rem;
  height: 1.375rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #FF6C00;
  color: #fff;
  border-radius: 0.1875rem;
  font-size: 0.75rem;
}

.p-form__box dd {
  width: 77.2727272727%;
}
@media screen and (max-width: 767px) {
  .p-form__box dd {
    width: 100%;
  }
}

.p-form__box dd input {
  width: 100%;
  height: 3.125rem;
  background-color: #FCF5E7;
  border-radius: 0.3125rem;
  padding: 0 1.25rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  border: none;
}

.p-form__box dd textarea {
  width: 100%;
  height: 9.375rem;
  background-color: #FCF5E7;
  border-radius: 0.3125rem;
  border: none;
  padding: 0.75rem 1.25rem;
}

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

.p-form__time-box span {
  font-weight: bold;
  display: block;
  margin-bottom: 0.3125rem;
}

.p-form__agree {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  font-weight: 500;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 767px) {
  .p-form__agree {
    margin-top: 1.875rem;
  }
}

.p-form__agree label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}

.p-form__agree input[type=checkbox] {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 0.1875rem;
  border: 1px solid #707070;
  margin: 0;
}

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

.p-form__btn input {
  width: 24rem;
  height: 3.875rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 1.9375rem;
  color: #fff;
  border: none;
  -webkit-box-shadow: 0.125rem 0.1875rem 0.375rem rgba(0, 0, 0, .16);
          box-shadow: 0.125rem 0.1875rem 0.375rem rgba(0, 0, 0, .16);
  font-size: 1.25rem;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff6c00), to(#ff9300));
  background: linear-gradient(#ff6c00 0%, #ff9300 100%);
}
@media screen and (max-width: 767px) {
  .p-form__btn input {
    width: 100%;
  }
}

::-webkit-input-placeholder {
  color: #B7B7B7;
}

::-moz-placeholder {
  color: #B7B7B7;
}

::-ms-input-placeholder {
  color: #B7B7B7;
}

::placeholder {
  color: #B7B7B7;
}

.p-form .wpcf7-spinner {
  display: none;
}

.p-fv {
  background: -webkit-gradient(linear, left top, left bottom, from(#fcf5e7), color-stop(42.36%, #fcf4e7), color-stop(71.43%, #fff0e5), to(#fcede7));
  background: linear-gradient(#fcf5e7 0%, #fcf4e7 42.36%, #fff0e5 71.43%, #fcede7 100%);
}

.p-fv__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-fv__img {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.p-fv__img img {
  aspect-ratio: 1400/718;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-fv__img img {
    aspect-ratio: 375/534;
  }
}

.p-fv__text-box {
  position: absolute;
  left: 0;
  top: 43%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-fv__text-box {
    left: 1.25rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.p-fv__tag {
  width: 35.9375rem;
  height: 3rem;
  background-color: #000;
  color: #fff;
  padding: 0 1.875rem;
  font-size: 1.3125rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-fv__tag {
    width: 14.4375rem;
    height: 3rem;
    background: -webkit-gradient(linear, left top, right top, from(#000), color-stop(61.58%, rgba(15, 15, 15, .82)), to(rgba(84, 84, 84, 0)));
    background: linear-gradient(to right, #000 0%, rgba(15, 15, 15, .82) 61.58%, rgba(84, 84, 84, 0) 100%);
    padding: 0 0.6875rem;
    font-size: 0.75rem;
  }
}

.p-fv__lead {
  margin-top: -0.375rem;
  font-size: 2.625rem;
  font-weight: 900;
  letter-spacing: 0.01em;
  line-height: 1.4761904762;
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-fv__lead {
    font-size: 1.5rem;
  }
}

.p-fv__lead .yellow {
  color: #FF6C00;
}

.p-fv__lead .bold {
  font-size: 3.625rem;
}
@media screen and (max-width: 767px) {
  .p-fv__lead .bold {
    font-size: 2.0625rem;
  }
}

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

.p-fv__lead .marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(20%, #FFF500));
  background: linear-gradient(transparent 80%, #FFF500 20%);
}

.p-fv__text {
  margin-top: 0.8125rem;
  font-size: 1.1875rem;
  font-weight: bold;
  letter-spacing: 0.01em;
  line-height: 1.4210526316;
}
@media screen and (max-width: 767px) {
  .p-fv__text {
    margin-top: 0.6875rem;
    font-size: 0.6875rem;
  }
}

.p-fv__btn {
  margin-top: 2.5625rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-fv__btn {
    margin-top: -1.25rem;
  }
}

.p-header {
  background-color: #fff;
  -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, .16);
          box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, .16);
  position: relative;
  z-index: 300;
}
@media screen and (max-width: 767px) {
  .p-header {
    position: absolute;
    top: 0;
    left: 0;
  }
}

.p-header__inner {
  padding: 0 3.125rem 0 6.25rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-header__inner {
    padding: 0 0.9375rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

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

.p-header__logo img {
  aspect-ratio: 250/57;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-header__nav {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .p-header__nav {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .p-header__nav.show {
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
  }
}

.p-header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 1.875rem;
  font-weight: bold;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-header__menu {
    -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;
  }
}

.p-header__btn {
  margin-left: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-header__btn {
    margin-left: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: right;
  }
}

.p-header__item--contact a {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-header__item--contact a {
    border-radius: 1.5625rem;
    background-color: #3B75D8;
    color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: bold;
    letter-spacing: 0.03em;
    width: 8.75rem;
    height: 2.375rem;
    font-size: 0.8125rem;
    gap: 0.3125rem;
  }
}

.p-header__item--contact a::before {
  content: "";
  width: 1.25rem;
  height: 0.875rem;
  background: url(../images/icon_mail.svg) no-repeat center/cover;
}

.p-header__btn a {
  width: 11.3125rem;
  height: 3.125rem;
  border-radius: 1.5625rem;
  background-color: #3B75D8;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.4375rem;
  font-weight: bold;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-header__btn a {
    width: 8.75rem;
    height: 2.375rem;
    font-size: 0.8125rem;
    gap: 0.3125rem;
  }
}

.p-header__btn a::before {
  content: "";
  width: 1.25rem;
  height: 0.875rem;
  background: url(../images/icon_mail.svg) no-repeat center/cover;
}

.p-header__toggle {
  width: 1.75rem;
  height: 0.75rem;
  position: relative;
  margin-left: 0.9375rem;
  cursor: pointer;
}

.p-header__toggle span {
  width: 100%;
  height: 0.125rem;
  background-color: #000;
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

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

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

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

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

.p-ikusei__title {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.375;
  color: #FF6C00;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1.3125rem;
}
@media screen and (max-width: 767px) {
  .p-ikusei__title {
    font-size: 1.25rem;
    gap: 0;
  }
}

.p-ikusei__title::before,
.p-ikusei__title::after {
  content: "";
  width: 3rem;
  height: 4.6875rem;
  background: url(../images/ikusei_line.svg) no-repeat center/cover;
}

.p-ikusei__title::after {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

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

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

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

.p-price__inner {
  max-width: 52.5rem;
}

.p-price__cards {
  margin-top: 1.875rem;
}

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

.p-price__manual {
  max-width: 40rem;
  margin-inline: auto;
  margin-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-price__manual {
    gap: 1rem;
  }
}

.p-price__manual-title {
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-price__manual-title {
    font-size: 1.125rem;
  }
}

.p-price__manual-text {
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-price__manual-text {
    font-size: 0.875rem;
  }
}

.p-price__application {
  margin-top: 1.5rem;
}

.p-price__application-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #FF6C00;
  padding: 0.5rem 1.25rem;
  border-radius: 1rem;
  border: 3px solid #FF6C00;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-price__application-title {
    font-size: 1.125rem;
    padding: 0.25rem 1rem;
    border: 2px solid #FF6C00;
  }
}

.p-price__application-text {
  margin-top: 1rem;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-price__application-text {
    font-size: 0.875rem;
  }
}

.p-price__application-caption {
  margin-top: 0.5rem;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-price__application-caption {
    font-size: 0.75rem;
  }
}

.p-price__application-caption-price {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-price__application-caption-price {
    margin-top: 1rem;
  }
}

.p-price__application-caption-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  gap: 0.5rem;
  font-size: 2rem;
  font-weight: bold;
  color: #FF6C00;
}
@media screen and (max-width: 767px) {
  .p-price__application-caption-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 1.25rem;
    gap: 0.25rem;
  }
}

.p-price__application-caption-wrap span {
  font-size: 2.625rem;
}
@media screen and (max-width: 767px) {
  .p-price__application-caption-wrap span {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .p-price__application-caption-mid {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

.p-reason {
  background-color: #FAFAFA;
}

.p-reason__lead {
  margin-top: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0.9375rem;
  font-size: 1.625rem;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.4230769231;
  color: #FF6C00;
}
@media screen and (max-width: 767px) {
  .p-reason__lead {
    font-size: 1.25rem;
    gap: 0.75rem;
  }
}

.p-reason__lead::before,
.p-reason__lead::after {
  content: "";
  width: 1.0625rem;
  height: 1.6875rem;
  background: url(../images/reason_line.svg) no-repeat center/cover;
}

.p-reason__lead::after {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.p-reason__text {
  margin-top: 1.25rem;
  text-align: center;
  font-weight: 500;
  line-height: 1.75;
}

.p-thanks__title {
  font-size: 2.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-thanks__title {
    font-size: 1.25rem;
  }
}

.p-thanks__text {
  margin-top: 2.5rem;
  text-align: center;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-thanks__text {
    margin-top: 1.5rem;
    font-size: 0.8125rem;
  }
}

.p-trouble__title {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.375;
  color: #FF6C00;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-trouble__title {
    font-size: 1.25rem;
  }
}

.p-trouble__title::after {
  content: "";
  width: 30.1875rem;
  height: 1.1875rem;
  background: url(../images/trouble_line.svg) no-repeat center/cover;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, calc(100% + 0.625rem));
          transform: translate(-50%, calc(100% + 0.625rem));
}
@media screen and (max-width: 767px) {
  .p-trouble__title::after {
    width: 19.25rem;
    height: 0.75rem;
  }
}

.p-trouble__list {
  margin-top: 8.3125rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-trouble__list {
    margin-top: 5.75rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 5.1875rem 0.625rem;
  }
}

.p-trouble__item:nth-child(even) {
  margin-top: 1.25rem;
  background-color: #fff;
  color: #FF6C00;
}

.p-lp__voice-list{
      margin-top: 3.5rem;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap:.8rem;
}

@media screen and (max-width:767px) {
  .p-lp__voice-list{
    margin-top: 2.5rem;
    grid-template-columns: 1fr;
  }
}

.p-lp__voice-list-item{
  padding: 2rem 1.4rem;
  border-radius: 10px;
  background-color: #FCF5E7;;
}

.p-lp__voice-list-item--gray{
  background-color: #FAFAFA;
}


.p-lp__voice-list-area{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.p-lp__voice-list-parts{
    display: flex;
  align-items: center;
}

.p-lp__voice-list-ttl{
  margin-left: .4rem;
  padding:.2rem;
  font-size: 1.125rem;
  font-weight: bold;
  white-space: nowrap;
}

.p-lp__voice-list-banner{
  color:#ffffff;
  font-size: .8rem;
  font-weight: 500;
  padding:0 .5rem .1rem .5rem;
  white-space: nowrap;
  background-color: #FF6C00;
  border-radius: 20rem;
}

.p-lp__voice-list-banner--white{
  color:#FF6C00;
  border: 1px solid #FF6C00;
  background-color: #ffffff;
}

.p-lp__voice-list-txt{
  margin-top: .8rem;
      font-weight: 500;
    line-height: 1.5;
}

.p-lp__voice-list-icon{
  width:4.8rem;
}

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

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