@charset "UTF-8";
/* .ichatch-block-top2 --------------------*/
.ichatch-block-top2{
	width: 100%;
	margin-bottom: 2rem;
}
.splide img{
	width: 100%;
	height:  calc(100svh - 76px - 80px);
	object-fit: cover;
	object-position:center bottom;
}
	@media (min-width: 576px){
		.ichatch-block-top2{
			position: relative;
			z-index: 1;
			width: 100%;
			margin-bottom: 0;
		}
		.splide img{
			height: auto;
			object-fit: initial;
		}
	}
/* cont-block-top --------------------*/
.cont-block-top{
	position: relative;
	margin-bottom: 40px;
}
	@media (min-width: 576px){
		.cont-block-top{
			z-index: 2;
			top:calc(( 1.24rem * 2 + 1.3rem * 1.2) / 2 * -1);
			margin-bottom: 0;
		}
	}
	@media (min-width: 768px){
		.cont-block-top{
			top:calc(( 1.24rem * 2 + 1.3rem * 1.2 + 10px) * -1);
		}
	}
	@media (min-width: 992px){
		.cont-block-top{
			top:calc(( 2.1rem * 2 + 2.2rem * 1.1 + 10px) / 2  * -1);
		}
	}
	@media (min-width: 1200px){
		.cont-block-top{
			top:calc(( 2.1rem * 2 + 2.2rem * 1.1 + 18px)  * -1);
		}
	}

/***********************************
* 新着情報	*
***********************************/
.top-listNews_wrap{
	padding-top: 1em;
	padding-left: 10px;
	padding-bottom: 1em;
	font-size: clamp(0.938rem, 0.871rem + 0.28vw, 1.125rem);/* min15px max18px==vp min375px max1440 px*/
}
dl.top-listNews{
	font-size: clamp(0.938rem, 0.871rem + 0.28vw, 1.125rem);/* min15px max18px==vp min375px max1440 px*/
}
dl.top-listNews dt{
	color: var(--color-main);
	font-weight: normal;
}
dl.top-listNews dd{
	margin-bottom: 1em;
}
dl.top-listNews dd:last-of-type{
	margin-bottom: 0;
}
dl.top-listNews dd a{
	text-decoration: none;
}
span.top-listNews-new{
	display: inline-block;
	background-color: #FFDC6B;;
	font-size: .8em;
	font-weight: 600;
	padding: .1em .5em;
}
	@media (min-width: 576px){
		dl.top-listNews{
			display: flex;
			flex-wrap: wrap;
		}
		dl.top-listNews dt{
			width: 7em;
			margin-bottom: 1.5em;
		}
		dl.top-listNews dd{
			width: calc(100% - 7em);
			margin-bottom: 1.5em;
		}
		dl.top-listNews dt:last-of-type,
		dl.top-listNews dd:last-of-type{
			margin-bottom: 0;
		}
		
	}
	@media (min-width: 992px){
		.top-listNews_wrap{
			padding-top: 1.8em;
			padding-right: .8em;
			padding-bottom: 1.8em;
			padding-left: 1.5em;
		}
	}
	@media (min-width: 1200px){
		.top-listNews_wrap{
			padding-top: 2.2em;
		}
	}
/***********************************
* サービス　*
***********************************/
.top-service-wrap{
	margin-bottom: 2rem;
	
}
.top-service{
	background-color: var(--color-main);
}
figure.top-service-img{
	display: block;
	margin: 0;
	width: 100%;
	aspect-ratio: 2 / 1;
}
figure.top-service-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.top-service-body{
	align-self: center;
}
.top-service-body-inner{
	max-width: 540px;
	margin-inline: auto;
	padding: 20px 15px;
	text-align: right;
}
.top-service-body-inner > *:last-child{
	margin-bottom: 0;
}
h2.top-service-body-ttl{
	margin-bottom: 0.724em;
	color: #fff;
	font-size: clamp(1.25rem, 1.052rem + 0.85vw, 1.813rem);/* min20px max29px==vp min375px max1440 px*/
	font-size: clamp(1.313rem, 1.136rem + 0.75vw, 1.813rem);/* min21px ma29px==vp min375px max1440 px*/
}
p.top-service-body-txt{
	font-size: clamp(0.875rem, 0.831rem + 0.19vw, 1rem);/* min14px max16px==vp min375px max1440 px*/
}
a.top-service-bod-link{
	color: #fff;
	font-size: clamp(1rem, 0.912rem + 0.38vw, 1.25rem);/* min16px max20px==vp min375px max1440 px*/
	text-decoration: none;
}
	@media (min-width: 576px){
		.top-service{
			display: flex;
		}
		figure.top-service-img{
			width: 43%;
			aspect-ratio: initial;
		}
		.top-service-body{
			width: 57%;
		}
		.top-service-body-inner{
			margin-inline: initial;
			max-width:400px;
		}
	}
	@media (min-width: 768px){
		figure.top-service-img{
			width: 45%;
		}
		.top-service-body{
			width: 55%;
		}
		.top-service-body-inner{
			max-width: 390px;
			padding-left: 5px;
		}
	}
	@media (min-width: 992px){
		.top-service-wrap{
			margin-bottom: 4.5rem;
		}
		figure.top-service-img{
			width: 55%;
		}
		.top-service-body{
			width: 45%;
		}
		.top-service-body-inner{
			max-width: 447px;
		}
	}
	@media (min-width: 1200px){
		.top-service-body-inner{
			padding-top: 45px;
			padding-bottom: 45px;
			max-width: 500px;
		}
	}
