@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #000;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 10px;
}

body.lp {
  color: #13191f !important;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif !important;
  background: linear-gradient(100deg, #e4f6fe 0%, #0c74a4 47%, #7ab4cb 100%) !important;
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
  background-attachment: scroll;
  line-height: 1.7 !important;
  font-size: 1.6rem !important;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  letter-spacing: normal !important;
}
body.lp section {
  border: 0 !important;
  border-bottom: none !important;
}
body.lp .lp-cta-mid {
  background: transparent !important;
}

img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.25s ease;
}

@media (hover: hover) {
  a:hover {
    opacity: 0.8;
  }
}
button {
  font-family: inherit;
  cursor: pointer;
  border: none;
  background: none;
}

.lp-main {
  overflow-x: clip;
}

.inner {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: min(20px, 20 / 472 * 100vw);
  box-sizing: border-box;
}
@media screen and (min-width:769px) {
  .inner {
    padding-inline: min(40px, 40 / 1200 * 100vw);
  }
}

@media screen and (min-width:769px) {
  .lp-main > section:not(.lp-hero) > .inner {
    max-width: calc(min(1136px, 1136 / 1200 * 100vw) + min(40px, 40 / 1200 * 100vw) * 2);
  }
}

.inner--wide {
  max-width: 1360px;
}

.section-title {
  display: grid;
  justify-items: start;
  align-items: start;
  padding-top: 2.45rem;
}
@media screen and (min-width:769px) {
  .section-title {
    justify-items: center;
    padding-top: min(50px, 50 / 1200 * 100vw);
  }
}
.section-title__label {
  grid-area: 1/1;
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: min(49px, 49 / 472 * 100vw);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  color: #55a9d5;
  opacity: 10%;
  z-index: 0;
  pointer-events: none;
  white-space: nowrap;
  transform: translateY(-30%);
}
@media screen and (min-width:769px) {
  .section-title__label {
    font-size: min(100px, 100 / 1200 * 100vw);
    transform: translateY(-50%);
  }
}
.section-title__heading {
  grid-area: 1/1;
  position: relative;
  top: 2rem;
  z-index: 1;
  font-family: "Noto Serif JP", serif;
  font-size: min(24px, 24 / 472 * 100vw);
  font-weight: 700;
  line-height: 1.5;
  color: #13191f;
  letter-spacing: 0;
  text-align: left;
}
@media screen and (min-width:769px) {
  .section-title__heading {
    font-size: min(31px, 31 / 1200 * 100vw);
    line-height: 1.45;
    text-align: center;
  }
}
.section-title__lead {
  margin-top: 1.6rem;
  font-size: 1.4rem;
  line-height: 1.8;
  color: #6b7280;
}
@media screen and (min-width:769px) {
  .section-title__lead {
    margin-top: min(20px, 20 / 1200 * 100vw);
    font-size: min(16px, 16 / 1200 * 100vw);
  }
}

.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  font-weight: 600;
  line-height: 1.4;
  border-radius: 37px;
  width: 100%;
  transition: opacity 0.25s ease, transform 0.15s ease, background 0.25s ease;
  text-align: center;
}
.btn:active {
  transform: translateY(1px);
}
.btn--gold {
  color: #fff;
  background: linear-gradient(90deg, #d8a336 0%, #c78b00 40%, #efca84 75%, #d8a336 100%);
  border: 1px solid #fff;
  box-shadow: 2.63px 2.63px 5.26px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width:768px) {
  .btn--gold {
    min-height: 4rem;
    padding: 0.2rem 2.4rem;
    font-size: 1.7rem;
  }
}
@media screen and (min-width:769px) {
  .btn--gold {
    min-height: 5rem;
    padding: 1rem 6rem 1rem 3.2rem;
    font-size: 2.2rem;
    max-width: 33.6rem;
  }
}
.btn--outline {
  color: #0c2d5c;
  background: #fff;
  border: 1px solid #0c2d5c;
  gap: 0;
}
@media screen and (max-width:768px) {
  .btn--outline {
    min-height: 4rem;
    padding: 1.1rem 2rem;
    font-size: 1.4rem;
  }
}
@media screen and (min-width:769px) {
  .btn--outline {
    min-height: 5.4rem;
    padding: 1.2rem 3rem 1.2rem 1.8rem;
    font-size: 1.5rem;
  }
}
.btn--navy {
  color: #fff;
  background: #0c2d5c;
}
@media screen and (max-width:768px) {
  .btn--navy {
    min-height: 5.2rem;
    padding: 1.2rem 2.4rem;
    font-size: 1.5rem;
  }
}
@media screen and (min-width:769px) {
  .btn--navy {
    min-height: 5.6rem;
    padding: 1.4rem 3.2rem;
    font-size: 1.6rem;
  }
}
.btn--red {
  color: #fff;
  background: #e11f0d;
}
@media screen and (max-width:768px) {
  .btn--red {
    min-height: 5.2rem;
    padding: 1.2rem 2.4rem;
    font-size: 1.5rem;
  }
}
@media screen and (min-width:769px) {
  .btn--red {
    min-height: 5.6rem;
    padding: 1.4rem 3.2rem;
    font-size: 1.6rem;
  }
}
@media (hover: hover) {
  .btn--red:hover {
    background: #cf2f3b;
    opacity: 1;
  }
}
.btn--block {
  width: 100%;
}
.btn__icon {
  flex-shrink: 0;
  width: 1.1rem;
  height: 1.5rem;
  position: absolute;
  top: 50%;
  right: 17px;
  transform: translateY(-50%);
}
@media screen and (max-width:768px) {
  .btn__icon {
    width: 1rem;
    height: 1.4rem;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
  }
}

.lp-header {
  position: sticky;
  top: 0;
  z-index: 100;
  height: 60px;
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid #e5e7eb;
  backdrop-filter: blur(8px);
}
.lp-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  margin-inline: auto;
}
@media screen and (max-width:1023px) {
  .lp-header__inner {
    max-width: 100%;
    padding: 0 min(14px, 14 / 472 * 100vw) 0 0;
  }
}
@media screen and (min-width:1024px) {
  .lp-header__inner {
    max-width: 1520px;
    padding: 0 min(40px, 40 / 1200 * 100vw) 0 min(56px, 56 / 1200 * 100vw);
    gap: min(24px, 24 / 1200 * 100vw);
  }
}
.lp-header__logo {
  display: block;
  flex-shrink: 0;
}
@media screen and (max-width:1023px) {
  .lp-header__logo {
    width: 10.5rem;
  }
}
@media screen and (min-width:1024px) {
  .lp-header__logo {
    width: 10.5rem;
  }
}
.lp-header__nav {
  display: none;
}
@media screen and (min-width:1024px) {
  .lp-header__nav {
    display: block;
    flex: 1;
    min-width: 0;
  }
}
.lp-header__menu {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width:1024px) {
  .lp-header__menu {
    gap: min(78px, 78 / 1200 * 100vw);
  }
}
.lp-header__menu-link {
  display: block;
  font-weight: 500;
  line-height: 1.4;
  color: #13191f;
  font-family: "Noto Serif JP", serif;
  white-space: nowrap;
  transition: color 0.25s ease;
}
@media screen and (min-width:1024px) {
  .lp-header__menu-link {
    font-size: min(14px, 14 / 1200 * 100vw);
    letter-spacing: 0.04em;
  }
}
@media (hover: hover) {
  .lp-header__menu-link:hover {
    opacity: 1;
    color: #0c74a4;
  }
}
.lp-header__cta {
  flex-shrink: 0;
  width: 100%;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width:1023px) {
  .lp-header__cta {
    min-height: 4.5rem !important;
    max-width: 16.5rem !important;
    border-radius: 4px !important;
    padding: 0.6rem 1.4rem !important;
    font-size: 1.8rem !important;
  }
}
@media screen and (min-width:1024px) {
  .lp-header__cta {
    min-height: 4.5rem !important;
    max-width: 22.4rem !important;
    padding: 0.8rem 2rem !important;
    font-size: 2rem !important;
    letter-spacing: 0.1em;
  }
}

.lp-footer {
  background: #fff;
  color: #13191f;
}
.lp-footer__inner {
  text-align: center;
}
@media screen and (max-width:768px) {
  .lp-footer__inner {
    padding: 0 min(24px, 24 / 472 * 100vw) 2rem;
  }
}
@media screen and (min-width:769px) {
  .lp-footer__inner {
    padding: 0 min(40px, 40 / 1200 * 100vw) 2rem;
  }
}
.lp-footer__logo {
  display: inline-block;
  margin-inline: auto;
}
@media screen and (max-width:768px) {
  .lp-footer__logo {
    width: 17rem;
  }
}
@media screen and (min-width:769px) {
  .lp-footer__logo {
    width: 17rem;
  }
}
.lp-footer__copy {
  font-size: 1rem;
  color: #6b7280;
}
@media screen and (max-width:768px) {
  .lp-footer__copy {
    margin-top: -0.5rem;
  }
}

.cf7-stepper {
  background: #fff;
  border-radius: 1rem;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width:768px) {
  .cf7-stepper {
    padding: 4.6rem 2rem 4.4rem;
  }
}
@media screen and (min-width:769px) {
  .cf7-stepper {
    padding: 4.2rem 2rem 4rem;
  }
}

.cf7-progress {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  width: 100%;
  margin-bottom: 1rem;
}
@media screen and (min-width:769px) {
  .cf7-progress {
    width: min(100%, 1005px);
    max-width: 1005px;
  }
}

.cf7-progress-track {
  width: 100%;
  height: 0.3rem;
  background: #eceff3;
  border-radius: 999px;
  overflow: hidden;
}

.cf7-progress-fill {
  height: 100%;
  background: #2588bc;
  border-radius: 999px;
  width: 33.333%;
  transition: width 0.35s ease;
}

.cf7-progress-label {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #6b7280;
  text-align: right;
}

.cf7-step {
  display: none;
}
.cf7-step.is-active {
  display: block;
  animation: cf7StepFadeIn 0.3s ease;
}

