@charset "UTF-8";

/* CSS Document */

/*******************

メインビジュアル

********************/

.home header {
	background-image: url(../img/mainvisual_bg.jpg);
	background-size: cover;
}

.home header .mainvisual {
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
}

.home header .mainvisual img {
	width: 100%;
	max-width: 1024px;
	text-align: center;
}

/*******************

セクション共通

********************/

.home section h2.l-title {
	font-weight: bold;
	font-size: 4.5rem;
	text-align: center;
	margin-bottom: 50px;
	position: relative;
	z-index: 2;
}

.home section h2.l-title::before {
	content: '';
	width: 0.4em;
	height: calc(100% + 20px);
	display: block;
	background-color: #019fe6;
	left: calc(50% - 5px);
	top: -10px;
	position: absolute;
	z-index: -1;
}


/*******************

業者選びのポイント

********************/

.point .content-wrap {
	background-color: #dfeff7;
}

.point .point-title {
	font-size: 2.8rem;
	letter-spacing: 0.05em;
	margin-bottom: 2.0rem;
	font-weight: bold;
	background-image: url(../img/point_man.png);
	background-position: -10px center;
	background-repeat: no-repeat;
	background-size: 110px;
	padding: 50px 0 0 85px;
	position: relative;
}

.point .point-title::before {
	font-size: 2.5rem;
	display: block;
	position: absolute;
	background: linear-gradient(transparent 70%, #019fe6 10%);
	top: 10px;
	left: 85px;
}

.point1 .point-title::before {
	content: 'Point１';
}

.point2 .point-title::before {
	content: 'Point２';
}

.point3 .point-title::before {
	content: 'Point３';
}

.point .description {
	margin-bottom: 2.0rem;
}

.point .description .imgL {
	float: left;
	width: 50%;
	margin-bottom: 0;
	padding-right: 3%;
	padding-bottom: 3%;
}

.point .description .imgL img {
	width: 100%;
}

.point .point_number {
	margin-bottom: 30px;
}

.point .description .txtR {
	margin-top: 20px;
}

.point p {
	margin-bottom: 1.4rem;
}

.point .imgtxt {
	margin-bottom: 30px;
}

.point1,
.point2 {
	margin-bottom: 50px;
}

.point .flex {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 50px;
}

.point .flex figure {
	width: 24%;
	text-align: center;
}

.point .flex figure img {
	width: 100%;
}

.point .flex figcaption {
	margin: 0.5em;
}

/*******************

サービス・料金セクション

********************/

.service .location {
	/*background-image:url(../img/section_service_bg.jpg);*/
	background-size: cover;
	text-align: center;
}

.service .location>li {
	width: 25%;
	float: left;
}

.service .location>li div {
	width: 97%;
	margin: 0 auto 50px;
}


.service .location>li img.parts {
	border-top-color: #0162e6;
	border-top-width: 5px;
	border-top-style: solid;
	padding-top: 8px;
	width: 100%;
}

.service .location>li .text {
	width: 100%;
	height: 150px;
	padding: 10px 0;
	font-size: 1.4rem;
	text-align: left;
}

.service .trouble {
	margin: 1.3rem 0;
	height: 7em;
}

.service .trouble li {
	text-align: left;
	list-style-type: none;
	line-height: 2.0rem;
	padding-left: 1.8rem;
	text-indent: -1.4rem;
	font-size: 1.4rem;
}

.service .trouble li:before {
	content: '● ';
	color: #019fe6;
}

.service .price {
	max-width: 242px;
	width: 100%;
	height: auto;
	margin-bottom: 2.0rem;
}


.service .btn {
	width: 100%;
	height: 50px;
	background-color: #0162e6;
	line-height: 20px;
	font-size: 1.6rem;
	padding-top: 5px;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.service .btn:hover {
	background-color: #019fe6;
}

.service .bottomtext {
	border: 5px dotted #0162e6;
	padding: 2rem 1.5rem;
}

.service .bottomtext p {
	font-size: 1.6rem;
}

.service .bottomtext .red {
	color: #e60106;
	font-weight: bold;
}

.service p {
	margin-bottom: 1.3rem;
}


/*******************

流れセクション

********************/

section.flow .content-wrap {
	background-color: #dfeff7;
}

section.flow p {
	margin-bottom: 1.3rem;
}

section.flow ul {
	max-width: 1200px;
	width: 100%;
	margin-bottom: 20px;
}

section.flow li {
	float: left;
	width: 20%;
	position: relative;
}

section.flow .number {
	position: relative;
	top: -50px;
	left: 15px;
}

section.flow dt {
	height: 100px;
	color: #FFF;
	font-size: 1.8rem;
	padding: 30px 5px 30px 0;
	vertical-align: middle;
	line-height: 38px;
}

section.flow dt.blue {
	background-color: #0162e6;
	background-image: url(../img/section_flow_parts_water.png);
	background-position: left;
	background-repeat: no-repeat;
}

section.flow dt.water {
	background-color: #019fe6;
	background-image: url(../img/section_flow_parts_blue.png);
	background-position: left;
	background-repeat: no-repeat;
}

section.flow li.one dt {
	background-image: none;
}

section.flow dd {
	padding: 30px 15px;
}

section.flow .btn {
	width: 30%;
	height: 50px;
	background-color: #0162e6;
	line-height: 50px;
	font-size: 1.6rem;
	margin: 0 auto;
	text-align: center;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

section.flow .btn:hover {
	background-color: #019fe6;
}

/*
※※※※※※※※※※※※※※※※

TOPページお知らせ

※※※※※※※※※※※※※※※※
*/

#info {
	padding: 1em 0;
	background-color: #FFF7ED;
}

#info .infotitle {
	text-align: center;
	font-size: 2rem;
	color: #d32902;
	font-weight: bold;
	margin-bottom: 1em;
}

#info .infotext p {
	margin-bottom: 1em;
	text-align: center;
}

