@charset "utf-8";
/* CSS Document */
/* ---------- footer ---------- */
.footer .footer-nav .grid-6:nth-of-type(1) .nav-li:nth-of-type(1) a p{
	color: #EB6700;
}

/* ---------- title-box ---------- */
.title-box p{
	position: relative;
}
.title-box p::before,.title-box p::after{
	content: "";
	width: 30px;
	height: 2px;
	background-color: #2D2B29;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.title-box p::before{
	left: -40px;
}
.title-box p::after{
	right: -40px;
}
/* ---------- intro ---------- */
.intro{
	position: relative;
	overflow: hidden;
}
.intro::before,.intro::after{
	content: "";
	position: absolute;
	width: 600px;
	height: 600px;
	border-radius: 50%;
	background-color: rgba(235,103,0,0.1);
	z-index: 1;
}
.intro::before{
	top: -10%;
	left: -10%;
}
.intro::after{
	bottom: -10%;
	right: -10%;
}
.intro > div{
	position: relative;
	z-index: 2;
}

/* ---------- contents ---------- */
.contents .img-box1,.contents .img-box2{
	width: 40%;
}
.contents .title-box{
	width: 55%;
}
.contents .txt-box{
	width: 60%;
	box-sizing: border-box;
	padding: 5%;
}
.contents .img-box3{
	width: 35%;
}
.contents > div > div{
	margin-bottom: 30px;
}
.contents .tophome .img-box1,.contents .tophome .img-box3,.contents .topreform .img-box2{
	box-shadow: 30px 30px 0 rgba(235,103,0,0.3);
}
.contents .tophome .img-box2,.contents .topreform .img-box1,.contents .topreform .img-box3{
	box-shadow: -30px 30px 0 rgba(235,103,0,0.3);
}
.contents .tophome .title-box{
	order: 2;
}
.contents .tophome .img-box1{
	order: 1;
	margin-left: 5%;
}
.contents .tophome .txt-box{
	order: 3;
}
.contents .tophome .img-box2{
	order: 4;
}
.contents .tophome .img-box3{
	order: 5;
}
.contents .tophome .more-box{
	order: 6;
	padding-left: 100px;
}
.contents .topreform .title-box{
	order: 1;
}
.contents .topreform .img-box1{
	margin-right: 5%;
	order: 2;
}
.contents .topreform .txt-box{
	order: 4;
}
.contents .topreform .img-box2{
	order: 3;
}
.contents .topreform .img-box3{
	order: 6;
}
.contents .topreform .more-box{
	order: 5;
	padding-right: 100px;
}

