<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

#business-header{background-image: url(../img/page-business.jpg);}

#business-01{
	background: url(../img/business-01.jpg) no-repeat center center;
	padding: 0;
	background-size: cover; 
	margin-bottom: 1px;
}
#business-01-inner{
	width: 50%;
	padding: 0 20px;
	margin-left: 50%;
}
#business-01-txt{
	width: 100%;
	padding: 60px 50px;
	background-color: #fff;
}
#business-01-txt h2{text-align: left;}
#business-01-txt h3{font-weight: bold;margin-bottom: 15px;line-height: 1.8;}
@media (max-width: 960px) {
	#business-01-inner{width: 75%;margin-left: 25%;}
	#business-01-txt{background-color: rgba(255,255,255,0.8);}
}
@media (max-width: 767px) {
	#business-01-inner{width: 100%;margin: 0;padding: 0;}
	#business-01-txt{padding: 60px 25px;}
}

#business-02{
	background: #0E274C url(../img/business-02.jpg) no-repeat center center;
	padding: 80px 0;
	background-size: cover; 
	text-align: center;
	color: #fff;
}
@media (max-width: 767px) {
	#business-02{background-size: 170%;background-position: center top;padding: 40px 0;}
}

#business-03{padding: 100px 0 120px}
.recycle {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.recycle li{
	position: relative;
	width: 16.666666666667%;
	overflow: hidden;
	padding-top: 25px;
}
.recycle-item{
	position: relative;
	width: 100%;
	height: 100%;
	background-color: #EBF3FF;
	text-align: center;
	padding: 42px 5px 25px;
	border-top: 4px solid #18448E;
	border-right: 1px solid #fff;
}
.recycle li:last-child .recycle-item{border-right: none;}
.recycle li .recycle-item::before{content: '';display: block;position: absolute;left: 50%;top:-27px;width: 50px;height: 50px;z-index: 88;margin-left: -25px;}
.recycle li:nth-child(1) .recycle-item::before{background: url(../img/business-03-num-01.svg) no-repeat center center;}
.recycle li:nth-child(2) .recycle-item::before{background: url(../img/business-03-num-02.svg) no-repeat center center;}
.recycle li:nth-child(3) .recycle-item::before{background: url(../img/business-03-num-03.svg) no-repeat center center;}
.recycle li:nth-child(4) .recycle-item::before{background: url(../img/business-03-num-04.svg) no-repeat center center;}
.recycle li:nth-child(5) .recycle-item::before{background: url(../img/business-03-num-05.svg) no-repeat center center;}
.recycle li:nth-child(6) .recycle-item::before{background: url(../img/business-03-num-06.svg) no-repeat center center;}
.recycle-item::after{
	content: '';
	display: block;
	position: absolute;
	right: 2px;
	top:0;
	width: 14px;
	height: 14px;
	z-index: 77;
	margin-top: -9px;
	border-right: 6px solid #F9BB3E;
	border-top: 6px solid #F9BB3E;
	-webkit-transform: rotate(45deg);
			-ms-transform: rotate(45deg);
					transform: rotate(45deg);
}
.recycle li:last-child .recycle-item::after{display: none;}
@media (max-width: 767px) {
	#business-03{padding: 100px 0 60px}
	.recycle li{width: 75%;padding-bottom: 25px;}
	.recycle-item{border-right: none;}
	.recycle-item::after{
			right: auto;
			top:auto;
			bottom: -6px;
			left: 50%;
			margin-top: auto;
			margin-left: -7px;
	-webkit-transform: rotate(135deg);
			-ms-transform: rotate(135deg);
					transform: rotate(135deg);
	}
}

.image{margin-bottom: 30px;}
.image img{width: 100%;}

#business-04{
	background: url(../img/business-04.jpg) no-repeat center center;
	padding: 0;
	background-size: cover; 
	margin-bottom: 1px;
}
#business-04-inner{
	width: 50%;
	padding: 0 20px;
}
#business-04-txt{
	width: 100%;
	padding: 60px 50px;
	background-color: #fff;
}
#business-04-txt h2{text-align: left;}
#business-04-txt h3{font-weight: bold;margin-bottom: 15px;line-height: 1.8;}
@media (max-width: 960px) {
	#business-04-inner{width: 75%;}
	#business-04-txt{background-color: rgba(255,255,255,0.8);}
}
@media (max-width: 767px) {
	#business-04-inner{width: 100%;margin: 0;padding: 0;}
	#business-04-txt{padding: 60px 25px;}
}

