@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

html{
	scroll-behavior: smooth;
	}

div,p,li,header,footer{
	box-sizing: border-box;
	}
img{
	border : 0px;
	vertical-align: bottom;
	}

/* リンク */
a:link { color: #353535; text-decoration : none;} 
a:visited { color: #353535; text-decoration : none;} 
a:hover { color: #353535; text-decoration : none;} 
a:active { color: #353535; text-decoration : none;} 
a:focus{ outline:none;}

.ce{
	text-align : center;
	}
.rr{
	text-align : right;
	}
.ll{
	text-align : left;
	}

p{
	margin : 0;
	}

.mb10{margin-bottom: 10px;}
.mb20{margin-bottom: 20px;}
.mb30{margin-bottom: 30px;}
.mb40{margin-bottom: 40px;}
.mb50{margin-bottom: 50px;}


form{
	margin : 0;
	}
input,select,button{
	margin : 0 0 10px 0;
	}
table{
	text-align: left;
	border-collapse: collapse;
	width: 100%;
	}
ul,ol,li,dl,dt,dd,td,tr{
	margin : 0;
	padding : 0;
	list-style: none;
	}

.f12{font-size:12px;}
.f14{font-size:14px;}
.f16{font-size:16px;}
.f18{font-size:18px;}
.f20{font-size:20px;}
.f22{font-size:22px;}
.f24{font-size:24px;}

.red{color: #d0111a;}





body{
	font-family: 'Noto Sans JP', "Hiragino Kaku Gothic Pro","ヒラギノ角ゴシック Pro", "メイリオ", Meiryo, Osaka, sans-serif;
    font-style: normal;
    font-weight: 400;
	font-size: 16px;
	line-height: 2;
	color: #3a3a3a;
	margin: 0 auto;
	padding: 0;
	}




header{
	padding: 0px 40px;
	width: 100%;
	min-width: 1200px;
	background: #fff;
	border-bottom: solid 1px #eee;
	}
header #content{
	display: flex;
	justify-content: space-between;
	align-items: center;
	}
header #logo .logo{
	display: flex;
	justify-content: left;
	align-items: center;
	gap: 20px;
	}
header #logo .logo h1:last-child span{
	display: block;
	line-height: 1.3;
	}
header #logo .logo h1:last-child span:first-child{
	font-size: 14px;
	font-weight: 900;
	letter-spacing: 5px;
	}
header #logo .logo h1:last-child span:last-child{
	font-size: 28px;
	font-weight: 900;
	}
header #call .text{
	line-height: 1.2;
	font-size: 14px;
	font-weight: 900;
	}
header #call .number{
	line-height: 1.2;
	color: #228f19;
	font-size: 40px;
	font-weight: 900;
	}

ul#gnavi{
	display: flex;
	justify-content: center;
	min-width: 40%;
	gap: 20px;
	font-weight: 700;
	white-space: nowrap;
	border-bottom: solid 1px #eee;
	padding: 8px 0 10px;
	position: sticky;
	top: 0;
	z-index: 999;
	background: #fff;
	}
ul#gnavi li a{
	transition: 0.2s;
	font-size: 14px;
	padding: 0 0 5px 0;
	}
#gnavi li a.current {
	border-bottom: solid 2px #d0111a;
	}
ul#gnavi li a:hover{
	color: #d0111a;
	transition: 0.2s;
	}

#fix_btn{
	writing-mode: vertical-rl;
	position: fixed;
	z-index: 9999;
	right: 0;
	top: 200px;
	background: #228f19;
	font-size: 14px;
	font-weight: bold;
	}
#fix_btn a{
	color: #fff;
	padding: 20px 8px;
	display: block;
	}


#all{
	width: 1000px;
	margin: 0 auto;
	padding: 100px 0 150px 0;
	}

.block{
	margin: 0 auto 100px;
	}
.block:last-child{
	margin: 0 auto;
	}
	
#breadcrumb{
	font-size: 14px;
	}
#breadcrumb ul{
	width: 1000px;
	margin: 0 auto;
	padding: 5px 0;
	display: flex;
	justify-content: left;
	gap: 10px;
	}
#breadcrumb ul li a{
	color: #209cca;
	}

.page_title{
	display: none;
	}


#main{
	width: 100%;
	height: 500px;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 1200px;
	}
#main p{
	display: none;
	font-size: 80px;
	font-weight: 900;
	opacity: 0.8;
	}


#all h2.title{
	font-size: 30px;
	font-weight: bold;
	border-bottom: solid 5px #228f19;
	line-height: 1.4;
	margin: 0 0 20px 0;
	}


footer{
	background: #e3e3e3;
	font-size: 14px;
	padding: 30px 0;
	}
