@charset "UTF-8";

/* ---------------------------------------
  ハウスリースバック
-----------------------------------------*/


/* リンク調整用
--------------------------------*/

#sec_stracture::before,
#sec_case::before,
#sec_case2::before,
#sec_step::before,
#sec_faq::before {
	content: "";
	width: 100%;
	height: 30px;
	display: block;
	position: relative;
	background-color: #fff;
}

.bg_lightblue2+section::before {
	background-color: #e7f2f6!important;
}

.bg_gray+section::before {
	background-color: #efeee6!important;
}

@media screen and (max-width: 768px) {
	#sec_stracture::before,
	#sec_case::before,
	#sec_step::before,
	#sec_faq::before {
		height: 5.248vw;
	}
}


/* pagettl
--------------------------------*/

#pagettl {
	background-color: #0468b6;
}

@media screen and (max-width: 768px) {
	#pagettl .wrap {
		width: 92%;
	}
	#pagettl .ttl {
		letter-spacing: 0.02em;
	}
	#pagettl .ico img {
		width: 13vw;
	}
}


/* secttl
--------------------------------*/

.secttl {
	display: block;
	background-color: #0468b6;
	font-size: 2.2rem;
	letter-spacing: 0.1em;
	padding: 13px 1.5em 14px;
	border-radius: 30px;
	box-shadow: 4px 4px 0 #045285;
	position: relative;
	transform: translateY(-50%);
	margin-bottom: 1em;
}

@media screen and (max-width: 768px) {
	.secttl {
		font-size: 4.2vw;
		padding: .5em 1.5em;
		border-radius: 100vh;
		box-shadow: .8vw .8vw 0 #045285;
	}
}


/* btnwrap
--------------------------------*/

.btnwrap {
	margin-top: 60px;
	width: 950px;
	margin: 60px auto 0;
}

.btnwrap .txt {
	font-size: 2.5rem;
	letter-spacing: 0.08em;
	font-feature-settings: "palt";
	margin-bottom: .8em;
}

.btnwrap .txt>span {
	display: inline-block;
	font-size: 4.3rem;
	line-height: 1.5;
	letter-spacing: 0.08em;
	position: relative;
}

.btnwrap .txt>span::before {
	content: "";
	width: 100%;
	height: 3px;
	background-color: #ff6602;
	border-radius: 1.5px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.btnwrap .txt .orange {
	color: #ff6602;
}

.btnwrap .btn {
	margin-top: 15px;
}

.btnwrap .btn a {
	width: 792px;
	font-weight: 700;
	font-size: 2.1rem;
	letter-spacing: 0.15em;
	height: 66px;
	border-radius: 33px;
}

.btnwrap .irai_btn a {
	width: 546px;
	height: 86px;
	background-color: #ff6602;
	border-radius: 10px;
	color: #fff;
	box-shadow: 0 10px 0 0 #ffa367;
	transition: .3s ease;
}

.btnwrap .irai_btn a::before,
.btnwrap .irai_btn a::after {
	content: none;
}

.btnwrap .irai_btn a .ico {
	margin-right: 6px;
}

.btnwrap .number>* {
	text-align: center;
}

.btnwrap .number .txt {
	font-weight: 700;
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	margin-bottom: 0;
}

.btnwrap .number .tel {
	color: #ff6602;
	font-size: 4.6rem;
	line-height: 1;
	letter-spacing: 0.06em;
}

.btnwrap .number .time {
	font-weight: 500;
	font-size: 1.8rem;
}

@media screen and (min-width: 769px) {
	.btnwrap .irai_btn a:hover {
		transform: translateY(10px);
		box-shadow: 0 0 0 0 #ffa367;
	}
}

@media screen and (max-width: 768px) {
	.btnwrap {
		width: 100%;
		margin-top: 10vw;
	}
		.btnwrap .txt {
		font-size: 5vw;
	}
	.btnwrap .txt>span {
		font-size: 7vw;
	}
	.btnwrap .txt>span::before {
		height: .6vw;
		border-radius: .3vw;
	}
	.btnwrap .btn {
		margin-top: 2vw;
	}
	.btnwrap .btn a {
		width: 100%;
		font-size: 3.6vw;
		height: 16vw;
		border-radius: 8vw;
		padding: 0 2.5em 0 1.3em;
	}
	.btnwrap .irai_btn{
		margin-bottom: 6vw;
	}
	.btnwrap .irai_btn a {
		width: 100%;
		height: 16vw;
		border-radius: 1.6vw;
		box-shadow: 0 1.6vw 0 0 #ffa367;
		padding: 0 1em;
	}
	.btnwrap .irai_btn a .ico {
		width: 4.8vw;
		margin-right: 1.2vw;
	}
	.btnwrap .number .txt {
		font-size: 3.6vw;
	}
	.btnwrap .number .tel {
		font-size: 9vw;
	}
	.btnwrap .number .time {
		font-size: 3.6vw;
	}
}


/* contact_btn
--------------------------------*/

.contact_btn {
	margin-top: 120px;
}

@media screen and (min-width: 769px) {
	.contact_btn {
		max-width: 996px;
	}
	.contact_btn .midashi {
		width: 388px;
	}
}

@media screen and (max-width: 768px) {
	.contact_btn {
		margin-top: 13vw;
	}
	.contact_btn .midashi {
		height: auto;
		padding: .2em 1em;
		border-radius: 100vh;
	}
}


/* sec_mv
--------------------------------*/

#sec_mv {
	background-color: #ffe8d9;
	padding: 0 0 120px;
}

