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

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

body.p-step-form {
  background: url(../images/step_bg.webp) no-repeat center/cover;
}

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

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

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

.l-form {
  padding: 6.25rem 0 10rem;
}
@media screen and (max-width: 768px) {
  .l-form {
    padding: 5rem 0 6.625rem;
  }
}

.l-header {
  width: 100%;
  padding: 1.25rem 0;
}

.l-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1410px;
  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-nayami {
  padding: 5rem 0;
}
@media screen and (max-width: 768px) {
  .l-nayami {
    padding: 3.75rem 0;
  }
}

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

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

.c-card-adviser__img {
  width: 16.4375rem;
  position: relative;
  border-radius: 0.3125rem;
}

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

.c-card-adviser__name-box {
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0 0.3125rem 0 0.3125rem;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.4375rem 1.25rem;
}

.c-card-adviser__name {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
}

.c-card-adviser__name span {
  display: block;
  font-size: 0.75rem;
  font-weight: 500;
}

.c-card-adviser__body {
  margin-left: auto;
  width: 16.8125rem;
  padding: 10.625rem 1rem 1.875rem;
  background-color: rgba(221, 235, 248, 0.7);
  border-radius: 0.3125rem;
  margin-top: -9.375rem;
}

.c-card-adviser__text {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.05em;
}

.c-card-flow {
  display: flex;
  align-items: center;
  padding: 1rem 1.875rem 1rem 1.5625rem;
  background-color: #fff;
  border-radius: 0.5rem;
  counter-increment: num;
}
@media screen and (max-width: 768px) {
  .c-card-flow {
    padding: 0.9375rem;
    align-items: flex-start;
  }
}

.c-card-flow__label {
  font-weight: 900;
  line-height: 1.8;
  letter-spacing: 0.08em;
  padding-right: 1.09375rem;
}
@media screen and (max-width: 768px) {
  .c-card-flow__label {
    padding-right: 1rem;
  }
}

.c-card-flow__label::before {
  content: "Step.";
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .c-card-flow__label::before {
    font-size: 0.875rem;
  }
}

.c-card-flow__label::after {
  content: counter(num, decimal-leading-zero);
  font-size: 1.375rem;
}
@media screen and (max-width: 768px) {
  .c-card-flow__label::after {
    font-size: 1.125rem;
  }
}

.c-card-flow__body {
  padding-left: 1.53125rem;
  border-left: 1px solid #b3c9dd;
}
@media screen and (max-width: 768px) {
  .c-card-flow__body {
    padding-left: 0.9375rem;
  }
}

.c-card-flow__title {
  font-size: 1.125rem;
  font-weight: 900;
  line-height: 1.8;
  letter-spacing: 0.08em;
  color: #2a6ead;
}
@media screen and (max-width: 768px) {
  .c-card-flow__title {
    font-size: 1rem;
  }
}

.c-card-flow__text {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.08em;
}

.c-card-nayami {
  height: 8.125rem;
  background-color: #fff;
  display: flex;
  align-items: center;
  border-radius: 0.375rem;
}
@media screen and (max-width: 768px) {
  .c-card-nayami {
    height: 9.375rem;
    flex-direction: column;
    justify-content: flex-end;
    gap: 0.375rem;
    padding-bottom: 0.9375rem;
  }
}

.c-card-nayami__img {
  width: 32.4232081911%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .c-card-nayami__img {
    width: auto;
  }
}

@media screen and (max-width: 768px) {
  .c-card-nayami:nth-child(1) .c-card-nayami__img {
    width: 3.5625rem;
  }
}

@media screen and (max-width: 768px) {
  .c-card-nayami:nth-child(2) .c-card-nayami__img {
    width: 2.3125rem;
  }
}

@media screen and (max-width: 768px) {
  .c-card-nayami:nth-child(3) .c-card-nayami__img {
    width: 3.0625rem;
  }
}

@media screen and (max-width: 768px) {
  .c-card-nayami:nth-child(4) .c-card-nayami__img {
    width: 1.4375rem;
  }
}

@media screen and (max-width: 768px) {
  .c-card-nayami:nth-child(5) .c-card-nayami__img {
    width: 3.8125rem;
  }
}