/***********************************
* こころざし	*
***********************************/
.top-vision-wrap{
	background-color: #fff;
	margin-bottom: 2rem;
}
.top-vision-header{
	width: 100%;
	aspect-ratio:  2 / 1;
	padding-top: 5%;
	background-image: url(../img/top_vision-mvpic@2x.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
}
.top-vision-header-ttl{
	max-width: 880px;
	margin-inline: auto;
	color: #fff;
	font-size: clamp(1.25rem, 1.052rem + 0.85vw, 1.813rem);/* min20px max29px==vp min375px max1440 px*/
}
	@media (min-width: 768px) {
		.top-vision-header{
			aspect-ratio: 3 / 1;
		}
	}
	@media (min-width: 992px) {
		.top-vision-wrap{
			margin-bottom: 4.5rem;
		}
	}
	@media (min-width: 1200px){
		.top-vision-header{
			aspect-ratio: 1512 / 419;
		}
	}
	@media (min-width: 1512px){
		.top-vision-header{
			aspect-ratio: initial;
			height: 419px;
		}
	}
/* top-vision-list --------------------*/
.top-vision-list-wrap{
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 880px;
	margin-inline: auto;
}
.top-vision-list{
	width: 100%;
	margin-top: -18.64%;
}
.top-vision-list ul{
	width: 100%;
	display: flex;
	justify-content:space-between;
	margin:0;
	padding: 0;
}
.top-vision-list ul li{
	position: relative;
	width: 31.82%;
	border-radius: 50%;
	text-align: center;
}
.top-vision-list ul li:before{
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	background-color: #fff;
	border-radius: 50%;
}
.top-vision-list ul li strong{
	position:relative ;
	z-index: 2;
	display: block;
	width: 100%;
	padding-top: 19.71%;
	padding-bottom: .5em;
	margin-bottom: .6em;
	font-size: 12px;
	font-weight: 900;
	line-height: 1.167;
}
.top-vision-list ul li strong::after{
	content: "";
	position: relative;
	bottom: -.6em;
	left:50%;
	transform: translateX(-50%);
	display: block;
	width: 73px;
	height: 3px;
	background: var(--color-main);
}
span.top-vision-list-txt{
	position: relative;
	z-index: 2;
	display: block;
	width: 100%;
	padding: 0 5%;
	font-size: 11px;
}
	@media (min-width: 576px) {
		.top-vision-list ul li strong{
			font-size: clamp(1rem, 0.667rem + 0.93vw, 1.5rem);/* min16px max24px==vp min576px max1440 px*/
		}
		span.top-vision-list-txt{
			font-size: clamp(0.75rem, 0.583rem + 0.46vw, 1rem);/* min12px max16px==vp min576px max1440 px*/
		}
	}	
/* top-vision-cont --------------------*/
.top-vision-cont{
	position: relative;
	z-index: 2;
	padding:1.5rem 1rem 1.2rem 1rem;
	text-align: center;
}
.top-vision-cont p{
	font-size:0.7rem;
}
.top-vision-cont p.top-vision-strong{
	font-weight: 700;
}
.top-vision-cont p.top-vision-link{
	font-size: 1rem;
	margin-bottom: 0;
}
.top-vision-cont p.top-vision-link a{
	color:#e99316;
	text-decoration: none;
}
@media (max-width: 575px) {
	.top-vision-cont p span{
		display: block;
	}
}
	@media (min-width: 768px) {
	}
	@media (min-width: 992px) {
		.top-vision-cont{
			padding:2.8rem 1rem 2rem 1rem;
			text-align: center;
		}
		.top-vision-cont p{
			font-size:1rem;
			margin-bottom: 1.8rem;
		}
		.top-vision-cont p.top-vision-link{
			font-size: 1.4rem;
		}
	}

/***********************************
* バナー	*
***********************************/
a.top-bnr-koukin{
	display: block;
	aspect-ratio: 7 / 2;
}
a.top-bnr-koukin img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
	@media (min-width: 576px){
		a.top-bnr-koukin{
			aspect-ratio: 4 / 1;
		}
	}
	@media (min-width: 768px){
		a.top-bnr-koukin{
			aspect-ratio: 5 / 1;
		}
	}
	@media (min-width: 992px){
		a.top-bnr-koukin{
			aspect-ratio: 1146 / 156;
		}
	}
/***********************************
* 施工事例	*
***********************************/
/* example-title --------------------*/
.example-title{
	background-color: #e99316;
	padding:1.2rem 1.2rem;
}
.example-title h2{
	margin: 0;
	padding: 0;
	color:#fff;
	line-height: 1.0;
	font-size: 1.3rem;
}
.example-title p{
	margin: 0;
	padding: 0.2rem 0 0 0;
	text-align: right;
	line-height: 1.0;
	font-size: 1rem;
}
.example-title a{
	color:#fff;
	text-decoration: none;
}
	@media (min-width: 768px) {
	}
	@media (min-width: 992px) {
		.example-title{
			padding:2.1rem 2.5rem;
		}
		.example-title h2{
			font-size: 2.2rem;
		}
		.example-title p{
			padding: 0.4rem 0 0 0;
			font-size: 1.5rem;
			font-weight: normal;
		}
	}
/*  example-cont--------------------*/
.example-cont{
	padding: 0.7rem 0.6rem 0.6rem 0.6rem
}
.exaple-leadtxt p{
	font-size: 0.9rem;
	font-size: clamp(0.938rem, 0.871rem + 0.28vw, 1.125rem);/* min15px max18px==vp min375px max1440 px*/
	margin-bottom: 0;
}
	@media (min-width: 768px) {
	}
	@media (min-width: 992px) {
		.example-cont{
			padding: 1.2rem 1rem 1rem 1rem
		}
		/*.exaple-leadtxt p{
			font-size: 1.1rem;
		}*/
	}
/* example-list*/
.example-list ul{
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.example-list ul li{
	width: 48%;
	color: red;
	font-size: 0.7rem;
	font-weight: 500;
	padding-top: 0.8rem;
}
.example-list ul li span{
	font-size: 0.6rem;
}
.example-list ul li a{
	text-decoration: none;
	display: inline-block;
	background-image: url(../img/top_example-icon.png);
	background-repeat: no-repeat;
	background-size: 10px;
	background-position: right 2px;
}
.example-list ul li img{
	width: 100%;
	padding-top: 0.2rem;
}
/***********************************
* 火災保険の対応	*
***********************************/
#kasai{
	background-image: url(../img/top_kasai-leadpic-sp.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size:cover;
}
.asai-cont{
	padding-top: 1.5rem;
	padding-bottom: 1rem;
	padding-right: 1.5rem;
}
.asai-cont h2{
	text-align: right;
	padding-right: 0.5rem;
	margin-bottom: 1.2rem;
	font-size: 1.3rem;
}
.asai-cont p{
	text-align: right;
	margin-bottom: 0;
	font-size:0.7rem;
}
.asai-cont p.business-link{
	padding-top:1rem;
	padding-right: 0.5rem;
	font-size: 1rem;
}
.asai-cont p.business-link a{
	color:#e99316;
	text-decoration: none;
}

	@media (max-width: 575px) {
		.asai-cont p span{
			display: block;
		}
	}
	@media(min-width:768px){
		#kasai{
			background-image: url(../img/top_kasai-leadpic.png);
			background-size: 38%;
		}}
	@media (min-width: 992px) {
		#asai{
			background-size: 45%;
		}
		.asai-cont{
			padding-top: 2.5rem;
			padding-bottom: 2.5rem;
			padding-right: 2.5rem;
		}
		.asai-cont h2{
			padding-right: 0.5rem;
			margin-bottom: 1.2rem;
			font-size: 2rem;
		}
		.asai-cont p{
			font-size: 1rem;
		}
		.asai-cont p.business-link{
			padding-top:1.5rem;
			padding-right: 0.5rem;
			font-size: 1.4rem;
		}
	}


/* 小見出し*/
	@media (min-width: 360px){
		.example-list ul li{
			width: 47.5%;
			font-size: 0.8rem;
		}
		.example-list ul li span{
			font-size: 0.7rem;
		}
		.example-list ul li a{
			text-decoration: none;
			display: inline-block;
			background-image: url(../img/top_example-icon.png);
			background-repeat: no-repeat;
			background-size: 12px;
			background-position: right 4px;
		}
	}
	@media (min-width: 768px) {
		.example-list ul li{
			width: 23.5%;
		}
	}
	@media (min-width: 992px) {
		.example-list ul li{
			font-size: 1rem;
			padding-top: 1.2rem;
		}
		.example-list ul li span{
			font-size: 0.9rem;
		}
		.example-list ul li a{
			background-size: auto;
		}
	}