#sec_mv .img {
	width: 893px;
	border-radius: 30px;
	overflow: hidden;
	position: absolute;
	right: -100px;
	top: 0;
}

#sec_mv .txtwrap {
	max-width: 526px;
	position: relative;
	z-index: 1;
	padding-top: 56px;
}

#sec_mv .txtwrap .ttl {
	margin-bottom: 25px;
}

#sec_mv .txtwrap .ttl .midashi {
	display: inline-block;
	color: #fff;
	font-weight: 700;
	font-size: 3.2rem;
	line-height: 1.6;
	position: relative;
	padding: 4px 1.2em;
	background-color: #ff6602;
	border-radius: 28px;
	z-index: 1;
}

#sec_mv .txtwrap .ttl .midashi:first-child {
	margin-bottom: 8px;
}

#sec_mv .txtwrap .ttl .midashi:first-child::before {
	content: "";
	width: 48px;
	height: 51px;
	background: url(../img/leaseback/intro_ttl.png) no-repeat center / 100% auto;
	position: absolute;
	right: -45px;
	top: -36px
}

#sec_mv .txtwrap .ttl .midashi:last-child::before {
	content: "";
	width: 9px;
	height: 40px;
	background-color: #ff6602;
	border-radius: 4.5px;
	position: absolute;
	right: 6px;
	bottom: -24px;
	transform: rotate(-40deg);
	z-index: -1;
}

#sec_mv .txtwrap .txt span {
	display: inline-block;
	font-weight: 700;
	font-size: 2.1rem;
	line-height: 2.57;
	letter-spacing: 0.08em;
	font-feature-settings: "palt";
	position: relative;
}

#sec_mv .txtwrap .txt span::before {
	content: "";
	width: 100%;
	height: 3px;
	background-color: #ff6602;
	border-radius: 1.5px;
	position: absolute;
	left: 0;
	bottom: .2em;
}

#sec_mv .txtwrap .list {
	margin-top: 50px;
	justify-content: flex-start;
}

#sec_mv .txtwrap .list li {
	text-align: left;
	display: inline-block;
	font-weight: 700;
	font-size: 2.2rem;
	line-height: 1.5;
	letter-spacing: 0.1em;
	position: relative;
	padding-left: 1.75em;
	min-width: 10em;
}

#sec_mv .txtwrap .list li+li:not(:nth-child(odd)) {
	margin-left: 20px;
}

#sec_mv .txtwrap .list li:nth-child(n + 3) {
	margin-top: 1.3em;
}

#sec_mv .txtwrap .list li::before {
	content: "";
	width: 24px;
	height: 23px;
	background: url(../img/leaseback/ico_list.png) no-repeat center / 100% auto;
	position: absolute;
	left: 0;
	top: .3em;
}

