﻿@charset "UTF-8";
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root,
#__next {
  isolation: isolate;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  color: #333;
}

img {
  width: 100%;
}
a:hover{
  opacity: 0.8;
}

@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
header {
  max-width: 1000px;
  width: 95%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}
header p {
  font-size: 10px;
  line-height: 120%;
}
@media screen and (min-width: 768px) {
  header p {
    width: 38vw;
    line-height: 160%;
    font-size: 12px;
  }
}
header .logo {
  margin-right: 20px;
  width: 1fr;
  display: grid;
  align-items: center;
  max-width: 210px;
}
header .logo img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  header .logo {
    max-width: 500px;
  }
}

.mv {
  background-image: url(../images/mv_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: clamp(1rem, 1.4583333333rem + 1.6666666667vw, 1rem);
  padding-bottom: clamp(1rem, 1.4583333333rem + 1.6666666667vw, 1rem);
}
.mv__inner {
  display: flex;
  justify-content: center;
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}

.interest_r {
  background-color: #f0f0f0;
}
.interest_r__inner {
  max-width: 730px;
  width: 95%;
  padding: 30px 0;
  margin: 0 auto;
  display: grid;
  justify-content: center;
  gap: 20px 40px;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .interest_r__inner {
    grid-template-columns: 1fr 1fr;
  }
}
.interest_r__inner .loan {
  text-align: center;
  font-size: clamp(1.25rem, 1.0416666667rem + 0.8333333333vw, 1.5625rem);
  font-weight: 600;
}
.interest_r__inner .loan:nth-child(1) {
  grid-area: 1/1/2/2;
}
@media screen and (min-width: 768px) {
  .interest_r__inner .loan:nth-child(1) {
    grid-area: 1/1/2/2;
  }
}
.interest_r__inner .loan:nth-child(2) {
  grid-area: 2/1/3/2;
}
@media screen and (min-width: 768px) {
  .interest_r__inner .loan:nth-child(2) {
    grid-area: 1/2/2/3;
  }
}
.interest_r__inner .loan h2 {
  font-size: clamp(1.25rem, 1.0416666667rem + 0.8333333333vw, 1.5625rem);
  color: #fff;
  border-radius: 1rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .interest_r__inner .loan h2 {
    margin-bottom: 10px;
  }
}
.interest_r__inner .loan .num-box {
  letter-spacing: 0.2rem;
  line-height: clamp(2.5rem, 2.0833333333rem + 1.6666666667vw, 3.125rem);
}
.interest_r__inner .loan .num-box h3 {
  font-size: clamp(1.25rem, 1.125rem + 0.5vw, 1.4375rem);
}
@media screen and (max-width: 767px) {
  .interest_r__inner .loan .num-box {
    display: flex;
    justify-content: center;
    align-items: baseline;
  }
  .interest_r__inner .loan .num-box h3 {
    margin-right: 5px;
  }
}
.interest_r__inner .loan .num-box .num {
  font-family: "Questrial", sans-serif;
  font-size: clamp(2.8125rem, 2.1875rem + 2.5vw, 3.75rem);
}
.interest_r__inner .loan p {
  line-height: 110%;
  font-weight: 400;
  font-size: clamp(1rem, 1.1666666667rem - 0.6666666667vw, 0.75rem);
}
.interest_r__inner .loan:nth-child(1) h2 {
  background-color: #80b31f;
}
.interest_r__inner .loan:nth-child(2) h2 {
  background-color: #eb8e00;
}

nav {
  max-width: 1000px;
  width: 95%;
  margin: 0 auto 80px;
}
nav ul {
  list-style: none;
  margin: 3rem 0 0 0;
  padding: 0;
}
nav ul li {
  margin: 0 0 50px 0;
  padding: 0;
}
nav ul li p {
  font-size: clamp(1.25rem, 0.625rem + 2.5vw, 2.1875rem);
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
}
nav ul li p span {
  position: relative;
  display: inline-flex;
  justify-content: center;
  padding: 0 40px;
}
nav ul li p span:before {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 40px;
  height: 2px;
  background-color: black;
  transform: rotate(60deg);
}
nav ul li p span:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 40px;
  height: 2px;
  background-color: black;
  transform: rotate(-60deg);
}
nav ul li p span:before {
  left: 0;
}
nav ul li p span:after {
  right: 0;
}
nav ul li a {
  display: block;
  color: #fff;
  padding: 10px 0 20px;
  padding-bottom: clamp(0.9375rem, 0.7291666667rem + 0.8333333333vw, 1.25rem);
  border-radius: 10px;
  font-weight: 600;
  text-align: center;
  font-size: clamp(1.5625rem, 0.9375rem + 2.5vw, 2.5rem);
  text-decoration: none;
  box-shadow: 4px 4px 0px 1px #dbdbda;
  line-height: clamp(1.5625rem, 0.9375rem + 2.5vw, 2.5rem);
}
nav ul li a:hover {
  opacity: 0.7;
}
nav ul li a .sub {
  font-size: clamp(0.9375rem, 0.5208333333rem + 1.6666666667vw, 1.5625rem);
  display: block;
}
nav ul li a .sub span {
  color: #faee41;
}
nav ul li a.btn_freeloan {
  background-image: url(../images/btn_freeloan.png);
  background-repeat: no-repeat;
  background-position: 97%;
  background-size: 18px;
}
@media screen and (min-width: 768px) {
  nav ul li a.btn_freeloan {
    background-position: 98%;
    background-size: 30px;
  }
}
nav ul li a.btn_purpose {
  background-image: url(../images/btn_purpose.png);
  background-repeat: no-repeat;
  background-position: 97%;
  background-size: 18px;
}
@media screen and (min-width: 768px) {
  nav ul li a.btn_purpose {
    background-position: 98%;
    background-size: 30px;
  }
}
nav ul li:nth-child(1) a {
  background-color: #80b31f;
}
nav ul li:nth-child(2) a {
  background-color: #eb8e00;
}