@media screen and (max-width: 768px) {
  .c-card-nayami:nth-child(6) .c-card-nayami__img {
    width: 3.125rem;
  }
}

.c-card-nayami__img img {
  width: 4.25rem;
  height: 5.8125rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .c-card-nayami__img img {
    width: auto;
    height: auto;
  }
}

.c-card-nayami__title {
  width: 67.5767918089%;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .c-card-nayami__title {
    width: 100%;
    text-align: center;
    font-size: 0.8125rem;
  }
}

.c-card-nayami__title span {
  font-weight: 900;
  color: #2a6ead;
}

.c-card-reason {
  width: 50rem;
  padding: 2.6875rem 3.75rem 2.5rem;
  background-color: #fff;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.15);
  border-radius: 0.5rem;
  position: relative;
  counter-increment: num;
}
@media screen and (max-width: 768px) {
  .c-card-reason {
    width: 100%;
    padding: 1.875rem 1.25rem;
  }
}

.c-card-reason:nth-child(even) {
  margin-left: auto;
}

.c-card-reason__label {
  position: absolute;
  top: 0;
  left: 1.25rem;
  transform: translateY(-50%);
  font-style: italic;
  color: #ddebf8;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.06em;
  display: flex;
  align-items: center;
}

.c-card-reason__label::before {
  content: "POINT";
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .c-card-reason__label::before {
    font-size: 1rem;
  }
}

.c-card-reason__label::after {
  content: counter(num, decimal-leading-zero);
  font-size: 3.75rem;
}
@media screen and (max-width: 768px) {
  .c-card-reason__label::after {
    font-size: 3.125rem;
  }
}

@media screen and (max-width: 768px) {
  .c-card-reason__wrap {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 0.625rem;
  }
}

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

.c-card-reason__title {
  font-size: 1.375rem;
  font-weight: 900;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .c-card-reason__title {
    font-size: 1.25rem;
    letter-spacing: -0.02em;
  }
}

.c-card-reason__title span {
  color: #2a6ead;
}

.c-card-reason__text {
  margin-top: 0.3125rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .c-card-reason__text {
    margin-top: 0.6875rem;
  }
}

.c-card-reason__caption {
  margin-top: 0.625rem;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .c-card-reason__caption {
    margin-top: 0.375rem;
  }
}

.c-card-reason__img {
  position: absolute;
  top: 3.9375rem;
  right: 2.5rem;
  width: 12.0625rem;
}
@media screen and (max-width: 768px) {
  .c-card-reason__img {
    position: static;
    width: 7.375rem;
  }
}

.c-card-reason:nth-child(2) .c-card-reason__img {
  top: 2.1875rem;
  right: 2rem;
  width: 13.375rem;
}
@media screen and (max-width: 768px) {
  .c-card-reason:nth-child(2) .c-card-reason__img {
    width: 9.1875rem;
  }
}

.c-card-reason:nth-child(3) .c-card-reason__img {
  top: -1.4375rem;
  right: 1.125rem;
  width: 14.3125rem;
}
@media screen and (max-width: 768px) {
  .c-card-reason:nth-child(3) .c-card-reason__img {
    width: 8.25rem;
  }
}

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

.c-card-reason:nth-child(2) .c-card-reason__img img {
  aspect-ratio: 214/204;
}

.c-card-reason:nth-child(3) .c-card-reason__img img {
  aspect-ratio: 229/242;
}

.c-cta span {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  font-size: 0.9375rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .c-cta span {
    font-size: 0.8125rem;
  }
}

.c-cta span::before,
.c-cta span::after {
  content: "";
  width: 2px;
  height: 1.25rem;
  background-color: #3c4262;
  transform-origin: bottom;
}

.c-cta span::before {
  transform: rotate(-30deg);
}

.c-cta span::after {
  transform: rotate(30deg);
}

.c-cta a {
  margin-top: 1rem;
  width: 31.6875rem;
  height: 3.75rem;
  border-radius: 3.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  background-color: #e49423;
  color: #fff;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .c-cta a {
    margin-top: 0.625rem;
    max-width: 26.25rem;
    width: 100%;
    height: 4.375rem;
    border-radius: 0.625rem;
    gap: 0.625rem;
    font-size: 0.875rem;
    line-height: 1.4;
    padding: 0 1.25rem;
  }
}