@media screen and (max-width: 768px) {
	#sec_mv {
		padding: 0 0 24vw;
	}
	#sec_mv .wrap {
		width: 100%;
	}
	#sec_mv .img {
		width: 100%;
		border-radius: 0;
		overflow: hidden;
		position: static;
	}
	#sec_mv .txtwrap {
		max-width: 100%;
		padding: 10vw 8vw 0;
	}
	#sec_mv .txtwrap .ttl {
		margin-bottom: 25px;
	}
	#sec_mv .txtwrap .ttl .midashi {
		font-size: 5.4vw;
		padding: .8vw .6em;
		border-radius: 100vh;
	}
	#sec_mv .txtwrap .ttl .midashi:first-child {
		margin-bottom: 8px;
	}
	#sec_mv .txtwrap .ttl .midashi:first-child::before {
		width: 9.8vw;
		height: 10.2vw;
		right: -8vw;
		top: -7vw;
	}
	#sec_mv .txtwrap .ttl .midashi:last-child::before {
		width: 2vw;
		height: 8vw;
		border-radius: 1vw;
		right: 3vw;
		bottom: -4vw;
	}
	#sec_mv .txtwrap .txt span {
		font-size: 4vw;
		line-height: 2.3;
	}
	#sec_mv .txtwrap .txt span::before {
		height: .6vw;
		border-radius: .3vw;
	}
	#sec_mv .txtwrap .list {
		margin-top: 10vw;
	}
	#sec_mv .txtwrap .list li {
		font-size: 4vw;
		min-width: inherit;
		width: 48%;
	}
	#sec_mv .txtwrap .list li+li:not(:nth-child(odd)) {
		margin-left: 4%;
	}
	#sec_mv .txtwrap .list li::before {
		width: 4.8vw;
		height: 4.6vw;
		top: .25em;
	}
}


/* sec_intro
--------------------------------*/

#sec_intro {
	padding: 0 0 120px;
}

#sec_intro .btnwrap {
	margin-top: -40px;
}

#sec_intro .problem {
	margin-top: 100px;
}

#sec_intro .problem .ttl {
	font-size: 3.6rem;
	margin-bottom: -.75em;
	position: relative;
	z-index: 1;
}

#sec_intro .problem .ttl .midashi {
	letter-spacing: 0.1em;
	display: inline-block;
	position: relative;
	padding: 0 1em;
}

#sec_intro .problem .ttl .midashi::before,
#sec_intro .problem .ttl .midashi::after {
	content: "";
	width: .5em;
	height: 1.5em;
	background: url(../img/leaseback/intro_secttl.png) no-repeat center / 100% auto;
	position: absolute;
	top: 0;
}

#sec_intro .problem .ttl .midashi::before {
	left: 0;
}

#sec_intro .problem .ttl .midashi::after {
	transform: scale(-1, 1);
	right: 0;
}

#sec_intro .problem .box {
	height: 592px;
	border-radius: 15px;
	padding: 74px 40px 0;
	background: #ffe6d6;
}

#sec_intro .problem .txt {
	font-weight: 700;
	font-size: 2.4rem;
	line-height: 1.8;
	margin-top: -2.9em;
	position: relative;
	z-index: 1;
}

#sec_intro .problem .txt::before {
	content: "";
	width: 341px;
	height: 173px;
	;
	background: url(../img/leaseback/intro_problem_arw.png) no-repeat center / 100% auto;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: -78px;
	z-index: -1;
}

#sec_intro .problem .txt span.orange {
	color: #ff6602;
}

#sec_intro .problem .txt .marugo {
	line-height: 1.5;
	display: inline-block;
	padding: 0 0.25em 0 0.5em;
	font-size: 3.2rem;
	margin-top: .4em;
	position: relative;
}

#sec_intro .problem .txt .marugo::before {
	content: "";
	width: 100%;
	height: 18px;
	background-color: #ffc93c;
	border-radius: 9px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}

#sec_intro .merit {
	margin-top: 120px;
	background-color: #ffc93c;
	border-radius: 15px;
	padding: 0 110px 45px;
}

#sec_intro .merit .midashi {
	font-size: 3.6rem;
	letter-spacing: 0;
	margin-bottom: 20px;
	transform: translateY(-40%);
}

#sec_intro .merit .midashi .ico {
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}

#sec_intro .merit ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#sec_intro .merit ul li {
	width: 202px;
	height: 202px;
	position: relative;
}

#sec_intro .merit ul li::before {
	content: "";
	width: 100%;
	height: 100%;
	border: 30px solid #fff;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0;
}

#sec_intro .merit ul li::after {
	content: "";
	width: 49px;
	height: 52px;
	background: url(../img/leaseback/intro_merit_point.png) no-repeat center / 100% auto;
	position: absolute;
	right: -26px;
	top: -10px;
}

#sec_intro .merit ul li+li:not(:nth-child(3n + 1)) {
	margin-left: 187px;
}

#sec_intro .merit ul li:nth-child(n + 4) {
	margin-top: 36px;
}

#sec_intro .merit ul li .num {
	color: #ff6602;
	font-size: 5.1rem;
	line-height: 1;
	letter-spacing: 0;
	transform: rotate(-8deg);
	text-align: center;
	position: absolute;
	left: 42px;
	top: -4px;
}