footer .content{
	width: 1000px;
	margin: 0 auto;
	line-height: 1.4;
	}
footer .content h2{
	font-size: 14px;
	margin: 0 0 10px 0;
	}
footer .content .logo{
	display: flex;
	justify-content: left;
	align-items: center;
	gap: 10px;
	margin: 0 0 10px 0;
	}
footer .content .logo img{
	width: 80px;
	}
footer .content .logo p:last-child span{
	display: block;
	line-height: 1.3;
	}
footer .content .logo p:last-child span:first-child{
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 1.4px;
	}
footer .content .logo p:last-child span:last-child{
	font-size: 20px;
	font-weight: 900;
	}


footer .content ul{
	display: flex;
	gap: 40px;
	}
footer .content ul li a{
	transition: 0.2s;
	}
footer .content ul li a:hover{
	color: #ff9000;
	transition: 0.2s;
	}

#copy{
	font-size: 12px;
	text-align: center;
	padding: 5px 0;
	}



.scroll-top{
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 38px;
	height: 38px;
	cursor: pointer;
	display: none;
	z-index: 9999;
	}
.scroll-top:hover{
	bottom: 30px;
	transition: 0.2s;
	}









/* index */

#index_kv{
	overflow: hidden;
	}
#index_kv img{
	width: 100%;
	}


.slide-items {
  width: 100%;
  max-width: 100%;
  margin: auto;
}


.slide-items img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.slick-dots li button:before{
	font-size: 15px !important;
	}



#index_greeting{
	margin: 0 0 100px 0;
	}
#index_greeting ul{
	display: flex;
	justify-content: space-between;
	margin: 0 0 50px 0;
	}
#index_greeting ul:last-child{
	margin: 50px 0 50px 0;
	}
#index_greeting p{
	margin: 0 0 20px 0;
	}


#index_information{
	margin: 0 0 100px 0;
	}
#index_information .wrapper{
	display: flex;
	justify-content: space-between;
	}
#index_information .wrapper .content .title{
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 20px 0;
	}
#index_information .wrapper .content a{
	color: #209cca;
	}
#index_information .wrapper .content a:hover{
	text-decoration: underline;
	}


#index_link{
	}
#index_link .wrapper{
	display: flex;
	justify-content: space-between;
	}
#index_link .wrapper .content .title{
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 20px 0;
	}
#index_link .wrapper .content a{
	color: #209cca;
	}
#index_link .wrapper .content a:hover{
	text-decoration: underline;
	}




/* company */


#company #main{
	background: url('https://www.sanyunet.com/wp-content/themes/sanyu_theme/img/company/main.jpg') no-repeat center center;
	}
#company h3{
	border-bottom: solid 1px #aaa;
	font-size: 20px;
	}

#company .company_data table{
	width: 100%;
	margin: 0 0 50px 0;
	}
#company .company_data table th{
	width: 20%;
	border: solid 1px #c3c3c3;
	background: #ececec;
	padding: 20px;
	}
#company .company_data table td{
	border: solid 1px #c3c3c3;
	padding: 20px;
	}
#company .company_data ul{
	display: flex;
	justify-content: space-between;
	}
#company .company_data ul li{
	width: 32%;
	}
#company .company_data ul li img{
	width: 100%;
	}
#company .access p{
	font-size: 18px;
	font-weight: bold;
	border-bottom: solid 1px #333;
	margin: 0 0 20px 0;
	}
#company .access iframe{
	margin: 0 0 50px 0;
	}





/* storage_battery */


#storage_battery #main{
	background: url('https://www.sanyunet.com/wp-content/themes/sanyu_theme/img/storage_battery/main.jpg') no-repeat center center;
	}
#storage_battery .flow{
	display: flex;
	justify-content: space-between;
	align-items: end;
	margin: 0 0 150px 0;
	}
#storage_battery .flow .text{
	width: 550px;
	}
#storage_battery .flow .text h2{
	border-bottom: solid 2px #228f19;
	font-size: 24px;
	font-weight: bold;
	margin: 0;
	}
#storage_battery .flow .text .text_box{
	background: #eee;
	padding: 30px;
	}
#storage_battery .flow .text .text_box .title{
	font-weight: bold;
	font-size: 18px;
	line-height: 1.4;
	margin: 0 0 10px 0;
	}
#storage_battery .flow .text .text_box ul li{
	list-style-type: disc !important;
	margin: 0 0 0 2em;
	}






/* pps */


#pps #main{
	background: url('https://www.sanyunet.com/wp-content/themes/sanyu_theme/img/pps/main.jpg') no-repeat center center;
	}
#pps h3{
	border-bottom: solid 1px #aaa;
	font-size: 20px;
	color: #228f19;
	scroll-margin-top: 80px;
	}