.c-cta a::before {
  content: "最短60秒";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.1875rem;
  height: 2.125rem;
  border-radius: 0.5rem;
  border: 1px solid #fff;
  font-size: 0.875rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .c-cta a::before {
    width: 3.375rem;
    height: 3.375rem;
    border-radius: 50%;
    font-size: 0.75rem;
    line-height: 1.3;
    flex-shrink: 0;
    padding: 0 0.625rem;
  }
}

.c-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
}

.c-modal__content {
  background-color: #fff;
  padding: 4rem 5.625rem 3.75rem;
  border-radius: 1.5rem;
  position: relative;
  width: 57.5rem;
}
@media screen and (max-width: 768px) {
  .c-modal__content {
    width: 20.9375rem;
    padding: 3.125rem 1.125rem 1.875rem;
    border-radius: 0.625rem;
    max-height: calc(100vh - 3rem); /* 画面より少し小さく */
    overflow-y: auto;
  }
}

.c-modal__close {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  width: 2.875rem;
  height: 2.875rem;
  border-radius: 50%;
  background-color: #2a6ead;
}
@media screen and (max-width: 768px) {
  .c-modal__close {
    width: 1.875rem;
    height: 1.875rem;
    top: 0.625rem;
    right: 0.625rem;
  }
}

.c-modal__close::before,
.c-modal__close::after {
  content: "";
  width: 1.25rem;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
}

.c-modal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.c-modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.c-modal__title-box {
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-modal__title-box {
    font-size: 1rem;
  }
}

.c-modal__title {
  margin-top: 0.375rem;
  font-size: 1.75rem;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 768px) {
  .c-modal__title {
    font-size: 1.375rem;
  }
}

.c-modal__title span {
  color: #2a6ead;
}

.c-modal__text {
  margin-top: 1.875rem;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.03em;
  font-weight: 500;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .c-modal__text {
    margin-top: 1.25rem;
  }
}

.c-modal__text span {
  font-weight: 900;
  background: linear-gradient(transparent 75%, rgba(187, 189, 29, 0.3) 75%);
}

.c-modal__table {
  margin-top: 1.875rem;
  padding: 1.25rem;
  background-color: #f8fbff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.625rem 1.25rem;
}
@media screen and (max-width: 768px) {
  .c-modal__table {
    margin-top: 1.25rem;
  }
}

.c-modal__table-box {
  width: 16.875rem;
  display: flex;
  gap: 0.375rem;
}
@media screen and (max-width: 768px) {
  .c-modal__table-box {
    width: 100%;
  }
}

.c-modal__table-box dt {
  width: 6.25rem;
  height: 1.3125rem;
  border: 1px solid #2a6ead;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #2a6ead;
  flex-shrink: 0;
}

.c-modal__table-box dd {
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #2a6ead;
  white-space: nowrap;
}

.c-modal__table-box dd span {
  font-weight: 900;
}

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

.c-modal__btn a.modal {
  width: 32.5rem;
  height: 3.5rem;
  background-color: #e49423;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.75rem;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.02em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-modal__btn a.modal {
    width: 18.4375rem;
    height: 3.125rem;
    font-size: 0.875rem;
  }
}