#sec_intro .merit ul li .num span {
	display: inline-block;
	font-size: 3rem;
	margin-right: .2em;
	transform: rotate(-2deg);
}

#sec_intro .merit ul li .txtwrap {
	height: 100%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

#sec_intro .merit ul li .txt {
	max-height: 2.4em;
	font-size: 3.4rem;
	line-height: 1.55;
	letter-spacing: 0.1em;
	white-space: nowrap;
	margin-left: .25em;
}

#sec_intro .merit ul li .txt sup {
	color: #4c4948;
	font-weight: 400;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.6rem;
	letter-spacing: 0.08em;
	margin: 0 -1.2em 0 0;
}
#sec_intro .merit ul li:nth-child(3) .txt sup{
	margin-left: -.8em;
}
#sec_intro .merit .note {
	font-size: 1.6rem;
	margin-top: 50px;
}

@media screen and (max-width: 768px) {
	#sec_intro {
		padding: 0 0 18vw;
	}
	#sec_intro .btnwrap {
		margin-top: -16vw;
	}
	#sec_intro .problem {
		margin-top: 8vw;
	}
	#sec_intro .problem .ttl {
		font-size: 5.6vw;
		margin: 0;
		transform: translateY(50%);
	}
	#sec_intro .problem .ttl .midashi {
		padding: 0 1em;
	}
	#sec_intro .problem .ttl .midashi::before,
	#sec_intro .problem .ttl .midashi::after {
		width: .8em;
		height: 100%;
		background: url(../img/leaseback/intro_secttl_sp.png) no-repeat center / 100% auto;
	}
	#sec_intro .problem .box {
		height: 126vw;
		border-radius: 2vw;
		padding: 14vw 4vw 0;
	}
	#sec_intro .problem .txt {
		font-size: 4.4vw;
		margin-top: -5.4em;
	}
	#sec_intro .problem .txt::before {
		width: 56.8vw;
		height: 29vw;
		top: -2vw;
	}
	#sec_intro .problem .txt .marugo {
		padding: 0;
		font-size: 5vw;
	}
	#sec_intro .problem .txt .marugo::before {
		height: 2.4vw;
		border-radius: 1.2vw;
	}
	#sec_intro .merit {
		border-radius: 0;
		padding: 0 4vw 9vw;
		margin: 18vw -8vw 0;
	}
	#sec_intro .merit .midashi {
		font-size: 5vw;
		margin-bottom: 3vw;
	}
	#sec_intro .merit .midashi .ico {
		width: 9vw;
		margin-right: 2vw;
	}
	#sec_intro .merit ul {
		margin: 0 -4vw;
	}
	#sec_intro .merit ul li {
		width: 32vw;
		height: 32vw;
	}
	#sec_intro .merit ul li::before {
		border: 4.6vw solid #fff;
	}
	#sec_intro .merit ul li::after {
		width: 8vw;
		height: 8vw;
		right: -4.3vw;
		top: -1.8vw;
	}
	#sec_intro .merit ul li:nth-child(even) {
		margin-left: 14vw!important;
	}
	#sec_intro .merit ul li+li:not(:nth-child(3n + 1)) {
		margin-left: 0;
	}
	#sec_intro .merit ul li:nth-child(n + 4) {
		margin-top: 0;
	}
	#sec_intro .merit ul li:nth-child(n + 3) {
		margin-top: 3vw;
	}
	#sec_intro .merit ul li .num {
		font-size: 7vw;
		left: 7vw;
		top: -1.2vw;
	}
	#sec_intro .merit ul li .num span {
		font-size: 5vw;
	}
	#sec_intro .merit ul li .txt {
		font-size: 4.9vw;
		/*		max-height: inherit;*/
		line-height: 1.4;
	}
	#sec_intro .merit ul li:nth-child(4) .txtwrap .txt {
		max-height: 3.2em;
	}
	#sec_intro .merit ul li .txt sup {
		display: inline;
		font-size: 50%;
	}
	#sec_intro .merit .note {
		font-size: 3.2vw;
		margin-top: 8vw;
	}
}


/* stracture
--------------------------------*/

#sec_stracture {
	padding: 0 0 120px;
}

#sec_stracture .block {
	background-color: #fff;
	border-radius: 10px;
	padding: 0 30px 45px;
}

#sec_stracture .block+.block {
	margin-top: 85px;
}

#sec_stracture .block .ttl {
	font-size: 2.8rem;
	line-height: 1;
	letter-spacing: 0.1em;
	transform: translateY(-70%)
}

