@charset "UTF-8";
html {
  font-size: 100%;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.1730205279vw;
  }
}
@media (min-width: 1364px) {
  html {
    font-size: 100%;
  }
}

body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #000000;
}

@media screen and (min-width: 768px) {
  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-inner {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1364px;
    padding-right: 10.625rem;
    padding-left: 10.625rem;
  }
}

.p-lp {
  width: 100%;
  margin: 0 auto;
  background: #ffffff;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
@media screen and (min-width: 768px) {
  .p-lp {
    max-width: 100%;
  }
}

.p-lp__header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #ffffff;
  -webkit-box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, .25);
  height: 3.1875rem;
}
@media screen and (min-width: 768px) {
  .p-lp__header {
    height: 5rem;
  }
}

.p-lp__header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.6875rem;
  padding: 0.3125rem 1rem;
  height: 100%;
  max-width: 90rem;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-lp__header-inner {
    padding: 0.9375rem 8.75rem;
    gap: 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.p-lp__header-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.125rem;
}
@media screen and (min-width: 768px) {
  .p-lp__header-buttons {
    gap: 0.375rem;
  }
}

.p-lp__header-btn {
  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: 0.3125rem;
  padding: 0.3125rem;
  background: #e81729;
  border-radius: 0.25rem;
  color: #ffffff;
  text-decoration: none;
  white-space: nowrap;
  font-size: 0.5625rem;
  height: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .p-lp__header-btn {
    width: 14rem;
    height: 3.125rem;
    padding: 0;
    gap: 0.5rem;
    font-size: 1rem;
    font-weight: 600;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  }
}

.p-lp__header-btn-icon {
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.0625rem;
  height: 1.0625rem;
}
@media screen and (min-width: 768px) {
  .p-lp__header-btn-icon {
    width: 1.5rem;
    height: 1.5rem;
  }
}

.p-lp__header-btn-icon-img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.p-lp__header-btn-text {
  font-size: 0.5625rem;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .p-lp__header-btn-text {
    font-size: 1rem;
    line-height: normal;
  }
}

.p-lp__header-btn--tel {
  width: 5.25rem;
}
@media screen and (min-width: 768px) {
  .p-lp__header-btn--tel {
    width: 14rem;
  }
}

.p-lp__header-btn--form {
  width: 5.375rem;
}
@media screen and (min-width: 768px) {
  .p-lp__header-btn--form {
    width: 14rem;
  }
}
@media screen and (min-width: 768px) {
  .p-lp__header-btn--form .p-lp__header-btn-icon {
    width: 1.8125rem;
    height: 1.1875rem;
  }
}

.p-lp__header-btn--line {
  width: 5.3125rem;
}
@media screen and (min-width: 768px) {
  .p-lp__header-btn--line {
    width: 14rem;
  }
}
@media screen and (min-width: 768px) {
  .p-lp__header-btn--line .p-lp__header-btn-icon {
    width: 2.0625rem;
    height: 2rem;
  }
}

.p-lp__logo {
  width: 5.1875rem;
  height: 2.5rem;
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-lp__logo {
    width: 8rem;
    height: 3.8125rem;
    position: absolute;
    left: 8.75rem;
    top: 0.5625rem;
  }
}

.p-lp__logo-img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.p-lp__logo-text {
  font-weight: 800;
}

.p-lp__hero {
  margin-top: 3.1875rem;
  height: auto;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-lp__hero {
    margin-top: 5rem;
  }
}

.p-lp__hero-inner {
  position: relative;
  width: 100%;
}

.p-lp__hero-image {
  position: relative;
  width: 100%;
  height: 100%;
}

.p-lp__hero-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.p-lp__hero-cta {
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  text-align: center;
}

.p-lp__hero-btn {
  width: 20.625rem;
  height: 2.9375rem;
  padding: 0;
  background: #e81729;
  color: #ffffff;
  text-decoration: none;
  border-radius: 3.8881875rem;
  font-size: 1.3125rem;
  font-weight: 800;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  text-align: center;
  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;
  -webkit-box-shadow: 0 0.196875rem 0.196875rem 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0.196875rem 0.196875rem 0 rgba(0, 0, 0, .25);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-lp__hero-btn {
    width: 30.75rem;
    height: 4.375rem;
    font-size: 2rem;
    letter-spacing: 0;
  }
}

.p-lp__hero-btn:hover {
  opacity: 0.9;
}

.p-lp__hero-banner {
  padding: 1.6875rem 2.625rem;
}
@media screen and (min-width: 768px) {
  .p-lp__hero-banner {
    padding: 1.6875rem 19.75rem;
  }
}

.p-lp__hero-banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.p-lp__worries-content {
  position: relative;
  padding: 1.5rem 1.125rem;
  background: #ededed;
  margin: 0 auto;
  z-index: 1;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="0" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.25)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(0 0.25rem 0.25rem rgba(0, 0, 0, .25));
          filter: drop-shadow(0 0.25rem 0.25rem rgba(0, 0, 0, .25));
}
@media screen and (min-width: 768px) {
  .p-lp__worries-content {
    padding: 2.5rem 1.125rem;
  }
}

.p-lp__worries-content::before {
  content: "";
  position: absolute;
  bottom: -1.875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 10rem;
  height: 2.5rem;
  background: #ededed;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  z-index: 2;
}

.p-lp__worries .p-lp__section-title {
  font-size: 1.5625rem;
  font-weight: 800;
  color: #000000;
  text-align: center;
  line-height: 1.448em;
  margin-bottom: 2.375rem;
  position: relative;
  padding-bottom: 0;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .p-lp__worries .p-lp__section-title {
    font-size: 2.5rem;
    margin-bottom: 2rem;
  }
}

.p-lp__worries .p-lp__section-title::after {
  display: none;
}

.p-lp__worries-list {
  margin-top: 2.375rem;
  margin-inline: auto;
  max-width: 18.75rem;
}
@media screen and (min-width: 768px) {
  .p-lp__worries-list {
    max-width: 36.5rem;
  }
}

.p-lp__worries-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.6875rem;
  padding: 0;
  margin-bottom: 0;
  padding-bottom: 0.75rem;
  margin-bottom: 0.75rem;
  position: relative;
}

.p-lp__worries-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 2rem;
  width: 16.125rem;
  height: 0.0625rem;
  background: #968f8f;
}
@media screen and (min-width: 768px) {
  .p-lp__worries-item::after {
    width: 33.1875rem;
    left: 2.5rem;
  }
}

.p-lp__worries-item:last-child {
  margin-bottom: 0;
}

.p-lp__worries-icon {
  color: #333333;
  font-size: 1.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 0.0625rem;
  width: 1.26875rem;
  height: 1.501875rem;
  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;
  font-weight: 800;
}
@media screen and (min-width: 768px) {
  .p-lp__worries-icon {
    width: 1.75rem;
    height: 2.0625rem;
  }
}
@media screen and (min-width: 768px) {
  .p-lp__worries-icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.p-lp__worries-text {
  font-size: 1rem;
  line-height: 1.6875;
  color: #333333;
  font-weight: 600;
  letter-spacing: 0.04em;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 768px) {
  .p-lp__worries-text {
    font-size: 1.5625rem;
  }
}

.p-lp__worries-item:nth-child(2) .p-lp__worries-text {
  line-height: 1.75;
}

.p-lp__worries-item:nth-child(3) .p-lp__worries-text {
  line-height: 2.0625;
}

.p-lp__worries-text--highlight {
  color: #d00a1b;
  font-weight: 600;
}

.p-lp__worries-solution {
  margin-top: 3.125rem;
  text-align: center;
  position: relative;
  overflow: visible;
}
@media screen and (min-width: 768px) {
  .p-lp__worries-solution {
    margin-top: 6.25rem;
  }
}

.p-lp__worries-solution-text {
  font-size: 1.5625rem;
  color: #e81729;
  font-weight: 800;
  line-height: 1.448em;
}
@media screen and (min-width: 768px) {
  .p-lp__worries-solution-text {
    font-size: 2.5rem;
    letter-spacing: 0;
  }
}

.p-lp__worries-solution-title {
  font-size: 3.25rem;
  font-weight: 800;
  color: #e81729;
  line-height: 1.224em;
  margin-bottom: 1.875rem;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .p-lp__worries-solution-title {
    font-size: 4rem;
    letter-spacing: 0.0016rem;
    margin-bottom: 1.4375rem;
  }
}

.p-lp__worries-solution-title--small {
  font-size: 2.5625rem;
  line-height: 1.224em;
}
@media screen and (min-width: 768px) {
  .p-lp__worries-solution-title--small {
    font-size: 3.4375rem;
    letter-spacing: 0.001375rem;
  }
}

.p-lp__worries-solution-cars {
  position: relative;
  width: 100%;
  min-height: 6rem;
  margin-top: 1.25rem;
  padding-left: 0.875rem;
  overflow: visible;
}
@media screen and (min-width: 768px) {
  .p-lp__worries-solution-cars {
    width: 70.5rem;
    height: 18.0625rem;
    margin: 0 auto;
    padding: 0;
    position: relative;
  }
}

.p-lp__worries-solution-cars::before {
  content: "";
  position: absolute;
  bottom: 1.875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  height: 3.0625rem;
  background: #e81729;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-lp__worries-solution-cars::before {
    height: 5.3125rem;
    bottom: 5.375rem;
  }
}