.c-modal__btn a.modal::after {
  content: "";
  width: 1.5625rem;
  height: 0.625rem;
  background: url(../images/icon_arrow-modal.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 1.875rem;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .c-modal__btn a.modal::after {
    right: 1.25rem;
  }
}

.c-section-title {
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-align: center;
  position: relative;
  padding-bottom: 1.0625rem;
}
@media screen and (max-width: 768px) {
  .c-section-title {
    font-size: 1.375rem;
    padding-bottom: 0.875rem;
  }
}

.c-section-title .blue {
  color: #2a6ead;
}

.c-section-title .black {
  color: #303030;
}

.c-section-title .small {
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .c-section-title .small {
    font-size: 0.875rem;
  }
}

.c-section-title::after {
  content: "";
  width: 2.5rem;
  height: 3px;
  background: linear-gradient(90deg, rgb(197, 220, 240) 0%, rgb(197, 220, 240) 50%, rgb(42, 110, 173) 50%, rgb(42, 110, 173) 100%);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.c-section-title.white::after {
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgb(42, 110, 173) 50%, rgb(42, 110, 173) 100%);
}

.p-adviser__cards.swiper {
  margin-top: 4.375rem;
  display: flex;
  justify-content: center;
  gap: 1.25rem;
  overflow: visible;
}
@media screen and (max-width: 768px) {
  .p-adviser__cards.swiper {
    margin-top: 1.875rem;
    overflow: hidden;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    gap: 0;
  }
}

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

.p-adviser__card.swiper-slide {
  width: 18.3125rem;
}

.p-adviser__card:nth-child(2).swiper-slide {
  margin-top: -2.5rem;
}
@media screen and (max-width: 768px) {
  .p-adviser__card:nth-child(2).swiper-slide {
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .p-adviser__cards-prev.swiper-button-prev,
  .p-adviser__cards-next.swiper-button-next {
    width: 1.875rem;
    height: 1.875rem;
    border-radius: 50%;
    background-color: #2a6ead;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.p-adviser__cards-prev.swiper-button-prev::after,
.p-adviser__cards-next.swiper-button-next::after {
  content: "";
  width: 0.28125rem;
  height: 0.5625rem;
  background: url(../images/icon_arrow.svg) no-repeat center/contain;
}

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

.p-aside__box {
  width: 85%;
  position: sticky;
  top: 11.625rem;
  margin-inline: auto;
  border-radius: 0.375rem;
  background-color: #fff;
  padding: 2.5rem 0;
}
@media screen and (max-width: 768px) {
  .p-aside__box {
    width: 100%;
    border-radius: 0;
    padding: 0.625rem 0 0;
    position: static;
  }
}

.p-aside__lead {
  font-size: 1.125rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-aside__lead {
    font-size: 0.75rem;
  }
}

.p-aside__lead span {
  color: #e49423;
}

.p-aside__title {
  margin-top: 0.5625rem;
  width: 100%;
  height: 2.625rem;
  background-color: #3c4262;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .p-aside__title {
    margin-top: 0.3125rem;
    height: auto;
    background-color: transparent;
    color: #2a6ead;
    font-size: 1rem;
  }
}

.p-aside__text {
  margin-top: 0.75rem;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-aside__text {
    display: none;
  }
}

.p-aside__btns {
  margin-top: 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-aside__btns {
    margin-top: 0.625rem;
    display: flex;
  }
}

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

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

.p-aside__btn a {
  width: 17.3125rem;
  height: 4.125rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  background-color: #e49423;
  color: #fff;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-aside__btn a {
    width: 100%;
    height: 3.125rem;
    border-radius: 0.375rem 0.375rem 0 0;
    font-size: 0.875rem;
    box-shadow: 0 -0.125rem 0.25rem rgba(0, 0, 0, 0.15);
  }
}

.p-aside__btn:nth-child(2) a {
  background-color: #dfecf8;
  color: #3c4262;
}
@media screen and (max-width: 768px) {
  .p-aside__btn:nth-child(2) a {
    background-color: #3c4262;
    color: #fff;
  }
}

.p-aside__btn a::after {
  content: "";
  width: 1.5625rem;
  height: 0.5rem;
  background: url(../images/icon_arrow-modal.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 1.25rem;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-aside__btn a::after {
    width: 1.0625rem;
    height: 0.4375rem;
  }
}

.p-aside__btn:nth-child(2) a::after {
  background: url(../images/icon_arrow-modal-black.svg) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .p-aside__btn:nth-child(2) a::after {
    background: url(../images/icon_arrow-modal.svg) no-repeat center/contain;
    right: 0.6875rem;
  }
}

.p-banner {
  background-color: #2a6ead;
}
@media screen and (max-width: 768px) {
  .p-banner {
    position: relative;
  }
}

.p-banner__inner {
  max-width: 57.5rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-banner__inner {
    position: static;
  }
}

.p-banner__inner::before,
.p-banner__inner::after {
  content: "";
  position: absolute;
}

.p-banner__inner::before {
  background: url(../images/banner01.webp) no-repeat center/cover;
  width: 8.1875rem;
  height: 9.8125rem;
  left: 0;
  bottom: -2.875rem;
}
@media screen and (max-width: 768px) {
  .p-banner__inner::before {
    width: 5.625rem;
    height: 6.75rem;
    left: 4.6875rem;
    bottom: 2.5625rem;
  }
}

.p-banner__inner::after {
  background: url(../images/banner02.webp) no-repeat center/cover;
  width: 8.6875rem;
  height: 8.9375rem;
  right: 0;
  bottom: -2.375rem;
}
@media screen and (max-width: 768px) {
  .p-banner__inner::after {
    width: 6.1875rem;
    height: 6.375rem;
    right: 4.3125rem;
    bottom: 2.5rem;
  }
}

.p-banner__lead {
  text-align: center;
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 1.6;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-banner__lead {
    font-size: 1.5rem;
  }
}

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

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

.p-banner__btn span {
  color: #fff;
}

.p-banner__btn span::before,
.p-banner__btn span::after {
  background-color: #fff;
}

.p-card-voice {
  padding: 1.25rem;
  border-radius: 0.5rem;
  background-color: #f8fbff;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  grid-gap: 0;
  gap: 0;
}

.p-card-voice__head {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

.p-card-voice__icon {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
}

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

.p-card-voice__title {
  font-size: 1.125rem;
  font-weight: 900;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #2a6ead;
}

.p-card-voice__text {
  margin-top: 0.625rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .p-card-voice__text {
    min-height: 4.375rem;
  }
}

.p-card-voice__table {
  margin-top: 1.5625rem;
}

.p-card-voice__table-box {
  display: flex;
  align-items: center;
  gap: 0.375rem;
}

.p-card-voice__table-box:nth-child(n+2) {
  margin-top: 0.3125rem;
}

.p-card-voice__table-box dt {
  width: 6.25rem;
  height: 1.3125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #2a6ead;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #2a6ead;
}

.p-card-voice__table-box dd {
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #2a6ead;
}

.p-card-voice__btn {
  margin-top: 0.875rem;
  text-align: center;
}

.p-card-voice__btn a {
  width: 15.75rem;
  height: 1.9375rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.3125rem;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.08em;
  background-color: #fff;
  box-shadow: 0 0 0.375rem rgba(0, 0, 0, 0.1);
}

.p-card-voice__btn a span {
  width: 0.6875rem;
  height: 0.6875rem;
  position: relative;
}

.p-card-voice__btn a span::before,
.p-card-voice__btn a span::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #3c4262;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.p-card-voice__btn a span::after {
  transform: translateY(-50%) rotate(90deg);
}

.p-card-voice__modal {
  display: none;
}

.p-card-voice__modal.is-open {
  display: flex;
  position: fixed;
  inset: 0;
  z-index: 9999;
  align-items: center;
  justify-content: center;
}

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

.p-faq__inner {
  max-width: 53.125rem;
}

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

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

.p-faq__table-box dt {
  padding: 0.75rem 4.375rem 0.75rem 1.25rem;
  background-color: #fff;
  border-radius: 0.5rem;
  display: flex;
  gap: 0.5rem;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #2a6ead;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .p-faq__table-box dt {
    padding: 0.3125rem 2.1875rem 0.3125rem 0.625rem;
    font-size: 0.875rem;
  }
}

.p-faq__table-box dt.close {
  border-radius: 0.5rem 0.5rem 0 0;
}

.p-faq__label {
  font-size: 1.125rem;
}

.p-faq__table-box dt span {
  position: absolute;
  width: 1.0625rem;
  height: 1.0625rem;
  top: 50%;
  right: 1.25rem;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-faq__table-box dt span {
    width: 0.875rem;
    height: 0.875rem;
    right: 0.625rem;
  }
}

.p-faq__table-box dt span::before,
.p-faq__table-box dt span::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #2a6ead;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s ease;
}

.p-faq__table-box dt span::after {
  transform: translateY(-50%) rotate(90deg);
}

.p-faq__table-box dt.close span::after {
  transform: translateY(-50%) rotate(0deg);
}

.p-faq__table-box dd {
  display: none;
}

.p-faq__a-box {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  padding: 1rem 4.375rem 1rem 1.25rem;
  background-color: #2a6ead;
  border-radius: 0 0 0.5rem 0.5rem;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-faq__a-box {
    padding: 0.9375rem 2.1875rem 0.9375rem 0.625rem;
  }
}

.p-flow {
  background-color: #f8fbff;
}

.p-flow__inner {
  max-width: 53.125rem;
}

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

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

.p-footer__inner {
  max-width: 60.625rem;
}

.p-footer__text {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.08em;
}

.p-form__inner {
  max-width: 65.625rem;
}

.p-form__box {
  display: none;
}

.p-form__box.active {
  display: block;
}

.p-fv__img {
  width: 100%;
}

.p-fv__img img {
  aspect-ratio: 104/72;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-fv__img img {
    aspect-ratio: 375/490;
  }
}

.p-header {
  position: absolute;
  top: 0;
  left: 0;
}

.p-header__inner {
  padding: 0 1.5rem;
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-header__inner {
    padding: 0 1rem;
    gap: 0.625rem;
  }
}

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

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

.p-header__text {
  font-size: 0.9375rem;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-header__text {
    font-size: 0.75rem;
  }
}

.p-main {
  flex-grow: 1;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-main {
    flex-direction: column;
  }
}

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

.p-main__aside {
  width: 27.7777777778%;
  background-color: #ddebf8;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-main__aside {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000;
  }
}