#info .bold {
	font-weight: bold;
}

/*******************

対応エリア

********************/

/* --- ベースのレイアウトと装飾 --- */
.area-section {
	max-width: 1000px;
	margin: 40px auto;
	padding: 0 15px;
}

.area-section-title {
	text-align: center;
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 30px;
	color: #333;
}

.area-group {
	margin-bottom: 30px;
}

.area-group-title {
	font-size: 2.8rem;
	border-bottom: 2px solid #0056b3;
	padding-bottom: 5px;
	margin-bottom: 15px;
	color: #0056b3;
}

.area-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
	gap: 12px;
	list-style: none;
	padding: 0;
	margin: 0;
}

.area-grid a {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 56px;
	background-color: #f8f9fa;
	border: 1px solid #d1d5db;
	border-radius: 6px;
	color: #1f2937;
	text-decoration: none;
	font-size: 1.3rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	transition: all 0.2s ease;
	text-align: center;
	padding: 0 4px;
}

@media (hover: hover) {
	.area-grid a:hover {
		background-color: #0056b3;
		color: #fff;
		border-color: #0056b3;
	}
}

.area-grid a:active {
	background-color: #e5e7eb;
}

/* --- スマホ向け（画面幅599px以下）：強制的に3列にする --- */
@media (max-width: 599px) {
	.area-group-title {
		font-size: 1.8rem;
	}

	.area-grid {
		grid-template-columns: repeat(3, 1fr);
		/* ここで1列に3つを強制 */
		gap: 8px;
		/* 画面が狭いのでボタン同士の隙間は少し詰める */
	}

	.area-grid a {
		min-height: 40px;
		/* スマホ用のタップ領域（最低44px以上を死守） */
		/* 3列でも文字がはみ出さないように少し小さく */
		letter-spacing: 0.02em;
	}
}

/* --- A11y & SEO特化：隠しテキスト用クラス --- */
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0;
}

/* --- エリアナビゲーション全体（コンテナ） --- */
.area-navigation {
	background: #f8f9fa;
	border: 1px solid #dee2e6;
	border-radius: 8px;
	padding: 1rem;
	/* スマホではパディングを少し小さく */
	margin-bottom: 2rem;
}

/* --- PC・タブレット向け（768px以上）：左右分割 --- */
@media (min-width: 768px) {
	.area-navigation {
		padding: 2rem;
		/* iMacなら余白を大きく */
	}

	.area-nav-container {
		display: grid;
		grid-template-columns: 1.5fr 2fr;
		gap: 32px;
		align-items: center;
	}
}

/* --- 画像エリア --- */
.area-nav-image {
	text-align: center;
	margin-bottom: 2rem;
}

@media (min-width: 768px) {
	.area-nav-image {
		margin-bottom: 0;
	}
}

.area-nav-image img {
	max-width: 100%;
	height: auto;
	border-radius: 4px;
}

