@charset "UTF-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
  /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }

  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

html {
  font-size: 62.5%;
}

body {
  background: #FFFFFF;
}

body,
button,
input,
select,
optgroup,
textarea {
  color: #2E2E2E;
  font-family: "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
}

h1 {
  font-size: 4.8rem;
}

h2 {
  font-size: 3.2rem;
}

h3 {
  font-size: 2.4rem;
}

h4 {
  font-size: 1.8rem;
}

h5,
h6 {
  font-size: 1.6rem;
}

p {
  line-height: 1.7;
}

address {
  font-style: normal;
}

a {
  color: #2E2E2E;
  transition: 0.2s ease-out;
}
a:hover {
  color: #FFFFFF;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

ul,
ol {
  padding-left: 2em;
}

ul {
  list-style: disc;
}
ul ul {
  list-style: circle;
}

ol {
  list-style: decimal;
}

dt {
  font-weight: bold;
}

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

table {
  border-collapse: collapse;
  width: 100%;
}
table caption {
  margin-bottom: 0.5em;
}
table th,
table td {
  padding: 0.5em 1em;
  border: 1px solid #848484;
}
table th {
  text-align: left;
  font-weight: bold;
  background-color: #EBEBEB;
}
table td {
  font-weight: normal;
}

fieldset {
  border: none;
}

legend {
  font-weight: bold;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  color: #FFFFFF;
  background: #848484;
  line-height: 1;
  padding: 6px 8px;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}
button:disabled,
input[type=button]:disabled,
input[type=reset]:disabled,
input[type=submit]:disabled {
  opacity: 0.5;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #848484;
  background-color: #FFFFFF;
  border: 1px solid #A3A3A3;
  padding: 1px 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #2E2E2E;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=number]::placeholder,
input[type=tel]::placeholder,
input[type=range]::placeholder,
input[type=date]::placeholder,
input[type=month]::placeholder,
input[type=week]::placeholder,
input[type=time]::placeholder,
input[type=datetime]::placeholder,
input[type=datetime-local]::placeholder,
input[type=color]::placeholder,
textarea::placeholder {
  color: #A3A3A3;
}

select {
  color: #848484;
  background-color: #FFFFFF;
  border: 1px solid #848484;
  padding: 1px 3px;
}

option {
  padding: 1px 3px;
}

textarea {
  width: 100%;
}

hr {
  background-color: #848484;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: normal;
}

em {
  font-weight: bold;
}

pre {
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 1.5rem;
  overflow: auto;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 1.5rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #848484;
  cursor: help;
}

mark,
ins {
  background: lemonchiffon;
  text-decoration: none;
}

big {
  font-size: 125%;
}

.site-header {
  position: fixed;
  width: 100%;
  z-index: 100;
  background-color: #FFFFFF;
}
.site-branding {
  display: flex;
  height: 63px;
  align-items: center;
}
.site-logo {
  font-size: inherit;
  margin-left: 13px;
  width: 181px;
}
@media (min-width: 768px) {
  .site-logo {
    margin-left: 2em;
    width: 200px;
  }
}

.site-contact {
  margin-left: auto;
}
.site-contact .btnlink._mail {
  box-shadow: none;
  background-color: #172A88;
  color: #FFFFFF;
  font-size: 1.2rem;
  border-radius: 0;
  border: 1px solid #172A88;
  padding: 5px 10px 5px 43px;
  height: 41px;
  text-indent: -9999px;
}
@media (min-width: 768px) {
  .site-contact .btnlink._mail {
    text-indent: 0;
    padding: 5px 20px 5px 60px;
  }
}
.site-contact .btnlink._mail:hover {
  transform: none;
  background-color: #FFFFFF;
  color: #172A88;
}
.site-contact .btnlink._mail:hover::before {
  background-image: url(../images/icon_mail.svg);
}
.site-contact .btnlink._mail::before {
  width: 24px;
  left: 15px;
  background-image: url(../images/icon_mail_w.svg);
}
@media (min-width: 768px) {
  .site-contact .btnlink._mail::before {
    left: 25px;
  }
}

.site-footer {
  background-color: #EBEBEB;
  padding: 2em 5% 1em;
}
@media (min-width: 1024px) {
  .site-footer {
    padding: 3em 5% 1em;
  }
}

.site-info .logo {
  max-width: 300px;
}
.site-info .address {
  font-size: 1.4rem;
  color: #848484;
  margin-top: 2em;
}
.site-info .tel {
  font-size: 1.4rem;
  color: #848484;
}

.site-copyright {
  text-align: center;
  color: #848484;
  margin-top: 2em;
}
.site-copyright small {
  font-size: 1.2rem;
}

.nav-toggle {
  position: relative;
  width: 63px;
  height: 63px;
  user-select: none;
  z-index: 102;
  background-color: #FFFFFF;
}
.nav-toggle span {
  position: absolute;
  top: 19px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 26px;
  height: 2px;
  background-color: #172A88;
  transition: transform 0.2s ease-out, top 0.2s ease-out;
}
.nav-toggle span:nth-child(2) {
  top: 31px;
}
.nav-toggle span:nth-child(3) {
  top: 43px;
}
.nav-toggle._active span {
  top: 30px;
}
.nav-toggle._active span:nth-child(1) {
  transform: translateX(-50%) rotate(-45deg);
}
.nav-toggle._active span:nth-child(2) {
  transform: translateX(-50%) rotate(45deg);
}
.nav-toggle._active span:nth-child(3) {
  transform: translateX(-50%) rotate(45deg);
}
.nav-toggle:hover {
  cursor: pointer;
}

.nav-content {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 101;
  width: 100%;
  height: calc(100vh - 63px);
  overflow-y: auto;
  margin-top: 63px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #FFFFFF;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.2s ease-out, opacity 0.2s ease-out;
}
.nav-content._active {
  visibility: visible;
  opacity: 1;
}
@media (min-width: 1024px) {
  .nav-content {
    width: 500px;
    height: auto;
  }
}

.nav-list {
  display: flex;
  padding-left: 0;
  padding-bottom: 15px;
  list-style: none;
  flex-direction: column;
}
.nav-list .item {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.nav-list .item:first-child {
  border-top: none;
}
.nav-list .link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  font-size: 2rem;
  text-decoration: none;
  font-weight: bold;
  color: #172A88;
  padding: 0 15px;
  background-color: #FFFFFF;
  position: relative;
}
.nav-list .link:visited {
  color: #172A88;
}
.nav-list .link:hover {
  color: #172A88;
  opacity: 0.7;
}
.current .nav-list .link {
  color: #172A88;
}

.nav-sublist {
  list-style: none;
  padding-left: 0;
  padding-top: 30px;
  margin-right: 20px;
  margin-left: 20px;
  background-image: linear-gradient(to right, #172A88 2px, transparent 2px);
  background-size: 4px 2px;
  background-repeat: repeat-x;
}
.nav-sublist .btnlink {
  box-shadow: none;
}
.nav-sublist .btnlink:hover {
  transform: none;
}
.nav-sublist .btnlink:hover {
  box-shadow: none;
  opacity: 0.7;
}
._main_color {
  color: #172A88;
}

._accent_color {
  color: #FFA74E;
}

._center {
  text-align: center !important;
}

._right {
  text-align: right !important;
}

._medium {
  font-weight: 500 !important;
}

._bold {
  font-weight: bold !important;
}

._normal {
  font-weight: normal !important;
}

._marker {
  background: linear-gradient(transparent 55%, #FFE6E6 55%);
}

._border {
  border: 1px solid #848484;
}

._round {
  border-radius: 5px;
}

._oval {
  border-radius: 9999px;
}

._shadow {
  box-shadow: 0 0 20px rgba(23, 42, 136, 0.16);
}

._borderless {
  border: none;
}

._full {
  width: 100%;
}

._mt0 {
  margin-top: 0 !important;
}

._mr0 {
  margin-right: 0 !important;
}

._mb0 {
  margin-bottom: 0 !important;
}

._ml0 {
  margin-left: 0 !important;
}

._sp_only {
  display: block;
}
@media (min-width: 768px) {
  ._sp_only {
    display: none;
  }
}

._tab_only {
  display: none;
}
@media (min-width: 768px) {
  ._tab_only {
    display: block;
  }
}
@media (min-width: 1024px) {
  ._tab_only {
    display: none;
  }
}

._pc_only {
  display: none;
}
@media (min-width: 1024px) {
  ._pc_only {
    display: block;
  }
}

._tab_over {
  display: none;
}
@media (min-width: 768px) {
  ._tab_over {
    display: block;
  }
}

._tab_under {
  display: block;
}
@media (min-width: 1024px) {
  ._tab_under {
    display: none;
  }
}

._tab_except {
  display: block;
}
@media (min-width: 768px) {
  ._tab_except {
    display: none;
  }
}
@media (min-width: 1024px) {
  ._tab_except {
    display: block;
  }
}

@media print {
  ._no-print {
    display: none !important;
  }

  ._kaipage-print,
._kaipage-print * {
    page-break-after: always;
  }
}
.flex {
  display: flex;
}
.flex._column {
  flex-direction: column;
}
@media (min-width: 768px) {
  .flex._column {
    flex-direction: row;
  }
}
.flex._stack {
  flex-direction: column;
}
.flex._even {
  flex-direction: column;
}
@media (min-width: 768px) {
  .flex._even {
    flex-direction: row;
  }
}
.flex._even > * {
  flex: 1;
}
.flex._item_center {
  align-items: center;
}
.flex._wrap {
  flex-wrap: wrap;
}
.flex._gap {
  gap: 40px;
}
@media (min-width: 768px) {
  .flex._gap {
    gap: 60px;
  }
}

.list {
  list-style: none;
  padding-left: 0;
}
.list._order {
  counter-reset: countup;
}
.list._order > .item {
  counter-increment: countup;
}
.list._order > .item::before {
  content: counter(countup);
}

.section {
  padding: 35px 5%;
}
@media (min-width: 1024px) {
  .section {
    padding: 80px 5%;
  }
  .section:first-of-type {
    padding-top: 0px;
  }
}

.section-header {
  max-width: 880px;
  margin-right: auto;
  margin-left: auto;
}

.section-content {
  max-width: 880px;
  margin-right: auto;
  margin-left: auto;
}
.section-header + .section-content {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .section-header + .section-content {
    margin-top: 40px;
  }
}
.section-content sub {
  vertical-align: baseline;
  position: inherit;
}

.section-heading {
  font-size: 1.6rem;
  height: 37px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  background-image: linear-gradient(to bottom, #FFFFFF, #F5F5F5);
  border-top: 2px solid #2E2E2E;
  border-bottom: 1px solid #FFFFFF;
  box-shadow: 0px 1px 0px #CCCCCC;
}

.product-heading {
  font-size: 2rem;
  padding: 9px 15px 7px;
  border: 1px solid #CCCCCC;
  border-bottom: 3px solid #2E2E2E;
  background-image: linear-gradient(to bottom, #FFFFFF, #F9F9F9);
}
@media (min-width: 1024px) {
  .product-heading {
    font-size: 2.4rem;
    padding: 22px 20px 20px;
  }
}

.btnlink {
  display: flex;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
  text-decoration: none;
  color: #172A88;
  font-weight: bold;
  font-size: 2rem;
  background-color: #FFFFFF;
  border-radius: 13px;
  box-shadow: 0px 8px 0 0 #DEE4FF;
  transition: 0.2s ease-out;
  transition-duration: 0.1s;
  width: 100%;
  max-width: 360px;
  height: 64px;
  padding: 5px 25px 5px 85px;
  position: relative;
}
.btnlink:hover {
  color: #172A88;
  transform: translateY(6px);
  box-shadow: 0px 2px 0 0 #DEE4FF;
}
.btnlink._tel {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btnlink._tel::before {
  content: "";
  position: absolute;
  left: 28px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/icon_tel.svg);
  background-position: center center;
  background-size: contain;
  width: 30px;
  height: 28px;
  flex-shrink: 0;
  margin-right: 40px;
}
.btnlink._tel .tel {
  font-size: 2.2rem;
  line-height: 1.2;
}
.btnlink._tel .time {
  font-size: 1.3rem;
}
.btnlink._mail::before {
  content: "";
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/icon_mail.svg);
  background-position: center center;
  background-size: contain;
  width: 30px;
  height: 28px;
  flex-shrink: 0;
  margin-right: 40px;
}
.btnlink._line::before {
  content: "";
  position: absolute;
  left: 23px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/icon_line.svg);
  background-position: center center;
  background-size: contain;
  width: 35px;
  height: 32px;
  flex-shrink: 0;
  margin-right: 40px;
}

.bnrlink {
  display: block;
}
.bnrlink:hover {
  opacity: 0.7;
}

.tellink {
  text-decoration: none;
}

#lp-loan_support {
  background-color: #F4F4F4;
}
#lp-loan_support .section-header .headings {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#lp-loan_support .section-header .headings .heading {
  font-size: 3.2rem;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  line-height: 1.5;
}
#lp-loan_support .section-header .heading {
  font-size: 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #172A88;
}
#lp-loan_support .section-header .heading .shoulder {
  font-size: 2rem;
  font-family: "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
}
#lp-loan_support .section-header .english {
  font-size: 1.3rem;
  color: #172A88;
  font-weight: bold;
}
#lp-loan_support .section-header .text {
  margin-top: 20px;
}
#lp-loan_support .lp-loan_support-contact {
  background-color: #172A88;
  padding: 40px 5%;
  position: relative;
  background-image: linear-gradient(to right, #FFFFFF 2px, transparent 2px, transparent 6px), linear-gradient(to right, #FFFFFF 2px, transparent 2px, transparent 6px);
  background-size: 6px 2px, 6px 2px;
  background-repeat: repeat-x, repeat-x;
  background-position: left top 8px, left bottom 8px;
}
@media (min-width: 1024px) {
  #lp-loan_support .lp-loan_support-contact {
    padding-bottom: 50px;
  }
}
#lp-loan_support .lp-loan_support-contact._first {
  background-image: linear-gradient(to right, #FFFFFF 2px, transparent 2px, transparent 6px);
  background-size: 6px 2px;
  background-repeat: repeat-x;
  background-position: left bottom 8px;
}
#lp-loan_support .lp-loan_support-contact._first::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  border: 65px solid transparent;
  border-top: 28px solid #F0F0F0;
  transform: translateX(-50%);
}
#lp-loan_support .lp-loan_support-contact._first .heading {
  line-height: 1.7;
  padding-left: 10px;
}
#lp-loan_support .lp-loan_support-contact._first .heading::after {
  content: "";
  position: absolute;
  left: -14px;
  top: -60px;
  width: 60px;
  height: 80px;
  background-image: url(../images/contact_ex.svg);
  background-size: contain;
}
#lp-loan_support .lp-loan_support-contact._first .heading::before {
  right: 0px;
  top: -17px;
  width: 125px;
  height: 160px;
  background-image: url(../images/contact_words.svg), url(../images/contact_woman.png);
  background-size: 80px, 123px;
  background-repeat: no-repeat;
  background-position: right top, left top 30px;
}
@media (min-width: 1024px) {
  #lp-loan_support .lp-loan_support-contact._first .heading::before {
    top: -75px;
    right: 30px;
    width: 220px;
    height: 230px;
    background-image: url(../images/contact_words_pc.svg), url(../images/contact_woman.png);
    background-size: 110px, 184px;
    background-position: right 100px top, right top 20px;
  }
}
#lp-loan_support .lp-loan_support-contact .heading {
  display: block;
  color: #FFFFFF;
  font-size: 2.1rem;
  line-height: 1.4;
  position: relative;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
  font-family: "fot-tsukuardgothic-std", sans-serif;
}
@media (min-width: 1024px) {
  #lp-loan_support .lp-loan_support-contact .heading {
    font-size: 3.1rem;
    min-width: 845px;
  }
}
#lp-loan_support .lp-loan_support-contact .heading::before {
  position: absolute;
  right: 0;
  top: -15px;
  width: 120px;
  height: 140px;
  content: "";
  background-image: url(../images/contact_line.svg), url(../images/contact_woman.png);
  background-size: 35px, 123px;
  background-repeat: no-repeat;
  background-position: left 15px top, left top;
}
@media (min-width: 1024px) {
  #lp-loan_support .lp-loan_support-contact .heading::before {
    top: -50px;
    right: 30px;
    width: 185px;
    height: 210px;
    background-size: 55px, 185px;
    background-position: left 15px top 30px, left top;
  }
}
#lp-loan_support .lp-loan_support-contact .heading ._marker {
  color: #172A88;
  background-image: none;
  background-color: #FFFFFF;
  padding: 2px 5px;
  margin-left: 5px;
  margin-right: 5px;
}
#lp-loan_support .lp-loan_support-contact .heading .shoulder {
  font-size: 1.8rem;
  line-height: 2;
}
@media (min-width: 1024px) {
  #lp-loan_support .lp-loan_support-contact .heading .shoulder {
    font-size: 2.8rem;
  }
}
#lp-loan_support .lp-loan_support-contact .list {
  display: flex;
  flex-direction: column;
  row-gap: 21px;
  margin-top: 20px;
}
@media (min-width: 1024px) {
  #lp-loan_support .lp-loan_support-contact .list {
    flex-direction: row;
    justify-content: space-between;
    max-width: 845px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 1024px) {
  #lp-loan_support .lp-loan_support-contact .list .item {
    width: 270px;
  }
}
@media (min-width: 1024px) {
  #lp-loan_support .lp-loan_support-contact .list .btnlink {
    padding-left: 10px;
    padding-right: 10px;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  #lp-loan_support .lp-loan_support-contact .list .btnlink::before {
    position: static;
    margin-right: 20px;
    transform: none;
  }
}
@media (min-width: 1024px) {
  #lp-loan_support .lp-loan_support-contact .list .btnlink._tel::before {
    position: absolute;
    margin-right: 20px;
    transform: translateY(-50%);
    left: 15px;
  }
}
@media (min-width: 1024px) {
  #lp-loan_support .lp-loan_support-contact .list .btnlink._tel .tel {
    font-size: 2.3rem;
    margin-left: 15px;
  }
}
@media (min-width: 1024px) {
  #lp-loan_support .lp-loan_support-contact .list .btnlink._tel .time {
    font-size: 1.2rem;
    margin-left: 15px;
  }
}
@media (min-width: 1024px) {
  #lp-loan_support .lp-loan_support-contact .list .btnlink._mail {
    font-size: 1.9rem;
  }
}
@media (min-width: 1024px) {
  #lp-loan_support .lp-loan_support-contact .list .btnlink._line {
    font-size: 1.9rem;
  }
}
#lp-loan_support .c-box {
  border: 2px solid #172A88;
  border-radius: 17px;
  padding: 30px 20px;
  background-color: #FFFFFF;
  position: relative;
  margin-top: 50px;
}
@media (min-width: 768px) {
  #lp-loan_support .c-box {
    margin-top: 80px;
    padding: 30px 40px;
  }
}
#lp-loan_support .c-box .heading {
  font-size: 1.8rem;
  padding-bottom: 15px;
  background-image: linear-gradient(to right, #172A88 2px, #FFFFFF 2px, #FFFFFF 6px);
  background-size: 6px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
  color: #172A88;
}
#lp-loan_support .c-box .heading .shoulder {
  position: absolute;
  left: 3px;
  top: -30px;
  color: #FFFFFF;
  background-color: #172A88;
  padding: 7px 25px;
  border-radius: 30px;
  transform: rotate(-7deg);
  font-family: "fot-tsukuardgothic-std", sans-serif;
}
#lp-loan_support .c-box .heading .shoulder::after {
  content: "";
  position: absolute;
  left: 43px;
  bottom: -20px;
  border: 8px solid transparent;
  border-top: 25px solid #172A88;
  transform: rotate(-35deg);
}
#lp-loan_support .c-box .text {
  color: #172A88;
  margin-top: 15px;
}