#freeloan {
   padding-top: 30px;
}
@media screen and (max-width: 767px) {
  #freeloan {
    padding-bottom: 0px;
  }
}
#freeloan h2 {
  background-color: #b52f99;
  background-image: url(../images/fl_bg_02.png);
  background-position: center top;
}
#freeloan h2 + .arrow {
  background: #b32f97;
}
@media screen and (max-width: 767px) {
  #freeloan .freeloan_1.kinri {
    width: 94%;
  }
}
#freeloan .freeloan_1.kinri .kinri-in .num {
  color: #80b31f !important;
}
#freeloan .box {
  position: relative;
  max-width: 1000px;
  width: 95%;
  margin: 0 auto;
  padding: 20px 10px 20px 10px;
  border: 3px solid #80b31f;
  border-radius: 10px;
}
#freeloan .box h3 {
  margin: 0 auto;
  margin-top: clamp(-2.5rem, -2.0833333333rem - 1.6666666667vw, -3.125rem);
  color: #80b31f;
  padding: 0 10px;
  display: flex;
  justify-content: center;
  font-size: clamp(1.5625rem, 0.9375rem + 2.5vw, 2.5rem);
  letter-spacing: 0.3rem;
}
#freeloan .box h3 span {
  background-color: #fff;
  padding: 0 10px;
}
#freeloan .box + .box {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  #freeloan .box {
    padding: 20px 30px 40px 30px;
  }
}
#freeloan .freeloan_2 {
  margin-top: 30px;
}
#freeloan .freeloan_2 ul {
  list-style: none;
  padding: 0;
  margin: 30px 0 0 0;
  display: flex;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  #freeloan .freeloan_2 ul {
    gap: 40px;
  }
}
#freeloan .freeloan_2 ul li {
  padding: 20px 5px 10px 5px;
  flex: 1;
  border-radius: 5px;
  background-color: #80b31f;
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: clamp(1rem, 0.25rem + 3vw, 2.125rem);
  line-height: clamp(1.25rem, 0.4166666667rem + 3.3333333333vw, 2.5rem);
}
@media screen and (min-width: 768px) {
  #freeloan .freeloan_2 ul li {
    padding: 30px 5px 20px 5px;
  }
}
#freeloan .freeloan_2 ul li p {
  font-size: clamp(0.625rem, 0.5rem + 0.5vw, 0.8125rem);
  margin-top: 5px;
  line-height: clamp(0.8125rem, 0.6458333333rem + 0.6666666667vw, 1.0625rem);
  text-align: left;
  padding-left: 1em;
  text-indent: -1em;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #freeloan .freeloan_2 ul li {
    letter-spacing: 0.1rem;
  }
}
#freeloan .freeloan_3 h3 + p {
  font-size: clamp(1.125rem, 0.625rem + 2vw, 1.875rem);
  font-weight: 700;
  margin-bottom: clamp(0.625rem, 0.4166666667rem + 0.8333333333vw, 0rem);
  margin-top: clamp(1.25rem, 0rem + 5vw, 1rem);
}
#freeloan .freeloan_3 p {
  text-align: center;
}
#freeloan .freeloan_3 h4 {
  text-align: center;
  font-size: clamp(1.125rem, 0.7083333333rem + 1.6666666667vw, 1.75rem);
  margin-bottom: clamp(0.625rem, 0.4166666667rem + 0.8333333333vw, 0.9375rem);
  margin-top: clamp(1.25rem, 0rem + 5vw, 3.125rem);
}
#freeloan .freeloan_3 h4 span {
  padding: 0 10px;
  background: linear-gradient(transparent 60%, #faee41 30%);
}
#freeloan .freeloan_3 h4 + p {
  font-size: clamp(1rem, 0.8333333333rem + 0.6666666667vw, 1.25rem);
}
#freeloan .freeloan_3 ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}
#freeloan .freeloan_3 ul li:nth-child(1) {
  grid-area: 1/1/2/2;
}
#freeloan .freeloan_3 ul li:nth-child(2) {
  grid-area: 1/2/2/3;
}
#freeloan .freeloan_3 ul li:nth-child(3) {
  grid-area: 1/3/2/4;
}
#freeloan .freeloan_3 ul li:nth-child(4) {
  grid-area: 2/1/3/2;
}
#freeloan .freeloan_3 ul li:nth-child(5) {
  grid-area: 2/2/3/3;
}
#freeloan .freeloan_3 ul li:nth-child(6) {
  grid-area: 2/3/3/4;
}
#freeloan .freeloan_3 ul li:nth-child(7) {
  grid-area: 3/2/4/3;
}
@media screen and (min-width: 768px) {
  #freeloan .freeloan_3 ul li {
    max-width: 200px;
  }
  #freeloan .freeloan_3 ul li:nth-child(1) {
    grid-area: 1/2/2/4;
  }
  #freeloan .freeloan_3 ul li:nth-child(2) {
    grid-area: 1/4/2/6;
  }
  #freeloan .freeloan_3 ul li:nth-child(3) {
    grid-area: 1/6/2/8;
  }
  #freeloan .freeloan_3 ul li:nth-child(4) {
    grid-area: 2/1/3/3;
  }
  #freeloan .freeloan_3 ul li:nth-child(5) {
    grid-area: 2/3/3/5;
  }
  #freeloan .freeloan_3 ul li:nth-child(6) {
    grid-area: 2/5/3/7;
  }
  #freeloan .freeloan_3 ul li:nth-child(7) {
    grid-area: 2/7/3/9;
  }
}
#freeloan .freeloan_4 ul {
  margin-top: 20px;
  padding: 0;
  list-style: none;
}
#freeloan .freeloan_4 ul li {
  margin-bottom: 40px;
}
#freeloan .freeloan_4 .dotted {
  margin: 50px 0 50px 0;
  background-image: linear-gradient(to right, #000, #000 2px, transparent 2px, transparent 8px); /* 幅2の線を作る */
  background-size: 8px 2px; /* グラデーションの幅・高さを指定 */
  background-position: left bottom; /* 背景の開始位置を指定 */
  background-repeat: repeat-x; /* 横向きにのみ繰り返す */
}
#freeloan .freeloan_4 .note p {
  font-size: clamp(1rem, 0.875rem + 0.5vw, 1.1875rem);
}
#freeloan .freeloan_4 .note p.kome {
  font-size: clamp(0.875rem, 0.7916666667rem + 0.3333333333vw, 1rem);
}
#freeloan .freeloan_4 .point {
  text-align: center;
  font-size: clamp(1.25rem, 0.8333333333rem + 1.6666666667vw, 1.875rem);
  font-weight: 900;
  margin-bottom: 50px;
}
#freeloan .freeloan_4 .point p + p {
  color: #80b31f;
  margin-top: 10px;
}
#freeloan .freeloan_4 .point p + p span {
  padding: 0 10px;
  background: linear-gradient(transparent 60%, #faee41 30%);
}

