@charset "UTF-8";
:root {
  --c-main: #009f6b;
  --c-fv: #00995c;
  --sp-width: 750;
  --sp-ratio: calc(1 / var(--sp-width) * 100vw);
}

@keyframes lp-fade-in {
  0% {
    opacity: var(--_keyf-op-start, 0);
  }
  100% {
    opacity: var(--_keyf-op-end, 1);
  }
}
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", sans-serif;
  line-height: 1.75;
  -webkit-text-size-adjust: 100%;
}
@media not all and (max-width: 767px) {
  body {
    min-width: 1248px;
  }
}
.lp-header {
  background: var(--c-fv);
}
.lp-header__inner {
  display: flex;
  align-items: center;
  margin-inline: auto;
}
@media not all and (max-width: 767px) {
  .lp-header__inner {
    max-width: 650px;
    height: 150px;
  }
}
@media (max-width: 767px) {
  .lp-header__inner {
    max-width: calc(650 * var(--sp-ratio));
    height: calc(170 * var(--sp-ratio));
  }
}

@media (max-width: 767px) {
  .lp-header__logo {
    width: calc(396 * var(--sp-ratio));
  }
}

.lp-header__badge {
  margin-left: auto;
}
@media (max-width: 767px) {
  .lp-header__badge {
    width: calc(142 * var(--sp-ratio));
  }
}

.lp-footer__inner {
  margin-inline: auto;
}
@media not all and (max-width: 767px) {
  .lp-footer__inner {
    max-width: 1000px;
  }
}
@media (max-width: 767px) {
  .lp-footer__inner {
    max-width: calc(650 * var(--sp-ratio));
  }
}