.p-lp__worries-cars-img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  max-height: 6rem;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="16" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.4)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(0 0.25rem 0.5rem rgba(0, 0, 0, .4));
          filter: drop-shadow(0 0.25rem 0.5rem rgba(0, 0, 0, .4));
}
@media screen and (min-width: 768px) {
  .p-lp__worries-cars-img {
    width: 70.5rem;
    height: 18.0625rem;
    max-height: none;
    -o-object-fit: contain;
       object-fit: contain;
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="16" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.3)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
    -webkit-filter: drop-shadow(0 0.25rem 0.5rem rgba(0, 0, 0, .3));
            filter: drop-shadow(0 0.25rem 0.5rem rgba(0, 0, 0, .3));
  }
}

.p-lp__worries-footer {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-lp__worries-footer {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -50vw;
    width: 100vw;
    height: 5.3125rem;
    background: #e81729;
    margin-top: 0rem;
    z-index: 1;
  }
}

.p-lp__reasons {
  padding: 2.5rem 1.25rem;
  overflow-x: visible;
  position: relative;
  background: #ffffff;
}
@media screen and (min-width: 768px) {
  .p-lp__reasons {
    padding: 4rem 0 5.625rem;
    background: #ffffff;
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  .p-lp__reasons::after {
    content: "";
    position: absolute;
    bottom: 6%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100vw;
    height: 18.625rem;
    background: #e81729;
    z-index: 0;
  }
}

.p-lp__reasons-content {
  max-width: 20.625rem;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-lp__reasons-content {
    max-width: 90rem;
    padding: 0;
    position: relative;
    z-index: 1;
  }
}
@media screen and (min-width: 768px) {
  .p-lp__reasons-content .p-lp__section-subtitle {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
    font-size: 1.625rem;
    letter-spacing: 0.065rem;
    margin-bottom: 1.75rem;
    z-index: 1;
  }
}
@media screen and (min-width: 768px) {
  .p-lp__reasons-content .p-lp__section-title {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
    margin-bottom: 0rem;
    padding-bottom: 1.25rem;
    z-index: 1;
  }
}

.p-lp__reasons-list {
  margin-top: 4.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-lp__reasons-list {
    margin-top: 7.125rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1.125rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0 10.6875rem;
    position: relative;
    z-index: 1;
  }
}

.p-lp__reasons-item {
  position: relative;
  background: transparent;
  border: 0.0638125rem solid #d9d9d9;
  padding: 2.71875rem 1.4375rem 1.375rem;
  margin-bottom: 1.25rem;
  -webkit-box-shadow: 0 0.191375rem 0.38275rem 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0.191375rem 0.38275rem 0 rgba(0, 0, 0, .25);
  width: 20.625rem;
  margin-left: auto;
  margin-right: auto;
  isolation: isolate;
}
@media screen and (min-width: 768px) {
  .p-lp__reasons-item {
    width: 22.070875rem;
    height: 19.39175rem;
    padding: 4.8125rem 1.25rem 1.375rem;
    margin-bottom: 0;
    background: #ffffff;
    border: 0.0638125rem solid #d9d9d9;
    -webkit-box-shadow: 0 0.191375rem 0.38275rem 0 rgba(0, 0, 0, .25);
            box-shadow: 0 0.191375rem 0.38275rem 0 rgba(0, 0, 0, .25);
    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: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: relative;
    z-index: 1;
  }
}

.p-lp__reasons-item::before {
  content: "";
  position: absolute;
  top: 3.75rem;
  left: 50%;
  margin-left: -50vw;
  width: 100vw;
  height: 14.375rem;
  background: #e81729;
  z-index: -2;
}
@media screen and (min-width: 768px) {
  .p-lp__reasons-item::before {
    display: none;
  }
}

.p-lp__reasons-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  z-index: -1;
  border-radius: inherit;
}
@media screen and (min-width: 768px) {
  .p-lp__reasons-item::after {
    display: none;
  }
}

.p-lp__reasons-item:last-child {
  margin-bottom: 0;
}

.p-lp__reasons-icon {
  position: absolute;
  width: 5.4375rem;
  height: 5.4375rem;
  top: -2.71875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  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;
}
@media screen and (min-width: 768px) {
  .p-lp__reasons-icon {
    position: absolute;
    top: -5.358125rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 8.9304375rem;
    height: 8.9304375rem;
    z-index: 1;
  }
}

