@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: "Inter", "Noto Sans JP", sans-serif;
  color: #222;
}

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-account {
  padding: 6.25rem 0;
}
@media screen and (max-width: 768px) {
  .l-account {
    padding: 3.125rem 0;
  }
}

.l-archive {
  padding: 6.25rem 0;
}
@media screen and (max-width: 768px) {
  .l-archive {
    padding: 3.125rem 0 7rem;
  }
}

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

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

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

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

.l-footer {
  height: 10rem;
}
@media screen and (max-width: 768px) {
  .l-footer {
    height: 7.125rem;
  }
}

.l-fv {
  padding: 8.25rem 0 0;
}
@media screen and (max-width: 1220px) {
  .l-fv {
    padding: 6.25rem 0 0;
  }
}
@media screen and (max-width: 768px) {
  .l-fv {
    padding: 4.0625rem 0 0;
  }
}

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

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

.l-lead {
  padding: 6.25rem 0;
}
@media screen and (max-width: 768px) {
  .l-lead {
    padding: 8.9375rem 0 1.875rem;
  }
}

.l-nayami {
  padding: 6.25rem 0 3rem;
}
@media screen and (max-width: 768px) {
  .l-nayami {
    padding: 3.25rem 0 1.5rem;
  }
}

.l-reason {
  padding: 7.9375rem 0 6.25rem;
}
@media screen and (max-width: 768px) {
  .l-reason {
    padding: 5.125rem 0 3.125rem;
  }
}

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

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