#sec_stracture .block .ttl .num {
	display: inline-block;
	font-size: 9rem;
	line-height: .7;
	letter-spacing: 0;
	margin-right: .3em;
	vertical-align: -.08em;
}

@media screen and (max-width: 768px) {
	#sec_stracture {
		padding: 0 0 18vw;
	}
	#sec_stracture .block {
		border-radius: 1.8vw;
		padding: 2.6vw 5.2vw 11vw;
	}
	#sec_stracture .block+.block {
		margin-top: 17vw;
	}
	#sec_stracture .block .ttl {
		display: flex;
		align-items: flex-start;
		font-size: 5.8vw;
		line-height: 1.5;
		margin: 0 -3.4vw;
		transform: translateY(-42%)
	}
	#sec_stracture .block .ttl .num {
		font-size: 18vw;
		margin-right: .2em;
		margin-top: -3.4vw;
	}
}


/* case2
--------------------------------*/

#sec_case2 {
	padding: 0 0 120px;
}

#sec_case2 .secttl {
	margin-bottom: 1.5em;
}

#sec_case2 .item {
	width: 568px;
	background-color: #fff4d8;
	border-radius: 20px;
}

#sec_case2 .item .ttlwrap {
	background-color: #fff;
	border-radius: 20px 20px 0 0;
}

#sec_case2 .item .ttl {
	font-size: 2.8rem;
	position: relative;
	top: -.85em;
	margin-bottom: .3em;
}

#sec_case2 .item .ttl_s {
	font-size: 2.4rem;
	margin: 0 40px;
	padding-bottom: 1.25em;
	border-bottom: 1px dotted #4c4948;
}

#sec_case2 .item dl {
	padding: 30px 40px 32px;
	position: relative;
}

#sec_case2 .item dl.trouble {
	background-color: #fff;
}

#sec_case2 .item dl.solve {
	background-color: #fff4d8;
	border-radius: 0 0 20px 20px;
	padding-bottom: 36px;
}

#sec_case2 .item dl.solve::before {
	content: "";
	width: 78px;
	height: 40px;
	background: url(../img/leaseback/case_arw.png) no-repeat center / 100% auto;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: -20px;
}

#sec_case2 .item dl dt {
	text-align: center;
	font-weight: 700;
	font-size: 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: .6em;
}

#sec_case2 .item dl dt::before {
	content: "";
	width: 48px;
	height: 48px;
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
	margin-right: 10px;
}

#sec_case2 .item dl.trouble dt::before {
	background-image: url(../img/leaseback/case2_ico_trouble.png);
	background-size: 38px auto;
}

#sec_case2 .item dl.solve dt::before {
	background-image: url(../img/leaseback/case2_ico_solve.png);
	background-size: 48px auto;
}

#sec_case2 .item dl dd {
	font-size: 1.6rem;
	line-height: 2;
	letter-spacing: 0.08em;
	font-feature-settings: "palt";
	text-align: justify;
}

#sec_case2 .item dl.trouble dd {
	letter-spacing: 0.06em;
}

@media screen and (min-width: 769px) {
	#sec_case2 .item:nth-child(n + 3) {
		margin-top: 80px;
	}
}

@media screen and (max-width: 768px) {
	#sec_case2 {
		padding: 0 0 18vw;
	}
	#sec_case2 .item {
		width: 100%;
		border-radius: 2vw;
	}
	#sec_case2 .item+.item {
		margin-top: 8vw;
	}
	#sec_case2 .item .ttlwrap {
		border-radius: 2vw 2vw 0 0;
	}
	#sec_case2 .item .ttl {
		font-size: 5.4vw;
	}
	#sec_case2 .item .ttl_s {
		font-size: 4.6vw;
		margin: 0 6vw;
	}
	#sec_case2 .item dl {
		padding: 6vw 6vw 7vw;
	}
	#sec_case2 .item dl.solve {
		border-radius: 0 0 2vw 2vw;
		padding-bottom: 7.4vw;
	}
	#sec_case2 .item dl.solve::before {
		width: 13vw;
		height: 6.7vw;
		top: -3.3vw;
	}
	#sec_case2 .item dl dt {
		font-size: 4vw;
	}
	#sec_case2 .item dl dt::before {
		width: 9.6vw;
		height: 9.6vw;
		margin-right: 2vw;
	}
	#sec_case2 .item dl.trouble dt::before {
		background-size: 7.2vw auto;
	}
	#sec_case2 .item dl.solve dt::before {
		background-size: 9.6vw auto;
	}
	#sec_case2 .item dl dd {
		font-size: 3.2vw;
	}
}