.lp-footer__nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media not all and (max-width: 767px) {
  .lp-footer__nav {
    padding-bottom: 30px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .lp-footer__nav {
    padding-bottom: 0.8em;
    font-size: 3.2vw;
  }
}
.lp-footer__nav > li {
  display: flex;
  align-items: center;
}
.lp-footer__nav > li:not(:last-child):after {
  flex: 0 0 auto;
  display: block;
  width: 1px;
  height: 1em;
  margin-inline: 0.8em;
  background: currentColor;
  content: "";
}
.lp-footer__nav > li > a {
  flex: 0 0 auto;
  color: #000;
  text-decoration: underline;
}
@media (any-hover: hover) {
  .lp-footer__nav > li > a:hover {
    text-decoration: none;
  }
}

.lp-footer__copy {
  background: #00a069;
  color: #fff;
  text-align: center;
}
@media not all and (max-width: 767px) {
  .lp-footer__copy {
    padding-block: 0.8em;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .lp-footer__copy {
    padding-block: 1em;
    font-size: 3.2vw;
  }
}

.lp-main {
  overflow: clip;
  color: #383838;
}
:where(.lp-main) *, :where(.lp-main) *:before, :where(.lp-main) *:after {
  box-sizing: border-box;
}
:where(.lp-main) :where(img) {
  height: auto;
}
@media (max-width: 767px) {
  :where(.lp-main) :where(img) {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .lp-pc-only {
    display: none !important;
  }
}

@media not all and (max-width: 767px) {
  .lp-sp-only {
    display: none !important;
  }
}

.lp-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.lp-c-green {
  color: var(--c-main);
}

.lp-word-blk {
  display: inline-block;
}

.lp-container {
  margin-inline: auto;
}
@media not all and (max-width: 767px) {
  .lp-container {
    max-width: 1000px;
  }
}
@media (max-width: 767px) {
  .lp-container {
    max-width: calc(650 * var(--sp-ratio));
  }
}

.lp-slash-txt {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  line-height: 1.3;
  font-weight: 700;
  font-feature-settings: "palt";
}
.lp-slash-txt:before, .lp-slash-txt:after {
  flex: 0 0 auto;
  display: block;
  width: var(--_w-slash, 1px);
  height: 1.3em;
  background-color: currentColor;
  content: "";
}
.lp-slash-txt:before {
  rotate: -45deg;
}
.lp-slash-txt:after {
  rotate: 45deg;
}
.lp-slash-txt > span {
  flex: 0 1 auto;
  display: block;
  margin-inline: 0.7em;
  translate: 0 0.1em;
}

.lp-sec-ttl {
  line-height: 1.2;
  background: var(--c-main);
  font-weight: 700;
  color: #fff;
  text-align: center;
  font-feature-settings: "palt";
  letter-spacing: 0.0625em;
}
@media not all and (max-width: 767px) {
  .lp-sec-ttl {
    margin-bottom: 30px;
    padding-block: 0.35em;
    font-size: 4.2rem;
  }
}
@media (max-width: 767px) {
  .lp-sec-ttl {
    margin-bottom: calc(46 * var(--sp-ratio));
    padding-block: 0.3em;
    font-size: calc(50 * var(--sp-ratio));
  }
}

.lp-headline {
  font-feature-settings: "palt";
  color: var(--c-main);
  font-weight: 700;
  text-align: center;
  border-block: solid var(--c-main);
  line-height: 1.2;
  letter-spacing: 0.02em;
}
@media not all and (max-width: 767px) {
  .lp-headline {
    margin-block: 80px 40px;
    padding-block: 0.3em 0.18em;
    border-block-width: 4px;
    font-size: 4.2rem;
  }
}
@media (max-width: 767px) {
  .lp-headline {
    margin-block: calc(74 * var(--sp-ratio)) calc(50 * var(--sp-ratio));
    padding-block: 0.5em 0.4em;
    border-block-width: calc(4 * var(--sp-ratio));
    font-size: calc(50 * var(--sp-ratio));
  }
}
.lp-headline__sub {
  display: block;
}
@media not all and (max-width: 767px) {
  .lp-headline__sub {
    font-size: 3.2rem;
  }
}
@media (max-width: 767px) {
  .lp-headline__sub {
    font-size: calc(38 * var(--sp-ratio));
  }
}

.lp-headline__main {
  display: block;
}
@media not all and (max-width: 767px) {
  .lp-headline02 {
    margin-bottom: 22px;
  }
}
@media (max-width: 767px) {
  .lp-headline02 {
    margin-bottom: calc(24 * var(--sp-ratio));
  }
}
@media not all and (max-width: 767px) {
  .lp-headline02 .lp-slash-txt {
    --_w-slash: 2px;
    margin-bottom: 22px;
    font-size: 2.8rem;
  }
}
@media (max-width: 767px) {
  .lp-headline02 .lp-slash-txt {
    --_w-slash: 1px;
    margin-bottom: calc(18 * var(--sp-ratio));
    font-size: calc(28 * var(--sp-ratio));
  }
}
.lp-headline02__main {
  display: block;
  text-align: center;
  font-weight: 700;
}
.lp-headline02__main .t-main {
  display: block;
  color: var(--c-main);
  line-height: 1.16;
}
@media not all and (max-width: 767px) {
  .lp-headline02__main .t-main {
    font-size: 3.5rem;
  }
}
@media (max-width: 767px) {
  .lp-headline02__main .t-main {
    font-size: calc(35 * var(--sp-ratio));
  }
}
.lp-headline02__main .t-sub {
  display: block;
  line-height: 1.16;
}
@media not all and (max-width: 767px) {
  .lp-headline02__main .t-sub {
    font-size: 2.4rem;
    margin-top: -2px;
    margin-bottom: 6px;
  }
}
@media (max-width: 767px) {
  .lp-headline02__main .t-sub {
    font-size: calc(24 * var(--sp-ratio));
    margin-bottom: calc(4 * var(--sp-ratio));
  }
}
.lp-headline02__main .t-img {
  display: block;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .lp-headline02__main .t-img[src*=logo_ouchikaigi] {
    width: calc(266 * var(--sp-ratio));
  }
}

.lp-note-list {
  font-feature-settings: "palt";
}
.lp-note-list__item {
  display: flex;
  line-height: 1.3333;
  font-weight: 700;
}
@media not all and (max-width: 767px) {
  .lp-note-list__item {
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .lp-note-list__item {
    font-size: calc(18 * var(--sp-ratio));
  }
}
.lp-note-list__item > span:nth-child(1) {
  flex: 0 0 auto;
}
.lp-note-list__item > span:nth-child(2) {
  flex: 0 1 auto;
  width: 100%;
}

.lp-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 0.3em;
       column-gap: 0.3em;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  border-radius: calc(infinity * 1px);
  background: var(--c-main);
  font-weight: 700;
  font-feature-settings: "palt";
  color: #fff;
  line-height: 1.2;
}
@media not all and (max-width: 767px) {
  .lp-btn {
    min-width: 254px;
    min-height: 34px;
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  .lp-btn {
    min-width: calc(254 * var(--sp-ratio));
    min-height: calc(34 * var(--sp-ratio));
    font-size: calc(21 * var(--sp-ratio));
  }
}
.lp-btn:after {
  display: block;
  width: 0.5em;
  height: auto;
  aspect-ratio: 14/22;
  background: url(../../img/brand_cussion_index/btn_arrow01.svg) center/contain no-repeat;
  transition: translate 0.25s linear;
  content: "";
}
.lp-fv {
  background: #fff;
}
.lp-fv__inner {
  margin-inline: auto;
}
@media not all and (max-width: 767px) {
  .lp-fv__inner {
    max-width: 1000px;
  }
}
.lp-dream-intro {
  color: #fff;
}
@media not all and (max-width: 767px) {
  .lp-dream-intro {
    width: 700px;
    margin-inline: auto;
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .lp-dream-intro {
    padding-top: calc(18 * var(--sp-ratio));
  }
}
@media not all and (max-width: 767px) {
  .lp-dream-intro .lp-note-list {
    margin-right: -116px;
  }
}
@media not all and (max-width: 767px) {
  .lp-dream-intro__ttl {
    margin-bottom: 17px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .lp-dream-intro__ttl {
    width: calc(603 * var(--sp-ratio));
    margin-inline: auto;
    margin-bottom: calc(18 * var(--sp-ratio));
  }
}

@media not all and (max-width: 767px) {
  .lp-dream-intro__voice {
    margin-bottom: 16px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  }
}
@media (max-width: 767px) {
  .lp-dream-intro__voice {
    margin-bottom: calc(30 * var(--sp-ratio));
    box-shadow: calc(3 * var(--sp-ratio)) calc(3 * var(--sp-ratio)) calc(3 * var(--sp-ratio)) rgba(0, 0, 0, 0.3);
  }
}

.lp-dream-concept {
  position: relative;
  z-index: 1;
}
@media not all and (max-width: 767px) {
  .lp-dream-concept {
    margin-top: 118px;
    padding-top: 64px;
    padding-bottom: 69px;
  }
}
@media (max-width: 767px) {
  .lp-dream-concept {
    margin-top: calc(122 * var(--sp-ratio));
    padding-top: calc(98 * var(--sp-ratio));
    padding-bottom: calc(84 * var(--sp-ratio));
  }
}
.lp-dream-concept:before, .lp-dream-concept:after {
  position: absolute;
  top: 0;
  z-index: -1;
  display: block;
  content: "";
}
.lp-dream-concept:before {
  left: 50%;
  height: 100%;
  background: #fff;
  border-top-left-radius: var(--_bdrs-bg);
  border-top-right-radius: var(--_bdrs-bg);
  translate: -50% 0;
}
@media not all and (max-width: 767px) {
  .lp-dream-concept:before {
    --_mi-bg: 230;
    --_bdrs-bg: max(1200px, (1200 / 960) * 50vw) 400px;
    min-height: 400px;
    width: max((1920 + var(--_mi-bg) * 2) / 1920 * 100%, 1920px + var(--_mi-bg) * 2px);
  }
}
@media (max-width: 767px) {
  .lp-dream-concept:before {
    --_bdrs-bg: calc(470 * var(--sp-ratio)) calc(310 * var(--sp-ratio));
    width: calc(900 * var(--sp-ratio));
  }
}
.lp-dream-concept:after {
  inset-inline: 0;
  z-index: -2;
  height: auto;
  margin-inline: auto;
  background: url(../../img/brand_cussion_index/dream_ico01_pc.png) center/contain no-repeat;
}
@media not all and (max-width: 767px) {
  .lp-dream-concept:after {
    aspect-ratio: 451/81;
    width: 451px;
    translate: 0 -71px;
  }
}
@media (max-width: 767px) {
  .lp-dream-concept:after {
    aspect-ratio: 624/158;
    width: calc(624 * var(--sp-ratio));
    background-image: url(../../img/brand_cussion_index/dream_ico01_sp.png);
    translate: -1.3% -55%;
  }
}
.lp-dream-concept__message {
  display: grid;
  text-align: center;
  font-weight: 700;
  font-feature-settings: "palt";
}
@media not all and (max-width: 767px) {
  .lp-dream-concept__message {
    margin-bottom: 33px;
    line-height: 2;
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .lp-dream-concept__message {
    margin-bottom: calc(54 * var(--sp-ratio));
    row-gap: 1.4em;
    line-height: 1.38;
    font-size: calc(36 * var(--sp-ratio));
  }
}
.lp-dream-concept__img {
  text-align: center;
}
@media (max-width: 767px) {
  .lp-dream-concept__img {
    width: calc(500 * var(--sp-ratio));
    margin-inline: auto;
  }
}

.lp-tab-group:where(.-theme01) {
  --_bgc-tab-active: var(--c-main);
  --_bgc-tab: #fff;
  --_c-tab-active: #fff;
}
.lp-tab-group__btn-list {
  display: flex;
}
@media not all and (max-width: 767px) {
  :where(.lp-tab-group.-theme01) .lp-tab-group__btn-list {
    -moz-column-gap: 32px;
         column-gap: 32px;
  }
}
@media (max-width: 767px) {
  :where(.lp-tab-group.-theme01) .lp-tab-group__btn-list {
    margin-inline: calc(-20 * var(--sp-ratio));
    -moz-column-gap: calc(13 * var(--sp-ratio));
         column-gap: calc(13 * var(--sp-ratio));
  }
}

.lp-tab-group__btn {
  width: 100%;
  flex: 0 1 auto;
}
:where(.lp-tab-group.-theme01) .lp-tab-group__btn {
  display: grid;
  place-items: center;
  border: solid #bebebe;
  border-bottom: none;
  border-radius: var(--_bdrs-tab-group-btn, 0) var(--_bdrs-tab-group-btn, 0) 0 0;
  background: var(--_bgc-tab);
  font-weight: 700;
  font-feature-settings: "palt";
}
@media not all and (max-width: 767px) {
  :where(.lp-tab-group.-theme01) .lp-tab-group__btn {
    --_bdrs-tab-group-btn: 12px;
    height: 86px;
    border-radius: 12px 12px 0 0;
    border-width: 2px;
    line-height: 1.3333;
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) {
  :where(.lp-tab-group.-theme01) .lp-tab-group__btn {
    --_bdrs-tab-group-btn: calc(10 * var(--sp-ratio));
    height: calc(116 * var(--sp-ratio));
    border-width: 1px;
    line-height: 1.14;
    font-size: calc(28 * var(--sp-ratio));
  }
}
:where(.lp-tab-group.-theme01) .lp-tab-group__btn:where([aria-selected=true], :not([aria-selected]):first-child) {
  background-color: var(--_bgc-tab-active);
  border-color: var(--_bgc-tab-active);
  color: var(--_c-tab-active);
}
@media (max-width: 767px) {
  :where(.lp-tab-group.-theme01) .lp-tab-group__btn .t-txt {
    translate: 0 0.2em;
  }
}

:where(.lp-tab-group.-theme01) .lp-tab-group__content {
  border-top: solid var(--_bgc-tab-active);
}
@media not all and (max-width: 767px) {
  :where(.lp-tab-group.-theme01) .lp-tab-group__content {
    margin-inline: -100px;
    border-top-width: 4px;
  }
}
@media (max-width: 767px) {
  :where(.lp-tab-group.-theme01) .lp-tab-group__content {
    margin-inline: calc(50% - 50vw);
  }
}

.lp-tab-group__panel:where(:not([aria-hidden]):not(:first-child)) {
  display: none;
}
.lp-tab-group__panel:where([aria-hidden=false]) {
  animation: lp-fade-in 0.3s forwards;
}

@media not all and (max-width: 767px) {
  .lp-loan-scene {
    --_w-scene-img: 757px;
    --_w-scene-content: 660px;
    display: flex;
    align-items: center;
  }
  .lp-loan-scene.-scene02 {
    --_w-scene-content: 790px;
  }
}
.lp-loan-scene__img {
  position: relative;
}
@media not all and (max-width: 767px) {
  .lp-loan-scene__img {
    flex: 0 0 auto;
  }
}
.lp-loan-scene__content {
  position: relative;
  z-index: 1;
}
@media not all and (max-width: 767px) {
  .lp-loan-scene__content {
    flex: 0 1 auto;
    width: 100%;
    margin-left: calc(1200px - var(--_w-scene-img) - var(--_w-scene-content));
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  }
}
@media (max-width: 767px) {
  .lp-loan-scene__content {
    margin-inline: auto;
    margin-top: calc(-170 * var(--sp-ratio));
    max-width: calc(650 * var(--sp-ratio));
    box-shadow: calc(3 * var(--sp-ratio)) calc(3 * var(--sp-ratio)) calc(3 * var(--sp-ratio)) rgba(0, 0, 0, 0.3);
  }
}

.lp-loan-desc {
  display: grid;
  font-feature-settings: "palt";
  text-align: center;
  font-weight: 700;
}
@media not all and (max-width: 767px) {
  .lp-loan-desc {
    margin-top: 77px;
    line-height: 1.6666;
    row-gap: 1em;
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .lp-loan-desc {
    margin-top: calc(80 * var(--sp-ratio));
    line-height: 1.38;
    row-gap: 1.4em;
    font-size: calc(36 * var(--sp-ratio));
  }
}
@media (max-width: 767px) {
  .lp-loan-desc :has(.t-line-sp) {
    display: grid;
    row-gap: inherit;
  }
}

.lp-loan-slider-wrap {
  position: relative;
}
.lp-loan-slider-wrap__inner {
  position: relative;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .lp-loan-slider-wrap__inner {
    max-width: calc(500 * var(--sp-ratio));
  }
}
.lp-loan-slider-wrap__inner .bx-controls {
  display: contents;
}
.lp-loan-slider-wrap__inner .bx-controls-direction {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.lp-loan-slider-wrap__inner .bx-controls-direction :is(.bx-prev, .bx-next) {
  position: absolute;
  overflow: hidden;
  white-space: nowrap;
  aspect-ratio: 1;
  background: url(../../img/brand_cussion_index/slider_arrow01.svg) center/contain no-repeat;
  text-indent: 100%;
  pointer-events: auto;
}
@media (max-width: 767px) {
  .lp-loan-slider-wrap__inner .bx-controls-direction :is(.bx-prev, .bx-next) {
    --_mi-bx-controls: calc(41 * var(--sp-ratio));
    top: 50%;
    width: calc(58 * var(--sp-ratio));
    translate: 0 -50%;
  }
}
.lp-loan-slider-wrap__inner .bx-controls-direction .bx-prev {
  right: 100%;
  rotate: -180deg;
  margin-right: var(--_mi-bx-controls);
}
.lp-loan-slider-wrap__inner .bx-controls-direction .bx-next {
  left: 100%;
  margin-left: var(--_mi-bx-controls);
}
.lp-loan-slider-wrap__inner .bx-pager {
  position: absolute;
  inset-inline: 0;
  top: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .lp-loan-slider-wrap__inner .bx-pager {
    margin-top: calc(30 * var(--sp-ratio));
    -moz-column-gap: calc(35 * var(--sp-ratio));
         column-gap: calc(35 * var(--sp-ratio));
  }
}
.lp-loan-slider-wrap__inner .bx-pager-link {
  overflow: hidden;
  display: block;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  text-indent: 100%;
  background: #c5c5c5;
}
@media (max-width: 767px) {
  .lp-loan-slider-wrap__inner .bx-pager-link {
    width: calc(20 * var(--sp-ratio));
  }
}
.lp-loan-slider-wrap__inner .bx-pager-link.active {
  background-color: var(--c-main);
}

@media not all and (max-width: 767px) {
  .lp-loan-slider {
    display: grid;
    grid-template-columns: repeat(3, auto);
    -moz-column-gap: 32px;
         column-gap: 32px;
  }
}
@media (max-width: 767px) {
  .bx-wrapper .lp-loan-slider {
    display: flex;
    backface-visibility: hidden;
    will-change: transform;
  }
}
.lp-loan-slider__item {
  float: none !important;
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  color: inherit;
}
@media (max-width: 767px) {
  .lp-loan-slider-wrap__inner > * > .lp-loan-slider__item:nth-child(n+2) {
    display: none;
  }
}
@media (any-hover: hover) {
  .lp-loan-slider__item:hover {
    color: inherit;
  }
}
.lp-loan-slider__item:visited {
  color: inherit;
}

.lp-loan-slider__img {
  flex: 0 0 auto;
}
.lp-loan-slider__content {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  background: #fff;
  font-feature-settings: "palt";
}
@media not all and (max-width: 767px) {
  .lp-loan-slider__content {
    padding-block: 18px 20px;
  }
}
@media (max-width: 767px) {
  .lp-loan-slider__content {
    padding-block: calc(14 * var(--sp-ratio)) calc(20 * var(--sp-ratio));
  }
}

.lp-loan-slider__ttl {
  text-align: center;
  font-weight: 700;
}
@media not all and (max-width: 767px) {
  .lp-loan-slider__ttl {
    margin-bottom: 22px;
    line-height: 1.5;
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .lp-loan-slider__ttl {
    margin-bottom: calc(20 * var(--sp-ratio));
    line-height: 1.4515;
    font-size: calc(26 * var(--sp-ratio));
  }
}

.lp-loan-slider__btn {
  position: relative;
  display: block;
  margin-top: auto;
  margin-inline: auto;
  border: 2px solid var(--c-main);
  text-align: center;
  line-height: 1.4615;
  font-weight: 700;
  color: var(--c-main);
}
@media not all and (max-width: 767px) {
  .lp-loan-slider__btn {
    width: 270px;
    padding-block: 4px;
    font-size: 2.6rem;
  }
}
@media (max-width: 767px) {
  .lp-loan-slider__btn {
    width: calc(300 * var(--sp-ratio));
    padding-block: calc(4 * var(--sp-ratio));
    border-width: 1px;
    font-size: calc(26 * var(--sp-ratio));
  }
}
@media (any-hover: hover) {
  .lp-loan-slider__item:hover .lp-loan-slider__btn:after {
    translate: 40% -50%;
  }
}
.lp-loan-slider__btn:after {
  position: absolute;
  top: 50%;
  display: block;
  margin-block: auto;
  aspect-ratio: 11/17;
  background: url(../../img/brand_cussion_index/slider_arrow02.svg) center/contain no-repeat;
  translate: 0 -50%;
  transition: 0.25s translate linear;
  content: "";
}
@media not all and (max-width: 767px) {
  .lp-loan-slider__btn:after {
    width: 11px;
    right: 16px;
  }
}
@media (max-width: 767px) {
  .lp-loan-slider__btn:after {
    width: calc(11 * var(--sp-ratio));
    right: calc(32 * var(--sp-ratio));
  }
}

.lp-sec-lead {
  font-weight: 700;
  text-align: center;
  font-feature-settings: "palt";
}
@media not all and (max-width: 767px) {
  .lp-sec-lead {
    line-height: 1.666;
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .lp-sec-lead {
    margin-inline: -1em;
    line-height: 1.389;
    font-size: calc(36 * var(--sp-ratio));
  }
}

.lp-reason-box {
  --_bgc-reason-box: #feffe6;
  --_bdc-reason-box: #dfd3bf;
  position: relative;
  z-index: 1;
}
@media not all and (max-width: 767px) {
  .lp-reason-box {
    --_bdw-reason-box: 4px;
    margin-top: 137px;
    margin-bottom: 41px;
  }
}
@media (max-width: 767px) {
  .lp-reason-box {
    --_bdw-reason-box: calc(4.2 * var(--sp-ratio));
    margin-top: calc(145 * var(--sp-ratio));
    margin-bottom: calc(42 * var(--sp-ratio));
  }
}
.lp-reason-box:before {
  position: absolute;
  bottom: 100%;
  inset-inline: 0;
  z-index: 1;
  height: auto;
  margin-inline: auto;
  background: url(../../img/brand_cussion_index/reason_ico01.svg) center/contain no-repeat;
  aspect-ratio: 221/129;
  pointer-events: none;
  content: "";
}
@media not all and (max-width: 767px) {
  .lp-reason-box:before {
    width: 226px;
    translate: 0 24px;
  }
}
@media (max-width: 767px) {
  .lp-reason-box:before {
    width: calc(226 * var(--sp-ratio));
    translate: 0 18%;
  }
}
.lp-reason-box__frame {
  border: var(--_bdw-reason-box) solid var(--_bdc-reason-box);
  border-bottom: none;
  background: var(--_bgc-reason-box);
}
.lp-reason-box__arrow {
  overflow: clip;
  position: relative;
  z-index: 1;
  height: auto;
  margin-top: -1px;
}
@media not all and (max-width: 767px) {
  .lp-reason-box__arrow {
    aspect-ratio: 1000/104;
  }
}
@media (max-width: 767px) {
  .lp-reason-box__arrow {
    aspect-ratio: 650/96;
  }
}
.lp-reason-box__arrow:before, .lp-reason-box__arrow:after {
  position: absolute;
  inset: 0;
  display: block;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media not all and (max-width: 767px) {
  .lp-reason-box__arrow:before, .lp-reason-box__arrow:after {
    margin-inline: -16px;
  }
}
@media (max-width: 767px) {
  .lp-reason-box__arrow:before, .lp-reason-box__arrow:after {
    margin-inline: calc(-16 * var(--sp-ratio));
  }
}
.lp-reason-box__arrow:before, .lp-reason-box__arrow:after {
  content: "";
}
.lp-reason-box__arrow:before {
  background-color: var(--_bdc-reason-box);
}
.lp-reason-box__arrow:after {
  background-color: var(--_bgc-reason-box);
}
@media not all and (max-width: 767px) {
  .lp-reason-box__arrow:after {
    translate: 0 -4px;
  }
}
@media (max-width: 767px) {
  .lp-reason-box__arrow:after {
    translate: 0 calc(-4 * var(--sp-ratio));
  }
}

.lp-reason-box__ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--c-main);
  color: #fff;
  font-weight: 700;
}
@media not all and (max-width: 767px) {
  .lp-reason-box__ttl {
    min-height: 80px;
    font-size: 4.2rem;
  }
}
@media (max-width: 767px) {
  .lp-reason-box__ttl {
    min-height: calc(100 * var(--sp-ratio));
    font-size: calc(46 * var(--sp-ratio));
  }
}

.lp-reason-box__inner {
  margin-inline: auto;
}
@media not all and (max-width: 767px) {
  .lp-reason-box__inner {
    max-width: 708px;
    padding-block: 35px 25px;
  }
}
@media (max-width: 767px) {
  .lp-reason-box__inner {
    max-width: calc(568 * var(--sp-ratio));
    padding-block: calc(36 * var(--sp-ratio)) calc(30 * var(--sp-ratio));
  }
}

.lp-reason-point-list {
  display: grid;
  grid-template-columns: 1fr;
}
@media not all and (max-width: 767px) {
  .lp-reason-point-list {
    row-gap: 20px;
  }
}
@media (max-width: 767px) {
  .lp-reason-point-list {
    row-gap: calc(20 * var(--sp-ratio));
  }
}

.lp-reason-point {
  overflow: clip;
  display: grid;
  grid-template-columns: var(--_w-point-num) 1fr;
  border: var(--_bdw-reason-box) solid var(--_bdc-reason-box);
  font-weight: 700;
  color: inherit;
}
@media not all and (max-width: 767px) {
  .lp-reason-point {
    --_w-point-num: 90px;
    min-height: 108px;
    border-radius: 19px;
  }
}
@media (max-width: 767px) {
  .lp-reason-point {
    --_w-point-num: calc(90 * var(--sp-ratio));
    min-height: calc(148 * var(--sp-ratio));
    border-radius: calc(18 * var(--sp-ratio));
  }
}
.lp-reason-point:visited {
  color: inherit;
}
@media (any-hover: hover) {
  .lp-reason-point:hover {
    color: inherit;
  }
}
.lp-reason-point__num {
  display: grid;
  place-items: center;
  background: #7ec1a9;
  color: #fff;
}
@media not all and (max-width: 767px) {
  .lp-reason-point__num {
    font-size: 4rem;
  }
}
@media (max-width: 767px) {
  .lp-reason-point__num {
    font-size: calc(40 * var(--sp-ratio));
  }
}

.lp-reason-point__ttl {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  background: #fff;
  line-height: 1.1;
  font-weight: inherit;
  font-feature-settings: "palt";
}
@media (max-width: 767px) {
  .lp-reason-point__ttl {
    line-height: 1.2;
  }
}
.lp-reason-point__ttl > span {
  display: block;
  padding-inline: 0.6em 0;
  margin-right: -0.3em;
}
@media not all and (max-width: 767px) {
  .lp-reason-point__ttl > span {
    font-size: 2.9rem;
  }
}
@media (max-width: 767px) {
  .lp-reason-point__ttl > span {
    font-size: calc(34 * var(--sp-ratio));
  }
}
.lp-reason-point__ttl:after {
  display: block;
  background: center/contain no-repeat;
  content: "";
}
.lp-reason-point.-point01 .lp-reason-point__ttl:after {
  aspect-ratio: 58/74;
  background-image: url(../../img/brand_cussion_index/reason_img01.png);
}
@media (max-width: 767px) {
  .lp-reason-point.-point01 .lp-reason-point__ttl:after {
    aspect-ratio: 69/87;
    background-image: url(../../img/brand_cussion_index/reason_img01_sp.png);
  }
}
.lp-reason-point.-point02 .lp-reason-point__ttl:after {
  aspect-ratio: 96/79;
  background-image: url(../../img/brand_cussion_index/reason_img02.png);
}
.lp-reason-point.-point03 .lp-reason-point__ttl:after {
  aspect-ratio: 107/91;
  background-image: url(../../img/brand_cussion_index/reason_img03.png);
}
.lp-reason-point.-point04 .lp-reason-point__ttl:after {
  aspect-ratio: 70/64;
  background-image: url(../../img/brand_cussion_index/reason_img04.png);
}
@media not all and (max-width: 767px) {
  .lp-reason-point.-point01 .lp-reason-point__ttl:after {
    width: 58px;
    margin-right: 48px;
  }
  .lp-reason-point.-point02 .lp-reason-point__ttl:after {
    width: 96px;
    margin-right: 28px;
  }
  .lp-reason-point.-point03 .lp-reason-point__ttl:after {
    width: 107px;
    margin-right: 22px;
  }
  .lp-reason-point.-point04 .lp-reason-point__ttl:after {
    width: 70px;
    margin-right: 52px;
    translate: 0px -4px;
  }
}
@media (max-width: 767px) {
  .lp-reason-point.-point01 .lp-reason-point__ttl:after {
    width: calc(69 * var(--sp-ratio));
    margin-right: calc(48 * var(--sp-ratio));
  }
  .lp-reason-point.-point02 .lp-reason-point__ttl:after {
    width: calc(120 * var(--sp-ratio));
    margin-right: calc(20 * var(--sp-ratio));
    translate: 0 calc(4 * var(--sp-ratio));
  }
  .lp-reason-point.-point03 .lp-reason-point__ttl:after {
    width: calc(132 * var(--sp-ratio));
    margin-right: calc(14 * var(--sp-ratio));
  }
  .lp-reason-point.-point04 .lp-reason-point__ttl:after {
    width: calc(88 * var(--sp-ratio));
    margin-right: calc(38 * var(--sp-ratio));
    translate: 0px calc(-3 * var(--sp-ratio));
  }
}
a.lp-reason-point .lp-reason-point__ttl:before {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: block;
  background: #7ec1a9 url(../../img/brand_cussion_index/reason_arrow01.svg) no-repeat;
  clip-path: polygon(0 100%, 100% 100%, 100% 0);
  transition: 0.25s background-position linear;
  content: "";
}
@media not all and (max-width: 767px) {
  a.lp-reason-point .lp-reason-point__ttl:before {
    width: 81px;
    aspect-ratio: 81/72;
    background-size: 26px auto;
    background-position: right 22% bottom 17%;
  }
}
@media (max-width: 767px) {
  a.lp-reason-point .lp-reason-point__ttl:before {
    width: calc(90 * var(--sp-ratio));
    aspect-ratio: 90/64;
    background-size: calc(28 * var(--sp-ratio)) auto;
    background-position: right 14% bottom 13%;
  }
}
@media (any-hover: hover) {
  @media not all and (max-width: 767px) {
    a.lp-reason-point:hover .lp-reason-point__ttl:before {
      background-position: right 12% bottom 17%;
    }
  }
}
@media (any-hover: hover) and (max-width: 767px) {
  a.lp-reason-point:hover .lp-reason-point__ttl:before {
    background-position: right 6% bottom 13%;
  }
}

@media not all and (max-width: 767px) {
  .lp-reason-acc {
    margin-top: 6px;
  }
}
@media (max-width: 767px) {
  .lp-reason-acc {
    margin-top: calc(6 * var(--sp-ratio));
  }
}
@media not all and (max-width: 767px) {
  .lp-reason-acc:has(.lp-reason-acc__btn[aria-expanded=false]) {
    margin-bottom: -6px;
  }
}
@media (max-width: 767px) {
  .lp-reason-acc:has(.lp-reason-acc__btn[aria-expanded=false]) {
    margin-bottom: calc(-6 * var(--sp-ratio));
  }
}
.lp-reason-acc__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-weight: 700;
  color: var(--c-main);
  line-height: 1.3333;
  font-feature-settings: "palt";
  cursor: pointer;
}
@media not all and (max-width: 767px) {
  .lp-reason-acc__btn {
    -moz-column-gap: 0.4em;
         column-gap: 0.4em;
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) {
  .lp-reason-acc__btn {
    -moz-column-gap: 0.4em;
         column-gap: 0.4em;
    font-size: calc(28 * var(--sp-ratio));
  }
}
.lp-reason-acc__btn:before {
  display: block;
  height: auto;
  aspect-ratio: 14/22;
  background: url(../../img/brand_cussion_index/point_arrow01.svg) center/contain no-repeat;
  transition: rotate 0.25s;
  content: "";
}
@media not all and (max-width: 767px) {
  .lp-reason-acc__btn:before {
    width: 0.5em;
  }
}
@media (max-width: 767px) {
  .lp-reason-acc__btn:before {
    width: calc(14 * var(--sp-ratio));
  }
}
.lp-reason-acc__btn[aria-expanded=true]:before {
  rotate: 90deg;
}

.lp-reason-acc__content {
  display: grid;
  grid-template-rows: 0fr;
  transition: 0.25s grid-template-rows;
}
.lp-reason-acc__content:not([aria-hidden]) {
  display: none;
}
.lp-reason-acc__content[aria-hidden=false] {
  grid-template-rows: 1fr;
}

.lp-reason-acc__content-inner {
  overflow: hidden;
}
.lp-sx-plan {
  background: #fff;
}
@media not all and (max-width: 767px) {
  .lp-sx-plan {
    padding: 24px 45px 18px;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .lp-sx-plan {
    padding: calc(20 * var(--sp-ratio)) calc(30 * var(--sp-ratio)) calc(30 * var(--sp-ratio));
    margin-top: calc(8 * var(--sp-ratio));
  }
}
@media not all and (max-width: 767px) {
  .lp-sx-plan__ttl {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .lp-sx-plan__ttl {
    margin-bottom: calc(8 * var(--sp-ratio));
  }
}
@media not all and (max-width: 767px) {
  .lp-sx-plan__ttl .lp-slash-txt {
    margin-bottom: 5px;
    font-size: 2.6rem;
  }
}
@media (max-width: 767px) {
  .lp-sx-plan__ttl .lp-slash-txt {
    margin-bottom: calc(10 * var(--sp-ratio));
    font-size: calc(28 * var(--sp-ratio));
  }
}
.lp-sx-plan__ttl .t-main {
  line-height: 1.3;
  text-align: center;
  font-weight: 700;
  color: var(--c-main);
  font-feature-settings: "palt";
  text-decoration: underline;
}
@media not all and (max-width: 767px) {
  .lp-sx-plan__ttl .t-main {
    font-size: 4.2rem;
    text-underline-offset: 9px;
    text-decoration-thickness: 2px;
  }
}
@media (max-width: 767px) {
  .lp-sx-plan__ttl .t-main {
    font-size: calc(46 * var(--sp-ratio));
    text-underline-offset: calc(8 * var(--sp-ratio));
    text-decoration-thickness: 1px;
  }
}

.lp-sx-plan__feature-list {
  display: flex;
  justify-content: space-around;
}
@media not all and (max-width: 767px) {
  .lp-sx-plan__feature-list {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .lp-sx-plan__feature-list {
    margin-bottom: calc(14 * var(--sp-ratio));
  }
}
.lp-sx-plan__feature-list > li {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.lp-sx-plan__feature-list .t-ico {
  flex: 0 1 auto;
  display: block;
  margin-top: auto;
}
@media (max-width: 767px) {
  .lp-sx-plan__feature-list .t-ico img[src*=plan_img01] {
    width: calc(112 * var(--sp-ratio));
  }
  .lp-sx-plan__feature-list .t-ico img[src*=plan_img02] {
    width: calc(99 * var(--sp-ratio));
  }
  .lp-sx-plan__feature-list .t-ico img[src*=plan_img03] {
    width: calc(107 * var(--sp-ratio));
  }
}
.lp-sx-plan__feature-list .t-txt {
  flex: 0 0 auto;
  display: block;
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
}
@media not all and (max-width: 767px) {
  .lp-sx-plan__feature-list .t-txt {
    margin-top: 0.75em;
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .lp-sx-plan__feature-list .t-txt {
    margin-top: calc(8 * var(--sp-ratio));
    font-size: calc(22 * var(--sp-ratio));
  }
}

.lp-sx-plan__condition-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media not all and (max-width: 767px) {
  .lp-sx-plan__condition-list {
    -moz-column-gap: 20px;
         column-gap: 20px;
    margin-bottom: 21px;
  }
}
@media (max-width: 767px) {
  .lp-sx-plan__condition-list {
    -moz-column-gap: calc(20 * var(--sp-ratio));
         column-gap: calc(20 * var(--sp-ratio));
    margin-bottom: calc(14 * var(--sp-ratio));
  }
}
.lp-sx-plan__condition-list .t-ttl {
  display: grid;
  place-content: center;
  border-radius: calc(infinity * 1px);
  background: #7ec1a9;
  text-align: center;
  color: #fff;
  font-weight: 700;
}
@media not all and (max-width: 767px) {
  .lp-sx-plan__condition-list .t-ttl {
    min-height: 60px;
    line-height: 1.2;
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .lp-sx-plan__condition-list .t-ttl {
    min-height: calc(60 * var(--sp-ratio));
    line-height: 1.18;
    font-size: calc(22 * var(--sp-ratio));
  }
}

.lp-sx-plan__desc {
  font-weight: 700;
  line-height: 1.3333;
}
@media not all and (max-width: 767px) {
  .lp-sx-plan__desc {
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    margin-bottom: 16px;
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .lp-sx-plan__desc {
    margin-bottom: calc(26 * var(--sp-ratio));
    font-size: calc(18 * var(--sp-ratio));
  }
}

.lp-sx-plan__btn {
  display: grid;
  grid-template-columns: auto 1fr auto;
  margin-inline: auto;
  border-radius: calc(infinity * 1px);
  border: solid #7ec1a9;
  line-height: 1.2;
  font-weight: 700;
  font-feature-settings: "palt";
  color: inherit;
}
@media not all and (max-width: 767px) {
  .lp-sx-plan__btn {
    width: 408px;
    padding-inline: 14px;
    min-height: 48px;
    border-width: 4px;
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) {
  .lp-sx-plan__btn {
    width: calc(408 * var(--sp-ratio));
    min-height: calc(48 * var(--sp-ratio));
    padding-inline: calc(14 * var(--sp-ratio));
    border-width: calc(4 * var(--sp-ratio));
    font-size: calc(26 * var(--sp-ratio));
  }
}
@media (any-hover: hover) {
  .lp-sx-plan__btn:hover {
    color: inherit;
  }
  .lp-sx-plan__btn:hover:after {
    translate: 20% 0;
  }
}
.lp-sx-plan__btn:visited {
  color: inherit;
}
.lp-sx-plan__btn:before, .lp-sx-plan__btn:after {
  display: block;
  background: center/contain no-repeat;
  content: "";
}
@media not all and (max-width: 767px) {
  .lp-sx-plan__btn:before, .lp-sx-plan__btn:after {
    width: 28px;
  }
}
@media (max-width: 767px) {
  .lp-sx-plan__btn:before, .lp-sx-plan__btn:after {
    width: calc(28 * var(--sp-ratio));
  }
}
.lp-sx-plan__btn:before {
  background-image: url(../../img/brand_cussion_index/plan_ico01.svg);
}
.lp-sx-plan__btn:after {
  background-image: url(../../img/brand_cussion_index/reason_arrow02.svg);
  transition: 0.25s translate linear;
}
.lp-sx-plan__btn > span {
  align-self: center;
  text-align: center;
}

.lp-plan-ttl {
  margin-inline: auto;
}
@media not all and (max-width: 767px) {
  .lp-plan-ttl {
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 31px;
  }
}
@media (max-width: 767px) {
  .lp-plan-ttl {
    width: calc(596 * var(--sp-ratio));
    margin-bottom: calc(38 * var(--sp-ratio));
  }
}

.lp-plan-lead {
  text-align: center;
  font-weight: 700;
}
@media not all and (max-width: 767px) {
  .lp-plan-lead {
    margin-bottom: 55px;
    line-height: 1.1;
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) {
  .lp-plan-lead {
    margin-bottom: calc(55 * var(--sp-ratio));
    line-height: 1.1;
    font-size: calc(25 * var(--sp-ratio));
  }
}

.lp-balloon {
  --_bdc-balloon: var(--c-main);
  --_bgc-balloon: #fff;
  position: relative;
  display: block;
  background: var(--_bgc-balloon);
  border: 2px solid var(--_bdc-balloon);
}
@media not all and (max-width: 767px) {
  .lp-balloon {
    border-radius: 10px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .lp-balloon {
    border-width: 1px;
    border-radius: calc(10 * var(--sp-ratio));
    margin-bottom: calc(20 * var(--sp-ratio));
  }
}
@media not all and (max-width: 767px) {
  .lp-balloon:where(.-headline) {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .lp-balloon:where(.-headline) {
    margin-top: calc(40 * var(--sp-ratio));
  }
}
.lp-plan-nav .lp-balloon {
  --_bdc-balloon: #fdee66;
  --_bgc-balloon: #fdee66;
  color: inherit;
}
.lp-plan-nav .lp-balloon:after {
  position: absolute;
  inset-block: 0;
  z-index: 2;
  display: block;
  background: var(--c-main);
  margin-block: auto;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
}
@media not all and (max-width: 767px) {
  .lp-plan-nav .lp-balloon:after {
    right: 28px;
    width: 36px;
    height: 26px;
  }
}
@media (max-width: 767px) {
  .lp-plan-nav .lp-balloon:after {
    right: calc(28 * var(--sp-ratio));
    width: calc(38 * var(--sp-ratio));
    height: calc(26 * var(--sp-ratio));
  }
}
.lp-balloon__inner {
  position: relative;
  z-index: 2;
  display: block;
  background: inherit;
  border-radius: inherit;
}
@media not all and (max-width: 767px) {
  .lp-balloon__inner {
    padding: 18px;
  }
}
@media (max-width: 767px) {
  .lp-balloon__inner {
    padding: calc(18 * var(--sp-ratio));
  }
}
@media not all and (max-width: 767px) {
  .lp-balloon__inner:where(:has(.lp-headline02:first-child)) {
    padding-top: 12px;
  }
}
@media not all and (max-width: 767px) {
  .lp-balloon__inner:where(:has(.lp-bnr-link:last-child)) {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .lp-balloon__inner:where(:has(.lp-bnr-link:last-child)) {
    padding-bottom: calc(40 * var(--sp-ratio));
  }
}
@media not all and (max-width: 767px) {
  .lp-balloon__inner:where(:has(.lp-note-list:last-child)) {
    padding-bottom: 22px;
  }
}
.lp-balloon__ttl {
  display: block;
  line-height: 1.12;
  font-weight: 700;
  text-align: center;
}
@media not all and (max-width: 767px) {
  .lp-balloon__ttl {
    font-size: 2.7rem;
  }
}
@media (max-width: 767px) {
  .lp-balloon__ttl {
    font-size: calc(27 * var(--sp-ratio));
  }
}

.lp-balloon__arrow {
  position: absolute;
  z-index: 1;
  right: calc(100% - 1px);
  clip-path: polygon(0 50%, 100% 100%, 100% 0);
  pointer-events: none;
}
@media not all and (max-width: 767px) {
  .lp-balloon__arrow {
    top: 21px;
    width: 23px;
    height: 23px;
  }
}
@media (max-width: 767px) {
  .lp-balloon__arrow {
    top: 2.8vw;
    width: calc(24 * var(--sp-ratio));
    height: calc(24 * var(--sp-ratio));
  }
}
.lp-plan-nav .lp-balloon__arrow {
  rotate: 180deg;
  right: auto;
  left: calc(100% - 1px);
}
.lp-balloon__arrow:before, .lp-balloon__arrow:after {
  position: absolute;
  inset: 0;
  display: block;
  clip-path: inherit;
  content: "";
}
.lp-balloon__arrow:before {
  background: var(--_bdc-balloon);
}
.lp-balloon__arrow:after {
  background: var(--_bgc-balloon);
}
@media not all and (max-width: 767px) {
  .lp-balloon__arrow:after {
    translate: 5px 0;
  }
}
@media (max-width: 767px) {
  .lp-balloon__arrow:after {
    translate: 2px 0;
  }
}

.lp-balloon__content {
  margin-inline: auto;
}
@media not all and (max-width: 767px) {
  .lp-balloon__content {
    max-width: 525px;
  }
}
@media not all and (max-width: 767px) {
  .lp-balloon__content .lp-note-list {
    margin-top: 0.4em;
  }
}
@media (max-width: 767px) {
  .lp-balloon__content .lp-note-list {
    margin-top: 0.4em;
  }
}

@media not all and (max-width: 767px) {
  .lp-plan-nav {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .lp-plan-nav {
    margin-top: calc(40 * var(--sp-ratio));
  }
}

.lp-plan-box {
  background: #eef5f4;
}
@media not all and (max-width: 767px) {
  .lp-plan-box {
    border-radius: 20px 20px 0 0;
  }
}
@media (max-width: 767px) {
  .lp-plan-box {
    border-radius: calc(20 * var(--sp-ratio)) calc(20 * var(--sp-ratio)) 0 0;
  }
}
.lp-plan-box__ttl {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: inherit;
  background: var(--c-main);
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-feature-settings: "palt";
}
@media not all and (max-width: 767px) {
  .lp-plan-box__ttl {
    min-height: 80px;
    font-size: 4.2rem;
  }
}
@media (max-width: 767px) {
  .lp-plan-box__ttl {
    min-height: calc(120 * var(--sp-ratio));
    line-height: 1.19;
    font-size: calc(42 * var(--sp-ratio));
  }
}
.lp-plan-box__ttl:after {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  height: auto;
  background: url(../../img/brand_cussion_index/plan_ico01.png) center/contain no-repeat;
  aspect-ratio: 131/117;
  content: "";
}
@media not all and (max-width: 767px) {
  .lp-plan-box__ttl:after {
    width: 131px;
    translate: -75px 0;
  }
}
@media (max-width: 767px) {
  .lp-plan-box__ttl:after {
    width: calc(131 * var(--sp-ratio));
    translate: -25% 0;
  }
}

.lp-plan-box__inner {
  margin-inline: auto;
}
@media not all and (max-width: 767px) {
  .lp-plan-box__inner {
    max-width: 700px;
    padding-block: 50px 60px;
  }
}
@media (max-width: 767px) {
  .lp-plan-box__inner {
    max-width: calc(570 * var(--sp-ratio));
    padding-block: calc(50 * var(--sp-ratio)) calc(60 * var(--sp-ratio));
  }
}
.lp-plan-box__inner > *:last-child {
  margin-bottom: 0;
}

.lp-bnr-link {
  position: relative;
  display: block;
}
.lp-bnr-link:before {
  position: absolute;
  inset: 0;
  z-index: 1;
  border: 1px solid var(--c-main);
  content: "";
}
.lp-bnr-link__img img {
  display: block;
  backface-visibility: hidden;
}

@media not all and (max-width: 767px) {
  .lp-bnr-link__detail {
    padding: 11px;
  }
}
@media (max-width: 767px) {
  .lp-bnr-link__detail {
    padding: calc(10 * var(--sp-ratio));
  }
}
@media (any-hover: hover) {
  .lp-bnr-link:hover .lp-bnr-link__detail .lp-btn:after {
    translate: 40% 0;
  }
}

.lp-sec-dream {
  background: var(--c-fv);
}
.lp-sec-loan {
  position: relative;
  z-index: 1;
  background: #eef5f4;
}
@media not all and (max-width: 767px) {
  .lp-sec-loan {
    padding-bottom: 116px;
  }
}
@media (max-width: 767px) {
  .lp-sec-loan {
    padding-bottom: calc(126 * var(--sp-ratio));
  }
}

@media not all and (max-width: 767px) {
  .lp-sec-plan {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .lp-sec-plan {
    padding-bottom: calc(60 * var(--sp-ratio));
  }
}