@charset "UTF-8";
/* plan.css */


/* ===== First View ===== */
.ttl {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	padding-top: min(3vw,30px);
}
.ttl .img_wrap {
	width: 27%;
}


/* ===== 見出し ===== */
h1,h2,h3,h4 {
	font-family: zen-kaku-gothic-new, "Zen Kaku Gothic New", sans-serif !important;
}
h1 {
	width: 73%;
	position: relative;
}
h1 {
	font-size: 48px;
	font-size: min(4vw,45px);
	font-weight: 800;
	text-align: center;
	letter-spacing: 0;
	margin-left: 1em;
}
h2 {
	font-size: 40px;
	font-size: clamp(30px,4vw,40px);
	font-weight: 800;
	text-align: center;
	margin-bottom: .35em;
	color: #96141e;
}
h3 {
	width: fit-content;
	font-size: 20px;
	font-size: clamp(18px,2vw,20px);
	line-height: 1;
	letter-spacing: .05em;
	margin-bottom: .75em;
	padding: .45em .75em;
	color: #fff;
	background-color: #aa8c46;
}
.h3_border {
	color: #000;
	background-color: inherit !important;
	margin-bottom: 1.5em;
	padding: 0 0 .15em;
	border-bottom: 1px solid #000;
}
h4 {
	font-size: 20px;
	font-size: clamp(18px,2vw,20px);
	font-weight: bold;
	text-align: justify;
	letter-spacing: .05em;
	color: #96141e;
	margin-bottom: 1em;
}


/* ===== テキストデザイン ===== */
section p {
	line-height: 2;
}
h2 + p {
	text-align: center;
	margin-bottom: 2.5em;
}
.red_cont {
	font-size: 24px;
	font-size: clamp(18px,2.4vw,24px);
	font-weight: bold;
	line-height: 1.7;
	text-align: center;
	color: #96141e;
	margin-bottom: 1.5em;
}
strong.red {
	font-size: 1.25em;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: .05em;
	color: #96141e;
	padding-left:  .15em;
	padding-right: .15em;
}
.text_fit {
	width: fit-content;
	display: block;
	margin-left:  auto;
	margin-right: auto;
}

/* ===== コンテンツ ===== */
.case + .case {
	margin-top: min(10vw,100px);
}



/* ===== アコーディオン ===== */
.acordion {
	padding: 0 60px;
	padding: min(2vw,20px) min(7vw,70px);
	background-color: #fff;
}
/* 詳しく見る */
.read_more {
	height: 1em;
	font-weight: bold;
	line-height: 1;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	color: #000 !important;
	opacity: 1 !important;
}
.read_more:before {
	content: none !important;
}
.read_more:after  {
	content: "";
	width:  1em;
	height: .85em;
	display: block;
	background-image: url(../img/plan/more.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin-left: .25em;
	transform: translateY(.1em);
}
/* accordion が開いたら「詳しく見る」を非表示 */
.uk-accordion > li.uk-open > .read_more {
	height: 0;
	overflow: hidden;
	transition: height 0.2s ease;
}
.acordion_contents.uk-accordion-content {
	margin-top: 0 !important;
}
/* アコーディオン最初の画像 */
.first_img {
	width: 95%;
	display: block;
	margin-left:  auto;
	margin-right: auto;
}

/* img + ボーダーボックス */
img + .acordion_contents_1 {
	margin-top: min(6vw,60px);
}




/* ===== border box ===== */
.acordion_contents_1 {
	padding: min(5vw,50px);
	border: 1px solid #aa8c46;
}
/* 三角 装飾イラスト */
.triangle {
	width: 10vw;
	max-width: 100px;
	min-width:  45px;
	display: block;
	margin: min(4vw,40px) auto;
}
.triangle img {
	display: block;
}


/* ===== ボタン ===== */
.plan_btn a {
	width: 80%;
	max-width: 480px;
	display: block;
	margin: auto;
}


/* ===== case02 自宅の住み替えをしたい場合 ===== */
#case_sumikae h4 {
	margin-bottom: .5em;
}
#case_sumikae p + h3 {
	margin-top: 4em;
}
#case_sumikae p + h4 {
	margin-top: 1.5em;
}
/* 優先度別 ケース紹介 */
.case_intro h3 {
	margin-bottom: 2em;
}
#case_sumikae .case_intro h4 {
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: flex-start;
	margin-bottom: 1em;
	color: #aa8c46;
}
.case_intro img + h4,
.case_intro p + h4 {
	margin-top: 2em;
}
.case_intro img + p {
	font-size: 10px;
	line-height: 1.5;
	margin-top: 2em;
}