/* case
--------------------------------*/

#sec_case {
	padding: 0 0 120px;
}

#sec_case .block+.block {
	margin-top: 80px;
}

#sec_case .block .ttlwrap {
	align-items: center;
}

#sec_case .block .ttlwrap .ttl {
	width: 267px;
	height: 73px;
	background: url(../img/leaseback/case_ttl_bg.png) no-repeat center / 100% auto;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-right: 30px;
}

#sec_case .block .ttlwrap .ttl .ico {
	margin-right: 20px;
}

#sec_case .block .ttlwrap .ttl .num {
	display: inline-block;
	color: #ff6602;
	font-size: 8rem;
	line-height: .5;
	letter-spacing: 0;
	transform: rotate(-6deg);
	transform-origin: left bottom;
}

#sec_case .block .ttlwrap .ttl .num span {
	display: inline-block;
	font-size: 4rem;
	line-height: 0.5;
	margin-right: .15em;
	transform: rotate(-4deg);
	vertical-align: .25em;
}

#sec_case .block .ttlwrap .txt {
	width: 900px;
	font-weight: 700;
	line-height: 2;
	font-feature-settings: "palt";
	letter-spacing: 0.08em;
}

#sec_case .block .lead {
	margin-top: 50px;
	position: relative;
}

#sec_case .block .lead::after {
	content: "";
	width: 233px;
	height: 119px;
	background: url(../img/leaseback/case_arw.png) no-repeat center / 100% auto;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: -10px;
	z-index: -1;
}

#sec_case .block .lead span {
	display: inline-block;
	font-size: 3.2rem;
	letter-spacing: 0.1em;
	line-height: 1.5;
	padding: 0 .5em;
	position: relative;
}

#sec_case .block .lead span::before {
	content: "";
	width: 100%;
	height: 18px;
	background-color: #ffc93c;
	border-radius: 9px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}

#sec_case .block .inner {
	margin-top: 90px;
}

#sec_case .block .inner .box {
	width: 570px;
	border-radius: 15px;
	padding: 0 40px 32px;
	position: relative;
}

#sec_case .block .inner .box_b {
	background-color: #f8f7f3
}

#sec_case .block .inner .box_a {
	background-color: #fff4d8;
}

#sec_case .block .inner .box_a::before {
	content: "";
	width: 38px;
	height: 174px;
	background: url(../img/leaseback/case_arw_s.png) no-repeat center / 100% auto;
	position: absolute;
	left: -48px;
	top: 50%;
	transform: translateY(-62%);
}

#sec_case .block .inner .box .en {
	display: inline-block;
	color: #ff6602;
	font-size: 4rem;
	line-height: .5;
	letter-spacing: 0;
	transform: rotate(-12deg);
	position: absolute;
	left: 14px;
	top: -12px;
}

#sec_case .block .inner .box .boxttl {
	font-size: 2.4rem;
	letter-spacing: 0.15em;
	transform: translateY(-50%);
	margin-bottom: .6em;
}

#sec_case .block .inner .box .tb {
	width: 100%;
	border-collapse: collapse;
}

#sec_case .block .inner .box .tb+.tb {
	margin-top: 25px;
}

#sec_case .block .inner .box .tb thead th {
	font-weight: 700;
	background-color: #fff;
	text-align: center;
	padding: 8px;
	height: 50px;
	vertical-align: middle;
	border-radius: 25px;
}

#sec_case .block .inner .box .tb tbody th,
#sec_case .block .inner .box .tb tbody td {
	border-bottom: 1px dotted #4c4948;
	font-weight: 700;
	padding: 5px 0 4px;
}

#sec_case .block .inner .box .tb tbody td {
	text-align: right;
	width: 47%;
}

#sec_case .block .inner .box .tb tbody .total th,
#sec_case .block .inner .box .tb tbody .total td {
	border: none;
	padding: 0;
	border-top: 2px solid #4c4948;
}

#sec_case .block .inner .box .tb tbody .total td {
	font-weight: 700;
	font-size: 2.2rem;
	line-height: 1.6;
	padding: .65em 0 0;
}

#sec_case .block .inner .box .tb tbody .total td span {
	color: #ff6602;
	display: inline-block;
	line-height: 1;
}

#sec_case .block .inner .box .tb tbody .total td span strong {
	display: inline-block;
	line-height: 1;
	font-size: 2.9rem;
}

