/* ----------------------------------------
purchase
---------------------------------------- */
.pc_off {
	display: none !important;
}
body {
	overflow-x: hidden;
}
/* main */
#pu_main_wrap {
	width: 100%;
	padding: 60px 0 0 0;
	background: #f37d4f;
}
#pu_main_wrap .pu_main_inner {
	max-width: 1320px;
	margin: 0 auto;
	padding: 0 0 40px 0;
	position: relative;
	z-index: 2;
}
#pu_main_wrap .pu_main_inner div h2 {
	margin: 0 0 10px 0;
}
#pu_main_wrap .pu_main_inner div picture.pu_main_list {
	margin: 0 0 0 130px;
}
#pu_main_wrap .pu_main_inner picture.pu_main_img {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1;
}
/* worries */
#pu_wo_wrap {
	width: 100%;
	padding: 35px 0 40px 0;
	background: #a072a1;
}
#pu_wo_wrap .pu_wo_inner {
	width: 1095px;
	margin: 0 auto;
	position: relative;
}
#pu_wo_wrap .pu_wo_inner h2 {
	position: absolute;
	top: 15px;
	left: 0;
	z-index: 2;
}
#pu_wo_wrap .pu_wo_inner ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 30px 0;
	width: 999px;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 160px 60px 90px 60px;
	background: #FFF;
	border: 6px solid #ae72af;
	border-radius: 10px;
	box-shadow: 0px 19px 0px 0px rgba(0, 0, 0, 1.0);
	position: relative;
}
#pu_wo_wrap .pu_wo_inner ul:after {
	content: "";
	width: 200px;
	height: 120px;
	background: url(/img/purchase/wo_ar.webp);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	bottom: -118px;
	left: 0;
	right: 0;
	margin: auto;
}
#pu_wo_wrap .pu_wo_inner ul li {
	width: 260px;
}
/* inq */
#pu_inq_wrap {
	width: 100%;
	padding: 55px 0 50px 0;
	background: #f37d4f;
}
#pu_inq_wrap h2 {
	margin: 0 0 50px 0;
	text-align: center;
}
.pu_inq_inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 1150px;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 45px 40px 25px 40px;
	background: #FFF;
	border-radius: 10px;
}
.pu_inq_inner div {
	width: 530px;
	padding: 60px 0 20px 0;
	background: #FFF;
	border: 5px solid #a072a1;
	border-radius: 10px;
	position: relative;
}
.pu_inq_inner div .pu_inq_tel_name {
	width: 356px;
	margin: auto;
	padding: 10px 0 15px 0;
	background: #a072a1;
	border-radius: 0 0 10px 10px;
	font-size: 25px;
	line-height: 40px;
	color: #f0ff49;
	font-weight: bold;
	text-align: center;
	position: absolute;
	top: -15px;
	right: 0;
	left: 0;
}
.pu_inq_inner div .pu_inq_tel_name span {
	font-size: 35px;
}
.pu_inq_tel_num {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0 3px;
	font-size: 50px;
	line-height: 70px;
	color: #c40000;
	font-weight: bold;
}
.pu_inq_tel_num:before {
	content: "";
	width: 45px;
	height: 26px;
	background: url(/img/purchase/inq_icon.jpg);
	background-size: contain;
	background-repeat: no-repeat;
}
.pu_inq_tel_txt {
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	text-align: center;
}
.pu_inq_inner ul {
	display: flex;
	align-items: flex-start;
	gap: 0 10px;
}
.pu_inq_inner ul li {
	position: relative;
}
.pu_inq_inner ul li:nth-child(2):before,
.pu_inq_inner ul li:nth-child(2):after {
	content: "";
	width: 1px;
	height: 20px;
	background: #000000;
	position: absolute;
	top: -30px;
}
.pu_inq_inner ul li:nth-child(2):before {
	transform: rotate(-30deg);
	left: 20px;
}
.pu_inq_inner ul li:nth-child(2):after {
	transform: rotate(30deg);
	right: 20px;
}
.pu_inq_inner ul li a {
	display: block;
	width: 250px;
	height: 100%;
	box-sizing: border-box;
	padding: 10px 0 10px 0;
	border: 5px solid #000000;
	border-radius: 10px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	transition: all 0.3s;
}
.pu_inq_inner ul li.pu_inq_btn_l a {
	background: #26c126;
}
.pu_inq_inner ul li.pu_inq_btn_l a:hover {
	background: #FFF;
	color: #26c126;
}
.pu_inq_inner ul li.pu_inq_btn_m a {
	background: #c40010;
}
.pu_inq_inner ul li.pu_inq_btn_m a:hover {
	background: #FFF;
	color: #c40010;
}
.pu_inq_inner ul li.pu_inq_btn_m a:before {
	content: "24\6642\9593\53D7\4ED8\4E2D\3067\3059\FF01";
	width: 150px;
	margin: auto;
	font-size: 15px;
	line-height: 20px;
	color: #000000;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.7px;
	position: absolute;
	top: -30px;
	left: 0;
	right: 0;
}
.pu_inq_btn_name {
	height: 65px;
	box-sizing: border-box;
	margin: 0 0 10px 0;
}
.pu_inq_inner ul li.pu_inq_btn_l a .pu_inq_btn_name {
	padding: 15px 0 0 0;
	font-size: 40px;
	line-height: 45px;
}
.pu_inq_inner ul li.pu_inq_btn_l a .pu_inq_btn_name span {
	font-size: 25px;
}
.pu_inq_inner ul li.pu_inq_btn_m a .pu_inq_btn_name {
	font-size: 35px;
	line-height: 30px;
}
.pu_inq_inner ul li.pu_inq_btn_m a .pu_inq_btn_name span:nth-of-type(1) {
	font-size: 30px;
}
.pu_inq_inner ul li.pu_inq_btn_m a .pu_inq_btn_name span:nth-of-type(2) {
	font-size: 20px;
}
.pu_inq_btn_eng {
	margin: 0 0 5px 0;
	font-size: 13px;
	line-height: 16px;
	letter-spacing: 0.6px;
}
.pu_inq_btn_txt {
	font-size: 15px;
	line-height: 20px;
	letter-spacing: 0.7px;
}
/* merit */
#pu_me_wrap {
	width: 100%;
	padding: 20px 0 0 0;
	background-color: #f0ff49;
	background-image: url(/img/purchase/me_bg.png);
	background-position: top 0 center;
	background-repeat: no-repeat;
	background-size: 100vw;
}
#pu_me_wrap .pu_me_tl {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	width: 1140px;
	box-sizing: border-box;
	margin: 0 auto 20px auto;
	padding: 0 15px 0 60px;
}
#pu_me_wrap .pu_me_tl h2 {
	margin: 0;
}
#pu_me_wrap .pu_me_inner {
	width: 100%;
	padding: 0 0 120px 0;
	position: relative;
	z-index: 2;
}
#pu_me_wrap .pu_me_inner:before {
	content: "";
	width: 100%;
	height: calc(100% - 150px);
	background: #fef0ea;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}
