@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400..700&family=Roboto:wght@600&family=Zen+Kaku+Gothic+Antique:wght@400;500;700&display=swap");
body {
  background: #FFFDF9;
  color: #212121;
}

/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

html {
  font-size: 62.5%;
}

body {
  font-size: clamp(1.5rem, 1.6vw, 1.6rem);
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  line-height: normal;
  scroll-behavior: smooth;
}
body span.risona-font {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: inherit;
}

h1 {
  font-size: 3.2rem;
  padding: 1rem 0;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}

h2 {
  font-size: clamp(2.4rem, 3vw, 3.2rem);
  font-weight: 600;
  margin: 0 0 1.6rem 0;
  text-align: center;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
h2 span {
  color: #009950;
}

h3 {
  font-size: 2.4rem;
  font-feature-settings: "palt";
}

h4 {
  font-size: 2rem;
  font-feature-settings: "palt";
}

h5 {
  font-size: 1.8rem;
  margin: 0 0 1.8rem 0;
}

h6 {
  font-size: 1.6rem;
  margin: 0 0 1.6rem 0;
}

a {
  text-decoration: none;
}

header nav ul li {
  font-size: 1.4rem;
}

img {
  width: 100%;
  height: auto;
}

html, body {
  height: 100%;
}

a {
  transition: opacity 0.3s ease;
}
a:hover {
  opacity: 0.7;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 999px) {
  .container {
    max-width: 95%;
  }
}

header {
  padding: 1rem 0;
  position: fixed;
  z-index: 100;
  background: #FFFDF9;
  width: 100%;
}
@media screen and (max-width: 767px) {
  header {
    position: relative;
    max-width: 90%;
    margin: 0 auto;
  }
}
header .container {
  max-width: 90%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  header .container {
    max-width: 44rem;
  }
}
header .container .header-left {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
@media screen and (max-width: 767px) {
  header .container .header-left {
    gap: 1rem;
  }
}
header .container .bank-switcher {
  position: relative;
}
header .container .bank-switcher__btn {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  border: 2px solid #009950;
  border-radius: 0.4rem;
  padding: 0.5rem 0.5rem 0.5rem 1.2rem;
  background: transparent;
  cursor: pointer;
  font-size: 1.4rem;
  font-weight: 500;
  color: #212121;
  white-space: nowrap;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  header .container .bank-switcher__btn {
    font-size: 1.1rem;
    padding: 0.4rem 0.4rem 0.4rem 0.8rem;
  }
}
header .container .bank-switcher__arrow {
  width: 2rem;
  height: 2rem;
  transition: transform 0.3s ease;
  flex-shrink: 0;
  transform: rotate(180deg);
}
header .container .bank-switcher__btn[aria-expanded=true] .bank-switcher__arrow {
  transform: rotate(360deg);
}
header .container .bank-switcher__dropdown {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  background: #fdfdfd;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  min-width: 160px;
  overflow: hidden;
  z-index: 200;
}
header .container .bank-switcher__dropdown ul {
  list-style: none;
  padding: 0.4rem 0;
  margin: 0;
}
header .container .bank-switcher__dropdown li a {
  display: block;
  padding: 1rem 1.6rem;
  text-decoration: none;
  color: #212121;
  font-size: 1.4rem;
  font-weight: bold;
  white-space: nowrap;
}
header .container .bank-switcher__dropdown li a:hover {
  background: #FFFAE6;
  opacity: 1;
}
header .container .bank-switcher__dropdown li a.is-current {
  color: #009950;
}
header .container nav ul {
  display: flex;
  gap: 2.4rem;
}
header .container nav ul li {
  font-weight: 500;
  list-style: none;
}
header .container nav ul li a {
  position: relative;
}
header .container nav ul li a:before {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #009950;
  bottom: -5px;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.3s;
}
header .container nav ul li a:hover {
  opacity: 1;
}
header .container nav ul li a:hover:before {
  transform: scale(1, 1);
}
@media screen and (max-width: 767px) {
  header .container .logo {
    width: 120px;
  }
  header .container nav ul {
    display: flex;
  }
}

main article {
  width: 100%;
}
main section {
  width: 100%;
  margin: 0 auto;
  padding: 6rem 0;
}
@media screen and (max-width: 767px) {
  main section {
    padding: 5rem 0;
  }
}
main section .wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5%;
}
@media screen and (max-width: 767px) {
  main section .wrapper {
    flex-direction: column;
  }
}
main section .wrapper .card {
  width: 33%;
}
@media screen and (max-width: 767px) {
  main section .wrapper .card {
    width: 100%;
  }
}

.card-wrapper {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}
.card-wrapper .card {
  width: 31%;
  margin: 0 1% 0;
}

button, input[type=submit] {
  width: 200px;
  height: 35px;
  text-align: center;
  border: none;
  border-radius: 20px;
}

p {
  margin-bottom: 2rem;
}
p.lead {
  text-align: center;
  font-size: clamp(1.5rem, 1.6vw, 1.6rem);
  margin-bottom: 4rem;
  line-height: 1.6;
}
p.notes {
  text-align: center;
  font-size: 1.4rem;
  color: #666;
  font-weight: 400;
  margin: 1rem 0 0 0;
}
p.notes.risona {
  line-height: 100%;
  margin-top: 1rem;
  font-size: 1.2rem;
}

ul li {
  list-style: none;
  list-style-position: inside;
}

ol li {
  list-style: decimal;
  list-style-position: inside;
}

.btn a {
  background: linear-gradient(180deg, #FF9B38 0%, #FF5820 100%);
  display: inline-flex;
  font-size: clamp(1.8rem, 2vw, 2rem);
  font-weight: 600;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  gap: 0.6rem;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.08);
  border-radius: 35px;
  color: #fdfdfd;
}
@media screen and (max-width: 767px) {
  .btn a {
    padding: 1.2rem;
  }
}
.btn a::before {
  content: "";
  background: url(/kojin/freeloan/secured/assets/img/icon_sp.svg) no-repeat center/contain;
  width: 3rem;
  aspect-ratio: 1/1;
}
.btn a::after {
  content: "";
  background: url(/kojin/freeloan/secured/assets/img/arrow_btn.svg) no-repeat center/contain;
  width: 2.7rem;
  aspect-ratio: 1/1;
}

section.features h2, section.plans h2 {
  color: #fdfdfd;
  background: #009950;
  padding: 0.4rem 4rem 1.6rem 4rem;
  position: relative;
  width: fit-content;
  margin: 0 auto 8rem auto;
  border-radius: 0.4rem;
  line-height: 130%;
}
@media screen and (max-width: 767px) {
  section.features h2, section.plans h2 {
    padding: 1rem;
    width: 90%;
    max-width: 50rem;
    font-size: 2.2rem;
    margin: 0 auto 4rem auto;
  }
}
section.features h2 strong, section.plans h2 strong {
  font-size: 4rem;
  color: #fdfdfd;
  padding: 0 0.3rem;
}
@media screen and (max-width: 767px) {
  section.features h2 strong, section.plans h2 strong {
    font-size: 3.2rem;
  }
}
section.features h2 span.deco, section.plans h2 span.deco {
  position: absolute;
  bottom: 9px;
  left: -17px;
  right: 0;
  width: calc(100% + 34px);
  border-bottom: 1px dashed #fdfdfd;
  z-index: 10;
  margin: auto;
}
section.features h2:before, section.plans h2:before {
  content: "";
  background: url(/kojin/freeloan/secured/assets/img/ribbon_l.svg) no-repeat center/contain;
  aspect-ratio: 1/1;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  left: -3rem;
  margin: auto;
  width: 4rem;
}
@media screen and (max-width: 767px) {
  section.features h2:before, section.plans h2:before {
    background: url(/kojin/freeloan/secured/assets/img/ribbon_l_sp.svg) no-repeat center/contain;
    left: -3rem;
    height: 101%;
  }
}
section.features h2:after, section.plans h2:after {
  content: "";
  background: url(/kojin/freeloan/secured/assets/img/ribbon_r.svg) no-repeat center/contain;
  width: 4rem;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -3rem;
  margin: auto;
}
@media screen and (max-width: 767px) {
  section.features h2:after, section.plans h2:after {
    background: url(/kojin/freeloan/secured/assets/img/ribbon_r_sp.svg) no-repeat center/contain;
    right: -3rem;
    height: 101%;
  }
}

* {
  box-sizing: border-box;
}

.nav-menu-header {
  display: none;
}

header #g-menu {
  display: none;
}