.c-card-account__img img {
  aspect-ratio: 302/597;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.c-card-account__body {
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .c-card-account__body {
    margin-top: 0.625rem;
  }
}

.c-card-account__name {
  font-size: 1.375rem;
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-card-account__name {
    font-size: 1.125rem;
  }
}

.c-card-account__text {
  margin-top: 1.375rem;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-card-account__text {
    margin-top: 0.625rem;
    font-size: 0.875rem;
  }
}

.c-card-flow {
  counter-increment: num;
  position: relative;
  width: 17.5rem;
  height: 8.75rem;
  background: linear-gradient(180deg, rgb(151, 83, 175) 0%, rgb(130, 142, 205) 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.0875rem;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-card-flow {
    width: 18.75rem;
    height: 6.25rem;
    gap: 0.125rem;
  }
}

.c-card-flow:not(:last-child)::after {
  content: "";
  width: 1.125rem;
  height: 1.25rem;
  background: url(../images/icon_arrow-flow.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(calc(100% + 1.25rem), -50%);
}
@media screen and (max-width: 768px) {
  .c-card-flow:not(:last-child)::after {
    right: auto;
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, calc(100% + 0.5rem)) rotate(90deg);
  }
}

.c-card-flow__label {
  position: absolute;
  top: 0;
  left: 1rem;
  transform: translateY(-50%) skew(-20deg);
}
@media screen and (max-width: 768px) {
  .c-card-flow__label {
    left: 0.75rem;
  }
}

.c-card-flow__label::after {
  content: counter(num, decimal-leading-zero);
  font-size: 4.375rem;
  font-weight: 900;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 768px) {
  .c-card-flow__label::after {
    font-size: 3rem;
  }
}

.c-card-flow__title {
  font-size: 1.5rem;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .c-card-flow__title {
    font-size: 1.25rem;
  }
}

.c-card-flow__text {
  font-size: 1rem;
  font-weight: 500;
}

.c-card-lead {
  height: 18.75rem;
  background: linear-gradient(180deg, rgb(151, 83, 175) 0%, rgb(130, 142, 205) 100%);
  padding: 2.125rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  outline: 1px solid #fff;
  outline-offset: -0.4375rem;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .c-card-lead {
    height: 6.8125rem;
    padding: 0.75rem 0 0.875rem;
    outline-offset: -0.25rem;
  }
}

.c-card-lead__icon {
  width: 9.1875rem;
  height: 8.5625rem;
}
@media screen and (max-width: 768px) {
  .c-card-lead__icon {
    width: 2.0625rem;
    height: 1.875rem;
  }
}

.c-card-lead__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.c-card-lead__title {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 900;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .c-card-lead__title {
    font-size: 0.5625rem;
    font-weight: bold;
  }
}

@media screen and (max-width: 768px) {
  .c-card-lead__title span {
    font-size: 0.875rem;
    font-weight: 900;
  }
}

.c-card-nayami {
  width: 25rem;
  height: 6.375rem;
  background-color: #fff;
  display: flex;
  align-items: center;
  gap: 0.875rem;
  padding: 0 1.875rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 768px) {
  .c-card-nayami {
    width: 19.6875rem;
    height: 5.375rem;
    padding: 0 0.625rem;
    gap: 0.5rem;
  }
}

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

.c-card-nayami__title {
  font-size: 1.375rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .c-card-nayami__title {
    font-size: 1.125rem;
  }
}

.c-card-reason {
  display: flex;
  align-items: center;
  padding-right: 3.125rem;
  counter-increment: num;
}
@media screen and (max-width: 768px) {
  .c-card-reason {
    flex-direction: column;
    padding-right: 0;
  }
}

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

.c-card-reason__body {
  height: 16.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 3.125rem 0 0;
  background-color: #f6f6f6;
  width: 62.1052631579%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-card-reason__body {
    height: auto;
    padding: 2.5rem 0.625rem 1rem 0;
    width: 100%;
  }
}

.c-card-reason:nth-child(even) .c-card-reason__body {
  padding: 0 0 0 3.125rem;
}
@media screen and (max-width: 768px) {
  .c-card-reason:nth-child(even) .c-card-reason__body {
    padding: 2.5rem 0 1rem 0.625rem;
  }
}

.c-card-reason__body::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #f6f6f6;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-100%);
}

.c-card-reason:nth-child(even) .c-card-reason__body::after {
  transform: translateX(100%);
}

.c-card-reason__label {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
  color: #fff;
  font-size: 1.125rem;
  font-weight: 800;
  z-index: 20;
}

.c-card-reason:nth-child(even) .c-card-reason__label {
  left: 8.4375rem;
}
@media screen and (max-width: 768px) {
  .c-card-reason:nth-child(even) .c-card-reason__label {
    left: 2.8125rem;
  }
}

.c-card-reason__label::before {
  content: "";
  width: 100vw;
  height: 3rem;
  background: linear-gradient(135deg, rgb(130, 142, 205) 55%, rgb(151, 83, 175) 100%);
  position: absolute;
  top: -0.25rem;
  right: -4.625rem;
  z-index: -1;
  transform: skew(-15deg);
}
@media screen and (max-width: 768px) {
  .c-card-reason__label::before {
    right: -6.6875rem;
    background: linear-gradient(135deg, rgb(130, 142, 205) 0%, rgb(151, 83, 175) 55%);
  }
}

.c-card-reason:nth-child(even) .c-card-reason__label::before {
  right: auto;
  left: -4.625rem;
  background: linear-gradient(135deg, rgb(130, 142, 205) 0%, rgb(151, 83, 175) 50%);
}
@media screen and (max-width: 768px) {
  .c-card-reason:nth-child(even) .c-card-reason__label::before {
    left: -1.625rem;
  }
}

.c-card-reason__label::after {
  content: counter(num, decimal-leading-zero);
  font-size: 1.625rem;
  margin-left: 0.25rem;
}

.c-card-reason__title {
  font-size: 2rem;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .c-card-reason__title {
    font-size: 1.5rem;
  }
}

.c-card-reason__text {
  margin-top: 0.5625rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .c-card-reason__text {
    margin-top: 0.75rem;
  }
}

.c-card-reason__img {
  width: 37.8947368421%;
}
@media screen and (max-width: 768px) {
  .c-card-reason__img {
    width: 100%;
  }
}

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

.c-section-title {
  text-align: center;
  font-size: 2.625rem;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .c-section-title {
    font-size: 2rem;
  }
}

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

.c-section-title .min {
  font-size: 1.5rem;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .c-section-title .min {
    font-size: 1rem;
  }
}

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

.c-section-title .marker {
  background: linear-gradient(transparent 75%, #fbd6ff 75%);
}

.p-account {
  overflow: hidden;
}

.p-account__inner {
  max-width: 42.625rem;
}
@media screen and (max-width: 768px) {
  .p-account__inner {
    max-width: 33.5rem;
  }
}

.p-account__swiper.swiper {
  margin-top: 2.5rem;
  overflow: visible;
}
@media screen and (max-width: 768px) {
  .p-account__swiper.swiper {
    margin-top: 1.25rem;
  }
}

.p-account__card.swiper-slide {
  width: 18.875rem;
  border-radius: 0.75rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-account__card.swiper-slide {
    width: 16.75rem;
  }
}

.p-account__card.swiper-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.p-account__card:not(.swiper-slide-active):not(.swiper-slide-next)::after {
  opacity: 0.5; /* ← 白さ調整 */
}

@media screen and (max-width: 768px) {
  .p-account__card {
    filter: none;
    opacity: 1;
  }
  /* active 以外を暗く（prev/next含む） */
  .p-account__card:not(.swiper-slide-active)::after {
    opacity: 0.5;
  }
}
.p-account__next.swiper-button-next,
.p-account__prev.swiper-button-prev {
  top: 35%;
  width: 2.8125rem;
  height: 2.8125rem;
  background-color: rgba(1, 1, 1, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-account__next.swiper-button-next {
  right: 0;
  transform: translate(calc(100% + 0.875rem), 0);
}
@media screen and (max-width: 768px) {
  .p-account__next.swiper-button-next {
    right: -0.5rem;
    transform: translate(0, 0);
  }
}

.p-account__prev.swiper-button-prev {
  left: 0;
  transform: translate(calc(-100% - 0.875rem), 0);
}
@media screen and (max-width: 768px) {
  .p-account__prev.swiper-button-prev {
    left: -0.5rem;
    transform: translate(0, 0);
  }
}

.p-account__next.swiper-button-next::after,
.p-account__prev.swiper-button-prev::after {
  width: 0.5rem;
  height: 1.0625rem;
  background: url(../images/swiper-arrow-white.svg) no-repeat center/contain;
}

.p-account__next.swiper-button-next::after {
  transform: scale(-1, 1);
}

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

.p-archive__inner {
  max-width: 42.625rem;
}
@media screen and (max-width: 768px) {
  .p-archive__inner {
    max-width: 33.5rem;
  }
}

.p-archive__swiper.swiper {
  margin-top: 2.5rem;
  overflow: visible;
}
@media screen and (max-width: 768px) {
  .p-archive__swiper.swiper {
    margin-top: 1.5rem;
  }
}

.p-archive__img.swiper-slide {
  width: 18.8125rem;
  border-radius: 0.75rem;
  transition: 0.3s ease;
}
@media screen and (max-width: 768px) {
  .p-archive__img.swiper-slide {
    width: 16.75rem;
  }
}

.p-archive__img:not(.swiper-slide-active):not(.swiper-slide-next) {
  filter: brightness(0.5);
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .p-archive__img {
    filter: none;
    opacity: 1;
  }
  /* active 以外を暗く（prev/next含む） */
  .p-archive__img:not(.swiper-slide-active) {
    filter: brightness(0.5);
    opacity: 0.7;
  }
}
.p-archive__img img {
  aspect-ratio: 301/537;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.75rem;
}

.p-archive__next.swiper-button-next,
.p-archive__prev.swiper-button-prev {
  top: 50%;
  width: 2.8125rem;
  height: 2.8125rem;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-archive__next.swiper-button-next {
  right: 0;
  transform: translate(calc(100% + 0.875rem), -50%);
}
@media screen and (max-width: 768px) {
  .p-archive__next.swiper-button-next {
    right: -0.5rem;
    transform: translate(0, -50%);
  }
}

.p-archive__prev.swiper-button-prev {
  left: 0;
  transform: translate(calc(-100% - 0.875rem), -50%);
}
@media screen and (max-width: 768px) {
  .p-archive__prev.swiper-button-prev {
    left: -0.5rem;
    transform: translate(0, -50%);
  }
}

.p-archive__next.swiper-button-next::after,
.p-archive__prev.swiper-button-prev::after {
  width: 0.5rem;
  height: 1.0625rem;
  background: url(../images/swiper-arrow.svg) no-repeat center/contain;
}

.p-archive__next.swiper-button-next::after {
  transform: scale(-1, 1);
}

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

.p-banner__title {
  font-size: 2.25rem;
  font-weight: 900;
  background: linear-gradient(180deg, rgb(255, 255, 255) 40%, rgb(245, 152, 255) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-banner__title {
    font-size: 1.625rem;
  }
}

.p-banner__text {
  margin-top: 0.9375rem;
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-banner__text {
    margin-top: 1rem;
    font-size: 0.9375rem;
  }
}

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

.p-banner__btn a {
  display: inline-flex;
  width: 37.5rem;
  height: 4.375rem;
  border-radius: 62.4375rem;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 900;
  background: linear-gradient(180deg, rgb(255, 170, 0) 0%, rgb(255, 68, 0) 100%);
}
@media screen and (max-width: 768px) {
  .p-banner__btn a {
    width: 17.8125rem;
    height: 2.9375rem;
    font-size: 1rem;
    font-weight: bold;
    position: relative;
  }
}

@media screen and (max-width: 768px) {
  .p-banner__btn a::after {
    content: "";
    width: 1.6875rem;
    height: 0.375rem;
    background: url(../images/icon_arrow.svg) no-repeat center/contain;
    position: absolute;
    top: 50%;
    right: 1.3125rem;
    transform: translateY(-50%);
  }
}

.p-banner__caption {
  margin-top: 0.625rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-banner__caption {
    margin-top: 0.875rem;
  }
}

.p-contact {
  background-color: #f6f6f6;
}

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

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

.p-faq__inner {
  max-width: 53.125rem;
}
@media screen and (max-width: 768px) {
  .p-faq__inner {
    max-width: 33.5rem;
  }
}

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

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

.p-faq__q {
  height: 3.75rem;
  display: flex;
  align-items: center;
  gap: 1.25rem;
  padding: 0 3.75rem 0 1.875rem;
  font-size: 1.125rem;
  font-weight: 800;
  line-height: 1.3;
  background-color: #fff;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .p-faq__q {
    height: 4.75rem;
    align-items: flex-start;
    gap: 0.625rem;
    padding: 0.75rem 3.75rem 0.75rem 0.625rem;
    font-size: 1rem;
    line-height: 1.6;
    font-weight: 900;
  }
}

.p-faq__q span {
  font-size: 1.75rem;
  font-weight: 900;
  color: #47244b;
}
@media screen and (max-width: 768px) {
  .p-faq__q span {
    font-size: 1.5rem;
    line-height: 1;
  }
}

.p-faq__q::before,
.p-faq__q::after {
  content: "";
  width: 1.625rem;
  height: 0.25rem;
  background-color: #47244b;
  position: absolute;
  top: 50%;
  right: 1.875rem;
  transform: translateY(-50%);
  transition: 0.3s ease;
}
@media screen and (max-width: 768px) {
  .p-faq__q::before,
  .p-faq__q::after {
    width: 1.375rem;
    height: 0.125rem;
    right: 0.625rem;
  }
}

.p-faq__q::after {
  transform: translateY(-50%) rotate(90deg);
}

.p-faq__q.close::after {
  transform: translateY(-50%) rotate(0);
}

.p-faq__a-box {
  display: none;
  padding: 1.0625rem 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-faq__a-box {
    padding: 0.625rem;
  }
}

.p-faq__a {
  display: flex;
  gap: 1.25rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-faq__a {
    gap: 0.75rem;
  }
}

.p-faq__a span {
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 1.3;
  color: #828ecd;
  margin-top: -0.3125rem;
}
@media screen and (max-width: 768px) {
  .p-faq__a span {
    font-size: 1.5rem;
    margin-top: 0;
  }
}

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

@media screen and (max-width: 768px) {
  .p-flow__title {
    font-size: 1.625rem;
  }
}

.p-flow__cards {
  margin-top: 4.375rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3.625rem;
}
@media screen and (max-width: 768px) {
  .p-flow__cards {
    margin-top: 2.75rem;
    flex-direction: column;
    align-items: center;
    gap: 3.125rem;
  }
}

.p-footer {
  background-color: #222;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-footer {
    gap: 0.3125rem;
  }
}

.p-footer__copyright {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.6;
}

.p-footer__poricy {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.6;
}

.p-form {
  background-color: #fff;
  padding: 3.125rem 3.75rem 3.125rem 3.125rem;
}
@media screen and (max-width: 768px) {
  .p-form {
    padding: 2rem 0.625rem;
  }
}

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

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

.p-form__table-box dt {
  width: 25.8426966292%;
  display: flex;
  align-items: center;
  gap: 0.625rem;
  font-size: 1.125rem;
  font-weight: 900;
  margin-top: 0.5rem;
}
@media screen and (max-width: 768px) {
  .p-form__table-box dt {
    width: 100%;
    justify-content: flex-start;
    gap: 1.25rem;
    margin-top: 0;
    font-size: 1rem;
  }
}

.p-form__table-box dt span {
  width: 2.75rem;
  height: 1.5625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #cb0000;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 900;
  border-radius: 0.3125rem;
}
@media screen and (max-width: 768px) {
  .p-form__table-box dt span {
    width: 2.75rem;
    height: 1.3125rem;
  }
}

.p-form__table-box dd {
  width: 74.1573033708%;
}
@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: #f6f6f6;
  border: 1px solid #e1e1e1;
  padding: 1rem;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .p-form__table-box dd input {
    height: 3rem;
    padding: 0.8125rem 0.625rem;
    font-size: 1.125rem;
  }
}

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

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

.p-form__table-box dd textarea {
  width: 100%;
  height: 13.3125rem;
  border-radius: 0.3125rem;
  background-color: #f6f6f6;
  border: none;
  padding: 0.9375rem;
  font-size: 1rem;
  border: 1px solid #e1e1e1;
}
@media screen and (max-width: 768px) {
  .p-form__table-box dd textarea {
    height: 12.375rem;
    padding: 0.8125rem 1.25rem;
    font-size: 1.125rem;
  }
}

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

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

.p-form__text {
  margin-top: 1.875rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-form__text {
    margin-top: 1.5625rem;
  }
}

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

.p-form__btn input {
  width: 20.9375rem;
  height: 3.75rem;
  background: linear-gradient(180deg, rgb(151, 83, 175) 0%, rgb(130, 142, 205) 100%);
  border-radius: 62.4375rem;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  font-size: 1.125rem;
  font-weight: 900;
  box-shadow: 0 0.25rem 0.25rem 0 rgba(0, 0, 0, 0.25);
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .p-form__btn input {
    width: 17.8125rem;
    height: 2.9375rem;
    font-size: 1rem;
  }
}

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

.p-fv__inner {
  max-width: 79.375rem;
  display: flex;
  gap: 2.6875rem;
}
@media screen and (max-width: 768px) {
  .p-fv__inner {
    flex-direction: column;
    align-items: center;
    gap: 1.25rem;
  }
}

.p-fv__body {
  flex-shrink: 0;
}

.p-fv__text {
  font-size: 1.75rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  color: #fff;
  font-style: italic;
}
@media screen and (max-width: 768px) {
  .p-fv__text {
    font-size: 1rem;
  }
}

.p-fv__lead {
  display: flex;
  flex-direction: column;
}

.p-fv__lead span {
  background: linear-gradient(180deg, rgb(255, 255, 255) 40%, rgb(245, 152, 255) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
  letter-spacing: 0.05em;
  font-style: italic;
}

.p-fv__lead .la {
  font-size: 5.125rem;
}
@media screen and (max-width: 768px) {
  .p-fv__lead .la {
    font-size: 3rem;
  }
}

.p-fv__lead .mid {
  font-size: 4.75rem;
  margin-top: -1rem;
}
@media screen and (max-width: 768px) {
  .p-fv__lead .mid {
    font-size: 2.75rem;
  }
}

.p-fv__band {
  margin-top: 1.25rem;
  font-size: 1.25rem;
  font-weight: bold;
  color: #fff;
  font-style: italic;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-fv__band {
    font-size: 0.75rem;
    margin-top: 0;
  }
}

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

.p-fv__band::after {
  content: "";
  width: 47.5rem;
  height: 3rem;
  background-color: rgba(71, 36, 75, 0.8);
  clip-path: polygon(2% 0, 100% 0%, 98% 100%, 0% 100%);
  position: absolute;
  top: 50%;
  left: -12.125rem;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-fv__band::after {
    width: 28.0625rem;
    height: 1.75rem;
    left: -7.125rem;
  }
}

.p-fv__btn {
  margin-top: 5rem;
}
@media screen and (max-width: 1220px) {
  .p-fv__btn {
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-fv__btn {
    display: none;
  }
}

.p-fv__btn a {
  width: 17.8125rem;
  height: 3.75rem;
  padding: 0 1.875rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 3.125rem;
  background: linear-gradient(180deg, rgb(255, 170, 0) 0%, rgb(255, 68, 0) 100%);
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
}

.p-fv__btn a::after {
  content: "";
  width: 1.6875rem;
  height: 0.375rem;
  background: url(../images/icon_arrow.svg) no-repeat center/contain;
}

.p-fv__img {
  width: 55.4918032787%;
  margin-right: -5.875rem;
}
@media screen and (max-width: 768px) {
  .p-fv__img {
    width: 100%;
    max-width: 26.25rem;
    margin-right: 0;
  }
}

.p-fv__img img {
  aspect-ratio: 677/641;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-fv__cta {
  position: fixed;
  bottom: 1.875rem;
  right: 1.25rem;
  z-index: 1000;
  transition: 0.3s ease;
}
@media screen and (max-width: 768px) {
  .p-fv__cta {
    bottom: 0.625rem;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}

.p-fv__cta.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.p-fv__cta a {
  width: 10.3125rem;
  height: 10.3125rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 3px solid #fff;
  border-radius: 50%;
  background: linear-gradient(180deg, rgb(255, 170, 0) 0%, rgb(255, 68, 0) 100%);
  color: #fff;
  font-size: 1.125rem;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.06em;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-fv__cta a {
    width: 20.1875rem;
    height: 3.5rem;
    border-radius: 3.75rem;
    border: 2px solid #fff;
    letter-spacing: 0;
  }
}

.p-fv__cta a::after {
  content: "";
  width: 0.375rem;
  height: 0.625rem;
  background: url(../images/swiper-arrow-white.svg) no-repeat center/contain;
  position: absolute;
  left: 50%;
  bottom: 2.4375rem;
  transform: translateX(-50%) rotate(-90deg);
}
@media screen and (max-width: 768px) {
  .p-fv__cta a::after {
    bottom: auto;
    top: 50%;
    left: auto;
    right: 1.8125rem;
    transform: translate(0, -50%) rotate(-180deg);
  }
}

.p-header {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(34, 34, 34, 0.6);
  z-index: 2000;
}

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

.p-header__logo {
  width: 11.5625rem;
}
@media screen and (max-width: 768px) {
  .p-header__logo {
    width: 5.5rem;
  }
}

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

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

.p-header__btn a {
  width: 11.625rem;
  height: 3.75rem;
  background: linear-gradient(180deg, rgb(255, 170, 0) 0%, rgb(255, 68, 0) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5625rem;
  color: #fff;
  border-radius: 3.125rem;
  font-size: 0.875rem;
  font-weight: 900;
}

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

.p-lead {
  background: url(../images/lead_bg.webp) no-repeat center/cover;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-lead::before,
  .p-lead::after {
    content: "";
    position: absolute;
    top: 1.125rem;
    width: 5.25rem;
    height: 7.875rem;
    left: 50%;
  }
}

@media screen and (max-width: 768px) {
  .p-lead::before {
    top: 1.5rem;
    width: 4.6875rem;
    height: 7.5rem;
    background: url(../images/lead_cara01.webp) no-repeat center/cover;
    transform: translateX(calc(-50% - 3.25rem));
  }
}

@media screen and (max-width: 768px) {
  .p-lead::after {
    background: url(../images/lead_cara02.webp) no-repeat center/cover;
    transform: translateX(calc(-50% - -3.25rem));
  }
}

.p-lead__title-box {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-lead__title-box {
    position: relative;
    z-index: 10;
  }
}

.p-lead__title-head {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .p-lead__title-head {
    display: inline-block;
    position: relative;
    font-size: 0.875rem;
  }
}

.p-lead__title-head span {
  padding: 0.25rem 1rem;
  border: 1px solid #fff;
  font-size: 1.5rem;
  margin-right: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-lead__title-head span {
    padding: 0.3125rem 1.25rem;
    font-size: 0.875rem;
    margin-right: 0.5rem;
    letter-spacing: 0.07em;
    display: inline-block;
    margin-bottom: 0.5625rem;
  }
}

.p-lead__title-head span:last-child {
  margin-right: 0;
}

.p-lead__title-head::before,
.p-lead__title-head::after {
  content: "";
  width: 2px;
  height: 3.125rem;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-lead__title-head::before,
  .p-lead__title-head::after {
    position: absolute;
    height: 2.5rem;
    bottom: 0;
  }
}

.p-lead__title-head::before {
  margin-right: 2rem;
  transform: rotate(-30deg);
}
@media screen and (max-width: 768px) {
  .p-lead__title-head::before {
    margin-right: 0;
    left: -1rem;
  }
}

.p-lead__title-head::after {
  margin-left: 2rem;
  transform: rotate(30deg);
}
@media screen and (max-width: 768px) {
  .p-lead__title-head::after {
    margin-left: 0;
    right: -1rem;
  }
}

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

.p-lead__title span {
  display: inline-block;
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(245, 152, 255) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.p-lead__cards {
  margin-top: 2.25rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1.875rem;
  gap: 1.875rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-lead__cards {
    margin-top: 1rem;
    gap: 0.625rem;
    padding: 0 0.125rem;
  }
}

.p-lead__cards::before,
.p-lead__cards::after {
  content: "";
  position: absolute;
  top: 0;
}
@media screen and (max-width: 768px) {
  .p-lead__cards::before,
  .p-lead__cards::after {
    content: none;
  }
}

.p-lead__cards::before {
  width: 10.8125rem;
  height: 17.3125rem;
  background: url(../images/lead_cara01.webp) no-repeat center/cover;
  left: -0.9375rem;
  transform: translateY(calc(-100% + 0.4375rem));
}

.p-lead__cards::after {
  width: 11.8125rem;
  height: 17.75rem;
  background: url(../images/lead_cara02.webp) no-repeat center/cover;
  right: -0.125rem;
  transform: translateY(-100%);
}

.p-nayami {
  background-color: #f6f6f6;
  position: relative;
}

.p-nayami::after {
  content: "";
  width: 30.625rem;
  height: 10.5rem;
  background-color: #f6f6f6;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-nayami::after {
    width: 18.75rem;
    height: 5.625rem;
  }
}

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

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

.p-nayami__cards {
  margin-top: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.25rem 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-nayami__cards {
    margin-top: 1.5rem;
    gap: 1rem;
    padding: 0 0.75rem;
  }
}

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

.p-nayami__lead .text {
  text-shadow: 6px 0 0 #fff, -6px 0 0 #fff, 0 6px 0 #fff, 0 -6px 0 #fff, 4px 4px 0 #fff, -4px 4px 0 #fff, 4px -4px 0 #fff, -4px -4px 0 #fff;
}

.p-nayami__lead .stroke-wrap {
  position: relative;
  display: inline-block;
  font-size: 2.625rem;
  margin-right: 0.25rem;
}
@media screen and (max-width: 768px) {
  .p-nayami__lead .stroke-wrap {
    font-size: 2rem;
  }
}

.p-nayami__lead .stroke {
  position: absolute;
  inset: 0;
  color: transparent;
  z-index: 1;
  text-shadow: 6px 0 0 #fff, -6px 0 0 #fff, 0 6px 0 #fff, 0 -6px 0 #fff, 4px 4px 0 #fff, -4px 4px 0 #fff, 4px -4px 0 #fff, -4px -4px 0 #fff;
}

.p-nayami__lead .gradient {
  position: relative;
  z-index: 2;
  background: linear-gradient(180deg, rgb(151, 83, 175) 0%, rgb(130, 142, 205) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.p-reason {
  overflow: hidden;
}

.p-reason__cards {
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-reason__cards {
    margin-top: 4rem;
    padding: 0 0.75rem;
  }
}

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

.p-service {
  background-color: #f6f6f6;
}

.p-service__inner {
  max-width: 53.125rem;
}
@media screen and (max-width: 768px) {
  .p-service__inner {
    max-width: 33.5rem;
  }
}

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

.p-service__text {
  margin-top: 2.5rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-service__text {
    margin-top: 1.5rem;
    text-align: left;
    padding: 0 0.75rem;
  }
}

.p-service__box {
  margin-top: 3.75rem;
  position: relative;
  border: 2px solid #47244b;
  padding: 3.75rem 4.375rem 2.25rem;
}
@media screen and (max-width: 768px) {
  .p-service__box {
    margin-top: 2.75rem;
    padding: 2.875rem 0.625rem 1rem;
  }
}

.p-service__box-title {
  width: 25.125rem;
  height: 3.125rem;
  background: linear-gradient(135deg, rgb(130, 142, 205) 0%, rgb(151, 83, 175) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%) skew(-15deg);
}
@media screen and (max-width: 768px) {
  .p-service__box-title {
    width: 17.1875rem;
  }
}

.p-service__box-title span {
  transform: skew(15deg);
}

.p-service__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.25rem 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-service__list {
    gap: 1.25rem;
  }
}

.p-service__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
@media screen and (max-width: 768px) {
  .p-service__item {
    gap: 0.3125rem;
  }
}

.p-service__item::before {
  content: "";
  width: 5.625rem;
  height: 5.625rem;
}
@media screen and (max-width: 768px) {
  .p-service__item::before {
    width: 8.1875rem;
    height: 8.1875rem;
  }
}

.p-service__item:nth-child(1):before {
  background: url(../images/service01.webp) no-repeat center/contain;
}

.p-service__item:nth-child(2):before {
  background: url(../images/service02.webp) no-repeat center/contain;
}

.p-service__item:nth-child(3):before {
  background: url(../images/service03.webp) no-repeat center/contain;
}

.p-service__item:nth-child(4):before {
  background: url(../images/service04.webp) no-repeat center/contain;
}

.p-service__item:nth-child(5):before {
  background: url(../images/service05.webp) no-repeat center/contain;
}

.p-service__item:nth-child(6):before {
  background: url(../images/service06.webp) no-repeat center/contain;
}

.p-service__item:nth-child(7):before {
  background: url(../images/service07.webp) no-repeat center/contain;
}

.p-service__item:nth-child(8):before {
  background: url(../images/service08.webp) no-repeat center/contain;
}

.p-service__name {
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-service__name {
    font-size: 0.75rem;
    font-weight: bold;
    line-height: 1.6666666667;
    letter-spacing: 0.06em;
  }
}

.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: #222;
  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 */