#pps h3.blk{
	border-bottom: solid 1px #aaa;
	font-size: 20px;
	color: #000;
	}


#pps .pps_table{
	width: 100%;
	}
#pps .pps_table th{
	width: 20%;
	border: solid 1px #c3c3c3;
	background: #ececec;
	padding: 20px;
	}
#pps .pps_table td{
	border: solid 1px #c3c3c3;
	padding: 20px;
	}
#pps .pps table tr:last-child td {
	font-weight: bold;
	font-size: 16px;
	}
#pps .pps_ul{
	background: #ddd;
	padding: 20px 40px;
	margin: 0 0 20px 0;
	}
#pps .pps_ul li{
	list-style-type: disc !important;
	}
#pps .faq ul{
	margin: 0 0 50px 0;
	}
#pps .faq ul li{
	list-style-type: disc !important;
	margin: 0 0 0 2em;
	}
#pps .pps_map {
	display: flex;
	justify-content: center;
	gap: 100px;
	}
#pps .map_list {
	margin: 10px 0 0 0;
	color: #fff;
	width: 150px;
	list-style: none;
	}
#pps .map_list li:first-child {
	border-radius: 20px 20px 0 0;
	padding: 15px 20px 0 20px;
	}
#pps .map_list li {
	background: #059a0f;
	padding: 0 20px;
	}
#pps .map_list li:last-child {
	border-top: solid 2px #fff;
	border-radius: 0 0 20px 20px;
	padding: 10px 20px;
	}





/* construction */


#construction #main{
	background: url('https://www.sanyunet.com/wp-content/themes/sanyu_theme/img/construction/main.jpg') no-repeat center center;
	}

#construction .business_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
#construction .business_list .business_box{
	width: 49%;
	border: solid 1px #ccc;
	border-radius: 10px;
	margin: 0 0 2% 0;
	padding: 3px;
	}
#construction .business_list .business_box h2{
	color: #fff;
	background: #78a61f;
	border-radius: 10px 10px 0 0;
	margin: 0;
	padding: 0 0 0 20px;
	}
#construction .business_list .business_box ul{
	padding: 20px;
	}
#construction .business_list .business_box ul li{
	list-style-type: disc !important;
	margin: 0 0 0 2em;
	}

.jirei{
	margin: 0 0 50px 0;
	padding: 0 0 50px 0;
	border-bottom: solid 1px #ccc;
	display: flex;
	justify-content: space-between;
	gap: 3%;
	}
.jirei .image{
	width: 50%;
	}
.jirei .image img{
	width: 100%;
	}
.jirei .data{
	width: 47%;
	}
.jirei .data .title{
	font-size: 18px;
	font-weight: bold;
	border-bottom: solid 1px #333;
	margin: 0 0 20px 0;
	}
.jirei .data .date,
.jirei .data .name{
	font-weight: bold;
	margin: 0 0 5px 0;
	}







/* business */


#business #main{
	background: url('https://www.sanyunet.com/wp-content/themes/sanyu_theme/img/business/main.jpg') no-repeat center center;
	}

#business h3{
	border-bottom: solid 1px #aaa;
	font-size: 20px;
	color: #228f19;
	scroll-margin-top: 80px;
	}
#business h3.blk{
	border-bottom: solid 1px #aaa;
	font-size: 20px;
	color: #000;
	}
#business .business_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
#business .business_list .business_box{
	width: 49%;
	border: solid 1px #ccc;
	border-radius: 10px;
	margin: 0 0 2% 0;
	padding: 3px;
	}
#business .business_list .business_box h2{
	color: #fff;
	background: #78a61f;
	border-radius: 10px 10px 0 0;
	margin: 0;
	padding: 0 0 0 20px;
	}
#business .business_list .business_box ul{
	padding: 20px;
	}
#business .business_list .business_box ul li{
	list-style-type: disc !important;
	margin: 0 0 0 2em;
	}
#business .hanbai{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
#business .hanbai li{
	width: 45%;
	list-style-type: disc !important;
	margin: 0 0 0 2em;
	}





/* syoukai */


#syoukai #main{
	background: url('https://www.sanyunet.com/wp-content/themes/sanyu_theme/img/syoukai/main.jpg') no-repeat center center;
	}
#syoukai h3.blk{
	border-bottom: solid 1px #aaa;
	font-size: 20px;
	color: #000;
	}
#syoukai .syoukai_list{
	margin: 0 0 80px 0;
	display: flex;
	justify-content: left;
	flex-wrap: wrap;
	}
#syoukai .syoukai_list li{
	width: 30%;
	background: url('https://www.sanyunet.com/wp-content/themes/sanyu_theme/img/common/arrow.gif') no-repeat center left;
	padding: 0 0 0 20px;
	margin: 0 0 20px 0;
	}