.p-nayami {
  background-color: #f8fbff;
}

.p-nayami__inner {
  max-width: 60.625rem;
}

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

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

.p-reason__inner {
  max-width: 57.5rem;
}

.p-reason__cards {
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .p-reason__cards {
    margin-top: 3.125rem;
  }
}

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

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

.p-step {
  background-color: #fff;
  border-radius: 0.375rem;
  padding: 3.75rem 0 5.125rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-step {
    padding: 2.5rem 0;
  }
}

.p-step--thanks {
  padding: 9.1875rem 0 5.125rem;
}

.p-step__label {
  width: 11.25rem;
  height: 2.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  border: 1px solid #2a6ead;
  color: #2a6ead;
  font-size: 1.125rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.p-step__points {
  margin-top: 0.9375rem;
  display: flex;
  gap: 0.9375rem;
  justify-content: center;
}

.p-step__points span {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background-color: #d9d9d9;
}

.p-step__points span.active {
  background-color: #2a6ead;
}

.p-step__title {
  margin-top: 2.5rem;
  font-size: 1.25rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
  padding-bottom: 1.1875rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-step__title {
    margin-top: 1.875rem;
    font-size: 1.125rem;
    padding-bottom: 1.0625rem;
  }
}

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

.p-step__title::after {
  content: "";
  width: 100%;
  height: 0.8125rem;
  background: url(../images/step_arrow.webp) no-repeat center/cover;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
}
@media screen and (max-width: 768px) {
  .p-step__title::after {
    height: 0.75rem;
  }
}

.p-step__text {
  margin-top: 3.75rem;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .p-step__text {
    margin-top: 3.4375rem;
    font-size: 0.875rem;
  }
}

.p-step__form {
  margin-top: 3.125rem;
}

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

.p-step__form select {
  width: 7.8125rem;
  height: 2.5rem;
  border-radius: 0.375rem;
  border: 1px solid #d9d9d9;
}
@media screen and (max-width: 768px) {
  .p-step__form select {
    width: 12.8125rem;
  }
}

.p-step__form input {
  width: 25rem;
  height: 2.5rem;
  border-radius: 0.375rem;
  border: 1px solid #d9d9d9;
  padding: 0.75rem 0.9375rem;
}
@media screen and (max-width: 768px) {
  .p-step__form input {
    width: 17.3125rem;
  }
}

.p-step__form input::-moz-placeholder {
  color: rgba(60, 66, 98, 0.4);
}

.p-step__form input::placeholder {
  color: rgba(60, 66, 98, 0.4);
}

.p-step__table {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  width: 25rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-step__table {
    width: 17.3125rem;
  }
}

.p-step__table-box dt {
  text-align: left;
  margin-bottom: 0.625rem;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.08em;
}

.p-step__table-box dt span {
  color: #d00000;
}

.p-step__poricy {
  margin-top: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.3125rem;
}

.p-step__poricy input {
  width: 0.5625rem;
  height: 0.5625rem;
  border: 1px solid #3c4262;
  border-radius: 0.125rem;
}

.p-step__poricy label {
  font-size: 0.75rem;
  letter-spacing: 0.08em;
}

.p-step__poricy label a {
  text-decoration: underline;
}

.p-step__btns {
  margin-top: 2.5rem;
  display: flex;
  justify-content: center;
  gap: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-step__btns {
    margin-top: 1.875rem;
    flex-direction: column-reverse;
    align-items: center;
    gap: 0.625rem;
  }
}

.p-step__btns--submit {
  flex-direction: column;
  align-items: center;
  gap: 0.625rem;
}

.p-step__btn--submit {
  position: relative;
}

.p-step__btn--submit::after {
  content: "";
  width: 1.5625rem;
  height: 0.5rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/icon_arrow-modal.svg) no-repeat center/contain;
  right: 1.25rem;
}

