@charset "utf-8";

/* -----------------------------
	reform-area
-------------------------------- */

.price-area {
	position: relative;
	padding: 130px 0;
}

.price-area::before {
    content: "";
    width: 56.25%;
    background: var(--beige04);
    height: 775px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.price-area .inner {
	position: relative;
}

.price-area .image {
	position: absolute;
	right: 0;
	top: -70px;
}

.price-area .copy {
	font-family: var(--basefont-jp);
    font-size: 4.0rem;
    font-weight: 400;
    color: var(--gold02);
    line-height: 1.5;
    font-feature-settings: "palt";
	padding: 20px 0;
}

.price-area .txt {
	line-height: 2.25;
}

.price-area .icon {
	width: 195px;
	position: absolute;
	right: 320px;
	bottom: -130px;
	line-height: 0;
}

.price-area .icon img {
	width: 100%;
}

.point-area {
	padding: 80px 0 100px;
}

.point-area .ttl-lower-m {
	text-align: center;
}

.point-area ul {
	display: flex;
	flex-wrap: wrap;
	gap:70px 30px;
	padding: 30px 0 0;
}

.point-area ul li {
	width: 380px;
}

.point-area ul li > div {
	position: relative;
}

.point-area ul li .image ,
.point-area ul li .image img {
	line-height: 0;
}

.point-area ul li .point {
	display: inline-block;
	color: #fff;
	background: var(--gold02);
	font-family: var(--rubik);
	font-weight: 500;
	width: 100px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	border-radius: 10px;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 260px;
}

.point-area ul li h3 {
	color:var(--gold02);
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	padding: 20px 0 10px
}

.point-area ul li .att {
	font-size: 1.2rem;
	padding: 10px 0 0;
}

.step-area {
	background: #F6F6F4;
	padding: 100px 0 25px;
}

.step-area .ttl-lower-m {
	text-align: center;
}

.step-area ul {
	padding: 30px 0 0;
}

.step-area ul li {
	position: relative;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: right 50px center;
	padding: 50px;
	margin: 0 0 75px;
}
.step-area ul li::before {
	content: "";
	border-top: 40px solid #fff;
	border-right: 50px solid transparent;
	border-left: 50px solid transparent;
	position: absolute;
	z-index: 1;
	bottom: -40px;
	left: 550px;
}

.step-area ul li.step-08::before {
	display: none;
}

.step-area ul li .no {
	background: #D1C7A3;
	text-align: center;
	position: absolute;
	color: #fff;
	font-family: var(--basefont-jp);
	font-size: 2.6rem;
	border-radius: 35px;
	left: -35px;
	top: -35px;
	width: 70px;
	height: 70px;
	line-height: 1.0;
	font-weight: 400;
	padding: 6px 0 0;
}

.step-area ul li .no span {
	font-size: 1.6rem;
	font-weight: 500;
	font-family: var(--basefont-en);
}

.step-area ul li .title {
	font-family: var(--basefont-jp);
	font-size: 2.5rem;
	color: #639113;
	display: inline-block;
	border: #639113 solid 1px;
	padding: 0 10px;
	height: 40px;
	line-height: 40px;
	margin: 0 0 20px;
}

.loan-area {
	padding: 100px;
}

.loan-area .box {
	border: #CBBF92 solid 1px;
	padding: 50px;
}

.loan-area .box .txt {
	line-height: 1.5;
	padding: 10px 0 10px;
}

.loan-area .box table {
	width: 100%;
	border-collapse: collapse;
}

.loan-area .box table th {
	background: #EBE6D7;
	text-align: left;
	color: #726145;
	padding: 7px 10px;
	font-weight: normal;
	border-bottom: #fff solid 5px;
	width: 150px;
}

.loan-area .box table td {
	padding: 7px 10px;
	border-bottom: #fff solid 5px;
}

.loan-area .box .att {
	font-size: 1.2rem;
	padding: 5px 0 0;
}

.loan-area .box .bold {
	border-top: #CBBF92 solid 1px;
	color: #726145;
	display: inline-block;
	width: 500px;
	padding: 5px 0;
	margin: 20px 0 0;
}

.slider-img {
	display: block;
	background: url("../img/reform-slider.png") repeat-x 0 0;
	width:100%;
	background-size: cover;
	height: 320px;
	-moz-animation: loop 60s linear infinite reverse;
	animation: loop 60s linear infinite reverse;
	left: 0;
	top: 0;
	margin: 0 0 100px;
}

@keyframes loop {

	0% {
		background-position: 0 0;
		}

	100% {
		background-position: -3520px 0;
		}
}


.case-area {
	padding: 100px 0 30px;
	border-bottom: #CBBF92 solid 1px;
}

.case-area .ttl-lower-m {
	text-align: center;
	padding: 0 0 40px;
}

.case-area .case-box {
	padding: 0 0 70px;
}

.case-area .title {
	font-size: 2.0rem;
	color: #726145;
	text-align: center;
	padding: 20px 0;
	background: #F6F6F4;
	margin: 0 0 20px;
}

.case-area .list {
	display: flex;
	flex-wrap: wrap;
	gap:20px;
}

.case-area .list li {
	border: #EBE6D7 solid 1px;
	padding: 30px 20px;
	width: 590px;
	position: relative;
}

.case-area .list li .en {
	font-family: var(--rubik);
	font-size: 2.0rem;
	font-weight: 400;
	margin: 0 0 10px;
}

.case-area .list li .en .b-txt {
	color: #726145;
	position: relative;
	padding: 0 159px 0 0;
}

.case-area .list li .en .b-txt::before {
	content: "";
	width: 145px;
	height: 1px;
	right: 7px;
	top: 0;
	bottom: 0;
	margin: auto;
	background: linear-gradient(to right, #726145, #C5940C);
	position: absolute;
}

.case-area .list li .en .a-txt {
	color: #C5940C;
}

.case-area .list li .txt {
	position: absolute;
	right: 20px;
	top: 25px;
	font-size: 1.4rem;
}

.case-area .list li .box {
	display: flex;
	justify-content: space-between;
	position: relative;
}

.case-area .list li .box::before {
	content: "";
	background: url("../img/reform-arrow.png") no-repeat center / auto;
	width: 88px;
	height: 90px;
	position: absolute;
	top: 170px;
	left: 116px;
}

@media screen and (max-width: 768px){

	.price-area {
		position: relative;
		padding: 50px 20px;
	}

	.price-area::before {
		width: 80%;
		height: 100%;
	}

	.price-area .inner {
		position: relative;
	}

	.price-area .image {
		position: static;
		right: auto;
		top: auto;
		padding: 20px 0 0;
	}

	.price-area .image img {
		width: 100%;
	}

	.price-area .copy {
		font-size: 2.6rem;
		padding: 20px 0 10px;
	}

	.price-area .txt {
		line-height: 1.5;
	}

	.price-area .icon {
		width: 124px;
		position: static;
		padding: 20px 0 0;
		margin: 0 auto;
	}

	.point-area {
		padding: 50px 0 20px;
	}

	.point-area ul {
		display: block;
		padding: 20px 20px 0;
	}

	.point-area ul li {
		width: 100%;
		border-top: #CBBF92 solid 1px;
		padding: 20px 0 30px;
	}

	.point-area ul li > div {
		position: static;
		display: flex;
		flex-direction: row-reverse;
		align-items: center;
		justify-content: space-between;
		padding: 0 0 20px;
	}

	.point-area ul li .image {
		width: 100px;
		height: 100px;
	}

	.point-area ul li .image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.point-area ul li .point {
		width: 70px;
		font-size: 1.0rem;
		position: static;
	}

	.point-area ul li h3 {
		font-size: 2.0rem;
		text-align: left;
		padding: 5px 0 0;
	}

	.point-area ul li .att {
		padding: 5px 0 0;
	}

	.step-area {
		padding: 50px 20px;
	}
	
	.step-area ul {
		padding: 20px 0 0;
	}

	.step-area ul li {
        padding: 30px 20px;
        margin: 0 0 50px;
        text-align: center;
	}
	
	.step-area ul li.step-08 {
        margin: 0;
	}
	
	.step-area ul li::before {
        border-top: 30px solid #fff;
        border-right: 30px solid transparent;
        border-left: 30px solid transparent;
        bottom: -30px;
        left: 50%;
        transform: translate(-50%, 0);
    }

	.step-area ul li .no {
        font-size: 2.0rem;
        border-radius: 35px;
        left: -15px;
        top: -20px;
        width: 50px;
        height: 50px;
        padding: 3px 0 0;
	}

	.step-area ul li .no span {
		font-size: 1.2rem;
	}

	.step-area ul li .title {
        font-size: 2.2rem;
        height: 35px;
        line-height: 35px;
        margin: 0 0 15px;
	}

	.step-area ul li .txt {
		text-align: left;
	}

	.loan-area {
		padding: 50px 10px;
	}

	.loan-area .box {
		padding: 30px 20px;
	}

	.loan-area .box table th {
		padding: 2px 5px;
		border-bottom: #fff solid 3px;
		width: 130px;
		line-height: 1.5;
	}

	.loan-area .box table td {
		padding: 2px 5px;
		border-bottom: #fff solid 3px;
		line-height: 1.5;
	}

	.loan-area .box .bold {
		width: 100%;
		padding: 8px 0;
	}
	
	.slider-img {
		height: 160px;
		-moz-animation: loop-sp 60s linear infinite reverse;
		animation: loop-sp 60s linear infinite reverse;
		margin: 0 0 50px;
	}
	
	.case-area {
		padding: 50px 20px 10px;
	}

	.case-area .ttl-lower-m {
		padding: 0 0 20px;
	}
	
	.case-area .case-box {
		padding: 0 0 30px;
	}

	.case-area .title {
		font-size: 1.8rem;
		padding: 15px 0;
		margin: 0 0 10px;
	}

	.case-area .list {
		display: block;
	}

	.case-area .list li {
		padding: 20px;
		width: 100%;
		margin: 0 0 10px;
	}

	.case-area .list li .en {
		font-size: 1.6rem;
		margin: 0 0 0;
	}

	.case-area .list li .en .b-txt {
		padding: 0 50px 0 0;
	}

	.case-area .list li .en .b-txt::before {
		width: 30px;
		right: 10px;
	}

	.case-area .list li .txt {
		font-size: 1.2rem;
		position: static;
		padding: 0 0 10px;
	}

	.case-area .list li .box {
		justify-content: space-between;
		/*gap:0 10px;*/
	}

	.case-area .list li .box .before {
		width: 40%;
	}
	
	.case-area .list li .box .before img {
		width: 100%;
	}

	.case-area .list li .box .after {
		width: 55%;
	}
	
	.case-area .list li .box .after img {
		width: 100%;
	}

	.case-area .list li .box::before {
		background: url("../img/reform-arrow.png") no-repeat center / 100% auto;
		width: 44px;
		height: 45px;
		top: 62%;
		left: 30%;
	}

}

@keyframes loop-sp {

	0% {
		background-position: 0 0;
		}

	100% {
		background-position: -1760px 0;
		}
}
