.top-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.top-col {
  width: 25%;
}

.top-index {
  background-color: #EEE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  height: 100vh;
  z-index: 99;
}

.top-index-info {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

.top-index-nav {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.top-index-nav a {
  display: block;
  height: 15px;
  font-size: 13px;
  line-height: 1;
  color: #000;
  border-left: 1px solid #000;
  padding: 0 18px;
}

.top-index-nav li:last-of-type a {
  border-right: 1px solid #000;
}

.top-fixed {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 99;
}

.top-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.top-article-ttl {
  -webkit-transition: .4s;
  transition: .4s;
}

.top-article-ttl div {
  text-align: center;
  color: #212121;
  line-height: 120%;
  -webkit-transition: .4s;
  transition: .4s;
}

.top-article-ttl1 {
  font-size: 16px;
}

.top-article-ttl2 {
  font-size: 13px;
  font-weight: bold;
  padding-top: 8px;
}

.top-article-over {
  width: 72px;
  line-height: 28px;
  text-align: center;
  border: 1px solid #FFF;
  color: #FFF;
  font-size: 12px;
  font-weight: bold;
  margin-top: 0;
  position: relative;
  opacity: 0;
  -webkit-transition: .4s;
  transition: .4s;
}

.top-article-info {
  position: relative;
  transition: .4s;
}

.top-article-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  left: 0;
  top: 0;
  opacity: .08;
  -webkit-transition: .6s;
  transition: .6s;
  background-size: cover;
  background-position: center;
}

.top-article-bg:before {
  content: '';
  width: 100%;
  height: 100%;
  background-image: url(../img/top/bg.png);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.top-article.init .top-article-ttl, 
.top-article:hover .top-article-ttl {
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
}

.top-article.init .top-article-ttl div, 
.top-article:hover .top-article-ttl div {
  color: #fff;
}

.top-article.init .top-article-over, 
.top-article:hover .top-article-over {
  opacity: 1;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
}
.top-article.init .top-article-info, 
.top-article:hover .top-article-info {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}

.top-article.init .top-article-info .info, 
.top-article:hover .top-article-info .info {
  color: #fff;
}
.top-article.init .top-article-bg, 
.top-article:hover .top-article-bg {
  opacity: 1;
}

.top .vegas-slide-inner:nth-child(1),
.top .vegas-slide-inner:nth-child(2){
	background-position: left top;
}



.logo-img {
  text-align: center;
}

.logo-img img {
  max-width: 40px;
}

.logo-txt {
  font-size: 13px;
  padding-top: 10px;
}

.logo:hover {
  opacity: 0.8;
}

.info {
  font-size: 11px;
  color: #202020;
  line-height: 160%;
  text-align: center;
}

.container {
  padding-left: 25%;
}

.h-box {
  padding-left: 25%;
  position: relative;
}

.h-box-nav {
  width: 100%;
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  z-index: 5;
  padding-left: 25%;
}

.h-box-nav ul.title_main1{
  margin-bottom: 30px;
  line-height: 2;
  justify-content: flex-start;
  padding-left: 100px;
}

.h-box-nav ul.title_main1 p{
  color: #fff;
  font-size: 20px;
  text-align: left;
}

.h-box-nav ul.title_main1 p span{
  display: block;
  text-align: left;
}

.h-box-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.h-box-nav ul.car-nav a:after {
  background-color: #D90000;
}

.h-box-nav ul.clean-nav a:after {
  background-color: #D96D00;
}

.h-box-nav ul.car-nav a:after {
  background-color: #D90000;
}

.h-box-nav ul.recycling-nav a:after {
  background-color: #85B200;
}

.h-box-nav ul .recycling a::after,
.h-box-nav ul .cleaning a::after,
.h-box-nav ul .car a::after{
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
}

.h-box-nav ul .recycling{
	background: url("../img/top/bg1.jpg")no-repeat;
}
.h-box-nav ul .cleaning{
	background: url("../img/top/bg2.jpg")no-repeat;
}
.h-box-nav ul .cleaning a::after{
	background-color: #D96D00;
}
.h-box-nav ul .car{
	background: url("../img/top/bg3.jpg")no-repeat;
}
.h-box-nav ul .car a::after{
	background-color: #D90000;
}

.h-box-nav ul .t_nav{
	width: 23%;
	min-height: 200px;
	background-size: cover;
	background-position: center;
	position: relative;
	transition: 0.4s;
}
.h-box-nav ul .t_nav:hover{
	opacity: 0.8;
}
.h-box-nav ul .t_nav::before{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.16);
}
.h-box-nav ul .t_nav a {
	width: 100%;
	height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.4s;
}
.h-box-nav ul .t_nav a .t-box{
	width: 100%;
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
}
.h-box-nav ul .t_nav a p{
	width: 100%;
	display: block;
}

.h-box-nav ul li a {
  padding: 0 20px;
  display: block;
}

.h-box-nav ul li a p {
  color: #FFF;
  text-align: center;
  line-height: 160%;
}

.h-box-nav ul li a p.txt1 {
  font-size: 16px;
  font-weight: bold;
}

.h-box-nav ul li a p.txt2 {
  font-size: 11px;
}

.h-box-nav ul li a:after {
  content: '';
  display: block;
  margin: 15px auto 0;
  width: 38px;
  height: 1px;
}

.h-box-nav ul li a:hover {
  opacity: 0.8;
}

.h-slider:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../img/car/slide-bg.png);
  z-index: 2;
}