#purpose {
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #purpose {
    padding-bottom: 50px;
  }
}
#purpose h2 {
  background-color: #eb8e00;
  background-image: url(../images/rs_bg.png);
  background-position: center top;
}
#purpose h2 + .arrow {
  background: #eb8e00;
}
#purpose .purpose_1.kinri {
  max-width: 530px !important;
}
@media screen and (max-width: 767px) {
  #purpose .purpose_1.kinri {
    width: 84%;
  }
}
#purpose .purpose_1.kinri .kinri-in .num {
  color: #eb8e00;
}
#purpose h4 {
  color: #eb8e00;
  text-align: center;
  font-size: clamp(1.125rem, 0.625rem + 2vw, 1.875rem);
  margin-top: clamp(1.25rem, 0.8333333333rem + 1.6666666667vw, 1.875rem);
  margin-bottom: clamp(1.25rem, 0.8333333333rem + 1.6666666667vw, 1.875rem);
}
#purpose ul {
  width: 95%;
  max-width: 1000px;
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0 auto;
  list-style: none;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  #purpose ul {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 50px 50px;
  }
}
@media screen and (min-width: 768px) {
  #purpose ul li {
    width: calc((100% - 50px) / 2);
  }
  #purpose ul li img {
    width: 100%;
  }
  #purpose ul li a:hover {
    opacity: 0.7;
  }
}