.p-step__btn a,
.p-step__btn button {
  width: 17.3125rem;
  height: 3.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  position: relative;
}

.p-step__btn a.back,
.p-step__btn a.top-link {
  background-color: #dfecf8;
}

.p-step__btn a.next,
.p-step__btn button.next {
  background-color: #e49423;
  color: #fff;
}

.p-step__btn a::after {
  content: "";
  width: 1.5625rem;
  height: 0.5rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.p-step__btn a.back::after,
.p-step__btn a.top-link::after {
  background: url(../images/icon_arrow-modal-black.svg) no-repeat center/contain;
  left: 1.25rem;
  transform: translateY(-50%) scale(-1, 1);
}

.p-step__btn a.next::after {
  background: url(../images/icon_arrow-modal.svg) no-repeat center/contain;
  right: 1.25rem;
}

.form-error {
  margin-top: 0.375rem;
  font-size: 0.75rem;
  line-height: 1.4;
  color: #d00;
}

.is-invalid {
  border: 1px solid #d00;
  outline: none;
}

.p-voice__inner {
  max-width: 60.625rem;
}

.p-voice__fukidashi {
  font-size: 1.125rem;
  font-weight: 900;
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-voice__fukidashi {
    font-size: 1rem;
  }
}

.p-voice__fukidashi span {
  color: #2a6ead;
}

.p-voice__fukidashi::after {
  content: "";
  width: 23.4375rem;
  height: 0.6875rem;
  background: url(../images/icon_fukidashi.webp) no-repeat center/contain;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, calc(100% + 0.3125rem));
}
@media screen and (max-width: 768px) {
  .p-voice__fukidashi::after {
    width: 20.9375rem;
    transform: translate(-50%, calc(100% + 0.6875rem));
  }
}

.p-voice__title {
  margin-top: 1.625rem;
  text-align: center;
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .p-voice__title {
    margin-top: 2rem;
    font-size: 1.3125rem;
  }
}

.p-voice__title span {
  color: #2a6ead;
  background: linear-gradient(transparent 75%, rgba(187, 189, 29, 0.3) 75%);
}

.p-voice__text {
  margin-top: 0.3125rem;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .p-voice__text {
    margin-top: 0.625rem;
  }
}

.p-voice__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-voice__cards.swiper {
    margin-top: 1.875rem;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}

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

.p-voice__card.swiper-slide {
  width: 18.25rem;
}

@media screen and (max-width: 768px) {
  .p-voice__cards-prev.swiper-button-prev,
  .p-voice__cards-next.swiper-button-next {
    width: 1.875rem;
    height: 1.875rem;
    border-radius: 50%;
    background-color: #2a6ead;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.p-voice__cards-prev.swiper-button-prev::after,
.p-voice__cards-next.swiper-button-next::after {
  content: "";
  width: 0.28125rem;
  height: 0.5625rem;
  background: url(../images/icon_arrow.svg) no-repeat center/contain;
}

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

@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 */