@media screen and (max-width: 1199px) {
  header #g-menu {
    position: fixed;
    top: 10px;
    right: 10px;
    display: flex;
    height: 44px;
    width: 44px;
    justify-content: center;
    align-items: center;
    z-index: 100;
    background-color: #FFFDF9;
    border-radius: 4px;
    cursor: pointer;
  }
  header #g-menu span,
  header #g-menu span:before,
  header #g-menu span:after {
    content: "";
    display: block;
    height: 2px;
    width: 22px;
    border-radius: 2px;
    background-color: #009950;
    position: absolute;
    transition: 0.3s;
  }
  header #g-menu span:before {
    bottom: 8px;
  }
  header #g-menu span:after {
    top: 8px;
  }
  header #g-menu.active span {
    background-color: transparent;
  }
  header #g-menu.active span:before {
    bottom: 0;
    transform: rotate(45deg);
  }
  header #g-menu.active span:after {
    top: 0;
    transform: rotate(-45deg);
  }
  header nav#global {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    z-index: 90;
    display: flex;
    flex-direction: column;
    transition: right 0.4s ease;
    overflow: hidden;
  }
  header nav#global.active {
    right: 0;
  }
  header nav#global .nav-menu-header {
    display: flex;
    background: #FFFDF9;
    align-items: center;
    justify-content: center;
    padding: 0.9rem 1.5rem;
    flex-shrink: 0;
  }
  header nav#global .nav-menu-header img {
    height: 36px;
    width: auto;
  }
  header nav#global ul {
    flex: 1;
    background: #009950;
    overflow-y: auto;
    padding: 4rem;
    margin: 0;
    flex-direction: column;
    gap: 0;
  }
  header nav#global ul li {
    font-size: 1.6rem;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
  }
  header nav#global ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.4rem 0;
    font-size: 1.5rem;
    color: #ffffff;
  }
  header nav#global ul li a:after {
    content: "";
    background: url(/kojin/freeloan/secured/assets/img/arrow_btn_green.svg) no-repeat center/contain;
    width: 2rem;
    height: 2rem;
    flex-shrink: 0;
  }
}
section.cta {
  background: #009950;
  padding: 3.2rem 0;
}
section.cta:last-of-type .container .wrapper h2 {
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 767px) {
  section.cta:last-of-type .container .wrapper h2 {
    font-size: 1.8rem;
  }
  section.cta:last-of-type .container .wrapper h2 span {
    font-size: 2rem;
  }
}
section.cta:last-of-type .container .wrapper p {
  text-align: center;
}
@media screen and (max-width: 767px) {
  section.cta:last-of-type .container .wrapper p {
    text-align: left;
  }
}
section.cta .container {
  position: relative;
}
@media screen and (max-width: 767px) {
  section.cta .container {
    max-width: 90%;
  }
}
section.cta .container::after {
  content: "";
  background: url(/kojin/freeloan/secured/assets/img/risonya_cta.svg) no-repeat center/contain;
  width: 18rem;
  height: 23rem;
  position: absolute;
  bottom: -3.2rem;
  right: 0;
}
@media screen and (max-width: 767px) {
  section.cta .container::after {
    left: 0;
    margin: auto;
  }
}
section.cta .container .wrapper {
  display: block;
  background: #FFFDF9;
  max-width: 760px;
  border-radius: 2rem;
  text-align: center;
  padding: 4rem 5rem;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  section.cta .container .wrapper {
    padding: 7.2rem 1rem 22rem 1rem;
  }
}
section.cta .container .wrapper::before {
  content: "";
  position: absolute;
  inset: 8px;
  border: 1px dashed #009950;
  border-radius: 18px;
  pointer-events: none;
}
section.cta .container .wrapper:after {
  content: "";
  background: url(/kojin/freeloan/secured/assets/img/flower_cta.svg) no-repeat center/contain;
  width: 11.6rem;
  height: 9.1rem;
  display: block;
  position: absolute;
  top: -2rem;
  left: -3rem;
}
@media screen and (max-width: 767px) {
  section.cta .container .wrapper:after {
    width: 9.6rem;
    height: 8.1rem;
    left: -0.5rem;
  }
}
section.cta .container .wrapper h2 {
  font-size: clamp(2rem, 2.5vw, 2.4rem);
  font-weight: 600;
  margin-bottom: 0.4rem;
  padding: 0;
}
section.cta .container .wrapper h2 span {
  font-size: clamp(2.4rem, 3vw, 3.2rem);
  color: #009950;
}
section.cta .container .wrapper p {
  border-bottom: 2px solid #009950;
  display: inline-block;
  text-align: left;
  margin-bottom: 3.2rem;
  line-height: 1.6em;
}
@media screen and (max-width: 767px) {
  section.cta .container .wrapper p {
    max-width: 95%;
  }
}
section.cta .container .wrapper p.lead {
  font-size: clamp(1.8rem, 2vw, 2rem);
  font-weight: 700;
  border-bottom: none;
  text-align: center;
  margin-bottom: 2.4rem;
}