#lp-loan_support-mainvisual {
  background-image: url(../images/mainvisual_wave.svg), url(../images/mainvisual_bg.png);
  background-position: center bottom -1px, center top;
  background-color: #FFFFFF;
  background-size: 100%, contain;
  padding-top: 200px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  #lp-loan_support-mainvisual {
    padding-top: 80px;
    background-image: url(../images/mainvisual_wave_pc.svg), url(../images/mainvisual_bg_pc.png);
    background-size: 100%, cover;
    padding-bottom: 80px;
  }
}
@media (min-width: 768px) {
  #lp-loan_support-mainvisual .section-content {
    max-width: 1000px;
  }
}
#lp-loan_support-mainvisual .block {
  display: grid;
  justify-content: center;
}
@media (min-width: 768px) {
  #lp-loan_support-mainvisual .block {
    max-width: 620px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 1024px) {
  #lp-loan_support-mainvisual .block {
    margin-right: 0;
  }
}
#lp-loan_support-mainvisual .shoulder {
  grid-column: 1/2;
  grid-row: 1/2;
  max-width: 285px;
}
@media (min-width: 768px) {
  #lp-loan_support-mainvisual .shoulder {
    min-width: 435px;
  }
}
#lp-loan_support-mainvisual .number {
  grid-column: 2/3;
  grid-row: 1/2;
  width: 94px;
  height: 94px;
  background-color: #172A88;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  #lp-loan_support-mainvisual .number {
    width: 175px;
    height: 175px;
    border-radius: 90px;
  }
}
#lp-loan_support-mainvisual .number img {
  width: 57px;
}
@media (min-width: 768px) {
  #lp-loan_support-mainvisual .number img {
    width: 105px;
  }
}
#lp-loan_support-mainvisual .text {
  grid-column: 1/3;
  grid-row: 2/3;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -20px;
}
@media (min-width: 768px) {
  #lp-loan_support-mainvisual .text {
    width: 500px;
    max-width: none;
  }
}
@media (min-width: 1024px) {
  #lp-loan_support-mainvisual .text {
    margin-right: 0;
  }
}
#lp-loan_support-mainvisual .box {
  grid-column: 1/3;
  grid-row: 3/4;
  width: 275px;
  display: grid;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: 90px auto;
  grid-template-rows: auto 1fr;
}
@media (min-width: 768px) {
  #lp-loan_support-mainvisual .box {
    width: 388px;
    grid-template-columns: 126px auto;
  }
}
@media (min-width: 1024px) {
  #lp-loan_support-mainvisual .box {
    margin-right: 0;
  }
}
#lp-loan_support-mainvisual .box .photo {
  grid-column: 1/2;
  grid-row: 1/3;
  width: 90px;
}
@media (min-width: 768px) {
  #lp-loan_support-mainvisual .box .photo {
    width: 126px;
    margin-top: 20px;
  }
}
#lp-loan_support-mainvisual .box .comment {
  grid-column: 2/3;
  grid-row: 1/2;
  font-size: 1.4rem;
  font-weight: bold;
  color: #172A88;
  width: 180px;
  height: 34px;
  border: 1px solid #172A88;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #FFFFFF;
  font-family: "fot-tsukuardgothic-std", sans-serif;
}
@media (min-width: 768px) {
  #lp-loan_support-mainvisual .box .comment {
    font-size: 1.9rem;
    width: 250px;
    height: 55px;
    border-radius: 30px;
  }
}
#lp-loan_support-mainvisual .box .comment::after {
  position: absolute;
  left: 10px;
  bottom: -2px;
  content: "";
  width: 10px;
  height: 1px;
  background-color: #172A88;
  transform: rotate(-55deg);
}
@media (min-width: 768px) {
  #lp-loan_support-mainvisual .box .comment::after {
    width: 15px;
  }
}
#lp-loan_support-mainvisual .box .profile {
  grid-column: 2/3;
  grid-row: 2/3;
  margin-left: 20px;
  margin-top: 10px;
}
@media (min-width: 768px) {
  #lp-loan_support-mainvisual .box .profile {
    margin-left: 35px;
  }
}
#lp-loan_support-mainvisual .box .office {
  display: inline-block;
  margin-right: auto;
  background-color: #172A88;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 1.2rem;
  padding: 0 5px;
}
@media (min-width: 768px) {
  #lp-loan_support-mainvisual .box .office {
    font-size: 1.7rem;
    padding: 0 10px;
  }
}
#lp-loan_support-mainvisual .box .representative {
  display: inline-block;
  background-color: #172A88;
  color: #FFFFFF;
  font-weight: bold;
  padding: 0 5px;
}
@media (min-width: 768px) {
  #lp-loan_support-mainvisual .box .representative {
    padding: 0 10px;
  }
}
#lp-loan_support-mainvisual .box .title {
  font-size: 1.5rem;
  margin-right: 5px;
}
@media (min-width: 768px) {
  #lp-loan_support-mainvisual .box .title {
    font-size: 2.1rem;
  }
}
#lp-loan_support-mainvisual .box .name {
  font-size: 2rem;
}
@media (min-width: 768px) {
  #lp-loan_support-mainvisual .box .name {
    font-size: 2.7rem;
  }
}