.p-lp__reasons-icon img {
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-lp__reasons-title {
  font-size: 1.5625rem;
  font-weight: 800;
  color: #e81729;
  text-align: center;
  letter-spacing: 0.045rem;
  line-height: normal;
  margin-top: 0;
  margin-bottom: 0.9375rem;
  white-space: pre-wrap;
}
@media screen and (min-width: 768px) {
  .p-lp__reasons-title {
    font-size: 2rem;
    font-weight: 800;
    color: #e81729;
    text-align: center;
    letter-spacing: normal;
    line-height: normal;
    margin-top: 0rem;
    margin-bottom: 0.9375rem;
    min-height: 2.9980625rem;
    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;
    width: 100%;
    padding-top: 0rem;
  }
}

@media screen and (min-width: 768px) {
  .p-lp__reasons-item:first-child .p-lp__reasons-title {
    width: 18.6900625rem;
  }
}

@media screen and (min-width: 768px) {
  .p-lp__reasons-item:nth-child(2) .p-lp__reasons-title {
    width: 14.5438125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-lp__reasons-item:nth-child(3) .p-lp__reasons-title {
    width: 20.1875rem;
  }
}

.p-lp__reasons-text {
  font-size: 0.9375rem;
  line-height: 2rem;
  color: #333333;
  text-align: left;
  font-weight: 500;
  margin: 0;
  white-space: pre-wrap;
}
@media screen and (min-width: 768px) {
  .p-lp__reasons-text {
    font-size: 1rem;
    line-height: 2rem;
    color: #333333;
    text-align: left;
    font-weight: 500;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 768px) {
  .p-lp__reasons-item:first-child .p-lp__reasons-text {
    width: 17.375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-lp__reasons-item:nth-child(2) .p-lp__reasons-text {
    width: 17.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-lp__reasons-item:nth-child(3) .p-lp__reasons-text {
    width: 18.0625rem;
  }
}

.p-lp__vehicles {
  background: #ffffff;
  padding-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-lp__vehicles {
    padding-bottom: 8.0625rem;
  }
}

.p-lp__vehicles-header {
  background: #e81729;
  padding: 1.875rem 1.25rem;
  text-align: center;
  height: 8.875rem;
  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;
}
@media screen and (min-width: 768px) {
  .p-lp__vehicles-header {
    height: auto;
    padding: 1.875rem 1.25rem;
  }
}

.p-lp__vehicles-title {
  font-size: 1.5625rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 2.5625rem;
  white-space: normal;
}
@media screen and (min-width: 768px) {
  .p-lp__vehicles-title {
    font-size: 2.625rem;
    line-height: 4.0625rem;
    white-space: nowrap;
  }
}

.p-lp__vehicles-content {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .p-lp__vehicles-content {
    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: 5.1875rem;
  }
}

.p-lp__vehicles-category-section {
  margin-bottom: 0;
  margin-top: 1.125rem;
}

.p-lp__vehicles-category-header {
  background: #333333;
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 800;
  text-align: center;
  padding: 0.625rem 0;
  height: 2.3125rem;
  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;
}
@media screen and (min-width: 768px) {
  .p-lp__vehicles-category-header {
    font-size: 2rem;
    height: 3.6875rem;
    max-width: 68.625rem;
    margin: 0 auto;
  }
}

.p-lp__vehicles-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin: 0;
  padding: 0;
  background: #ffffff;
}

.p-lp__vehicles-swiper {
  overflow: hidden;
  padding: 0 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-lp__vehicles-swiper {
    overflow: visible;
    padding: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-lp__vehicles-swiper .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
    max-width: 68.625rem;
    margin: 0 auto;
  }
}

.p-lp__vehicles-swiper .swiper-slide {
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-lp__vehicles-swiper .swiper-slide {
    width: auto !important;
    margin: 0 !important;
  }
}

.p-lp__vehicles-pagination {
  margin-top: 0.9375rem;
  position: relative !important;
}
@media screen and (min-width: 768px) {
  .p-lp__vehicles-pagination {
    display: none;
  }
}

.p-lp__vehicles-note {
  font-size: 1.5rem;
  line-height: 2.5rem;
  color: #333333;
  text-align: center;
  margin: 2.5rem 1.25rem;
  font-weight: 600;
  letter-spacing: 0.045rem;
  white-space: normal;
}
@media screen and (min-width: 768px) {
  .p-lp__vehicles-note {
    font-size: 2rem;
    line-height: 3.75rem;
    font-weight: 600;
    margin: 0 auto;
    max-width: 68.625rem;
  }
}

.p-lp__vehicle-card {
  background: #ffffff;
  border: 0.0625rem solid #e5e5e5;
  padding: 0.5rem 0.25rem 0.75rem;
  text-align: center;
  min-height: 13.4375rem;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, .25);
  position: relative;
  margin-top: 0.5rem;
  max-width: 13.125rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-lp__vehicle-card {
    max-width: 22.0625rem;
    min-height: 21.3125rem;
    padding: 1.4375rem 1.875rem 0.75rem;
    margin-top: 0;
  }
}

.p-lp__vehicle-image {
  background: #f0f0f0;
  border-radius: 0.25rem;
  margin-bottom: 0.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-lp__vehicle-image img {
  width: 100%;
  height: 100%;
  max-width: 12.5rem;
  max-height: 6rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .p-lp__vehicle-image img {
    max-width: 18.125rem;
    max-height: 8.6875rem;
  }
}

.p-lp__vehicle-name {
  font-size: 0.875rem;
  font-weight: 800;
  color: #333333;
  margin-bottom: 0.5rem;
  line-height: 1.5;
  min-height: 2.375rem;
  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;
  padding: 0 0.25rem;
  position: relative;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-lp__vehicle-name {
    font-size: 1.5625rem;
    min-height: 3.75rem;
    line-height: 4.0625rem;
  }
}

.p-lp__vehicle-name::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 2.5rem;
  height: 0.125rem;
  background: #e81729;
}
@media screen and (min-width: 768px) {
  .p-lp__vehicle-name::after {
    width: 6.1875rem;
  }
}

.p-lp__vehicle-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.25rem;
  margin-bottom: 0.375rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}

.p-lp__vehicle-price-label {
  font-size: 0.75rem;
  font-weight: 800;
  color: #e81729;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-lp__vehicle-price-label {
    font-size: 1.3125rem;
    line-height: 4.0625rem;
  }
}

.p-lp__vehicle-price-value {
  font-size: 1.625rem;
  font-weight: 700;
  color: #e81729;
  font-family: "din-2014", sans-serif;
  line-height: 1.33;
  padding: 0 0.125rem;
}
@media screen and (min-width: 768px) {
  .p-lp__vehicle-price-value {
    font-size: 3.0625rem;
    line-height: 4.0625rem;
  }
}

.p-lp__vehicle-price-unit {
  font-size: 0.75rem;
  font-weight: 800;
  color: #e81729;
  text-align: right;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-lp__vehicle-price-unit {
    font-size: 1.3125rem;
    line-height: 4.0625rem;
  }
}

.p-lp__vehicle-term {
  font-size: 0.75rem;
  color: #5c5c5c;
  font-weight: 600;
  line-height: 1.54;
}
@media screen and (min-width: 768px) {
  .p-lp__vehicle-term {
    font-size: 1.3125rem;
  }
}

.p-lp__form {
  padding: 2.5rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-lp__form {
    padding-top: 4.75rem;
  }
}

.p-lp__form-content h2 {
  font-weight: 700;
}

.p-lp__form-content h2::after {
  background: #f7791f;
}

.p-lp__form-content {
  max-width: 20.625rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-lp__form-content {
    max-width: 90rem;
    padding: 0;
  }
}
.p-lp__form-content h2 {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-lp__form-content h2 {
    font-size: 2.8706875rem;
    font-weight: 700;
    color: #333333;
    letter-spacing: 0.08611875rem;
    margin-bottom: 3rem;
  }
}
.p-lp__form-content h2::after {
  background: #f7791f;
}
@media screen and (min-width: 768px) {
  .p-lp__form-content h2::after {
    width: 12.625rem;
    height: 0.1875rem;
  }
}

.p-lp__form-description {
  font-size: 0.875rem;
  line-height: 1.8;
  color: #333333;
  margin: 1.25rem 0 1.875rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-lp__form-description {
    font-size: 0.9375rem;
    line-height: 1.5;
    color: #333333;
    font-weight: 400;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    width: 33.0625rem;
    margin: 3rem auto 3rem;
    text-align: center;
    white-space: pre-wrap;
  }
}

@media screen and (min-width: 768px) {
  .p-lp__form-form {
    max-width: 43.75rem;
    margin: 0 auto;
  }
}

.p-lp__form-group {
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-lp__form-group {
    margin-bottom: 1.25rem;
    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-lp__form-label {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  color: #333333;
}
@media screen and (min-width: 768px) {
  .p-lp__form-label {
    font-size: 1.375rem;
    font-weight: 500;
    color: #333333;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    margin-bottom: 0.5rem;
  }
}

.p-lp__form-required {
  color: #e81729;
}
@media screen and (min-width: 768px) {
  .p-lp__form-required {
    font-size: 1.375rem;
    font-weight: 500;
    color: #e81729;
    letter-spacing: 0.04125rem;
    margin-left: 0.25rem;
  }
}

.p-lp__form-input,
.p-lp__form-textarea {
  width: 100%;
  padding: 0.75rem;
  border: 0.0625rem solid #968f8f;
  font-size: 0.8125rem;
  color: #333333;
  background: #ffffff;
  -webkit-box-shadow: inset 0 0 0.125rem 0 rgba(0, 0, 0, .25);
          box-shadow: inset 0 0 0.125rem 0 rgba(0, 0, 0, .25);
}
@media screen and (min-width: 768px) {
  .p-lp__form-input,
  .p-lp__form-textarea {
    width: 100%;
    height: 2.8125rem;
    padding: 0 0.75rem;
    border: 0.0625rem solid #968f8f;
    -webkit-box-shadow: inset 0px 0px 0.25rem 0px rgba(0, 0, 0, .25);
            box-shadow: inset 0px 0px 0.25rem 0px rgba(0, 0, 0, .25);
    font-size: 1rem;
    color: #333333;
    background: #ffffff;
  }
}
.p-lp__form-input::-webkit-input-placeholder,
.p-lp__form-textarea::-webkit-input-placeholder {
  color: #968f8f;
  opacity: 1;
}
.p-lp__form-input::-moz-placeholder,
.p-lp__form-textarea::-moz-placeholder {
  color: #968f8f;
  opacity: 1;
}
.p-lp__form-input::-ms-input-placeholder,
.p-lp__form-textarea::-ms-input-placeholder {
  color: #968f8f;
  opacity: 1;
}
.p-lp__form-input::placeholder,
.p-lp__form-textarea::placeholder {
  color: #968f8f;
  opacity: 1;
}
.p-lp__form-input::-webkit-input-placeholder,
.p-lp__form-textarea::-webkit-input-placeholder {
  color: #968f8f;
  opacity: 1;
}
.p-lp__form-input::-moz-placeholder,
.p-lp__form-textarea::-moz-placeholder {
  color: #968f8f;
  opacity: 1;
}
.p-lp__form-input:-ms-input-placeholder,
.p-lp__form-textarea:-ms-input-placeholder {
  color: #968f8f;
  opacity: 1;
}

.p-lp__form-input:focus,
.p-lp__form-textarea:focus {
  outline: none;
  border-color: #e81729;
}

.p-lp__form-textarea {
  resize: vertical;
  min-height: 6.25rem;
}
@media screen and (min-width: 768px) {
  .p-lp__form-textarea {
    height: auto;
    min-height: 8.125rem;
    padding: 0.75rem;
    line-height: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .p-lp__form-group:nth-of-type(9) .p-lp__form-textarea {
    min-height: 9.25rem;
  }
}

.p-lp__form-placeholder-text {
  font-size: 0.75rem;
  color: #968f8f;
  margin-top: 0.5rem;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-lp__form-placeholder-text {
    font-size: 1rem;
    color: #968f8f;
    font-weight: 400;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    margin-top: 0.5rem;
    line-height: 2rem;
    white-space: pre-wrap;
  }
}

@media screen and (min-width: 768px) {
  .p-lp__form-group:nth-of-type(10) .p-lp__form-placeholder-text {
    font-size: 0.9375rem;
    line-height: 2rem;
  }
}

.p-lp__form-privacy-agreement {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-lp__form-privacy-agreement {
    margin-top: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-lp__form-checkbox-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  font-size: 1.125rem;
  font-weight: 500;
  color: #333333;
  cursor: pointer;
  font-family: "Noto Sans JP", sans-serif;
  line-height: normal;
  margin-bottom: 0.9375rem;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-lp__form-checkbox-label {
    font-size: 1.375rem;
    font-weight: 500;
    color: #333333;
    gap: 0.5rem;
  }
}

.p-lp__form-checkbox-input {
  width: 1.25rem;
  height: 1.25rem;
  border: 0.0625rem solid #968f8f;
  border-radius: 0.25rem;
  background: #ffffff;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-shadow: inset 0 0 0.125rem 0 rgba(0, 0, 0, .25);
          box-shadow: inset 0 0 0.125rem 0 rgba(0, 0, 0, .25);
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  top: 0.375rem;
}
@media screen and (min-width: 768px) {
  .p-lp__form-checkbox-input {
    width: 2.0625rem;
    height: 2rem;
    -webkit-box-shadow: inset 0px 0px 0.125rem 0px rgba(0, 0, 0, .25);
            box-shadow: inset 0px 0px 0.125rem 0px rgba(0, 0, 0, .25);
    top: 0.625rem;
  }
}
.p-lp__form-checkbox-input:checked {
  background: #e81729;
  border-color: #e81729;
}
.p-lp__form-checkbox-input:checked::after {
  content: "✓";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-lp__form-checkbox-input:checked::after {
    font-size: 1.25rem;
  }
}

.p-lp__form-checkbox-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  white-space: nowrap;
}

.p-lp__form-checkbox-note {
  font-size: 0.9375rem;
  font-weight: 500;
  color: #333333;
  text-align: center;
  margin-block: 0.9375rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .p-lp__form-checkbox-note {
    font-size: 1rem;
    font-weight: 500;
    color: #333333;
    text-align: left;
    margin-bottom: 1.25rem;
  }
}

.p-lp__form-privacy {
  margin: 1.875rem 0;
}

.p-lp__form-privacy-title {
  font-size: 1rem;
  font-weight: 500;
  color: #333333;
  margin: 0 0 1.25rem 0;
  padding-left: 1.4375rem;
}
@media screen and (min-width: 768px) {
  .p-lp__form-privacy-title {
    font-size: 1.375rem;
    font-weight: 500;
    color: #333333;
    margin-bottom: 1.25rem;
    padding-left: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-lp__form-group:nth-of-type(11) {
    position: relative;
  }
}

.p-lp__form-privacy-box {
  position: relative;
  width: 20.625rem;
  height: 11.25rem;
  margin: 0 auto 1.25rem;
  background: #ffffff;
  border: 0.0625rem solid #968f8f;
  border-radius: 0.25rem;
  overflow-y: auto;
  -webkit-box-shadow: inset 0 0 0.125rem 0 rgba(0, 0, 0, .25);
          box-shadow: inset 0 0 0.125rem 0 rgba(0, 0, 0, .25);
}
@media screen and (min-width: 768px) {
  .p-lp__form-privacy-box {
    width: 43.75rem;
    height: 15.625rem;
    margin: 0 auto 1.25rem;
    -webkit-box-shadow: inset 0px 0px 0.25rem 0px rgba(0, 0, 0, .25);
            box-shadow: inset 0px 0px 0.25rem 0px rgba(0, 0, 0, .25);
  }
}

.p-lp__form-privacy-content {
  padding: 1.1875rem 0.9375rem;
  font-size: 0.75rem;
  line-height: 1.5625rem;
  color: #333333;
  width: 18.75rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-lp__form-privacy-content {
    padding: 2rem 0.3125rem;
    font-size: 0.9375rem;
    line-height: 1.6875rem;
    color: #333333;
    font-weight: 400;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    width: 37.1875rem;
    margin: 0 auto;
  }
}
.p-lp__form-privacy-content p {
  margin: 0 0 1.5625rem 0;
}
@media screen and (min-width: 768px) {
  .p-lp__form-privacy-content p {
    margin: 0 0 1.25rem 0;
  }
}
.p-lp__form-privacy-content p:last-child {
  margin-bottom: 0;
}

.p-lp__form-privacy-scroll-note {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-lp__form-privacy-scroll-note {
    display: block;
    font-size: 0.9375rem;
    font-weight: 600;
    color: #e81729;
    line-height: 1.6875rem;
    margin-bottom: 0.5rem;
    text-align: right;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    position: absolute;
    top: 1.875rem;
    right: 0rem;
  }
}

.p-lp__form-submit {
  text-align: center;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-lp__form-submit {
    margin-top: 2.5rem;
  }
}

.wpcf7-list-item {
  margin-left: 0 !important;
}

.p-lp__section-title {
  font-size: 1.5625rem;
  font-weight: 800;
  color: #333333;
  text-align: center;
  line-height: 0.96;
  margin-bottom: 1.5rem;
  position: relative;
  letter-spacing: 0.0625rem;
  padding-bottom: 1.9375rem;
}
@media screen and (min-width: 768px) {
  .p-lp__section-title {
    font-size: 2.8125rem;
    margin-bottom: 3rem;
  }
}

.p-lp__section-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 6.375rem;
  height: 0.1875rem;
  background: #e81729;
}
@media screen and (min-width: 768px) {
  .p-lp__section-title::after {
    width: 12.625rem;
    bottom: -0.1875rem;
  }
}

.p-lp__section-title-part1 {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .p-lp__section-title-part1 {
    font-size: 2.8125rem;
    letter-spacing: 0.084375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-lp__section-title-br {
    display: none;
  }
}

.p-lp__section-title-part2 {
  color: #e81729;
  font-size: 4rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .p-lp__section-title-part2 {
    font-size: 4.6551875rem;
    letter-spacing: 0.13965625rem;
  }
}

.p-lp__section-title-part3 {
  font-size: 2.625rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .p-lp__section-title-part3 {
    font-size: 3.25rem;
  }
}

.p-lp__section-subtitle {
  font-size: 1.125rem;
  color: #e81729;
  text-align: center;
  margin-bottom: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.045rem;
  font-family: "din-2014", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-lp__section-subtitle {
    font-size: 1.625rem;
    letter-spacing: 0.065rem;
    margin-bottom: 0.9375rem;
  }
}

.p-lp__btn {
  display: inline-block;
  padding: 0.9375rem 1.875rem;
  background: #e81729;
  color: #ffffff;
  text-decoration: none;
  border-radius: 0.375rem;
  font-size: 1.1875rem;
  font-weight: 800;
  text-align: center;
  border: none;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-box-shadow: 0 0.25rem 0.25rem 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0.25rem 0.25rem 0 rgba(0, 0, 0, .25);
}

.p-lp__btn:hover {
  opacity: 0.9;
}

.p-lp__btn--primary {
  background: #e81729;
}

.p-lp__btn--large {
  width: 20.625rem;
  height: 4.5625rem;
  padding: 0;
  font-size: 1.5625rem;
  font-weight: 800;
  background: #f7791f;
  border-radius: 0.375rem;
  -webkit-box-shadow: 0 0.25rem 0.25rem 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0.25rem 0.25rem 0 rgba(0, 0, 0, .25);
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: normal;
  white-space: pre-wrap;
  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;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-lp__btn--large {
    width: 30.75rem;
    height: 4.5625rem;
    font-size: 2.0625rem;
    font-weight: 800;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    color: #ffffff;
    border-radius: 0.375rem;
    -webkit-box-shadow: 0px 0.25rem 0.25rem 0px rgba(0, 0, 0, .25);
            box-shadow: 0px 0.25rem 0.25rem 0px rgba(0, 0, 0, .25);
    white-space: normal;
  }
}

.p-lp__benefits {
  position: relative;
  padding: 0;
  background: transparent;
  min-height: 18.25rem;
}
@media screen and (min-width: 768px) {
  .p-lp__benefits {
    min-height: 53.25rem;
  }
}

.p-lp__benefits-bg {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -50vw;
  width: 100vw;
  height: 18.25rem;
  background: #e81729;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .p-lp__benefits-bg {
    height: 18.25rem;
  }
}

.p-lp__benefits-content {
  position: relative;
  max-width: 21.25rem;
  margin: 0 auto;
  padding: 2.875rem 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-lp__benefits-content {
    max-width: 68.75rem;
    padding: 4rem 0;
  }
}

.p-lp__benefits-main {
  background: #ffffff;
  border: 0.0625rem solid #d9d9d9;
  padding: 2.25rem 1.25rem;
  margin: 0 auto;
  -webkit-box-shadow: 0 0.25rem 0.25rem 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0.25rem 0.25rem 0 rgba(0, 0, 0, .25);
  position: relative;
  min-height: 55.5625rem;
}
@media screen and (min-width: 768px) {
  .p-lp__benefits-main {
    width: 68.75rem;
    min-height: 53.25rem;
    padding: 2.5rem 0rem;
  }
}

.p-lp__benefits-subtitle-en {
  font-size: 1.125rem;
  color: #e81729;
  text-align: center;
  margin-bottom: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.045rem;
  font-family: "din-2014", sans-serif;
  line-height: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-lp__benefits-subtitle-en {
    font-size: 1.625rem;
    letter-spacing: 0.065rem;
    line-height: normal;
    margin-bottom: 0;
  }
}

.p-lp__benefits-title {
  text-align: center;
  margin-bottom: 0.8125rem;
  position: relative;
  line-height: 1.448;
  letter-spacing: 0.09775625rem;
  white-space: nowrap;
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-lp__benefits-title {
    margin-bottom: 0rem;
    white-space: normal;
  }
  .p-lp__benefits-title::after {
    content: "";
    position: absolute;
    bottom: 0rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 12.625rem;
    height: 0.1875rem;
    background: #e81729;
  }
}

.p-lp__benefits-title-text1 {
  font-size: 1.3125rem;
  font-weight: 800;
  color: #000000;
  letter-spacing: 0.039375rem;
}
@media screen and (min-width: 768px) {
  .p-lp__benefits-title-text1 {
    font-size: 2.8125rem;
    letter-spacing: 0.084375rem;
  }
}

.p-lp__benefits-title-highlight {
  font-size: 2.375rem;
  font-weight: 800;
  color: #e81729;
  letter-spacing: 0.07125rem;
}
@media screen and (min-width: 768px) {
  .p-lp__benefits-title-highlight {
    font-size: 4.375rem;
    letter-spacing: 0.13125rem;
  }
}

.p-lp__benefits-title-text2 {
  font-size: 1.75rem;
  font-weight: 800;
  color: #000000;
}
@media screen and (min-width: 768px) {
  .p-lp__benefits-title-text2 {
    font-size: 3.25rem;
  }
}

.p-lp__benefits-subtitle {
  font-size: 1.125rem;
  font-weight: 600;
  color: #333333;
  text-align: center;
  margin-bottom: 1.25rem;
  line-height: 2rem;
}
@media screen and (min-width: 768px) {
  .p-lp__benefits-subtitle {
    font-size: 1.625rem;
    line-height: 3.75rem;
    font-weight: 600;
    color: #000000;
    margin-top: 2rem;
    margin-bottom: 3.3125rem;
  }
}

.p-lp__benefits-diagram {
  position: relative;
  margin: 1.625rem 0;
  min-height: 12.5rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-lp__benefits-diagram {
    margin: 0rem auto 0rem;
    min-height: 14.8125rem;
    width: 34.375rem;
    padding: 0rem 0rem;
  }
}

.p-lp__benefits-diagram-image {
  position: absolute;
  left: 50%;
  top: 0rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 17.1875rem;
  height: 11.625rem;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .p-lp__benefits-diagram-image {
    position: relative;
    left: auto;
    top: auto;
    -webkit-transform: none;
            transform: none;
    width: 24.4375rem;
    height: 17.625rem;
    margin: 0rem auto;
    text-align: center;
  }
}

.p-lp__benefits-diagram-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .p-lp__benefits-diagram-image img {
    width: auto;
    height: auto;
    max-width: 100%;
  }
}

.p-lp__benefits-description {
  font-size: 0.9375rem;
  line-height: 2rem;
  color: #333333;
  font-weight: 500;
  width: 18.75rem;
  margin: 1.625rem auto 0;
}
@media screen and (min-width: 768px) {
  .p-lp__benefits-description {
    font-size: 1rem;
    line-height: 2rem;
    width: 53.5rem;
    padding: 0rem 0rem;
  }
}

.p-lp__benefits-description p {
  margin: 0 0 1rem 0;
}
@media screen and (min-width: 768px) {
  .p-lp__benefits-description p {
    margin: 0 0 0rem 0;
  }
}

.p-lp__reasons-detail {
  padding: 2.5rem 0 1.25rem;
  background: #ffffff;
  border: 0.0625rem solid #d9d9d9;
  -webkit-box-shadow: 0 0.25rem 0.25rem 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0.25rem 0.25rem 0 rgba(0, 0, 0, .25);
  margin-inline: 1.125rem;
  max-width: 21.25rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-lp__reasons-detail {
    margin: 0 auto;
    max-width: 68.75rem;
  }
}

.p-lp__reasons-detail-title-main {
  text-align: center;
  margin-bottom: 0.8125rem;
  position: relative;
  line-height: 1.448;
  letter-spacing: 0.09775625rem;
  white-space: nowrap;
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-lp__reasons-detail-title-main {
    margin-bottom: 0rem;
    white-space: normal;
  }
  .p-lp__reasons-detail-title-main::after {
    content: "";
    position: absolute;
    bottom: 0rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 12.625rem;
    height: 0.1875rem;
    background: #e81729;
  }
}

@media screen and (min-width: 768px) {
  .p-lp__reasons-detail-content .p-lp__section-subtitle {
    font-size: 1.625rem;
    letter-spacing: 0.065rem;
    margin-bottom: 2.3125rem;
    color: #e81729;
  }
}

.p-lp__reasons-detail-title-text1 {
  font-size: 1.3125rem;
  font-weight: 800;
  color: #000000;
  letter-spacing: 0.039375rem;
}
@media screen and (min-width: 768px) {
  .p-lp__reasons-detail-title-text1 {
    font-size: 2.8125rem;
    letter-spacing: 0.084375rem;
  }
}

.p-lp__reasons-detail-title-highlight {
  font-size: 2.375rem;
  font-weight: 800;
  color: #e81729;
  letter-spacing: 0.07125rem;
}
@media screen and (min-width: 768px) {
  .p-lp__reasons-detail-title-highlight {
    font-size: 4.375rem;
    letter-spacing: 0.13125rem;
  }
}

.p-lp__reasons-detail-title-text2 {
  font-size: 1.75rem;
  font-weight: 800;
  color: #000000;
}
@media screen and (min-width: 768px) {
  .p-lp__reasons-detail-title-text2 {
    font-size: 3.25rem;
  }
}

.p-lp__reasons-detail-list {
  margin-top: 1.875rem;
  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: 1.625rem;
}
@media screen and (min-width: 768px) {
  .p-lp__reasons-detail-list {
    margin-top: 5rem;
    padding-bottom: 3.625rem;
  }
}

.p-lp__reasons-detail-item {
  background: #ffffff;
  border-radius: 0.5rem;
  padding: 1.875rem 0.6875rem 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-lp__reasons-detail-item {
    width: 56.1875rem;
  }
}

.p-lp__reasons-detail-header {
  position: relative;
  margin-bottom: 1.25rem;
  margin-left: -1.25rem;
  margin-right: 0;
  margin-top: -1.875rem;
  overflow: visible;
  height: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-lp__reasons-detail-header {
    margin-left: 4.75rem;
  }
}
.p-lp__reasons-detail-header::before {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -50vw;
  right: 0.25rem;
  min-width: 21.875rem;
  width: auto;
  height: 3.125rem;
  background: #e81729;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .p-lp__reasons-detail-header::before {
    height: 4.375rem;
    min-width: 74.375rem;
    left: 45%;
  }
}

.p-lp__reasons-detail-number {
  position: relative;
  top: -0.625rem;
  padding-left: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 3.25rem;
  font-weight: 700;
  font-family: "din-2014", sans-serif;
  color: #ffffff;
  line-height: 2.04125rem;
  margin-bottom: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  z-index: 1;
  text-shadow: 0.21875rem 0rem 0 #e81729, -0.21875rem 0rem 0 #e81729, 0rem 0.21875rem 0 #e81729, 0rem -0.21875rem 0 #e81729, 0.15625rem 0.15625rem 0 #e81729, -0.15625rem 0.15625rem 0 #e81729, 0.15625rem -0.15625rem 0 #e81729, -0.15625rem -0.15625rem 0 #e81729;
}
@media screen and (min-width: 768px) {
  .p-lp__reasons-detail-number {
    font-size: 5.75rem;
    line-height: 2.04125rem;
  }
}

.p-lp__reasons-detail-title {
  position: relative;
  margin-left: 0.3125rem;
  font-size: 1.0625rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 4.0625rem;
  margin-bottom: 0;
  z-index: 1;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-lp__reasons-detail-title {
    font-size: 2rem;
  }
}

.p-lp__reasons-detail-listitem {
  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;
}
@media screen and (min-width: 768px) {
  .p-lp__reasons-detail-listitem {
    gap: 4.375rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-lp__reasons-detail-comparison {
  padding: 1.375rem;
}
@media screen and (min-width: 768px) {
  .p-lp__reasons-detail-comparison {
    margin-right: 7.3125rem;
  }
}

.p-lp__reasons-detail-comparison img {
  width: 16.9375rem;
  height: 14.0625rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-lp__reasons-detail-body {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-lp__reasons-detail-body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 3.1875rem;
  }
}

.p-lp__reasons-detail-makers {
  margin: 1.25rem 0;
  padding: 0.3125rem 0.5rem 1.25rem 0.5rem;
  border: 0.0625rem solid #968f8f;
  width: 19.8125rem;
  min-height: 10.0625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-lp__reasons-detail-makers {
    width: 24.25rem;
  }
}

.p-lp__reasons-detail-makers-label {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #e81729;
  margin-bottom: 0.9375rem;
  margin-top: -1.25rem;
  border: 0.0625rem solid #e81729;
  background: #ffffff;
  padding: 0 1.1875rem 0 1.1875rem;
  height: 1.625rem;
  width: 15.0625rem;
  line-height: 1.625rem;
  display: inline-block;
  vertical-align: top;
}

.p-lp__reasons-detail-makers-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.1875rem;
  margin-bottom: 1.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-lp__reasons-detail-makers-logo {
  width: 2.125rem;
  height: 2.8125rem;
  background: #ffffff;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 0.25rem 0.25rem 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0.25rem 0.25rem 0 rgba(0, 0, 0, .25);
  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;
  padding: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-lp__reasons-detail-makers-logo {
    width: 2.5625rem;
    height: 3.4375rem;
  }
}
.p-lp__reasons-detail-makers-logo img {
  width: 1.6875rem;
  height: 1.4375rem;
  margin-bottom: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-lp__reasons-detail-makers-logo img {
    width: 2.1875rem;
    height: 1.875rem;
  }
}
.p-lp__reasons-detail-makers-logo span {
  font-size: 0.5rem;
  font-weight: 800;
  color: #333333;
  text-align: center;
  white-space: nowrap;
}

.p-lp__reasons-detail-makers-note {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #333333;
  line-height: 1.73;
  letter-spacing: 0.06em;
  margin-bottom: 0.625rem;
}

.p-lp__reasons-detail-makers-note-small {
  font-size: 0.625rem;
  font-weight: 400;
  color: #5c5c5c;
  line-height: 1.4375rem;
  margin-top: 0.625rem;
  padding-left: 0.5rem;
}

.p-lp__reasons-detail-payment-content {
  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: 1.25rem;
}

.p-lp__reasons-detail-payment {
  margin: 1.25rem 0;
}

.p-lp__reasons-detail-payment img {
  width: 20.625rem;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .p-lp__reasons-detail-payment img {
    width: 50.5rem;
  }
}

.p-lp__reasons-detail-payment-item {
  margin-bottom: 1.875rem;
}

.p-lp__reasons-detail-payment-label {
  font-size: 1rem;
  font-weight: 500;
  color: #5c5c5c;
  margin-bottom: 1.25rem;
  text-align: center;
}
.p-lp__reasons-detail-payment-item:last-child .p-lp__reasons-detail-payment-label {
  color: #e81729;
}

.p-lp__reasons-detail-payment-arrow {
  width: 3.1875rem;
  height: 1.8125rem;
  margin: 1.25rem auto;
  background: #f7791f;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
          clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.p-lp__reasons-detail-payment-chart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.3125rem;
  min-height: 9.375rem;
  margin: 0.625rem 0;
  position: relative;
  padding-bottom: 1.875rem;
}
.p-lp__reasons-detail-payment-chart--variable {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.p-lp__reasons-detail-payment-chart--flat {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.p-lp__reasons-detail-payment-column {
  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;
  position: relative;
  width: 2.8125rem;
}

.p-lp__reasons-detail-payment-segment {
  width: 2.8125rem;
  background: #5c5c5c;
  margin-bottom: 0.0625rem;
  border-radius: 0.125rem;
}
.p-lp__reasons-detail-payment-segment--red {
  background: #e81729;
}

.p-lp__reasons-detail-payment-icon {
  width: 1.25rem;
  height: 1.25rem;
  background: #f7791f;
  border-radius: 50%;
  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;
  color: #ffffff;
  font-size: 0.625rem;
  font-weight: 800;
  margin-top: 0.3125rem;
  position: relative;
  z-index: 2;
}

.p-lp__reasons-detail-payment-label-text {
  position: absolute;
  top: 1.875rem;
  font-size: 0.484375rem;
  font-weight: 800;
  color: #ffffff;
  text-align: center;
  line-height: 0.6875rem;
  z-index: 1;
}

.p-lp__reasons-detail-payment-months {
  position: absolute;
  bottom: -1.25rem;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  font-size: 0.4375rem;
  font-weight: 600;
  color: #5c5c5c;
}
.p-lp__reasons-detail-payment-months--red {
  color: #e81729;
}
.p-lp__reasons-detail-payment-months span {
  text-align: center;
}

.p-lp__reasons-detail-description {
  font-size: 0.9375rem;
  line-height: 2rem;
  color: #333333;
  font-weight: 500;
  padding-inline: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-lp__reasons-detail-description {
    width: 26.375rem;
    margin-top: 2.1875rem;
  }
}

.p-lp__reasons-detail-description--payment {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-lp__reasons-detail-description--payment {
    width: 56.1875rem;
  }
}

.p-lp__reasons-detail-description-note {
  font-size: 0.625rem;
  vertical-align: super;
  position: relative;
  top: 0.0625rem;
}

.p-lp__reasons-detail-included {
  background: #e81729;
  padding: 1.3125rem 0.5625rem;
  margin-top: 1.875rem;
  border-radius: 0.25rem;
}
@media screen and (min-width: 768px) {
  .p-lp__reasons-detail-included {
    padding: 1.5625rem 5.1875rem;
    margin-top: 2.1875rem;
  }
}

.p-lp__reasons-detail-included-title {
  font-size: 1rem;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  margin-bottom: 1.25rem;
  line-height: 1.4375rem;
}
@media screen and (min-width: 768px) {
  .p-lp__reasons-detail-included-title {
    font-size: 1.25rem;
    line-height: 1.4375rem;
  }
}

.p-lp__reasons-detail-included-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.4375rem;
}
@media screen and (min-width: 768px) {
  .p-lp__reasons-detail-included-list {
    grid-template-columns: repeat(4, 1fr);
  }
}

.p-lp__reasons-detail-included-item {
  background: #ffffff;
  padding: 0.5rem 0.25rem;
  border-radius: 0.125rem;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #e81729;
  text-align: center;
  -webkit-box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 0, 0, .25);
  line-height: 1.1875rem;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-lp__reasons-detail-included-item {
    font-size: 0.9375rem;
    line-height: 1.4375rem;
    padding: 0.625rem 1.4375rem;
  }
}

.p-lp__merits {
  position: relative;
  padding: 0;
  background: transparent;
  margin-inline: 1.125rem;
  margin-block: 2.5rem;
  overflow: visible;
}
@media screen and (min-width: 768px) {
  .p-lp__merits {
    margin-inline: auto;
    max-width: 68.75rem;
    margin-bottom: 6.9375rem;
  }
}

.p-lp__merits-bg {
  position: absolute;
  bottom: -2.5%;
  left: 50%;
  margin-left: -50vw;
  width: 100vw;
  height: 21.125rem;
  background: #e81729;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .p-lp__merits-bg {
    height: 21.125rem;
    bottom: -7%;
  }
}

.p-lp__merits-content {
  position: relative;
  max-width: 21.25rem;
  margin: 0 auto;
  padding: 2.5rem 0;
  background: #ffffff;
  border: 0.0625rem solid #d9d9d9;
  -webkit-box-shadow: 0 0.25rem 0.25rem 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0.25rem 0.25rem 0 rgba(0, 0, 0, .25);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-lp__merits-content {
    max-width: 68.75rem;
    padding: 2.5rem 0 1.875rem;
  }
}

.p-lp__merits-title-main {
  text-align: center;
  margin-bottom: 0.8125rem;
  position: relative;
  letter-spacing: 0.19551875rem;
  padding-bottom: 1.25rem;
  color: #000000;
  line-height: 1.2;
}

.p-lp__merits-title-text1 {
  font-size: 1.3125rem;
  font-weight: 800;
  color: #000000;
  letter-spacing: 0.06em;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .p-lp__merits-title-text1 {
    font-size: 2.8125rem;
    letter-spacing: 0.084375rem;
  }
}

.p-lp__merits-title-line2 {
  line-height: 1.2;
}

.p-lp__merits-title-text2 {
  font-size: 1.75rem;
  font-weight: 800;
  color: #000000;
  letter-spacing: 0.06em;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .p-lp__merits-title-text2 {
    font-size: 3.25rem;
    letter-spacing: 0.0975rem;
  }
}

.p-lp__merits-title-text3 {
  font-size: 1.4375rem;
  font-weight: 800;
  color: #000000;
  letter-spacing: 0;
  line-height: 1.2;
  margin: 0 -0.4375rem;
}
@media screen and (min-width: 768px) {
  .p-lp__merits-title-text3 {
    font-size: 2.5rem;
    letter-spacing: 0.075rem;
  }
}

.p-lp__merits-title-highlight {
  font-size: 2.375rem;
  font-weight: 800;
  color: #e81729;
  letter-spacing: 0.06em;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .p-lp__merits-title-highlight {
    font-size: 4.375rem;
    letter-spacing: 0.13125rem;
  }
}

.p-lp__merits-intro {
  font-size: 1.0625rem;
  line-height: 1.7;
  color: #333333;
  font-weight: 600;
  text-align: center;
  margin: 1.25rem auto 1.875rem;
  padding-inline: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-lp__merits-intro {
    font-size: 1.625rem;
    line-height: 2.6875rem;
  }
}

.p-lp__merits-list {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-lp__merits-list {
    margin-top: 3.75rem;
  }
}

.p-lp__merits-item {
  padding: 1.875rem 0.9375rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-lp__merits-item {
    width: 56.1875rem;
    margin-inline: auto;
  }
}

.p-lp__merits-header {
  position: relative;
  margin-bottom: 1.25rem;
  margin-left: -1.25rem;
  margin-right: 0;
  margin-top: -1.875rem;
  overflow: visible;
  height: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-lp__merits-header {
    margin-left: -1.25rem;
  }
}
.p-lp__merits-header::before {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -50vw;
  right: 1.25rem;
  width: auto;
  height: 3.125rem;
  background: #e81729;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .p-lp__merits-header::before {
    height: 4.375rem;
    min-width: 74.375rem;
    left: 51%;
  }
}

.p-lp__merits-number-wrapper {
  position: relative;
  top: -0.625rem;
  padding-left: 0.625rem;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-lp__merits-number-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    top: 0;
  }
}

.p-lp__merits-number-label {
  font-size: 0.75rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 0.125rem;
  letter-spacing: 0.05em;
  text-shadow: 1px 0px 1px #e81729, 1px 1px 1px #e81729, 0px 1px 1px #e81729, -1px 1px 1px #e81729, -1px 0px 1px #e81729, -1px -1px 1px #e81729, 0px -1px 1px #e81729, 1px -1px 0.5px #e81729;
}
@media screen and (min-width: 768px) {
  .p-lp__merits-number-label {
    font-size: 2rem;
    line-height: 1;
    margin-bottom: 0;
    letter-spacing: 0.05em;
  }
}

.p-lp__merits-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.625rem;
  font-weight: 700;
  font-family: "din-2014", sans-serif;
  color: #ffffff;
  line-height: 2.04125rem;
  margin-bottom: 0;
  text-shadow: 0.21875rem 0rem 0 #e81729, -0.21875rem 0rem 0 #e81729, 0rem 0.21875rem 0 #e81729, 0rem -0.21875rem 0 #e81729, 0.15625rem 0.15625rem 0 #e81729, -0.15625rem 0.15625rem 0 #e81729, 0.15625rem -0.15625rem 0 #e81729, -0.15625rem -0.15625rem 0 #e81729;
}
@media screen and (min-width: 768px) {
  .p-lp__merits-number {
    font-size: 5.75rem;
    line-height: 2.04125rem;
    margin-bottom: 1.25rem;
  }
}