#pu_me_wrap .pu_me_inner:after {
	content: "";
	box-sizing: border-box;
	margin: auto;
	width: 4px;
	height: 4px;
	border: 190px solid transparent;
	border-left: 50px solid #fef0ea;
	transform: rotate(90deg);
	position: absolute;
	left: 0;
	right: 0;
	bottom: -310px;
}
#pu_me_wrap .pu_me_inner ul {
	display: flex;
	flex-wrap: wrap;
	gap: 35px 0;
	justify-content: space-between;
	width: 1140px;
	margin: 0 auto;
}
/* flow */
#pu_fl_wrap {
	width: 100%;
	padding: 25px 0 85px 0;
	background: url(/img/purchase/fl_bg.webp);
	position: relative;
}
#pu_fl_wrap:before {
	content: "";
	width: calc(50% - 290px);
	height: 100%;
	background: #f7f7f7;
	position: absolute;
	top: 0;
	left: 0;
}
.pu_fl_tl {
	width: 1080px;
	margin: 0 auto 48px auto;
	position: relative;
	z-index: 2;
}
.pu_fl_tl h2 {
	margin: 0;
	padding: 95px 0 0 0;
}
.pu_fl_tl .pu_fl_tl_img {
	position: absolute;
	top: 0;
	right: 100px;
	z-index: -1;
}
#pu_fl_wrap ul {
	width: 1050px;
	margin: 0 auto;
}
#pu_fl_wrap ul li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 25px 135px 25px 30px;
	background: #FFF;
	border-radius: 10px 0 0 0;
	position: relative;
}
#pu_fl_wrap ul li:not(:last-child) {
	margin: 0 0 5px 0;
}
.pu_fl_num {
	width: 90px;
	box-sizing: border-box;
	padding: 10px 5px 6px 0;
	background: #000000;
	font-size: 25px;
	line-height: 30px;
	color: #FFF;
	font-weight: bold;
	position: absolute;
	top: -15px;
	left: 28px;
}
.pu_fl_num:after {
	content: "";
	box-sizing: border-box;
	margin: auto;
	width: 20px;
	height: 25px;
	border: 25px solid transparent;
	border-left: 20px solid #000;
	position: absolute;
	top: 0;
	right: -45px;
}
.pu_fl_num span {
	display: flex;
	align-items: baseline;
	justify-content: flex-end;
	transform: skewX(-7deg);
}
.pu_fl_num span span {
	margin: 0 3px 0 0;
	font-size: 16px;
}
#pu_fl_wrap ul li h3 {
	margin: 0;
	font-size: 50px;
	line-height: 60px;
	transform: skewX(-7deg);
}
.pu_fl_txt {
	width: 440px;
	box-sizing: border-box;
	padding: 20px 0 20px 20px;
	background: #f7f7f7;
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
}
/* last_inq */
#pu_inq_last {
	width: 100%;
	padding: 100px 0;
	background: #f7f7f7;
}
#pu_inq_last .pu_inq_last_img {
	display: block;
	width: 836px;
	margin: 0 auto 5px auto;
}
#pu_inq_last h2 {
	margin: 0 0 35px 0;
	text-align: center;
}
#pu_inq_last .pu_inq_inner {
	background: #f37d4f;
	border-radius: 10px;
}
/* purchase
---------------------------------------- */
/* ----------------------------------------
loan
---------------------------------------- */
/* main */
.lo_main_wrap {
	width: 100%;
	padding: 65px 0 80px 0;
	background: #f37d4f;
	position: relative;
}
.lo_main_wrap .lo_main_img {
	position: absolute;
	top: 30px;
	left: calc(50% + -735px);
}
.lo_main_inner {
	display: flex;
	justify-content: flex-end;
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.lo_main_inner h2 {
	margin: 0;
	position: relative;
	z-index: 2;
}
.lo_main_catch {
	padding: 0 5px 5px 5px;
	background: #f37d4f;
}
.lo_main_catch div {
	padding: 20px 0;
	background: #ae72af;
	border-radius: 0 0 20px 20px;
	text-align: center;
}
/* voice */
#lo_vo_wrap {
	width: 100%;
	padding: 55px 0 90px 0;
	background: #f7f7f7;
}
#lo_vo_wrap h2 {
	margin: 0 0 18px 0;
	text-align: center;
}
#lo_vo_wrap ul {
	width: 1130px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 50px 0;
}
#lo_vo_wrap ul li {
	width: 538px;
	box-sizing: border-box;
	padding: 40px 0 30px 0;
	background: #ae72af;
	border-radius: 50px 10px 10px 10px;
	color: #FFF;
	font-weight: bold;
	position: relative;
}
#lo_vo_wrap ul li picture {
	position: absolute;
	top: -25px;
	left: -30px;
}
#lo_vo_wrap ul li h3 {
	height: 150px;
	margin: 0 0 30px 210px;
	font-size: 50px;
	line-height: 50px;
}
#lo_vo_wrap ul li h3 span {
	display: inline-block;
	background: linear-gradient(transparent 50%, #f37d4f 50%);
}
#lo_vo_wrap ul li p {
	padding: 0 45px;
	font-size: 21px;
	line-height: 30px;
	text-align: center;
}
/* inq */
#lo_inq_wrap {
	width: 100%;
	padding: 25px 0 35px 0;
	background: #f37d4f;
}
#lo_inq_wrap h2 {
	margin: 0 0 50px 0;
	text-align: center;
}
.lo_inq_inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 1150px;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 45px 40px 25px 40px;
	background: #FFF;
	border-radius: 10px;
}
.lo_inq_inner div {
	width: 530px;
	padding: 60px 0 20px 0;
	background: #FFF;
	border: 5px solid #a072a1;
	border-radius: 10px;
	position: relative;
}
.lo_inq_inner div .lo_inq_tel_name {
	width: 356px;
	margin: auto;
	padding: 10px 0 15px 0;
	background: #a072a1;
	border-radius: 0 0 10px 10px;
	font-size: 25px;
	line-height: 40px;
	color: #f0ff49;
	font-weight: bold;
	text-align: center;
	position: absolute;
	top: -15px;
	right: 0;
	left: 0;
}
.lo_inq_inner div .lo_inq_tel_name span {
	font-size: 35px;
}
.lo_inq_tel_num {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0 3px;
	font-size: 50px;
	line-height: 70px;
	color: #c40000;
	font-weight: bold;
}
.lo_inq_tel_num:before {
	content: "";
	width: 45px;
	height: 26px;
	background: url(/img/purchase/inq_icon.jpg);
	background-size: contain;
	background-repeat: no-repeat;
}
.lo_inq_tel_txt {
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	text-align: center;
}
.lo_inq_inner ul {
	display: flex;
	align-items: flex-start;
	gap: 0 10px;
}
.lo_inq_inner ul li {
	position: relative;
}
.lo_inq_inner ul li:nth-child(2):before,
.lo_inq_inner ul li:nth-child(2):after {
	content: "";
	width: 1px;
	height: 20px;
	background: #000000;
	position: absolute;
	top: -30px;
}
.lo_inq_inner ul li:nth-child(2):before {
	transform: rotate(-30deg);
	left: 20px;
}
.lo_inq_inner ul li:nth-child(2):after {
	transform: rotate(30deg);
	right: 20px;
}
.lo_inq_inner ul li a {
	display: block;
	width: 250px;
	height: 100%;
	box-sizing: border-box;
	padding: 10px 0 10px 0;
	border: 5px solid #000000;
	border-radius: 10px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	transition: all 0.3s;
}
.lo_inq_inner ul li.lo_inq_btn_l a {
	background: #26c126;
}
.lo_inq_inner ul li.lo_inq_btn_l a:hover {
	background: #FFF;
	color: #26c126;
}
.lo_inq_inner ul li.lo_inq_btn_m a {
	background: #f37d4f;
}
.lo_inq_inner ul li.lo_inq_btn_m a:hover {
	background: #FFF;
	color: #f37d4f;
}
.lo_inq_inner ul li.lo_inq_btn_m a:before {
	content: "24\6642\9593\53D7\4ED8\4E2D\3067\3059\FF01";
	width: 150px;
	margin: auto;
	font-size: 15px;
	line-height: 20px;
	color: #000000;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.7px;
	position: absolute;
	top: -30px;
	left: 0;
	right: 0;
}
.lo_inq_btn_name {
	height: 65px;
	box-sizing: border-box;
	margin: 0 0 10px 0;
}
.lo_inq_inner ul li.lo_inq_btn_l a .lo_inq_btn_name {
	padding: 15px 0 0 0;
	font-size: 40px;
	line-height: 45px;
}
.lo_inq_inner ul li.lo_inq_btn_l a .lo_inq_btn_name span {
	font-size: 25px;
}
.lo_inq_inner ul li.lo_inq_btn_m a .lo_inq_btn_name {
	font-size: 35px;
	line-height: 30px;
}
.lo_inq_inner ul li.lo_inq_btn_m a .lo_inq_btn_name span:nth-of-type(1) {
	font-size: 30px;
}
.lo_inq_inner ul li.lo_inq_btn_m a .lo_inq_btn_name span:nth-of-type(2) {
	font-size: 20px;
}
.lo_inq_btn_eng {
	margin: 0 0 5px 0;
	font-size: 13px;
	line-height: 16px;
	letter-spacing: 0.6px;
}
.lo_inq_btn_txt {
	font-size: 15px;
	line-height: 20px;
	letter-spacing: 0.7px;
}
#lo_inq02_tl {
	margin: 0 !important;
}
.lo_inq_box {
	width: 1100px;
	margin: 0 auto 35px auto;
	box-sizing: border-box;
	border-radius: 20px;
	border: 5px solid #FFF;
	position: relative;
}
.lo_inq_box:before {
	content: "";
	width: 884px;
	height: 5px;
	margin: auto;
	background: #f37d4f;
	position: absolute;
	top: -5px;
	left: 0;
	right: 0;
}
.lo_inq_box p {
	margin: 0 0 0 45px;
	font-size: 24px;
	line-height: 40px;
	color: #FFF;
	font-weight: bold;
	letter-spacing: 2px;
}
.lo_inq_box div {
	padding: 25px 0;
	position: relative;
}
.lo_inq_box div:before,
.lo_inq_box div:after {
	content: "";
	width: 13px;
	height: 10px;
	background: #FFF;
	position: absolute;
	top: -10px;
}
.lo_inq_box div:before {
	left: 3px;
}
.lo_inq_box div:after {
	right: 3px;
}
.lo_inq_box div picture {
	content: "";
	position: absolute;
	right: 25px;
	bottom: -15px;
}
/* worries */
#lo_wo_wrap {
	width: 100%;
	padding: 0 0 80px 0;
	background: #f7f7f7;
	position: relative;
	z-index: 2;
}
#lo_wo_wrap:before {
	content: "";
	width: calc(50% + 285px);
	height: calc(100% - 140px);
	background: #a072a1;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}