@keyframes cf7StepFadeIn {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.cf7-step-head {
  margin-bottom: 1.7rem;
}

.cf7-step-title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #13191f;
  line-height: 1.5;
  margin: 0 0 0.6rem;
}
@media screen and (min-width:769px) {
  .cf7-step-title {
    font-size: 1.6rem;
  }
}

.cf7-step-desc {
  font-size: 1.1rem;
  font-weight: 400;
  color: #6b7280;
  line-height: 1.7;
  letter-spacing: 0;
  margin: 0;
}

.cf7-step-note {
  margin: -1.2rem 0 2rem;
  font-size: 1.2rem;
  line-height: 1.6;
  color: #6b7280;
  text-align: center;
}

.cf7-stepper label {
  display: block;
  font-size: 1.1rem;
  font-weight: 700;
  color: #13191f;
  margin-bottom: 0.4rem;
}
.cf7-stepper input[type=text],
.cf7-stepper input[type=email],
.cf7-stepper input[type=tel],
.cf7-stepper input[type=date],
.cf7-stepper select,
.cf7-stepper textarea {
  width: 100%;
  height: 36px;
  padding: 0 1.2rem;
  font-size: 16px;
  line-height: 36px;
  text-align: left;
  color: #13191f;
  background: #f3f4f6;
  border: 1px solid #e5e7eb;
  border-radius: 0.6rem;
  transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
  font-family: inherit;
  appearance: none;
}
.cf7-stepper input::placeholder {
  font-size: 12px;
  line-height: 36px;
  color: #9ca3af;
}
.cf7-stepper input[type=date] {
  position: relative;
}
.cf7-stepper input[type=date]::-webkit-calendar-picker-indicator {
  opacity: 0.6;
  cursor: pointer;
}
.cf7-stepper select {
  background-color: #f3f4f6;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='none' stroke='%236b7280' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' d='M1 1.5l5 5 5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1.4rem center;
  padding-right: 3.6rem;
  color: #13191f;
}
.cf7-stepper select:invalid, .cf7-stepper select.is-placeholder {
  font-size: 12px;
  line-height: 36px;
  color: #9ca3af;
}
.cf7-stepper select:valid {
  font-size: 16px;
  line-height: 36px;
}
.cf7-stepper input:focus,
.cf7-stepper select:focus,
.cf7-stepper textarea:focus {
  outline: none;
  background: #fff;
  border-color: #2588bc;
  box-shadow: 0 0 0 3px rgba(37, 136, 188, 0.12);
}

.cf7-field {
  margin-bottom: 1.2rem;
}
.cf7-field--required .cf7-field__label-badge {
  display: inline-block;
  margin-left: 0.8rem;
  padding: 0.2rem 0.8rem;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  background: #e11f0d;
  border-radius: 0.3rem;
  vertical-align: middle;
}
.cf7-field--optional .cf7-field__label-badge {
  display: inline-block;
  margin-left: 0.8rem;
  padding: 0.2rem 0.8rem;
  font-size: 1rem;
  font-weight: 600;
  color: #6b7280;
  background: #e5e7eb;
  border-radius: 0.3rem;
  vertical-align: middle;
}

.cf7-field-group {
  margin-bottom: 2.4rem;
}
.cf7-field-group__title {
  font-size: 1.3rem;
  font-weight: 600;
  color: #6b7280;
  margin-bottom: 1.2rem;
}
.cf7-field-group .wpcf7-form-control-wrap {
  display: block;
}
.cf7-field-group .wpcf7-radio {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.cf7-field-group .wpcf7-list-item {
  position: relative;
  margin: 0;
}
.cf7-field-group .wpcf7-list-item-label {
  display: flex !important;
  align-items: center;
  justify-content: center;
  min-height: 3.7rem;
  margin: 0 !important;
  padding: 0rem 0.8rem;
  font-size: 1.1rem !important;
  font-weight: 500 !important;
  text-align: center;
  color: #13191f !important;
  background: #f3f4f6;
  border: 1px solid #e5e7eb;
  border-radius: 0.4rem;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s, color 0.2s;
}
.cf7-field-group input[type=radio] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.cf7-field-group input[type=radio]:checked + .wpcf7-list-item-label {
  color: #fff !important;
  background: #1a365d;
  border-color: #1a365d;
}

.cf7-tile-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.cf7-tile-grid--cf7 .wpcf7-form-control-wrap {
  display: contents;
}
.cf7-tile-grid--cf7 .wpcf7-radio {
  display: contents;
}
.cf7-tile-grid--cf7 .wpcf7-list-item {
  position: relative;
  margin: 0;
}
.cf7-tile-grid--cf7 .wpcf7-list-item-label {
  display: flex !important;
  align-items: center;
  justify-content: center;
  min-height: 3.7rem;
  margin: 0 !important;
  padding: 0rem 0.8rem;
  font-size: 1.1rem !important;
  font-weight: 500 !important;
  text-align: center;
  color: #13191f !important;
  background: #f3f4f6;
  border: 1px solid #e5e7eb;
  border-radius: 0.4rem;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s, color 0.2s;
}
.cf7-tile-grid--cf7 input[type=radio] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.cf7-tile-grid--cf7 input[type=radio]:checked + .wpcf7-list-item-label {
  color: #fff !important;
  background: #1a365d;
  border-color: #1a365d;
}

.cf7-tile {
  position: relative;
}
.cf7-tile input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.cf7-tile label {
  display: flex !important;
  align-items: center;
  justify-content: center;
  min-height: 3.7rem;
  margin: 0 !important;
  padding: 0rem 0.8rem;
  font-size: 1.1rem !important;
  font-weight: 500 !important;
  text-align: center;
  color: #13191f !important;
  background: #f3f4f6;
  border: 1px solid #e5e7eb;
  border-radius: 0.4rem;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s, color 0.2s;
}
.cf7-tile input:checked + label {
  color: #fff !important;
  background: #1a365d;
  border-color: #1a365d;
}

.cf7-datetime-row {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr 1fr;
}
.cf7-datetime-row > p {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  width: 100%;
  margin: 0;
  grid-column: 1/-1;
}
.cf7-datetime-row br {
  display: none;
}
.cf7-datetime-row .wpcf7-form-control-wrap {
  display: block;
  min-width: 0;
}
.cf7-datetime-row input,
.cf7-datetime-row select {
  width: 100%;
}

.cf7-step-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.7rem;
}
.cf7-step-actions--single .cf7-next {
  flex: 1 1 100%;
}
.cf7-step-actions > p {
  display: flex;
  gap: 1rem;
  align-items: stretch;
  width: 100%;
  margin: 0;
  flex: 1 1 auto;
}
.cf7-step-actions br {
  display: none;
}
.cf7-step-actions > * {
  flex: 1 1 0;
  min-width: 0;
}
.cf7-step-actions .cf7-prev {
  flex: 0 0 30%;
  max-width: 30%;
  width: auto;
}
.cf7-step-actions .cf7-next,
.cf7-step-actions input[type=submit],
.cf7-step-actions .wpcf7-submit {
  flex: 1 1 auto;
  width: auto;
}
.cf7-step-actions > p .cf7-prev {
  flex: 0 0 30%;
  max-width: 30%;
  width: auto;
}
.cf7-step-actions > p .cf7-next,
.cf7-step-actions > p input[type=submit],
.cf7-step-actions > p .wpcf7-submit {
  flex: 1 1 auto;
  width: auto;
}

.cf7-stepper .cf7-next,
.cf7-stepper input[type=submit],
.cf7-stepper .wpcf7-submit,
.cf7-stepper .cf7-prev {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  width: 100%;
  min-height: 4.3rem;
  padding: 0rem 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.4;
  border-radius: 0.4rem;
  cursor: pointer;
  transition: opacity 0.25s ease, transform 0.15s ease, background 0.25s ease;
  font-family: inherit;
  appearance: none;
  border: none;
}
.cf7-stepper .cf7-next:active,
.cf7-stepper input[type=submit]:active,
.cf7-stepper .wpcf7-submit:active,
.cf7-stepper .cf7-prev:active {
  transform: translateY(1px);
}

.cf7-stepper .cf7-next {
  color: #fff;
  background: #1a365d;
  font-family: "Noto Sans JP", sans-serif;
}
@media (hover: hover) {
  .cf7-stepper .cf7-next:hover {
    opacity: 0.92;
  }
}

.cf7-stepper input[type=submit],
.cf7-stepper .wpcf7-submit {
  color: #fff;
  background: #e11f0d;
}
@media (hover: hover) {
  .cf7-stepper input[type=submit]:hover,
  .cf7-stepper .wpcf7-submit:hover {
    background: #cf2f3b;
  }
}

.cf7-stepper .cf7-prev {
  color: #13191f;
  background: #e8edf2;
  border: 1px solid #dde3ea;
  font-size: 1.4rem;
  font-weight: 600;
}
@media (hover: hover) {
  .cf7-stepper .cf7-prev:hover {
    background: #dfe6ee;
  }
}

.cf7-step-actions .cf7-prev,
.cf7-step-actions .cf7-next,
.cf7-step-actions input[type=submit],
.cf7-step-actions .wpcf7-submit {
  width: auto;
}

.cf7-form-note {
  margin-top: 1rem;
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
  color: #6b7280;
  line-height: 1.7;
}

.cf7-step-error {
  display: block;
  margin-top: 0.6rem;
  font-size: 1.2rem;
  color: #e11f0d;
}

.cf7-step-error-summary {
  margin-bottom: 1.6rem;
  padding: 1rem 1.4rem;
  font-size: 1.3rem;
  font-weight: 600;
  color: #b91c1c;
  background: #fef2f2;
  border: 1px solid #fecaca;
  border-radius: 0.6rem;
}

.cf7-stepper .wpcf7-not-valid {
  border-color: #e11f0d !important;
  box-shadow: 0 0 0 3px rgba(225, 31, 13, 0.12) !important;
}

.cf7-stepper-fallback {
  padding: 3.2rem 2rem;
  text-align: center;
  background: #fff;
  border-radius: 1rem;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.25);
}
.cf7-stepper-fallback__title {
  margin: 0 0 0.8rem;
  font-size: 1.6rem;
  font-weight: 700;
  color: #13191f;
}
.cf7-stepper-fallback__text {
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.7;
  color: #6b7280;
}