#freeloan h2,
#purpose h2 {
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: clamp(2.1875rem, 1.5625rem + 2.5vw, 2.3rem);
  line-height: clamp(2.1875rem, 1.5625rem + 2.5vw, 2.3rem);
  padding: 20px 0;
  box-shadow: 0px -6px 6px 1px #ffdeec;
}
@media screen and (max-width: 767px) {
  #freeloan h2,
  #purpose h2 {
    border-radius: 20px 20px 0 0;
  }
}
#freeloan h2 span,
#purpose h2 span {
  display: block;
  font-weight: 600;
  font-size: clamp(1.25rem, 0.9166666667rem + 1.3333333333vw, 1.75rem);
}
#freeloan h2 + .arrow,
#purpose h2 + .arrow {
  margin: -1px auto 0;
  height: calc(tan(60deg) * 40px / 2);
  width: 80px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
#freeloan .kinri,
#purpose .kinri {
  max-width: 580px;
  width: 95%;
  margin: 0px auto 0;
  display: grid;
  gap: 0 20px;
  grid-template-columns: 40px, auto;
  grid-template-rows: 40px, auto;
}
@media screen and (max-width: 767px) {
  #freeloan .kinri,
  #purpose .kinri {
    margin: 20px auto 0;
    gap: 0 10px;
  }
}
#freeloan .kinri .kinri-tit,
#purpose .kinri .kinri-tit {
  color: #fff;
  font-weight: 500;
  text-align: center;
  font-size: clamp(1.125rem, 0.625rem + 2vw, 1.875rem);
  grid-area: 1/1/2/2;
  align-self: center;
}
#freeloan .kinri .kinri-tit span,
#purpose .kinri .kinri-tit span {
  background-color: #333;
  border-radius: 100px;
  height: 80px;
  width: 80px;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #freeloan .kinri .kinri-tit span,
  #purpose .kinri .kinri-tit span {
    height: 60px;
    width: 60px;
  }
}
#freeloan .kinri .kinri-in,
#purpose .kinri .kinri-in {
  grid-area: 1/2/2/3;
  font-weight: 600;
  font-size: clamp(1.25rem, 0.4166666667rem + 3.3333333333vw, 2.5rem);
  letter-spacing: 0.1rem;
  text-align: center;
  align-self: baseline;
}
#freeloan .kinri .kinri-in .num,
#purpose .kinri .kinri-in .num {
  font-family: "Questrial", sans-serif;
  font-weight: 600;
  font-size: clamp(3.75rem, 2.5rem + 5vw, 5.625rem);
}
#freeloan .kinri .kinri-date,
#purpose .kinri .kinri-date {
  grid-area: 2/2/3/3;
  text-align: right;
  margin-top: -30px;
  font-size: clamp(0.9375rem, 0.8125rem + 0.5vw, 1.125rem);
}
@media screen and (max-width: 767px) {
  #freeloan .kinri .kinri-date,
  #purpose .kinri .kinri-date {
    margin-top: -20px;
  }
}

#flow {
  background-color: #eeeeee;
}
#flow .flow_inner {
  max-width: 1000px;
  width: 95%;
  margin: 0 auto;
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  #flow .flow_inner {
    padding: 50px 0 20px;
  }
}
#flow .flow_inner h2 {
  text-align: center;
  border-bottom: 3px solid #b50080;
  font-size: clamp(1.25rem, 0.625rem + 2.5vw, 2.1875rem);
  margin-bottom: 20px;
}
#flow .flow_inner .flow-list {
  margin-bottom: 50px;
}
#flow .flow_inner .flow-list .arrow {
  margin: -1px auto 10px;
  height: calc(tan(60deg) * 25px / 2);
  width: 50px;
  background: #ecbddf;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