#lp-loan_support-intro {
  background-color: #F0F0F0;
  background-image: url(../images/intro_woman.png), url(../images/intro_man.png);
  background-size: 130px, 160px;
  background-position: left 8% bottom, right 5% bottom;
  padding-bottom: 220px;
}
@media (min-width: 1024px) {
  #lp-loan_support-intro {
    background-size: 165px, 200px;
    background-position: left 10% bottom, right 10% bottom;
  }
}
@media (min-width: 1280px) {
  #lp-loan_support-intro {
    background-position: left calc(50% - 400px) bottom, right calc(50% - 400px) bottom;
  }
}
#lp-loan_support-intro .section-header .heading .shoulder {
  font-size: 1.8rem;
}
@media (min-width: 1024px) {
  #lp-loan_support-intro .section-header .heading .shoulder {
    font-size: 2rem;
  }
}
#lp-loan_support-intro .section-header .heading ._marker {
  font-size: 2.4rem;
  font-family: "fot-tsukuardgothic-std", sans-serif;
}
@media (min-width: 1024px) {
  #lp-loan_support-intro .section-header .heading ._marker {
    font-size: 3.2rem;
    margin-top: 10px;
  }
}
#lp-loan_support-intro .list {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
@media (min-width: 768px) {
  #lp-loan_support-intro .list {
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
  }
}
#lp-loan_support-intro .list .item {
  display: flex;
  column-gap: 10px;
  font-weight: bold;
}
#lp-loan_support-intro .list .item::before {
  content: "";
  flex-shrink: 0;
  background-image: url(../images/icon_check.svg);
  background-size: contain;
  width: 23px;
  height: 20px;
  margin-top: 2px;
}

