@charset "shift_jis";
:root {
	--main-color: #013b96;
	--btn-color: #ff9c00;
	--bg-blue-color: #eaf6fb;
}
@media screen and (min-width: 769px) {
	/*--- reform_sellここから ---*/
	.sale_reform_sell_wrap {
		/* メイン画像 */
		.reform_main_wrap {
			height: 550px;
			background: url(../img/main_bg.webp);
			background-size: cover;
			background-position: center;
			.reform_main_inner {
				width: 1100px;
				margin: 0 auto;
				text-align: center;
				padding: 120px 0;
				.main_ti {
					font-size: 45px;
					font-weight: bold;
					line-height: 80px;
					color: #fff;
					text-shadow: 0 0 10px rgba(54, 118, 142, 0.8);
					b {
						display: block;
						font-size: 65px;
					}
				}
				p {
					display: block;
					text-align: center;
					font-size: 15px;
					font-weight: bold;
					color: #fff;
					line-height: 25px;
					margin: 25px 0;
					padding: 25px 0;
					text-shadow: 0 0 10px rgba(54, 118, 142, 0.8);
					border-top: 1px solid #fff;
					border-bottom: 1px solid #fff;
				}
			}
		}
		/* 悩み */
		.reform_nayami_wrap {
			width: 1100px;
			margin: 80px auto;
			ul {
				position: relative;
				display: -webkit-flex;
				display: -moz-flex;
				display: -ms-flex;
				display: -o-flex;
				display: flex;
				flex-wrap: wrap;
				justify-content: center;
				&::after {
					content: "";
					display: block;
					background: url(../img/nayami_icon.webp);
					width: 309px;
					height: 205px;
					position: absolute;
					bottom: 75px;
					left: 400px;
					z-index: -1;
				}
				li {
					min-width: 280px;
					background: #fff;
					border: 1px solid #ccc;
					border-radius: 10px;
					padding: 20px 30px;
					font-size: 20px;
					font-weight: bold;
					line-height: 30px;
					position: relative;
					text-align: center;
					margin-bottom: 50px;
					&::before {
						content: "";
						border-left: 16px solid transparent;
						border-top: 16px solid #ccc;
						position: absolute;
						right: 35px;
						bottom: -16px;
						transform: rotate(-90deg);
					}
					&::after {
						content: "";
						border-left: 15px solid transparent;
						border-top: 15px solid white;
						position: absolute;
						right: 35px;
						bottom: -14px;
						transform: rotate(-90deg);
					}
					span {
						font-weight: bold;
						background: linear-gradient(transparent 60%, #ffea7f 60%);
					}
					&:nth-child(2) {
						margin: 0 0 50px 60px;
					}
					&:nth-child(3) {
						&::before {
							top: 56px;
							right: -16px;
							bottom: auto;
						}
						&::after {
							top: 57px;
							right: -14px;
							bottom: auto;
						}
					}
					&:nth-child(4) {
						margin: 0 0 50px 395px;
						&::before {
							top: 36px;
							left: -16px;
							right: auto;
							bottom: auto;
							transform: none;
						}
						&::after {
							top: 37px;
							left: -14px;
							right: auto;
							bottom: auto;
							transform: none;
						}
					}
					&:last-child {
						margin-bottom: 0;
						&::before,
						&::after {
							content: none;
						}
					}
				}
			}
		}
		/* リフォーム提案 */
		.reform_point_wrap {
			background: var(--bg-blue-color);
			padding: 60px 0;
			margin-top: 80px;
			.reform_point_inner {
				width: 1100px;
				margin: 0 auto;
				h2 {
					color: #013b96;
					font-size: 35px;
					&::before {
						content: "";
						display: block;
						background: url(../img/ti_icon.webp);
						width: 514px;
						height: 35px;
						margin: 0 auto 15px;
					}
				}
				ul {
					li {
						background: #fff;
						padding: 70px 50px 50px;
						border-radius: 10px;
						position: relative;
						margin-bottom: 30px;
						&:last-child {
							h3 {
								margin: 0 0 30px;
							}
						}
						.reform_point {
							width: 78px;
							background: #013b96;
							color: #fff;
							border-radius: 2px;
							text-align: center;
							line-height: 28px;
							font-size: 13px;
							font-weight: bold;
							position: absolute;
							left: 0;
							top: 20px;
						}
						h3 {
							color: #013b96;
							font-size: 30px;
							line-height: 40px;
							letter-spacing: 0.05em;
							margin: 0;
							b {
								background: linear-gradient(transparent 60%, #eaf6fb 60%);
							}
						}
						.reform_point_txt {
							display: flex;
							justify-content: space-between;
							align-items: flex-end;
							p {
								font-size: 15px;
								line-height: 25px;
								font-weight: bold;
								color: #222;
								margin: 0;
								span {
									font-weight: bold;
									background: linear-gradient(transparent 60%, #ffea7f 60%);
								}
							}
							.reform_point_con {
								width: 320px;
								height: 350px;
								box-sizing: border-box;
								border: 1px solid #013b96;
								border-radius: 5px;
								text-align: center;
								padding: 20px;
								background: #eaf6fb;
								h4 {
									font-size: 18px;
									font-weight: bold;
									letter-spacing: 0.1em;
									line-height: 25px;
									color: #013b96;
									height: 50px;
									display: flex;
									justify-content: center;
									align-items: center;
									flex-direction: column;
									margin: 0 0 20px;
								}
								p {
									text-align: left;
									font-size: 13px;
									line-height: 20px;
									letter-spacing: 0.05em;
									margin: 20px 0 0;
									font-weight: 500;
								}
							}
						}
					}
				}
			}
		}
		/* 気を付けること */
		.caution_wrap {
			width: 1000px;
			margin: 110px auto;
			.caution_top {
				display: flex;
				justify-content: space-between;
				align-items: center;
				margin: 60px 0;
				h3 {
					display: inline;
					color: #013b96;
					font-size: 30px;
					line-height: 40px;
					letter-spacing: 0.05em;
					margin: 0 0 0 0;
					background: linear-gradient(transparent 60%, #eaf6fb 60%);
				}
				p {
					margin-top: 20px;
					font-weight: bold;
					font-size: 15px;
					line-height: 25px;
				}
			}
			.caution_point {
				h3 {
					color: #000;
					font-size: 25px;
					line-height: 33px;
					letter-spacing: 0.05em;
					margin: 0 0 30px;
					padding-left: 15px;
					border-left: 5px solid #013b96;
				}
				ul {
					li {
						background: #eaf6fb;
						border: 1px solid #013b96;
						padding: 30px;
						margin-bottom: 30px;
						h4 {
							font-size: 20px;
							font-weight: bold;
							letter-spacing: 0.05em;
							color: #e04f4f;
							margin: 0 0 15px;
							display: -webkit-flex;
							display: -moz-flex;
							display: -ms-flex;
							display: -o-flex;
							display: flex;
							align-items: center;
							&::before {
								content: "";
								display: block;
								background: url(../img/check_icon.webp);
								width: 28px;
								height: 28px;
								margin-right: 10px;
							}
							p {
								margin: 0;
								font-size: 15px;
								line-height: 25px;
								letter-spacing: 0.1em;
								.color_b {
									color: #013b96;
								}
							}
						}
						p {
							margin: 0;
							font-size: 15px;
							line-height: 25px;
							letter-spacing: 0.1em;
							.color_b {
								color: #013b96;
							}
						}
					}
				}
			}
		}
		/* よくある質問 */
		#sa_qa {
			padding: 0;
			background-color: var(--bg-blue-color);
			.reform_qa_wrap {
				padding: 110px 0 80px;
				background-color: var(--bg-blue-color);
			}
		}
		/* title */
		h2 {
			font-size: 40px;
			line-height: 40px;
			font-weight: bold;
			text-align: center;
			color: #000;
			margin: 0 0 40px;
			display: block;
			&.sa_conts_tit_line::after {
				content: "";
				display: block;
				width: 70px;
				height: 5px;
				background-color: #013b96;
				margin: 30px auto 0;
			}
		}
		/* svg */
		svg {
			margin: 0 auto;
			display: block;
			.cls-1 {
				fill: var(--main-color);
			}
		}
		/* btn */
		.btn_link {
			display: block;
			width: 80%;
			line-height: 60px;
			background-color: var(--btn-color);
			color: #fff;
			text-align: center;
			position: relative;
			margin: 0 auto 00px;
			border-radius: 5px;
			font-weight: bold;
			font-size: 18px;
			&:hover {
				opacity: .8;
			}
		}
		/* fadein（下から上） */
		.fadein {
			opacity: 0;
			transform: translateY(30px);
			transition: all 0.8s ease-out;
			&.sale_show {
				opacity: 1;
				transform: translateY(0);
			}
			&.fadein-1 {
				transition-delay: 0.2s;
			}
			&.fadein-2 {
				transition-delay: 0.4s;
			}
			&.fadein-3 {
				transition-delay: 0.6s;
			}
			&.fadein-4 {
				transition-delay: 0.8s;
			}
			&.fadein-5 {
				transition-delay: 1.0s;
			}
			&.fadein-6 {
				transition-delay: 1.2s;
			}
		}
	}
	/*--- reform_sellここまで ---*/
}
/*-------------------------------
sp
--------------------------------*/
@media screen and (max-width: 768px) {
	/*--- reform_sellここから ---*/
	.sale_reform_sell_wrap {
		/* メイン画像 */
		.reform_main_wrap {
			background: url(../img/main_bg.webp);
			background-size: cover;
			background-position: center;
			padding: 40px 0;
			.reform_main_inner {
				width: 90%;
				margin: 0 auto;
				.main_ti {
					font-size: clamp(18px, 5.3vw, 20px);
					font-weight: bold;
					line-height: 32px;
					color: #fff;
					text-shadow: 0 0 10px rgba(54, 118, 142, 0.8);
					text-align: center;
					b {
						display: block;
						font-size: clamp(28px, 8vw, 35px);
					}
				}
				p {
					display: block;
					text-align: left;
					font-size: clamp(12px, 3.5vw, 14px);
					font-weight: bold;
					color: #fff;
					line-height: 24px;
					margin: 15px 0;
					padding: 15px 0;
					text-shadow: 0 0 10px rgba(54, 118, 142, 0.8);
					border-top: 1px solid #fff;
					border-bottom: 1px solid #fff;
				}
			}
		}
		/* 悩み */
		.reform_nayami_wrap {
			width: 90%;
			margin: 60px auto 0;
			ul {
				display: flex;
				flex-wrap: wrap;
				justify-content: center;
				flex-wrap: wrap;
				&::after {
					content: "";
					display: block;
					background: url(../img/nayami_icon.webp);
					background-size: contain;
					background-repeat: no-repeat;
					width: 200px;
					height: 146px;
					margin: 20px auto 0;
				}
				li {
					width: 49%;
					border: 1px solid #ccc;
					border-radius: 5px;
					padding: 10px 3%;
					font-weight: bold;
					text-align: center;
					margin-bottom: 2%;
					box-sizing: border-box;
					font-size: clamp(11px, 3vw, 20px);
					line-height: 1.8;
					margin-right: 2%;
					span {
						font-weight: bold;
						background: linear-gradient(transparent 60%, #ffea7f 60%);
					}
					&:nth-child(even) {
						margin-right: 0;
					}
					&:last-child {
						margin-bottom: 0;
					}
				}
			}
		}
		/* リフォーム提案 */
		.reform_point_wrap {
			background: var(--bg-blue-color);
			padding: 40px 0;
			margin-top: 60px;
			.reform_point_inner {
				width: 90%;
				margin: 0 auto;
				h2 {
					color: #013b96;
				}
				ul {
					li {
						background: #fff;
						padding: 60px 5% 30px;
						border-radius: 10px;
						position: relative;
						margin-bottom: 30px;
						.reform_point {
							width: 85px;
							background: #013b96;
							color: #fff;
							border-radius: 2px;
							text-align: center;
							line-height: 30px;
							font-size: clamp(14px, 4.2vw, 16px);
							font-weight: bold;
							position: absolute;
							left: 0;
							top: 20px;
						}
						h3 {
							color: #013b96;
							font-size: clamp(19px, 5.4vw, 22px);
							line-height: 30px;
							letter-spacing: 0.05em;
							margin: 0 0 20px;
							font-weight: bold;
							b {
								background: linear-gradient(transparent 60%, #eaf6fb 60%);
								display: inline;
								font-weight: bold;
							}
						}
						img {
							width: 100%;
						}
						.reform_point_txt {
							p {
								font-size: clamp(13px, 3.8vw, 15px);
								line-height: 25px;
								font-weight: bold;
								color: #222;
								margin: 0 0 20px;
								span {
									font-weight: bold;
									background: linear-gradient(transparent 60%, #ffea7f 60%);
								}
							}
							.reform_point_con {
								box-sizing: border-box;
								border: 1px solid #013b96;
								background: #eaf6fb;
								border-radius: 5px;
								text-align: center;
								padding: 20px;
								margin-bottom: 20px;
								&:last-child {
									margin-bottom: 0;
								}
								h4 {
									font-size: clamp(15px, 4.7vw, 18px);
									font-weight: bold;
									letter-spacing: 0.1em;
									line-height: 25px;
									color: #013b96;
									margin: 0 0 20px;
								}
								p {
									text-align: left;
									font-size: clamp(11px, 3.2vw, 13px);
									line-height: 20px;
									letter-spacing: 0.05em;
									margin: 20px 0 0;
								}
							}
						}
					}
				}
			}
		}
		/* 気を付けること */
		.caution_wrap {
			width: 90%;
			margin: 60px auto;
			.caution_top {
				margin: 40px 0;
				h3 {
					display: inline;
					color: #013b96;
					font-size: clamp(18px, 5.3vw, 20px);
					line-height: 34px;
					letter-spacing: 0.05em;
					margin: 0;
					font-weight: bold;
					background: linear-gradient(transparent 60%, #eaf6fb 60%);
				}
				p {
					font-size: clamp(13px, 3.8vw, 15px);
					line-height: 25px;
					margin: 20px 0;
				}
				img {
					width: 100%;
				}
			}
			.caution_point {
				h3 {
					color: #000;
					font-size: clamp(19px, 5.4vw, 22px);
					line-height: 32px;
					letter-spacing: 0.05em;
					margin: 0 0 30px;
					padding-left: 15px;
					border-left: 5px solid #013b96;
				}
				ul {
					li {
						background: #eaf6fb;
						border: 1px solid #013b96;
						padding: 20px 5%;
						margin-bottom: 30px;
						h4 {
							font-size: clamp(18px, 5.3vw, 20px);
							font-weight: bold;
							letter-spacing: 0.05em;
							color: #e04f4f;
							margin: 0 0 15px;
							display: flex;
							align-items: center;
							&::before {
								content: "";
								display: block;
								background: url(../img/check_icon.webp);
								width: 27px;
								height: 28px;
								margin-right: 10px;
							}
							p {
								margin: 0;
								font-size: clamp(13px, 3.8vw, 15px);
								line-height: 25px;
								letter-spacing: 0.1em;
								.color_b {
									color: #013b96;
								}
							}
						}
						p {
							margin: 0;
							font-size: clamp(13px, 3.8vw, 15px);
							line-height: 25px;
							letter-spacing: 0.1em;
							.color_b {
								color: #013b96;
							}
						}
					}
				}
			}
		}
		/* よくある質問 */
		#sa_qa {
			padding: 0;
			background-color: var(--bg-blue-color);
			.reform_qa_wrap {
				padding: 110px 0 80px;
				background-color: var(--bg-blue-color);
			}
		}
		/* CV */
		#sa_inq {
			.sa_inq_txt {
				width: 96%;
				margin: 0 auto;
				letter-spacing: normal !important;
			}
			h2 {
				margin: 10px auto 30px;
				line-height: 1.3;
			}
		}
		/* title */
		h2 {
			font-size: clamp(14px, 6vw, 24px);
			line-height: 1.8;
			font-weight: bold;
			text-align: center;
			color: #000;
			margin: 0 0 30px;
			&.sa_conts_tit_line::after {
				content: "";
				display: block;
				width: 70px;
				height: 5px;
				background-color: #013b96;
				margin: 20px auto 0;
			}
		}
		/* svg */
		svg {
			margin: 0 auto;
			display: block;
			.cls-1 {
				fill: var(--main-color);
			}
		}
		/* btn */
		.btn_link {
			display: block;
			width: 80%;
			line-height: 60px;
			background-color: var(--btn-color);
			color: #fff;
			text-align: center;
			position: relative;
			margin: 0 auto 00px;
			border-radius: 5px;
			font-weight: bold;
			font-size: clamp(15px, 4.7vw, 18px);
			&:hover {
				opacity: .8;
			}
		}
		/* fadein（下から上） */
		.fadein {
			opacity: 0;
			transform: translateY(30px);
			transition: all 0.8s ease-out;
			&.sale_show {
				opacity: 1;
				transform: translateY(0);
			}
			&.fadein-1 {
				transition-delay: 0.2s;
			}
			&.fadein-2 {
				transition-delay: 0.4s;
			}
			&.fadein-3 {
				transition-delay: 0.6s;
			}
			&.fadein-4 {
				transition-delay: 0.8s;
			}
			&.fadein-5 {
				transition-delay: 1.0s;
			}
			&.fadein-6 {
				transition-delay: 1.2s;
			}
		}
	}
	/*--- reform_sellここまで ---*/
}