#flow .flow_inner .flow-list .flow-list_box {
  border: 2px solid #b50080;
  border-radius: 10px;
  margin-bottom: 10px;
  text-align: center;
  font-size: clamp(1.25rem, 1.0416666667rem + 0.8333333333vw, 1.5625rem);
  color: #b50080;
  font-weight: 600;
  background: #fff;
  padding: 10px;
}
#flow .flow_inner .flow-list .flow-list_box p {
  font-size: clamp(0.875rem, 0.7083333333rem + 0.6666666667vw, 1.125rem);
  color: #333;
  font-weight: normal;
}
#flow .flow_inner .flow-qa {
  margin-bottom: 50px;
}
#flow .flow_inner .flow-qa ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#flow .flow_inner .flow-qa ul li {
  position: relative;
  padding-left: 10px;
  margin-bottom: 10px;
}
#flow .flow_inner .flow-qa ul li a {
  color: #002966;
}
#flow .flow_inner .flow-qa ul li:before {
  content: "";
  position: absolute;
  top: 0.35em;
  left: 0;
  width: 0;
  height: 0;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent #333;
}
#flow .flow_inner .flow-detail {
  margin-bottom: 50px;
}
#flow .flow_inner .flow-detail table {
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  #flow .flow_inner .flow-detail table tr {
    display: flex;
    flex-direction: column;
  }
}
#flow .flow_inner .flow-detail table tr th {
  background-color: #b50080;
  color: #fff;
  padding: 10px;
  text-align: left;
  border: 1px solid #dbdbda;
  vertical-align: top;
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  #flow .flow_inner .flow-detail table tr th {
    width: 20%;
  }
}
#flow .flow_inner .flow-detail table tr td {
  background-color: #fff;
  padding: 10px;
  border: 1px solid #dbdbda;
}
#flow .flow_inner .flow-detail table tr td ul {
  padding: 0;
  list-style: none;
}
#flow .flow_inner .flow-detail table tr td ul li {
  position: relative;
  padding-left: 1rem;
  margin-bottom: 10px;
}
#flow .flow_inner .flow-detail table tr td ul li:before {
  content: "";
  position: absolute;
  top: 0.4em;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #cbebe7;
  border-radius: 50%;
}
#flow .flow_inner .flow-detail table tr td .detail_icon {
  display: flex;
  align-items: baseline;
}
#flow .flow_inner .flow-detail table tr td .icn_png {
  width: 25px;
  display: inline;
  margin-left: 5px;
}
#flow .flow_inner .flow-detail table tr td a {
  display: block;
  padding-left: 0.6rem;
  position: relative;
  color: #002966;
  font-size: clamp(1rem, 0.9166666667rem + 0.3333333333vw, 1.125rem);
}
#flow .flow_inner .flow-detail table tr td a:before {
  content: "";
  position: absolute;
  top: 0.4em;
  left: 0;
  width: 0;
  height: 0;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent #333;
}
#flow nav {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #flow nav {
    margin: 0 auto 0;
  }
}
#flow nav ul li {
  margin-bottom: 30px;
}

#contact .contact_inner {
  width: 95%;
  max-width: 1000px;
  margin: 50px auto;
  border: 2px solid #dbdbda;
  padding: 15px;
}
#contact .contact_inner h2 {
  text-align: center;
  border-bottom: 3px solid #b50080;
  font-size: clamp(1.25rem, 0.625rem + 2.5vw, 2.1875rem);
  margin-bottom: 20px;
}
#contact .contact_inner h2 + p {
  color: #b50080;
  font-weight: 900;
  text-align: center;
  margin-bottom: 10px;
  font-size: clamp(1rem, 0.8333333333rem + 0.6666666667vw, 1.25rem);
}
#contact .contact_inner .tel {
  text-align: center;
}
#contact .contact_inner .tel p {
  display: flex;
  align-items: baseline;
  justify-content: center;
  font-size: clamp(2.1875rem, 1.3541666667rem + 3.3333333333vw, 3.4375rem);
  font-weight: 700;
}
#contact .contact_inner .tel p img {
  width: 14%;
  margin-right: 5px;
}
@media screen and (min-width: 768px) {
  #contact .contact_inner .tel p img {
    width: 60px;
    height: 36px;
  }
}
@media screen and (min-width: 768px) {
  #contact .contact_inner .tel {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #contact .contact_inner .tel span {
    margin-left: 10px;
    font-weight: 500;
    font-size: 18px;
  }
}