#lp-loan_support-feature {
  background-color: #FFFAF0;
}
#lp-loan_support-feature .english {
  color: #B1B4C1;
}
#lp-loan_support-feature .list {
  margin-top: 30px;
}
@media (min-width: 768px) {
  #lp-loan_support-feature .list {
    margin-top: 40px;
  }
}
#lp-loan_support-feature .list .item {
  position: relative;
}
#lp-loan_support-feature .list .item + .item {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #172A88;
}
@media (min-width: 768px) {
  #lp-loan_support-feature .list .item + .item {
    margin-top: 30px;
    padding-top: 30px;
  }
}
#lp-loan_support-feature .list .item::after {
  font-size: 7.3rem;
  color: #ECEEF7;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
#lp-loan_support-feature .list .item:nth-child(1)::after {
  content: "01";
  top: -15px;
}
#lp-loan_support-feature .list .item:nth-child(2)::after {
  content: "02";
}
#lp-loan_support-feature .list .item:nth-child(3)::after {
  content: "03";
}
#lp-loan_support-feature .list .heading {
  font-size: 2.2rem;
  display: flex;
  column-gap: 10px;
  color: #172A88;
  align-items: center;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  #lp-loan_support-feature .list .heading {
    font-size: 2.4rem;
  }
}
#lp-loan_support-feature .list .icon {
  flex-shrink: 0;
  width: 80px;
}
#lp-loan_support-feature .list .text {
  margin-top: 15px;
  color: #172A88;
}

