<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */

.fv{
	position: relative;
}

.fv_title{
	margin-left:30px;
	position: absolute;
    top: 50%;
	transform: translateY(-50%);
    left: 20px;
}

.fv_title p{
	font-family: 'Shippori Mincho B1', serif;
	color: #fff;
	font-size: 40px;
	text-shadow: 5px 5px  8px #000;
}

.fv_title_text{
	margin-bottom:60px;
}

/*====== 9-1-1 ç¸¦ç·šãŒå‹•ã„ã¦ã‚¹ã‚¯ãƒ­ãƒ¼ãƒ«ã‚’ä¿ƒã™ =======*/

/*ã‚¹ã‚¯ãƒ­ãƒ¼ãƒ«ãƒ€ã‚¦ãƒ³å…¨ä½“ã®å&nbsp;´æ‰€*/
.scrolldown1{
    /*æç”»ä½ç½®â€»ä½ç½®ã¯é©å®œèª¿æ•´ã—ã¦ãã&nbsp;ã•ã„*/
	position:absolute;
	left:50%;
	bottom:10px;
    /*å…¨ä½“ã®é«˜ã•*/
	height:50px;
}

/*Scrollãƒ†ã‚­ã‚¹ãƒˆã®æå†™*/
.scrolldown1 span{
    /*æç”»ä½ç½®*/
	position: absolute;
	left:-20px;
	top: -15px;
    /*ãƒ†ã‚­ã‚¹ãƒˆã®å½¢çŠ¶*/
	color: #fff;
	text-shadow: 3px 3px 6px #000;
	font-size: 14px;
	letter-spacing: 0.05em;
}

/* ç·šã®æå†™ */
.scrolldown1::after{
	content: "";
    /*æç”»ä½ç½®*/
	position: absolute;
	top: 0;
    /*ç·šã®å½¢çŠ¶*/
	width: 1px;
	height: 30px;
	background: #fff;
    /*ç·šã®å‹•ã1.4ç§’ã‹ã‘ã¦å‹•ãã€‚æ°¸é&nbsp;ã«ãƒ«ãƒ¼ãƒ—*/
	animation: pathmove 1.4s ease-in-out infinite;
	opacity:0;
}

/*é«˜ã•ãƒ»ä½ç½®ãƒ»é€éŽãŒå¤‰åŒ–ã—ã¦ç·šãŒä¸Šã‹ã‚‰ä¸‹ã«å‹•ã*/
@keyframes pathmove{
	0%{
		height:0;
		top:0;
		opacity: 0;
	}
	30%{
		height:30px;
		opacity: 1;
	}
	100%{
		height:0;
		top:50px;
		opacity: 0;
	}
}

/* Scroll Downã€€â†‘â†‘â†‘*/


/* ã”æŒ¨æ‹¶*/

.greeting{
	max-width:1300px;
	text-align: center;
    margin: 150px auto;
}

.greeting_text{
	font-family: 'Noto Serif JP', serif;
	color: #000;
	font-size: 16px;
	line-height: 30px;
	font-weight: 500;
	margin-bottom:50px;
	padding:5px;
}

	
/*ã”æŒ¨æ‹¶â†‘â†‘*/


/*å–æ‰±æ¥­å‹™*/

.service_above{
	z-index:10;
	position: relative;
}

.street_photo{
	width:60vw;
}

.inspector{
	width: 8vw;
}

.service_content{
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index:1;
	margin-bottom: 50px;
	}

.service_content .section_title{
	width:33vw;
	margin-top: 5vw;
	margin-bottom: 150px;
}

.service_des{
	display: block;
	width: 66vw;
	background: #EFF9F9;
	position: absolute;
	right:0;
	top:-50px;
	padding:9vw 9vw 6vw;
}

.service_des p{
	margin-bottom: 10px;
	font-family: 'Noto Serif JP', serif;
    color: #000;
	font-size: 16px;
	line-height: 32px;
	font-weight: 500;
}

.service_des_text{
	margin-bottom: 30px;
}

.service_des_text span{
	border-bottom: 1px solid rgba(26, 72, 77, 0.7);
}

.service_btn{
	display:flex;
	justify-content: flex-end;
}
/*å–æ‰±æ¥­å‹™â†‘â†‘*/


/* ãŠæ‚©ã¿*/

