@charset "utf-8";

/* -------------------------------------------------- */
/* PC*/
/* -------------------------------------------------- */
/* 紹介文 */
/* ----------------------------------- */
#introWrap {
	padding: 0 2%;
	margin-bottom: 200px;
	position: relative;
}

#introImg1 {
	width: 80%;
	border-radius: 10px;
	overflow: hidden;
}

#introImg1 img {
	width: 100%;
	height: auto;
}

#introImg2 {
	width: 50%;
	padding: 50px 0 0 5%;
	border-radius: 10px;
	overflow: hidden;
}

#introImg2 img {
	width: 100%;
	height: auto;
}

#introIn {
	width: 45%;
	position: absolute;
	top: 40%;
	right: 2%;
}

#intro {
	width: 100%;
	padding: 30px;
	margin-bottom: 30px;
	background: #f1f8f5;
	border-radius: 10px;
}

#intro h2 {
	padding-bottom: 10px;
	font-size: clamp(1.6rem , 1.7vw , 2.4rem);
	color: #014928;
	font-weight: bold;
	font-feature-settings: "palt";
}

.introTxt {
	padding-bottom: 1em;
	font-size: 1.6rem;
}


#introImg3 {
	width: 80%;
	border-radius: 10px;
	overflow: hidden;
}

#introImg3 img {
	width: 100%;
	height: auto;
}

/* 稲尾レントオールが選ばれる理由 */
/* ----------------------------------- */
#reasonWrap {
	padding-bottom: 80px;
}

#reasonWrap h2 {
	text-align: center;
}

.reasonIn {
	display: flex;
	flex-wrap: wrap;
	gap: 40px 4%;
}

.reason {
	width: 48%;
}

.reasonImg {
	padding-bottom: 20px;
}

.reasonImg img {
	width: 100%;
	height: auto;
}

.reasonTit {
	padding-bottom: 5px;
	font-size: 2rem;
	font-weight: bold;
	color: #007b43;
}

.reasonTxt {
	font-size: 1.6rem;
}

/* 会社概要 */
/* ----------------------------------- */
#outlineWrap {
	padding-bottom: 100px;
}

#outlineWrap h2{
	text-align: center;
}

.outline {
	padding: 80px 5%;
	background: #f2f2ea;
	border-radius: 10px;
}

.outline table {
	width: 100%;
	font-size: 1.6rem;
}

.outline th {
	padding: 20px;
	background: #FFF;
	border-right: 2px solid #f2f2ea;
	border-bottom: 4px solid #f2f2ea;
	font-weight: bold;
	vertical-align: middle;
}

.outline td {
	padding: 20px;
	background: #FFF;
	border-bottom: 4px solid #f2f2ea;
	vertical-align: middle;
}


/* -------------------------------------------------- */
/* TAB&SP */
/* -------------------------------------------------- */
@media screen and (max-width: 1024px) {
	#introWrap {
		padding: 0 4%;
		margin-bottom: 100px;
		position: relative;
	}

	#introImg1 {
		width: 100%;
		border-radius: 10px;
		overflow: hidden;
	}

	#introImg2 {
		width: 31.2%;
		padding: 0;
		position: absolute;
		bottom: 0;
		left: auto;
		right: 4%;
		overflow: hidden;
		border-radius: 10px;
	}

	#introIn {
		width: 100%;
		margin-top: 30px;
		position: relative;
		top: inherit;
		right: inherit;
	}

	#intro h2 {
		font-size: 2.4rem;
	}

	#introImg3 {
		width: 60%;
	}

	.reasonTit {
		font-size: clamp(1.6rem , 2vw , 2rem);
		
	}
}


/* -------------------------------------------------- */
/* TAB(調整) */
/* -------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {

}
/* -------------------------------------------------- */
/* SP(調整) */
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {
	#introWrap {
		margin-bottom: 80px;
	}

	#intro {
		width: 100%;
		padding: 20px;
		margin-bottom: 20px;
		border-radius: 5px;
	}

	#introImg1 {
		border-radius: 5px;
	}

	#introImg2 {
		border-radius: 5px;
	}

	#introImg3 {
		border-radius: 5px;
	}

	#introIn {
		margin-top: 20px;
	}

	#intro h2 {
		font-size: 1.8rem;
	}

	.reason {
		width: 100%;
	}

	.reasonTxt {
		font-size: 1.4rem;
	}

	#outlineWrap {
		padding-bottom: 80px;
	}

	.outline {
		padding: 20px 5%;
		border-radius: 5px;
	}

	.outline table {
		font-size: 1.3rem;
	}

	.outline th {
		padding: 15px 10px;
		white-space: nowrap;
	}

	.outline td {
		padding: 15px 10px;
	}
}