/* --- リンクエリア --- */
.area-nav-content {
	flex: 1;
}

/* 以下、グループ、ラベル、リンクのCSSは前回提示分をそのまま適用 */
.area-nav-group {
	display: flex;
	align-items: center;
	margin-bottom: 0.8rem;
	border-bottom: 1px dashed #ced4da;
	padding-bottom: 0.8rem;
}

.area-nav-group:last-child {
	border-bottom: none;
	margin-bottom: 0;
}

.area-nav-label {
	font-size: 1.8rem;
	font-weight: bold;
	width: 100px;
	flex-shrink: 0;
	color: #000;
}

.area-nav-links {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0;
	padding: 0;
}

.area-nav-links a {
	display: inline-block;
	padding: 10px 12px;
	background: #fff;
	border: 2px solid #0056b3;
	color: #0056b3;
	text-decoration: none;
	border-radius: 4px;
	font-size: 1.8rem;
	transition: background 0.2s;
}

@media (hover: hover) {
	.area-nav-links a:hover {
		background: #0056b3;
		color: #fff;
	}
}

.area-nav-links a:active {
	background: #e7f1ff;
}




@media (max-width: 1023px) {

	/*******************

サービス・料金セクション

********************/
	.service .location>li {
		width: 33%;
		float: left;
	}
}

@media (max-width: 767px) {

	/*******************

セクション共通

********************/
	.home section h2.l-title {
		margin-bottom: 30px;
		font-size: 3rem;
	}

	/*******************

業者選びのポイント

********************/
	.point .point-title {
		font-size: 2.3rem;
		margin-bottom: 2.0rem;
	}

	.point .description .imgL {
		float: none;
		width: 100%;
	}

	.point .description .txtR {
		float: none;
		width: 100%;
	}

	.point .imgtxt {
		width: 100%;
	}

	.point .imgtxt img {
		width: 100%;
	}

	.point .flex figure {
		width: 48%;
		text-align: center;
	}

	.point .flex figcaption {
		font-size: 0.8em;
	}

	/*******************

	サービス・料金セクション

	********************/
	.service .location>li {
		width: 50%;
		float: left;
	}

	.service .trouble {
		margin: 1.3rem 0;
		height: 8em;
	}

	.service .trouble li {
		text-align: left;
		list-style-type: none;
		line-height: 2.0rem;
		padding-left: 1.6rem;
		text-indent: -1.4rem;
		font-size: 1.3rem;
		letter-spacing: -0.15rem;
	}


	/*******************

	流れセクション

	********************/

	section.flow p {
		margin-bottom: 1.3rem;
	}



	section.flow li {
		width: 100%;
		position: relative;
		float: none;
	}

	section.flow .number {
		position: relative;
		height: 30px;
		top: 5px;
		left: -25px;
	}

	section.flow dt {
		box-sizing: border-box;
		height: 240px;
		width: 80px;
		font-size: 1.8rem;
		padding: 0 30px 0 0;
		vertical-align: middle;
		line-height: inherit;
		float: left;
		-webkit-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;

	}

	section.flow dt.blue {
		background-color: #0162e6;
		background-image: none;
		background-position: left;
		background-repeat: no-repeat;
	}

	section.flow dt.water {
		background-color: #019fe6;
		background-image: none;
		background-position: left;
		background-repeat: no-repeat;
	}

	section.flow li.one dt {
		background-image: none;
	}

	section.flow dd {
		padding: 20px 5px;
		float: right;
		width: calc(100% - 100px);
		height: 240px;
		background-image: url(../img/sp_section_flow_triangle.png);
		background-position: center bottom;
		background-repeat: no-repeat;
		background-size: 100px;
	}

	section.flow dd p {
		font-size: 1.5rem;
	}

	section.flow li:last-child dd {
		background-image: none;
	}

	section.flow .btn {
		width: 90%;
	}



	/*
※※※※※※※※※※※※※※※※

TOPページお知らせ

※※※※※※※※※※※※※※※※
*/

	#info p {
		font-size: 1.5rem;
	}

	#info .infotitle {
		text-align: center;
		font-size: 1.8rem;
	}

	#info .infotext p {
		text-align: left;
	}

}


@media (max-width: 359px) {

	.service .btn {
		font-size: 1.2rem;

	}


	section.flow dd {
		height: 290px;
		font-size: 1.3rem;
	}

	section.flow dt {
		height: 290px;
	}

}