@charset "UTF-8";

/* ---------------------------------------
  不動産を貸す
-----------------------------------------*/


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

.sec_step::before,
#sec_kanri::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_step::before,
	#sec_kanri::before {
		height: 5.248vw;
	}
}


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

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

@media screen and (max-width: 768px) {
	#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: 90px;
}

.btnwrap .txt {
	letter-spacing: 0.03em;
}

.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;
}

@media screen and (max-width: 768px) {
	.btnwrap {
		margin-top: 12vw;
	}
	.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;
	}
}


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

.contact_btn {
	margin-top: 120px;
}

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

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


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

#sec_intro {
	padding: 75px 0 120px;
}

#sec_intro .ttl {
	margin-bottom: 45px;
}

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

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

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

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

#sec_intro .lead {
	font-weight: 700;
	font-size: 3.2rem;
	line-height: 1.6;
	margin-top: -15px;
	margin-bottom: 1em;
}

#sec_intro .lead>span {
	display: inline-block;
	padding: 0 .25em 0 .5em;
	position: relative;
	padding: 4px 1.4em;
	background-color: #ffe49d;
	border-radius: 28px;
	z-index: 1;
}

#sec_intro .lead>span:first-child {
	padding: 4px 1em;
	margin-bottom: 8px;
}

#sec_intro .lead>span:first-child::before {
	content: "";
	width: 49px;
	height: 51px;
	background: url(../img/lease/intro_lead.png) no-repeat center / 100% auto;
	position: absolute;
	right: -36px;
	top: -36px
}

#sec_intro .lead>span:last-child::before {
	content: "";
	width: 9px;
	height: 40px;
	background-color: #ffe49d;
	border-radius: 4.5px;
	position: absolute;
	left: 50%;
	bottom: -20px;
	transform: rotate(40deg);
	z-index: -1;
}

#sec_intro .txt span {
	display: inline-block;
	font-weight: 700;
	font-size: 2.1rem;
	line-height: 2.57;
	letter-spacing: 0.08em;
	position: relative;
	padding: 0 .5em;
}

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

@media screen and (max-width: 768px) {
	#sec_intro {
		padding: 12vw 0 18vw;
	}
	#sec_intro .ttl {
		margin-bottom: 10vw;
	}
	#sec_intro .ttl .midashi {
		font-size: 6.6vw;
		padding: 0 1.8em;
		margin: 0;
		line-height: 1.4;
	}
	#sec_intro .ttl .midashi::before,
	#sec_intro .ttl .midashi::after {
		width: 10.8vw;
		height: 100%;
		background: url(../img/lease/intro_secttl_sp.png) no-repeat center / 100% auto;
		position: absolute;
		top: 0;
	}
	#sec_intro .illust {
		width: 85vw;
		margin: 0 auto;
	}
	#sec_intro .lead {
		font-size: 5.6vw;
		margin-top: -.5vw;
		margin-bottom: 1.5em;
	}
	#sec_intro .lead>span {
		white-space: nowrap;
		display: inline-block;
		padding: 1vw 1em;
		border-radius: 100vh;
		margin-bottom: 2vw;
	}
	#sec_intro .lead>span:first-child {
		padding: 1vw 1em;
		margin-bottom: 2vw;
	}
	#sec_intro .lead>span:first-child::before {
		width: 8vw;
		height: 8.5vw;
		right: -8vw;
		top: -6vw;
	}
	#sec_intro .lead>span:last-child {
		margin: 0 -4vw;
	}
	#sec_intro .lead>span:last-child::before {
		width: 2vw;
		height: 8vw;
		border-radius: 1vw;
		bottom: -4vw;
	}
	#sec_intro .txt span {
		padding: 0;
		display: inline;
		font-size: 4vw;
		line-height: 2.6;
		border-bottom: .6vw solid #ffc93c;
	}
	#sec_intro .txt span::before {
		content: none;
	}
}


/* 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";
}

@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;
	}
}


/* sec_kanri
--------------------------------*/

#sec_kanri {
	padding: 0 0 130px;
}

#sec_kanri .flow {
	width: 1044px;
	margin: 0 auto 15px;
}

#sec_kanri .flow .item {
	width: 254px;
	height: 170px;
	text-align: center;
	position: relative;
}