@media screen and (max-width: 768px) {
	#sec_case {
		padding: 0 0 18vw;
	}
	#sec_case .block+.block {
		margin-top: 12vw;
	}
	#sec_case .block .ttlwrap .ttl {
		width: 42.664vw;
		height: 11.52vw;
		padding-left: 3.2vw;
	}
	#sec_case .block .ttlwrap .ttl .ico {
		width: 8vw;
		margin-right: 2vw;
	}
	#sec_case .block .ttlwrap .ttl .num {
		font-size: 12.8vw;
	}
	#sec_case .block .ttlwrap .ttl .num span {
		font-size: 6.4vw;
	}
	#sec_case .block .ttlwrap .txt {
		width: 100%;
		margin-top: 1em;
	}
	#sec_case .block .lead {
		margin-top: 8vw;
	}
	#sec_case .block .lead::after {
		width: 46.6vw;
		height: 23.8vw;
		top: -6vw;
	}
	#sec_case .block .lead span {
		display: block;
		font-size: 5vw;
		padding: 0;
	}
	#sec_case .block .lead span::before {
		height: 2.4vw;
		border-radius: 1.2vw;
	}
	#sec_case .block .inner {
		margin-top: 18vw;
	}
	#sec_case .block .inner .box {
		width: 100%;
		border-radius: 2.3vw;
		padding: 0 6vw 6vw;
	}
	#sec_case .block .inner .box_a {
		margin-top: 16vw;
	}
	#sec_case .block .inner .box_a::before {
		width: 7.6vw;
		height: 34.8vw;
		left: 50%;
		top: -22vw;
		transform: rotate(90deg) translate(-50%, 10%);
	}
	#sec_case .block .inner .box .en {
		font-size: 8vw;
		left: 2vw;
		top: -9vw;
	}
	#sec_case .block .inner .box .boxttl {
		margin: 0 -6vw;
		font-size: 5.2vw;
	}
	#sec_case .block .inner .box .tb+.tb {
		margin-top: 5vw;
	}
	#sec_case .block .inner .box .tb thead th {
		padding: 1.6vw;
		height: 10vw;
		border-radius: 5vw;
	}
	#sec_case .block .inner .box .tb tbody th,
	#sec_case .block .inner .box .tb tbody td {
		padding: 1vw 0;
	}
	#sec_case .block .inner .box .tb tbody .total th,
	#sec_case .block .inner .box .tb tbody .total td {
		border-top: 1px solid #4c4948;
	}
	#sec_case .block .inner .box .tb tbody .total td {
		font-size: 4.4vw;
	}
	#sec_case .block .inner .box .tb tbody .total td span strong {
		font-size: 5.8vw;
	}
}


/* step
--------------------------------*/

#sec_step {
	padding: 0 0 120px;
}

#sec_step .secttl {
	margin-bottom: 0;
}

#sec_step .secttl+.lead {
	font-weight: 700;
	margin-bottom: 1.5em;
}

#sec_step .list .box {
	width: 1140px;
	margin-left: auto;
	background-color: #fff;
	position: relative;
	border-radius: 10px;
	padding: 16px 40px 16px 68px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#sec_step .list .box+.box {
	margin-top: 45px;
}

#sec_step .list .box::after {
	content: "";
	width: 46px;
	height: 29px;
	background: url(../img/buy/step_arw.png) no-repeat center / 100% auto;
	position: absolute;
	bottom: -37px;
	left: calc(50% - 58px);
}

#sec_step .list .box:last-child::after {
	content: none;
}

#sec_step .list .box .num {
	color: #0468b6;
	font-size: 10.3rem;
	line-height: .5;
	letter-spacing: 0;
	position: absolute;
	left: -60px;
	top: 50%;
	transform: translateY(-60%)rotate(-6deg);
	text-align: center;
}

#sec_step .list .box .num span {
	display: block;
	font-size: 4.1rem;
	line-height: 1;
	transform: skewX(-13deg)rotate(-8deg);
	margin-right: -.5em;
}

#sec_step .list .box .imgwrap {
	position: relative;
}

#sec_step .list .box .imgwrap span {
	position: absolute;
	left: 2px;
	top: -12px;
	z-index: 2;
}

#sec_step .list .box .ico {
	width: 160px;
}

#sec_step .list .box .txtwrap {
	width: calc(100% - 180px);
}

#sec_step .list .box .txtwrap .ttl {
	font-weight: 700;
	font-size: 2rem;
	line-height: 1.5;
	margin-bottom: .5em;
}

#sec_step .list .box .txtwrap .txt {
	font-size: 1.6rem;
	line-height: 1.75;
	letter-spacing: 0.08em;
	font-feature-settings: "palt";
}