#lp-loan_support-flow .list .item {
  padding: 25px;
  border-radius: 13px;
  background-image: linear-gradient(to bottom, #172A88 5px, #FFFFFF 5px);
}
@media (min-width: 768px) {
  #lp-loan_support-flow .list .item {
    padding: 40px;
  }
}
#lp-loan_support-flow .list .item + .item {
  margin-top: 50px;
  position: relative;
}
#lp-loan_support-flow .list .item + .item::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -33px;
  transform: translateX(-50%);
  border: 20px solid transparent;
  border-top: 20px solid #172A88;
}
#lp-loan_support-flow .list .item .headings {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#lp-loan_support-flow .list .item .headings .step {
  color: #172A88;
  font-weight: bold;
}
#lp-loan_support-flow .list .item .headings .icon {
  margin-top: 5px;
}
#lp-loan_support-flow .list .item .headings .heading {
  margin-top: 24px;
  font-size: 2rem;
  color: #172A88;
}
@media (min-width: 768px) {
  #lp-loan_support-flow .list .item .headings .heading {
    font-size: 2.2rem;
  }
}
#lp-loan_support-flow .list .item .text {
  margin-top: 15px;
  color: #172A88;
}
#lp-loan_support-flow ._marker {
  font-size: 1.8rem;
  font-weight: bold;
}

