@charset 'utf-8';
/* **********************************************************************
 *
 *       Title:   zanchibutsu.css
 *
 ********************************************************************** */

html{
    margin: 0 auto;
}

.clearfix::after,p.clearfix {
  content: "";
  display: block;
  clear: both;
}
 a:link, a:visited {
        text-decoration: none;  font-weight: 600;
    color: inherit;
    }

i{margin:0 0.5rem;}

 .marker-line {
      position: relative;
      width: fit-content;
      padding: 2rem;
      margin-bottom: 1rem; 
    }
    
    .marker-line:before {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      width: 0;
      border-bottom: solid 3px var(--c-green);
      animation: border_anim 4s ease-in-out infinite;
    }
    
    @keyframes border_anim {
      0% {
        width: 0%;
      }
      
      70%, 100% {
        width: 100%;
      }
    }

.arrowbg {
    position: relative;
    min-height: 180px;
    z-index: 0; 
    display: flex;
    align-items: center; 
    justify-content: center;
}

.arrowbg::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0; 
    height: 100%;
    width: 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 150'%3E%3Cpolygon fill='rgba(240, 235, 95, 0.34)' points='0,0 1200,0 600,150'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    z-index: -1; 
}

  :root {
    /* color */
    --c-base: #F9F2EC;
    --c-point: #F0EB5F;
    --c-red: #DF0615;
    --c-white: #ffffff;
    --c-blue: #dcf0eb;
		  --c-green:#00c292;
    --c-brown: #BE783C;
			 --c-brownbg:#be783c82;
    --c-black: #1e1e1e;
  }

  html,
  body {
    margin: 0;
    padding: 0;
  }

  body *,
  body *:before,
  body *:after {
    box-sizing: border-box;
    transition: all 0.5s cubic-bezier(.165, .84, .44, 1);
  }

  body {
    --c_base: #1e1e1e;
    --c-blue: #dcf0eb;
    --c-brown: #BE783C;
  /*  interpolate-size: allow-keywords; */
    font-size: 16px;
    line-height: 2;
    font-weight: 500;
    color: var(--c_base);
    background: #F9F2EC;
    position: relative;
			 font-family: Noto Sans JP, Original Yu Gothic, Yu Gothic, YuGothic, Hiragino Sans, sans-serif;
  }
 header .h_cv a, header .h_cv a:visited {
        border-radius: 3rem 3rem 0 0;
  }
     header .h_cv a:before {
        content: "";
        position: absolute;
        width: 24px;
        height: 34px;
        top: 18px;
        left: 30px;
        background: #ac0711 url(../img/sp/ico_contact.png) 0 0 no-repeat;
        background-size: 40px auto;
        padding: 5px 0 5px 30px;
    }