.p-lp__merits-title {
  position: relative;
  margin-left: 0.3125rem;
  font-size: 1.0625rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 0;
  z-index: 1;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-lp__merits-title {
    font-size: 2rem;
    margin-left: 3rem;
  }
}

.p-lp__merits-description {
  font-size: 0.9375rem;
  line-height: 2rem;
  color: #333333;
  margin-top: 1.25rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-lp__merits-description {
    font-size: 1rem;
    line-height: 1.875rem;
    margin-top: 1.875rem;
  }
}

.p-lp__merits-example {
  margin-top: 1.25rem;
  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: 1.25rem;
}

.p-lp__merits-example-content {
  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;
}

.p-lp__merits-example-content img {
  width: 21.875rem;
  height: 33.125rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .p-lp__merits-example-content img {
    width: 60.6875rem;
    height: 29.25rem;
  }
}

.p-lp__merits-example-note {
  font-size: 1.125rem;
  font-weight: 600;
  color: #333333;
  margin: 2rem 0 0;
  text-align: center;
  line-height: 2rem;
  padding-inline: 0.6875rem;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-lp__merits-example-note {
    font-size: 1.375rem;
    line-height: 1.9375rem;
    margin: 0;
  }
}

.p-lp__merits-example-disclaimer {
  font-size: 0.625rem;
  line-height: 1.25rem;
  color: #5c5c5c;
  margin-top: 0.9375rem;
  margin-bottom: 2.25rem;
  padding-inline: 1.1875rem;
}
@media screen and (min-width: 768px) {
  .p-lp__merits-example-disclaimer {
    font-size: 0.75rem;
    line-height: 1.25rem;
    margin-top: 0.9375rem;
    margin-bottom: 2.25rem;
    padding-inline: 1.1875rem;
    -ms-flex-item-align: start;
        align-self: flex-start;
    text-align: left;
  }
}
.p-lp__merits-example-disclaimer span {
  color: #e81729;
}