.lp-hero__form-wrap .wpcf7 {
  margin: 0;
}
.lp-hero__form-wrap .wpcf7 form {
  margin: 0;
}
.lp-hero__form-wrap .wpcf7-spinner {
  display: none !important;
}
.lp-hero__form-wrap .wpcf7-response-output {
  margin: 1.6rem 0 0;
  padding: 1rem 1.4rem;
  font-size: 1.2rem;
  border-radius: 0.6rem;
}

.cf7-stepper .cf7-step-actions > p {
  display: flex;
  gap: 1rem;
  align-items: stretch;
  width: 100%;
  margin: 0;
  flex: 1 1 auto;
}
.cf7-stepper .cf7-step-actions > p br {
  display: none;
}
.cf7-stepper .cf7-field > p,
.cf7-stepper .cf7-field-group > p,
.cf7-stepper .cf7-datetime-row > p,
.cf7-stepper .cf7-step-actions > p {
  margin: 0;
}
.cf7-stepper .cf7-field br,
.cf7-stepper .cf7-field-group br,
.cf7-stepper .cf7-datetime-row br,
.cf7-stepper .cf7-step-actions br {
  display: none;
}
.cf7-stepper .wpcf7-form-control-wrap {
  display: block;
}

body.lp .lp-hero__form-wrap .cf7-step {
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
body.lp .lp-hero__form-wrap .wpcf7 form p {
  margin: 0 !important;
}
body.lp .lp-hero__form-wrap .wpcf7-list-item {
  display: block !important;
  margin: 0 !important;
}
body.lp .lp-hero__form-wrap .wpcf7-form-control-wrap {
  display: block !important;
}
body.lp .lp-hero__form-wrap .wpcf7 input[type=text],
body.lp .lp-hero__form-wrap .wpcf7 input[type=email],
body.lp .lp-hero__form-wrap .wpcf7 input[type=tel],
body.lp .lp-hero__form-wrap .wpcf7 select,
body.lp .lp-hero__form-wrap .wpcf7 textarea {
  width: 100% !important;
  padding: 1.2rem 1.4rem !important;
  font-size: 1.5rem !important;
  line-height: 1.6 !important;
  color: #13191f !important;
  background: #fff !important;
  border: 1px solid #d1d5db !important;
  border-radius: 0.8rem !important;
  box-shadow: none !important;
  appearance: none !important;
}
body.lp .lp-hero__form-wrap .cf7-step-actions {
  display: flex !important;
  gap: 1rem !important;
  margin-top: 1.7rem !important;
}
body.lp .lp-hero__form-wrap .cf7-step-actions > p {
  display: flex !important;
  gap: 1rem !important;
  align-items: stretch !important;
  width: 100% !important;
  margin: 0 !important;
  flex: 1 1 auto !important;
}
body.lp .lp-hero__form-wrap .cf7-step-actions br {
  display: none !important;
}
body.lp .lp-hero__form-wrap .cf7-step-actions > p .cf7-prev {
  flex: 0 0 30% !important;
  max-width: 30% !important;
  width: auto !important;
}
body.lp .lp-hero__form-wrap .cf7-step-actions > p .cf7-next,
body.lp .lp-hero__form-wrap .cf7-step-actions > p input[type=submit],
body.lp .lp-hero__form-wrap .cf7-step-actions > p .wpcf7-submit {
  flex: 1 1 auto !important;
  width: auto !important;
}
body.lp .lp-hero__form-wrap .cf7-stepper .cf7-next,
body.lp .lp-hero__form-wrap .cf7-stepper .cf7-prev,
body.lp .lp-hero__form-wrap .cf7-stepper input[type=submit],
body.lp .lp-hero__form-wrap .cf7-stepper .wpcf7-submit {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 4.3rem !important;
  padding: 0 1.6rem !important;
  font-size: 1.3rem !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
  border-radius: 0.4rem !important;
  cursor: pointer !important;
  appearance: none !important;
  width: auto !important;
}
body.lp .lp-hero__form-wrap .cf7-stepper .cf7-next {
  color: #fff !important;
  background: #1a365d !important;
  border: none !important;
}
body.lp .lp-hero__form-wrap .cf7-stepper .cf7-prev {
  color: #13191f !important;
  background: #e8edf2 !important;
  border: 1px solid #dde3ea !important;
  font-size: 1.4rem !important;
  font-weight: 600 !important;
}
body.lp .lp-hero__form-wrap .cf7-stepper input[type=submit],
body.lp .lp-hero__form-wrap .cf7-stepper .wpcf7-submit {
  color: #fff !important;
  background: #e11f0d !important;
  border: none !important;
}
body.lp .lp-hero__form-wrap .wpcf7-spinner {
  display: none !important;
}

.lp-hero {
  position: relative;
  color: #13191f;
  overflow: visible;
  padding-bottom: 0;
}
.lp-hero .inner {
  position: relative;
  z-index: 1;
}
@media screen and (min-width:768px) and (max-width:1200px) {
  .lp-hero .inner {
    max-width: 720px;
    padding-inline: 4rem;
  }
}
@media screen and (min-width:1201px) {
  .lp-hero .inner {
    max-width: 1200px;
    margin-inline: auto;
    padding: 8px 130px 0 100px;
  }
}
@media screen and (max-width:1023px) {
  .lp-hero__grid {
    padding-block: 2.4rem 2rem;
  }
}
@media screen and (min-width:768px) and (max-width:1200px) {
  .lp-hero__grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-block: 3.2rem 2.4rem;
  }
}
@media screen and (min-width:1201px) {
  .lp-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 586px) auto;
    gap: 10px;
    padding-block: min(48px, 48 / 1200 * 100vw) min(48px, 48 / 1200 * 100vw);
  }
}
@media screen and (max-width:1023px) {
  .lp-hero__copy {
    margin-bottom: 3.4rem;
  }
}
@media screen and (min-width:768px) and (max-width:1200px) {
  .lp-hero__copy {
    width: 100%;
    max-width: 640px;
    margin-bottom: 3.6rem;
    text-align: center;
  }
}
.lp-hero__eyebrow {
  display: inline-block;
  margin-bottom: 1.3rem;
  padding: 0.4rem 1rem;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: min(15px, 15 / 472 * 100vw);
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0;
  color: #fff;
  background: #1a365d;
  border-radius: 20px;
}
@media screen and (min-width:768px) and (max-width:1200px) {
  .lp-hero__eyebrow {
    margin-bottom: 1.5rem;
    padding: 0.5rem 1.4rem;
    font-size: 1.5rem;
  }
}
@media screen and (min-width:1024px) {
  .lp-hero__eyebrow {
    margin-bottom: 1.7rem;
    padding: 0.6rem 1.8rem;
    font-size: 2rem;
  }
}
.lp-hero__title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  line-height: 1.35;
  color: #13191f;
}
@media screen and (min-width:768px) and (max-width:1200px) {
  .lp-hero__title {
    align-items: center;
    gap: 0.6rem;
  }
}
@media screen and (min-width:1024px) {
  .lp-hero__title {
    gap: 0.7rem;
  }
}
@media screen and (min-width:1201px) {
  .lp-hero__title {
    align-items: flex-start;
  }
}
.lp-hero__title-line {
  display: inline-block;
  padding: 0 1rem;
  font-family: "Noto Serif JP", serif;
  font-size: min(35px, 35 / 472 * 100vw);
  font-weight: 900;
  letter-spacing: 0;
  color: #083354;
  background: #fff;
}
@media screen and (min-width:768px) and (max-width:1200px) {
  .lp-hero__title-line {
    padding: 0 1.2rem;
    font-size: 3.6rem;
  }
}
@media screen and (min-width:1201px) {
  .lp-hero__title-line {
    padding: 0 0 0 1rem;
    font-size: 4.8rem;
  }
}
@media screen and (min-width:1024px) and (max-width:1200px) {
  .lp-hero__title-line {
    white-space: nowrap;
    padding: 0 0.8rem;
    font-size: clamp(3.6rem, 36px + (100vw - 1024px) * 12 / 176, 4.8rem);
  }
}
.lp-hero__lead {
  margin-top: 1rem;
  font-family: "Noto Serif JP", serif;
  font-size: 1.47rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  color: #1a365d;
}
@media screen and (min-width:768px) and (max-width:1200px) {
  .lp-hero__lead {
    margin-top: 1.2rem;
    font-size: 1.6rem;
    line-height: 1.65;
  }
}
@media screen and (min-width:1024px) {
  .lp-hero__lead {
    margin-top: 1rem;
    font-size: 2rem;
    line-height: 1.5;
  }
}
.lp-hero__badges {
  margin: 0.5rem -2.5rem 0;
}
@media screen and (max-width: 450px) {
  .lp-hero__badges {
    margin-inline: auto;
  }
}
@media screen and (min-width:768px) and (max-width:1200px) {
  .lp-hero__badges {
    width: 100%;
    max-width: 520px;
    margin: 1.2rem auto 0;
  }
}
@media screen and (min-width:1024px) {
  .lp-hero__badges {
    margin-top: 1rem;
  }
}
@media screen and (min-width:1201px) {
  .lp-hero__badges {
    width: auto;
    max-width: none;
    margin: 1rem -2.5rem 0;
  }
}
.lp-hero__badges-picture {
  display: block;
  width: 100%;
}
@media screen and (min-width:1201px) {
  .lp-hero__badges-picture {
    padding-right: 10px;
  }
}
.lp-hero__badges-img {
  display: block;
  width: 100%;
  max-width: 520px;
  height: auto;
  margin-inline: 0;
}
@media screen and (min-width:768px) and (max-width:1200px) {
  .lp-hero__badges-img {
    max-width: 100%;
    margin-inline: auto;
  }
}
@media screen and (min-width:1201px) {
  .lp-hero__badges-img {
    max-width: min(min(550px, 550 / 1200 * 100vw), 550px);
    margin-inline: 0;
  }
}
.lp-hero__actions {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 1.2rem;
  margin-top: 0;
}
@media screen and (max-width:768px) {
  .lp-hero__actions {
    margin-top: 0.7rem;
    gap: clamp(0.6rem, 2.2vw, 1.2rem);
  }
  .lp-hero__actions .btn {
    white-space: nowrap;
  }
  .lp-hero__actions .btn--gold {
    flex: 262 1 0;
    min-width: 0;
    font-size: clamp(1.2rem, 3.62vw, 1.7rem);
    padding: 0.2rem clamp(2rem, 5.5vw, 2.4rem) 0.2rem clamp(0.8rem, 2.5vw, 2.4rem);
  }
  .lp-hero__actions .btn--gold .btn__icon {
    right: clamp(8px, 2.5vw, 12px);
    width: clamp(0.9rem, 2.3vw, 1rem);
    height: clamp(1.2rem, 3vw, 1.4rem);
  }
  .lp-hero__actions .lp-hero__btn-outline {
    flex: 143 1 0;
    min-width: 0;
    font-size: clamp(1rem, 2.54vw, 1.2rem) !important;
    padding: 1.1rem clamp(0.8rem, 2.5vw, 2rem);
  }
}
.lp-hero__actions .btn {
  width: auto;
  min-width: 0;
}
@media screen and (min-width:768px) and (max-width:1200px) {
  .lp-hero__actions {
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.4rem;
    width: 100%;
    max-width: 560px;
    margin-top: 1.6rem;
    margin-inline: auto;
  }
}
@media screen and (min-width:1024px) {
  .lp-hero__actions {
    gap: 1.6rem;
  }
}
@media screen and (min-width:1201px) {
  .lp-hero__actions {
    justify-content: flex-start;
    flex-wrap: nowrap;
    width: auto;
    max-width: none;
    margin-inline: 0;
  }
}
.lp-hero__btn-outline {
  color: #fff !important;
  background: transparent !important;
  border-color: #fff !important;
  font-size: 1.2rem;
}
@media screen and (min-width:1024px) {
  .lp-hero__btn-outline {
    font-size: 1.6rem;
  }
}
@media (hover: hover) {
  .lp-hero__btn-outline:hover {
    opacity: 1;
    background: rgba(255, 255, 255, 0.12) !important;
  }
}
.lp-hero__btn-icon {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 700;
}
.lp-hero__form-wrap {
  max-width: 420px;
  margin: 0 auto;
}
@media screen and (min-width:768px) and (max-width:1200px) {
  .lp-hero__form-wrap {
    width: 100%;
    max-width: 440px;
  }
}
@media screen and (min-width:1201px) {
  .lp-hero__form-wrap {
    position: sticky;
    top: 8rem;
    width: 100%;
    max-width: 380px;
    min-width: 360px;
  }
}
.lp-hero__form-head {
  text-align: center;
  margin-bottom: 1.6rem;
  font-size: min(18px, 18 / 472 * 100vw);
  font-weight: 700;
  color: #0c2d5c;
}
.lp-hero__curve {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  line-height: 0;
  margin-top: 0;
  margin-bottom: -4.8rem;
  pointer-events: none;
}
@media screen and (min-width:1201px) {
  .lp-hero__curve {
    margin-top: -1.7rem;
    margin-bottom: -7rem;
  }
}
.lp-hero__curve-svg {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: top;
}
.lp-hero__curve-svg path {
  fill: #fff;
}
@media screen and (min-width:1201px) {
  .lp-hero__curve-svg--pc {
    height: min(100px, 100 / 1200 * 100vw);
    max-height: 100px;
    min-height: 160px;
  }
}
@media screen and (max-width:1023px) {
  .lp-hero__curve-svg--pc {
    display: none;
  }
}
@media screen and (max-width:1023px) {
  .lp-hero__curve-svg--sp {
    height: 72px;
    max-height: 72px;
    min-height: 56px;
  }
}
@media screen and (min-width:1024px) {
  .lp-hero__curve-svg--sp {
    display: none;
  }
}

