@charset "utf-8";
/*index*/


/**/
.pageTtl01{
	background-image: url(../images/landscape/landscape_ttl.jpg);
}
.landImg01{
	margin: 0 auto;
	width: 100%;
}
.landImg01 img{
	width: 100%;
}
/**/

/**/
#indBenefits{
	padding-bottom: 100px;
}
#indBenefits h2{
	font-family: "Times New Roman" , "Times" , serif;
	font-weight: normal;
	font-size:max(2rem, min(2.5vw, 2.5rem) );
	letter-spacing: 0.3em;
	margin-bottom:30px;
}
#indBenefits .list01{
	width: 80%;
	max-width: 365px;
	margin: 0 auto;
}
#indBenefits .list01 img{
	margin-bottom: 40px;
}
@media (min-width:768px) {
	#indBenefits .list01{
		width: 90%;
		max-width: 1200px;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	#indBenefits .list01 img{
		max-width: 365px;
		width: calc(100% / 3);
		margin-bottom: 0;
	}
}
/**/

/**/
.hazardmap{
	background-color: #fff;
	padding: 30px 5%;
}
.hazardmap .ttl01{
	color: #756638;
	font-size: 2rem;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
	font-weight: normal;
}
.hazardmap .flexwrap{
	margin-bottom: 20px;
}
.hazardmap .txtwrap{
	margin-bottom: 30px;
}
.hazardmap .txtwrap .copy01{
	font-size: clamp(2rem,3.5vw,3.5rem);
	text-align: left;
	margin-bottom: 0.75em;
}
.hazardmap .txtwrap .copy02{
	font-size: clamp(1.4rem,1.8vw,1.8rem);
	text-align: left;
}
.hazardmap .img{
	width: 100%;
}
.hazardmap .img figcaption{
	font-size: clamp(1.2rem,1.4vw,1.4rem);
	text-align: left;
	margin-top: 5px;
}
.hazardmap .btn01{
	display: block;
	margin: 0 auto;
	text-decoration: none;
	text-align: center;
	background-color:#756638;
	border-radius: 30px;
	color: #fff;
	font-size:max(1.6rem, min(2vw, 2rem) );
	padding: 5px 10px;
	font-weight: normal;
	max-width: 360px;
}
@media (min-width:768px) {
	.hazardmap{
		padding: 50px 5%;
	}
	.hazardmap .ttl01{
		margin-bottom: 40px;
	}
	.hazardmap .flexwrap{
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		margin-bottom: 40px;
	}
	.hazardmap .txtwrap{
		width: 55%;
		margin-bottom: 0;
	}
	.hazardmap .img{
		width: 41%;
		max-width: 461px;
	}
}
/**/




/*タブ*/
.landTab{
	width:100%;
	max-width:1000px;
	margin-left:auto;
	margin-right:auto;
	display:flex;
	justify-content:center;
	align-items: stretch;
	flex-wrap: wrap;
	position:relative;
	margin-bottom:20px;
}
.landTab .tab-area{
	display:flex;
	justify-content:center;
	align-items: stretch;
}
.landTab .tab-area .tab{
	width:30%;
	max-width:360px;
	margin:0 1%;
	background-color:#fff;
	padding:15px 5px 15px 5px;
	transition-duration: 0.2s;
	position:relative;
	margin-top:20px;
}
.landTab .tab-area .tab.active {
	color:#fff;
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.40);
	opacity:1;
}
@media (min-width:768px) {
	.landTab{
		margin-top:-50px;
		padding-bottom:150px;
		margin-bottom:30px;
	}
	.landTab .tab-area{
		width:100%;
		position:absolute;
		bottom:0;
		left:0;
	}
	.landTab .landcopy01{
		width:100%;
		position:absolute;
		bottom:120px;
		left:0;
	}
	.landTab .tab-area .tab{
		padding:15px;
		bottom:20px;
	}
}
.landTab .tab::before{
	content: "";
	position: absolute;
	right:4px;
	top:calc(50% - 3px);
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-bottom: 4px solid transparent;
	border-top: 4px solid transparent;
	border-left: 4px solid #756638;
	border-right: 0;
}
.landTab .tab.active{
	color:#fff;
	background-color:#fff;
}
.landTab .tab img{
	display:block;
	width:90%;
	margin:0 auto;
}
.landTab .logo01{max-width: calc(321px * .70);}
.landTab .logo02{max-width: calc(348px * .70);}
.landTab .logo03{
	max-width: calc(338px * .70);
}
/*本体*/
.panel-area{
	margin-top:-5vw;
}
.panel-area .panel{
	width:100%;
}
.panel-area .panel.active{
	display:block;
}
@media (min-width:768px) {
	.panel-area{
		margin-top:0;
	}
}

.panel-area .panel .hanrei02{
	background-color:#fff;
	border:1px solid #999;
	font-size:12px;
	padding:5px 10px;
	width:96%;
	margin:0 auto 10px;
}
.panel-area .panel .hanrei02 .img01{
	width:20px;
	margin-right:5px;
}








