#sec_kanri .flow .item .midashi {
	width: 100%;
	font-size: 2.2rem;
	line-height: 1.5;
	letter-spacing: 0.1em;
	text-align: center;
	background-color: #ffe49d;
	padding: 6px 1em 7px;
	border-radius: 23px;
	position: absolute;
	bottom: 0;
	left: 0;
}

#sec_kanri .flow .arw {
	width: 100px;
	height: 170px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding-right: 14px;
	position: relative;
}

#sec_kanri .flow .arw::before {
	content: "";
	width: 87px;
	height: 100%;
	background: url(../img/lease/kanri_arw.png) no-repeat right center / 100% auto;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}

#sec_kanri .flow .arw .txt {
	text-align: center;
	font-weight: 700;
	font-size: 2rem;
	line-height: 1.65;
}

#sec_kanri .detail {
	align-items: center;
	position: relative;
	padding: 70px 0 0;
}

#sec_kanri .detail::before {
	content: "";
	width: 100%;
	height: 68px;
	background: url(../img/lease/kanri_detail.png) no-repeat center top;
	position: absolute;
	left: 0;
	top: 0;
}

#sec_kanri .detail .circle {
	width: 384px;
	height: 384px;
	margin: 10px 64px 0;
	border-radius: 50%;
	border: 15px solid #e7f2f6;
	position: relative;
}

#sec_kanri .detail .circle .list {
	width: 100%;
	height: 100%;
	position: relative;
}

#sec_kanri .detail .circle .list li {
	width: 152px;
	height: 152px;
	background-color: #cfe6ed;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	padding: 14px 10px;
	position: absolute;
}

#sec_kanri .detail .circle .list li:nth-child(1) {
	left: 0;
	right: 0;
	margin: 0 auto;
	top: -75px;
}

#sec_kanri .detail .circle .list li:nth-child(2) {
	right: -75px;
	top: 43px;
}

#sec_kanri .detail .circle .list li:nth-child(3) {
	right: -9px;
	bottom: -50px;
}

#sec_kanri .detail .circle .list li:nth-child(4) {
	left: -9px;
	bottom: -50px;
}

#sec_kanri .detail .circle .list li:nth-child(5) {
	left: -75px;
	top: 43px;
}

#sec_kanri .detail .circle .list li .num {
	color: #0468b6;
	font-size: 6.4rem;
	line-height: .6;
	letter-spacing: 0;
	text-indent: -.1em;
	margin-bottom: .3em;
}

#sec_kanri .detail .circle .list li .ttl {
	font-weight: 700;
	font-size: 1.893rem;
	line-height: 1.55;
	letter-spacing: 0.08em;
	font-feature-settings: "palt";
	text-align: center;
	min-height: 2em;
	display: flex;
	align-items: center;
	justify-content: center;
}

#sec_kanri .detail .cnt {
	width: 652px;
}

#sec_kanri .detail .cnt .list>li {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 14px 0;
	border-bottom: 1px dotted #4c4948;
}

#sec_kanri .detail .cnt .list li .num {
	width: 74px;
	text-align: center;
	color: #0468b6;
	font-size: 6rem;
	line-height: .6;
	letter-spacing: 0;
}

#sec_kanri .detail .cnt .list li .txtwrap {
	width: 560px;
}

#sec_kanri .detail .cnt .list li .ttl {
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.08em;
	font-feature-settings: "palt";
}

#sec_kanri .detail .cnt .list li .txt {
	font-size: 1.6rem;
	line-height: 1.75;
	letter-spacing: 0.08em;
	font-feature-settings: "palt";
}

#sec_kanri .detail .cnt .list li .flow_list {
	justify-content: flex-start;
	margin: 10px 0 26px;
}

#sec_kanri .detail .cnt .list li .flow_list li {
	width: 125px;
	font-weight: 700;
	font-size: 1.4rem;
	line-height: 1.5;
	letter-spacing: 0.1em;
	text-align: center;
	background-color: #ffe49d;
	padding: 4px 1em 5px;
	border-radius: 15px;
	position: relative;
}

#sec_kanri .detail .cnt .list li .flow_list li+li {
	margin-left: 45px;
}