#sec_step .list .box .txtwrap .txt+.txt {
	margin-top: 1em;
}

@media screen and (max-width: 768px) {
	#sec_step {
		padding: 0 0 18vw;
	}
	#sec_step .list .box {
		width: 100%;
		border-radius: 1.87vw;
		padding: 8vw 6vw;
		display: block;
	}
	#sec_step .list .box:first-child {
		margin-top: 12vw;
	}
	#sec_step .list .box+.box {
		margin-top: 12vw;
	}
	#sec_step .list .box::after {
		width: 9.2vw;
		height: 5.8vw;
		bottom: -9vw;
		left: calc(50% - 4.6vw);
	}
	#sec_step .list .box .num {
		font-size: 16vw;
		left: -7vw;
		top: -8vw;
		transform: rotate(-6deg);
	}
	#sec_step .list .box .num span {
		display: block;
		font-size: 7vw;
		line-height: 1;
		transform: skewX(-13deg)rotate(-8deg);
		margin-right: -.5em;
	}
	#sec_step .list .box .imgwrap span {
		width: 62vw;
		left: 0;
		right: 0;
		margin: 0 auto;
		top: -4vw;
	}
	#sec_step .list .box .ico {
		width: 50%;
		margin: 0 auto 4vw;
	}
	#sec_step .list .box .txtwrap {
		width: 100%;
	}
	#sec_step .list .box .txtwrap .ttl {
		font-size: 4.2vw;
	}
	#sec_step .list .box .txtwrap .txt {
		font-size: 3.2vw;
	}
}


/* faq
--------------------------------*/

#sec_faq {
	padding: 0 0 120px;
}

#sec_faq .faq_box {
	background-color: #f1f7fa;
	border-radius: 30px;
}

#sec_faq .faq_box+.faq_box {
	margin-top: 50px;
}

#sec_faq .faq_box .q_txt {
	background-color: #cfe6ed;
	font-size: 2.2rem;
	letter-spacing: 0.1em;
	line-height: 1.5;
	padding: 13px 1.5em 14px 100px;
	border-radius: 30px;
	position: relative;
	margin-bottom: 30px;
}

#sec_faq .faq_box .q_txt::before {
	content: "Q";
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 700;
	font-size: 3.5rem;
	letter-spacing: 0;
	width: 50px;
	height: 50px;
	line-height: 45px;
	border-radius: 50%;
	background-color: #fff;
	text-align: center;
	position: absolute;
	left: 26px;
	top: 5px;
	text-align: center;
}

#sec_faq .faq_box .a_txt {
	padding: 0 100px 40px 100px;
	position: relative;
	font-size: 1.6rem;
	letter-spacing: 0.08em;
	font-feature-settings: "palt";
	min-height: 100px;
}

#sec_faq .faq_box .a_txt::before {
	content: "A";
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 700;
	font-size: 3.5rem;
	letter-spacing: 0;
	width: 50px;
	height: 50px;
	line-height: 45px;
	border-radius: 50%;
	color: #fff;
	background-color: #4c4948;
	text-align: center;
	position: absolute;
	left: 26px;
	top: 5px;
	text-align: center;
}

#sec_faq .faq_box .a_txt .bold {
	display: block;
	margin-top: .5em;
}

#sec_faq .faq_box .a_txt a {
	text-decoration: underline;
}

@media screen and (max-width: 768px) {
	#sec_faq {
		padding: 0 0 24vw;
	}
	#sec_faq .faq_box {
		border-radius: 4.6vw;
	}
	#sec_faq .faq_box+.faq_box {
		margin-top: 8vw;
	}
	#sec_faq .faq_box .q_txt {
		font-size: 4vw;
		padding: 2vw 1em 2vw 13vw;
		border-radius: 4.6vw;
		margin-bottom: 4.6vw;
		min-height: 13vw;
		display: flex;
		align-items: center;
	}
	#sec_faq .faq_box .q_txt::before {
		font-size: 7vw;
		width: 9vw;
		height: 9vw;
		line-height: 8vw;
		left: 2vw;
		top: 2vw;
	}
	#sec_faq .faq_box .a_txt {
		padding: 0 4.2vw 6vw 13vw;
		font-size: 3.2vw;
		min-height: 16vw;
	}
	#sec_faq .faq_box .a_txt::before {
		font-size: 7vw;
		width: 9vw;
		height: 9vw;
		line-height: 8vw;
		left: 2vw;
		top: 0;
	}
}