#lo_wo_wrap:after {
	content: "";
	width: 326px;
	height: 294px;
	margin: auto;
	background: url(/img/loan/wo_ar.webp);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	bottom: -90px;
	left: 0;
	right: 0;
}
#lo_wo_wrap .lo_wo_inner .lo_wo_tl {
	width: 1100px;
	margin: 0 auto;
	padding: 0 0 30px 0;
	position: relative;
}
#lo_wo_wrap .lo_wo_inner .lo_wo_tl h2 {
	margin: 0;
	position: relative;
	z-index: 2;
	transform: translateY(-25px);
}
#lo_wo_wrap .lo_wo_inner .lo_wo_tl .lo_wo_tl_img {
	position: absolute;
	right: -15px;
	top: 30px;
}
#lo_wo_wrap .lo_wo_inner ul {
	width: 1050px;
	margin: 0 auto;
}
#lo_wo_wrap .lo_wo_inner ul li {
	padding: 51px 0 51px 35px;
	background: #FFF;
	border-radius: 10px 0 0 0;
	position: relative;
	z-index: 2;
	box-shadow: 1px 1px 7px 0px rgba(55, 25, 56, 0.8);
}
#lo_wo_wrap .lo_wo_inner ul li:not(:last-child) {
	margin: 0 0 5px 0;
}
.lo_wo_num {
	width: 90px;
	box-sizing: border-box;
	padding: 10px 5px 6px 0;
	background: #000000;
	font-size: 25px;
	line-height: 30px;
	color: #FFF;
	font-weight: bold;
	position: absolute;
	top: -15px;
	left: 28px;
}
.lo_wo_num:after {
	content: "";
	box-sizing: border-box;
	margin: auto;
	width: 20px;
	height: 25px;
	border: 25px solid transparent;
	border-left: 20px solid #000;
	position: absolute;
	top: 0;
	right: -45px;
}
.lo_wo_num span {
	display: flex;
	align-items: baseline;
	justify-content: flex-end;
	transform: skewX(-7deg);
}
.lo_wo_num span span {
	margin: 0 3px 0 0;
	font-size: 16px;
}
.lo_wo_txt {
	font-size: 40px;
	line-height: 55px;
	font-weight: bold;
	transform: skewX(-7deg);
}
.lo_wo_b {
	font-size: 50px;
}
.lo_wo_or {
	color: #f37d4f;
}
#lo_wo_wrap .lo_wo_inner ul li picture {
	position: absolute;
	top: 5px;
	bottom: 0;
	right: 15px;
	z-index: -1;
}
/* consulting */
#lo_cnsl_wrap {
	width: 100%;
	padding: 45px 0 85px 0;
	background: #f7f7f7;
}
.lo_cnsl_inner {
	width: 1100px;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 15px 0 20px 0;
	background: #fbeee8;
	border-radius: 10px;
	border: 6px solid #f37d4f;
}
.lo_cnsl_inner div {
	width: 1040px;
	margin: 0 auto;
	padding: 40px 0 35px 0;
	text-align: right;
	position: relative;
	z-index: 1;
}
.lo_cnsl_inner div h2 {
	margin: 0;
}
.lo_cnsl_inner div .lo_cnsl_tl_txt {
	padding: 0 65px 0 0;
	font-size: 40px;
	line-height: 55px;
}
.lo_cnsl_tl_txt_b {
	font-size: 50px;
}
.lo_cnsl_inner div .lo_cnsl_tl01 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.lo_cnsl_inner div .lo_cnsl_tl02 {
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}
.lo_cnsl_inner p {
	width: 1040px;
	margin: 0 auto;
	padding: 30px 0 30px 0;
	background: #f0ff49;
	font-size: 40px;
	line-height: 60px;
	font-weight: bold;
	text-align: center;
	position: relative;
	z-index: 2;
}
.lo_cnsl_inner p span {
	font-size: 60px;
	color: #a072a1;
}
/* plan */
#lo_plan_wrap {
	width: 100%;
	padding: 0 0 70px 0;
	background: #f7f7f7;
	position: relative;
}
#lo_plan_wrap:before {
	content: "";
	width: 100%;
	height: 335px;
	background: #a072a1;
	position: absolute;
	top: 0;
	left: 0;
}
#lo_plan_wrap .lo_plan_table {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	width: 1150px;
	margin: 0 auto 80px auto;
	padding: 80px 0 0 0;
	position: relative;
}
#lo_plan_wrap .lo_plan_table h2 {
	position: absolute;
	top: 0;
	left: -110px;
}
.lo_plan_table table {
	width: 712px;
	overflow: hidden;
	box-sizing: border-box;
	border: 5px solid #000000;
	border-radius: 10px;
	border-spacing: 0;
}
.lo_plan_table table tr {
	display: flex;
}
.lo_plan_table table tr:not(:last-of-type) {
	border-bottom: 1px solid #bfbfbf;
}
.lo_plan_table table th:not(:last-of-type),
.lo_plan_table table td:not(:last-of-type) {
	border-right: 1px solid #bfbfbf;
}
.lo_plan_table table th {
	width: calc(100% / 3);
	box-sizing: border-box;
	padding: 15px 0;
	background: #f37d4f;
	font-size: 25px;
	line-height: 30px;
	color: #FFF;
}
.lo_plan_table table td {
	width: calc(100% / 3);
	padding: 15px 0;
	font-size: 25px;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
}
.lo_plan_table table tr:nth-of-type(1) {
	border-radius: 10px 10px 0 0;
}
.lo_plan_table table tr:nth-of-type(1n) td {
	background: #fceafc;
}
.lo_plan_table table tr:nth-of-type(2n) td {
	background: #FFF;
}
.lo_plan_table p {
	margin: 0 0 0 45px;
	font-size: 27px;
	line-height: 34px;
	font-weight: bold;
	letter-spacing: 2.2px;
}
.lo_plan_table p span {
	color: #f37d4f;
}
.lo_plan_box {
	width: 1100px;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 25px 30px 25px 320px;
	background: #FFF;
	border-radius: 20px;
	position: relative;
}
.lo_plan_box picture {
	position: absolute;
	bottom: 0;
	left: -20px;
}
.lo_plan_box p {
	font-size: 25px;
	line-height: 40px;
	font-weight: bold;
	letter-spacing: 1.2px;
}
.lo_plan_box p span {
	font-size: 35px;
	line-height: 45px;
	color: #f37d4f;
	letter-spacing: 1.7px;
}
/* seminar */
#sem_wrap {
	width: 100%;
	padding: 0 0 150px 0;
	background: #f7f7f7;
	position: relative;
	z-index: 1;
}
#sem_wrap:after {
	content: "";
	width: 100%;
	height: 420px;
	background: #fae756;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.sem_tl {
	width: 1100px;
	margin: 0 auto 25px auto;
	position: relative;
}
.sem_tl h2 {
	margin: 0;
	transform: translate(-78px, -15px);
}
.sem_tl .sem_tl_img {
	position: absolute;
	top: 78px;
	right: -35px;
}
.sem_box {
	width: 1100px;
	margin: 0 auto 100px auto;
	padding: 30px 0 75px 0;
	background: #FFF;
	box-shadow: 0px 4px 8px 0px rgb(55 25 56 / 80%);
	position: relative;
}
.sem_box:after {
	content: "";
	width: 120px;
	height: 120px;
	margin: auto;
	background: url(/img/loan/sem_ar.webp);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	bottom: -78px;
	left: 0;
	right: 0;
}
.sem_box div ul {
	display: flex;
	justify-content: center;
	gap: 0 15px;
	margin: 0 0 20px 0;
}
.sem_box div ul li {
	width: 250px;
	padding: 15px 0;
	background: #f37d4f;
	border-radius: 10px;
	font-size: 30px;
	line-height: 35px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
}
.sem_box div h3 {
	margin: 0 0 25px 0;
	text-align: center;
}
.sem_box_wo {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px 35px;
}
.sem_box_wo li {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 260px;
	height: 150px;
	background: #a072a1;
	border-radius: 20px;
	font-size: 32px;
	line-height: 45px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
}
#sem_inq h2 {
	margin: 0 0 30px 0;
	text-align: center;
}
/* loan
---------------------------------------- */