.inquiry_above{
	display:block;
	height: 650px; 
 	background: url(../img/inquiry_trouble.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding-top: 100px;
}

.inquiry_above .section_title span{
	border-bottom: 1px solid #fff;
}

.inquiry_above .section_title p,
.inquiry_above .section_title h2{
	color: #fff;
	opacity: 100%;
	font-weight: 400;
}

.inquiry_trouble_list{
	text-align: center;
}

.inquiry_trouble_list dd{
	font-family: 'Shippori Mincho B1', serif;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
	line-height: 28px;
	padding-bottom: 15px;
	letter-spacing: 1px;
}


/* srcoll down svg*/
.scroll_down{
	margin-top:30px;
} 

.scroll {
	padding-top: 10px;
	position: relative;
	text-align:center;
  }
  
  .scroll::before {
	animation: scroll 1.5s infinite;
	display: inline-block;
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	border-bottom: solid 1px #fff;
	border-left: solid 1px #fff;
	transform: rotate(-45deg);
	top: 0;
	right: 0;
	left: 0;
	margin: auto;
  }
  
  @keyframes scroll {
	0% {
	  transform: rotate(-45deg) translate(0, 0);
	  opacity: 0;
	}
	
	50% {
	  transform: rotate(-45deg) translate(-10px, 10px);
	  opacity: 1;
	}
	
	100% {
	  opacity: 0;
	}
	
  }
  /* srcoll down svg â†‘â†‘â†‘*/

/* ãŠæ‚©ã¿ â†‘â†‘â†‘*/

/* å•é¡Œè§£æ±º */

.inquiry_solve{
	display:flex;
	align-items: center;
	height: 600px; 
 	background: url(../img/inquiry_solve.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
}

.inquiry_solve_content{
	display: block;
	max-width:1200px;
	margin-left: 10vw;
}

.inquiry_solve_content h3{
	font-family: 'Shippori Mincho B1', serif;
    color: #1A484D;
    font-size: 30px;
    font-weight: 600;
	line-height: 50px;
	letter-spacing: 2px;
}

.inquiry_solve_content h3 span{
	border-bottom: 1px solid #1A484D;
}

main{
	overflow: hidden;
}

.main_contact{
	margin-top:30px;
	margin-bottom: 50px;
}

.main_contact p{
	font-family: 'Shippori Mincho B1', serif;
	color: #1A484D;
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
	letter-spacing: 2px;
}

.main_contact p span{
	font-size: 20px;
	letter-spacing: -0.5px;
}

/* å•é¡Œè§£æ±º â†‘â†‘â†‘*/


/* ãƒ¬ã‚¹ãƒãƒ³ã‚·ãƒ–å¯¾å¿œã€€*/

@media screen and (max-width: 600px){
	.fv_title {
		margin-left: 0px;
		left: 50%;
		top: 30px;
		transform: translateY(0%);
		transform: translateX(-50%);
	}
	
	.fv_title .fv_btn{
		display: none;
	}
	
	.fv_title_text{
		display: flex;
		flex-direction: row-reverse;
		justify-content: center;
		margin-top:10px;
	}
	
	.fv_title p{
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		padding: 1vh;
		letter-spacing: 2px;
		text-shadow: 3px 3px 5px #000;
	}
}



@media(max-width:1180px){
	
	.greeting_text {
		text-align: left;
		padding: 15px 45px 0;	
	    margin-bottom: 0px;
	}
	
}

@media screen and (max-width: 1000px){
	
	.fv_title p{
		font-size: min(6vw,24px);
	}
	
	.scrolldown1{
		display:none;
	}
	
	.greeting {
    	text-align: center;
		padding: 20px;
		margin: 12vh auto 3vh;
	}
		
	.greeting_text {
		font-size: 14px;
		line-height: 26px;
		margin-bottom: 30px;
	   	text-align: left;
		padding: 0 30px;
	}
	
	.street_photo {
		width: 70vw;
		min-width: 300px;
	}
	
	.inspector {
		width: 10vw;
		min-width: 50px;
	}
	
	.service_content {
		margin-top: 5vh;
		margin-bottom: 0;
		display: flex;
		flex-direction: column;
	}
	
	.service_des {
		position: inherit;
		width: 100%;
	}
	
	.service_content .section_title {
		margin: 5vw auto 10vh;
	}

	.service_des p {
    	font-size: 14px;
    	line-height: 28px;
	}
	
	.inquiry_above {
	    padding-top: 10vh;
		height: 600px;
	}
		
	.inquiry_trouble_list dd {
		font-size: 16px;
		font-weight: 600;
		line-height: 24px;
		padding-bottom: 12px;
		letter-spacing: 1px;
	}
	
	.inquiry_solve_content h3 {
		font-size: 20px;
		font-weight: 600;
		line-height: 32px;
		letter-spacing: 1px;
	}

	.scroll_down {
		position: absolute;
		left: 50%;
		transform: translateX(-20px);
	}
	
	.inquiry_solve {
		height: 400px;
	}
	
	.inquiry_solve .fv_btn span{
		font-size:16px;
	}
	
}

@media(max-width: 500px){
	.inquiry_solve_content {
		margin: 2vw auto;
	}
}

	
	</pre></body></html>