footer {
  font-size: 92.8%;
  color: #575757;
  line-height: 2;
  background: #ebebeb;
  border-top: 4px solid #adadad;
}
footer .footer-inner {
  margin: 0 auto;
  width: 95%;
  max-width: 1000px;
  text-align: right;
}/*# sourceMappingURL=netfree_loan8b.css.map */


/* 20250929 追加 */
.FV{
  width:100%;
  margin:auto;
  background-image:url(../images/FV_bg_pc.png);
  background-repeat: no-repeat;
  background-color: #ffe9f5;
  padding-bottom: 4%;
}
.FV_box_back{
  position: relative;
  width:60%;
  margin:0 auto;
}
.FV_copy{
  position: absolute;
  width: 85%;
  top: 6%;
  left: 0;
  right: 0;
  margin: auto;
}
.main_title{
  width:75%;
  margin:0 auto;
  margin-bottom: -15px;
}
.sub_copy{
  width: 70%;
  margin: auto;
  margin-top: 6%;
}
.btn_area{
  margin: auto;
  margin-top: 2%;
  text-align: center;
  width: 50%;
}
#support{
  background-color: #f0f0f0;
  padding-bottom: 6%;
}
#support h2 {
  background-color: #b52f99;
  background-image: url(../images/fl_bg_02.png);
  background-position: center top;
}
#support h2 + .arrow {
  background: #b32f97;
}
#support h2 {
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: clamp(2.1875rem, 1.5625rem + 2.5vw, 2.3rem);
  line-height: clamp(2.1875rem, 1.5625rem + 2.5vw, 2.3rem);
  padding: 20px 0;
  box-shadow: 0px -6px 6px 1px #ffdeec;
}
@media screen and (max-width: 767px) {
  #support h2 {

  }

}
#support h2 span {
  display: block;
  font-weight: 600;
  font-size: clamp(1.25rem, 0.9166666667rem + 1.3333333333vw, 1.75rem);
}
#support h2 + .arrow {
  margin: -1px auto 0;
  height: calc(tan(60deg) * 40px / 2);
  width: 80px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
#support ul {
  list-style: none;
  margin: auto;
  padding-top: 40px;
  width: 50%;
  max-width: 1000px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: center;
  padding-inline-start: 0 !important;
}
#support ul li {
  width: 100%;
  height: 100%;
}
.icon01{
  width:32%;
  margin: auto;
  margin-top: -3%;
}
.tab_btn{
  display: flex;
  list-style: none;
  justify-content: center;
  margin:0 auto;
  margin-top: 5%;
  max-width: 1000px;
  padding-inline-start: 0 !important;
}
.tab_btn li {
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.tab_btn li:hover {
  opacity: 0.8;
}
#freeloan{
  max-width: 1000px;
  margin: auto;
  border: solid 5px;
  border-color: #80b31f;
  margin-top: -1px;
  background-color: #fff;
}
#purpose{
  max-width: 1000px;
  padding:2%;
  margin: auto;
  border: solid 5px;
  border-color: #eb8e00;
  margin-top: -1px;
  background-color: #fff;
  padding-bottom: 6%;
}
#loan_01{
  background-color: #fffed4;
  padding-bottom: 8%;
}
.loan_title{
  max-width: 1000px;
  width:68%;
  margin: auto;
  padding-top: 6%;
}
.inner {
  position: relative;
  width: 100%;
  height: 100%;
  top: 100px;
  left: 0;
}