h1{font-size: clamp(16px, 4vw,32px);  line-height: 1.7em;}
  .pagewidth {
    width: 1300px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

h2{padding:5rem 0; display: block; margin: 5rem 0 3rem;}
.txt-ss{font-size: 0.8em;}
.txt-s{font-size: 0.9em;}
.txt-m{font-size: 1.3em;}
.txt-l{font-size: 1.5em;}
.txt-xl{font-size: 5em;}
.pcnone{display: none;}

  body.home .pagewidth {
    width: 1140px;
  }
 .section-inner{ width: 90%; /* background: #dcafaf; */
    max-width: 1400px; margin: 0 auto;
 }
	.btn-z {
    border: none;
    border-radius: 4px;
    background-color: #007bff;
    color: white;
    cursor: pointer;
    transition: background-color 0.2s;
    padding: 1em 2em;text-align: center;
    margin: 5rem 0;
    font-size: clamp(14px, 3vw, 18px);
}
	.btn-z :hover {
  background-color: #0056b3;color: #ffffff;
}
li {
    list-style: none;
}

	.pcnone02{display: none;}
  /*-------------------------- .hero*/
.fv-main{display: flex;
    align-items: flex-start;
    flex-direction: column;}
.fv-left-box{background-image: url("../../img/zanchibutsu/hero01.png"); padding: 5rem; margin: 1rem 1rem 0 0;
    border-radius: 0 5rem 5rem 0; max-width:  800px;background-repeat: no-repeat; }

	.truck-img{ max-width: 100%;
    box-sizing: border-box;
    margin: -12rem 0 0 auto;
    vertical-align: top;
    border: 0;
    width: inherit;}
.truck-img img{ width: 500px; box-sizing: border-box;}

.fv-point{gap: 15px; display: flex; justify-content: flex-start;}
.hero .point{    width: 15rem;
    height: 15rem;
    font-size: clamp(14px, 3vw, 20px);
    border-radius: 50%;
    margin: 5rem 0;
    line-height: normal;
    color: #FFFFFF;
    background: #151515;
    display: flex;
    align-items: center;
    padding: 1rem;
    background-image: url(../../img/zanchibutsu/flam01.png);
    background-size: contain;
    background-repeat: no-repeat;
    justify-content: center;
    font-weight: 800;}

.hero .spoint {
    min-width: 320px;
    width: fit-content;
    text-align: center;
    padding: 5rem; font-size: clamp(16px, 3vw, 26px);
    margin: -15rem 10vw 0;
    background-image: url(../../img/zanchibutsu/framebnr-arrow.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
}
.hero .point .txt-ms{ display: contents;}
.hero .spoint span.txt-m{    font-weight: 600;
    color: var(--c-green);}
.hero .spoint span.txt-ms{    background: linear-gradient(transparent 60%, #efe708d6 60%);color: inherit; border-bottom: 3px solid #00c292;}
.fv-btn{display: flex; justify-content: flex-start;}
.fv-btn .button{    border: none;
    border-radius: 5rem;
    background: var(--c-point);
    color: var(--c-black);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.2s;
    padding: 1rem 2rem;
    max-width: 100%;
    text-align: center;
    margin: 3rem 1rem;
    font-size: clamp(14px, 3vw, 18px);
    width: 350px;}
.fv-btn .btn01, .btn01{background: var(--c-point); color: var(--c-black);}
.fv-btn .btn02,.btn02{ background: var(--c-green); color: #ffffff;  border-bottom: 3px solid #ffffff;       text-decoration: none; }
.fv-btn .btn01:hover,.fv-btn .btn02:hover {
  background-color: #0056b3; color: #ffffff;
}
 /*-------------------------- .declaration*/
.declaration .section-inner {
   padding: 8rem 3rem;/* background: var(--c-brownbg); */
    text-align: start;
    box-sizing: border-box; font-size: clamp(14px, 3vw, 24px);
	font-weight: 600;  max-width: 800px;
	
}
.declaration {
	  background-image: url("../../img/zanchibutsu/decla-icon.png");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;}
.declaration .txt-m{color:var(--c-green);}
  /*-------------------------- .problems*/
.problems .section-inner {padding-top: 5rem; padding-bottom: 5rem;}
.problems .section-title{
border-radius: 1rem;
    background: #ffffff;
    margin: 3rem auto !important; box-shadow: 0px 0px 8px 8px #8fb0a8;
    display: block;
    text-align: center; 
  background-image: url("../../img/zanchibutsu/problem01.png");
background-repeat:no-repeat; max-width:800px;
background-size: auto; background-position: 3rem 0;
}

.problems{background: var(--c-blue);}

  /*-------------------------- .problem-answer*/
.problem-answer{background-color: #ffffff;
}
.problem-a{padding: 10rem 0;
    text-align: center; font-weight: 600;
    box-sizing: border-box; font-size: clamp(14px, 3vw, 24px);position: relative; 
margin-top: -60px;}

.problem-a::before,
.problem-a::after {
  content: "";
  position: absolute;
  left: 50%;    width: 3rem;
    height: 3rem;
  border-right: 4px solid #333;
  border-bottom: 4px solid #333; 
  border-bottom-right-radius: 4px;
  border-top-right-radius: 2px;
  border-bottom-left-radius: 2px;
  
  transform: translateX(-50%) rotate(45deg);
}

.problem-a::before {
  top: -3rem; 
}
.problem-a::after {
  top: -1rem;
	  border-right: 4px solid var(--c-green);
  border-bottom: 4px solid var(--c-green); 
}

.problem-a .txt-m{color:var(--c-green);}

  /*-------------------------- .reason*/
.reason .section-title{position:relative; }
#reason .section-title .txt-xl{ font-size:3em; display: inherit;  color: var(--c-green);
width: fit-content; 
}
  section .reason-wrap {padding-bottom: 10rem;
    counter-reset: top_career;
    /* top_careerという名前の計算機を0にセット */
  }

  section .reason-wrap .strong-p:first-child:after {
    counter-increment: top_career;    vertical-align: sub;
    content: counter(top_career);
    display: inline-block; font-size: 28px;
  }

  section .step-wrap {
    counter-reset: top_career;
  }

  section .step-wrap .step-box span:first-child:after {
    counter-increment: top_career;
    content: counter(top_career);
    display: inline-block; vertical-align: middle;
    font-size: 28px;
  }

.reason-wrap{ 	display: grid; grid-template-columns: 1fr 1fr; gap: 1rem;}
.reason .reason-box{display: grid;
    margin: 1rem auto;
    padding: 1rem;}

.reason-wrap .box-left{text-align: center;
    background: var(--c_base); color:#ffffff; padding: 2rem; border-radius: 50%;
    position: relative; display: flex;
    flex-direction: column-reverse; max-width: 210px; max-height: 200px;background-image: url(../../img/zanchibutsu/hero01.png);
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
    justify-content: center;
    font-weight: 800;
}

.reason-wrap .box-left .short{    position: absolute;
    top: 0; display: inline-block;  transform: rotate(-11deg);
    transform-origin: left bottom; font-size: 24px;
    font-weight: bold; color:#00c292;}
.reason-wrap  h3{margin: 5rem 0 2.5rem; color:var(--c_base);}
.reason-wrap .box-right{border-radius: 1rem;
background: #ffffff;
    padding: 5rem 0.5rem;
    display: flex; margin-top: -6rem;
    align-items: center;
    justify-content: center;
    flex-direction: column;}
.strong-img {border-radius: 1rem;}
.strong-img img{border-radius: 1rem 1rem 0 0;}
.box-title {width: 100%;    max-width: 600px;margin-top: -3rem;
    background: var(--c-green); 
    padding: 1rem;  text-shadow: 2px -2px 3px #143c1e;
    border-radius: 0 0 1rem 1rem;
    color: #ffffff;  line-height: 3rem;
}
.reason-wrap .box-right .box-desc{
    max-width: 600px;
    margin: 1rem;}


  /*-------------------------- .convenient*/
	.convenient{ background: var(--c-blue);}
	.convenient a:link, a:visited {color: #07539f;}
	.convenient .section-inner{display: flex; justify-content: center; align-items: center;background-image: url("../../img/zanchibutsu/read01.png"); background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: screen;
    background-color: #151515;}
	.convenient .box-left { background: #ffffff87;
    border-radius: 10rem 10rem 0 0;}
	.convenient .box-left div{ text-align: center;  padding: 3rem;
    margin: 1rem 1.5rem 3rem;color: #ffffff; text-shadow: 2px 2px 3px #252525;}
	.convenient .box-left div:first-child{ text-align: center;
    line-height: 10rem; font-size: clamp(20px, 3vw, 36px);
    } 
.convenient .contact-box{ 
display: flex; flex-direction: column;
  padding: 0 2rem; } 
  /*--------------------------------- .case*/
.case{padding: 8rem 0;}
.case-box{display: grid; grid-template-columns: 1fr 1fr; gap:1rem;  background: #ffffff;
   padding: 2rem 1rem 2rem 0; border-radius: 2rem;  margin: 3rem auto;  border: 1px solid #151515;
    box-shadow: 3px 3px 6px #cbc5c5;}
.case-box .swiper{ width: min(100%, 500px);}
.case-box .swiper .swiper-button-next,.case-box .swiper .swiper-button-prev{
    background: #ffffffc7;
    border-radius: 50%;
    padding: 1rem;
    color: #151515;
}
.case-box .swiper-pagination-bullet {
	border-radius: var(--swiper-pagination-bullet-border-radius, 1rem);
	 width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 3rem));
	height: 4px;
	
}
.case-box .swiper-horizontal>.swiper-pagination-bullets,.case-box .swiper-pagination-bullets.swiper-pagination-horizontal,.case-box .swiper-pagination-custom,.case-box .swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, -0.3rem);
}

.caseimg{margin: 3rem auto;}

.caseimg .before,.caseimg .after,.caseimg .in{ 
    border-radius: 1rem 1rem 0 0;
    width: fit-content; display: block;
    padding: 0rem 2rem; font-weight: 500;
}

.caseimg .before{background: var(--c-point);
}
.caseimg img.before{border:5px solid #F0EB5F; padding: 0;
    border-radius: inherit;
}
.caseimg .after{background: var(--c-green);
    color: #ffffff;
    margin: 0 0 0 auto;
    width: fit-content;
}
.caseimg .in{background: var(--c-brown);
    margin: 0 auto;color: #ffffff;
    width: fit-content;
}

.caseimg img.after{border:5px solid #00c292; padding: 0;
    border-radius: inherit;}
.caseimg img.in{border:5px solid var(--c-brown); padding: 0;
    border-radius: inherit;}
.case-box .txt-m {font-weight: 500; padding-left: 0.5rem; border-left:5px solid var(--c-green);} 
.case-box li:last-of-type{background: #F9F2EC;    border-radius: 1rem;
    padding: 2rem 0.5rem; margin: 1rem auto;
    text-indent: 1rem;}
.case-box .casedesc .textl{
	    font-size: 1.2em;
    background: linear-gradient(119deg, #151515 0%, #151515 80%, #c4d7d100 50% 50%, #c4d7d100 100%);
    width: 70%;
    color: #ffffff;
    padding: 0.5rem;
    display: block;
}



  /*-------------------------- .flow*/
.flow {background: #ffffff; padding: 8rem 0;}
.flow_step{ background-image: url("../../img/zanchibutsu/flow-top.png");
	background-position: top; background-repeat: no-repeat; background-size: cover; padding: 15rem 0 25rem;
	display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem;
    justify-items: center;
    align-items: center; justify-content: center;
    align-content: center;
}
.flow_step .strong-p{background: #ffffff;
    border-radius: 50%; width: 250px;
    height: 250px; display: flex;
    flex-direction: column; align-items: center;
    justify-content: center; color: var(--c-green);
    font-weight: 600; position: relative;}
.flow_step .strong-p .numarea{
    position: absolute;
    top: 1rem;
    left: 2rem;
    display: flex;
    flex-direction: column;
    font-size: 20px;
    line-height: 3rem;
    text-align: center;}

  .flow_design {
    display: flex;
    justify-content: center;
    align-items: center;background: #ffffff;
  }
  
  .step-wrap {
    padding-left: 0;
    overflow: hidden;
  }
  
  .step-wrap > li {
    list-style-type: none;
    padding: 0 0 1.3em 2.3em;
    margin: 0;
    position: relative;
  }
  
  .step-wrap > li .icon-step {
    font-size: 0.7em;
    display: block; font-weight: 700;
    color: var(--c-green);
  }
  
.step-wrap > li .icon-step::before {
  content: "";
  display: block;
  width: 4vw;
  border-top: dotted 3px #be783c;
  position: absolute;
  top: 1.8rem;
  left: 1rem;
}
.step-box{
	padding: 0 0 0 3vw!important;
}
  
.step-wrap > li::before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background: var(--c-brown);
  border-radius: 50%;
  position: absolute;
  top: 1rem;
  left: 0rem;
  z-index: 5;
}
 .step-wrap > li::after {
    content: "";
    display: block;
    height: 100%;
    border-left: solid 12px var(--c-base);
    position: absolute;
    top: 20px;
    left: 3px;
    border-radius: 5rem;
		font-size: clamp(16px, 1.8vw, 26px);
  }
.step-wrap > li dl::after {
  content: "";
  width: 100%;
  display: block;
  border-bottom: solid 3px var(--c-brown);
  position: absolute;
  bottom: 1rem;    
  left: 1rem;
}
  
  .step-wrap > li dl::before {
      content: "";
      height: calc(100% - 35px);
      display: block;
      position: absolute;
      top: 10px;
      left: 21px;
  }
  
  .step-wrap > li dl dt { background: linear-gradient(transparent 60% 60%, #f0eb5f57 60%);
    font-size: 1.3em; padding-top: 2rem!important;line-height: 3rem;
    font-weight: 500;
    margin-bottom: 10px;
  }
.step-wrap > li dl dt.span {
  font-weight: bold; 
   }
  .step-wrap > li dl dd {
    margin-left: 0;
  }
.flow_design .stepimg{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin: 5rem;}

#top .head-border {
    display: flex;
    align-items: center;
}

#top .head-border:before,
#top .head-border:after { content: "";
    height: 2px;
    flex-grow: 1;
}

#top .head-border:before {
    margin-right: 1rem; background: linear-gradient(-90deg, var(--c-brown), transparent);
}

#top .head-border:after {
    margin-left: 1rem; background:linear-gradient( 90deg, var(--c-brown), transparent);
}


.flow h3{ text-align: center; margin: 1rem auto 2rem; width: fit-content;  font-size: clamp(14px, 2vw, 24px);}

.proof-wrap{    border-radius: 2rem;
margin: 2rem 0; padding: 2rem 0;
    border: 2px solid var(--c-brown);
    background: #fcf8f5;
}
.flow .proof01{
	    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    margin: 2rem;
}

.flow .proof01 div{
    margin: 0 auto;
    text-align: center;
}
.flow .proof02 .txt-s{color:var(--c-brown);}
.flow .proof02{padding-top: 2rem;
    background:var(--c-blue);}
.flow ul.waste_permit {
        margin: 0 auto;
        padding: 0;
        list-style-type: none;
        display: flex;
        justify-content: center;
    }
.flow ul.waste_permit li {
        text-align: center;
        margin: 10px 20px 10px 0px;
    }
	
.numbers{ margin: 2rem auto;
    display: flex;padding: 1rem;
    background: var(--c-brownbg);
    justify-content: center;}

  /*-------------------------- .faq*/
.faq .section-title {
    background: var(--c-green); color:#ffffff;
    border-radius: 2rem 2rem 0 0;}
.faq .section-inner {
 width: 90%;
    background: #ffffff;
    max-width: 1400px;
    margin: 5rem auto;
    border-radius: 3rem;
    padding: 0 0 5rem;background-image: url(../../img/zanchibutsu/hero01.png);
    background-repeat: no-repeat;
    background-size: cover;
}
        .faq-container {
            margin: 5rem auto;
            border-top: 1px solid #ddd;
        }

        .faq-item {
            border-bottom: 1px solid #ddd;background: var(--c-blue);
        }

        /* 質問部分 */
        .faq-question {
          width: 100%;
  position: relative;
  padding: 2rem 6rem 2rem 6rem;
  text-align: left;
  background: var(--c-white);
  border: none;
  outline: none;
  cursor: pointer;
  font-weight: bold;
  font-size: 16px;
  display: block;
  transition: background-color 0.3s;
  background-image: url("../../img/zanchibutsu/q-icon.png");
  background-repeat: no-repeat;
  background-size: 2.5em;
  background-position: 1rem 1rem;
									
        }
        .faq-question:hover {
            background-color: #fcfcfc;
        }
        /* プラス・マイナスアイコン */
        .faq-icon {
            position: absolute;
            right: 25px;
            top: 50%;
            width: 15px;
            height: 15px;
            transform: translateY(-50%);
        }

        .faq-icon::before,
        .faq-icon::after {
            content: "";
            position: absolute;
            background-color: #333;
            transition: transform 0.3s ease, opacity 0.3s ease;
        }
        .faq-icon::before {
            width: 100%;
            height: 2px;
            top: 50%;
            left: 0;
            margin-top: -1px;
        }
        .faq-icon::after {
            width: 2px;
            height: 100%;
            top: 0;
            left: 50%;
            margin-left: -1px;
        }

        .faq-question.is-open .faq-icon::after {
            transform: rotate(90deg);
            opacity: 0;
        }
.faq-answer {
            max-height: 0; padding: 0 6rem;
            overflow: hidden;  background: var(--c-blue);
  background-image: url("../../img/zanchibutsu/a-icon.png");
  background-repeat: no-repeat;
  background-size: 2.5em;
  background-position: 1rem 1rem;
        }
        .faq-answer-inner {
            padding: 20px;
            line-height: 1.8;
        }
	 /*-------------------------- .group */
.about-group{
background-image: url("../../img/zanchibutsu/bg-group.jpg");
background-position: top;
    background-repeat: no-repeat;
    background-size: cover;}
.about-group .section-inner{background: #ebebebb0;
    max-width: 1400px; padding:1rem; 
    margin: 0 auto;}
.group{padding-bottom: 10rem;}
	.affiliation{display: flex;
    flex-direction: row;flex-wrap: wrap;
    align-content: center;
    align-items: flex-end;
    text-indent: 1rem; margin: 1rem auto 5rem;}
.affiliation h3{margin: 1rem auto 1rem 5rem;}
.gp div div p{    padding: 1rem;
    background: #f9f2eccc;
    border-radius: 1rem;
    margin: 3rem auto;
}
.gp_business p{text-align: center; margin: 1rem auto;}
.corp-wrap{display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; margin: 1rem auto 5rem;}
.corp-box {margin: 3rem auto; background: #ffffff; border-radius: 1rem; padding: 2rem 1rem; }
.corp-box p{text-align: start;}
.corp-box img{height: 43px;}
.gp_business{margin: 5rem 0; padding: 15rem 0 10rem; background-repeat:no-repeat; background-size: cover; background-image: linear-gradient(rgb(255 255 255 / 67%), rgb(255 255 255 / 20%)), url(../../img/zanchibutsu/bg-souhon.jpg);}

 /*-------------------------- .swiper*/
	.problem-wrapper {
  max-width: 1200px;
		box-sizing: border-box;padding: 50px 0;
  margin-left: auto;
  margin-right: auto;
  margin-block: 50px;
}
	.swiper-tag{background: var(--c-point);
    border-radius: 1rem 1rem 0 0;
    width: fit-content; padding: 0.5rem 2rem;
	}
	.swiper-tag02{background: var(--c-green); color:#ffffff;
    border-radius: 1rem 1rem 0 0;margin: 0 0 0 auto;
    width: fit-content; padding: 0.5rem 2rem;
	}

.swiper-box { /* height: 300px; */ height: 400px;
	background: #ffffff;
    background-repeat: no-repeat;
    background-position: 90% bottom;
    background-size: 150px;
}
	.swiper-slide01 .swiper-box {
    background-image: url(../../img/zanchibutsu/human06.png);
}
.swiper-slide02 .swiper-box {
    background-image: url(../../img/zanchibutsu/human01.png);
}
.swiper-slide03 .swiper-box {
    background-image: url(../../img/zanchibutsu/human05.png);
}	
.swiper-slide04 .swiper-box {    background-size: 80px;
    background-image: url(../../img/zanchibutsu/human07.png);
}	
	.swiper-slide05 .swiper-box {
    background-image: url(../../img/zanchibutsu/human03.png);
}	
	.swiper-slide06 .swiper-box {
    background-image: url(../../img/zanchibutsu/human08.png);
}	
.swiper-box strong{margin: 5rem 6rem 1rem;
    font-size: clamp(16px, 3vw, 24px);
    display: inline-block;
    text-indent: 2rem;
}
.swiper-box p{ font-size: clamp(12px, 2.5vw, 18px);margin:5rem 10rem 2rem;
}	
.swiper-box .tag-en{  display: inline-block; background: linear-gradient(transparent 60%, #f0eb5f57 60%);
    margin: 3rem 10rem; font-size: clamp(16px, 3.5vw, 26px);
    font-weight: 200;
	}	
	
.swiper-slide {
  opacity: 1 !important;
 background-color: #dcafaf1f !important;
}

.swiper-slide::after {
  display: none !important;
}
.swiper-button-prev,.swiper-button-next{
	    width: 2rem;
    color: #5d5d5d;
	}
	.swiper {
	--swiper-theme-color:#00c292;
}
.swiper-pagination-bullet {
   
    width: 3rem;
    height: 0.5rem;
    margin: 0 0.5rem !important;
    background-color:var var(--c-green);
    border-radius: 0;
}
	
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, －1rem);
}
img {
  max-width: 100%;
  height: auto;
}

.swiper {
   /* width: min(100%, 500px);*/
	 width: min(100%, 800px);
    margin-inline: auto;
}
/* ------              auto-swiper  */
.auto-slider .swiper-slide {
    width: 300px !important; 
	   height: 150px!important; 
    display: flex;
    align-items: center;
    justify-content: center;margin: 3rem auto;
}

.auto-slider .logoimg img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
.group .swiper {
    width: min(100%, 1400px); background: #ffffff !important;
    margin-inline: auto;
}
.auto-slider .swiper-wrapper {
  transition-timing-function: linear !important;
}
.auto-slider .swiper-slide {
  width: auto; 
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px; 
}

@media screen and (max-width: 1200px) {
 .problem-wrapper {
    margin-right: 4.375%;
    margin-left: 4.375%;
  }
}
 /*-------------------------- //.swiper*/

@media screen and (max-width:768px){
	.pcnone{display: block;}
	.spnone{display: none;}
.section-inner {
  padding: 5rem 0rem;
}
  /*-------------------------- .hero*/
	
	.hero .section-inner {
  padding: 0 0rem 5rem;
}
	
	.hero .point {  margin: 1rem 0;
        position: relative;
        line-height: normal;
        color: #FFFFFF;
        text-align: start;
        display: flex;
        align-items: center;
        padding: 1rem;
        border-radius: 0;
        height: auto;
        background: linear-gradient(119deg, #151515 0%, #151515 80%, #c4d7d100 50%, #c4d7d100 100%);
        width: 90vw;
        justify-content: flex-start;
}
	.hero .point:nth-child(2){width: 75vw;	}
	.hero .point:nth-child(3){width: 60vw;	}
/*.hero .point:before{         content: "";
        position: absolute;
        background: url(../../img/zanchibutsu/flamsp02.png);
        background-size: revert-layer;
        background-position: 1.5rem center;
        background-repeat: no-repeat;
        top: 0rem;
        left: 0.5rem;
        width: 5rem;
        height: 5rem;
	}*/
.hero .point .txt-ms{  font-size: 1.2rem;
        margin: 0;        text-indent: 3rem;
        padding: 0.5rem;
        font-weight: 600;
		}
.fv-point {font-weight: 600;
    gap: 0;margin: 3rem 0 5rem;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}

.fv-left-box {
    background-image: url(../../img/zanchibutsu/hero01.png); background-position: center;
    padding: 1rem;  width: 100%;
    margin: 1rem 1rem 0 0;border-radius: 0 0 5rem 5rem;
    background-repeat: no-repeat;
    box-sizing: border-box;   
}
	.fv-btn {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;max-width: 350px;
    margin: 0 auto;
}
	.fv-btn .button{  padding: 0.5em 1em; width: inherit;
        margin: 1rem auto;}

	.fv-btn .button img{width:2rem;}
.truck-img {
    max-width: 100%;
    box-sizing: border-box;
    margin: -2rem 0 0 auto;
    vertical-align: top;
    border: 0;
    width: inherit;
}
	.hero .spoint { min-width: auto;margin: inherit; padding: 5rem 1rem;  background-position: center;
	}

	.declaration .section-inner {
  padding: 8rem 1rem;
}
	.reason .reason-box {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    align-items: start;
    width: 100%;
    margin: 3rem auto;
    padding: 0rem;
    grid-auto-flow: row;
    align-content: start;
}  
	
 /*-------------------------- .convenient*/
    .convenient .section-inner {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
		.convenient .box-left {  border-radius: 0;}
	
	 /*-------------------------- .declaration*/


  /*-------------------------- .problems*/
 .problem-a {   padding: 7rem 0rem 3rem;
    text-align: center;
    box-sizing: border-box;
}
.problems .section-title{
        background-size: 15%;
        background-position: inherit;
        padding-top: 5em;
}
  /*-------------------------- .reason*/
	.reason-wrap{ display: block;}
.reason-wrap .box-left {
    text-align: center;
    padding: 2rem;
    border-radius: 50%;
    position: relative;
    display: flex;
    flex-direction: column-reverse;
    width: 210px;
    height: 200px;
    margin: 0 0 0 auto;
}
 .reason-wrap .reason-box:nth-of-type(odd) .box-left{margin: 0;}

.reason-wrap .box-right{
         padding: 5rem 1rem;
        border-radius: 1rem;
        margin-top: -5rem;
        width: inherit;
        height: inherit;
}
 .reason-wrap .box-right p{ width: inherit;}
	
	.box-right .box-title{ margin: -3rem auto 3rem 0; line-height: 2.5rem;
	}
	
	
	.btn-z {
    margin: 5rem 0 1rem;
}
	
  /*--------------------------------- .case*/
	.case-box {
    display: block;
}
	.case-box .casedesc .textl {
    width: 95%; font-size: 14px;
}
	.case-box ul{
	   margin: 3rem 0;
    padding: 0 0 0 10px;}
	
  /*-------------------------- .flow*/
	.flow .proof01 , ul.waste_permit {display: block;
    }
		.flow_step{display: grid;
    grid-template-columns: 1fr; gap: 3rem; grid-auto-flow: row;
    padding: 5rem 0;  background:#F9F2EC;  border-radius: 0 5rem;
	}
	.stepimg{display: block; margin: inherit;}
	dd.stepimg{margin: 2rem auto; }
	.flow_design .stepimg {
    margin: 1rem;
}
	
	 /*-------------------------- .faq */
.faq .section-inner {
    margin: 5rem auto;
    border-radius: 3rem;
    padding: 0 0 5rem;
}
	
	 /*-------------------------- .group */
	.corp-wrap {
    display: block;
}
	 /*-------------------------- .swiper */
	.swiper {
    width: min(100%, 80vw);
    margin-inline: auto;}
.swiper-box {  height: 300px; 
	  background: #ffffff;
    background-repeat: no-repeat;
    background-position: 90% bottom;
    background-size: 150px;
}		
.swiper-box p { margin: 0rem 5rem 2rem;
}
	.swiper-box strong{margin: 3rem 2rem 1rem;
}
	
	.swiper-box .tag-en{margin: 3rem 5rem;
}
	
}

@media screen and (min-width:1200px){
.fv-main {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
}
.truck-img {
    max-width: 100%;
    box-sizing: border-box;
    margin:0;
    vertical-align: top;
    order: 0; overflow-x: hidden;
}
	
	.truck-img img {
    width: 650px;
    box-sizing: border-box;
}
	.hero .spoint { margin: 0 10vw 0 auto;
}
  /*-------------------------- .flow*/
 /*-------------------------- .group */
.gp_business {
    margin: 5rem 0;
    padding: 10rem 0 5rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: linear-gradient(rgb(255 255 255 / 67%), rgb(255 255 255 / 20%)), url(../../img/zanchibutsu/bg-souhon.jpg);
    background-position: top;
}
}

 /*-------------------------- .form */
section.zanchi{padding: 5rem 0;
    border-bottom: 2px solid #96060f;
}
form#mailformpro dl dd {
    border-top: solid 1px #CCC;
    margin: 0px;
    padding: 10px 5px 10px 160px;
    font-size: 12px;
    line-height: 2.5em!important;
    text-align: left;
}
@media screen and (min-width: 641px), print {
    footer .foot_cv .cv {
        width: 630px;
        margin: 0 0 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
	    footer .foot_cv .cv .tel span {
        display: block;
        font-size: 14px;
        font-size: 1.4rem;
        padding: 0.8rem;
    }

}