#syoukai .tokusen a{
	display: block;
	border-radius: 10px;
	background: #ff8929;
	color: #fff;
	position: relative;
	padding: 5px 50px;
	transition: 0.5s;
	font-size: 16px;
	white-space: nowrap;
	width: 120px;
	margin-left: auto;
	text-align: center;
	}
#syoukai .tokusen a:hover{
	background: #ffa053;
	}
#syoukai .tokusen  a:after{
	content: "";
	width: 10px;
	height: 10px;
	border-bottom: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(-45deg);
	position: absolute;
	right: 15px;
	top: 15px;
	transition: 0.5s;
	}






/* pps_kanri */


#pps_kanri #main{
	background: url('https://www.sanyunet.com/wp-content/themes/sanyu_theme/img/pps_kanri/main.jpg') no-repeat center center;
	}

#pps_kanri .pps_kanri{
	border: solid 1px #ccc;
	border-radius: 10px;
	margin: 0 0 2% 0;
	padding: 3px;
	}
#pps_kanri .pps_kanri h3{
	color: #fff;
	background: #78a61f;
	border-radius: 10px 10px 0 0;
	margin: 0;
	padding: 0 0 0 20px;
	}
#pps_kanri .pps_kanri ul{
	display: flex;
	justify-content: space-between;
	padding: 20px;
	}
#pps_kanri .pps_kanri ul li{
	width: 25%;
	}


	.pps_kanri_jirei{
		border-bottom: dotted 1px #ccc;
		overflow: hidden;
		margin: 0 0 120px 0;
		padding: 0 0 30px 0;
		}
	.pps_kanri_jirei dt{
		margin: 0 0 40px 0;
		font-size: 20px;
		font-weight: bold;
		border-bottom: solid 1px #000;
		}
	.pps_kanri_jirei .image1{
		margin: 0 0 40px 0;
		padding: 0;
		box-sizing: border-box;
		width: 35%;
		float: left;
		position: relative;
		}
	.pps_kanri_jirei .image1:after{
		content: url('https://www.sanyunet.com/wp-content/themes/sanyu_theme/img/common/arrow.png');
		top: 150px;
		left: 380px;
		position: absolute;
		}
	.pps_kanri_jirei .image2{
		margin: 0 0 20px 8%;
		padding: 0;
		box-sizing: border-box;
		width: 57%;
		float: right;
		}
	.pps_kanri_jirei .image3{
		margin: 0 0 20px 0;
		padding: 0;
		box-sizing: border-box;
		width: 35%;
		float: left;
		}
	.pps_kanri_jirei img{
		max-width: 100%;
		}
	.pps_kanri_jirei .text{
		margin: 20px 0 0 0;
		padding: 0;
		clear: both;
		}
	.befor,.after,.map{
		margin: 0 0 10px 0;
		}
	.befor span{
		background: #aaa;
		border-radius: 5px;
		padding: 5px;
		}
	.after span{
		background: #228f19;
		color: #fff;
		border-radius: 5px;
		padding: 5px;
		}
	.map span{
		background: #0fb9dd;
		color: #fff;
		border-radius: 5px;
		padding: 5px;
		}














/* contact */

#contact #main{
	background: url('https://www.sanyunet.com/wp-content/themes/sanyu_theme/img/contact/main.jpg') no-repeat center center;
	}

#contact table{
	width: 100%;
	margin: 50px 0;
	}
#contact table th{
	width: 20%;
	border: solid 1px #c3c3c3;
	background: #ececec;
	padding: 20px;
	white-space: nowrap;
	}
#contact table td{
	border: solid 1px #c3c3c3;
	padding: 20px;
	}
#contact table .mark {
	background: #ff6600;
	padding: 2px 5px;
	font-size: 10px;
	color: #fff;
	border-radius: 3px;
	-webkit-radius: 3px;
	-moz-border-radius: 3px;
	}
.contact_table input[type=text],
.contact_table input[type=email],
.contact_table textarea{
	margin : 5px 0;
	padding : 10px;
	border-radius : 5px;
	border: solid 1px #ccc;
	width : 500px;
	}
	.wpcf7-submit{
		background : #ff811b;
		border : none;
		color : #fff;
		padding : 10px 0;
		width : 300px;
		font-size : 16px;
		cursor : pointer;
		margin: 0 auto;
		display: block;
		border-radius: 10px;
		}
	.wpcf7-submit:hover{
		background : #ffad6a;
		}
	.btn02{
		background : #a4a4a4;
		border : none;
		color : #fff;
		font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
		padding : 10px 0;
		width : 200px;
		font-size : 12px;
		cursor : pointer;
		}
	.btn02:hover{
		background : #cecece;
		}







