@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v5.0.2 | 20191019
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none;
}

body {
  line-height: 1;
}

menu, ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* 色 */
/* text */
/* base */
/* cta */
/* accent */
/* gray */
/* blue */
/* tab */
/* form */
/* gradation */
/* フォント */
/* スペース */
/* 角丸 */
/* ホバー */
.c-hover, .lp__bottom-btn:hover {
  opacity: 0.7;
  transition: 300ms;
}

.l-block__inner {
  max-width: 1232px;
  margin: 0 auto;
  padding: 0px 16px;
}

.l-block2__inner {
  max-width: 1112px;
  margin: 0 auto;
  padding: 0px 16px;
}

.u-padding-inner {
  padding: 0rem 8rem;
}
@media (max-width: 1200px) {
  .u-padding-inner {
    padding: 0 6.4rem;
  }
}
@media (max-width: 992px) {
  .u-padding-inner {
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .u-padding-inner {
    padding: 0 2.4rem;
  }
}
@media (max-width: 576px) {
  .u-padding-inner {
    padding: 0 1.6rem;
  }
}

.u-container {
  max-width: 1200px;
  margin: 0 auto;
}
@media print, screen and (min-width: 80em) {
  .u-container {
    max-width: 1500px;
  }
}

.u-mb80 {
  margin-bottom: 8rem;
}
@media (max-width: 768px) {
  .u-mb80 {
    margin-bottom: 6.4rem;
  }
}
@media (max-width: 576px) {
  .u-mb80 {
    margin-bottom: 4rem;
  }
}

.u-mb48 {
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .u-mb48 {
    margin-bottom: 3.2rem;
  }
}
@media (max-width: 576px) {
  .u-mb48 {
    margin-bottom: 2.4rem;
  }
}

.u-mb40 {
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .u-mb40 {
    margin-bottom: 3.2rem;
  }
}
@media (max-width: 576px) {
  .u-mb40 {
    margin-bottom: 1.6rem;
  }
}

.u-mb32 {
  margin-bottom: 3.2rem;
}
@media (max-width: 768px) {
  .u-mb32 {
    margin-bottom: 2.8rem;
  }
}
@media (max-width: 576px) {
  .u-mb32 {
    margin-bottom: 1.4rem;
  }
}

.u-mb24 {
  margin-bottom: 2.4rem;
}
@media (max-width: 768px) {
  .u-mb24 {
    margin-bottom: 1.8rem;
  }
}
@media (max-width: 576px) {
  .u-mb24 {
    margin-bottom: 1.2rem;
  }
}

.u-mb16 {
  margin-bottom: 1.6rem;
}
@media (max-width: 768px) {
  .u-mb16 {
    margin-bottom: 1.2rem;
  }
}
@media (max-width: 576px) {
  .u-mb16 {
    margin-bottom: 0.8rem;
  }
}

.u-mb8 {
  margin-bottom: 0.8rem;
}
@media (max-width: 768px) {
  .u-mb8 {
    margin-bottom: 0.6rem;
  }
}
@media (max-width: 576px) {
  .u-mb8 {
    margin-bottom: 0.4rem;
  }
}

.u-mt80 {
  margin-top: 8rem;
}
@media (max-width: 768px) {
  .u-mt80 {
    margin-top: 6.4rem;
  }
}
@media (max-width: 576px) {
  .u-mt80 {
    margin-top: 4rem;
  }
}

.u-mt40 {
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .u-mt40 {
    margin-top: 3.2rem;
  }
}
@media (max-width: 576px) {
  .u-mt40 {
    margin-top: 2rem;
  }
}

.u-p40 {
  padding: 4rem;
}
@media (max-width: 768px) {
  .u-p40 {
    padding: 2rem;
  }
}
@media (max-width: 576px) {
  .u-p40 {
    padding: 1.6rem;
  }
}

.u-br-sp {
  display: none;
}
@media (max-width: 576px) {
  .u-br-sp {
    display: block;
  }
}

@media (max-width: 576px) {
  .u-br-sp-none {
    display: none;
  }
}

.u-padding-inner-tb {
  padding: 8rem 8rem 4rem 8rem;
}
@media (max-width: 1200px) {
  .u-padding-inner-tb {
    padding: 3.2rem 6.4rem;
  }
}
.u-padding-inner-tb {
  padding: 4rem 8rem;
}
@media (max-width: 992px) {
  .u-padding-inner-tb {
    padding: 2.8rem 5.6rem;
  }
}
@media (max-width: 768px) {
  .u-padding-inner-tb {
    padding: 2rem 4rem;
  }
}
@media (max-width: 576px) {
  .u-padding-inner-tb {
    padding: 1.6rem 1.6rem;
  }
}

.l-content-container {
  margin-top: 162px;
}
.l-main-layout {
  display: flex;
  max-width: 1287px;
  margin: 0 auto;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: flex-start;
  padding: 40px 16px 0px;
  gap: 40px;
}
@media (max-width: 992px) {
  .l-main-layout {
    padding: 24px 12px 0px;
    flex-direction: column;
  }
}

.l-main-layout-sp-none {
  display: flex;
  max-width: 1287px;
  margin: 0 auto;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: flex-start;
  padding: 40px 16px 0px;
  gap: 40px;
}
@media (max-width: 992px) {
  .l-main-layout-sp-none {
    padding: 24px 12px 0px;
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .l-main-layout-sp-none {
    padding: 24px 12px 0px;
  }
}
@media (max-width: 576px) {
  .l-main-layout-sp-none {
    padding: 24px 0px 0px;
  }
}

.l-sidebar {
  width: 300px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 992px) {
  .l-sidebar {
    width: 100%;
  }
}

.l-main {
  flex: 1;
  min-width: 0;
  width: 100%;
}

.l-content-flex {
  display: flex;
  gap: 40px;
}
@media (max-width: 1200px) {
  .l-content-flex {
    display: block;
  }
}

.l-fv-layout {
  margin: 0 auto;
  flex-wrap: nowrap;
  gap: 32px;
}

@media (max-width: 576px) {
  .pt0 {
    padding-top: 0px;
  }
}

.l-page-wrapper {
  margin: 0 16px;
  padding: 40px;
}

.l-container {
  display: flex;
  flex-direction: column;
}

.montserrat {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

body {
  font-size: 1rem; /* 16px → 1rem */
  line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

.noto, .u-jp42, .common-title h2, .u-jp40, .u-jp32, .u-jp30, .u-jp28, .u-jp24, .u-jp22, .u-jp20, .u-jp18, .u-jp16, .common-title__detail, .u-jp15, .u-jp14, .u-jp13, .u-jp12, .u-jp11, body, h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
}

.roboto {
  font-family: "Roboto Condensed", sans-serif;
  font-style: normal;
}

.mon, .u-eng24, .u-eng22, .u-eng20, .u-eng18, .u-eng16, .common-title p small, .l-footer__copyright, .u-eng13, .u-eng12, .u-eng10 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
}

.u-jp11 {
  font-size: 11px;
  line-height: 1.4;
}
@media (max-width: 576px) {
  .u-jp11 {
    font-size: 10px;
  }
}

.u-jp12 {
  font-size: 12px;
  line-height: 1.4;
}
@media (max-width: 576px) {
  .u-jp12 {
    font-size: 11px;
  }
}

.u-jp13 {
  font-size: 13px;
  line-height: 1.5;
}
@media (max-width: 576px) {
  .u-jp13 {
    font-size: 12px;
  }
}

.u-jp14 {
  font-size: 14px;
  line-height: 1.65;
}
@media (max-width: 576px) {
  .u-jp14 {
    font-size: 12px;
  }
}

.u-jp15 {
  font-size: 15px;
  line-height: 1.65;
}
@media (max-width: 576px) {
  .u-jp15 {
    font-size: 13px;
  }
}

.u-jp16, .common-title__detail {
  font-size: 16px;
  line-height: 1.4;
}
@media (max-width: 576px) {
  .u-jp16, .common-title__detail {
    font-size: 14px;
  }
}

.u-jp18 {
  font-size: 18px;
}
@media (max-width: 576px) {
  .u-jp18 {
    font-size: 15px;
  }
}

.u-jp20 {
  font-size: 20px;
  line-height: 1.5;
}
@media (max-width: 576px) {
  .u-jp20 {
    font-size: 16px;
  }
}

.u-jp22 {
  font-size: 22px;
  line-height: 1.5;
}
@media (max-width: 576px) {
  .u-jp22 {
    font-size: 18px;
  }
}

.u-jp24 {
  font-size: 24px;
  line-height: 1.4;
}
@media (max-width: 576px) {
  .u-jp24 {
    font-size: 20px;
  }
}

.u-jp28 {
  font-size: 28px;
  line-height: 1.4;
}
@media (max-width: 576px) {
  .u-jp28 {
    font-size: 22px;
  }
}

.u-jp30 {
  font-size: 30px;
  line-height: 1.4;
}
@media (max-width: 576px) {
  .u-jp30 {
    font-size: 22px;
  }
}

.u-jp32 {
  font-size: 32px;
  line-height: 1.4;
}
@media (max-width: 576px) {
  .u-jp32 {
    font-size: 24px;
  }
}

.u-jp40 {
  font-size: 40px;
  line-height: 1.4;
}
@media (max-width: 576px) {
  .u-jp40 {
    font-size: 28px;
  }
}

.u-jp42, .common-title h2 {
  font-size: 40px;
  line-height: 1.4;
}
@media (max-width: 576px) {
  .u-jp42, .common-title h2 {
    font-size: 30px;
  }
}

.u-eng10 {
  font-size: 10px;
  line-height: 1.4;
}
@media (max-width: 576px) {
  .u-eng10 {
    font-size: 10px;
  }
}

.u-eng12 {
  font-size: 12px;
  line-height: 1.4;
}
@media (max-width: 576px) {
  .u-eng12 {
    font-size: 12px;
  }
}

.u-eng13 {
  font-size: 13px;
  line-height: 1.4;
}
@media (max-width: 576px) {
  .u-eng13 {
    font-size: 12px;
  }
}

.u-eng16, .common-title p small, .l-footer__copyright {
  font-size: 16px;
  line-height: 1.4;
}
@media (max-width: 576px) {
  .u-eng16, .common-title p small, .l-footer__copyright {
    font-size: 14px;
  }
}

.u-eng18 {
  font-size: 18px;
  line-height: 1.4;
}
@media (max-width: 576px) {
  .u-eng18 {
    font-size: 14px;
  }
}

.u-eng20 {
  font-size: 20px;
  line-height: 1.4;
}
@media (max-width: 576px) {
  .u-eng20 {
    font-size: 16px;
  }
}

.u-eng22 {
  font-size: 22px;
  line-height: 1.4;
}
@media (max-width: 576px) {
  .u-eng22 {
    font-size: 18px;
  }
}

.u-eng24 {
  font-size: 24px;
  line-height: 1.4;
}
@media (max-width: 576px) {
  .u-eng24 {
    font-size: 20px;
  }
}

footer {
  border-top: 1px solid #4D8BFF;
}

.l-footer__copyright {
  padding: 12px 16px;
  background: #0D357A;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
}
@media (max-width: 576px) {
  .l-footer__copyright {
    font-size: 11px;
  }
}

.common-title {
  margin-bottom: 40px;
}
@media (max-width: 576px) {
  .common-title {
    margin-bottom: 20px;
  }
}
.common-title p {
  text-align: center;
}
.common-title p small {
  margin: 0 auto;
  display: inline-block;
  font-weight: 600;
  position: relative;
}
.common-title p small::before {
  position: absolute;
  content: "";
  background: #0B5CF3;
  left: -16px;
  top: 5px;
  width: 10px;
  height: 10px;
  border-radius: 100px;
}
.common-title__detail {
  line-height: 1.5;
  font-weight: 500;
  margin-top: 24px;
}
@media (max-width: 576px) {
  .common-title__detail {
    font-size: 13px;
  }
}
.common-title h2 {
  text-align: center;
  display: block;
  color: #0D357A;
  font-weight: 700;
}
@media (max-width: 576px) {
  .common-title h2 {
    font-size: 28px;
  }
}

.br500 {
  display: none;
}
@media (max-width: 576px) {
  .br500 {
    display: block;
  }
}

@media (max-width: 576px) {
  .br-pc {
    display: none;
  }
}

body {
  background: #ececec;
}

.lp {
  min-height: 100vh;
  padding: 0;
  background: #ececec;
}
.lp__inner {
  width: 100%;
  max-width: 446px;
  margin: 0 auto;
}
.lp__mv {
  padding: 8px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #002769;
}
.lp__mv img {
  max-width: 120px;
}
.lp__mv h1 {
  font-size: 12px;
  color: #ffffff;
}
.lp__fv {
  position: relative;
  overflow: hidden;
  height: 320px;
}
@media (max-width: 768px) {
  .lp__fv {
    height: 280px;
  }
}
.lp__fv-bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lp__fv-dcr {
  position: absolute;
  bottom: 8px;
  left: 8px;
  width: 48px;
}
@media (max-width: 768px) {
  .lp__fv-dcr {
    width: 40px;
  }
}
.lp__fv-inner {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 60%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: center;
}
.lp__fv {
  /* キャッチ */
}
.lp__fv-catch {
  margin-top: 10px;
  white-space: nowrap;
  background: #ecf279;
  color: #002769;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  padding: 8px 12px;
  line-height: 1.4;
  letter-spacing: 0.08rem;
}
@media (max-width: 768px) {
  .lp__fv-catch {
    font-size: 12px;
    padding: 4px 8px;
  }
}
.lp__fv-catch span {
  color: #ffffff;
  display: inline-block;
  padding: 2px 8px;
  background-color: #002769;
  color: #ecf279;
  letter-spacing: 0.08rem;
  font-size: 18px;
}
@media (max-width: 768px) {
  .lp__fv-catch span {
    font-size: 12px;
  }
}
.lp__fv {
  /* メインタイトル */
}
.lp__fv-title {
  background: #0056d5;
  margin-bottom: 8px;
  padding: 12px 16px;
  color: #fff;
  letter-spacing: 0.08rem;
  position: relative;
  white-space: nowrap;
}
.lp__fv-title::before {
  content: "";
  position: absolute;
  left: 4px;
  bottom: -4px;
  width: 144px;
  height: 13px;
  background: url("../images/common/fv-title_dcr.svg") no-repeat center/contain;
}
@media (max-width: 768px) {
  .lp__fv-title {
    padding: 8px 12px;
  }
}
.lp__fv-title-small {
  background: #fff;
  color: #0056d5;
  font-weight: 700;
  font-size: 24px;
  display: inline-block;
  padding: 2px 10px;
  margin: 0 0 8px;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .lp__fv-title-small {
    font-size: 24px;
  }
}
.lp__fv-title-small small {
  font-size: 24px;
}
@media (max-width: 768px) {
  .lp__fv-title-small small {
    font-size: 16px;
  }
}
.lp__fv-title-main {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  line-height: 1.2;
}
.lp__fv-title-main span {
  font-size: 28px;
}
@media (max-width: 768px) {
  .lp__fv-title-main span {
    font-size: 20px;
  }
}
.lp__fv-title-img {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 100%;
  max-width: 56px;
}
@media (max-width: 768px) {
  .lp__fv-title-img {
    max-width: 40px;
  }
}
.lp__fv {
  /* 下のポイント帯 */
}
.lp__fv-points {
  margin-right: -8px;
  min-width: 200px;
}
@media (max-width: 768px) {
  .lp__fv-points {
    min-width: 160px;
  }
}
.lp__fv-points li {
  display: flex;
  align-items: center;
  padding: 4px 16px 4px 8px;
  margin-bottom: 4px;
  transform: skewX(-20deg);
}
.lp__fv-points li::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgb(0, 131, 246), rgb(0, 207, 235));
}
.lp__fv-points li .label {
  color: #ecf279;
  font-weight: 700;
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
  margin-right: 8px;
  transform: skewX(0deg);
  min-width: 60px;
}
@media (max-width: 768px) {
  .lp__fv-points li .label {
    font-size: 12px;
    min-width: 50px;
  }
}
.lp__fv-points li .text {
  font-weight: 700;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  transform: skewX(0deg);
}
@media (max-width: 768px) {
  .lp__fv-points li .text {
    font-size: 12px;
  }
}
.step {
  background: #a9fbfe;
  padding: 12px 16px;
}
.step__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.step__label {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #111;
}
.step__list {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.step__item {
  width: 28px;
  height: 28px;
  border-radius: 4px;
  background: #9b9b9b;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.step__item.is-active {
  background: #0056d5;
}

.question__head {
  padding: 20px;
  background: #3d87f3;
  text-align: center;
  color: #fff;
}
.question__title {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}
.question__note {
  margin: 8px 0 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}
.question__body {
  padding: 24px 18px 40px;
  background: #f7f7f7;
}
.question__choices {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.question__choice {
  display: block;
  cursor: pointer;
}
.question__choice input {
  display: none;
}
.question__choice span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 86px;
  padding: 16px;
  border: 3px solid #3d87f3;
  border-radius: 18px;
  background: #fff;
  color: #3d87f3;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
  transition: 0.2s ease;
}
.question__choice input:checked + span {
  background: #3d87f3;
  color: #fff;
  border-color: #3d87f3;
}
.question__next {
  margin-top: 38px;
}
.question__next-btn {
  width: 100%;
  min-height: 78px;
  border: none;
  border-radius: 16px;
  background: #e4e4e4;
  color: #222;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  pointer-events: none;
}

.question__choice.is-active {
  background: #0e73cb;
  color: #fff;
}

.question__next-btn {
  background: #e4e4e4;
  color: #222;
}
.question__next-btn.is-active {
  background: #ecf279;
  color: #222;
}

.question--step2 {
  background: #f7f7f7;
  padding-bottom: 0;
}
.question__count {
  padding: 20px;
  background: #fff;
  text-align: center;
  color: #111;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}
.question__count span {
  color: #0056d5;
  font-size: 1.5em;
  font-weight: 800;
  line-height: 1;
}
.question__body--form {
  padding: 48px 24px 64px;
  background: #f7f7f7;
}
.question__form {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.question__field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.question__field-label {
  display: block;
  text-align: center;
  color: #3d87f3;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}
.question__input {
  width: 100%;
  padding: 20px;
  border: 2px solid #3d87f3;
  border-radius: 16px;
  background: #fff;
  color: #222;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.12);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
}
.question__input::-moz-placeholder {
  color: #c9c9c9;
  font-weight: 700;
}
.question__input::placeholder {
  color: #c9c9c9;
  font-weight: 700;
}
.question__input:focus {
  border-color: #0b63b2;
}
.question__action {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-top: 72px;
}
.question__action-btn {
  width: 100%;
  min-height: 80px;
  border: none;
  border-radius: 16px;
  background: #e7e7e7;
  color: #4a4a4a;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.12);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
.question__error {
  display: none;
  margin: 0;
  color: #e53935;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}
.question__error.is-show {
  display: block;
}
.question__input.is-error {
  border-color: #e53935;
}
.question__action-btn--submit {
  background: #e7e7e7;
  color: #4a4a4a;
  transition: 0.2s ease;
}
.question__action-btn--submit.is-active {
  background: #ecf279;
  color: #111;
}

.lp__bottom {
  background: #002769;
  padding: 40px 20px;
  text-align: center;
  color: #fff;
}
.lp__bottom-license {
  font-size: 14px;
  margin: 0 0 16px;
  opacity: 0.9;
}
.lp__bottom-title {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 24px;
}
.lp__bottom-links {
  display: flex;
  justify-content: center;
  gap: 16px;
}
.lp__bottom-btn {
  display: inline-block;
  padding: 14px 24px;
  border: 2px solid #fff;
  border-radius: 30px;
  color: #fff;
  font-size: 11px;
  text-decoration: none;
  font-weight: 700;
  min-width: 160px;
}
@media (max-width: 768px) {
  .lp__bottom-btn {
    padding: 14px;
  }
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}
.modal__content {
  position: relative;
  z-index: 1;
  min-width: 500px;
  max-width: 500px;
  max-height: calc(100vh - 400px);
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .modal__content {
    min-width: 300px;
    max-width: 300px;
    max-height: calc(100vh - 32px);
  }
}
.modal__inner {
  padding: 40px;
  text-align: center;
  max-height: calc(100vh - 40px);
  overflow-y: auto;
}
@media (max-width: 768px) {
  .modal__inner {
    padding: 24px;
    max-height: calc(100vh - 32px);
  }
}
.modal__title {
  font-size: 18px;
  color: #3d87f3;
  margin-bottom: 24px;
  font-weight: 700;
}
.modal__company-name {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 24px;
  color: #3d87f3;
}
.modal__info {
  margin: 0;
}
.modal__row {
  margin-bottom: 16px;
  display: flex;
  gap: 8px;
  align-items: flex-start;
  color: #3d87f3;
  text-align: left;
}
.modal__row dt {
  font-size: 13px;
  font-weight: 700;
  flex-shrink: 0;
  min-width: 56px;
}
.modal__row dd {
  margin: 0;
  font-size: 13px;
  line-height: 1.8;
}
.modal__privacy {
  text-align: left;
  color: #333;
  font-size: 13px;
  line-height: 1.9;
  overflow: auto;
}
.modal__privacy h4 {
  margin: 20px 0 8px;
  font-size: 14px;
  font-weight: 700;
  color: #3d87f3;
}
.modal__privacy p {
  margin: 0 0 12px;
}
.modal__body {
  overflow-y: auto;
  max-height: 320px;
  padding-right: 4px;
  padding: 16px;
  border: 1px solid #D9D9D9;
  /* Firefox */
  scrollbar-width: thin;
  scrollbar-color: #ABABAB #f1f1f1;
  /* Chrome / Edge / Safari */
}
.modal__body::-webkit-scrollbar {
  width: 6px;
}
.modal__body::-webkit-scrollbar-track {
  background: transparent;
}
.modal__body::-webkit-scrollbar-thumb {
  background: #3d87f3;
  border-radius: 999px;
}
.modal__body::-webkit-scrollbar-thumb:hover {
  background: #2f6ed1;
}
@media (max-width: 768px) {
  .modal__body {
    max-height: 260px;
  }
}
.modal__footer {
  background: #fff;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .modal__footer {
    padding: 20px 24px 24px;
  }
}
.modal__close-btn {
  margin-top: 30px;
  background: #ecf279;
  border: none;
  padding: 16px;
  width: 100%;
  border-radius: 16px;
  font-size: 16px;
  cursor: pointer;
}

.js-privacy-modal .modal__content {
  max-height: none;
}

.question--step3 {
  background: #f7f7f7;
  padding-bottom: 0;
}
.question__head--thanks {
  padding: 32px 20px 24px;
}
.question__note--thanks {
  margin-top: 8px;
  font-size: 16px;
}
.question__body--thanks {
  padding: 48px 24px 64px;
  background: #f7f7f7;
}
.question__thanks {
  display: flex;
  flex-direction: column;
  gap: 32px;
  text-align: center;
}
.question__thanks-lead {
  margin: 0;
  color: #222;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
}
.question__thanks-box {
  padding: 24px 20px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
  text-align: left;
}
.question__thanks-box-title {
  margin: 0 0 12px;
  color: #3d87f3;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
.question__thanks-box-text {
  margin: 0;
  color: #333;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
}
.question__thanks-line {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.question__thanks-line-text {
  margin: 0;
  color: #06c755;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}
.question__thanks-line-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 72px;
  padding: 16px 20px;
  border-radius: 16px;
  background: #06c755;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.12);
  transition: 0.2s ease;
}
.question__thanks-line-btn:hover {
  opacity: 0.9;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: #333333;
}

body {
  color: #2d2d2d;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  flex: 1;
}/*# sourceMappingURL=style.css.map */