@charset "utf-8";

/*******************************************

-------------------------------------------
共通パーツ
********************************************/

/* 導入メッセージ */
main p.intro {
	font-size: 23px;
	text-align: center;
	margin-top: 50px;
	font-weight: 300;
}
@media only screen and (max-width: 767px) {
	main p.intro {
		font-size: 18px;
		margin-top: 40px;
	}
}

/* 解決策見出し */
main p.point {
	position: relative;
	margin-top: 80px;
	text-align: center;
	font-weight: 500;
	font-size: 33px;
	padding-left: 150px;
}
main p.point::before {
	content: "";
	display: block;
	background: url("../img/home/img_man.png") center / cover no-repeat;
	width: 162px;
	height: 220px;
	position: absolute;
	left: 0;
	bottom: 0;
}
main p.point em {
	display: inline-block;
	text-align: center;
	margin: 0 5px;
	background-color: #f05a23;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	color: #fff;
	font-weight: 700;
	font-size: 43px;
}
main #lend p.point em {
	background-color: #ed6c00;
}
main p.point em span {
	font-weight: 700;
	font-size: 32px;
}
@media only screen and (max-width: 767px) {
	main p.point {
		margin-top: 50px;
		font-size: 24px;
		padding: 170px 0 0 0;
	}
	main p.point::before {
		width: 120px;
		height: 163px;
		top: 0;
		bottom: auto;
		left: 50%;
		transform: translateX(-50%);
	}
	main p.point em {
		width: 50px;
		height: 50px;
		font-size: 28px;
	}
	main p.point em span {
		font-size: 24px;
	}
}

/* 解決策 */
main ul.plan {
	margin-top: 50px;
}
main ul.plan li {
	display: flex;
	align-items: center;
	column-gap: 25px;
	margin-top: 30px;
}
main ul.plan li .pic {
	flex-shrink: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 175px;
	height: 175px;
	background-color: #e6e6e6;
	border-radius: 50%;
}
main #lend ul.plan li .pic {
	background-color: #fff;
}
main ul.plan li .pic img {
	width: 125px;
}
main ul.plan li .txt {
	position: relative;
	padding-left: 90px;
}
main ul.plan li .txt p:nth-of-type(1) {
	font-size: 125px;
	font-weight: 700;
	color: #363480;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
main ul.plan li .txt p:nth-of-type(2) {
	font-size: 30px;
	font-weight: 700;
	color: #363480;
}
main ul.plan li .txt p:nth-of-type(3) {
	font-size: 20px;
	font-weight: 300;
	margin-top: 5px;
	line-height: 1.4;
}
@media only screen and (max-width: 767px) {
	main ul.plan li {
		display: block;
	}
	main ul.plan li .pic {
		width: 150px;
		height: 150px;
		margin: 0 auto;
	}
	main ul.plan li .pic img {
		width: 110px;
	}
	main ul.plan li .txt {
		padding-left: 0;
		margin-top: 20px;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		column-gap: 10px;
	}
	main ul.plan li .txt p:nth-of-type(1) {
		font-size: 26px;
		position: relative;
		transform: none;
		top: -3px;
		left: auto;
	}
	main ul.plan li .txt p:nth-of-type(2) {
		font-size: 22px;
	}
	main ul.plan li .txt p:nth-of-type(3) {
		width: 100%;
		font-size: 16px;
		line-height: 1.6;
	}
}

/*******************************************

-------------------------------------------
売りたい
********************************************/

main #sell {
	background: url("../img/service/bg_sell.jpg") right center / auto no-repeat;
}
main #sell .flow {
	margin-top: 90px;
}
main #sell .flow h4 {
	text-align: center;
	color: #363480;
	font-size: 50px;
}
main #sell .flow ul {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
main #sell .flow ul li {
	width: 190px;
}
main #sell .flow ul li dl {
}
main #sell .flow ul li dl dt {
	width: 100%;
	height: 130px;
	background-color: #23b6bc;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
main #sell .flow ul li:nth-of-type(even) dl dt {
	background-color: #637aab;
}
main #sell .flow ul li:not(:last-of-type) dl dt::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: -15px;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 17px solid #23b6bc;
	border-right: 0;
}
main #sell .flow ul li:nth-of-type(even) dl dt::before {
	border-left-color: #637aab;
}
main #sell .flow ul li dl dt p:nth-of-type(1) {
	position: absolute;
	top: -5px;
	left: 10px;
	color: #05828b;
	font-size: 123px;
	line-height: 1;
	font-weight: 500;
}
main #sell .flow ul li:nth-of-type(even) dl dt p:nth-of-type(1) {
	color: #151956;
}
main #sell .flow ul li dl dt p:nth-of-type(2) {
	color: #fff;
	position: relative;
	font-size: 30px;
	font-weight: 700;
}
main #sell .flow ul li dl dd {
	font-size: 17px;
	font-weight: 300;
	margin-top: 10px;
}
@media only screen and (max-width: 767px) {
	main #sell {
		background: none;
	}
	main #sell .flow {
		margin-top: 50px;
	}
	main #sell .flow h4 {
		font-size: 30px;
	}
	main #sell .flow ul {
		display: block;
	}
	main #sell .flow ul li {
		width: 100%;
	}
	main #sell .flow ul li + li {
		margin-top: 30px;
	}
	main #sell .flow ul li dl dt {
		height: 40px;
		justify-content: flex-start;
		padding-left: 50px;
	}
	main #sell .flow ul li:not(:last-of-type) dl dt::before {
		display: none;
	}
	main #sell .flow ul li dl dt p:nth-of-type(1) {
		font-size: 32px;
		top: 2px;
		left: 15px;
		font-weight: 700;
	}
	main #sell .flow ul li dl dt p:nth-of-type(2) {
		font-size: 24px;
	}
}

/*******************************************

-------------------------------------------
貸したい
********************************************/

main #lend {
	background: #efefef url("../img/service/bg_lend.jpg") right bottom / auto no-repeat;
	padding-top: 40px;
	padding-bottom: 100px;
}
@media only screen and (max-width: 767px) {
	main #lend {
		background-image: none;
		padding-top: 10px;
		padding-bottom: 50px;
	}
}

/*******************************************

-------------------------------------------
空き家よろず相談
********************************************/

main #ask {
}
main #ask ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 25px 30px;
	margin-top: 50px;
}
main #ask ul li {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 340px;
	height: 80px;
	font-size: 27px;
	font-weight: 700;
	color: #363480;
	border-radius: 10px;
	border: solid 4px #363480;
}
@media only screen and (max-width: 767px) {
	main #ask ul {
		gap: 15px;
	}
	main #ask ul li {
		font-size: 20px;
		width: 180px;
		height: 60px;
		border-width: 3px;
	}
}
@media only screen and (max-width: 500px) {
	main #ask ul {
		margin-top: 40px;
		gap: 10px;
	}
	main #ask ul li {
		font-size: 19px;
		width: calc((100% - 10px) / 2);
	}
}