#sec_kanri .detail .cnt .list li .flow_list li+li::before {
	content: "";
	width: 16px;
	height: 30px;
	background: url(../img/lease/kanri_arw.png) no-repeat center / 100% auto;
	position: absolute;
	left: -34px;
	top: 0;
}

@media screen and (min-width: 769px) {}

@media screen and (max-width: 768px) {
	#sec_kanri {
		padding: 0 0 18vw;
	}
	#sec_kanri .flow {
		width: 100%;
		margin: 0 auto 3vw;
	}
	#sec_kanri .flow .item {
		width: 61.4vw;
		margin: 0 auto;
		height: 41vw;
	}
	#sec_kanri .flow .item .img {
		width: 29vw;
		margin: 0 auto;
	}
	#sec_kanri .flow .item:last-child .img {
		width: 48vw;
	}
	#sec_kanri .flow .item .midashi {
		font-size: 4.4vw;
		padding: 2.1vw 1em;
		border-radius: 5.4vw;
	}
	#sec_kanri .flow .arw {
		width: 100%;
		height: 20vw;
		justify-content: center;
		margin: 7vw auto;
		padding: 0;
	}
	#sec_kanri .flow .arw::before {
		width: 20vw;
		height: 38vw;
		transform: rotate(90deg);
		background-size: auto 100%;
		background-position: center;
		right: 50%;
		margin-right: -10vw;
		top: -8vw;
	}
	#sec_kanri .flow .arw .txt {
		font-size: 4.8vw;
	}
	#sec_kanri .detail {
		padding: 20vw 0 0;
	}
	#sec_kanri .detail::before {
		height: 14vw;
		background: url(../img/lease/kanri_detail_sp.png) no-repeat center top / 100% auto;
	}
	#sec_kanri .detail .circle {
		width: 62.8vw;
		height: 62.8vw;
		margin: 5vw auto 12vw;
		border-radius: 50%;
		border: 2vw solid #e7f2f6;
	}
	#sec_kanri .detail .circle .list {
		width: 100%;
		height: 100%;
		position: relative;
	}
	#sec_kanri .detail .circle .list li {
		width: 25vw;
		height: 25vw;
		padding: .6vw 2vw;
	}
	#sec_kanri .detail .circle .list li:nth-child(1) {
		top: -12vw;
	}
	#sec_kanri .detail .circle .list li:nth-child(2) {
		right: -12vw;
		top: 7vw;
	}
	#sec_kanri .detail .circle .list li:nth-child(3) {
		right: -1.8vw;
		bottom: -8vw;
	}
	#sec_kanri .detail .circle .list li:nth-child(4) {
		left: -1.8vw;
		bottom: -8vw;
	}
	#sec_kanri .detail .circle .list li:nth-child(5) {
		left: -12vw;
		top: 7vw;
	}
	#sec_kanri .detail .circle .list li .num {
		font-size: 13vw;
		margin-bottom: .15em;
	}
	#sec_kanri .detail .circle .list li .ttl {
		font-size: 4vw;
		white-space: nowrap;
	}
	#sec_kanri .detail .cnt {
		width: 100%;
	}
	#sec_kanri .detail .cnt .list>li {
		padding: 3vw 0;
		display: block;
	}
	#sec_kanri .detail .cnt .list li .num {
		text-align: left;
		width: auto;
		font-size: 15.2vw;
		margin-bottom: .3em;
	}
	#sec_kanri .detail .cnt .list li .txtwrap {
		width: 100%;
	}
	#sec_kanri .detail .cnt .list li .ttl{
		font-size: 4.5vw;
	}
	#sec_kanri .detail .cnt .list li .txt {
		font-size: 4.2vw;
	}
	#sec_kanri .detail .cnt .list li .flow_list {
		display: block;
		margin: 6vw 0;
	}
	#sec_kanri .detail .cnt .list li .flow_list li {
		width: 61vw;
		font-size: 5vw;
		padding: 1.85vw .2em;
		border-radius: 5.6vw;
		margin: 0 auto;
	}
	#sec_kanri .detail .cnt .list li .flow_list li+li {
		margin: 0 auto;
		margin-top: 13vw;
	}
	#sec_kanri .detail .cnt .list li .flow_list li+li::before {
		transform: rotate(90deg);
		width: 5.4vw;
		height: 10vw;
		left: 27vw;
		top: -11vw;
	}
}