.btn1,.btn1-v2 {
  
}
.btn2,.btn2-v2 {
  display: none;
}
.btn3,.btn3-v2 {
  pointer-events: none;
}
.btn3.active,.btn3-v2.active {
  pointer-events: auto;
}
.btn4,.btn4-v2 {
  display: none;
}
.acc_cnt,.acc_cnt-v2 {
  display: none;
}
.acc_cnt_inner,.acc_cnt_inner-v2 {
  width: 100%;
  height: 300px;
  margin: 0 auto;
  margin-bottom: 6%;
  overflow-y: scroll;
  background-color: #fff;
  padding: 4%;
  border: 1px solid #ccc;
}
.acc_cnt.active,.acc_cnt-v2.active {
  display: block;
}
.acc_cnt p,.acc_cnt-v2 p {
  text-align: left;
  font-size: 12px;
  margin-bottom: 10px;
}
.Cautionary_copy{
  color: #ff0000;
  font-size: 25px !important;
  font-weight: 600 !important;
  text-align: center !important;
  margin-bottom: 3% !important;;
}
.chart_01 td{
  border-collapse: collapse !important;
  border-spacing: 0 !important;
  border: solid 1px !important;
  border-color: #000;
  padding: 2%;
  font-size: 14px;
}
.chart_01{
  border-collapse: collapse !important;
  border-spacing: 0 !important;
  border: solid 1px !important;
  border-color: #000;
  padding: 1%;
  margin: auto;
  width: 100%;
}
.acc_cnt_title{
  padding: 20px 0;
}
.acc_cnt_pdf_btn{
  padding: 10px 0;
}
.acc_cont_sc {
  min-height: 400px;
}
.acc_btn,.acc_btn-v2 {
  position: relative;
}
.acc_btn::after,.acc_btn-v2::after {
  content: '';
  position: absolute;
  top: 49%;
  right: 27px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #44546a;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
  pointer-events: none;
}
.acc_btn::before,.acc_btn-v2::before {
  content: '';
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: -3px;
  right: 20px;
  bottom: 0;
  margin: auto;
}
.acc_btn.active::after,.acc_btn-v2.active::after {
  transform: translateY(-50%) rotate(180deg);
}


/* モーダル */
nav ul li a.btn_modal {
  background-image: url(../images/btn_purpose.png);
  background-repeat: no-repeat;
  background-position: 97%;
  background-size: 18px;
}
@media screen and (min-width: 768px) {
  nav ul li a.btn_modal {
    background-position: 98%;
    background-size: 30px;
  }
}

#modal {
  padding-bottom: 50px;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  overflow-y: auto;
}
#modal.active {
  display: block;
}
.modal-content {
  background-color: #fff;
  margin: 5% auto;
  padding: 20px;
  width: 90%;
  max-width: 800px;
  border-radius: 10px;
  padding-bottom: 50px;
  position: relative;
}
.modal-close {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 30px;
  font-weight: bold;
  color: #aaa;
  cursor: pointer;
  line-height: 1;
}
.modal-close:hover {
  color: #000;
}
@media screen and (max-width: 767px) {
  #modal {
    padding-bottom: 50px;
  }
}
#modal .modal_1.kinri {
  max-width: 530px !important;
}
@media screen and (max-width: 767px) {
  #modal .modal_1.kinri {
    width: 84%;
  }
}
#modal .modal_1.kinri .kinri-in .num {
  color: #eb8e00;
}
#modal h4 {
  color: #eb8e00;
  text-align: center;
  font-size: clamp(1.125rem, 0.625rem + 2vw, 1.875rem);
  margin-top: clamp(1.25rem, 0.8333333333rem + 1.6666666667vw, 1.875rem);
  margin-bottom: clamp(1.25rem, 0.8333333333rem + 1.6666666667vw, 1rem);
}
#modal ul {
  width: 95%;
  max-width: 1000px;
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0 auto;
  list-style: none;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  #modal ul {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 50px 50px;
  }
  .w80 {
    width: 80%!important;
  }
}
@media screen and (min-width: 768px) {
  #modal ul li {
    width: calc((100% - 50px) / 2);
  }
  #modal ul li img {
    width: 100%;
  }
  #modal ul li a:hover {
    opacity: 0.7;
  }
}

#modal h2 {
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: clamp(2.1875rem, 1.5625rem + 2.5vw, 2.3rem);
  line-height: clamp(2.1875rem, 1.5625rem + 2.5vw, 2.3rem);
  padding: 20px 0;
  box-shadow: 0px -6px 6px 1px #ffdeec;
}
@media screen and (max-width: 767px) {
  #modal h2 {
    border-radius: 20px 20px 0 0;
  }
}
#modal h2 span {
  display: block;
  font-weight: 600;
  font-size: clamp(1.25rem, 0.9166666667rem + 1.3333333333vw, 1.75rem);
}
#modal h2 + .arrow {
  margin: -1px auto 0;
  height: calc(tan(60deg) * 40px / 2);
  width: 80px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