#lp-loan_support-self {
  background-color: #FAF0D5;
}
#lp-loan_support-self .section-header .heading {
  width: 280px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px) {
  #lp-loan_support-self .section-header .heading {
    width: 355px;
  }
}
@media (min-width: 1024px) {
  #lp-loan_support-self .section-header .text {
    text-align: center;
    margin-top: 35px;
  }
}
#lp-loan_support-self .section-content {
  background-image: radial-gradient(#FAF0D5 30%, transparent 30%), radial-gradient(#FAF0D5 30%, transparent 30%);
  background-size: 28px 28px;
  background-repeat: repeat-x;
  background-position: center top, center bottom;
  background-color: #FFFFFF;
  margin-right: -5vw;
  margin-left: -5vw;
  padding: 50px 5%;
  max-width: none;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.16);
}
@media (min-width: 1024px) {
  #lp-loan_support-self .section-content {
    margin-right: auto;
    margin-left: auto;
    max-width: 1000px;
    padding: 60px;
  }
}
#lp-loan_support-self .list .item + .item {
  margin-top: 40px;
}
#lp-loan_support-self .list .item .check {
  display: block;
  color: #172A88;
  font-size: 2rem;
  margin-bottom: 10px;
  line-height: 1.5;
  font-weight: bold;
}
@media (min-width: 1024px) {
  #lp-loan_support-self .list .item .check {
    font-size: 2.9rem;
    margin-bottom: 20px;
  }
}
#lp-loan_support-self .list .item .check._complete {
  font-size: 2.5rem;
}
#lp-loan_support-self .list .item .heading {
  font-size: 1.6rem;
  font-weight: bold;
  background-image: linear-gradient(to bottom, #DEDEDE 1px, transparent 1px, transparent 33px);
  background-repeat: repeat;
  background-size: 1px 33px;
  line-height: 33px;
  padding-bottom: 1px;
}
#lp-loan_support-self .list .item .heading._marker {
  display: inline-block;
  font-size: 2.3rem;
  color: #172A88;
  background: linear-gradient(transparent 55%, #FFE6E6 55%);
}
#lp-loan_support-self .list .item .chart {
  display: flex;
  column-gap: 10px;
  margin-top: 20px;
}
@media (min-width: 1024px) {
  #lp-loan_support-self .list .item .chart {
    column-gap: 25px;
    margin-top: 35px;
  }
}
#lp-loan_support-self .list .item .choice {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background-color: #F09580;
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 5px;
}
@media (min-width: 1024px) {
  #lp-loan_support-self .list .item .choice {
    font-size: 2.4rem;
    padding: 7px 20px;
  }
}
#lp-loan_support-self .list .item .yes {
  position: relative;
  background-image: linear-gradient(to right, transparent 19px, #F09580 19px, #F09580 30px, transparent 30px);
  background-repeat: repeat-y;
}
@media (min-width: 1024px) {
  #lp-loan_support-self .list .item .yes {
    background-image: linear-gradient(to right, transparent 36px, #F09580 36px, #F09580 56px, transparent 56px);
  }
}
#lp-loan_support-self .list .item .yes::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -32px;
  transform: translateX(-50%);
  border: 15px solid transparent;
  border-top: 19px solid #F09580;
}
@media (min-width: 1024px) {
  #lp-loan_support-self .list .item .yes::before {
    border-width: 20px;
    border-top-width: 23px;
  }
}
#lp-loan_support-self .list .item .no .choice {
  background-color: #80C1C3;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#lp-loan_support-self .list .item .content {
  padding: 20px;
  background-color: #EDEDED;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