/* Title
-------------------------------------------------*/
.box-ttl {
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 50px;
}

.box-ttl.car-ttl {
  background-image: url(../img/car/ttl-bg.png);
}

.box-ttl.car-ttl:before {
  background-color: #D90000;
}

.box-ttl.clean-ttl {
  background-image: url(../img/cleaning/ttl-bg.png);
}

.box-ttl.clean-ttl:before {
  background-color: #fff;
}

.box-ttl.recycling-ttl {
  background-image: url(../img/recycling/ttl-bg.png);
}

.box-ttl.recycling-ttl:before {
  background-color: #fff;
}

.box-ttl:before {
  content: '';
  display: block;
  width: 1px;
  height: 27px;
}

.box-ttl div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-left: 20px;
}

.box-ttl div p {
  color: #FFF;
}

.box-ttl div p.ttl1 {
  font-size: 16px;
  font-weight: bold;
}

.box-ttl div p.ttl2 {
  padding-left: 10px;
  font-size: 11px;
}

/* Voice
-------------------------------------------------*/
.voice-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 0 40px;
}

.voice-article-loca {
  width: 28%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 45px;
}

.voice-article-loca:before {
  content: '';
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32px;
          flex: 0 0 32px;
  height: 29px;
  background-image: url(../img/car/ic.png);
  background-size: cover;
  margin-right: 15px;
}

.voice-article-loca .txt1 {
  font-size: 14px;
  color: #212121;
}

.voice-article-loca .txt2 {
  font-size: 16px;
  padding-top: 3px;
}

.voice-article-txt {
  width: 72%;
  padding: 0 50px 0 10px;
  font-size: 14px;
  color: #212121;
  line-height: 160%;
}

.voice.car-voice .txt2 {
  color: #212121;
}

.voice.car-voice .voice-article:nth-of-type(odd) {
  background-color: #F0F8FA;
}

.voice.clean-voice .txt2 {
  color: #D86C00;
}

.voice.clean-voice .voice-article:nth-of-type(odd) {
  background-color: #FDF6F0;
}

.voice.recycling-voice .txt2 {
  color: #85B200;
}

.voice.recycling-voice .voice-article:nth-of-type(odd) {
  background-color: #F8FAF0;
}

/* Parallax
-------------------------------------------------*/
.prl {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
}

.prl {
  height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.prl-ttl {
  width: 400px;
  height: 100px;
  background-color: rgba(255, 255, 255, 0.94);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.2);
}

.prl-ttl p {
  text-align: center;
  font-size: 24px;
}

.prl-ttl p:after {
  content: '';
  width: 38px;
  height: 1px;
  display: block;
  margin: 15px auto 0;
}

.prl-txt {
  text-align: center;
  font-size: 15px;
  color: #1F1F1F;
  line-height: 160%;
  padding: 40px 20px;
  min-height: 180px;
}

.prl-txt.clean-txt {
  background-color: #FDF6F0;
}

.prl-txt.recycling-txt {
  background-color: #FAFBF4;
}

.prl.clean-prl .prl-ttl p {
  color: #D86C00;
}

.prl.clean-prl .prl-ttl p:after {
  background-color: #D96D00;
}

.prl.recycling-prl .prl-ttl p {
  color: #85B200;
}

.prl.recycling-prl .prl-ttl p:after {
  background-color: #85B200;
}

