@charset "UTF-8";
html {
  font-size: 100%;
}
@media (min-width: 768px) and (max-width: calc(1050px - 0.02px)) {
  html {
    font-size: 1.5238095238vw;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media (min-width: 1050px) {
  html {
    font-size: 100%;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  display: flex;
  flex-direction: column;
}

body.fixed {
  overflow: hidden;
}

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

@media (hover: none) {
  a,
  button {
    transition: none;
    cursor: auto;
  }
  a:hover,
  button:hover {
    opacity: 1;
  }
}
/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
ol,
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]) {
  -webkit-text-decoration-skip: ink;
          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 {
    scroll-behavior: auto !important;
  }
}
.l-archive {
  padding: 4rem 0 5rem;
}
@media screen and (max-width: 768px) {
  .l-archive {
    padding: 3.75rem 0;
  }
}

.l-banner {
  padding: 5.3125rem 0 6.25rem;
}
@media screen and (max-width: 768px) {
  .l-banner {
    padding: 3.75rem 0;
  }
}

.l-case {
  padding: 5rem 0;
}
@media screen and (max-width: 768px) {
  .l-case {
    padding: 3.75rem 0;
  }
}

.l-contact {
  padding: 5rem 0;
}
@media screen and (max-width: 768px) {
  .l-contact {
    padding: 3.75rem 0;
  }
}

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

.l-flow {
  padding: 5rem 0;
}
@media screen and (max-width: 768px) {
  .l-flow {
    padding: 3.75rem 0;
  }
}

.l-footer {
  height: 3.75rem;
}

.l-fv {
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .l-fv {
    margin-top: 3.75rem;
    padding: 2.125rem 0 2.5rem;
  }
}

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

.l-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1050px;
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
}
@media (max-width: 767px) {
  .l-inner {
    max-width: none;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

.l-price {
  padding: 5rem 0 6.0625rem;
}
@media screen and (max-width: 768px) {
  .l-price {
    padding: 3.75rem 0;
  }
}

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

.l-thanks {
  padding: 12.5rem 0;
}

.c-card-archive {
  height: 9.5625rem;
  border: 3px solid #c10000;
  border-radius: 0.625rem;
  padding-top: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.c-card-archive__title {
  position: absolute;
  top: -1rem;
  left: -0.625rem;
  width: 15rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  padding-left: 1.5rem;
  font-size: 1.25rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  color: #fff;
  font-style: italic;
  background: url(../images/card-title_bg.webp) no-repeat center/cover;
}

.c-card-archive__table-box {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.c-card-archive__table-box:nth-child(1) {
  border-bottom: 1px solid #dbdbdb;
}

.c-card-archive__table-box dt {
  width: 3.75rem;
  font-size: 1.125rem;
  font-weight: bold;
}

.c-card-archive__table-box dd {
  color: #c10000;
  font-size: 1.5rem;
  font-weight: 800;
}

.c-card-archive__table-box dd span {
  font-size: 3rem;
  font-style: italic;
  margin-right: 0.25rem;
}

.c-card-case {
  border-radius: 0.5rem;
  background-color: #f8f8f8;
  padding: 1.625rem 0;
  box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.18);
}

.c-card-case__title {
  padding: 0 1.25rem;
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 1.1;
  color: #c10000;
  font-style: italic;
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 46%, rgba(255, 255, 255, 0) 100%);
}

.c-card-case__table {
  margin-top: 1.25rem;
  padding: 0 1.25rem;
}

.c-card-case__table-box {
  padding-bottom: 0.25rem;
}

.c-card-case__table-box:not(:last-child) {
  border-bottom: 1px solid #e1e1e1;
}

.c-card-case__table-box:nth-child(n+2) {
  margin-top: 0.5rem;
}

.c-card-case__table-box dt {
  width: 6rem;
  height: 1.5rem;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
}

.c-card-case__table-box dt.red {
  background-color: #c10000;
}

.c-card-case__table-box dd {
  margin-top: 0.125rem;
  font-size: 0.9375rem;
  line-height: 1.5;
}

.c-card-case__wrap {
  display: flex;
  gap: 0.625rem;
}

.c-card-case__wrap span {
  color: #c10000;
  font-size: 2rem;
  font-weight: 900;
}

.c-card-case__apo {
  width: 6.875rem;
}

.c-card-case__nego {
  min-width: 7.5rem;
}

.c-card-flow {
  background-color: #f8f8f8;
  height: 8.4375rem;
  counter-increment: num;
  position: relative;
  display: flex;
  align-items: center;
  gap: 2.25rem;
}
@media screen and (max-width: 768px) {
  .c-card-flow {
    height: auto;
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
  }
}

.c-card-flow__label {
  position: absolute;
  top: 1.25rem;
  left: 1.875rem;
}
@media screen and (max-width: 768px) {
  .c-card-flow__label {
    top: 1rem;
    left: 1rem;
  }
}

.c-card-flow__label::before {
  content: counter(num, decimal-leading-zero);
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: #c10000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  font-weight: 800;
}

.c-card-flow__title-area {
  width: 15.4375rem;
  padding-left: 3.0625rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .c-card-flow__title-area {
    width: 100%;
    padding-left: 0;
    flex-direction: column-reverse;
    gap: 0.25rem;
  }
}

.c-card-flow__icon {
  width: 3.5rem;
}
@media screen and (max-width: 768px) {
  .c-card-flow__icon {
    width: 2.5rem;
  }
}

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

.c-card-flow__title {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .c-card-flow__title {
    font-size: 1rem;
  }
}

.c-card-flow__text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .c-card-flow__text {
    font-size: 0.875rem;
  }
}

.c-card-flow__text a {
  text-decoration: underline;
}

.c-card-nayami {
  display: flex;
  width: calc(33.3333333333% - 0.9375rem);
  height: 8.9375rem;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  border-top: 0.5rem solid #c10000;
  background-color: #fff;
  box-shadow: 0 0.25rem 0.25rem 0 rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 768px) {
  .c-card-nayami {
    width: 10.125rem;
    height: 7rem;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0.625rem 0;
    gap: 0.25rem;
  }
}

.c-card-nayami::before {
  content: "";
  width: 2.5rem;
  height: 2.5rem;
  background: url(../images/icon_cross.svg) no-repeat center/cover;
}
@media screen and (max-width: 768px) {
  .c-card-nayami::before {
    width: 1.5rem;
    height: 1.5rem;
  }
}

.c-card-nayami__text {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.7142857143;
  color: #101828;
}
@media screen and (max-width: 768px) {
  .c-card-nayami__text {
    font-size: 0.6875rem;
    text-align: center;
    line-height: 1.3636363636;
    flex-grow: 1;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.c-card-nayami__text span {
  display: inline-block;
  font-size: 1.375rem;
  font-weight: 900;
  line-height: 1.7;
  background: linear-gradient(transparent 75%, #ffdddd 75%);
  margin-top: -0.25rem;
}
@media screen and (max-width: 768px) {
  .c-card-nayami__text span {
    font-size: 0.875rem;
    margin-top: 0;
  }
}

.c-card-reason {
  display: flex;
  gap: 2.5rem;
  counter-increment: num;
}
@media screen and (max-width: 768px) {
  .c-card-reason {
    flex-direction: column-reverse;
    gap: 0;
  }
}

.c-card-reason:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .c-card-reason:nth-child(even) {
    flex-direction: column-reverse;
  }
}

.c-card-reason__body {
  width: 55.3%;
}
@media screen and (max-width: 768px) {
  .c-card-reason__body {
    width: 100%;
    margin-top: -1.875rem;
    position: relative;
    z-index: 10;
  }
}

@media screen and (max-width: 768px) {
  .c-card-reason__label {
    margin-left: -0.5rem;
  }
}

.c-card-reason__label::before {
  content: counter(num, decimal-leading-zero);
  font-size: 5.625rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.05em;
  font-style: italic;
  color: #dfdfdf;
}
@media screen and (max-width: 768px) {
  .c-card-reason__label::before {
    font-size: 3.75rem;
  }
}

.c-card-reason__title {
  margin-left: 2.5rem;
  margin-top: -1.5rem;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .c-card-reason__title {
    font-size: 1.25rem;
    margin-left: 0;
    margin-top: 0;
  }
}

.c-card-reason__title span {
  font-size: 1.75rem;
  color: #c10000;
}
@media screen and (max-width: 768px) {
  .c-card-reason__title span {
    font-size: 1.5rem;
  }
}

.c-card-reason__text {
  margin-top: 1rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.06em;
  margin-left: 0.4375rem;
}
@media screen and (max-width: 768px) {
  .c-card-reason__text {
    margin-top: 0.25rem;
    margin-left: 0;
  }
}

.c-card-reason__img {
  width: 40.7%;
  margin-top: 1.0625rem;
}
@media screen and (max-width: 768px) {
  .c-card-reason__img {
    width: 100%;
    margin-top: 0;
  }
}

.c-card-reason__img img {
  aspect-ratio: 407/257;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32.5625rem;
  height: 4.6875rem;
  background-color: #ac0000;
  position: relative;
  box-shadow: 0 0.25rem 0.25rem 0 rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 768px) {
  .c-cta {
    width: 20.9375rem;
    height: 3.8125rem;
  }
}

.c-cta span {
  color: #fff27f;
  font-size: 1.375rem;
  font-weight: 900;
  line-height: 1.6;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .c-cta span {
    font-size: 1rem;
  }
}

.c-cta::before {
  content: "";
  width: 100%;
  height: 3.8125rem;
  background: url(../images/cta_bg-la.webp) no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .c-cta::before {
    height: 3.25rem;
  }
}

.c-cta::after {
  content: "";
  width: 1.1875rem;
  height: 2.3125rem;
  background: url(../images/icon_arrow.svg) no-repeat center/cover;
  position: absolute;
  top: 50%;
  right: 0.875rem;
  transform: translateY(-50%);
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .c-cta::after {
    width: 0.875rem;
    height: 1.875rem;
    right: 0.5rem;
  }
}

.c-section-title {
  text-align: center;
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 1.1;
}
@media screen and (max-width: 768px) {
  .c-section-title {
    font-size: 1.625rem;
  }
}

.c-section-title--white {
  color: #fff;
}

.c-section-title::before {
  content: attr(data-en);
  display: block;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.6;
  color: #c10000;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  .c-section-title::before {
    font-size: 1rem;
    margin-bottom: 0.25rem;
  }
}

.c-section-title--white::before {
  color: #fff;
}

.c-section-title .red {
  display: block;
  color: #c10000;
  font-size: 2.75rem;
}
@media screen and (max-width: 768px) {
  .c-section-title .red {
    font-size: 2rem;
  }
}

.c-section-title .la {
  font-size: 3.5rem;
}
@media screen and (max-width: 768px) {
  .c-section-title .la {
    font-size: 2rem;
  }
}

.p-archive {
  overflow: hidden;
}

.p-archive__title {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-archive__title {
    font-size: 1.5rem;
  }
}

.p-archive__text {
  margin-top: 0.75rem;
  text-align: center;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.5;
  color: #364153;
}
@media screen and (max-width: 768px) {
  .p-archive__text {
    font-size: 0.875rem;
  }
}

.p-archive__caption {
  margin-top: 0.375rem;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.5;
  color: #364153;
  text-align: center;
}

.p-archive__swiper.swiper {
  margin-top: 2rem;
  padding-top: 1rem;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.p-archive__card.swiper-slide {
  width: 18.75rem;
}

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

.p-banner {
  background: url(../images/banner.webp) no-repeat center/cover;
}

.p-banner__lead {
  text-align: center;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.7;
  color: #c10000;
}
@media screen and (max-width: 768px) {
  .p-banner__lead {
    font-size: 1.125rem;
  }
}

.p-banner__lead .marker {
  display: inline-block;
  background-color: #fff;
  padding: 0 0.5rem;
  margin-bottom: 0.4375rem;
}
@media screen and (max-width: 768px) {
  .p-banner__lead .marker {
    margin-bottom: 0.25rem;
  }
}

.p-banner__lead .la {
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-banner__lead .la {
    font-size: 1.5rem;
  }
}

.p-banner__text {
  margin-top: 1.25rem;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.6;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-banner__text {
    margin-top: 1rem;
    font-size: 0.875rem;
  }
}

.p-banner__btn {
  margin-top: 1.875rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-banner__btn {
    margin-top: 1.5rem;
  }
}

.p-case {
  background: linear-gradient(180deg, rgb(231, 14, 14) 0%, rgb(143, 1, 1) 100%);
}

@media screen and (max-width: 768px) {
  .p-case__inner {
    max-width: 30rem;
  }
}

.p-case__text {
  margin-top: 1.75rem;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-case__text {
    margin-top: 1.25rem;
    font-size: 0.875rem;
  }
}

.p-case__caption {
  margin-top: 0.375rem;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .p-case__cards-contents {
    position: relative;
    padding-bottom: 1.75rem;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}

.p-case__cards.swiper {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1.25rem;
  gap: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-case__cards.swiper {
    margin-top: 2rem;
    grid-template-columns: repeat(1, 1fr);
  }
}

.p-case__wrapper.swiper-wrapper {
  display: contents;
}
@media screen and (max-width: 768px) {
  .p-case__wrapper.swiper-wrapper {
    display: flex;
  }
}

@media screen and (max-width: 768px) {
  .p-case__card.swiper-slide {
    width: 18.75rem;
  }
}

@media screen and (max-width: 768px) {
  .p-case__pagination.swiper-pagination {
    bottom: 0 !important;
  }
}

.p-case__pagination .swiper-pagination-bullet {
  width: 0.5rem;
  height: 0.5rem;
  background-color: #c73333;
}

.p-case__pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .p-case__prev.swiper-button-prev,
  .p-case__next.swiper-button-next {
    top: 10.625rem;
    width: 2.1875rem;
    height: 2.1875rem;
    background-color: rgba(0, 0, 0, 0.9);
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .p-case__prev.swiper-button-prev {
    left: 0;
  }
}

@media screen and (max-width: 768px) {
  .p-case__next.swiper-button-next {
    right: 0;
  }
}

@media screen and (max-width: 768px) {
  .p-case__prev.swiper-button-prev::after,
  .p-case__next.swiper-button-next::after {
    width: 0.4375rem;
    height: 0.8125rem;
    background: url(../images/icon_arrow-swiper.svg) no-repeat center/cover;
  }
}

@media screen and (max-width: 768px) {
  .p-case__next.swiper-button-next::after {
    transform: scale(-1, 1);
  }
}

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

.p-contact__inner {
  max-width: 55.625rem;
}

.p-contact__form {
  margin-top: 2.5rem;
  background-color: #fff;
  padding: 2.5rem 4.25rem;
}
@media screen and (max-width: 768px) {
  .p-contact__form {
    margin-top: 1.5rem;
    padding: 1rem;
  }
}

.p-contact__item {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  .p-contact__item {
    font-size: 0.75rem;
  }
}

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

.p-contact__form-box {
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-contact__form-box {
    margin-top: 1.25rem;
  }
}

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

.p-faq__table {
  margin-top: 3.25rem;
}
@media screen and (max-width: 768px) {
  .p-faq__table {
    margin-top: 2rem;
  }
}

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

.p-faq__table-box dt {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  height: 3.125rem;
  background-color: #fff;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.06em;
  padding: 0 1.625rem;
}
@media screen and (max-width: 768px) {
  .p-faq__table-box dt {
    height: auto;
    padding: 0.5rem;
    font-size: 0.9375rem;
  }
}

.p-faq__table-box dt .red {
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
  color: #c10000;
}
@media screen and (max-width: 768px) {
  .p-faq__table-box dt .red {
    font-size: 1.125rem;
  }
}

.p-faq__table-box dt .text {
  margin-top: 0.5rem;
}
@media screen and (max-width: 768px) {
  .p-faq__table-box dt .text {
    margin-top: 0.25rem;
  }
}

.p-faq__table-box dd {
  padding: 0.9375rem 1.625rem 0;
  display: flex;
  gap: 0.625rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .p-faq__table-box dd {
    padding: 0.5rem;
    font-size: 0.875rem;
  }
}

.p-faq__table-box dd .black {
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-faq__table-box dd .black {
    font-size: 1.125rem;
  }
}

.p-faq__table-box dd .text {
  margin-top: 0.5rem;
}
@media screen and (max-width: 768px) {
  .p-faq__table-box dd .text {
    margin-top: 0.25rem;
  }
}

.p-flow__inner {
  max-width: 55.625rem;
}
@media screen and (max-width: 768px) {
  .p-flow__inner {
    max-width: 30rem;
  }
}

.p-flow__cards {
  margin-top: 3.25rem;
}

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

.p-footer {
  background-color: #c10000;
}

.p-footer__inner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-footer__copyright {
  font-size: 0.75rem;
  font-weight: 900;
  color: #fff;
}

.p-form__table-box {
  display: flex;
  align-items: flex-start;
  gap: 1.3125rem;
}
@media screen and (max-width: 768px) {
  .p-form__table-box {
    flex-direction: column;
    gap: 0.5rem;
  }
}

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

.p-form__table-box dt {
  width: 25.6045519203%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-top: 0.5rem;
}
@media screen and (max-width: 768px) {
  .p-form__table-box dt {
    width: 100%;
    justify-content: flex-start;
    gap: 0.5rem;
    margin-top: 0;
  }
}

.p-form__table-box dt span {
  width: 2.375rem;
  height: 1.4375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #c10000;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 800;
}

.p-form__table-box dd {
  width: 71.4082503556%;
}
@media screen and (max-width: 768px) {
  .p-form__table-box dd {
    width: 100%;
  }
}

.p-form__table-box dd input {
  width: 100%;
  height: 3.125rem;
  border-radius: 0.3125rem;
  background-color: #f8f8f8;
  border: none;
  padding: 0.9375rem;
  font-size: 0.875rem;
}

.p-form__table-box dd input::-moz-placeholder {
  color: #c6c6c6;
}

.p-form__table-box dd input::placeholder {
  color: #c6c6c6;
}

.p-form__table-box dd textarea {
  width: 100%;
  height: 9.6875rem;
  border-radius: 0.3125rem;
  background-color: #f8f8f8;
  border: none;
  padding: 0.9375rem;
  font-size: 0.875rem;
}

.p-form__table-box dd textarea::-moz-placeholder {
  color: #c6c6c6;
}

.p-form__table-box dd textarea::placeholder {
  color: #c6c6c6;
}

.p-form__privacy {
  margin-top: 1.875rem;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .p-form__privacy {
    margin-top: 1.25rem;
    font-size: 0.75rem;
  }
}

.p-form__privacy a {
  text-decoration: underline;
}

.p-form__btn {
  margin-top: 1.25rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-form__btn {
    margin-top: 1.875rem;
  }
}

.p-form__btn input {
  width: 18.75rem;
  height: 3.75rem;
  background-color: #000;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .p-form__btn input {
    width: 14.375rem;
    height: 3.125rem;
  }
}

.p-fv {
  background: url(../images/fv_bg.webp) no-repeat center/cover;
  overflow: hidden;
}

.p-fv__inner {
  max-width: 78.125rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-fv__inner {
    max-width: 26.25rem;
    position: relative;
  }
}

.p-fv__body {
  width: 63.5833333333%;
  margin-right: -8.4375rem;
  flex-shrink: 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-fv__body {
    width: 100%;
    margin-right: 0;
    margin-left: -0.3125rem;
  }
}

.p-fv__copy {
  width: 53.6875rem;
}
@media screen and (max-width: 768px) {
  .p-fv__copy {
    width: 16.125rem;
  }
}

.p-fv__copy img {
  aspect-ratio: 859.48/234.8;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-fv__copy img {
    aspect-ratio: 258.03/134.05;
  }
}

.p-fv__text {
  text-align: center;
  margin-top: -1.4375rem;
  font-size: 1.625rem;
  font-weight: 900;
  line-height: 1.6;
}
@media screen and (max-width: 1240px) {
  .p-fv__text {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 768px) {
  .p-fv__text {
    margin-top: 0;
    font-size: 1rem;
    line-height: 1.7;
    text-align: left;
  }
}

.p-fv__text .red {
  color: #c10000;
}

.p-fv__text .la {
  font-size: 2.5rem;
}
@media screen and (max-width: 1240px) {
  .p-fv__text .la {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-fv__text .la {
    font-size: 1.375rem;
  }
}

.p-fv__icons {
  margin-top: 1.6875rem;
  display: flex;
  gap: 0.9375rem;
  height: 6.25rem;
  padding: 0.9375rem;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (max-width: 1240px) {
  .p-fv__icons {
    gap: 0.75rem;
    padding: 0.75rem;
  }
}
@media screen and (max-width: 768px) {
  .p-fv__icons {
    margin-top: 1.625rem;
    height: 5rem;
    gap: 0.625rem;
    justify-content: center;
  }
}

.p-fv__icon {
  display: flex;
  align-items: center;
  gap: 0.5625rem;
  font-weight: 900;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-fv__icon {
    flex-direction: column;
  }
}

.p-fv__icon::before {
  content: "";
  width: 3.5625rem;
  height: 3.5625rem;
  background: url(../images/fv-icon01.svg) no-repeat center/cover;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-fv__icon::before {
    content: none;
  }
}

.p-fv__icon:nth-child(2)::before {
  background: url(../images/fv-icon02.svg) no-repeat center/cover;
}

.p-fv__icon:nth-child(3)::before {
  background: url(../images/fv-icon03.svg) no-repeat center/cover;
}

.p-fv__icon:not(:last-child) {
  padding-right: 0.9375rem;
  border-right: 1px solid #adadad;
}
@media screen and (max-width: 1240px) {
  .p-fv__icon:not(:last-child) {
    padding-right: 0.75rem;
  }
}
@media screen and (max-width: 768px) {
  .p-fv__icon:not(:last-child) {
    padding-right: 0.625rem;
  }
}

@media screen and (max-width: 768px) {
  .p-fv__icon-body {
    text-align: center;
  }
}

.p-fv__icon-head {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  font-size: 1.1875rem;
  color: #222;
}
@media screen and (max-width: 1240px) {
  .p-fv__icon-head {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .p-fv__icon-head {
    font-size: 0.6875rem;
  }
}

@media screen and (max-width: 768px) {
  .p-fv__icon-head::before {
    content: "";
    width: 1.5625rem;
    height: 1.5625rem;
    background: url(../images/fv-icon01.svg) no-repeat center/cover;
    flex-shrink: 0;
  }
}

.p-fv__icon:nth-child(2) .p-fv__icon-head:before {
  background: url(../images/fv-icon02.svg) no-repeat center/cover;
}

.p-fv__icon:nth-child(3) .p-fv__icon-head:before {
  background: url(../images/fv-icon03.svg) no-repeat center/cover;
}

.p-fv__icon .red {
  margin-top: -0.75rem;
  display: inline-block;
  color: #c10000;
  font-size: 1.625rem;
}
@media screen and (max-width: 1240px) {
  .p-fv__icon .red {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .p-fv__icon .red {
    font-size: 0.875rem;
    margin-top: 0;
  }
}

.p-fv__icon .red .num {
  font-size: 2.75rem;
}
@media screen and (max-width: 1240px) {
  .p-fv__icon .red .num {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 768px) {
  .p-fv__icon .red .num {
    font-size: 1.5rem;
  }
}

.p-fv__btn {
  margin-top: 3.25rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-fv__btn {
    margin-top: 2.4375rem;
  }
}

.p-fv__btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20rem;
  height: 3.8125rem;
  background: #ac0000;
  position: relative;
}

.p-fv__btn a::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/cta_bg.webp) no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
}

.p-fv__btn a span.fukidashi {
  width: 15.5625rem;
  height: 1.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  color: #fff;
  border-radius: 0.875rem;
  font-size: 0.8125rem;
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.p-fv__btn a span.text {
  font-size: 1rem;
  font-weight: 900;
  color: #fff;
  position: relative;
  z-index: 10;
}

.p-fv__btn-caption {
  margin-top: 0.875rem;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.p-fv__img {
  width: 71.8333333333%;
  margin-right: -9.8125rem;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-fv__img {
    width: 11.1875rem;
    margin-right: 0;
    position: absolute;
    top: -2.125rem;
    right: -0.375rem;
  }
}

.p-fv__img img {
  aspect-ratio: 862/670;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-fv__img img {
    aspect-ratio: 179/310;
  }
}

.p-header {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}

.p-header__inner {
  height: 100%;
  padding: 0 0 0 3.125rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-header__inner {
    padding: 0 1.25rem;
  }
}

.p-header__logo {
  width: 19.1875rem;
}
@media screen and (max-width: 1240px) {
  .p-header__logo {
    width: 12.5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-header__logo {
    width: 10.5rem;
  }
}

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

@media screen and (max-width: 768px) {
  .p-header__nav-area {
    display: none;
  }
}

.p-header__nav {
  display: flex;
  align-items: center;
  gap: 1.875rem;
}
@media screen and (max-width: 1240px) {
  .p-header__nav {
    gap: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .p-header__nav {
    position: fixed;
    top: 3.75rem;
    left: 0;
    width: 100%;
    height: calc(100% - 3.75rem);
    flex-direction: column;
    padding: 2.5rem 1.25rem;
    background-color: #fff;
    gap: 1.875rem;
    overflow-y: scroll;
  }
}

.p-header__menu {
  display: flex;
  align-items: center;
  gap: 1.875rem;
}
@media screen and (max-width: 1240px) {
  .p-header__menu {
    gap: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .p-header__menu {
    flex-direction: column;
    width: 100%;
    gap: 0.9375rem;
  }
}

@media screen and (max-width: 768px) {
  .p-header__item {
    width: 100%;
  }
}

.p-header__item a {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.5;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-header__item a {
    padding-bottom: 0.9375rem;
    border-bottom: 1px solid #adadad;
    width: 100%;
    text-align: center;
  }
}

.p-header__btn a {
  width: 13.6875rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #c10000;
  color: #fff27f;
  font-size: 1.125rem;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-header__btn a {
    width: 18.125rem;
    height: 3.75rem;
    font-size: 0.9375rem;
  }
}

.p-header__toggle {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-header__toggle {
    display: block;
    width: 1.5rem;
    height: 0.5rem;
    position: relative;
    cursor: pointer;
  }
}

.p-header__toggle span {
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s ease;
}

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

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

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

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

.p-nayami__top {
  padding: 5rem 0 7.6875rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-nayami__top {
    padding: 3.75rem 0;
  }
}

.p-nayami__top::before {
  content: "";
  width: 100%;
  height: 43.1875rem;
  background-color: #f8f8f8;
  position: absolute;
  top: 0;
  left: 0;
}

.p-nayami__top::after {
  content: "";
  width: 100%;
  height: 35.5625rem;
  background: url(../images/nayami_bg.webp) no-repeat center/cover;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p-nayami__top::after {
    aspect-ratio: 375/344;
    height: auto;
    background: url(../images/nayami_bg-sp.webp) no-repeat center/contain;
  }
}

.p-nayami__inner {
  position: relative;
  z-index: 10;
}

.p-nayami__title {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-nayami__title {
    font-size: 1.25rem;
  }
}

.p-nayami__title .min {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .p-nayami__title .min {
    font-size: 1rem;
  }
}

.p-nayami__title .red {
  color: #c10000;
}

.p-nayami__cards {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.75rem 1.375rem;
}
@media screen and (max-width: 768px) {
  .p-nayami__cards {
    margin-top: 1.25rem;
    gap: 0.625rem;
  }
}

.p-nayami__lead {
  margin-top: 3.125rem;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-nayami__lead {
    margin-top: 2.5rem;
    font-size: 1rem;
  }
}

.p-nayami__lead .la {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .p-nayami__lead .la {
    font-size: 1.375rem;
  }
}

.p-nayami__lead .bottom {
  display: inline-block;
  margin-top: 0.6875rem;
}
@media screen and (max-width: 768px) {
  .p-nayami__lead .bottom {
    margin-top: 0.375rem;
  }
}

.p-nayami__lead .red {
  color: #c10000;
  background-color: #fff;
  display: inline-flex;
  padding: 0.25rem 0.625rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
@media screen and (max-width: 768px) {
  .p-nayami__lead .red {
    padding: 0 0.375rem;
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
}

.p-nayami__bottom {
  padding: 4.375rem 0 3.5625rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-nayami__bottom {
    padding: 3.75rem 0;
  }
}

@media screen and (max-width: 768px) {
  .p-nayami__bottom-inner {
    max-width: 30rem;
  }
}

.p-nayami__copy {
  text-align: center;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .p-nayami__copy {
    font-size: 1.25rem;
  }
}

.p-nayami__copy span {
  background: linear-gradient(transparent 75%, #ffe57f 75%);
}

.p-nayami__wrap {
  margin-top: 1.875rem;
  display: flex;
  gap: 3.625rem;
}
@media screen and (max-width: 768px) {
  .p-nayami__wrap {
    flex-direction: column;
    gap: 2rem;
  }
}

.p-nayami__body {
  width: 62.6%;
}
@media screen and (max-width: 768px) {
  .p-nayami__body {
    width: 100%;
  }
}

.p-nayami__text {
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .p-nayami__text {
    font-size: 0.875rem;
  }
}

.p-nayami__text span {
  display: inline-block;
  background-color: #000;
  color: #fff;
  font-size: 1.375rem;
  font-weight: 900;
  margin-top: 0.375rem;
}
@media screen and (max-width: 768px) {
  .p-nayami__text span {
    font-size: 1.125rem;
    padding: 0 0.375rem;
  }
}

.p-nayami__text span:first-of-type {
  padding-left: 0.5rem;
}
@media screen and (max-width: 768px) {
  .p-nayami__text span:first-of-type {
    padding-left: 0.375rem;
  }
}

.p-nayami__text span:last-of-type {
  padding-right: 0.5rem;
}
@media screen and (max-width: 768px) {
  .p-nayami__text span:last-of-type {
    padding-right: 0.375rem;
  }
}

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

.p-nayami__img {
  width: 40.6%;
  margin-right: -5.75rem;
  margin-top: -1.4375rem;
}
@media screen and (max-width: 768px) {
  .p-nayami__img {
    width: 100%;
    margin-right: 0;
    margin-top: 0;
  }
}

.p-nayami__img img {
  aspect-ratio: 406/335;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-price {
  background-color: #f8f8f8;
}

.p-price__text {
  margin-top: 1.75rem;
  text-align: center;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.5;
  color: #364153;
}
@media screen and (max-width: 768px) {
  .p-price__text {
    margin-top: 1rem;
    font-size: 0.875rem;
  }
}

.p-price__card {
  margin-top: 2.1875rem;
  max-width: 52.5rem;
  height: 10.375rem;
  margin-inline: auto;
  display: flex;
  border: 0.3125rem solid #c10000;
  box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 768px) {
  .p-price__card {
    margin-top: 1.5rem;
    height: 5.625rem;
    border: 0.1875rem solid #c10000;
  }
}

.p-price__body {
  background-color: #c10000;
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 1.4;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-price__body {
    font-size: 1.25rem;
    gap: 0.375rem;
  }
}

.p-price__body span {
  width: 12.5rem;
  height: 3.125rem;
  background-color: #fff;
  color: #c10000;
  font-size: 1.5rem;
  clip-path: polygon(5% 0, 100% 0%, 95% 100%, 0% 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-price__body span {
    width: 6.25rem;
    height: 2rem;
    font-size: 1.125rem;
  }
}

.p-price__price {
  background-color: #fff;
  width: 50%;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-price__price {
    font-size: 1.125rem;
  }
}

.p-price__price .num {
  color: #c10000;
  font-size: 6.875rem;
  font-style: italic;
  letter-spacing: -0.05em;
  text-shadow: 0.25rem 0.25rem 0.5rem rgba(0, 0, 0, 0.25);
  margin-right: 0.75rem;
}
@media screen and (max-width: 768px) {
  .p-price__price .num {
    font-size: 3.25rem;
    margin-right: 0.375rem;
  }
}

.p-price__price .min {
  font-size: 1.125rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-price__price .min {
    font-size: 0.75rem;
  }
}

.p-price__caption {
  margin-top: 1.1875rem;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  color: #364153;
}
@media screen and (max-width: 768px) {
  .p-price__caption {
    margin-top: 1rem;
    font-size: 0.75rem;
  }
}

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

@media screen and (max-width: 768px) {
  .p-reason__inner {
    max-width: 30rem;
  }
}

.p-reason__cards {
  margin-top: 1.25rem;
}

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

.p-reason__bottom {
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .p-reason__bottom {
    margin-top: 3.75rem;
  }
}

.p-reason__lead {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1.1;
}
@media screen and (max-width: 768px) {
  .p-reason__lead {
    font-size: 1.5rem;
  }
}

.p-reason__lead span {
  width: 19.6875rem;
  height: 4.4375rem;
  background: url(../images/fukidashi.webp) no-repeat center/contain;
  font-size: 1.375rem;
  color: #c10000;
  display: flex;
  justify-content: center;
  margin-inline: auto;
  padding-top: 0.8125rem;
  margin-bottom: 0.375rem;
}
@media screen and (max-width: 768px) {
  .p-reason__lead span {
    font-size: 1.125rem;
    width: 17.5rem;
    height: 3.75rem;
  }
}

.p-reason__table {
  margin-top: 2.5rem;
  max-width: 52.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-reason__table {
    margin-top: 2rem;
  }
}

.p-reason__table-box {
  display: flex;
  height: 8.75rem;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-reason__table-box {
    height: auto;
  }
}

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

.p-reason__table-box dt {
  width: 9.5rem;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-reason__table-box dt {
    width: 5.625rem;
    height: 100%;
  }
}

.p-reason__table-box dt img {
  aspect-ratio: 152/140;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-reason__table-box dd {
  padding-left: 2.75rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.625rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .p-reason__table-box dd {
    gap: 0;
    font-size: 0.75rem;
    padding: 0.5rem 0.5rem 0.5rem 0.25rem;
  }
}

.p-reason__table-box dd span {
  font-size: 1.375rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .p-reason__table-box dd span {
    font-size: 0.875rem;
  }
}

.p-thanks {
  flex-grow: 1;
}

.p-thanks__title {
  text-align: center;
  font-size: 2rem;
  font-weight: 900;
}

.p-thanks__text {
  margin-top: 2.5rem;
  text-align: center;
  font-size: 1.125rem;
}

.p-thanks__btn {
  margin-top: 3.75rem;
  text-align: center;
}

.p-thanks__btn a {
  width: 18.75rem;
  height: 3.75rem;
  background-color: #000;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  font-size: 1rem;
  font-weight: 900;
}

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

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