.p-lp__merits-release {
  margin-top: 1.25rem;
}

.p-lp__merits-release-content {
  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;
}

.p-lp__merits-release-content img {
  width: 20.625rem;
  height: 13.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .p-lp__merits-release-content img {
    width: 46.8125rem;
    height: 13.875rem;
  }
}

.p-lp__merits-release-note {
  font-size: 1.25rem;
  font-weight: 600;
  color: #333333;
  text-align: center;
  margin: 0.9375rem 0;
  line-height: 1.9375rem;
}
@media screen and (min-width: 768px) {
  .p-lp__merits-release-note {
    font-size: 1.375rem;
    line-height: 1.9375rem;
    margin: 0.9375rem 0;
  }
}

.p-lp__merits-release-disclaimer {
  font-size: 0.625rem;
  line-height: 1.125rem;
  color: #5c5c5c;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-lp__merits-release-disclaimer {
    font-size: 0.75rem;
    line-height: 1.25rem;
  }
}

.p-lp__flow {
  position: relative;
  padding: 2.5rem 1.25rem;
  background: #ffffff;
  z-index: 1;
}

.p-lp__flow-content {
  max-width: 21.25rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-lp__flow-content {
    max-width: 55.125rem;
  }
}

.p-lp__flow-list {
  margin-top: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
}