/* ----------------------------------------
info
---------------------------------------- */
.re_t_info_cms {
	display: flex;
	gap: 0 20px;
	width: 880px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.re_t_info_cms li a {
	display: block;
	width: 280px;
	padding: 0;
	font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Arial', sans-serif;
	text-decoration: none;
}
.re_t_info_cms li a .re_t_info_img {
	width: 280px;
	height: 160px;
	margin: 0 0 7px 0;
	overflow: hidden;
}
.re_t_info_cms li a .re_t_info_img img {
	width: 280px;
	height: 160px !important;
	object-fit: cover;
	transition: all 0.2s;
}
.re_t_info_cms li a:hover .re_t_info_img img {
	transform: scale(1.1);
}
.re_t_info_cms li a .re_t_info_date {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 5px 0;
}
.re_t_info_cms li a .re_t_info_date .re_t_info_num {
	font-size: 15px;
	line-height: 20px;
	color: #f7bb74;
	font-weight: bold;
	letter-spacing: 0.05em;
}
.re_t_info_cms li a .re_t_info_date .re_t_info_tag {
	display: inline-block;
	padding: 3px 12px 3px 12px;
	background: #f7bb74;
	border-radius: 2px;
	font-size: 12px;
	line-height: 16px;
	color: #FFF;
	font-weight: bold;
	letter-spacing: 0.05em;
}
.re_t_info_cms li a .re_t_info_date p {
	margin: 0;
}
.re_t_info_cms li a .re_t_info_txt {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	margin: 0;
	font-size: 13px;
	line-height: 16px;
	color: #333;
	font-weight: bold;
	letter-spacing: 0.05em;
}

/* ----------------------------------------
blog
---------------------------------------- */
.re_t_blog_cms {
	display: flex;
	gap: 0 20px;
	width: 880px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.re_t_blog_cms li a {
	display: block;
	width: 353px;
	padding: 0;
	font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Arial', sans-serif;
	text-decoration: none;
}
.re_t_blog_cms li a .re_t_blog_img {
	width: 350px;
	height: 250px;
	margin: 0 0 7px 0;
	overflow: hidden;
}
.re_t_blog_cms li a .re_t_blog_img img {
	width: 350px;
	height: 250px !important;
	object-fit: cover;
	transition: all 0.2s;
}
.re_t_blog_cms li a:hover .re_t_blog_img img {
	transform: scale(1.1);
}
.re_t_blog_cms li a .re_t_blog_date {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 5px 0;
}
.re_t_blog_cms li a .re_t_blog_date .re_t_blog_num {
	font-size: 15px;
	line-height: 20px;
	color: #f7bb74;
	font-weight: bold;
	letter-spacing: 0.05em;
}
.re_t_blog_cms li a .re_t_blog_date .re_t_blog_tag {
	display: none;
	padding: 3px 12px 3px 12px;
	background: #f7bb74;
	border-radius: 2px;
	font-size: 12px;
	line-height: 16px;
	color: #FFF;
	font-weight: bold;
	letter-spacing: 0.05em;
}
.re_t_blog_cms li a .re_t_blog_date p {
	margin: 0;
}
.re_t_blog_cms li a .re_t_blog_txt {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	margin: 0;
	font-size: 13px;
	line-height: 16px;
	color: #333;
	font-weight: bold;
	letter-spacing: 0.05em;
}


.re_t_blog_cms li .re_t_blog_tag  a:nth-child(1){
	display:none;
}
.re_t_blog_cms li .re_t_blog_tag p {
	display:flex;
	gap:3px;
	flex-wrap: wrap;
}
.re_t_blog_cms li .re_t_blog_tag p a,
.re_t_blog_cms li .re_t_blog_tag p label a{
	width:auto;
	display: inline-block;
	padding: 3px 12px 3px 12px;
	background: #f7bb74;
	border-radius: 2px;
	font-size: 12px;
	line-height: 16px;
	color: #FFF;
	font-weight: bold;
	letter-spacing: 0.05em;
}
.re_t_blog_cms li .re_t_blog_tag p label a{
	display:block !important;
}


/* ----------------------------------------
support
---------------------------------------- */
#sup_warp{
	height:665px;
	background-image:url(/img/support/s_main.png);
	background-position:center;
	background-size: cover;
}
.sup_main{
	width:1300px;
	margin:0 auto;
	position: relative;
}
.sup_main h2{
	margin:0;
	padding:120px 0 0 0;
	text-align:right;
}
.sup_main p{
	width:845px;
	font-size:50px;
	font-weight:bold;
	line-height:60px;
	letter-spacing:0.2em;
	color:#fff;
	border-top:2px solid #FFF;
	border-bottom:2px solid #FFF;
	margin:20px 0 0 0;
	padding:20px 0;
	position: absolute;
	right: 0;
}

#sup_worries_warp{
}
.sup_worries{
	width:1000px;
	background:#f7bb74;
	border-radius:5px;
	margin:-40px auto 0 auto;
	padding:20px 0 50px 0;
	position: relative;
}
.sup_worries:after{
	content: "";
	width: 320px;
	height: 55px;
	margin: auto;
	background: #e8e8e7;
	clip-path: polygon(50% 100%, 0 0, 100% 0);
	position: absolute;
	bottom: -85px;
	left: 0;
	right: 0;
}
.sup_worries h2{
	width:924px;
	line-height:94px;
	font-size:45px;
	font-weight:bold;
	letter-spacing: 0.1em;
	color:#f7bb74;
	text-align:center;
	background:#fff;
	border-radius:10px;
	margin:0 auto;
	position: relative;
}
.sup_worries h2 span{
	color:#f37d4f;
}
.sup_worries h2:after{
	content: "";
	width: 25px;
	height: 23px;
	margin: auto;
	background: #fff;
	clip-path: polygon(50% 100%, 0 0, 100% 0);
	position: absolute;
	bottom: -23px;
	left: 0;
	right: 0;
}
.sup_worries ul{
	width:834px;
	margin:60px auto 0 auto;
	padding: 0 0 0 90px;
}
.sup_worries ul li{
	font-size:28px;
	font-weight:bold;
	letter-spacing: 0.1em;
	line-height:44px;
	text-indent:65px;
	color:#fff;
	margin: 0 0 30px 0;
	position: relative;
}
.sup_worries ul li:before{
	content: "";
	display: inline-block;
	width: 44px;
	height: 44px;
	margin: auto;
	background: url(/img/support/s_check.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}
.sup_worries_ans{
	width:1100px;
	margin:130px auto 0 auto;
	background-color:#fff5e9;
	border:2px solid #f7bb74;
	box-sizing;berder-box;
	position:relative;
}
.sup_worries_ans:after{
	content: "";
	display: inline-block;
	width: 256px;
	height: 243px;
	margin: auto;
	background: url(/img/support/s_support_af.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	bottom: 0;
	right: 5px;
}
.sup_worries_ans_inner{
	width:1084px;
	margin:7px auto;
	padding:30px 0 0 0;
	background-color:#fff;
}
.sup_worries_ans_inner h3{
	width:1000px;
	color:#fff;
	font-size:40px;
	line-height:55px;
	margin:0 auto;
	padding:30px;
	letter-spacing: 0.05em;
	background-color:#f7bb74;
	border:7px solid #fff5e9;
	box-sizing: border-box;
}
.sup_worries_ans_inner h3 span{
	color:#faee16;
}
.sup_worries_ans_inner p{
	width:1000px;
	margin:0px auto;
	padding:30px 0;
	font-size:23px;
	line-height:38px;
	font-weight:bold;
	letter-spacing: 0.05em;
	color:#333;
}
.sup_worries_ans_inner p span{
	color:#f37d4f;
}
/* inq */
#sup_inq {
	width: 100%;
	margin:80px 0 0 0;
	padding: 50px 0;
	background-color:#fff5e9;
}
.re_t_inq_inner {
	width: 1100px;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 30px 30px 40px 30px;
	background: rgba(255, 255, 255, 0.9);
	font-weight: bold;
}
.re_t_inq_inner .re_t_inq_tl {
	margin: 0 0 25px 0;
	padding: 0 0 10px 0;
	position: relative;
}
.re_t_inq_inner .re_t_inq_tl:after {
	content: "";
	display: inline-block;
	width: 100%;
	height: 5px;
	background: #f7bb74;
	border-radius: 0 0 3px 3px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.re_t_inq_inner .re_t_inq_tl h2 {
	margin: 0;
	padding: 15px 0;
	background: #f7bb74;
	border-radius: 3px 3px 0 0;
	font-size: 26px;
	line-height: 30px;
	color: #FFF;
	text-align: center;
	letter-spacing: 0.1em;
}
.re_t_inq_inner .re_t_inq_tl h2 span {
	color: #fff20d;
}
.re_t_inq_inner .re_t_inq_catch {
	margin: 0 0 30px 0;
	font-size: 26px;
	line-height: 30px;
	text-align: center;
	letter-spacing: 0.1em;
}
.re_t_inq_inner .re_t_inq_box {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0 75px;
}
.re_t_inq_inner .re_t_inq_box div .re_t_inq_tel {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0 8px;
	margin: 0 0 5px 0;
	font-size: 40px;
	line-height: 46px;
	font-weight: bold;
}
.re_t_inq_inner .re_t_inq_box div .re_t_inq_tel:before {
	content: "";
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url(/img/new_common/header/tel_icon.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.re_t_inq_inner .re_t_inq_box div .re_t_inq_time {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0 8px;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	margin:0;
}
.re_t_inq_inner .re_t_inq_box div .re_t_inq_time span {
	display: inline-block;
	width: 70px;
	padding: 2px 0;
	background: #333;
	border-radius: 12px;
	font-size: 16px;
	color: #FFF;
	text-align: center;
	letter-spacing: 0.05em;
}
.re_t_inq_inner .re_t_inq_box a {
	padding: 17px 75px 17px 75px;
	background: #f37d4f;
	border-radius: 3px;
	border: 2px solid #FFF;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	position: relative;
	transition: all 0.2s;
}
.re_t_inq_inner .re_t_inq_box a:hover {
	background: #f7bb74;
}
.re_t_inq_inner .re_t_inq_box a:before {
	content: "";
	display: inline-block;
	width: 36px;
	height: 36px;
	margin: auto;
	background: #FFF;
	border-radius: 50%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 18px;
}
.re_t_inq_inner .re_t_inq_box a:after {
	content: "";
	display: inline-block;
	background-color: #f37d4f;
	width: 7px;
	height: 12px;
	margin: auto;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 31px;
}
.re_t_inq_inner .re_t_inq_box a:after {
	content: "";
	display: inline-block;
	background-color: #f37d4f;
	width: 7px;
	height: 12px;
	margin: auto;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 31px;
	transition: all 0.2s;
}
.re_t_inq_inner .re_t_inq_box a:hover:after {
	background-color: #f7bb74;
}
.re_t_inq_inner .re_t_inq_box a div {
	font-size: 24px;
	line-height: 28px;
}
.re_t_inq_inner .re_t_inq_box a div:before {
	content: "";
	display: inline-block;
	width: 30px;
	height: 23px;
	margin: auto;
	background: url(/img/new_common/header/mail_icon.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 20px;
}
.re_t_inq_inner .re_t_inq_box a div span {
	display: block;
	margin: 0 0 2px 0;
	font-size: 18px;
	line-height: 22px;
}
#sup_utilize{
	padding:80px 0;
	background-image:url(/img/support/sup_utilize_bg.jpg);
}
.sup_utilize_inner{
	width:1100px;
	margin:0 auto;
	padding:80px 0 40px 0;
	background-color:rgba(255,255,255,0.8);
}
.sup_utilize_inner h2{
	width:860px;
	margin:0 auto;
	font-size:44px;
	font-weight:bold;
	color:#fff;
	line-height:90px;
	letter-spacing: 0.05em;
	text-align:center;
	background-color:#f7bb74;
	position:relative;
	}
.sup_utilize_inner h2:after{
	content: "";
	display: inline-block;
	width: 73px;
	height: 102px;
	margin: auto;
	background: url(/img/support/s_sug_icon.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	bottom: 50px;
	left: 120px;
}

.sup_utilize_pat{
	width:860px;
	margin:70px auto 0 auto;
}
.sup_utilize_pat ul{
	display:flex;
	justify-content: space-between;
}
.sup_utilize_pat ul li{
	width:250px;
	font-size:34px;
	font-weight:bold;
	text-align:center;
	line-height:70px;
	letter-spacing: 0.1em;
	border-radius:50px;
	background-color:#fff5e9;
	position:relative;
}
.sup_utilize_pat ul li:after{
	content: "";
	width: 20px;
	height: 18px;
	margin: auto;
	background: #fff5e9;
	clip-path: polygon(50% 100%, 0 0, 100% 0);
	position: absolute;
	bottom: -18px;
	left: 0;
	right: 0;
}
.sup_utilize_inner h3{
	font-size:50px;
	font-weight:bold;
	line-height:50px;
	letter-spacing: 0.1em;
	color:#f7bb74;
	text-align:center;
	margin:40px 0 0 0;
	position:relative;
	z-index:1;
	}
.sup_utilize_inner h3 span{
	color:#f37d4f;
	}
.sup_utilize_inner h3:after{
	content: "";
	width: 1025px;
	height: 23px;
	margin: auto;
	background: #fbf0ec;
	position: absolute;
	bottom: -8px;
	left: 0;
	right: 0;
	z-index:-1;
}
.sup_utilize_inner p{
	font-size:30px;
	line-height:45px;
	font-weight:bold;
	letter-spacing: 0.05em;
	text-align:center;
	margin:40px 0 0 0;
}
.sup_utilize_con{
	margin:60px 0 0 0;
}
.sup_utilize_con ul{
	display:flex;
	gap:33px;
	flex-wrap: wrap;
	justify-content: center;
}
.sup_utilize_con ul li{
	width:290px;
	height:250px;
	background-color:#fff5e9;
	border-radius:60px;
	position:relative;
}
.sup_utilize_con ul li p{
	font-size:33px;
	font-weight:bold;
	color:#f7bb74;
	margin:20px 0 0 0;
}
.sup_utilize_con ul li img{
	position:absolute;
	top:0;
}
.sup_utilize_inner .re_t_inq_inner{
	width:1000px;
	margin:100px auto 0 auto; 
}

.sup_utilize_inner .re_t_inq_inner .re_t_inq_tl h2{
	width:auto;
}
.sup_utilize_inner .re_t_inq_inner .re_t_inq_tl h2:after{
	display:none;
}

#re_t_solution {
	width: 100%;
	margin: 0 0 105px 0;
	padding: 0 0 100px 0;
	position: relative;
}
#re_t_solution:before {
	content: "";
	display: inline-block;
	width: calc(50% + 650px);
	max-width: calc(100% - 30px);
	height: calc(100% - 55px);
	background: #fff5e9;
	border-radius: 0 10px 10px 0;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}
#re_t_solution .re_t_sol_inner {
	width: 1100px;
	margin: 0 auto;
}
#re_t_solution .re_t_sol_inner picture,
#re_t_solution .re_t_sol_inner img {
	display: block;
}
#re_t_solution .re_t_sol_inner div {
	margin: 0 0 50px 0;
	padding: 0 0 105px 0;
	position: relative;
}
#re_t_solution .re_t_sol_inner div:after {
	content: "";
	width: 320px;
	height: 55px;
	margin: auto;
	background: #f7bb74;
	clip-path: polygon(50% 100%, 0 0, 100% 0);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
#re_t_solution .re_t_sol_inner h2 {
	margin: 0 0 40px 0;
}
#re_t_solution .re_t_sol_inner p {
	margin: 0 0 40px 0;
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	letter-spacing: 0.1em;
}