/* Items
-------------------------------------------------*/
.box-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.box-items.clean-items .box-item-ttl1 {
  color: #D86C00;
}

.box-items.clean-items .box-item + .box-item {
  border-left: 1px solid #FBEBDD;
}

.box-items.recycling-items .box-item-ttl1 {
  color: #85B200;
}

.box-items.recycling-items .box-item + .box-item {
  border-left: 1px solid #F5F8EB;
}

.box-item {
  width: 25%;
  padding: 40px 20px;
}

.box-item-ttl p {
  text-align: center;
  line-height: 120%;
}

.box-item-ttl1 {
  font-size: 20px;
}

.box-item-ttl2 {
  font-size: 11px;
  color: #666;
  padding-top: 10px;
}

.box-item-txt {
  font-size: 13px;
  color: #1F1F1F;
  line-height: 160%;
  padding-top: 15px;
}

/* Flow
-------------------------------------------------*/
.flow {
  padding: 45px 50px;
}

.flow-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.flow-step {
  width: 18%;
  max-width: 200px;
  height: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #FAFBF4;
  border: 1px solid #CCC;
  border-radius: 8px;
  position: relative;
}

@media only screen and (min-width: 769px) {
  .flow-step {
    margin-right: 9.33333333%;
  }
  .flow-step:nth-of-type(4n) {
    margin-right: 0;
  }
}

.flow-step:after {
  content: '';
  width: 25px;
  height: 48px;
  background-image: url(../img/common/flow-arrow.png);
  background-size: cover;
  position: absolute;
  top: 50%;
  /* right: -62.5px; */
  right: -36%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.flow-step:last-of-type:after {
  display: none;
}

.flow-step p {
  text-align: center;
  line-height: 140%;
}

.flow-step-txt1 {
  font-size: 16px;
  color: #1F1F1F;
  font-weight: bold;
}

.flow-step-txt2 {
  font-size: 11px;
  color: #666;
}

.flow-txt {
  text-align: center;
  font-size: 15px;
  color: #202020;
  line-height: 160%;
  padding: 25px 10px 0;
}

/* area
-------------------------------------------------*/
.area {
  padding: 25px;
}

.area p {
  text-align: center;
}

.area p img {
  width: 100%;
  max-width: 1160px;
}

/* Price
-------------------------------------------------*/
.price {
  padding: 30px 20px;
}

.price.clean-price tr:nth-of-type(odd) {
  background-color: #FDF6F0;
}

.price.clean-price th {
  color: #D9760D;
}

.price.recycling-price tr:nth-of-type(odd) {
  background-color: #F8FAF0;
}

.price.recycling-price th {
  color: #85B200;
}

.price table {
  width: 100%;
  border-collapse: collapse;
}

.price table tr {
  border-bottom: 1px solid #666;
}

.price table tr th, .price table tr td {
  text-align: center;
  padding: 20px 10px;
}

.price table tr th {
  font-size: 15px;
  font-weight: bold;
  background-color: #fff;
}

.price table tr td {
  font-size: 14px;
  color: #202020;
}

.price table tr td:nth-of-type(2) {
  text-align: left;
}

.price-note {
  font-size: 14px;
  line-height: 160%;
  color: #212121;
  padding: 20px 15px;
}

.price-example {
  padding-top: 10px;
}

.price-example-txt {
  font-size: 16px;
  color: #202020;
  font-weight: bold;
  padding: 10px 40px;
}

.price-example-tb {
  border-top: 1px solid #666;
}

.price-example-tb .tb-2 {
  padding: 20px 0 0;
}

.price-example-tb .tb-tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px dotted #666;
  background-color: #F8FAF0;
}

.price-example-tb .tb-tr2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 10px;
}

.price-example-tb .tb-td {
  padding: 14px 10px;
  font-size: 16px;
  color: #202020;
}
.tb-td span{
	color: red;
}

.price-example-tb .td-1 {
  width: 260px;
  padding-left: 25px;
}

.price-example-tb .td-1.ic-1:before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../img/common/ic-1.png);
  position: relative;
  top: 7px;
  margin-right: 10px;
}

.price-example-tb .td-2 {
  width: 260px;
  padding-left: 25px;
}

.price-example-tb .td-2.ic-2:before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 22px;
  background-image: url(../img/common/ic-2.png);
  position: relative;
  top: 5px;
  margin-right: 10px;
}