.pop {
  position: fixed;
  z-index: 1000;
  right: 2rem;
  bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .pop {
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 1rem;
    width: 100%;
    max-width: 95%;
  }
}
.pop .pc {
  text-align: center;
  border-radius: 1rem;
  background: #FFFAE6;
  border: 3px solid #009950;
  display: inline-block;
  padding: 2rem;
  position: relative;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
@media screen and (max-width: 767px) {
  .pop .pc {
    display: none;
  }
}
.pop .pc p {
  font-size: 1.2rem;
  font-weight: 500;
  color: #EA773E;
  margin-bottom: 0.8rem;
}
.pop .pc p.heading {
  font-size: 1.6rem;
  font-weight: 700;
  color: #212121;
  margin-bottom: 0.4rem;
}
.pop .pc .btn a {
  padding: 0.8rem 1rem;
  border-radius: 1rem;
  font-size: 1.6rem;
}
.pop .pc::before {
  content: "";
  background: url(/kojin/freeloan/secured/assets/img/risonya_follow.svg) no-repeat center/contain;
  width: 7.8rem;
  height: 5.3rem;
  position: absolute;
  top: -5rem;
  left: 0;
  right: 0;
  margin: auto;
}
.pop.active .sp,
.pop.active .pc {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.pop .sp {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  display: none;
}
@media screen and (max-width: 767px) {
  .pop .sp {
    display: block;
  }
}
.pop .sp a {
  width: 100%;
  background: linear-gradient(180deg, #FF9B38 0%, #FF5820 100%);
  display: inline-flex;
  font-size: clamp(1.8rem, 2vw, 2rem);
  font-weight: bold;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  gap: 0.6rem;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.08);
  border-radius: 1rem;
  color: #fdfdfd;
}
@media screen and (max-width: 767px) {
  .pop .sp a {
    padding: 1.2rem;
  }
}
.pop .sp a::before {
  content: "";
  background: url(/kojin/freeloan/secured/assets/img/icon_sp.svg) no-repeat center/contain;
  width: 4rem;
  aspect-ratio: 1/1;
}
.pop .sp a::after {
  content: "";
  background: url(/kojin/freeloan/secured/assets/img/arrow_btn.svg) no-repeat center/contain;
  width: 2.7rem;
  aspect-ratio: 1/1;
}
.pop .sp a span {
  font-size: 1.2rem;
  font-weight: 500;
  background: #fdfdfd;
  color: #EA773E;
  display: block;
  border-radius: 12px;
  text-align: center;
  padding: 0.4rem 0;
  line-height: 100%;
}

section.hero {
  background: url(/kojin/freeloan/secured/assets/img/bg_fv.svg) no-repeat center/cover;
  position: relative;
  font-feature-settings: "palt";
  isolation: isolate;
  overflow-x: clip;
  padding: 7.7rem 0 15rem 0;
}
@media screen and (max-width: 767px) {
  section.hero {
    padding: 1.4rem 0 9rem 0;
  }
}
section.hero::before {
  content: "";
  width: 100%;
  height: 54rem;
  position: absolute;
  top: -4rem;
  z-index: -1;
  background: url(/kojin/freeloan/secured/assets/img/bg_fv_top.svg) no-repeat bottom/cover;
}
@media screen and (max-width: 999px) {
  section.hero::before {
    background: url(/kojin/freeloan/secured/assets/img/bg_fv_top_sp.svg) no-repeat bottom/cover;
  }
}
@media screen and (max-width: 767px) {
  section.hero::before {
    height: 43.5rem;
  }
}
section.hero::after {
  content: "";
  background: url(/kojin/freeloan/secured/assets/img/house_fv.svg) top/auto 100%;
  width: 100%;
  height: 20rem;
  position: absolute;
  bottom: -0.3rem;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  section.hero::after {
    height: 10rem;
    background-position: left 26% top 0;
  }
}
section.hero .container {
  position: relative;
  text-align: center;
  max-width: 696px;
}
@media screen and (max-width: 767px) {
  section.hero .container {
    max-width: 44rem;
  }
}
@media (max-width: 440px) {
  section.hero .container {
    max-width: 95%;
  }
}
section.hero .container h1 {
  font-size: clamp(2rem, 2.5vw, 2.4rem);
  font-weight: 500;
  color: #fdfdfd;
  background: #009950;
  border-radius: 0.4rem;
  padding: 0.7rem 0 1rem 0;
  width: 80%;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  section.hero .container h1 {
    width: 77%;
  }
}
section.hero .container h1 span.row {
  display: block;
  position: relative;
}
section.hero .container h1 span.row::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: -4px;
  width: calc(100% + 12px);
  border-bottom: 1px dashed #fdfdfd;
  z-index: 10;
}
section.hero .container h1::before {
  content: "";
  background: url(/kojin/freeloan/secured/assets/img/ribbon_r.svg) no-repeat center/contain;
  width: 4rem;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -3rem;
}
section.hero .container h1::after {
  content: "";
  background: url(/kojin/freeloan/secured/assets/img/bird_fv.svg) no-repeat center/contain;
  width: 9.6rem;
  height: 7.8rem;
  position: absolute;
  right: -13rem;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  section.hero .container h1::after {
    width: 6.4rem;
    height: 5.2rem;
    right: -8rem;
  }
}
section.hero .container p {
  font-weight: 400;
  font-size: 1.2rem;
  color: #666666;
  margin: 1rem 0 0 0;
}
@media screen and (max-width: 767px) {
  section.hero .container p {
    text-align: left;
  }
}
section.hero .container p.notes {
  max-width: 56rem;
}
section.hero .container p.lead {
  color: #212121;
  font-size: clamp(2.4rem, 2.8vw, 3rem);
  font-weight: 600;
  margin: 2rem 0 0 0;
  line-height: 140%;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  section.hero .container p.lead {
    text-align: center;
  }
}
section.hero .container p.lead span {
  font-size: clamp(2.8rem, 3.5vw, 3.6rem);
}
section.hero .container p.lead span:first-of-type {
  color: #009950;
}
section.hero .container p.lead span:last-of-type {
  color: #EA773E;
}
section.hero .container .thumb {
  display: flex;
  justify-content: center;
  position: relative;
  padding: 4rem 0 0 0;
  margin-bottom: -0.5rem;
}
@media screen and (max-width: 767px) {
  section.hero .container .thumb {
    margin-bottom: -0.4rem;
    margin-right: unset;
    padding: 5rem 0 0 0;
  }
}
section.hero .container .thumb img {
  max-width: 32rem;
}
@media screen and (max-width: 767px) {
  section.hero .container .thumb img {
    max-width: 24rem;
    margin-left: 0.5rem;
  }
}
section.hero .container .thumb p {
  position: relative;
  height: fit-content;
  margin: -2rem 0 0 -2rem;
  padding: 0.6rem 2rem;
  border-radius: 6rem;
  background: #009950;
  color: #fdfdfd;
  font-size: 2rem;
  font-weight: 500;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  section.hero .container .thumb p {
    font-size: 1.8rem;
    white-space: nowrap;
    margin: -3.6rem 0 0 -8rem;
  }
}
section.hero .container .thumb p span {
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  section.hero .container .thumb p span {
    font-size: 2.2rem;
  }
}
section.hero .container .thumb p::before {
  content: "";
  background: url(/kojin/freeloan/secured/assets/img/deco_attention.svg) no-repeat center/contain;
  width: 2.8rem;
  aspect-ratio: 1/1;
  display: block;
  position: absolute;
  top: -1.5rem;
  right: -1.5rem;
  transform: rotate(10deg);
}
section.hero .container .hero-tags {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin: 2rem 0 0 0;
}
@media screen and (max-width: 767px) {
  section.hero .container .hero-tags {
    margin: 1rem 0 0 0;
  }
}
section.hero .container .hero-tags ul {
  display: flex;
  gap: 1.2rem;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  section.hero .container .hero-tags ul {
    gap: 0.4rem;
  }
}
section.hero .container .hero-tags ul li {
  background: #EA773E;
  color: #fdfdfd;
  padding: 1rem 2rem;
  border-radius: 4rem;
  font-size: clamp(1.4rem, 1.4vw, 1.8rem);
  list-style: none;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  section.hero .container .hero-tags ul li {
    padding: 0.4rem 0.8rem;
  }
}
section.hero .container > ul {
  text-align: left;
  color: #fdfdfd;
  background: #009950;
  padding: 2rem;
  border-radius: 1rem;
  font-size: 1.2rem;
  font-weight: 400;
  max-width: 696px;
  margin: 1.6rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  section.hero .container > ul {
    max-width: 440px;
    padding: 1rem;
  }
}
section.hero .container > ul li {
  margin-bottom: 0;
  list-style: none;
  line-height: 1.4em;
}
section.hero .container .btn {
  margin-top: 2.4rem;
}
section.hero .container dl {
  display: flex;
  gap: 1.2rem;
  justify-content: space-between;
  margin: 0 auto;
  background: #fdfdfd;
  border: 5px solid #DAD0BE;
  padding: 2rem 3rem;
  max-width: 696px;
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  section.hero .container dl {
    gap: 0.6rem;
    padding: 1rem;
    border: 4px solid #DAD0BE;
    max-width: 440px;
    justify-content: center;
  }
}
section.hero .container dl .item {
  border-right: 5px solid #DAD0BE;
  width: 33%;
  flex: 1;
  display: grid;
  grid-template-rows: auto 1fr;
  text-align: center;
}
@media screen and (max-width: 767px) {
  section.hero .container dl .item {
    border-right: 4px solid #DAD0BE;
    width: stretch;
    padding: 0 0.3rem;
  }
}
@media screen and (max-width: 767px) {
  section.hero .container dl .item:first-of-type {
    padding-left: 0;
  }
}
section.hero .container dl .item:last-of-type {
  border-right: none;
}
@media screen and (max-width: 767px) {
  section.hero .container dl .item:last-of-type {
    padding-right: 0;
  }
}
section.hero .container dl dt {
  font-size: clamp(1.6rem, 1.6vw, 1.8rem);
  font-weight: 500;
  color: #fdfdfd;
  background: #009950;
  border-radius: 0.4rem;
  padding: 0.4rem 1rem;
  display: inline-block;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  section.hero .container dl dt {
    letter-spacing: 0.05em;
  }
}
section.hero .container dl dd {
  font-weight: 700;
  font-size: clamp(1.8rem, 2vw, 2rem);
  margin: 1rem 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.hero .container dl dd span.figure {
  font-size: 3rem;
  background: linear-gradient(180deg, #FF9B38 0%, #FF5820 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
  section.hero .container dl dd span.figure {
    font-size: 2.4rem;
  }
}
section.hero .container dl dd span.notes {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  color: #666;
}

section.top_link {
  background: #FFFAE6;
  padding-top: 10rem;
}
@media screen and (max-width: 767px) {
  section.top_link {
    padding-top: 6rem;
  }
}
section.top_link h2 {
  margin-bottom: 4rem;
}
section.top_link ul {
  display: flex;
  gap: 2rem;
  margin: 0 auto;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 904px;
}
@media screen and (max-width: 767px) {
  section.top_link ul {
    gap: 1rem;
  }
}
section.top_link ul li {
  list-style: none;
  width: calc(33.3333333333% - 1.3333333333rem);
}
@media screen and (max-width: 767px) {
  section.top_link ul li {
    width: calc(50% - 0.5rem);
  }
}
section.top_link ul li a {
  background: #009950;
  padding: 0 2rem;
  height: 7.2rem;
  border-radius: 0.4rem;
  font-size: 1.8rem;
  font-weight: 500;
  color: #fdfdfd;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  section.top_link ul li a {
    font-size: 1.5rem;
    height: 6.2rem;
    padding: 0 0.5rem;
  }
}
section.top_link ul li a::after {
  content: "";
  background: url(/kojin/freeloan/secured/assets/img/arrow_btn_green.svg) no-repeat center/contain;
  display: inline-block;
  width: 2rem;
  aspect-ratio: 1/1;
}

section.problems {
  background: #FFFAE6;
  padding-bottom: 12rem;
}
@media screen and (max-width: 767px) {
  section.problems {
    padding-bottom: 10rem;
  }
}
section.problems .wrapper:first-of-type {
  display: flex;
  flex-wrap: unset;
  justify-content: center;
  margin-bottom: 2.4rem;
  position: relative;
  z-index: 10;
}
section.problems .wrapper:first-of-type .description p.heading {
  background: #009950;
  color: #fdfdfd;
  padding: 0.8rem;
  margin-bottom: 0;
  border-radius: 0.4rem;
  letter-spacing: 0.1em;
  text-align: center;
  font-size: clamp(1.6rem, 1.6vw, 1.8rem);
  font-weight: 500;
}
section.problems .wrapper:first-of-type .description p.lead {
  margin-bottom: 4rem;
}
section.problems .wrapper:first-of-type .description h2 {
  margin-bottom: 1.6rem;
}
section.problems .wrapper:first-of-type .thumb {
  padding: 0 4rem;
}
section.problems .wrapper:last-of-type {
  gap: 1.6rem;
  justify-content: center;
}
@media screen and (max-width: 999px) {
  section.problems .wrapper:last-of-type {
    gap: 1rem;
  }
}
@media screen and (max-width: 767px) {
  section.problems .wrapper:last-of-type {
    flex-direction: row;
    max-width: 50rem;
    margin: 0 auto;
  }
}
section.problems .wrapper:last-of-type .card {
  width: calc(20% - 1.28rem);
  background: #FFFDF9;
  border-radius: 1rem;
  border: 3px solid #009950;
  padding: 1rem;
}
@media screen and (max-width: 999px) {
  section.problems .wrapper:last-of-type .card {
    width: calc(25% - 0.75rem);
  }
}
@media screen and (max-width: 767px) {
  section.problems .wrapper:last-of-type .card {
    padding: 1.6rem 0.8rem;
    width: calc(50% - 0.5rem);
  }
  section.problems .wrapper:last-of-type .card.sp {
    background: unset;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  section.problems .wrapper:last-of-type .card.sp img {
    max-width: 12rem;
  }
}
@media screen and (max-width: 499px) {
  section.problems .wrapper:last-of-type .card.sp img {
    max-width: 10rem;
  }
}
section.problems .wrapper:last-of-type .card .description {
  margin: 1rem 0 0 0;
}
section.problems .wrapper:last-of-type .card .description h3 {
  font-size: clamp(1.6rem, 1.6vw, 1.8rem);
  font-weight: 500;
  text-align: center;
}
section.problems .wrapper:last-of-type .card .description p {
  font-size: 1.5rem;
  font-weight: 400;
  margin: 1rem 0 0 0;
  text-align: center;
}
section.problems .wrapper:last-of-type .card .thumb {
  padding: 0 0 1rem 0;
  text-align: center;
  border-bottom: 1px dashed #009950;
}
section.problems .wrapper:last-of-type .card .thumb img {
  width: 10rem;
  height: auto;
}
section.problems .notes {
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  section.problems .notes {
    text-align: left;
  }
  section.problems .notes.risona {
    text-align: center;
  }
}

section.features {
  padding-top: 12rem;
}
@media screen and (max-width: 767px) {
  section.features {
    padding-top: 10rem;
  }
}
section.features h2 {
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  section.features h2 {
    margin-bottom: 7rem;
  }
}
section.features h2 span {
  color: #fdfdfd;
}
section.features .notes {
  text-align: left;
  font-size: 1.2rem;
  margin-top: 1rem;
}
section.features .notes.risona {
  margin-bottom: 8rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  section.features .notes.risona {
    margin: 1rem auto 7rem auto;
  }
}
section.features .wrapper {
  gap: 8.4rem 3.2rem;
  justify-content: center;
  max-width: 854px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  section.features .wrapper {
    gap: 5.7rem;
  }
}
section.features .wrapper .card {
  background: #FFFAE6;
  border: 3px solid #EA773E;
  border-radius: 1rem;
  padding: 6rem 3.6rem 2.4rem 3.6rem;
  position: relative;
  width: calc(50% - 1.6rem);
}
@media screen and (max-width: 767px) {
  section.features .wrapper .card {
    padding: 6rem 2.4rem 2.4rem 2.4rem;
    width: 100%;
    max-width: 32rem;
    margin: 0 auto;
  }
}
@media screen and (max-width: 499px) {
  section.features .wrapper .card {
    max-width: unset;
  }
}
section.features .wrapper .card .number {
  position: absolute;
  background: #EA773E;
  font-size: 1.6rem;
  font-weight: 500;
  width: 7.5rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  top: -4rem;
  left: 0;
  right: 0;
  margin: auto auto 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
section.features .wrapper .card .number span {
  color: #fdfdfd;
  font-size: 3.6rem;
  display: block;
  font-family: "Roboto", sans-serif;
  line-height: 100%;
}
@media screen and (max-width: 767px) {
  section.features .wrapper .card .number span {
    font-size: 3.2rem;
  }
}
section.features .wrapper .card h3 {
  font-size: clamp(1.8rem, 2vw, 2rem);
  font-weight: 600;
  text-align: center;
}
section.features .wrapper .card h3 span {
  font-size: 2.2rem;
  color: #EA773E;
}
@media screen and (max-width: 767px) {
  section.features .wrapper .card h3 span {
    font-size: 2rem;
  }
}
section.features .wrapper .card .thumb {
  border-bottom: 1px dashed #EA773E;
  padding: 0 0 1rem 0;
  text-align: center;
}
section.features .wrapper .card .thumb img {
  width: 14.4rem;
  height: auto;
}
section.features .wrapper .card .description {
  margin: 2.4rem 0 0 0;
  line-height: 1.6;
}
section.features .wrapper .card .description > p {
  margin-bottom: 0;
}

section.different_01 {
  background: #FFFAE6;
}
section.different_01 h2 {
  margin-bottom: 4rem;
}
section.different_01 h2 span:nth-of-type(2) {
  color: #666;
}
section.different_01 .wrapper {
  gap: 2rem;
  justify-content: center;
  align-items: center;
  border-radius: 1rem;
  padding: 2.4rem;
  flex-wrap: unset;
  background: #CAE5F2;
}
@media screen and (max-width: 767px) {
  section.different_01 .wrapper {
    padding: 2rem;
    gap: 0;
  }
}
section.different_01 .wrapper .thumb {
  min-width: 112px;
}
@media screen and (max-width: 767px) {
  section.different_01 .wrapper .thumb {
    margin-bottom: -0.4rem;
  }
}
section.different_01 .wrapper .description .inner {
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  section.different_01 .wrapper .description .inner {
    flex-direction: column;
    gap: 1.8rem;
  }
}
section.different_01 .wrapper .description .inner h3 {
  background: #009950;
  color: #fdfdfd;
  margin-bottom: 0;
  border-radius: 0.4rem;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
  height: stretch;
  display: flex;
  align-items: center;
  padding: 0 1.6rem;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  section.different_01 .wrapper .description .inner h3 {
    width: 100%;
    justify-content: center;
    padding: 2.4rem 0;
  }
}
section.different_01 .wrapper .description .inner svg {
  min-width: 2rem;
}
@media screen and (max-width: 767px) {
  section.different_01 .wrapper .description .inner svg {
    transform: rotate(90deg);
  }
}
section.different_01 .wrapper .description .inner .card {
  width: unset;
}
section.different_01 .wrapper .description .inner .card p {
  margin-bottom: 0;
  font-size: clamp(1.5rem, 1.6vw, 1.6rem);
}
section.different_01 .wrapper .description .inner .card p.heading {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  section.different_01 .wrapper .description .inner .card p.heading {
    text-align: center;
  }
}

section.different_02 {
  background: #FFFAE6;
  /*.wrapper {
    gap: 3.2rem;
    align-items: flex-end;
    @include i.mq-down(md) {
      gap: 10.7rem;
    }

    .card {
      width: calc(50% - (3.2rem / 2));
      background: i.$color-white;
      border-radius: 1rem;
      display: flex;
      flex-direction: column;
      @include i.mq-down(md) {
        width: 100%;
      }

      .heading {
        color: i.$color-white;
        text-align: center;
        padding: 1.2rem 0;

        p {
          color: i.$color-main;
          background: i.$color-white;
          padding: 0 1rem;
          border-radius: 1.4rem;
          font-size: 1.4rem;
          font-weight: i.$medium;
          width: fit-content;
          margin: 0 auto;
          letter-spacing: normal;
          @include i.mq-down(md) {
            font-size: 1.2rem;
          }
        }

        h3 {
          font-size: i.$md;
          font-weight: i.$medium;
          margin-top: 1rem;
        }
      }

      &:first-of-type {
        border: 5px solid i.$color-main;
        position: relative;

        .heading {
          background: i.$color-main;
        }

        .thumb {
          @include i.mq-down(md) {
            max-width: 95px;
          }
        }

        .description {
          p {
            &:last-of-type {
              border-top: 1px dashed i.$color-main;
            }
          }
        }

        &:before {
          content: "";
          background: url(/kojin/freeloan/secured/assets/img/risonya_differents_02.svg) no-repeat center / contain;
          aspect-ratio: 1/1;
          position: absolute;
          top: -9rem;
          right: 2rem;
          width: 6.4rem;
          height: 12rem;
        }

        &:after {
          content: "VS";
          font-size: 2rem;
          font-weight: i.$bold;
          color: i.$color-white;
          background: i.$color-main;
          border-radius: 50%;
          width: 7.5rem;
          height: 7.5rem;
          aspect-ratio: 1/1;
          position: absolute;
          top: 0;
          bottom: 0;
          margin: auto;
          right: -6rem;
          display: flex;
          justify-content: center;
          align-items: center;
          @include i.mq-down(md) {
            top: unset;
            right: 0;
            left: 0;
            bottom: -9.1rem;
          }
        }
      }

      &:last-of-type {
        border: 5px solid #666;

        .heading {
          background: #666;
        }

        ul {
          li {
            &:before {
              background: url(/kojin/freeloan/secured/assets/img/check_gray.svg) no-repeat center / contain;
            }
          }
        }

        .description {
          p {
            &:last-of-type {
              border-top: 1px dashed #666;
            }
          }
        }
      }

      .inner {
        display: flex;
        align-items: center;
      }

      ul {
        display: flex;
        flex: 1;
        flex-direction: column;
        gap: 1.6rem;
        @include i.mq-down(md) {
          flex: unset;
        }

        li {
          display: flex;
          align-items: center;
          gap: 0.4rem;
          font-size: 1.6rem;
          font-weight: i.$medium;

          &:before {
            content: "";
            background: url(/kojin/freeloan/secured/assets/img/check_green.svg) no-repeat center / contain;
            width: 2.4rem;
            height: 2.4rem;
            display: inline-block;
            flex-shrink: 0;
          }
        }
      }

      .description {
        flex: 1;
        min-height: 30rem;
        padding: 2rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        @include i.mq-down(md) {
          min-height: unset;
        }

        p {
          font-size: i.$xs;
          max-width: 336px;

          &:last-of-type {
            margin: 1.6rem 0 0 0;
            padding: 1.6rem 0 0 0;
          }
        }
      }
    }
  }*/
}
section.different_02 h2 {
  font-size: clamp(1.8rem, 2vw, 2rem);
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 767px) {
  section.different_02 h2 {
    flex-direction: column;
  }
}
section.different_02 h2 .item {
  background: #fdfdfd;
  border-radius: 0.4rem;
  padding: 1.6rem 2rem;
  height: 6rem;
  display: flex;
  align-items: center;
  width: fit-content;
}
section.different_02 h2 .item:first-of-type {
  border: 3px solid #009950;
}
section.different_02 h2 .item:last-of-type {
  border: 3px solid #666;
  color: #666;
}
section.different_02 h2 .item:last-of-type span {
  color: #666;
}
section.different_02 h2 .item strong {
  font-size: clamp(2rem, 2.5vw, 2.4rem);
}
section.different_02 .wrapper {
  position: relative;
  border-radius: 1rem;
  margin-top: 11.5rem;
}
section.different_02 .wrapper .head {
  display: flex;
  border-radius: 1rem 1rem 0 0;
  width: 100%;
  gap: 1.2rem;
  align-items: end;
}
@media screen and (max-width: 767px) {
  section.different_02 .wrapper .head {
    gap: 0.9rem;
  }
}
section.different_02 .wrapper .head .left,
section.different_02 .wrapper .head .right {
  width: 50%;
  height: fit-content;
  padding: 3.2rem 2.4rem;
  text-align: center;
  border-radius: 1rem 1rem 0 0;
}
@media screen and (max-width: 767px) {
  section.different_02 .wrapper .head .left,
  section.different_02 .wrapper .head .right {
    padding: 2.4rem 1rem;
  }
}
section.different_02 .wrapper .head .left h3,
section.different_02 .wrapper .head .right h3 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.6rem;
}
@media screen and (max-width: 767px) {
  section.different_02 .wrapper .head .left h3,
  section.different_02 .wrapper .head .right h3 {
    font-size: 1.6rem;
  }
}
section.different_02 .wrapper .head .left {
  background: #009950;
  color: #fdfdfd;
  position: relative;
}
@media screen and (max-width: 767px) {
  section.different_02 .wrapper .head .left {
    padding-top: 4.8rem;
  }
}
section.different_02 .wrapper .head .left > p:first-child {
  display: inline-block;
  background: #fdfdfd;
  color: #009950;
  border-radius: 2rem;
  padding: 0.3rem 1.2rem;
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
section.different_02 .wrapper .head .left h3 {
  margin-bottom: 0.6rem;
}
section.different_02 .wrapper .head .left .notes {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.85);
}
@media screen and (max-width: 767px) {
  section.different_02 .wrapper .head .left .notes {
    text-align: left;
  }
}
section.different_02 .wrapper .head .left::before {
  content: "";
  background: url(/kojin/freeloan/secured/assets/img/risonya_differents_02.svg) no-repeat center/contain;
  position: absolute;
  top: -8.5rem;
  right: 3%;
  width: 6.4rem;
  height: 12rem;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  section.different_02 .wrapper .head .left::before {
    right: 50%;
    transform: translateX(50%);
  }
}
section.different_02 .wrapper .head .right {
  background: #888888;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
section.different_02 .wrapper .head .right h3 {
  color: #fdfdfd;
  margin-bottom: 0.8rem;
}
section.different_02 .wrapper .head .right p {
  color: #fdfdfd;
  font-size: clamp(1.5rem, 1.6vw, 1.6rem);
  margin-bottom: 0;
}
section.different_02 .wrapper .head .right a {
  text-decoration: underline;
}
section.different_02 .wrapper table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 0 0 1rem 1rem;
  overflow: hidden;
}
section.different_02 .wrapper table th {
  background: #EA773E;
  color: #fdfdfd;
  text-align: center;
  padding: 0.2rem;
  font-size: 1.6rem;
  font-weight: 600;
}
section.different_02 .wrapper table td {
  width: 50%;
  background: #FFFDF9;
  text-align: center;
  padding: 2rem 0 3rem 0;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  section.different_02 .wrapper table td {
    padding: 1rem 0 2rem 0;
  }
}
section.different_02 .wrapper table td:first-child {
  border-right: 1.2rem solid #FFFAE6;
}
@media screen and (max-width: 767px) {
  section.different_02 .wrapper table td:first-child {
    border-right: 0.8rem solid #FFFAE6;
  }
}
section.different_02 .wrapper table td:first-child span {
  color: #009950;
}
section.different_02 .wrapper table td p {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  section.different_02 .wrapper table td p {
    font-size: 1.5rem;
  }
}
section.different_02 .wrapper table td p span {
  font-size: 2.4rem;
  font-weight: 700;
  margin: 0 0.3rem;
}
@media screen and (max-width: 767px) {
  section.different_02 .wrapper table td p span {
    font-size: 1.8rem;
  }
}
section.different_02 .wrapper table td img {
  max-width: 8rem;
  margin: 0.8rem auto 0;
  display: block;
}
@media screen and (max-width: 767px) {
  section.different_02 .wrapper table td img {
    max-width: 6rem;
  }
}
section.different_02 .btn {
  text-align: center;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  section.different_02 .btn {
    margin-top: 2.4rem;
  }
}
section.different_02 .btn a {
  font-size: clamp(1.6rem, 1.6vw, 1.8rem);
  font-weight: 600;
  background: #9FD5EF;
  color: #212121;
}
section.different_02 .btn a::before {
  display: none;
}
section.different_02 .btn a::after {
  background: url(/kojin/freeloan/secured/assets/img/arrow_btn_black.svg) no-repeat center/contain;
}

section.plans {
  background: #FFFAE6;
  padding-bottom: 12rem;
}
@media screen and (max-width: 767px) {
  section.plans {
    padding-bottom: 10rem;
  }
}
section.plans .wrapper {
  gap: 3.2rem;
}
@media screen and (max-width: 767px) {
  section.plans .wrapper {
    gap: 1.6rem;
  }
}
section.plans .wrapper .card {
  display: flex;
  flex-direction: column;
  border-radius: 1rem;
  width: calc(50% - 1.6rem);
  background: #FFFDF9;
}
@media screen and (max-width: 767px) {
  section.plans .wrapper .card {
    width: 100%;
  }
}
section.plans .wrapper .card .heading {
  color: #fdfdfd;
  font-size: clamp(1.8rem, 2vw, 2rem);
  text-align: center;
  padding: 1.2rem 0;
}
section.plans .wrapper .card .heading p {
  background: #fdfdfd;
  padding: 0.3rem 1rem;
  border-radius: 1.4rem;
  font-size: 1.4rem;
  font-weight: 500;
  width: fit-content;
  margin: 0 auto 1rem auto;
  letter-spacing: normal;
}
section.plans .wrapper .card .heading h3 {
  font-size: clamp(1.8rem, 2vw, 2rem);
  font-weight: 500;
}
section.plans .wrapper .card:first-of-type {
  border: 5px solid #EA773E;
}
section.plans .wrapper .card:first-of-type .heading {
  background: #EA773E;
}
section.plans .wrapper .card:first-of-type .heading p {
  color: #EA773E;
}
section.plans .wrapper .card:first-of-type .description p.lead {
  color: #EA773E;
}
section.plans .wrapper .card:first-of-type .description p span {
  color: #EA773E;
}
section.plans .wrapper .card:first-of-type .description ul li::before {
  background: url(/kojin/freeloan/secured/assets/img/list_clover_orange.svg) no-repeat center/contain;
}
section.plans .wrapper .card:last-of-type {
  border: 5px solid #009950;
}
section.plans .wrapper .card:last-of-type .heading {
  background: #009950;
}
section.plans .wrapper .card:last-of-type .heading p {
  color: #009950;
}
section.plans .wrapper .card:last-of-type .description p.lead {
  color: #009950;
}
section.plans .wrapper .card:last-of-type .description p span {
  color: #009950;
}
section.plans .wrapper .card:last-of-type .description ul li::before {
  background: url(/kojin/freeloan/secured/assets/img/list_clover_green.svg) no-repeat center/contain;
}
section.plans .wrapper .card .description {
  padding: 2rem;
  display: flex;
  flex-direction: column;
}
section.plans .wrapper .card .description p.lead {
  font-size: clamp(1.6rem, 1.6vw, 1.8rem);
  font-weight: 500;
  margin-bottom: 1.6rem;
  min-height: 4.6rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section.plans .wrapper .card .description p span {
  font-size: clamp(2.4rem, 3vw, 3.2rem);
  font-weight: 700;
  margin: 0 0.3rem;
}
section.plans .wrapper .card .description p span.notes {
  font-size: clamp(1.5rem, 1.6vw, 1.6rem);
  font-weight: 400;
  color: #212121;
}
@media screen and (max-width: 767px) {
  section.plans .wrapper .card .description p span.notes {
    display: block;
  }
}
section.plans .wrapper .card .description p:nth-of-type(2) {
  text-align: center;
}
section.plans .wrapper .card .description ul {
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
}
section.plans .wrapper .card .description ul li {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: clamp(1.6rem, 1.6vw, 1.8rem);
  font-weight: 500;
}
section.plans .wrapper .card .description ul li::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
}

section.change {
  padding-top: 12rem;
}
@media screen and (max-width: 767px) {
  section.change {
    padding-top: 10rem;
  }
}
section.change .btn {
  text-align: center;
  margin-top: 4rem;
}
section.change .wrapper {
  flex-direction: column;
  gap: 1.6rem;
}
section.change .wrapper > p {
  color: #fdfdfd;
  background: #009950;
  font-size: clamp(1.6rem, 1.6vw, 1.8rem);
  font-weight: 400;
  text-align: center;
  padding: 1.4rem 0;
  margin-bottom: 0;
  border-radius: 1rem;
  /*  &:last-of-type {
      border-radius: 1rem;
      padding: 2rem 0;

      @include i.mq-down(md) {
        padding: 1rem 0;
      }
    }*/
}
@media screen and (max-width: 767px) {
  section.change .wrapper > p {
    padding: 1.4rem;
  }
}
section.change .wrapper > p span.square {
  color: #009950;
  background: #fdfdfd;
  font-weight: 600;
  border-radius: 0.4rem;
  padding: 0.2rem 1rem;
  margin: 0 auto 0.5rem auto;
  display: block;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  section.change .wrapper > p span.square {
    width: 100%;
  }
}
section.change .wrapper > p strong {
  font-size: clamp(2rem, 2.5vw, 2.4rem);
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  section.change .wrapper > p {
    max-width: 500px;
    margin: 0 auto;
    width: 100%;
  }
}
section.change .wrapper > p .notes {
  display: block;
  font-size: 1.2rem;
  color: #fdfdfd;
  font-weight: 400;
  text-align: center;
  margin-top: 0.4rem;
}
section.change .wrapper .card {
  display: flex;
  border-radius: 1rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  section.change .wrapper .card {
    flex-direction: column;
    max-width: 500px;
    margin: 0 auto;
  }
}
section.change .wrapper .card .heading {
  width: 20%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 0 3.2rem;
}
@media screen and (max-width: 767px) {
  section.change .wrapper .card .heading {
    width: 100%;
    padding: 1.4rem 0;
  }
}
section.change .wrapper .card .heading h3 {
  font-size: clamp(2rem, 2.5vw, 2.4rem);
  color: #fdfdfd;
  font-weight: 500;
}
section.change .wrapper .card .heading p {
  background: #fdfdfd;
  padding: 0.4rem 1.6rem;
  border-radius: 1.4rem;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  width: fit-content;
  margin: 0 auto 1rem auto;
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  section.change .wrapper .card .heading p {
    font-size: 1.4rem;
  }
}
section.change .wrapper .card .description {
  width: 80%;
  padding: 3.2rem;
}
@media screen and (max-width: 767px) {
  section.change .wrapper .card .description {
    width: 100%;
    padding: 2.4rem 1rem;
  }
}
section.change .wrapper .card .description table th {
  font-size: 1.8rem;
  font-weight: 500;
  vertical-align: middle;
}
section.change .wrapper .card .description table td {
  font-weight: 500;
}
section.change .wrapper .card .description table td span {
  margin: 0 0.3rem;
}
section.change .wrapper .card:first-of-type {
  background: #F5F5F5;
  border: 5px solid #888;
}
section.change .wrapper .card:first-of-type .heading {
  background: #888;
}
section.change .wrapper .card:first-of-type .heading p {
  color: #888;
}
section.change .wrapper .card:first-of-type .description {
  padding: 2.4rem 1rem 1rem 1rem;
}
section.change .wrapper .card:first-of-type .description table {
  margin: 0 auto;
  width: fit-content;
}
section.change .wrapper .card:first-of-type .description table thead th {
  text-align: center;
  font-weight: 600;
}
section.change .wrapper .card:first-of-type .description table thead th span {
  display: block;
  margin-bottom: 1rem;
}
section.change .wrapper .card:first-of-type .description table thead th img {
  max-width: 5rem;
}
section.change .wrapper .card:first-of-type .description table tbody tr:nth-of-type(n+3) td {
  font-weight: 700;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  section.change .wrapper .card:first-of-type .description table tbody tr:nth-of-type(n+3) td {
    font-size: clamp(1.6rem, 2vw, 2rem);
  }
}
section.change .wrapper .card:first-of-type .description table tbody tr:nth-of-type(n+3) td span {
  font-size: clamp(2.2rem, 3vw, 3.2rem);
}
section.change .wrapper .card:first-of-type .description table tbody tr th {
  padding: 1rem;
}
section.change .wrapper .card:first-of-type .description table tbody tr td {
  text-align: center;
  padding: 1rem 1.4rem;
}
section.change .wrapper .card:first-of-type .description table tbody tr td span {
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  section.change .wrapper .card:first-of-type .description table tbody tr td span {
    font-size: 2rem;
  }
}
section.change .wrapper .card:first-of-type .description .sp .inner {
  margin-bottom: 2rem;
  display: flex;
  gap: 2rem;
  justify-content: center;
}
section.change .wrapper .card:first-of-type .description .sp .inner .item {
  width: calc(33.3333333333% - 1.6rem);
  text-align: center;
}
section.change .wrapper .card:first-of-type .description .sp .inner .item img {
  max-width: 5rem;
}
section.change .wrapper .card:first-of-type .description .sp .inner .item p {
  font-size: 2rem;
  text-align: center;
  font-weight: 700;
}
section.change .wrapper .card:first-of-type .description .sp dl {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
  justify-content: center;
  margin-bottom: 2.4rem;
}
section.change .wrapper .card:first-of-type .description .sp dl:nth-of-type(n+3) dd {
  font-weight: 700;
}
section.change .wrapper .card:first-of-type .description .sp dl:nth-of-type(n+3) dd span {
  font-size: 2.4rem;
  margin: 0 0.3rem;
}
section.change .wrapper .card:first-of-type .description .sp dl:last-of-type {
  margin-bottom: 0;
}
section.change .wrapper .card:first-of-type .description .sp dl dt {
  color: #888;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  padding-bottom: 0.4rem;
  width: 100%;
  border-bottom: 1px solid #888;
  font-feature-settings: "palt";
}
section.change .wrapper .card:first-of-type .description .sp dl dd {
  font-weight: 500;
  font-size: 1.6rem;
  width: calc(33.3333333333% - 1.0666666667rem);
  text-align: center;
}
section.change .wrapper .card:first-of-type .description .sp dl dd span {
  font-size: 2rem;
}
section.change .wrapper .card:first-of-type .description > p:first-of-type {
  width: 100%;
  background: #888;
  color: #fdfdfd;
  font-size: clamp(1.8rem, 2vw, 2rem);
  border-radius: 1rem;
  text-align: center;
  padding: 0.4rem 0;
  margin-bottom: 0;
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  section.change .wrapper .card:first-of-type .description > p:first-of-type {
    border-radius: 0.5rem;
  }
}
section.change .wrapper .card:first-of-type .description > p:first-of-type span {
  font-size: clamp(2.4rem, 3vw, 3.2rem);
  font-weight: 700;
  margin: 0 0.3rem;
}
section.change .wrapper .card:last-of-type {
  border: 5px solid #009950;
  background: #FFFAE6;
}
section.change .wrapper .card:last-of-type .heading {
  background: #009950;
}
section.change .wrapper .card:last-of-type .heading p {
  color: #009950;
}
section.change .wrapper .card:last-of-type .description .inner {
  display: flex;
  justify-content: center;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  section.change .wrapper .card:last-of-type .description .inner {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
}
section.change .wrapper .card:last-of-type .description .inner img {
  max-width: 26rem;
  width: 30%;
}
@media screen and (max-width: 767px) {
  section.change .wrapper .card:last-of-type .description .inner img {
    width: 100%;
    max-width: 15rem;
  }
}
section.change .wrapper .card:last-of-type .description .inner .table > p:first-of-type {
  background: #009950;
  color: #fdfdfd;
  font-size: 2.4rem;
  text-align: center;
  border-radius: 1rem;
  margin: 2.4rem 0 0 0;
  position: relative;
  padding: 0.4rem 0;
}
section.change .wrapper .card:last-of-type .description .inner .table > p:first-of-type::before {
  content: "";
  background: url(/kojin/freeloan/secured/assets/img/fv_triangle.svg) no-repeat center/contain;
  width: 2rem;
  height: 5rem;
  display: block;
  position: absolute;
  top: -3rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  section.change .wrapper .card:last-of-type .description .inner .table > p:first-of-type {
    font-size: 2rem;
  }
}
section.change .wrapper .card:last-of-type .description .inner .table > p:first-of-type strong {
  font-size: 3.2rem;
  margin: 0 0.3rem;
}
section.change .wrapper .card:last-of-type .description .inner .table > p:last-of-type {
  background: unset;
  color: #666;
  font-size: 1.2rem;
  text-align: left;
  margin: 1rem 0 0 0;
}
section.change .wrapper .card:last-of-type .description .inner .table table tbody tr:last-of-type th {
  padding-bottom: 0.7rem;
}
section.change .wrapper .card:last-of-type .description .inner .table table tbody tr:last-of-type td {
  padding-bottom: 0;
}
section.change .wrapper .card:last-of-type .description .inner .table table tbody tr:last-of-type td span {
  color: #009950;
  font-size: 3.2rem;
}
section.change .wrapper .card:last-of-type .description .inner .table table tbody tr th {
  padding: 1rem 1rem 2rem 1rem;
  vertical-align: bottom;
}
@media screen and (max-width: 767px) {
  section.change .wrapper .card:last-of-type .description .inner .table table tbody tr th {
    padding: 0 2rem 1.8rem 0;
  }
}
section.change .wrapper .card:last-of-type .description .inner .table table tbody tr td {
  font-weight: 700;
  font-size: 2rem;
  padding: 1rem 3rem;
}
@media screen and (max-width: 767px) {
  section.change .wrapper .card:last-of-type .description .inner .table table tbody tr td {
    padding: 0 2rem 1.6rem 0;
  }
}
section.change .wrapper .card:last-of-type .description .inner .table table tbody tr td span {
  font-size: clamp(2.4rem, 3vw, 3.2rem);
}
@media screen and (max-width: 767px) {
  section.change p.notes {
    text-align: left;
  }
}

section.flow {
  background: #FFFAE6;
}
section.flow h2 span {
  font-size: 4rem;
  padding: 0 0.3rem;
}
@media screen and (max-width: 767px) {
  section.flow h2 span {
    font-size: 3.2rem;
  }
}
section.flow .wrapper {
  gap: 0;
}
@media screen and (max-width: 767px) {
  section.flow .wrapper {
    max-width: 50rem;
    margin: 0 auto;
  }
}
section.flow .wrapper .card {
  width: 25%;
}
@media screen and (max-width: 767px) {
  section.flow .wrapper .card {
    width: 100%;
    display: flex;
  }
}
section.flow .wrapper .card .thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  gap: 1.6rem;
  background: rgba(255, 253, 249, 0.78);
}
@media screen and (max-width: 767px) {
  section.flow .wrapper .card .thumb {
    flex-direction: column;
  }
}
section.flow .wrapper .card .thumb img {
  max-width: 6rem;
}
section.flow .wrapper .card .thumb p {
  background: #FFFDF9;
  border: 3px solid #EA773E;
  font-size: 1.6rem;
  font-weight: 600;
  width: 5.5rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  line-height: 1;
}
section.flow .wrapper .card .thumb p span {
  color: #EA773E;
  font-size: 2rem;
  font-weight: 500;
  margin-top: 0.3rem;
}
section.flow .wrapper .card .description {
  padding: 2.4rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  section.flow .wrapper .card .description {
    padding: 2.4rem 1rem;
  }
}
section.flow .wrapper .card .description h3 {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}
section.flow .wrapper .card .description p:first-of-type {
  background: #fdfdfd;
  padding: 0.3rem 1rem;
  border-radius: 1.4rem;
  font-size: 1.4rem;
  font-weight: 500;
  width: fit-content;
  margin: 1rem auto 1rem auto;
  letter-spacing: normal;
}
section.flow .wrapper .card .description p:last-of-type {
  font-size: 1.5rem;
  margin-bottom: 0;
  line-height: 1.6;
}
section.flow .wrapper .card .description:after {
  content: "";
  width: 1.6rem;
  height: 4rem;
  display: block;
  margin: auto;
  top: 0;
  bottom: 0;
  right: -1.6rem;
  position: absolute;
}
@media screen and (max-width: 767px) {
  section.flow .wrapper .card .description:after {
    top: unset;
    bottom: -2.4rem;
    right: 0;
    left: 0;
    transform: rotate(90deg);
  }
}
section.flow .wrapper .card:nth-of-type(1) {
  background: #FFFDF9;
  border-radius: 1rem 0 0 1rem;
}
@media screen and (max-width: 767px) {
  section.flow .wrapper .card:nth-of-type(1) {
    border-radius: 1rem 1rem 0 0;
  }
}
section.flow .wrapper .card:nth-of-type(1) .description:after {
  background: url(/kojin/freeloan/secured/assets/img/arrow_flow_01.svg) no-repeat center/contain;
}
section.flow .wrapper .card:nth-of-type(1) .description p:first-of-type {
  background: #F7C6A3;
}
section.flow .wrapper .card:nth-of-type(2) {
  background: #F2AB81;
}
section.flow .wrapper .card:nth-of-type(2) .description:after {
  background: url(/kojin/freeloan/secured/assets/img/arrow_flow_02.svg) no-repeat center/contain;
}
section.flow .wrapper .card:nth-of-type(3) {
  background: #EE9160;
}
section.flow .wrapper .card:nth-of-type(3) .description:after {
  background: url(/kojin/freeloan/secured/assets/img/arrow_flow_03.svg) no-repeat center/contain;
}
section.flow .wrapper .card:nth-of-type(4) {
  background: #EA773E;
  border-radius: 0 1rem 1rem 0;
}
@media screen and (max-width: 767px) {
  section.flow .wrapper .card:nth-of-type(4) {
    border-radius: 0 0 1rem 1rem;
  }
}

section.required {
  background: #FFFAE6;
}
section.required .container {
  max-width: 848px;
}
@media screen and (max-width: 999px) {
  section.required .container {
    max-width: 95%;
  }
}
section.required h2 span {
  font-size: 4rem;
  padding: 0 0.3rem;
}
@media screen and (max-width: 767px) {
  section.required h2 span {
    font-size: 3.2rem;
  }
}
section.required .wrapper {
  gap: 2.4rem;
}
@media screen and (max-width: 767px) {
  section.required .wrapper {
    gap: 1.6rem;
    flex-direction: row;
  }
}
section.required .wrapper .card {
  width: calc(25% - 1.8rem);
  background: #FFFDF9;
  color: #212121;
  border: 4px solid #009950;
  border-radius: 1rem;
  padding: 2rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  section.required .wrapper .card {
    width: calc(50% - 0.8rem);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2rem 1rem;
  }
}
section.required .wrapper .card img {
  max-width: 102px;
  aspect-ratio: 1/1;
}
section.required .wrapper .card h3 {
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 1.6rem;
  text-align: center;
}
section.required p.notes {
  margin: 1rem 0 4rem 0;
}
@media screen and (max-width: 767px) {
  section.required p.notes {
    text-align: left;
  }
}
section.required p.notes:last-of-type {
  line-height: 1.6;
  background: #9FD5EF;
  font-weight: 500;
  margin: 2.4rem 0 0 0;
  text-align: left;
  padding: 1rem;
  border-radius: 0.4rem;
  font-size: clamp(1.5rem, 1.6vw, 1.6rem);
  color: #212121;
  display: flex;
  align-items: center;
}
section.required p.notes:last-of-type::before {
  content: "";
  background: url(/kojin/freeloan/secured/assets/img/icon_attention.svg) no-repeat center/contain;
  width: 2rem;
  height: 2rem;
  display: inline-block;
  margin: 0 0.8rem 0 0;
  flex-shrink: 0;
}
section.required p.lead {
  margin-bottom: 0;
}
section.required .btn {
  text-align: center;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  section.required .btn {
    margin-top: 2.4rem;
  }
}
section.required .btn a {
  font-size: clamp(1.6rem, 1.6vw, 1.8rem);
  font-weight: 600;
  background: #9FD5EF;
  color: #212121;
}
section.required .btn a::before {
  display: none;
}
section.required .btn a::after {
  background: url(/kojin/freeloan/secured/assets/img/arrow_btn_black.svg) no-repeat center/contain;
}

section.faq {
  background: #FFFAE6;
}
section.faq .heading {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-left: -177px;
}
@media screen and (max-width: 767px) {
  section.faq .heading {
    margin-left: 0;
    flex-direction: column-reverse;
    align-items: center;
  }
}
section.faq .heading h2 {
  background: #009950;
  color: #fdfdfd;
  border-radius: 1rem;
  padding: 3.2rem 0;
  margin: 0 0 -23.9rem 6.2rem;
  max-width: 560px;
  width: 40%;
  position: relative;
}
@media screen and (max-width: 767px) {
  section.faq .heading h2 {
    margin: 0 0 2.4rem 0;
    padding: 2rem 0;
    width: 100%;
    max-width: 50rem;
  }
}
section.faq .heading h2::before {
  content: "";
  background: url(/kojin/freeloan/secured/assets/img/faq_triangle.svg) no-repeat center/contain;
  width: 5rem;
  height: 3rem;
  display: inline-block;
  flex-shrink: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -3rem;
  margin: auto;
}
@media screen and (max-width: 767px) {
  section.faq .heading h2::before {
    background: url(/kojin/freeloan/secured/assets/img/fv_triangle.svg) no-repeat center/contain;
    width: 3rem;
    height: 5rem;
    bottom: -4rem;
    right: 6rem;
    left: unset;
    top: unset;
  }
}
section.faq .heading h2::after {
  content: "";
  position: absolute;
  bottom: 2.4rem;
  left: 0;
  right: 0;
  width: 88%;
  border-bottom: 1px dashed #fdfdfd;
  z-index: 10;
  margin: auto;
}
@media screen and (max-width: 767px) {
  section.faq .heading h2::after {
    bottom: 1.6rem;
    width: 90%;
  }
}
section.faq .heading .thumb {
  width: 137px;
}
section.faq .wrapper {
  flex-direction: column;
  gap: 3.2rem;
}
section.faq .wrapper .item h3 {
  font-size: clamp(1.6rem, 1.6vw, 1.8rem);
  font-weight: 500;
  background: #fdfdfd;
  padding: 0.6rem 0;
  text-align: center;
  margin-bottom: 2rem;
}
section.faq .wrapper .item h3::before {
  content: "";
  width: 98%;
  height: 100%;
  display: block;
  margin: 0 auto 0.4rem auto;
  border-top: 1px dashed #009950;
}
section.faq .wrapper .item h3::after {
  content: "";
  width: 98%;
  height: 100%;
  display: block;
  margin: 0.4rem auto 0 auto;
  border-bottom: 1px dashed #009950;
}
section.faq .wrapper .item details {
  background: #FFFDF9;
  border-radius: 1rem;
  border: 4px solid #9FD5EF;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 767px) {
  section.faq .wrapper .item details {
    margin-bottom: 1rem;
  }
}
section.faq .wrapper .item details[open] summary:after {
  transform: rotate(180deg);
}
section.faq .wrapper .item details:last-of-type {
  margin-bottom: 0;
}
section.faq .wrapper .item details summary {
  background: #9FD5EF;
  font-size: clamp(1.6rem, 1.6vw, 1.8rem);
  font-weight: 500;
  padding: 1.2rem 1.4rem;
  display: flex;
  align-items: center;
  pointer-events: none;
  list-style: none;
}
section.faq .wrapper .item details summary::-webkit-details-marker {
  display: none;
}
@media screen and (max-width: 767px) {
  section.faq .wrapper .item details summary {
    pointer-events: auto;
    list-style: none;
  }
  section.faq .wrapper .item details summary::-webkit-details-marker {
    display: none;
  }
  section.faq .wrapper .item details summary:after {
    content: "";
    width: 2.8rem;
    height: 2.8rem;
    display: block;
    margin-left: auto;
    flex-shrink: 0;
    background: url(/kojin/freeloan/secured/assets/img/arrow_faq.svg) no-repeat center/contain;
    transition: all 0.3s ease-in-out;
  }
}
section.faq .wrapper .item details summary::before {
  content: "";
  background: url(/kojin/freeloan/secured/assets/img/icon_faq_q.svg) no-repeat center/contain;
  width: 3.8rem;
  height: 3.3rem;
  display: inline-block;
  margin-right: 0.8rem;
  flex-shrink: 0;
}
section.faq .wrapper .item details p {
  padding: 1.6rem 1.8rem;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
section.faq .wrapper .item details p::before {
  content: "";
  background: url(/kojin/freeloan/secured/assets/img/icon_faq_a.svg) no-repeat center/contain;
  width: 3.8rem;
  height: 3.3rem;
  display: inline-block;
  margin-right: 0.8rem;
  flex-shrink: 0;
}

section.product {
  background: #FFFAE6;
}
section.product h2 {
  margin-bottom: 4rem;
}
section.product table {
  border: 1px solid #C8C8C8;
}
section.product table a {
  text-decoration: underline;
}
section.product table a[href*="tel:"] {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  section.product table a[href*="tel:"] {
    text-decoration: underline;
  }
}
section.product table th {
  background: #009950;
  color: #fdfdfd;
  font-size: 1.5rem;
  font-weight: 500;
  padding: 2rem 2.4rem;
  text-align: center;
  border: 1px solid #C8C8C8;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  section.product table th {
    display: block;
  }
}
section.product table td {
  border: 1px solid #C8C8C8;
  background: #FFFDF9;
  padding: 2rem 2.4rem;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  section.product table td {
    display: block;
    font-size: 1.4rem;
  }
}
section.product table td ul {
  padding-left: 2rem;
}
section.product table td ul:nth-last-child(n+2) {
  margin-bottom: 2.4rem;
}
section.product table td ul li {
  list-style: "・";
  margin-bottom: 0.4rem;
}
section.product table td ul li:last-of-type {
  margin-bottom: 0;
}
section.product table td small {
  font-size: 1.3rem;
  color: #888;
}
section.product table td dl div {
  margin-bottom: 2.4rem;
}
section.product table td dl div:last-of-type {
  margin-bottom: 0;
}
section.product table p {
  margin: 0 0 2.4rem 0;
}
section.product table p:last-of-type {
  margin-bottom: 0;
}

footer .container {
  padding: 4rem 0;
  border-bottom: 1px solid #212121;
  max-width: 90%;
}
@media screen and (max-width: 767px) {
  footer .container {
    padding: 2.4rem 0;
  }
}
footer .footer_bottom .container {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  footer .footer_bottom .container {
    padding: 2.4rem 0 10rem 0;
  }
}
footer .footer_bottom .container .copyright {
  text-align: end;
  margin-top: 2.4rem;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  footer .footer_bottom .container .copyright {
    text-align: left;
  }
}
footer .footer_bottom .wrapper {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  footer .footer_bottom .wrapper {
    flex-direction: column;
    gap: 1.6rem;
  }
}
footer .footer_bottom .wrapper a {
  max-width: 14rem;
}
footer .footer_bottom .wrapper img:last-of-type {
  max-width: 28rem;
}
footer .footer_top h2 {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 1.6rem;
  text-align: left;
}
footer .footer_top p {
  margin-bottom: 1rem;
}
footer .footer_top p strong {
  margin-bottom: 0.6rem;
}
footer .footer_top p:nth-of-type(2) span {
  color: #EA773E;
  font-size: 3.2rem;
  font-weight: 700;
}
footer .footer_top p:nth-of-type(2) span::before {
  content: "";
  width: 2.2rem;
  height: 2.2rem;
  display: inline-block;
  background: url(/kojin/freeloan/secured/assets/img/icon_tel.svg) no-repeat center/contain;
  margin-right: 0.4rem;
}
footer .footer_top p:last-of-type {
  margin-bottom: 0;
}

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

.sr-only-focusable:focus {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: auto;
  height: auto;
  padding: 0.8rem 1.6rem;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
  background: #009950;
  color: #fdfdfd;
  font-size: 1.4rem;
  font-weight: 700;
  text-decoration: none;
}

a:focus-visible,
button:focus-visible,
summary:focus-visible,
[tabindex]:focus-visible {
  outline: 2px solid #009950;
  outline-offset: 2px;
}

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