@charset "utf-8";
/* CSS Document */
body {
	padding: 0px;
	margin: 0px;
	font-size: 18px;
	color: #727171;
	font-family: メイリオ, Meiryo,Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
html{
    -webkit-text-size-adjust: none;
}
h1,h2,h3,h4,h5,h6,form,ol,ul,li,hr,dl,dt,dd,address {
	margin: 0px;
	padding: 0px;
}
img {
	border:0px;
	vertical-align:bottom;
	max-width:100%;
}

li {
	list-style-type: none;
}
a {
	color:#AA6490;
	text-decoration: underline;
	transition : all 0.3s ease 0s;
}
a:link {
}
a:visited {
}
a:hover {
	text-decoration: underline;
	color:#C490B2;
}
a:active {
	text-decoration: underline;
}
p {
	margin: 0 0 30px 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color:#727171;
	line-height: 1.8;
}
.ar{
	text-align:right;
}
.ac{
	text-align:center;
}

.clearfix:after { 
	content: "";
	display: block;
	clear: both;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.mb5 {margin-bottom:5px!important;}
.mb10 {margin-bottom:10px!important;}
.mb15 {margin-bottom:15px!important;}
.mb20 {margin-bottom:20px!important;}
.mb25 {margin-bottom:25px!important;}
.mb30 {margin-bottom:30px!important;}
.mb40 {margin-bottom:40px!important;}
.mb50 {margin-bottom:50px!important;}
.mb100 {margin-bottom:100px!important;}
.mt10 {margin-top:10px!important;}
.mt15 {margin-top:15px!important;}
.mt20 {margin-top:30px!important;}
.mt30 {margin-top:30px!important;}
.ml10 {margin-left:10px!important;}
.ml15 {margin-left:15px!important;}
.ml20 {margin-left:20px!important;}
.ml30 {margin-left:30px!important;}
.mr10 {margin-right:10px!important;}
.mr15 {margin-right:15px!important;}
.mr20 {margin-right:20px!important;}
.mr30 {margin-right:30px!important;}
.fs10 {font-size:10px!important;}
.fs11 {font-size:11px!important;}
.fs12 {font-size:12px!important;}
.fs13 {font-size:13px!important;}
.fs14 {font-size:14px!important;}
.fs15 {font-size:15px!important;}
.fs16 {font-size:16px!important;}
.fs17 {font-size:17px!important;}
.fs18 {font-size:18px!important;}
.fcb {color:#009FE7!important;}
.fcbr {color:#9D6D34!important;}
.fco {color:#E55926!important;}
.fcg {color:#7FB83F!important;}
.fcp {color:#FF0066!important;}
.fcr {color:#F00}
.fcor {color:#FF6600}
.flc {clear:left!important;}
.frc {clear:right!important;}

.contact_link a{
	color: #727171;
	text-decoration:none;
}
footer{
	background: #5a5657;
	padding:40px 2% 0px 2%;
}
footer .f_logo{
	float:left;
}
footer ul{
	text-align:center;
	float:right;
}
footer ul li a{
	text-decoration:none;
	color:#fff;
	font-size:15px;
}
footer ul li a:hover{
	text-decoration:none;
	color:#CCC;
}
footer ul li{
	margin:0 40px 0px 0px;
	display:inline-block;
}
footer ul li:nth-child(8){
	margin:0 0px 0px 0px;
}
address{
	margin: 0px 0px 0px 0px;
	text-align: center;
	color: #fff;
	padding: 20px 0px 20px 0px;
	font-size: 10px;
	font-style: normal;
}
iframe{
	vertical-align:bottom;
}
header{
	background-color: rgba(62,58,57,0.8);
	position: fixed;
	top: 0;
	z-index: 1000000000;
	width: 100%;
}
#header_area{
	width:auto;
	padding: 15px 3% 10px 1.5%;
}
#header_area ul{
	float: right;
	width: auto;
	margin:0px 0px 0px 0px;
	align-items: center;
	display: flex;
}
#header_area ul li{
	margin:0px 0 0px 0px;
	float:left;
	padding: 0px 30px 0px 0px;
}
#header_area ul li:nth-child(7){
	display: inline-block;
	margin:0px 10px 0px 0px;
	padding:0;
}
#header_area ul li a{
	text-decoration:none;
	color:#fff;
	font-size:15px;
}
#header_area ul li a:hover{
	color:#CCC;
}
h1 {
	float: left;
	width: auto;
	margin: 0 0 0 0;
}
h1 img{
	vertical-align: middle;
	max-width:100%;
	height:auto;
}
#ibox {
	height: 334px;
	width: 100%;
	position: relative;
}
.ibox_p {
	position: relative;
}
.ibox_p img {
	width: 100%;
	height: 334px;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
#ibox2 {
	height: 514px;
	width: 100%;
	position: relative;
}
.ibox_p2 {
	position: relative;
}
.ibox_p2 img {
	width: 100%;
	height: 514px;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.bg{
	background:url(../img/bg.jpg) repeat-y center top;
	background-size:100%;
}
.flow_bg{
	background:url(../img/flow_bg.png) repeat-y center top;
	background-size:100%;
	border-bottom:10px solid #a0a0a0;
	padding:30px 0px 50px 0px;
}
#faq .bg{
	padding: 80px 0px 50px 0px;
}
.flowbox{
	background:url(../img/flow_bg2.png) no-repeat center top;
	margin:0px 0px 30px 0px;
	padding:30px 0px 80px 0px;
	min-height:400px;
}
.flowbox2{
	background:url(../img/flow_bg3.png) no-repeat center top;
	background-size:100%;
	margin:30px 0px 30px 0px;
	padding:80px 0px 0px 0px;
	min-height:350px;
}
.flowbox_inner{
	width:1400px;
	margin:0px auto;
}
.flowbox_left{
	width:30%;
	float:left;
	position:relative;
}
.flowbox_right{
	width:65%;
	float:right;
}
.flowbox_right h3{
	padding:0;
	text-align:left;
	color:#461966;
	background:url(../img/line2.png) no-repeat center bottom;
	background-size:100%;
}
img.step{
	position:absolute;
	top:-120px;
}
img.step2{
	position:absolute;
	top:-60px;
}
img.flow_tel{
	margin:25px 0px 0px 0px;
}
img.flowyaji{
	display:block;
	margin:0px auto;
}
#container{
	width:1080px;
	margin:0px auto;
}
#container2{
	width:1200px;
	margin:0px auto;
}
.f_box{
	background:#efefef;
	padding:60px 0px 60px 0px;
}
.f_box ul li{
	float:left;
}
.f_box ul li:nth-child(1){
	float:left;
	width:66%;
	margin:0 3% 0 0;
}
.f_box ul li:nth-child(2){
	float:left;
	width:14%;
	margin:0 3% 0 0;
}
.f_box ul li:nth-child(3){
	float:left;
	width:14%;
}
h3{
	background:url(../img/h3_bg.png) no-repeat center center;
	text-align:center;
	padding: 60px 0px 50px 0px;
	font-size:30px;
	margin: 0px 0px 40px 0px;
}
#privatecustomer h3.top{
	padding: 30px 0px 10px 0px;
	background:none;
	margin:0;
	color:#898989;
	line-height:1;
}
#privatecustomer h3.top span{
	font-size:20px;
}
#privacy #container{
	padding:80px 0px 50px 0px;
}
#index #container{
	padding:80px 0px 50px 0px;
}
#faq #container{
	padding:80px 0px 50px 0px;
}
#sitemap #container{
	padding:80px 0px 50px 0px;
}
#privatecustomer #container{
	padding:80px 0px 50px 0px;
	width:100%;
}
#company #container{
	padding:80px 0px 50px 0px;
}
p.q{
	background-image: url(../img/q.png), url(../img/line.png);
	background-position: left top, center bottom;
	background-repeat: no-repeat, no-repeat;
	padding: 42px 0px 65px 120px;
}
p.a{
	background:url(../img/a.png) no-repeat left top;
	padding: 5px 0px 90px 120px;
}
.sitemap_left{
	width:40%;
	float:left;
}
.sitemap_right{
	width:40%;
	float:right;
}
p.sitemaptxt{
	margin:0px 0px 100px 0px;
}
.sitemap_wrap{
	margin:0px 0px 50px 0px;
}
.sitemap_left p,.sitemap_right p{
	border-bottom:1px solid #AA6490;
	margin-bottom:5px;
}
.sitemap_left a,.sitemap_right a{
	width:100%;
	display:block;
	text-decoration: none;
}
table{
	width:100%;
	border-top:1px solid #727171;
	border-left:1px solid #727171;
	border-right:1px solid #727171;
	margin:0px 0px 70px 0px;
}
table th{
	border-bottom:1px solid #727171;
	background:#EFEFEF;
	width:30%;
	font-weight:normal;
	text-align:left;
	padding:15px;
}
table td{
	border-bottom:1px solid #727171;
	padding:15px;
}
table dt{
	float:left;
	width:30%;
}
table dd{
	width:70%;
	float:left;
}
.map{
	margin:0px 0px 100px 0px;
}
.privatecustomer01{
	background:url(../img/privatecustomer01.png) no-repeat center center;
	padding:70px 10% 0 65%;
	min-height:360px;
	margin:0px 0px 100px 0px;
}
.privatecustomer02{
	background:url(../img/privatecustomer02.png) no-repeat center center;
	padding:70px 65% 0 10%;
	min-height:360px;
	margin:0px 0px 100px 0px;
}
.privatecustomer03{
	background:url(../img/privatecustomer03.png) no-repeat center center;
	padding:70px 10% 0 65%;
	min-height:360px;
	margin:0px 0px 100px 0px;
}
.privatecustomer04{
	background:url(../img/privatecustomer04.png) no-repeat center center;
	padding:70px 65% 0 10%;
	min-height:360px;
	margin:0px 0px 100px 0px;
}
.privatecustomer05{
	background:url(../img/privatecustomer05.png) no-repeat center center;
	padding:70px 10% 0 65%;
	min-height:360px;
	margin:0px 0px 100px 0px;
}
.corporationcustomer01{
	background:url(../img/corporationcustomer01.png) no-repeat center center;
	padding:70px 65% 0 10%;
	min-height:360px;
	margin:0px 0px 100px 0px;
}
.corporationcustomer02{
	background:url(../img/corporationcustomer02.png) no-repeat center center;
	padding:70px 10% 0 65%;
	min-height:360px;
	margin:0px 0px 100px 0px;
}
.corporationcustomer03{
	background:url(../img/corporationcustomer03.png) no-repeat center center;
	padding:70px 65% 0 10%;
	min-height:360px;
	margin:0px 0px 100px 0px;
}
.corporationcustomer04{
	background:url(../img/corporationcustomer04.png) no-repeat center center;
	padding:70px 65% 0 10%;
	min-height:360px;
	margin:0px 0px 100px 0px;
}
.privatecustomerbox p{
	font-size:16px;
	color:#5F2E6D;
}
.privatecustomerbox h3{
	background:url(../img/privatecustomer_h3_bg.png) no-repeat center bottom;
	padding:0;
	color:#461966;
}
.privatecustomerbox p.txt{
	position:absolute;
	bottom:0;
	left:0;
	color:#fff;
	margin:0;
	font-family: 'Anton';
	line-height: 0.9;
	font-size:60px;
}
.privatecustomerbox p.txt2{
	position:absolute;
	bottom:0;
	right:0;
	color:#fff;
	margin:0;
	font-family: 'Anton';
	line-height: 0.9;
	font-size:60px;
	text-align:right;
}
.privatecustomerbox{
	position:relative;
}
.privatecustomerbox2 p{
	font-size:14px;
}
.privatecustomerbox3 p{
	font-size:14px;
	color:#fff;
	margin:0;
}
.privatecustomerbox2{
	background:#e7e7e7;
	padding:25px 6% 30px 40%;
}
.privatecustomerbox3{
	background:#a0a0a0;
	padding:90px 12% 110px 50%;
	border-bottom:100px solid #e7e7e7;
}
.privatecustomerbox4{
	background:#b6b6b6;
	padding:80px 0 80px 18%;
	border-bottom:50px solid #e7e7e7;
	position:relative;
	margin-bottom:110px;
}
.privatecustomerbox4 img{
	position:absolute;
	top:-120px;
	right:6%;
}
.privatecustomerbox4 h4{
	color:#fff;
	font-size:50px;
}
.privatecustomerbox4 p{
	color:#fff;
	font-size:14px;
	margin-bottom:0;
}
.privatecustomerbox2 h3{
	background:url(../img/privatecustomerbox2_h3_bg.png) no-repeat center center;
	text-align:center;
	color:#373634;
	margin: 0px 0px 0px 0px;
}
.privatecustomerbox3 h4{
	color:#fff;
	font-size:50px;
	text-align:center;
}
.privatecustomerbox2_wrap{
	position:relative;
}
.privatecustomerbox2_wrap img{
	position:absolute;
	top:2%;
	left:5%;
	z-index: 10000;
}
.contact{
	width:760px;
	margin:0px auto;
}
.contact table{
	border:none;
}
.contact table th{
	border-bottom:1px solid #b8b8b8;
	padding: 30px 40px 30px 0px;
}
.contact table td{
	border-bottom:1px solid #b8b8b8;
	padding: 30px 0px 30px 0px;
}
.contact table th{
	background:none;
}
table.contact input.form01 {
	width: 100%;
	padding: 11px 1%;
	border: 1px solid #bfbfbf;
}
table.contact p{
	margin-bottom:0;
}
table.contact input.form02 {
	width: 200px;
	margin:0 10px 10px 0;
	padding: 11px 1%;
	border: 1px solid #bfbfbf;
}
table.contact textarea {
	width: 100%;
	height: 100px;
	padding: 11px 1%;
	border: 1px solid #bfbfbf;
}
p.formtxt{
	color:#BC4E8A;
	float:left;
}
ul.form_btn {
	text-align: center;
	margin: 50px 0px 70px 0px;
}
ul.form_btn li {
	display: inline-block;
}
input.send {
	background:url(../img/contact_btn.png) no-repeat center center;
	border: none;
	color: #585755;
	padding: 30px 0px;
	width: 310px;
	margin: 0px 15px 0px 0px;
	font-size:20px;
}
input.reset {
	width: 310px;
	border: none;
	color: #585755;
	padding: 30px 0px;
	background:url(../img/contact_btn.png) no-repeat center center;
	font-size:20px;
}
.hissu{
	background:#8f318f;
	color:#fff;
	padding:2px 12px;
	float:right;
	font-size:80%;
}
#wastecollection .flow_bg {
	background: url(../img/flow_bg.png) repeat-y center top;
	background-size: 100%;
	border-bottom:none;
	padding: 30px 0px 10px 0px;
}
.wastecollection_wrap img{
	position:absolute;
	top:-80px;
	left:0;
}
.wastecollection_wrap{
	background:url(../img/wastecollection_wrap.png) no-repeat center center;
	padding:70px 0px 0px 0px;
	min-height:220px;
	margin-bottom:30px;
}
.wastecollection_wrap_inner{
	width:1400px;
	position:relative;
	margin:0px auto;
}
.wastecollection_wrap_inner_right{
	width:65%;
	float:right;
}
.wastecollection_wrap_inner_right p{
	color:#3E3A39;
}
.wastecollection_wrap_inner_right h3{
	padding:0;
	text-align:left;
	margin:0 0 20px 0px;
	color:#461966;
	background:url(../img/wastecollection_h3.png) no-repeat left bottom;
}
.wastecollection_h2{
	background:#727071;
	padding:35px 0px 30px 8%;
	color:#fff;
	font-size:40px;
}
p.wastecollection_p1{
	background:#b6b6b6;
	margin:0;
	padding:40px 0px 40px 8%;
}
ul.wastecollection_ul li{
	float:left;
	font-size:33px;
	background: linear-gradient(transparent 70%, rgba(200, 202, 201, 1) 40%);
	margin:0px 90px 0px 0px;
}
.wastecollection_ul_wrap{
	background:#fff;
	padding:35px 0px 35px 8%;
}
p.wastecollection_p2{
	margin:0;
	background:#383735;
	padding:65px 0px 85px 8%;
	color:#fff;
}
.wastecollection_wrap02{
	position:relative;
}
img.wastecollection_04{
	position:absolute;
	right:50px;
	top:30px;
}
.top_bg {
	background: url(../img/top_bg.png) repeat-y center top;
	background-size: 100%;
	border-bottom: 10px solid #a0a0a0;
	padding: 40px 0px 50px 0px;
}
.top_wrap{
	padding:80px 0px 80px 0px;
}
img.top_img01{
	display:block;
	margin:0px auto 50px auto;
	text-align:center;
}
h3.top_h3{
	background: url(../img/top_h3.png) no-repeat center top;
	padding: 55px 0px 45px 0px;
	position:relative;
	width:639px;
	margin:0px auto 40px auto;
	color:#373634;
}
h3.top_h3 span{
	position: absolute;
	top: 10px;
	right: 60px;
	color: #fff;
	font-size: 16px;
	width: 110px;
	text-align: center;
}
h3.top_h3_02{
	background: url(../img/top_h3_02.png) no-repeat center top;
	padding: 55px 0px 45px 0px;
	position:relative;
	width:639px;
	margin:0px auto 40px auto;
	color:#373634;
}
h3.top_h3_02 span{
	position: absolute;
	top: 10px;
	right: 60px;
	color: #fff;
	font-size: 16px;
	width: 110px;
	text-align: center;
}
ul.photo li{
	width:33.333333333333333333%;
}
ul.photo{
	display:flex;
	margin:30px 0px 50px 0px;
}
ul.top_btn{
	text-align:center;
	margin:50px 0px 40px 0px;
}
ul.top_btn li{
	display:inline-block;
	margin:0px 50px 0px 0px;
}
ul.top_btn li:nth-child(2n){
	margin:0px 0px 0px 0px;
}
ul.top_btn li a{
	text-align:center;
	background:url(../img/contact_btn.png) no-repeat center top;
	display:block;
	width:310px;
	color:#585755;
	text-decoration:none;
	padding: 25px 0px;
}
.top01 {
	background: url(../img/top_bg01.png) no-repeat center center;
	padding: 70px 10% 0 65%;
	min-height: 360px;
	margin: 0px 0px 100px 0px;
}
.top02 {
	background: url(../img/top_bg02.png) no-repeat center center;
	padding: 70px 65% 0 10%;
	min-height: 360px;
	margin: 0px 0px 100px 0px;
}
.top03 {
	background: url(../img/top_bg03.png) no-repeat center center;
	padding: 70px 10% 0 65%;
	min-height: 360px;
	margin: 0px 0px 100px 0px;
}
.topbox {
	position: relative;
}
.topbox h3 {
	background: url(../img/privatecustomer_h3_bg.png) no-repeat center bottom;
	padding: 0;
	color: #461966;
}
.topbox p {
	font-size: 16px;
	color: #5F2E6D;
}
.topbox p.txt {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	margin: 0;
	font-family: 'Anton';
	line-height: 0.9;
	font-size: 60px;
}
.topbox p.txt2 {
	position: absolute;
	bottom: 0;
	right: 0;
	color: #fff;
	margin: 0;
	font-family: 'Anton';
	line-height: 0.9;
	font-size: 60px;
}
p.top_btn a{
	text-decoration:none;
	color:#595757;
}
p.top_btn{
	width:312px;
	text-align:center;
	display:block;
	margin:0px auto;
	background: url(../img/top_btn.png) no-repeat center center;
	padding:25px 0px;
}
p.top_btn2 a{
	text-decoration:none;
	color:#595757;
}
p.top_btn2{
	width:310px;
	text-align:center;
	display:block;
	margin:0px auto;
	background: url(../img/contact_btn.png) no-repeat center center;
	padding:25px 0px;
}
.news{
	margin:80px 0px 70px 0px;
	background: url(../img/news_bg.png) no-repeat center center;
	background-size:cover;
}
.news_inner{
	width:1080px;
	margin:0px auto;
	padding:30px 0px 70px 0px;
}
.news dt{
	width:20%;
	float:left;
	margin:0 2% 1% 0;
	color:#fff;
}
.news dd{
	width:78%;
	margin:0 0 1% 0;
	float:left;
	color:#fff;
}
.news_box{
	margin:0px 0px 80px 0px;
}

.hd_nav-fixed img{
	display:block;
	margin:5px auto 3px auto;
}
.hd_nav-fixed {
    position: fixed;
    bottom: 0;
    left: 10px;
    padding-bottom: 100px;
    padding-right: 0px;
    z-index: 15000000000;
}
p.fix2 span{
	font-size:11px;
}
p.fix2{
	font-size:14px;
	text-align:center;
	color:#e75143;
	margin-bottom:5px;
	line-height:1;
}
.box{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e7e7e7+0,e7e7e7+50,ffffff+50,ffffff+100 */
	background: #e7e7e7; /* Old browsers */
	background: -moz-linear-gradient(top,  #e7e7e7 0%, #e7e7e7 50%, #ffffff 50%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #e7e7e7 0%,#e7e7e7 50%,#ffffff 50%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #e7e7e7 0%,#e7e7e7 50%,#ffffff 50%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e7e7', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
h3.wastecollection_h3_02{
	background: url(../img/wastecollection_h3_02.png) no-repeat center center;
}
img.wastecollection_img{
	width:1000px;
	margin:0px auto 50px auto;
	display:block;
	border:50px solid #fff;
}

@media screen and (min-width: 1080px) {
.pc { display: block !important; }
.sp { display: none !important; }
}