.p-lp__flow-item {
  position: relative;
  background: #ffffff;
  border: 0.0625rem solid #d9d9d9;
  padding: 3.1875rem 1.25rem 1.25rem 5.625rem;
  margin-bottom: 0;
  -webkit-box-shadow: 0 0.25rem 0.25rem 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0.25rem 0.25rem 0 rgba(0, 0, 0, .25);
  width: 21.25rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-lp__flow-item {
    width: 54.5rem;
  }
}

.p-lp__flow-item:nth-of-type(1) {
  min-height: 12.8125rem;
}
@media screen and (min-width: 768px) {
  .p-lp__flow-item:nth-of-type(1) {
    min-height: 13.5625rem;
  }
}

.p-lp__flow-item:nth-of-type(3) {
  min-height: 8.8125rem;
}
@media screen and (min-width: 768px) {
  .p-lp__flow-item:nth-of-type(3) {
    min-height: 13.5625rem;
  }
}

.p-lp__flow-item:nth-of-type(5) {
  min-height: 7.125rem;
}
@media screen and (min-width: 768px) {
  .p-lp__flow-item:nth-of-type(5) {
    min-height: 13.5625rem;
  }
}

.p-lp__flow-item:nth-of-type(7) {
  min-height: 10.8125rem;
}
@media screen and (min-width: 768px) {
  .p-lp__flow-item:nth-of-type(7) {
    min-height: 13.5625rem;
  }
}