@media (min-width: 1024px) {
  #lp-loan_support-self .list .item .content {
    padding: 20px 35px;
  }
}
#lp-loan_support-self .list .item .text {
  font-size: 1.4rem;
}
@media (min-width: 1024px) {
  #lp-loan_support-self .list .item .text {
    font-size: 1.6rem;
  }
}
#lp-loan_support-self .list .item .text._bold {
  margin-top: 12px;
  font-size: 1.6rem;
}
@media (min-width: 1024px) {
  #lp-loan_support-self .list .item .text._bold {
    font-size: 1.8rem;
  }
}

#lp-loan_support-about_us .section-content > .text {
  text-align: center;
}
#lp-loan_support-about_us .box {
  margin-top: 25px;
  padding: 24px;
  background-color: #FFFFFF;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.16);
  border-bottom: 6px solid #EDEDED;
  position: relative;
}
@media (min-width: 768px) {
  #lp-loan_support-about_us .box {
    display: grid;
    grid-template-rows: auto auto 1fr;
    column-gap: 30px;
    padding: 40px;
    margin-top: 40px;
  }
}
@media (min-width: 1024px) {
  #lp-loan_support-about_us .box {
    column-gap: 40px;
  }
}
#lp-loan_support-about_us .box .heading {
  position: absolute;
  left: -6px;
  top: -10px;
}
#lp-loan_support-about_us .portrait {
  width: 250px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  #lp-loan_support-about_us .portrait {
    grid-column: 1/2;
    grid-row: 1/4;
  }
}
#lp-loan_support-about_us .name {
  margin-top: 10px;
  font-size: 2.4rem;
  color: #172A88;
  font-weight: bold;
  text-align: center;
  font-family: "fot-tsukuardgothic-std", sans-serif;
}
@media (min-width: 768px) {
  #lp-loan_support-about_us .name {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
@media (min-width: 1024px) {
  #lp-loan_support-about_us .name {
    margin-top: 40px;
  }
}
#lp-loan_support-about_us .furigana {
  text-align: center;
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  #lp-loan_support-about_us .furigana {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
#lp-loan_support-about_us .text {
  margin-top: 15px;
}
@media (min-width: 768px) {
  #lp-loan_support-about_us .text {
    grid-column: 2/3;
    grid-row: 3/4;
  }
}
@media (min-width: 1024px) {
  #lp-loan_support-about_us .text {
    margin-top: 30px;
  }
}

#lp-loan_support-faq {
  background-color: #F9F8F3;
  background-image: url(../images/faq_bg.jpg);
  background-size: contain;
  padding: 90px 10% 50px;
}
@media (min-width: 1024px) {
  #lp-loan_support-faq {
    background-image: url(../images/faq_bg_pc.jpg);
    background-position: center top;
  }
}
#lp-loan_support-faq .text {
  text-align: center;
  font-weight: bold;
}
#lp-loan_support-faq .list {
  margin-top: 30px;
}
#lp-loan_support-faq .list .item + .item {
  margin-top: 50px;
}
#lp-loan_support-faq .list .item .q {
  font-size: 1.8rem;
  display: flex;
  flex-direction: column;
  color: #172A88;
}
#lp-loan_support-faq .list .item .q::before {
  content: "Q.";
  font-size: 2.7rem;
}
#lp-loan_support-faq .list .item .a {
  font-size: 1.8rem;
  margin-top: 10px;
  display: flex;
  flex-direction: column;
}
#lp-loan_support-faq .list .item .a::before {
  content: "A.";
  color: #E27979;
  font-size: 2.4rem;
}

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