#modal .kinri {
  max-width: 580px;
  width: 95%;
  margin: 50px auto 0;
  display: grid;
  gap: 0 20px;
  grid-template-columns: 40px, auto;
  grid-template-rows: 40px, auto;
}
@media screen and (max-width: 767px) {
  #modal .kinri {
    margin: 20px auto 0;
    gap: 0 10px;
  }
}
#modal .kinri .kinri-tit {
  color: #fff;
  font-weight: 500;
  text-align: center;
  font-size: clamp(1.125rem, 0.625rem + 2vw, 1.875rem);
  grid-area: 1/1/2/2;
  align-self: center;
}
#modal .kinri .kinri-tit span {
  background-color: #333;
  border-radius: 100px;
  height: 80px;
  width: 80px;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #modal .kinri .kinri-tit span {
    height: 60px;
    width: 60px;
  }
}
#modal .kinri .kinri-in {
  grid-area: 1/2/2/3;
  font-weight: 600;
  font-size: clamp(1.25rem, 0.4166666667rem + 3.3333333333vw, 2.5rem);
  letter-spacing: 0.1rem;
  text-align: center;
  align-self: baseline;
}
#modal .kinri .kinri-in .num {
  font-family: "Questrial", sans-serif;
  font-weight: 600;
  font-size: clamp(3.75rem, 2.5rem + 5vw, 5.625rem);
}
#modal .kinri .kinri-date {
  grid-area: 2/2/3/3;
  text-align: right;
  margin-top: -30px;
  font-size: clamp(0.9375rem, 0.8125rem + 0.5vw, 1.125rem);
}
.annotation_copy{
  position: absolute;
  top: 51%;
  right: -4px;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  #modal .kinri .kinri-date {
    margin-top: -20px;
  }
}
.modal_copy01{
  color: #000 !important;
}
.modal_copy02{
  font-size: 48px;
  margin: auto;
  text-align: center;
  color: #eb8e00;
  margin-bottom: 20px;
}
.modal_btn{
  margin: auto;
  margin-bottom: 40px;
  width: 95%;
}
.modal_arrow{
  margin: auto;
  width:8%;
  margin-bottom: 20px;
}
.mt_20{
  margin-top: 20px;
}
.cv_btn{
  margin-top: 4%;
  width:80%;
  margin: auto;
}
.head_menu_sp{
  display: none;
}
.sen{
  display: none;
}
@media screen and (max-width: 767px) {
  .main_title {
    width: 100%;
    margin: 0 auto;
  }
  .FV_box_back {
  position: relative;
  width: 95%;
  margin: 0 auto;
  }
  .sub_copy {
    width: 92%;
    margin: auto;
    margin-top: 6%;
  }
  .btn_area {
    margin: auto;
    margin-top: 3%;
    text-align: center;
    width: 92%;
  }
  #support h2 {
    font-size: 5vw;
    line-height: 5vw;
    padding: 20px 0;
    box-shadow: 0px -6px 6px 1px #ffdeec;
  }
  #support h2 + .arrow {
    margin: -1px auto 0;
    height: calc(tan(60deg) * 40px / 2);
    width: 50px;
    clip-path: polygon(0 0, 100% 0, 50% 50%);
  }
  .FV {
    padding-bottom:8%;
  }
  #support ul {
    list-style: none;
    margin: auto;
    padding-top: 10px;
    width: 92%;
    max-width: 750px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: center;
    padding-inline-start: 0 !important;
  }
  #support {
    padding-bottom: 15%;
  }
  .acc_btn::after,.acc_btn-v2::after {
    right: 12px;
    top: 50%;
  }
  .acc_btn.active::after, .acc_btn-v2.active::after {
    top: 46%;
}
  .acc_btn::before,.acc_btn-v2::before {
    right: 7px;
    width: 25px;
    height: 25px;
  }
  .modal-close {
    top: 5px;
    right: 10px;
  }
  .modal_copy02 {
    font-size: 38px;
  }
  #freeloan {
    padding-top: 10px;
    padding:1%;
}
#freeloan .freeloan_1.kinri {
  width: 99% !important;
}
.loan01_innner{
  max-width: 1000px;
  width: 98%;
  margin: auto;
}
#purpose {
  padding: 1%;
  padding-bottom: 20px;
}
#purpose .purpose_1.kinri {
  width: 99% !important;
}
nav {
  margin: 0 auto 50px;
}
.cv_btn{
  margin-bottom: 8% !important;
  width:100%;
  margin: auto;
  margin-top: 0% !important;
}
.icon01 {
  margin-top: 0;
}
.loan_title{
  max-width: 750px;
  width:80%;
  margin: auto;
  padding-top: 10%;
  padding-bottom: 2%;
}
.head_menu_sp{
  padding: 3% 2%;
  margin: auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
}
.sen{
  display: block;
}
#flow .flow_inner .flow-detail {
  margin-bottom: 30px;
}
.annotation_copy{
  position: absolute;
  top: 60%;
  right: -8px;
  font-size: 10px;
}
}