@charset "utf-8";
/* --------------------------------------------------
  Resetting default margin and padding
-------------------------------------------------- */
/* !HTML5 elements
---------------------------------------------------------- */
header, footer, nav, section, aside, article {
  display: block;
}
/* !Resetin
---------------------------------------------------------- */
body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td, input, a, textarea, select, span, nav, section, header, figure, button {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  outline: 0;
}
label {
  cursor: pointer;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}
fieldset, img {
  border: 0;
}
img {
  vertical-align: top;
  max-width: 100%;
}
address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}
ol, ul {
  list-style: none;
}
caption, th {
  text-align: left;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}
q:after, q:before {
  content: '';
}
abbr, acronym {
  border: 0;
}
button, input, optgroup, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
input, textarea {
  -webkit-appearance: none;
  appearance: none;
}
/* !Layout
---------------------------------------------------------- */
html {
  overflow-x: hidden;
  font-size: min(0.78125vw, 10px);
}
html.scroll-lock, html.scroll-lock body {
  overflow: hidden;
}
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Helvetica Neue", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  color: #000;
  -webkit-text-size-adjust: none;
}
/* link
------------------------------------------------ */
a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
  -webkit-transition: all 0.3s !important;
  /* Chrome&Safari */
  -moz-transition: all 0.3s !important;
  /* Firefox */
  transition: all 0.3s !important;
}
/* !fs
------------------------------------------------ */
.pc {
  display: block;
}
.sp {
  display: none;
}
@media (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
/* !fc
------------------------------------------------ */
@font-face {
  font-family: 'Hiragino';
  src: url('../fonts/HiraginoKakuGothicProN_W3.ttf');
  font-display: swap;
  font-weight: 300;
}
@font-face {
  font-family: 'Hiragino';
  src: url('../fonts/HiraginoKakuGothicProN_W6.ttf');
  font-display: swap;
  font-weight: 600;
}
.ff-hira_w3 {
  font-family: "Hiragino";
  font-weight: 300;
}
.ff-hira_w6 {
  font-family: "Hiragino";
  font-weight: 600;
}
/* wrapper
----------------------------------------------- */
#wrapper {
  position: relative;
  max-width: 129rem;
  margin: 0 auto;
	padding: 0 0 36.4rem;
}
/* header
----------------------------------------------- */
#header {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  width: 100%;
}
.headercon {
  padding: 5.5rem 6.5rem;
}
.headerlogo {
  width: 67.3rem;
}
/* footer
----------------------------------------------- */
.footercon {
  padding: 13.5rem 0 6rem;
	background: #0CBF55;
}
.footercon .footerlogo {
  width: 83.3rem;
  margin: 0 auto 11rem;
}
.footercon .footertit {
	font-size: 6rem;
	text-align: center;
	margin: 0 0 5.5rem;
	color: #fff;
}
.footercon .footerbox {
	background: #fff;
	margin: 0 4.5rem;
	padding: 8rem;
	display: flex;
	flex-direction: column;
	gap: 8rem;
	-webkit-border-radius: 6rem;
	-moz-border-radius: 6rem;
	-ms-border-radius: 6rem;
	-o-border-radius: 6rem;
	border-radius: 6rem;
}
.footercon .footeritem {
	display: flex;
	flex-direction: column;
	gap: 3rem;
}
.footercon .footeritem .item_name {
	color: #9EA29F;
	font-size: 4.4rem;
	line-height: 1.2;
}
.footercon .footeritem .item_txt {
	padding: 0 0 0 2em;
	font-size: 5rem;
	line-height: 1.2;
	color: #2C2C2C;
}
#footer .footerprv {
	text-align: center;
	margin: 9.5rem 0 0;
	color: #0CBF55;
	font-size: 5rem;
}
#footer .footerprv a {
	color: #0CBF55;
}
#footer .copyright {
	text-align: center;
	padding: 13.6rem 0 8.2rem;
	color: #454644;
	font-size: 4.2rem;
}