.p-lp__flow-item:nth-of-type(9) {
  min-height: 14.875rem;
}
@media screen and (min-width: 768px) {
  .p-lp__flow-item:nth-of-type(9) {
    min-height: 13.5625rem;
  }
}

.p-lp__flow-arrow {
  width: 9.75rem;
  height: 3rem;
  margin: 0 auto;
}
.p-lp__flow-arrow::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-left: 4.875rem solid transparent;
  border-right: 4.875rem solid transparent;
  border-top: 3rem solid #b2b2b2;
}

.p-lp__flow-step {
  position: absolute;
  top: 0;
  left: -0.3125rem;
  width: 5.4375rem;
  height: 2.625rem;
  background: #e81729;
  color: #ffffff;
  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;
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-lp__flow-step {
    width: 9.125rem;
    height: 4.5rem;
  }
}

.p-lp__flow-step-label {
  font-size: 1.25rem;
  line-height: 1.069;
  letter-spacing: 0.08611875rem;
}
@media screen and (min-width: 768px) {
  .p-lp__flow-step-label {
    font-size: 2.25rem;
    letter-spacing: 0.1575rem;
  }
}

.p-lp__flow-step-number {
  font-size: 1.625rem;
  line-height: 1.069;
  letter-spacing: 0.08611875rem;
}
@media screen and (min-width: 768px) {
  .p-lp__flow-step-number {
    font-size: 2.8125rem;
    letter-spacing: 0.1575rem;
  }
}

.p-lp__flow-icon {
  position: absolute;
  z-index: 1;
}
.p-lp__flow-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-lp__flow-item:nth-of-type(1) .p-lp__flow-icon {
  left: 2.125rem;
  top: 6.125rem;
  width: 2.4375rem;
  height: 2.375rem;
}
@media screen and (min-width: 768px) {
  .p-lp__flow-item:nth-of-type(1) .p-lp__flow-icon {
    width: 4.4375rem;
    height: 4.3125rem;
  }
}

.p-lp__flow-item:nth-of-type(3) .p-lp__flow-icon {
  left: 1.8125rem;
  top: 3.9375rem;
  width: 2.1875rem;
  height: 2.875rem;
}
@media screen and (min-width: 768px) {
  .p-lp__flow-item:nth-of-type(3) .p-lp__flow-icon {
    width: 4.5625rem;
    height: 4.0625rem;
    top: 6.125rem;
  }
}

.p-lp__flow-item:nth-of-type(5) .p-lp__flow-icon {
  left: 1.8125rem;
  top: 3.5rem;
  width: 2.5rem;
  height: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .p-lp__flow-item:nth-of-type(5) .p-lp__flow-icon {
    width: 4.5rem;
    height: 4rem;
    top: 7rem;
    left: 2.4375rem;
  }
}

.p-lp__flow-item:nth-of-type(7) .p-lp__flow-icon {
  left: 1.6875rem;
  top: 5.3125rem;
  width: 2.5rem;
  height: 2.25rem;
}
@media screen and (min-width: 768px) {
  .p-lp__flow-item:nth-of-type(7) .p-lp__flow-icon {
    width: 3.9375rem;
    height: 5.1875rem;
    top: 6.8125rem;
    left: 2.4375rem;
  }
}

