<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*-------------------- ãƒ¡ã‚¤ãƒ³ --------------------*/
#page.index #main {
	position: relative;
	width: 100%;
	-webkit-background-size: cover;
	background-color: #f0f0f0;
}
.mainin {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/top/main01.jpg);
	background-size: cover;
	-webkit-background-size:cover;/*Android4*/
}

	#page.index #main #maintitle{
		z-index: 500;
		position: absolute;
		left:50%;
		right:50%;
		margin-left:-129px;
	}


#page.index #main .topcomment{
    padding:80px 0 0 25px;
}

#page.index #main .topcomment p span{
	font-size: 2.8rem;
	color: #fff;
	/*font-weight: bold;*/
	display: block;
	letter-spacing: 8px;
	padding:0 0 20px;
}


/*-------------------- ãƒ¡ãƒ¼ã‚«ãƒ¼èªå®šå·¥å&nbsp;´ï¼ˆãƒ¡ã‚¤ãƒ³ãƒ˜ãƒƒãƒ€ãƒ¼éƒ¨åˆ†ï¼‰ --------------------*/
#page.index #main .topcomment .certified{
    margin:0px 0px 60px 0px;
}

#page.index #main .topcomment .certified img{
    max-width:630px;
}

@media (max-width: 620px) {
#page.index #main .topcomment .certified img{
    max-width:530px;
}
    }

/*-------------------- ãƒ¡ãƒ¼ã‚«ãƒ¼èªå®šå·¥å&nbsp;´ï¼ˆã‚³ãƒ³ãƒ†ãƒ³ãƒ„éƒ¨åˆ†ï¼‰ --------------------*/
#page.index #certified{
    background-color:#1a1a1a;
    color:#fff;
    padding:70px 0 70px 0;
}

#page.index #certified .sectionin h2.title_cf{
	color:#DC5500;
	line-height: 1.5;
	letter-spacing: 2px;
	font-size:4rem;
    font-weight:bold;
    text-align: center;
    margin:0 0 20px 0;
}

#page.index #certified .sectionin{
    margin: 0 auto;
    padding:0 20px 0 20px;
    max-width:800px;
    }

#page.index #certified .sectionin p{text-align:left;color:#fff;line-height:2.5;font-size:1.6rem;}
#page.index #certified .sectionin p strong{font-size:2.2rem;color:#DC5500;display:block;line-height:1;font-weight:bold;letter-spacing: 2px;}


@media (max-width: 620px) {
#page.index #certified .sectionin h2.title_cf{
    letter-spacing: 0px;
    font-size:2.3rem;
}
    
#page.index #certified .sectionin p{
    line-height:2;
    font-size:1.2rem;
}
    }





/*-------------------- ãƒˆãƒƒãƒ—ã‚³ãƒ¡ãƒ³ãƒˆ --------------------*/
#page.index #comment{background-color:#1a1a1a;color:#fff;padding:70px 0;}
#page.index #comment .sectionin h2{
	padding-top: 20px;
	color: #fff;
	line-height: 3;
	letter-spacing: 10px;
	font-size:1.6rem;
}
#page.index #comment .sectionin p{text-align:center;color:#fff;line-height:3;font-size:1.6rem;}
#page.index #comment .sectionin p strong{font-size:2.2rem;color:#DC5500;display:block;line-height:1;font-weight:bold;letter-spacing: 2px;}


/*-------------------- ã‚µãƒ¼ãƒ“ã‚¹ --------------------*/
#page.index #service{
	background-image: url(../images/top/back_line.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#page.index #service .section{
	background-image: url(../images/common/back_pt2.png);
	background-repeat: repeat;
	background-position: center center;
	padding-bottom:100px;
}
#page.index #service .box{margin:100px auto 0;display:table;width:100%;}
#page.index #service .box .photo{
	float:left;
	text-align:right;
	width : -webkit-calc(50% + 20px) ;
	width : calc(50% + 20px) 
}
#page.index #service .box .comment{
	float:left;
	text-align:left;
	padding:0 0 0 40px;
	vertical-align:top;
	width : -webkit-calc(50% - 20px) ;
	width : calc(50% - 20px) 
}