/* ---------- top-loan ---------- */
.top-loan{
	padding: 100px 100px;
	background-image: url("https://arigatou-home.com/system_panel/uploads/images/loan.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.top-loan .list-box{
	max-width: 1000px;
	margin: 50px auto;
	background-color: rgba(255,248,243,0.8);
	padding: 50px;
	border-radius: 20px;
	position: relative;
}
.top-loan .list-box .li{
	position: relative;
	padding-left: 50px;
}
.top-loan .list-box .li:not(:last-of-type){
	margin-bottom: 20px;
}
.top-loan .list-box .li p{
	font-weight: 700;
	font-size: 24px;
	display: inline-block;
}
.top-loan .list-box .li i{
	position: absolute;
	font-size: 24px;
	margin-right: 30px;
	color: #39B34A;
	left: 0;
	top: 8px;
}
.top-loan .list-box .icon{
	position: absolute;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	top: 0;
	right: 0;
	transform: translate(50%,-50%);
}
.top-loan .list-box .icon::after{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 20px 25px 10px;
	border-color: transparent transparent #EB6700 transparent;
	position: absolute;
	bottom: 5px;
	left: 20px;
	transform: rotate(-135deg);
}
/* ---------- top-commercial ---------- */
.top-commercial .img-box{
	background-image: url("https://arigatou-home.com/system_panel/uploads/images/top-commercial.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

/* ---------- top-blog ---------- */
.top-blog .blog-list{
	padding: 50px 20px;
	border-top: 2px solid #E4E4E4;
	border-bottom: 2px solid #E4E4E4;
}
.top-blog .blog-list .webgene-item:not(:last-of-type){
	margin-bottom: 30px;
}
.top-blog .blog-list .webgene-item a{
	transition: ease 0.3s;
}
.top-blog .blog-list .webgene-item a:hover{
	opacity: 0.6;
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1200px ~ ---------- */
@media screen and (max-width: 1200px){
	.contents .tophome .img-box1,.contents .tophome .img-box3,.contents .topreform .img-box2{
		box-shadow: 20px 20px 0 rgba(235,103,0,0.3);
	}
	.contents .tophome .img-box2,.contents .topreform .img-box1,.contents .topreform .img-box3{
		box-shadow: -20px 20px 0 rgba(235,103,0,0.3);
	}
	.top-loan .list-box .li p{
		font-weight: 700;
		font-size: 18px;
		display: inline-block;
	}
	.top-loan .list-box .li i{
		font-size: 20px;
		margin-right: 20px;
		color: #39B34A;
	}
	.top-loan .list-box .icon{
		position: absolute;
		width: 160px;
		height: 160px;
	}
}
/* ---------- 1000px ~ ---------- */
@media screen and (max-width: 1000px){
	.top-loan{
		padding: 80px 50px;
	}
	.top-loan .list-box .icon{
		transform: translate(25%,-50%);
	}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
/* ---------- contents ---------- */
	.contents .img-box1{
		width: 80%;
	}
	.contents .img-box2{
		width: 70%;
	}
	.contents .title-box{
		width: 100%;
	}
	.contents .txt-box{
		width: 100%;
		box-sizing: border-box;
		padding: 5%;
	}
	.contents .img-box3{
		width: 50%;
	}
	.contents > div > div{
		margin-bottom: 30px;
	}
	.contents .tophome .img-box1,.contents .tophome .img-box3,.contents .topreform .img-box2{
		box-shadow: 10px 10px 0 rgba(235,103,0,0.3);
	}
	.contents .tophome .img-box2,.contents .topreform .img-box1,.contents .topreform .img-box3{
		box-shadow: -10px 10px 0 rgba(235,103,0,0.3);
	}
	.contents .tophome .title-box{
		order: 1;
	}
	.contents .tophome .img-box1{
		order: 2;
		margin-left: 5%;
	}
	.contents .tophome .txt-box{
		order: 3;
	}
	.contents .tophome .img-box2{
		order: 4;
		margin-left: 30%;
	}
	.contents .tophome .img-box3{
		order: 5;
	}
	.contents .tophome .more-box{
		order: 6;
		width: 100%;
		padding-left: 0;
		padding-top: 30px;
		text-align: center;
	}
	.contents .topreform .title-box{
		order: 1;
	}
	.contents .topreform .img-box1{
		margin-right: 5%;
		order: 2;
	}
	.contents .topreform .txt-box{
		order: 3;
	}
	.contents .topreform .img-box2{
		order: 4;
		margin-right: 30%;
	}
	.contents .topreform .img-box3{
		order: 5;
	}
	.contents .topreform .more-box{
		order: 6;
		padding-right: 0;
		width: 100%;
		padding-left: 0;
		padding-top: 30px;
		text-align: center;
	}
/* ---------- top-loan ---------- */
.top-loan{
	padding: 50px 10px;
}
.top-loan .list-box{
	margin: 30px auto;
	padding: 20px;
	padding-top: 80px;
}
.top-loan .list-box .li{
	position: relative;
	padding-left: 30px;
}
.top-loan .list-box .li:not(:last-of-type){
	margin-bottom: 15px;
}
.top-loan .list-box .li p{
	font-size: 14px;
}
.top-loan .list-box .li i{
	position: absolute;
	font-size: 16px;
	margin-right: 30px;
	color: #39B34A;
	left: 0;
	top: 8px;
}
.top-loan .list-box .icon{
	position: absolute;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	top: 20px;
	right: 0;
	transform: translate(10%,-50%);
}
.top-loan .list-box .icon::after{
	bottom: 0px;
	left: 5px;
}
/* ---------- top-commercial ---------- */
.top-commercial .img-box{
	background-image: url("https://arigatou-home.com/system_panel/uploads/images/top-commercial.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

/* ---------- top-blog ---------- */
.top-blog .blog-list{
	padding: 50px 20px;
	border-top: 2px solid #E4E4E4;
	border-bottom: 2px solid #E4E4E4;
}
.top-blog .blog-list .webgene-item:not(:last-of-type){
	margin-bottom: 30px;
}
.top-blog .blog-list .webgene-item a{
	transition: ease 0.3s;
}
.top-blog .blog-list .webgene-item a:hover{
	opacity: 0.6;
}
}
/* ---------- 321px ~ ---------- */
@media screen and (max-width: 321px){
}


.top-reason {
	padding-inline: 20px;
}

.top-reason_box {
	width: fit-content;
    margin-inline: auto;
    padding: 24px;
    border: 2px solid #eb6700;
    border-radius: 10px;
}

.top-reason_box a {
	color: #2D2B29;
	font-size: 18px;
}

@media screen and (max-width: 576px) {
	.top-reason_box {
		padding: 20px;
		border-radius: 10px;
	}

	.top-reason_box a {
		font-size: 14px;
	}
}

.top-reform .img-box {
	background-image: url("https://arigatou-home.com/system_panel/uploads/images/20250805144700753667.jpg");
}

.top-faq {
	padding-inline: 20px;
	max-width: 800px;
    margin-inline: auto;
}