.price-example-tb .td-2.pd0 {
  padding-left: 0;
}

.price-example-tb .td-3 {
  width: 160px;
  padding-right: 20px;
  text-align: right;
}

.price-example-tb .coG {
  display: inline-block;
  width: 50px;
  color: #8CB70E;
  font-weight: bold;
}

.item-price {
  background-color: #FFD4D4;
  height: 50px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}
.item-price p {
  color: #F00;
  font-weight: bold;
  line-height: 1.2;
}
.price-num {
  font-size: 30px;
}
.unit {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;

}
.tax {
  font-size: 10px;
}
.en {
  font-size: 16px;
}
.sym {
  font-size: 26px;
}

/* Profile
-------------------------------------------------*/
.profile-txt {
  font-size: 14px;
  color: #202020;
  line-height: 160%;
  padding: 30px 65px 50px;
}

.profile-tb .tb-tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.profile-tb .tb-tr:nth-of-type(even) {
  background-color: #F0F8FA;
}

.profile-tb .tb-td {
  padding: 40px;
  font-size: 14px;
  color: #1F1F1F;
}

.profile-tb .tb-first {
  text-align: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 280px;
          flex: 0 0 280px;
}

/* Footer
-------------------------------------------------*/
.footer {
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 50px;
  background-image: url(../img/car/ttl-bg.png);
}

.footer-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-nav ul li a {
  display: block;
  height: 15px;
  font-size: 13px;
  line-height: 1;
  color: #FFF;
  border-left: 1px solid #FFF;
  padding: 0 18px;
}

.footer-nav ul li a:hover {
  opacity: 0.8;
}

.footer-nav ul li:last-of-type a {
  border-right: 1px solid #FFF;
}

.footer .copyright {
  font-size: 11px;
  color: #FFF;
  margin-left: 45px;
  padding-top: 0;
}

.copyright {
  font-size: 10px;
  color: #202020;
  text-align: center;
  padding-top: 25px;
}

.tel {
  font-size: 24px;
  color: #D6503F;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  padding-bottom: 15px;
}
.tel:before {
  content: '';
  width: 40px;
  height: 26px;
  background-image: url(../img/common/ic-tel.png);
  background-size: cover;
  margin-right: 10px;
}



.wrapper {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
}

.section1 .green {
	color: #8CB70E;
}

.section1 .orange {
	color: #DA760E;
}

.section1 .bg-green {
	background-color: rgba(140,183,15, .1);
}

.section1 .bg-orange {
  background-color: rgba(219,118,15, .1);
}

.section1 .content {
	padding: 50px 0;
}

.section1 .content-block1 {
	font-size: 15px;
	font-weight: 500;
	line-height: 1.72;
	color: #1F1F1F;
	margin-bottom: 40px;
}

.section1 .content-block2 {
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 50px;
}

.content-block2__title {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.6;
	margin-bottom: 20px;
}

.content-block2__col {
  max-width: 50%;
	padding: 3px 15px;
}

.content-block2__list {
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}

.content-block2__item {
	font-size: 15px;
  line-height: 1.6;
  margin-bottom: 10px;
	font-weight: bold;
	color: #1F1F1F;
}

.section1 .content-block3 {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.content-block3__content {
	font-size: 15px;
	color: #1F1F1F;
	line-height: 1.7;
	font-weight: bold;
}

.c-pentagon {
  min-width: 251px;
	height: 116px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-right: 30px;
	background-size: cover !important;
	background-repeat: no-repeat;
  margin-right: 30px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
}

.c-pentagon--green {
	background-image: url(../img/common/pentagon-green.png);
	color: #8CB70E;
}

.c-pentagon--orange {
	background-image: url(../img/common/pentagon-orange.png);
	color: #DA760E;
}

@media screen and (max-width: 768px){
  .h-box-nav ul.title_main1{
    position: relative;
    top: -220px;
    margin-bottom: -230px;
    line-height: 1.6;
    z-index: 999;
    padding-left: 0;
  }
  .h-box-nav ul.title_main1 p{
    padding: 20px;
    text-align: left;
  }

  .h-box-nav ul.title_main1 p span{
    font-size: 14px;
    margin-top: 20px;
    text-align: left;
  }
  .h-box-nav ul .t_nav{
  	width: 100%;
	background-image: none;
	min-height: 75px;
  }
  .h-box-nav ul .t_nav::before{
  	background: #fff;
  }
}