#page.index #service .box.rBox .photo{
	float:right;
	text-align:left;
}
#page.index #service .box.rBox .comment{
	float:left;
	padding:0 40px 0 0;
}
#page.index #service .box.rBox .commentin{width:390px;float:right;text-align:left;}
#page.index #service .box.rBox .comment h3{text-align:left;}
#page.index #service .box .comment h3 span{
	width:41px;
	height:41px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/top/title_anime.png);
	display:inline-block;
	margin-right:16px;
}
#page.index #service .box .comment h3 strong{
	font-size: 2rem;
	font-weight: bold;
	display: block;
	padding: 30px 0;
	letter-spacing: 2px;
	color:#1a2e44;
}

#page.index #service .box .comment p{
	line-height:2.6;
	color:#4D4D4D;
	padding:30px 0 0;
	font-weight: normal;
	font-size:1.8rem;
	max-width:400px;
}


#page.index #service .box .comment hr{
   border:solid #1A2E44;
   border-width:1px 0 0 0;
   height:1px;/* for IE6 */
   clear:both;/* for IE6 */
}

@media (max-width: 900px) {
	#page.index #service .box{width:900px;}
	#page.index #service .box .photo{width:470px;}
	#page.index #service .box .comment{width:430px;}
	#page.index #service .box .photo img{width:100%;}
}



/*-------------------- ã‚µãƒ¼ãƒ“ã‚¹ --------------------*/
#page.index #worksbox{
	background-image: url(../images/top/works.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#page.index #worksbox .section{
	background-image: url(../images/common/back_pt.png);
	background-repeat: repeat;
	background-position: center center;
}
#page #worksbox .link{padding:20px 0 60px;max-width:960px;}
#page #worksbox .link a{float:right;padding: 0 65px;}





/*---------------------------------------- SP ----------------------------------------*/
@media (max-width: 620px) {
	
#page.index #main .topcomment{padding:40px 0 0 25px;position: absolute;top:150px;text-align:center;}
#page.index #main .topcomment p span{
	font-size: 1.8rem;
	letter-spacing: 5px;
	padding:0 0 30px;
}
	#page.index #main .topcomment p img{width:100%;}
	
	#page.index #main .topcomment svg {
    width: 100%;
    height: auto;
}
	
/*-------------------- ãƒˆãƒƒãƒ—ã‚³ãƒ¡ãƒ³ãƒˆ --------------------*/
#page.index #comment{padding:50px 0;}
#page.index #comment .sectionin h2{
	padding:0;
	font-size:1.4rem;
	line-height: 3;
}
#page.index #comment .sectionin p{line-height:2;padding:0 20px;}
#page.index #comment .sectionin p strong{font-size:1.8rem;color:#DC5500;line-height:1.4;}

/*-------------------- ã‚µãƒ¼ãƒ“ã‚¹ --------------------*/
#page.index #service .box{width: 560px !important;margin: 70px auto 0;}
#page.index #service .box .photo{
	float:none;
	text-align:center;
	width :100% !important;
}
#page.index #service .box .comment{
	float:none;
	text-align:center;
	width :100% !important;
	padding:35px 0 0;
}

#page.index #service .box.rBox .photo{
	float:none;
	text-align:center;
}
#page.index #service .box.rBox .comment{
	float:none;
	padding:35px 0 0;
}
#page.index #service .box.rBox .commentin{width:100%;float:none;text-align:center;}
#page.index #service .box.rBox .comment h3{text-align:center;}
#page.index #service .box .comment h3 strong{
	font-size: 1.6rem;
	font-weight: bold;
	display: block;
	padding: 20px 0;
	letter-spacing: 2px;
}

#page.index #service .box .comment p{
	line-height:2;
	padding:20px 0 0;
	max-width: 100%;
    font-size: 1.4rem;
	text-align:left;
}
	#page.index #service .box .comment p br{display:none;}

#page.index #service .box .comment hr{
   border:solid #1A2E44;
   border-width:1px 0 0 0;
   height:1px;/* for IE6 */
   clear:both;/* for IE6 */
}


/*-------------------- WORKS --------------------*/
#page #worksbox .link{margin:0 auto;}
#page #worksbox .link a{float:none;padding: 0 65px;margin:0 auto;}


#page.index #map{height:400px;}
}






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