#business-05{
	background: #0E274C url(../img/business-05.jpg) no-repeat center center;
	padding: 125px 0;
	background-size: cover; 
	text-align: center;
	color: #fff;
}
@media (max-width: 767px) {
	#business-05{background-size: 170%;background-position: center top;padding: 40px 0;}
}
#business-06{padding: 100px 0 60px}

#business-07{padding: 60px 0 80px}

table{border-top: 1px solid #18448E;width: 100%;}
table th{background-color: #F5F9FF;border-bottom: 1px solid #18448E;padding: 20px;color: #18448E;vertical-align: top;width: 27.5%;}
table td{border-bottom: 1px solid #18448E;padding: 20px;font-weight: normal;vertical-align: top;}
@media (max-width: 767px) {
	table th,table td{display: block;width: 100%;padding: 10px;}
	table th{border: none;}
}

#business-07-01{margin-bottom: 30px;}
#business-07-01 th,#business-07-01 td{text-align: center;vertical-align: middle;width: 25%;padding: 20px 5px;}
#business-07-01 th:nth-child(even){background-color: #fff;}
#business-07-01 td:nth-child(odd){background-color: #F5F9FF;}
#business-07-03{
	text-align: center;
	padding: 30px 15px;
	font-weight: normal;
	background-color: #F5F9FF;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
}
#business-07-03 h3{font-size: 13px;font-size: 1.3rem;margin-bottom: 15px;font-weight: bold;color: #14448E;}
@media (max-width: 767px) {
	#business-07-01 th,#business-07-01 td{display: table-cell;padding: 10px 5px;border-bottom: 1px solid #18448E;}
}

#business-08{
	background: url(../img/business-07.jpg) no-repeat center center;
	padding: 130px 0;
	background-size: cover; 
	text-align: center;
	color: #fff;
	margin-bottom: 30px;
}
@media (max-width: 767px) {
	#business-08{padding: 70px 0;}
}

#faq{margin-bottom: 30px;position: relative;padding: 80px 0;background-color: #F5F9FF;}
#faq dl{border-bottom: 1px solid #18448E;border-top: 1px solid #18448E;}
#faq dt:first-child{margin-top: 30px;}
#faq dt{
	background: url(../img/Q.svg) no-repeat 20px top;
	padding: 8px 20px 8px 75px;
	color: #18448E;
	font-weight: bold;
	margin-bottom: 10px;
}
#faq dd{
	background: url(../img/A.svg) no-repeat 20px top;
	padding: 8px 20px 8px 75px;
	margin-bottom: 25px;
	font-weight: normal;
}

.slider{position: relative;overflow: hidden;}
.slider ul{margin-left: -12.5%;}
.slider ul li{width: 25%;padding: 0;}
.slider ul li img{width: 100%;}
.slider ul li a:hover{opacity: 0.6;}
.slider .sp-arrow {
	width: 40px;
	height: 40px;
}
.slider .sp-arrow:hover{opacity: 0.6;}
.slider .sp-next-arrow{background: url(../img/next-b.svg) no-repeat center center;}
.slider .sp-previous-arrow{background: url(../img/prev-b.svg) no-repeat center center;}
.slider .sp-next-arrow::before,.slider .sp-next-arrow:after{display: none;}
.slider .sp-previous-arrow::before,.slider .sp-previous-arrow:after{display: none;}
.slider .sp-previous-arrow {left: 2%;}
.slider .sp-next-arrow {right: 2%;}
.sp-horizontal .sp-arrows{margin-top: -20px;}
@media (max-width: 768px) {
	.slider ul{margin-left: 0;}
}</pre></body></html>