.p-lp__flow-item:nth-of-type(9) .p-lp__flow-icon {
  left: 1.375rem;
  top: 7.1875rem;
  width: 2.75rem;
  height: 2.125rem;
}
@media screen and (min-width: 768px) {
  .p-lp__flow-item:nth-of-type(9) .p-lp__flow-icon {
    width: 4.4375rem;
    height: 4.3125rem;
    top: 6.9375rem;
    left: 2.1875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-lp__flow-item-content {
    padding: 1rem 1.25rem 1.25rem 5.625rem;
  }
}

.p-lp__flow-title {
  font-size: 1.3125rem;
  font-weight: 700;
  color: #e81729;
  letter-spacing: 0.039375rem;
  line-height: normal;
  margin: -2.625rem 0 0.8125rem 0;
}
@media screen and (min-width: 768px) {
  .p-lp__flow-title {
    font-size: 2rem;
  }
}

.p-lp__flow-description {
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.03em;
  color: #333333;
  margin: 0 0 0.8125rem 0;
}
@media screen and (min-width: 768px) {
  .p-lp__flow-description {
    font-size: 1rem;
  }
}

.p-lp__flow-note {
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 1rem;
  color: #666666;
  margin: 0.625rem 0 0 0;
  letter-spacing: 0.01875rem;
}
@media screen and (min-width: 768px) {
  .p-lp__flow-note {
    font-size: 0.6875rem;
  }
}

.p-lp__cta {
  padding: 2.5rem 1.25rem;
  background: #ffffff;
}
@media screen and (min-width: 768px) {
  .p-lp__cta {
    padding: 3.4375rem 0;
  }
}

.p-lp__cta-content {
  max-width: 20.625rem;
  margin-inline: auto;
  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: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-lp__cta-content {
    max-width: 44.625rem;
  }
}

.p-lp__cta-title {
  font-size: 1.875rem;
  font-weight: 800;
  color: #000000;
  text-align: center;
  line-height: 1.5476190476em;
  letter-spacing: 0.05625rem;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-lp__cta-title {
    font-size: 2.625rem;
    line-height: 1.5476190476em;
    padding-bottom: 0.3125rem;
  }
}

.p-lp__cta-tel {
  background: #e81729;
  border-radius: 0.75rem;
  padding: 1rem 1.25rem 1.25rem;
  text-align: center;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, .25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, .25);
  position: relative;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-lp__cta-tel {
    width: 42.0625rem;
    height: auto;
    border-radius: 0.75125rem;
    padding: 0.875rem;
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-lp__cta-tel-label {
  font-size: 1.1875rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 0.75rem;
  letter-spacing: -0.02375rem;
  line-height: 1.4479999542em;
}
@media screen and (min-width: 768px) {
  .p-lp__cta-tel-label {
    font-size: 2rem;
    margin-bottom: 0.875rem;
  }
}

.p-lp__cta-tel-number-wrapper {
  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: 0.5rem;
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-lp__cta-tel-number-wrapper {
    gap: 0.5rem;
    margin-bottom: 0.625rem;
  }
}

.p-lp__cta-tel-icon {
  font-size: 1.5rem;
  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;
  width: 1.5rem;
  height: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-lp__cta-tel-icon {
    width: 3.3125rem;
    height: 3.3125rem;
  }
}
.p-lp__cta-tel-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-lp__cta-tel-number {
  font-size: 2.25rem;
  font-weight: 700;
  color: #ffffff;
  font-family: "din-2014", sans-serif;
  line-height: 1.2209999084em;
}
@media screen and (min-width: 768px) {
  .p-lp__cta-tel-number {
    font-size: 3.75rem;
  }
}

.p-lp__cta-tel-time {
  font-size: 0.8125rem;
  color: #ffffff;
  font-weight: 600;
  margin-top: 0.5rem;
  line-height: 1.4479999542em;
}
@media screen and (min-width: 768px) {
  .p-lp__cta-tel-time {
    font-size: 1rem;
    margin-top: 0.5rem;
  }
}

.p-lp__cta-subtitle {
  font-size: 1.125rem;
  font-weight: 600;
  color: #333333;
  text-align: center;
  position: relative;
  padding: 0 1.875rem;
  letter-spacing: -0.014375rem;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-lp__cta-subtitle {
    font-size: 1.5rem;
    font-weight: 700;
    padding: 0;
  }
}

.p-lp__cta-subtitle::before,
.p-lp__cta-subtitle::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 1.5625rem;
  height: 0.0625rem;
  background: #333333;
}
@media screen and (min-width: 768px) {
  .p-lp__cta-subtitle::before,
  .p-lp__cta-subtitle::after {
    width: 8.125rem;
  }
}

.p-lp__cta-subtitle::before {
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-lp__cta-subtitle::before {
    left: -40%;
  }
}

.p-lp__cta-subtitle::after {
  right: 0;
}
@media screen and (min-width: 768px) {
  .p-lp__cta-subtitle::after {
    right: -40%;
  }
}

.p-lp__cta-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-lp__cta-buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-lp__cta-btn {
  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: 0.625rem;
  padding: 1.25rem;
  border-radius: 0.375rem;
  font-size: 1.25rem;
  font-weight: 800;
  text-decoration: none;
  color: #ffffff;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, .25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, .25);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  line-height: 1.4479999542em;
}
@media screen and (min-width: 768px) {
  .p-lp__cta-btn {
    width: 20.625rem;
    height: 6.25rem;
    font-size: 1.5rem;
    padding: 0;
    gap: 2.4375rem;
  }
}

.p-lp__cta-btn-icon {
  width: 2.1875rem;
  height: 1.4375rem;
}
@media screen and (min-width: 768px) {
  .p-lp__cta-btn-icon {
    width: 3.5625rem;
    height: 3.5rem;
  }
}

.p-lp__cta-btn-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-lp__cta-btn:hover {
  opacity: 0.9;
}

.p-lp__cta-btn--form {
  background: #f7791f;
}

.p-lp__cta-btn--line {
  background: #00b900;
}

.p-lp__faq {
  padding: 2.5rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-lp__faq {
    padding: 2.5rem 0;
  }
}

.p-lp__faq-content {
  max-width: 20.625rem;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-lp__faq-content {
    max-width: 90rem;
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-lp__faq-content .p-lp__section-subtitle {
    font-size: 1.625rem;
    letter-spacing: 0.065rem;
    color: #e81729;
    font-family: "din-2014", sans-serif;
    font-weight: 700;
    margin-bottom: 0.75rem;
  }
}
@media screen and (min-width: 768px) {
  .p-lp__faq-content .p-lp__section-title {
    font-size: 2.8125rem;
    letter-spacing: 0.084375rem;
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .p-lp__faq-content .p-lp__section-title::after {
    width: 12.625rem;
    height: 0.1875rem;
  }
}

.p-lp__faq-list {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-lp__faq-list {
    margin-top: 3rem;
    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: 1.375rem;
  }
}

.p-lp__faq-item {
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-lp__faq-item {
    margin-bottom: 0;
    width: 53.875rem;
  }
}

.p-lp__faq-question {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  padding: 0.625rem;
  background: #e81729;
  color: #ffffff;
  border: none;
  cursor: pointer;
  text-align: left;
  -webkit-box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 0, 0, .25);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  white-space: nowrap;
  height: auto;
  min-height: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-lp__faq-question {
    height: 3.75rem;
    padding: 0;
    gap: 0;
    -webkit-box-shadow: 0px 0.125rem 0.25rem 0px rgba(0, 0, 0, .25);
            box-shadow: 0px 0.125rem 0.25rem 0px rgba(0, 0, 0, .25);
    position: relative;
  }
}

.p-lp__faq-question:hover {
  opacity: 0.9;
}

.p-lp__faq-number {
  font-size: 1.875rem;
  font-weight: 800;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "din-2014", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-lp__faq-number {
    font-size: 2.5rem;
    font-weight: 700;
    font-family: "din-2014", sans-serif;
    letter-spacing: 0.075rem;
    position: absolute;
    left: 1.1875rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.p-lp__faq-text {
  font-size: 0.875rem;
  font-weight: 800;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 768px) {
  .p-lp__faq-text {
    font-size: 1.375rem;
    font-weight: 800;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    letter-spacing: 0.04125rem;
    position: absolute;
    left: 4.875rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    white-space: normal;
  }
}

.p-lp__faq-arrow {
  position: relative;
  width: 1rem;
  height: 0.6875rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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;
}
@media screen and (min-width: 768px) {
  .p-lp__faq-arrow {
    width: 1.5625rem;
    height: 0.875rem;
    position: absolute;
    right: 1.1875rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.p-lp__faq-arrow-icon {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-lp__faq-arrow-icon--up {
  opacity: 0;
}
.p-lp__faq-arrow-icon--down {
  opacity: 1;
}

.p-lp__faq-answer {
  display: none;
  padding: 1.25rem 1.125rem;
  background: #ffffff;
  border-radius: 0 0 0.25rem 0.25rem;
  font-size: 0.875rem;
  line-height: 1.8;
  color: #333333;
}
@media screen and (min-width: 768px) {
  .p-lp__faq-answer {
    padding: 1.25rem 0;
    font-size: 1rem;
    line-height: 2rem;
    color: #333333;
    font-weight: 400;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    letter-spacing: 0.03rem;
    width: 44.8125rem;
    margin-left: 4.4375rem;
  }
}
.p-lp__faq-answer p {
  margin: 0;
}

.p-lp__faq-item.active .p-lp__faq-answer {
  display: block;
}

.p-lp__faq-item.active .p-lp__faq-arrow .p-lp__faq-arrow-icon--up {
  opacity: 1;
}
.p-lp__faq-item.active .p-lp__faq-arrow .p-lp__faq-arrow-icon--down {
  opacity: 0;
}

.p-lp__footer {
  padding: 2.5rem 1.25rem;
  background: #ffffff;
}

.p-lp__footer-content {
  max-width: 21.25rem;
  margin: 0 auto;
  text-align: center;
}

.p-lp__footer-logo {
  width: 8.0625rem;
  height: 3.875rem;
  margin: 0 auto 1.25rem;
  text-align: center;
  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;
}

.p-lp__footer-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.p-lp__footer-info {
  text-align: center;
}

.p-lp__footer-text {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #000000;
  margin-bottom: 0.75rem;
  letter-spacing: 0.046875rem;
  line-height: normal;
  white-space: pre-wrap;
  font-family: "Noto Sans JP", sans-serif;
}

.p-lp__footer-details {
  font-size: 0.75rem;
  color: #666666;
  font-weight: 300;
  font-family: "Noto Sans JP", sans-serif;
  white-space: pre-wrap;
  line-height: 1;
}

.p-thanks {
  padding: 80px 20px;
  text-align: center;
}

.p-thanks__title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 24px;
}

.p-thanks__text {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 40px;
}

.p-thanks__btn .c-btn {
  display: inline-block;
  padding: 14px 32px;
  background: #222;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
}

.p-test {
  color: pink;
  font-size: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-test {
    font-size: 3.125rem;
  }
}

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

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