.lp-anxiety {
  position: relative;
  z-index: 1;
  background: #fff;
  overflow: visible;
}
.lp-anxiety::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  background: #fff;
  transform: translateY(-100%);
  pointer-events: none;
}
@media screen and (max-width:1023px) {
  .lp-anxiety {
    margin-top: 0;
    padding: 4.5rem 0 5.6rem;
  }
}
@media screen and (min-width:769px) {
  .lp-anxiety {
    z-index: 3;
    padding: min(45px, 45 / 1200 * 100vw) 0 min(55px, 55 / 1200 * 100vw);
    margin-top: -0.6rem;
  }
  .lp-anxiety .inner {
    overflow: visible;
  }
  .lp-anxiety .section-title {
    overflow: visible;
    padding-top: calc(min(50px, 50 / 1200 * 100vw) + min(50px, 50 / 1200 * 100vw));
    margin-top: min(-50px, -50 / 1200 * 100vw);
  }
  .lp-anxiety .section-title__heading {
    top: min(20px, 20 / 1200 * 100vw);
  }
}
.lp-anxiety__lead {
  margin-top: 3.2rem;
  font-family: "Noto Serif JP", serif;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 400;
  color: #13191f;
  text-align: left;
}
@media screen and (min-width:769px) {
  .lp-anxiety__lead {
    text-align: center;
    font-size: 1.6rem;
    margin-top: 3.3rem;
  }
}
.lp-anxiety__list {
  display: grid;
  gap: 3.3rem;
  margin-top: 3.8rem;
}
@media screen and (min-width:769px) {
  .lp-anxiety__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.3rem 1.7rem;
    margin-top: 5.7rem;
  }
}
.lp-anxiety__item {
  display: flex;
  flex-direction: column;
  padding: 3.5rem 2rem 2.4rem;
  background: linear-gradient(300deg, #e4f6fe 0%, #0c74a4 150%);
  border-radius: 30px;
  overflow: hidden;
  min-height: 19.6rem;
}
@media screen and (min-width:769px) {
  .lp-anxiety__item {
    padding: 3.3rem 4.5rem 2.6rem 4rem;
    border-radius: 3rem;
    min-height: 22.3rem;
  }
}
.lp-anxiety__item-title {
  padding-bottom: 1.6rem;
  margin-bottom: 0.6rem;
  border-bottom: 1px solid white;
  font-family: "Noto Serif JP", serif;
  font-size: min(20px, 20 / 472 * 100vw);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  color: #fff;
  text-align: center;
}
@media screen and (min-width:769px) {
  .lp-anxiety__item-title {
    padding-bottom: 2rem;
    margin-bottom: 1rem;
    font-size: 2.6rem;
  }
}
.lp-anxiety__item-text {
  font-size: 1.4rem;
  line-height: 1.67;
  font-weight: 400;
  color: #13191f;
  text-align: left;
  padding: 0.3rem 2rem 0 2.2rem;
}
@media screen and (min-width:769px) {
  .lp-anxiety__item-text {
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 0;
  }
}
.lp-anxiety__stats {
  margin-top: 4.5rem;
}
@media screen and (min-width:769px) {
  .lp-anxiety__stats {
    margin-top: 1.5rem;
  }
}
.lp-anxiety__stats-list {
  display: grid;
  gap: 0;
  padding: 2rem 2rem 1.6rem;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 0.8rem;
}
@media screen and (min-width:769px) {
  .lp-anxiety__stats-list {
    grid-template-columns: repeat(3, 1fr);
    padding: 2.8rem 2.4rem 2.5rem;
    border-radius: 0.8rem;
  }
}
.lp-anxiety__stats-item {
  position: relative;
  text-align: center;
  padding-block: 2.9rem;
}
.lp-anxiety__stats-item:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 4.8rem;
  height: 1px;
  background: #e5e7eb;
  transform: translateX(-50%);
}
@media screen and (min-width:769px) {
  .lp-anxiety__stats-item:not(:last-child)::after {
    top: 50%;
    right: 0;
    left: auto;
    bottom: auto;
    width: 1px;
    height: 4.8rem;
    transform: translateY(-50%);
  }
}
@media screen and (min-width:769px) {
  .lp-anxiety__stats-item {
    padding: 0 2rem;
  }
}
.lp-anxiety__stats-label {
  font-family: "Noto Serif JP", serif;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0;
  color: #13191f;
}
@media screen and (min-width:769px) {
  .lp-anxiety__stats-label {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.lp-anxiety__stats-label strong {
  font-weight: 700;
  color: #2588bc;
}
.lp-anxiety__stats-value {
  margin-top: 0.5rem;
  font-family: "Noto Serif JP", serif;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.1;
  color: #1a365d;
}
@media screen and (min-width:769px) {
  .lp-anxiety__stats-value {
    margin-top: 0.5rem;
    font-size: 3.6rem;
  }
}
.lp-anxiety__stats-value small {
  font-size: 2.5rem;
}

.lp-strengths {
  position: relative;
  z-index: 1;
  color: #fff;
  background: transparent;
}
.lp-strengths::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  z-index: 0;
  pointer-events: none;
}
.lp-strengths::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, #e4f6fe -100%, #0c74a4 -50%, #7ab4cb 100%);
  border-radius: 100px 0 0 0;
  z-index: 1;
  pointer-events: none;
}
@media screen and (min-width:769px) {
  .lp-strengths::after {
    border-radius: clamp(100px, 100px + (100vw - 768px) * 100 / 472, 200px) 0 0 0;
  }
}
.lp-strengths .inner {
  position: relative;
  z-index: 2;
}
@media screen and (max-width:768px) {
  .lp-strengths {
    padding: 3.5rem 0 8rem;
  }
}
@media screen and (min-width:769px) {
  .lp-strengths {
    padding: min(50px, 50 / 1200 * 100vw) 0 min(85px, 85 / 1200 * 100vw);
  }
}
.lp-strengths .section-title {
  justify-items: start;
}
@media screen and (min-width:769px) {
  .lp-strengths .section-title {
    justify-items: start;
  }
}
.lp-strengths .section-title__label {
  opacity: 80%;
}
@media screen and (max-width:768px) {
  .lp-strengths .section-title__label {
    transform: translateY(-18%);
  }
}
.lp-strengths .section-title__heading {
  color: #fff;
  text-align: left;
}
@media screen and (min-width:769px) {
  .lp-strengths .section-title__heading {
    text-align: left;
  }
}
.lp-strengths__lead {
  margin-top: 3rem;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #fff;
  text-align: left;
}
@media screen and (min-width:769px) {
  .lp-strengths__lead {
    margin-top: 2.1rem;
    font-size: 1.6rem;
  }
}
.lp-strengths__list {
  display: grid;
  gap: 2rem;
  margin-top: 3.2rem;
}
@media screen and (min-width:769px) {
  .lp-strengths__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.4rem;
    margin-top: 4rem;
  }
}
.lp-strengths__item {
  position: relative;
  padding: 2.4rem clamp(5.5rem, 82 / 472 * 100vw, 8.2rem) 4.3rem 2rem;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 3rem;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
@media screen and (min-width:769px) {
  .lp-strengths__item {
    padding: 3.2rem 2.4rem 4.2rem;
  }
}
.lp-strengths__num {
  font-family: "JetBrains Mono", monospace;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  color: #2b7ec7;
}
.lp-strengths__icon {
  position: absolute;
  top: -0.5rem;
  right: -0.5rem;
  width: 14.2rem;
  height: 11rem;
  object-fit: contain;
  opacity: 0.85;
}
.lp-strengths__title {
  margin-top: 2.8rem;
  font-size: min(24px, 24 / 472 * 100vw);
  font-weight: 500;
  color: #1a365d;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (min-width:769px) {
  .lp-strengths__title {
    margin-top: 2rem;
    font-size: 2.4rem;
  }
}
.lp-strengths__text {
  margin-top: 2.4rem;
  font-size: 1.3rem;
  line-height: 1.8;
  color: #13191f;
}
@media screen and (min-width:769px) {
  .lp-strengths__text {
    margin-top: 2.5rem;
    font-size: 1.3rem;
  }
}

.lp-cases {
  position: relative;
  z-index: 1;
  background: #fff;
}
@media screen and (max-width:768px) {
  .lp-cases {
    padding: 3.3rem 0 5.2rem;
  }
}
@media screen and (min-width:769px) {
  .lp-cases {
    padding: min(85px, 85 / 1200 * 100vw) 0 min(78px, 78 / 1200 * 100vw);
  }
}
.lp-cases .section-title {
  padding-top: 0;
}
@media screen and (max-width:768px) {
  .lp-cases .section-title {
    justify-items: center;
    align-items: center;
  }
}
.lp-cases .section-title__label {
  font-size: min(49px, 49 / 472 * 100vw);
  transform: translateY(14%);
}
@media screen and (min-width:769px) {
  .lp-cases .section-title__label {
    font-size: min(85px, 85 / 1200 * 100vw);
    transform: translateY(0);
  }
}
.lp-cases .section-title__heading {
  top: 1.6rem;
}
@media screen and (min-width:769px) {
  .lp-cases .section-title__heading {
    top: -0.8rem;
    font-size: min(30px, 30 / 1200 * 100vw);
    line-height: 1.5;
  }
}
@media screen and (max-width:768px) {
  .lp-cases .section-title__heading {
    text-align: center;
  }
}
.lp-cases__lead {
  margin-top: 2.7rem;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #13191f;
  text-align: center;
}
@media screen and (min-width:769px) {
  .lp-cases__lead {
    margin-top: 0.2rem;
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
.lp-cases__list {
  display: grid;
  gap: min(25px, 25 / 472 * 100vw);
  margin: min(20px, 20 / 472 * 100vw) auto 0;
}
@media screen and (min-width:769px) {
  .lp-cases__list {
    grid-template-columns: repeat(3, 1fr);
    gap: min(24px, 24 / 1200 * 100vw);
    margin-top: min(6px, 6 / 1200 * 100vw);
  }
}
@media screen and (max-width:768px) {
  .lp-cases__list {
    width: 84%;
  }
}
.lp-cases__item {
  background: #fff;
  border-radius: min(30px, 30 / 472 * 100vw);
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
@media screen and (min-width:769px) {
  .lp-cases__item {
    border-radius: min(30px, 30 / 1200 * 100vw);
  }
}
@media screen and (max-width:768px) {
  .lp-cases__item:nth-child(2) .lp-cases__salary--after, .lp-cases__item:nth-child(3) .lp-cases__salary--after {
    margin-top: min(17px, 17 / 472 * 100vw);
    margin-bottom: min(12px, 12 / 472 * 100vw);
  }
}
.lp-cases__head {
  padding: min(12px, 12 / 472 * 100vw) min(16px, 16 / 472 * 100vw) min(10px, 10 / 472 * 100vw);
  background: #1a365d;
  text-align: center;
}
@media screen and (min-width:769px) {
  .lp-cases__head {
    padding: min(12px, 12 / 1200 * 100vw) min(16px, 16 / 1200 * 100vw) min(10px, 10 / 1200 * 100vw);
  }
}
.lp-cases__role {
  font-size: min(20px, 20 / 472 * 100vw);
  font-weight: 500;
  line-height: 1;
  color: #fff;
}
@media screen and (min-width:769px) {
  .lp-cases__role {
    font-size: min(20px, 20 / 1200 * 100vw);
  }
}
.lp-cases__body {
  padding: min(18px, 18 / 472 * 100vw) min(16px, 16 / 472 * 100vw) min(27px, 27 / 472 * 100vw);
  text-align: center;
}
@media screen and (min-width:769px) {
  .lp-cases__body {
    padding: min(20px, 20 / 1200 * 100vw) min(18px, 18 / 1200 * 100vw) min(23px, 23 / 1200 * 100vw);
  }
}
.lp-cases__job {
  padding: min(8px, 8 / 472 * 100vw) min(12px, 12 / 472 * 100vw);
  font-size: min(12px, 12 / 472 * 100vw);
  font-weight: 500;
  line-height: 1;
  border-radius: min(4px, 4 / 472 * 100vw);
  color: #13191f;
}
@media screen and (min-width:769px) {
  .lp-cases__job {
    padding: min(8px, 8 / 1200 * 100vw) min(12px, 12 / 1200 * 100vw);
    font-size: min(12px, 12 / 1200 * 100vw);
    border-radius: min(4px, 4 / 1200 * 100vw);
  }
}
.lp-cases__job--before {
  background: #f0f2f4;
  color: #13191f;
}
.lp-cases__job--after {
  padding: min(6px, 6 / 472 * 100vw) min(12px, 12 / 472 * 100vw);
  margin-top: min(4px, 4 / 472 * 100vw);
  border-radius: 0;
  background: linear-gradient(90deg, #d8a336 0%, #c78b00 40%, #efca84 75%, #d8a336 100%);
  color: #fff;
  font-size: min(16px, 16 / 472 * 100vw);
}
@media screen and (min-width:769px) {
  .lp-cases__job--after {
    padding: min(6px, 6 / 1200 * 100vw) min(12px, 12 / 1200 * 100vw);
    margin-top: min(4px, 4 / 1200 * 100vw);
    font-size: min(16px, 16 / 1200 * 100vw);
  }
}
.lp-cases__job-note {
  font-size: min(12px, 12 / 472 * 100vw);
}
@media screen and (min-width:769px) {
  .lp-cases__job-note {
    font-size: min(12px, 12 / 1200 * 100vw);
  }
}
.lp-cases__salary {
  margin-top: min(13px, 13 / 472 * 100vw);
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (min-width:769px) {
  .lp-cases__salary {
    margin-top: min(13px, 13 / 1200 * 100vw);
  }
}
.lp-cases__salary--before {
  font-size: min(34px, 34 / 472 * 100vw);
  color: #a3a3a3;
}
@media screen and (min-width:769px) {
  .lp-cases__salary--before {
    font-size: min(35px, 35 / 1200 * 100vw);
  }
}
.lp-cases__salary--after {
  margin-top: min(9px, 9 / 472 * 100vw);
  font-size: min(48px, 48 / 472 * 100vw);
  background: linear-gradient(90deg, #d8a336 0%, #c78b00 40%, #efca84 75%, #d8a336 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width:769px) {
  .lp-cases__salary--after {
    margin-top: min(16px, 16 / 1200 * 100vw);
    font-size: min(48px, 48 / 1200 * 100vw);
  }
}
.lp-cases__salary--after .lp-cases__salary-sub {
  background: linear-gradient(90deg, #d8a336 0%, #c78b00 40%, #efca84 75%, #d8a336 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.lp-cases__salary-sub {
  margin-top: min(4px, 4 / 472 * 100vw);
  font-family: "Noto Serif JP", serif;
  font-size: min(23px, 23 / 472 * 100vw);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  color: #a3a3a3;
}
@media screen and (min-width:769px) {
  .lp-cases__salary-sub {
    margin-top: min(4px, 4 / 1200 * 100vw);
    font-size: min(23px, 23 / 1200 * 100vw);
  }
}
.lp-cases__salary--before .lp-cases__salary-sub {
  display: inline;
  margin-top: 0;
}
.lp-cases__salary-note {
  font-size: min(16px, 16 / 472 * 100vw);
  line-height: 1;
  background: linear-gradient(90deg, #d8a336 0%, #c78b00 40%, #efca84 75%, #d8a336 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  margin-top: min(5px, 5 / 472 * 100vw);
}
@media screen and (min-width:769px) {
  .lp-cases__salary-note {
    font-size: min(16px, 16 / 1200 * 100vw);
    margin-top: 0;
  }
}
.lp-cases__arrow {
  display: block;
  width: 0;
  height: 0;
  margin: min(14px, 14 / 472 * 100vw) auto min(12px, 12 / 472 * 100vw);
  border-top: min(14px, 14 / 472 * 100vw) solid #c5cdd4;
  border-right: min(12px, 12 / 472 * 100vw) solid transparent;
  border-left: min(12px, 12 / 472 * 100vw) solid transparent;
}
@media screen and (min-width:769px) {
  .lp-cases__arrow {
    margin: min(14px, 14 / 1200 * 100vw) auto min(12px, 12 / 1200 * 100vw);
    border-top: min(14px, 14 / 1200 * 100vw) solid #c5cdd4;
    border-right: min(12px, 12 / 1200 * 100vw) solid transparent;
    border-left: min(12px, 12 / 1200 * 100vw) solid transparent;
  }
}

.lp-cta-advisors {
  position: relative;
  background-color: transparent;
  background-image: url("../images/lp/cta-mid-bg-sp.svg");
  background-repeat: no-repeat;
  background-position: top 54px center;
  background-size: 100% auto;
}
@media screen and (min-width:769px) {
  .lp-cta-advisors {
    background-image: url("../images/lp/cta-mid-bg-pc.svg");
    background-position: top 67px center;
  }
}

.lp-cta-mid {
  position: relative;
  z-index: 1;
  overflow: visible;
  background: transparent;
}
@media screen and (max-width:768px) {
  .lp-cta-mid {
    padding: 14rem 0 24rem;
  }
}
@media screen and (min-width:769px) {
  .lp-cta-mid {
    padding: min(164px, 164 / 1200 * 100vw) 0 min(78px, 78 / 1200 * 100vw);
  }
}
.lp-cta-mid .inner {
  position: relative;
  z-index: 1;
  overflow: visible;
  max-width: 1355px;
}
.lp-cta-mid .section-title {
  padding-top: 3.7rem;
  margin-bottom: -0.6rem;
}
.lp-cta-mid .section-title__label {
  font-size: min(49px, 49 / 472 * 100vw);
}
@media screen and (min-width:769px) {
  .lp-cta-mid .section-title__label {
    font-size: min(85px, 85 / 1200 * 100vw);
  }
}
.lp-cta-mid__wrap {
  position: relative;
  width: 100%;
  max-width: 1274px;
  margin-inline: auto;
  overflow: visible;
}
.lp-cta-mid__box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-height: 357px;
  padding: 4rem 2.4rem 4.8rem;
  background: #fff;
  border-radius: 10rem;
  border-bottom-left-radius: 0;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.25);
  text-align: center;
}
@media screen and (max-width:768px) {
  .lp-cta-mid__box {
    min-height: auto;
    padding: 5.3rem 2rem 8rem;
    border-radius: 10rem;
    border-bottom-left-radius: 0;
  }
}
.lp-cta-mid .section-title {
  justify-items: center;
}
@media screen and (min-width:769px) {
  .lp-cta-mid .section-title {
    justify-items: center;
  }
}
.lp-cta-mid .section-title__label {
  opacity: 10%;
  color: #55a9d5;
}
.lp-cta-mid .section-title__heading {
  text-align: center;
  background: linear-gradient(90deg, #d8a336 0%, #c78b00 40%, #efca84 75%, #d8a336 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media screen and (min-width:769px) {
  .lp-cta-mid .section-title__heading {
    text-align: center;
  }
}
.lp-cta-mid__lead {
  position: relative;
  z-index: 1;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #13191f;
}
@media screen and (min-width:769px) {
  .lp-cta-mid__lead {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
@media screen and (max-width:768px) {
  .lp-cta-mid__lead {
    margin-top: 2.8rem;
  }
}
.lp-cta-mid__btn {
  position: relative;
  z-index: 1;
}
.lp-cta-mid__btn.btn--gold {
  display: inline-flex;
  width: 100%;
  max-width: min(477px, 477 / 472 * 100vw);
  height: min(54px, 54 / 472 * 100vw);
  min-height: min(54px, 54 / 472 * 100vw);
  margin-top: min(16px, 16 / 472 * 100vw);
  padding: 0 min(50px, 50 / 472 * 100vw) 0 min(24px, 24 / 472 * 100vw);
  font-size: min(24px, 24 / 472 * 100vw);
  letter-spacing: 0.05em;
  border-radius: min(50px, 50 / 472 * 100vw);
}
@media screen and (min-width:769px) {
  .lp-cta-mid__btn.btn--gold {
    max-width: 477px;
    margin-top: 1.7rem;
    padding: 0 5rem 0 2.4rem;
    font-size: 2.4rem;
    height: 91px;
    min-height: 91px;
    border-radius: 5rem;
  }
}
@media screen and (max-width:768px) {
  .lp-cta-mid__btn-icon {
    width: min(11px, 11 / 472 * 100vw);
    height: min(15px, 15 / 472 * 100vw);
    position: absolute;
    top: 50%;
    right: min(40px, 40 / 472 * 100vw);
    transform: translateY(-50%);
  }
}
@media screen and (min-width:769px) {
  .lp-cta-mid__btn-icon {
    width: 1.1rem;
    height: 1.5rem;
    position: absolute;
    top: 50%;
    right: 3rem;
    transform: translateY(-50%);
  }
}
.lp-cta-mid__photo {
  position: absolute;
  z-index: 3;
  width: min(256px, 256 / 472 * 100vw);
  height: min(256px, 256 / 472 * 100vw);
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.25);
}
.lp-cta-mid__photo--01 {
  top: 0;
  left: 0;
  transform: translate(-22%, -69%);
}
@media screen and (min-width:769px) {
  .lp-cta-mid__photo--01 {
    width: min(370px, 370 / 1200 * 100vw);
    height: min(370px, 370 / 1200 * 100vw);
    transform: translate(-18%, -51%);
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.25);
  }
}
.lp-cta-mid__photo--02 {
  right: 0;
  bottom: 0;
  width: min(283px, 283 / 472 * 100vw);
  height: min(283px, 283 / 472 * 100vw);
  transform: translate(24%, 83%);
}
@media screen and (min-width:769px) {
  .lp-cta-mid__photo--02 {
    width: min(330px, 330 / 1200 * 100vw);
    height: min(330px, 330 / 1200 * 100vw);
    transform: translate(12%, 57%);
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.25);
  }
}

.lp-main > section.lp-cta-mid > .inner {
  box-sizing: border-box;
  max-width: 1274px;
}
@media screen and (min-width:769px) {
  .lp-main > section.lp-cta-mid > .inner {
    max-width: 1274px;
    padding-inline: 0;
  }
}

.lp-advisors {
  position: relative;
  z-index: 1;
  color: #fff;
}
.lp-advisors .inner {
  position: relative;
  z-index: 1;
  max-width: 1213px;
}
@media screen and (max-width:768px) {
  .lp-advisors {
    padding: 3.4rem 0 6rem;
  }
  .lp-advisors .inner {
    overflow: visible;
  }
}
@media screen and (min-width:769px) {
  .lp-advisors {
    padding: min(73px, 73 / 1200 * 100vw) 0 min(178px, 178 / 1200 * 100vw);
  }
}
.lp-advisors .section-title {
  justify-items: start;
}
@media screen and (min-width:769px) {
  .lp-advisors .section-title {
    justify-items: start;
  }
}
.lp-advisors .section-title__label {
  opacity: 10%;
  color: #fff;
}
@media screen and (max-width:768px) {
  .lp-advisors .section-title__label {
    transform: translateY(-6%);
    letter-spacing: -0.05em;
  }
}
.lp-advisors .section-title__heading {
  color: #fff;
  text-align: left;
}
@media screen and (min-width:769px) {
  .lp-advisors .section-title__heading {
    text-align: left;
  }
}
.lp-advisors__lead {
  margin-top: 2.7rem;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #fff;
  text-align: left;
}
@media screen and (min-width:769px) {
  .lp-advisors__lead {
    margin-top: 2rem;
    font-size: 1.6rem;
  }
}
.lp-advisors__slider {
  margin-top: 3.5rem;
}
@media screen and (max-width:768px) {
  .lp-advisors__slider {
    width: calc(100% + 20px);
    margin-right: -20px;
    overflow: hidden;
  }
  .lp-advisors__slider.swiper .swiper-wrapper {
    align-items: stretch;
  }
  .lp-advisors__slider.swiper .swiper-slide {
    width: min(250px, (100% - 24px) / 1.65);
    height: auto;
    box-sizing: border-box;
  }
}
@media screen and (min-width:769px) {
  .lp-advisors__slider {
    margin-top: 4rem;
    overflow: visible;
  }
}
.lp-advisors__pagination {
  display: none;
}
@media screen and (max-width:768px) {
  .lp-advisors__pagination {
    position: relative !important;
    bottom: auto !important;
    left: auto !important;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.8rem;
    width: 100%;
    margin-top: 2.2rem;
  }
  .lp-advisors__pagination .swiper-pagination-bullet {
    width: 0.8rem;
    height: 0.8rem;
    margin: 0 !important;
    background: #fff;
    opacity: 1;
  }
  .lp-advisors__pagination .swiper-pagination-bullet-active {
    background: #1a365d;
    width: 1.2rem;
    height: 1.2rem;
  }
}
@media screen and (min-width:769px) {
  .lp-advisors__list {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.4rem;
    transform: none !important;
  }
}
.lp-advisors__item {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 2.9rem 3rem 3.6rem 2.9rem;
  background: #fff;
  box-sizing: border-box;
  text-align: center;
}
@media screen and (max-width:768px) {
  .lp-advisors__item {
    width: min(250px, (100% - 24px) / 1.65);
  }
}
@media screen and (min-width:769px) {
  .lp-advisors__item {
    width: auto !important;
    height: auto;
    padding: 2.8rem 2.8rem 2.4rem;
  }
}
.lp-advisors__head {
  text-align: center;
}
.lp-advisors__name {
  font-family: "Noto Serif JP", serif;
  font-size: min(22px, 22 / 472 * 100vw);
  font-weight: 700;
  line-height: 1.4;
  color: #13191f;
}
@media screen and (min-width:769px) {
  .lp-advisors__name {
    font-size: 2.2rem;
  }
}
.lp-advisors__position {
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
  color: #13191f;
}
.lp-advisors__photo {
  width: 16rem;
  height: 16rem;
  margin: 2rem auto 0;
  border-radius: 50%;
  object-fit: cover;
}
.lp-advisors__role {
  margin-top: 2rem;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  color: #1a365d;
  text-align: left;
  letter-spacing: 0.06em;
}
@media screen and (min-width:769px) {
  .lp-advisors__role {
    font-size: 1.2rem;
  }
}
.lp-advisors__bio {
  margin-top: 1rem;
  font-size: 1.2rem;
  line-height: 1.7;
  color: #13191f;
  text-align: left;
  letter-spacing: 0;
}
@media screen and (max-width:768px) {
  .lp-advisors__bio {
    flex: 1;
  }
}
@media screen and (min-width:769px) {
  .lp-advisors__bio {
    font-size: 1.2rem;
    min-height: 8.156rem;
  }
}
.lp-advisors__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 1.4rem;
  padding: 0;
  list-style: none;
}
@media screen and (max-width:768px) {
  .lp-advisors__tags {
    margin-top: auto;
    margin-right: -1rem;
    padding-top: 1.4rem;
  }
}
.lp-advisors__tag {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 1rem;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.3;
  color: #fff;
  background: #2588bc;
  border-radius: 0.4rem;
}
@media screen and (min-width:769px) {
  .lp-advisors__tag {
    font-size: 1.1rem;
  }
}

.lp-voices {
  position: relative;
  z-index: 1;
  background: #fff;
  border-radius: 10rem 0 0 0;
}
@media screen and (max-width:768px) {
  .lp-voices {
    width: 100%;
    padding: 2rem 0 5rem;
  }
}
@media screen and (min-width:769px) {
  .lp-voices {
    width: calc(100% - min(32px, 32 / 1200 * 100vw));
    margin-left: min(32px, 32 / 1200 * 100vw);
    padding: min(50px, 50 / 1200 * 100vw) 0 min(95px, 95 / 1200 * 100vw);
    border-radius: min(200px, 200 / 1200 * 100vw) 0 0 0;
  }
}
@media screen and (min-width:769px) {
  .lp-voices .inner {
    padding: 0 min(30px, 30 / 1200 * 100vw);
    max-width: 100%;
  }
}
@media screen and (max-width:768px) {
  .lp-voices .section-title {
    justify-items: center;
    align-items: center;
  }
}
.lp-voices .section-title__label {
  transform: translateY(-35%);
}
@media screen and (max-width:768px) {
  .lp-voices .section-title__label {
    transform: translateY(-20%);
  }
}
@media screen and (max-width:768px) {
  .lp-voices .section-title__heading {
    text-align: center;
  }
}
.lp-voices__list {
  display: grid;
  gap: 2.1rem;
  padding: 0;
  list-style: none;
  margin-top: 4.3rem;
}
@media screen and (min-width:769px) {
  .lp-voices__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-items: center;
    gap: min(30px, 30 / 1200 * 100vw) min(24px, 24 / 1200 * 100vw);
    margin-top: min(-10px, -10 / 1200 * 100vw);
  }
}
.lp-voices__item {
  min-width: 0;
}
.lp-voices__card {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  min-height: 32rem;
  padding: 3.2rem 1.8rem;
  background: #fff;
  border: 3px solid #efefef;
  border-radius: 0.8rem;
  text-align: left;
  cursor: pointer;
  transition: border-color 0.25s ease;
}
@media screen and (min-width:769px) {
  .lp-voices__card {
    max-width: min(556px, 556 / 1200 * 100vw);
    width: 100%;
    min-height: min(376px, 376 / 1200 * 100vw);
    padding: min(32px, 32 / 1200 * 100vw) min(24px, 24 / 1200 * 100vw) min(24px, 24 / 1200 * 100vw);
    border-radius: min(16px, 16 / 1200 * 100vw);
  }
}
.lp-voices__card:not([aria-expanded=true]) {
  overflow: hidden;
}
@media screen and (max-width:768px) {
  .lp-voices__card:not([aria-expanded=true]) {
    height: 34.8rem;
  }
}
.lp-voices__card:not([aria-expanded=true]) .lp-voices__text {
  height: min(213px, 213 / 1200 * 100vw);
  overflow: hidden;
}
@media screen and (max-width:768px) {
  .lp-voices__card:not([aria-expanded=true]) .lp-voices__text {
    height: auto;
  }
}
.lp-voices__card.is-truncatable:not([aria-expanded=true]) .lp-voices__text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.lp-voices__card.is-not-truncatable {
  cursor: default;
}
.lp-voices__card.is-not-truncatable .lp-voices__plus {
  display: none;
}
.lp-voices__card[aria-expanded=true] {
  border-color: #0c74a4;
  height: auto;
  overflow: visible;
}
@media screen and (min-width:769px) {
  .lp-voices__card[aria-expanded=true] {
    min-height: min(374px, 374 / 1200 * 100vw);
    height: auto;
  }
}
.lp-voices__card[aria-expanded=true] .lp-voices__text {
  height: auto;
  overflow: visible;
  display: block;
  -webkit-line-clamp: unset;
}
.lp-voices__card[aria-expanded=true] .lp-voices__plus::before {
  content: "−";
}
.lp-voices__top {
  display: flex;
  align-items: flex-start;
  gap: 2.5rem;
  padding-right: 3.2rem;
}
@media screen and (max-width:768px) {
  .lp-voices__top {
    padding: 0 0 0 0.7rem;
  }
}
.lp-voices__icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 6.4rem;
  height: 6.4rem;
  border-radius: 50%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  padding-top: 0.12rem;
}
.lp-voices__icon--w {
  background: #f45d5d;
}
.lp-voices__icon--o {
  background: #38d872;
}
.lp-voices__icon--t {
  background: #6169fe;
}
.lp-voices__icon--r {
  background: #d9c560;
}
.lp-voices__meta {
  min-width: 0;
  flex: 1;
}
.lp-voices__name {
  font-size: min(22px, 22 / 472 * 100vw);
  font-weight: 600;
  line-height: 1.4;
  color: #13191f;
}
@media screen and (min-width:769px) {
  .lp-voices__name {
    font-size: min(22px, 22 / 1200 * 100vw);
  }
}
.lp-voices__stars {
  margin-top: 2rem;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fac965;
}
.lp-voices__plus {
  position: absolute;
  top: 3rem;
  right: 3rem;
  flex-shrink: 0;
  width: 2.4rem;
  height: 2.4rem;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  color: #000000;
  text-align: center;
}
@media screen and (min-width:769px) {
  .lp-voices__plus {
    top: 2.4rem;
    right: 2.4rem;
  }
}
.lp-voices__plus::before {
  content: "+";
}
.lp-voices__text-body {
  position: relative;
  flex: 1;
  min-height: 0;
  margin-top: 2.4rem;
}
@media screen and (max-width:768px) {
  .lp-voices__text-body {
    margin-top: 2.3rem;
  }
}
.lp-voices__text {
  margin: 0;
  padding-left: 1.6rem;
  border-left: 2px solid #1a365d;
  font-size: 1.3rem;
  line-height: 1.8;
  font-weight: 400;
  color: #13191f;
  text-align: left;
}
@media screen and (min-width:769px) {
  .lp-voices__text {
    font-size: 1.3rem;
  }
}

.lp-flow {
  position: relative;
  color: #fff;
  background: transparent;
}
.lp-flow .inner {
  position: relative;
  z-index: 1;
}
@media screen and (max-width:768px) {
  .lp-flow {
    padding: min(4px, 4 / 472 * 100vw) 0 min(50px, 50 / 472 * 100vw);
  }
}
@media screen and (min-width:769px) {
  .lp-flow {
    padding: min(52px, 52 / 1200 * 100vw) 0 min(132px, 132 / 1200 * 100vw);
  }
}
.lp-flow .section-title {
  justify-items: start;
  padding-top: min(25px, 25 / 472 * 100vw);
}
@media screen and (min-width:769px) {
  .lp-flow .section-title {
    justify-items: start;
    padding-top: min(50px, 50 / 1200 * 100vw);
    margin-bottom: min(-25px, -25 / 1200 * 100vw);
  }
}
.lp-flow .section-title__label {
  opacity: 10%;
  color: #fff;
}
@media screen and (max-width:768px) {
  .lp-flow .section-title__label {
    transform: translateY(-5%);
  }
}
@media screen and (min-width:769px) {
  .lp-flow .section-title__label {
    transform: translateY(-50%);
  }
}
.lp-flow .section-title__heading {
  top: min(20px, 20 / 472 * 100vw);
  color: #fff;
  text-align: left;
}
@media screen and (min-width:769px) {
  .lp-flow .section-title__heading {
    top: min(20px, 20 / 1200 * 100vw);
    text-align: left;
  }
}
.lp-flow__lead {
  margin-top: min(27px, 27 / 472 * 100vw);
  font-size: min(14px, 14 / 472 * 100vw);
  line-height: 1.5;
  color: #fff;
  text-align: left;
}
@media screen and (min-width:769px) {
  .lp-flow__lead {
    margin-top: min(20px, 20 / 1200 * 100vw);
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
.lp-flow__list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: min(10px, 10 / 472 * 100vw);
  margin-top: min(39px, 39 / 472 * 100vw);
  padding: 0;
  list-style: none;
}
@media screen and (min-width:769px) {
  .lp-flow__list {
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    gap: min(16px, 16 / 1200 * 100vw);
    margin-top: min(40px, 40 / 1200 * 100vw);
  }
}
.lp-flow__item {
  position: relative;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width:769px) {
  .lp-flow__item {
    width: min(214px, 214 / 1200 * 100vw);
    max-width: min(214px, 214 / 1200 * 100vw);
  }
}
.lp-flow__arrow {
  position: absolute;
  z-index: 2;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(42px, 42 / 472 * 100vw);
  font-weight: 900;
  line-height: 1;
  color: #1a365d;
  -webkit-text-stroke: min(4px, 4 / 472 * 100vw) #fff;
  paint-order: stroke fill;
  pointer-events: none;
}
@media screen and (max-width:768px) {
  .lp-flow__arrow {
    top: calc(100% + min(8px, 8 / 472 * 100vw));
    left: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
  }
}
@media screen and (min-width:769px) {
  .lp-flow__arrow {
    font-size: min(42px, 42 / 1200 * 100vw);
    -webkit-text-stroke: min(4px, 4 / 1200 * 100vw) #fff;
    top: 50%;
    left: calc(100% + min(8px, 8 / 1200 * 100vw));
    transform: translate(-50%, -50%);
  }
}
.lp-flow__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: min(220px, 220 / 472 * 100vw);
  padding: min(24px, 24 / 472 * 100vw) min(20px, 20 / 472 * 100vw) min(20px, 20 / 472 * 100vw);
  background: #fff;
  border-radius: 999px;
  text-align: center;
  color: #13191f;
}
@media screen and (max-width:768px) {
  .lp-flow__card {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    align-items: center;
    column-gap: 0;
    row-gap: min(15px, 15 / 472 * 100vw);
    min-height: auto;
    padding: min(40px, 40 / 472 * 100vw) min(92px, 92 / 472 * 100vw) min(36px, 36 / 472 * 100vw) min(40px, 40 / 472 * 100vw);
    text-align: center;
  }
}
@media screen and (min-width:769px) {
  .lp-flow__card {
    width: min(214px, 214 / 1200 * 100vw);
    min-height: min(354px, 354 / 1200 * 100vw);
    padding: min(40px, 40 / 1200 * 100vw) min(16px, 16 / 1200 * 100vw) min(24px, 24 / 1200 * 100vw);
  }
}
.lp-flow__num {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: min(48px, 48 / 472 * 100vw);
  height: min(48px, 48 / 472 * 100vw);
  font-family: "Noto Serif JP", serif;
  font-size: min(26px, 26 / 472 * 100vw);
  font-weight: 900;
  line-height: 1;
  color: #fff;
  background: #2588bc;
  border-radius: 50%;
}
@media screen and (max-width:768px) {
  .lp-flow__num {
    width: min(52px, 52 / 472 * 100vw);
    height: min(52px, 52 / 472 * 100vw);
    grid-row: 1/-1;
    grid-column: 1;
    align-self: center;
  }
}
@media screen and (min-width:769px) {
  .lp-flow__num {
    width: min(48px, 48 / 1200 * 100vw);
    height: min(48px, 48 / 1200 * 100vw);
    font-size: min(26px, 26 / 1200 * 100vw);
  }
}
.lp-flow__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: min(16px, 16 / 472 * 100vw);
}
@media screen and (max-width:768px) {
  .lp-flow__body {
    grid-column: 2;
    grid-row: 1;
    margin-top: 0;
  }
}
@media screen and (min-width:769px) {
  .lp-flow__body {
    margin: min(36px, 36 / 1200 * 100vw) 0 min(24px, 24 / 1200 * 100vw);
  }
}
.lp-flow__title {
  font-family: "Noto Serif JP", serif;
  font-size: min(22px, 22 / 472 * 100vw);
  font-weight: 700;
  line-height: 1.5;
  color: #13191f;
}
@media screen and (min-width:769px) {
  .lp-flow__title {
    font-size: min(22px, 22 / 1200 * 100vw);
  }
}
.lp-flow__text {
  margin-top: min(13px, 13 / 472 * 100vw);
  font-size: min(16px, 16 / 472 * 100vw);
  font-weight: 400;
  line-height: 1.5;
  color: #13191f;
}
@media screen and (min-width:769px) {
  .lp-flow__text {
    margin-top: min(22px, 22 / 1200 * 100vw);
    font-size: min(16px, 16 / 1200 * 100vw);
  }
}
.lp-flow__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: min(6px, 6 / 472 * 100vw) min(16px, 16 / 472 * 100vw);
  font-size: min(16px, 16 / 472 * 100vw);
  font-weight: 500;
  line-height: 1.4;
  color: #fff;
  background: #1a365d;
  border-radius: min(4px, 4 / 472 * 100vw);
  white-space: nowrap;
}
@media screen and (min-width:769px) {
  .lp-flow__badge {
    padding: min(6px, 6 / 1200 * 100vw) min(16px, 16 / 1200 * 100vw);
    font-size: min(16px, 16 / 1200 * 100vw);
    border-radius: min(4px, 4 / 1200 * 100vw);
  }
}
@media screen and (max-width:768px) {
  .lp-flow__badge {
    grid-column: 2;
    grid-row: 2;
    justify-self: center;
  }
}

.lp-faq {
  background: #1a365d;
}
@media screen and (max-width:768px) {
  .lp-faq {
    padding: 0.7rem 0 5.2rem;
  }
}
@media screen and (min-width:769px) {
  .lp-faq {
    padding: min(52px, 52 / 1200 * 100vw) 0 min(120px, 120 / 1200 * 100vw);
  }
}
.lp-faq .section-title {
  justify-items: start;
}
@media screen and (min-width:769px) {
  .lp-faq .section-title {
    justify-items: start;
  }
}
.lp-faq .section-title__label {
  opacity: 10%;
  color: #fff;
}
@media screen and (max-width:768px) {
  .lp-faq .section-title__label {
    transform: translateY(-5%);
  }
}
.lp-faq .section-title__heading {
  color: #fff;
  text-align: left;
}
@media screen and (min-width:769px) {
  .lp-faq .section-title__heading {
    text-align: left;
  }
}
.lp-faq__list {
  display: grid;
  gap: 2rem;
  margin-top: 4.5rem;
  padding: 0;
}
@media screen and (min-width:769px) {
  .lp-faq__list {
    margin-top: 0.4rem;
  }
}
.lp-faq__item {
  padding: 2rem 2rem 2rem 2.5rem;
  background: #fff;
  border-radius: 0.8rem;
}
@media screen and (min-width:769px) {
  .lp-faq__item {
    padding: 2rem 2.4rem 2rem;
    border-radius: 0.8rem;
  }
}
.lp-faq__question {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin: 0;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.6;
  color: #1a365d;
}
@media screen and (min-width:769px) {
  .lp-faq__question {
    font-size: 1.4rem;
  }
}
.lp-faq__q-mark {
  flex-shrink: 0;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  color: #1a365d;
}
.lp-faq__q-text {
  flex: 1;
  min-width: 0;
}
.lp-faq__answer {
  margin: 1.3rem 0 0;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.85;
  color: #13191f;
  padding-left: 2.4em;
}
@media screen and (min-width:769px) {
  .lp-faq__answer {
    margin-top: 1.4rem;
    font-size: 1.3rem;
    padding-left: 1.7em;
  }
}
.lp-faq__answer p {
  margin: 0;
}

.lp-main > section.lp-faq > .inner {
  box-sizing: border-box;
  max-width: 840px;
}
@media screen and (min-width:769px) {
  .lp-main > section.lp-faq > .inner {
    max-width: 840px;
    padding-inline: min(40px, 40 / 1200 * 100vw);
  }
}

.lp-cta-final {
  position: relative;
  background: transparent;
  color: #fff;
  text-align: center;
}
@media screen and (max-width:768px) {
  .lp-cta-final {
    padding: 7.7rem 0 7rem;
  }
}
@media screen and (min-width:769px) {
  .lp-cta-final {
    padding: min(100px, 100 / 1200 * 100vw) 0 min(50px, 50 / 1200 * 100vw);
  }
}
.lp-cta-final .inner {
  position: relative;
  z-index: 1;
}
.lp-cta-final__title {
  display: inline-flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  margin: 0;
}
@media screen and (min-width:769px) {
  .lp-cta-final__title {
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    gap: 0;
    margin-left: 0.9rem;
  }
}
.lp-cta-final__title-line {
  position: relative;
  z-index: 0;
  display: block;
  padding: 0 1rem;
  font-family: "Noto Serif JP", serif;
  font-size: min(40px, 40 / 472 * 100vw);
  font-weight: 900;
  line-height: 1.5;
  color: #1a365d;
  text-align: center;
}
.lp-cta-final__title-line::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 1.1em;
  background: #fff;
  transform: translateY(-50%);
}
@media screen and (min-width:769px) {
  .lp-cta-final__title-line::before {
    height: 1.8em;
  }
}
@media screen and (min-width:769px) {
  .lp-cta-final__title-line {
    display: inline-block;
    padding: 0 0.7rem;
    font-size: 4rem;
  }
  .lp-cta-final__title-line:first-child {
    padding-left: 0.7rem;
    padding-right: 0;
  }
  .lp-cta-final__title-line:last-child {
    padding-left: 0;
    padding-right: 0.7rem;
  }
}
.lp-cta-final__lead {
  margin-top: 0;
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 500;
  color: #fff;
}
@media screen and (min-width:769px) {
  .lp-cta-final__lead {
    margin-top: 2rem;
    font-size: 1.7rem;
    line-height: 1.64;
  }
}
.lp-cta-final__btn.btn--gold {
  display: inline-flex;
  width: 100%;
  max-width: min(433px, 433 / 472 * 100vw);
  height: min(57px, 57 / 472 * 100vw);
  min-height: min(57px, 57 / 472 * 100vw);
  margin-top: min(35px, 35 / 472 * 100vw);
  padding: 0 min(50px, 50 / 472 * 100vw) 0 min(24px, 24 / 472 * 100vw);
  font-size: min(25px, 25 / 472 * 100vw);
  border-radius: min(50px, 50 / 472 * 100vw);
}
@media screen and (min-width:769px) {
  .lp-cta-final__btn.btn--gold {
    max-width: 433px;
    height: 57px;
    min-height: 57px;
    margin-top: 3.8rem;
    padding: 0 4.2rem 0 2.4rem;
    font-size: 2.5rem;
    border-radius: 5rem;
  }
}
@media screen and (max-width:768px) {
  .lp-cta-final__btn-icon {
    width: min(15px, 15 / 472 * 100vw);
    height: min(17px, 17 / 472 * 100vw);
    position: absolute;
    top: 50%;
    right: min(22px, 22 / 472 * 100vw);
    transform: translateY(-50%);
  }
}
.lp-cta-final__notes {
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 400;
  color: #fff;
  width: max-content;
  text-align: left;
  margin: 2rem auto 0;
}
@media screen and (min-width:769px) {
  .lp-cta-final__notes {
    margin-top: 2rem;
    font-size: 1.4rem;
  }
}

@media screen and (min-width:769px) {
  .u-sp-only {
    display: none !important;
  }
}

.u-pc-only {
  display: none !important;
}
@media screen and (min-width:769px) {
  .u-pc-only {
    display: initial !important;
  }
}

/*# sourceMappingURL=style.css.map */