/* top
----------------------------------------------- */
.secmv {
  position: relative;
  padding-top: 44rem;
}
.secmv .secmvhd {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.secmv .secmvw01 {
  position: absolute;
  left: 9rem;
  top: 74.7rem;
  width: 111rem;
}
.secmv .secmvw02 {
  position: absolute;
  left: 12rem;
  top: 158rem;
  width: 104.8rem;
}
.secmv .secmvbtn {
  position: absolute;
  left: 0;
  bottom: 11.5rem;
  width: 100%;
}
.btngroup {
  display: flex;
  justify-content: center;
  column-gap: 4.5rem;
}
.btngroup .btnlink {
  width: 110rem;
  animation: pulse 2s ease infinite;
}
.secp01 {
  position: relative;
  height: 194.2rem;
  background-color: #E1EAD3;
}
.secp01 .pic {
  position: absolute;
  left: 7.5rem;
  top: 6.5rem;
  width: 114.1rem;
}
.secp01 .btncon {
  position: absolute;
  left: 0;
  bottom: 8.8rem;
  width: 100%;
}
.secp02 {
  position: relative;
  padding: 8rem 8rem 12rem;
  background-color: #0CBF55;
}
.secp02 .hd {
  width: 71rem;
  margin: 0 auto 10rem;
}
.secp02 .txt {
  font-size: 4.8rem;
  color: #fff;
}
.secp03 {
  position: relative;
  padding: 10rem 0 8rem;
  background-color: #EFF4E6;
}
.secp03 .hd {
  width: 80rem;
  margin: 0 auto 1.5rem;
}
.service .item {
  margin-bottom: 5rem;
}
.service .item:last-child {
  margin-bottom: 0;
}
.service .item .txt {
  width: 114rem;
  margin: 4rem auto 0;
  font-size: 4.8rem;
  color: #454644;
}
.feature {
  margin-top: 15rem;
}
.feature .sub {
  width: 75.4rem;
  margin: 0 auto;
}
.feature .list {
  margin: 5rem 5.8rem 0;
  display: flex;
  flex-direction: column;
  row-gap: 5rem;
}
.feature .list li {
  padding: 6rem 5rem;
  background-color: #fff;
  border: 0.5rem solid #0CBF55;
  border-radius: 6rem;
}
.feature .list li .txt {
  font-size: 4.8rem;
  color: #454644;
}
.secp04 {
  position: relative;
  padding: 10rem 0 11.5rem;
  background-color: #0CBF55;
}
.secp04 .hd {
  width: 112rem;
  margin: 0 auto 7.5rem;
}
.voicelist {
  width: 116rem;
  margin: 0 auto;
}
.voicelist .item {
  margin-bottom: 3rem;
  display: flex;
  align-items: flex-start;
  column-gap: 4.6rem;
}
.voicelist .item .avatar {
  width: 25.4rem;
  height: 25.4rem;
  padding: 1rem;
  background-color: #fff;
  border-radius: 50%;
}
.voicelist .item .avatar img {
  border-radius: 50%;
}
.voicelist .item .con {
  width: 86rem;
  padding: 4rem 6rem;
  background-color: #fff;
  border-radius: 4rem;
}
.voicelist .item .con .txt {
  font-size: 3.8rem;
}
.voicelist .item:last-child {
  margin-bottom: 0;
}
.secp05 {
  position: relative;
  padding: 10rem 5.8rem 8.5rem;
  background-color: #EFF4E6;
}
.secp05 .hd {
  width: 72rem;
  margin: 0 auto 8rem;
}
.flowlist .item {
  position: relative;
  margin-bottom: 6rem;
  padding: 2.5rem 2.5rem 8rem;
  background-color: #fff;
  border: 0.5rem solid #0CBF55;
  border-radius: 6rem;
}
.flowlist .item:before {
	position: absolute;
	content: "";
	background: url("../img/arrow_flow.svg") center center no-repeat;
	background-size: 20.6rem 9.6rem;
	width: 100%;
	height: 9.6rem;
	left: 0;
	bottom: 0;
	transform: translateY(50%);
	z-index: 0;
}
.flowlist .item .txt {
  margin: 3rem 2rem 0;
  min-height: 2.7em;
  font-size: 4.2rem;
  line-height: 1.36;
  color: #454644;
}
.flowlist .item .tit img {
  height: 11.7rem;
}
.flowlist .item:last-child {
  margin-bottom: 0;
}
.flowlist .item:last-child:before {
	display: none;
}
.secp06 .hd {
  padding-top: 8.8rem;
  height: 35.8rem;
  text-align: center;
  background-color: #ff0;
  clip-path: polygon(0% 0%, 100% 0%, 100% 58.85%, 0% 100%);
	margin: 0 0 13rem;
}
.secp06 .hd img {
  width: 72.3rem;
}
.secp06 .des {
  padding: 11rem 0 7.5rem;
  background-color: #ff0;
  clip-path: polygon(0% 18%, 100% 0%, 100% 100%, 0% 100%);
}
.secp06 .des .txt {
  width: 110rem;
  margin: 0 auto 8rem;
}
.newslist {
  width: 111rem;
  margin: 2rem auto;
  display: flex;
  flex-wrap: wrap;
  column-gap: 6rem;
  row-gap: 7.6rem;
}
.newslist .item {
  width: 32.8rem;
  border: 0.8rem solid #0CBF55;
  border-radius: 50%;
	position: relative;
}
.newslist .item .item_tit {
	font-size: 4rem;
	white-space: nowrap;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	line-height: 1.15;
	transform: translateY(-50%);
	text-align: center;
	-webkit-text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
	-moz-text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
	-ms-text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
	-o-text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
	text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
	z-index: 1;
}
.newslist .item .item_price {
	position: absolute;
	left: 0;
	bottom: 2rem;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 2rem;
	-webkit-text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
	-moz-text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
	-ms-text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
	-o-text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
	text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
	z-index: 1;
}
.newslist .item .item_price .price_name {
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.1;
	margin: 0 0.5rem 0 0;
	align-self: flex-start;
}
.newslist .item .item_price .price_num {
	font-size: 4.2rem;
	color: #FF7983;
	line-height: 1.1;
}
.newslist .item .item_price .price_cap {
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.1;
	color: #FF7983;
}
.newslist .item img {
  border-radius: 50%;
}
.secp07 {
  position: relative;
  padding: 8.6rem 6rem;
  background-color: #0CBF55;
}
.secp07 .hd {
  width: 34.7rem;
  margin: 0 auto 7.2rem;
}
.faqlist .item {
  margin-bottom: 4rem;
  padding: 6rem;
  background-color: #fff;
  border-radius: 6rem;
}
.faqlist .item .faq_q {
  display: flex;
  align-items: flex-start;
  column-gap: 5.8rem;
}
.faqlist .item .faq_q .ico_q {
  flex: none;
  width: 9.2rem;
  text-align: center;
}
.faqlist .item .faq_a {
  margin-top: 3rem;
  display: flex;
  align-items: flex-start;
  column-gap: 5.8rem;
}
.faqlist .item .faq_a .ico_a {
  flex: none;
  width: 9.2rem;
  text-align: center;
}
.faqlist .item .txt {
  flex: 1;
  align-self: center;
  font-size: 4.2rem;
  line-height: 1.36;
  color: #454644;
}
.faqlist .item:last-child {
  margin-bottom: 0;
}
.secp08 {
  position: relative;
  padding: 9rem 5.8rem 11rem;
  background-color: #EFF4E6;
}
.secp08 .hd {
  width: 100.3rem;
  margin: 0 auto 8rem;
}
.loancard {
  margin-bottom: 3.5rem;
  padding: 4rem 6rem;
  background-color: #fff;
  border: 0.5rem solid #0CBF55;
  border-radius: 6rem;
}
.loancard .tit {
  font-size: 5rem;
  line-height: 1.36;
  color: #0CBF55;
}
.loancard .slider {
  padding: 12rem 2rem 4rem;
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 3rem;
  overflow: hidden;
}
.loancard .slider .min,
.loancard .slider .max {
  flex: none;
  width: 8.2rem;
  font-size: 4rem;
}
.loancard .slider .min {
  text-align: right;
}
.loancard .slider .range {
  flex: 1;
  position: relative;
}
.loancard .slider .range .lab {
  position: absolute;
  top: -10rem;
  left: 0;
  font-size: 4rem;
  white-space: nowrap;
}
.loancard .slider .range input[type="range"] {
  display: block;
  width: 100%;
}
.loancard .slider .range input[type="range"]:focus {
  outline: none;
}
.loancard .slider .range input[type="range"]::-webkit-slider-runnable-track {
  height: 2rem;
  border-radius: 1rem;
  background-color: #ACC3B5;
  border: none;
}
.loancard .slider .range input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 8.4rem;
  height: 8.4rem;
  margin-top: -3.2rem;
  background: #fff;
  border: 0.8rem solid #ACC3B5;
  box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  cursor: pointer;
}
.rescard {
  padding: 4rem 6rem;
  background-color: #fff;
  border: 0.5rem solid #0CBF55;
  border-radius: 6rem;
}
.rescard .row {
  padding: 2rem 0;
  min-height: 15.6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #C9C9C9;
}
.rescard .row:last-child {
  border-bottom: 0;
}
.rescard .row .lab {
  font-size: 3.4rem;
  color: #8C9088;
}
.rescard .row .res {
  font-size: 4.2rem;
  color: #454644;
}
@keyframes pulse {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scaleX(1);
  }
}
.pulse {
  animation-name: pulse;
}


.comfix {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background: #EFF4E6;
	height: 36.4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
}