.case_intro h4 span {
	width:  30px;
	height: 30px;
	min-width:  30px;
	min-height: 30px;
	font-size: 20px;
	line-height: 1;
	letter-spacing: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	border-radius: 50px;
	background-color: #aa8c46;
	margin-right: .5em;
}
/* 黒 見出し */
.case_intro h4.h4_black {
	color: #000 !important;
}
h4.h4_black span {
	width:  40px;
	height: 40px;
	min-width:  40px;
	min-height: 40px;
	background-color: #000;
	margin-top: -.25em;
}


/* ===== BG 街の画像 ===== */
#sec_plan .bg_wrap {
	position: relative;
}
#sec_plan .wrap {
	position: relative;
	z-index: 2;
}

#sec_plan .bg_wrap:after {
	content: "";
	width:  100%;
	height: 100%;
	display: block;
	position: absolute;
	left:   0;
	bottom: 0;
	background-image: url(../img/bg02.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center bottom;
	z-index: 0;
}





@media screen and (max-width:768px) {
	/* ===== First View ===== */
	.ttl {
		padding-top: 40px;
	}
	.ttl .img_wrap {
		width: 100%;
	}
	.ttl h1 {
		width:     fit-content;
		min-width: fit-content;
		font-size: 22px;
		font-size: min(5.867vw,30px);
	}

	/* ===== 見出し ===== */
	h2 {
		font-size: 22px;
	}
	h3 {
		font-size: 17px;
	}
	.h3_border {
		margin-bottom: .75em;
	}

	h4,h5 {
		font-size: 16px;
	}
	h4 {
		letter-spacing: .025em;
	}


	/* ===== テキストデザイン ===== */
	section p {
		line-height: 1.8;
	}
	h2 + p {
		width: fit-content;
		font-size: 14px;
		text-align: justify;
		margin-left:  auto;
		margin-right: auto;
		margin-bottom: 2em;
	}
	.red_cont {
		font-size: 16px;
		line-height: 1.5;
	}
	strong.red {
		font-size: 1.1em;
	}


	/* ===== コンテンツ ===== */
	.triangle {
		margin-top:    20px;
		margin-bottom: 20px;
	}


	/* ===== アコーディオン ===== */
	.acordion {
		padding: 10px 30px 20px;
	}
	/* 詳しく見る */
	.read_more {
		font-size: 16px;
	}
	/* アコーディオンの最初の画像 */
	.first_img {
		width: 100%;
	}

	/* ===== border box ===== */
	.acordion_contents_1 {
		padding: 20px;
		padding: clamp(20px,5.333vw,40px);
	}
	.acordion_contents_1 p {
		font-size: 14px;
	}

	/* ===== ボタン ===== */
	.plan_btn a {
		width: 100%;
	}

	/* ===== case02 自宅の住み替えをしたい場合 ===== */
	#case_sumikae h4 {
		margin-bottom: .75em;
	}
	.case_intro h3 {
		margin-bottom: .75em;
	}
	#case_sumikae h4 {
		font-size: 16px;
		font-size: clamp(16px,4.267vw,18px);
		letter-spacing: 0;
	}
	.case_intro h4 span {
		width:  25px;
		height: 25px;
		min-width:  25px;
		min-height: 25px;
		font-size: 16px;
	}
	h4.h4_black span {
		width:  30px;
		height: 30px;
		min-width:  30px;
		min-height: 30px;
		font-size:  14px;
	}
	.case_intro img + h4,
	.case_intro p + h4,
	#case_sumikae p + h4 {
		margin-top: clamp(30px,8vw,60px);
	}
	.case_intro img + p {
		margin-top: 1em;
	}


	/* ===== BG 街の画像 ===== */
	#sec_plan .bg_wrap:after {
		background-image: url(../img/bg02_sp.png);
	}

}
