@charset "utf-8";




@media (min-width: 768px) {
  .pc-none {
    display: none;
  }
  
}

.mainview {
 position: relative;
 display: flex;
}

.main-01 {
  width: 100%;
  height: 870px;
  background-image: url(../img/main.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


  .main-ttl {
    width: 100%;
    max-width: 800px;
    height: 600px;
    background-image: url(../img/ttl-bg.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translateX(-50%) translateY(-55%);
    z-index: 2;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .balloon1 {
    position: relative;
    display: inline-block;
    margin: 1.5em 0;
    padding: 7px 10px;
    min-width: 120px;
    max-width: 100%;
    color: #fff;
    font-size: 35px;
    background: #21BA72;
  }
  
  .balloon1:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #21BA72;
  }
  

  .balloon1 p {
    margin: 0;
    padding: 0;
    font-size: 35px;
  }

.box {
  font-size: 50px;
  text-align: center;
  color: #fff;
  line-height: 1.2;
}

.box-text {
  font-size: 45px;
}

.count-size{
  font-size:100px;
  font-weight: bold;
  color: #FFFF1A;
  padding: 0 10px ;
}

.ttl-text {
  font-size: 35px;
}


.top-link-btn-wrap {
width: 100%;
border-bottom: 3px solid #FF5E23;
}


.top-link-btn-wrap ul {
  width: 100%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  padding-top: 10px;
}


.top-link-btn-wrap ul li a {
display: flex;
flex-direction: column;
padding: 0 20px;
align-items: center;
color: #333;
font-weight: bold;
}

.dli-chevron-down {
 margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
  color: #FF5E23;
  line-height: 1;
  width: 0.8em;
  height: 0.8em;
  border: 0.2em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
}


.copy {
  background-color: #31180D;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  display: table;
  padding: 3px 25px;
  margin: 0 auto;
  margin-top: 50px;
}


.copy-text-area {
  width: 100%;
  max-width: 800px;
  height: 200px;
position: relative;
color: #fff;
font-weight: bold;
text-align: center;
margin: 0 auto;
}

.copy-text-area p {
  margin-top: 60px;
  position: relative;
  z-index: 10;
  font-size: 20px;
  padding-top: 60px;
}

.copy-text-area-bg {
  width: 100%;
  position: absolute;
  left: 50%;
  top: -10%;
  transform: translateX(-50%);
}


.syoukai-text {
  width: 80%;
  max-width: 880px;
  position: relative;
  padding: 1em 1em 1em 2em;
margin: 0 auto;
background: #fff;
font-weight: bold;
padding: 25px 55px;
margin-top: 50px;
font-size: 18px;
}

.syoukai-text::before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-top: 50px solid #FFA685;
  border-right: 0px solid transparent;
  border-left: 50px solid transparent;
  border-bottom: 0px solid transparent;
}


.syoukai-text::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-right: 50px solid transparent;
  border-left: 50px solid #FFA685;
  border-bottom: 0px solid transparent;
}

.jigyou-card-wrap {
  display: flex;
  justify-content: center;
  padding: 80px 0;
}


.jigyou-card {
display: inline-block;
    vertical-align: top;
    width: 90%;
    max-width: 360px;
    margin: 0 4vmax;
    background: #fff;
    letter-spacing: normal;
    text-align: center;
    padding-bottom: 50px;
    position: relative;
  }

  .jigyou-card-01 {
    box-shadow: 10px 10px 0px #3D9BC1;
  }

  .jigyou-card-02 {
    box-shadow: 10px 10px 0px #D6A260;
  }

  .jugyou-card-ttl  {
    position: relative;
    font-size: 25px;
    z-index: 10;
  }

.jigyou-card-text {
width: 90%;
margin: 0 auto;
padding: 10px 0 30px 0;
position: relative;
z-index: 10;
text-align: left;
padding-left: 0.2rem;
}



.jigyou-card-01 .num {
  background: #1BB0EB;
}

.jigyou-card-02 .num {
  background: #F9A53C;
}



.jigyou-card-01 .card-btn {
  background: #1BB0EB;
  box-shadow: 0px 5px 0px #3D9BC1;
}

.jigyou-card-02 .card-btn {
  background: #F9A53C;
  box-shadow: 0px 5px 0px #D6A260;
  position: relative;
  z-index: 10;
}


.card-sousyoku-01 {
  position: absolute;
  top: 207px;
  left: 2%;
}


.card-sousyoku-02 {
  position: absolute;
  top: 270px;
  right: 0%;
}

.card-sousyoku-03 {
  position: absolute;
  bottom: 0;
  left: 0;
}


.card-sousyoku-04 {
  position: absolute;
  top: 130px;
  right: -60px;
}

.card-01-point {
  position: absolute;
  top: 140px;
  left: -120px;
}

.card-2-point {
  width: 120px;
  height: 120px;
  background: #E84103;
  border-radius: 100%;
  position: absolute;
  top: -50px;
  left: -40px;
}

.card-2-point p {
  margin-top: 24px;
  line-height: 1.4;
}



.kigen {
width: 90%;
max-width: 880px;
background-color: #fff;
margin: 0 auto;
padding-bottom: 30px;
position: relative;
}


.kigen-ttl {
text-align: center;
color: #fff;
background-color: #1CA155;
font-weight: bold;
font-size: 30px;
padding: 10px 0;
position: relative;
z-index: 10;
}


.kigen-hikaku {
  width: 90%;
  display:flex ;
  justify-content: center;
  margin: 0 auto;
  border-bottom: 1px solid #000;
  position: relative;
z-index: 10;
}

.syoumi,.syouhi {
  width: 300px;
  text-align: center;
  margin: 10px 50px;
} 


.example {
  font-size: 16px;
  color: #fff;
  background-color: #FF9800;
  display: inline-block;
  padding: 3px 10px;
}


.kigen-graph-ttl {
  display: table;
  font-weight: bold;
  font-size: 18px;
  padding: 0.5rem 2rem;
  color: #fff;
  background: #21BA72;
  -webkit-box-shadow: 5px 5px 0 #418A63;
  box-shadow: 5px 5px 0 #418A63;
margin: 0 auto;
margin-top: 30px;

}

.graph {
  width: 90%;
  max-width: 700px;
  margin: 20px auto;
  position: relative;
  z-index: 10;
}

.kigen-01 {
  position: absolute;
  top: 40px;
  left: 1%;
}

.kigen-02 {
  position: absolute;
  top: 0;
  right: 0;
}


.kigen-03 {
  position: absolute;
  bottom: 0;
  left: 0;
}

.jigyousya-wrap {
  width: 90%;
  max-width: 880px;
background-color: #fff;
border-left:solid 20px #D7C9F1;
display: flex;
justify-content: space-around;
margin: 0 auto;
position: relative;
margin-top: 150px;
padding: 40px 0;
}


.jigyousya-text-area {
  margin-top: 30px;
  position: relative;
  z-index: 10;
  padding-left: 20px;
}

.jigyousya-btn-wrap {
  position: relative;
  z-index: 10;
}



.jigyousya-wrap-01 {
  position: absolute;
  top: -90px;
  left: -80px;
  z-index: 1;
}


.jigyousya-wrap-02 {
  position: absolute;
  top: 0;
  left: 0;
}


.jigyousya-wrap-03 {
  position: absolute;
  bottom: 0;
  right: 0;
}

.store-link-area {
  width: 100%;
  height: 300px;
  background-image: url(../img/store-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
display: flex;
justify-content: center;
align-items: center;
margin-top: 100px;
}


.store-link-wrap {
  width: 90%;
  max-width: 420px;
  border: solid 1px #fff;
  margin: 0 auto;
  padding: 30px 0;
  font-weight: bold;
  text-align: center;
}

.store-link {
border-bottom: 1px solid #fff;
}

.store-link::after {
  width: 20px;
  height: 13px;
  margin: 4px 0px 0 10px;
  display: inline-block;
  vertical-align: top;
  content: '';
  background: url(../img/arrow.png) no-repeat 0 0/contain;

}

.news-area {
  width: 100%;
  background-color: #BCECFF;
  padding: 50px 0;
}

.news-box {
  background: #fff;
  width: 90%;
  max-width: 820px;
  margin: 0 auto;
padding-bottom: 50px;
position: relative;
}

.news-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
  position: relative;
z-index: 10;
}


.news-contetnt {
  display: flex;
  font-weight: bold;
  margin: 0 auto;
margin-top: 20px;
position: relative;
z-index: 1;
width: 90%;
padding-left: 12%;
}

.news-img {
  width: 100px;
  height: 70px;
  box-shadow: 5px 5px 0 #1BB0EB;
}


.news-text-wrap {
  margin-left: 30px;
  border-bottom: 2px solid #1BB0EB;
padding-bottom: 10px;
  margin-top: 5px;
}

.news-label {
color: #fff;
background: #E84103;
font-size: 14px;
padding: 0 15px;
margin-right: 15px;
}

.day {
  color: #1BB0EB;
}

.news-ttl {
margin-bottom: 0;
}


.news-box .card-btn {
  background: #1BB0EB;
  box-shadow: 0px 5px 0px #3D9BC1;
}


.news-box .midashi-wrap {
  position: relative;
  z-index: 1;
}

.news-01 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.news-02 {
  position: absolute;
  bottom: 0;
  right: 0;
}


.column-ttl{
  width: 90%;
  max-width: 900px;
  position: relative;
  padding: 0.5em 0.5em 1em 3em;
  border-top: #09854B solid 2px;
  font-weight: bold;
  font-size: 25px;
  margin: 0 auto;
  color: #09854B;
margin-top: 40px;
}
.column-ttl:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0.5em;
  width: 2em;
  height: 2em;
  border-radius: 0 0 10px 10px;
  background: #09854B;
}
.column-ttl::after {
  position: absolute;
  content: '01';
  top: 0;
  left: 0.5em;
  width: 2em;
  text-align: center;
  line-height: 2em;
  color: #ffffff;
  font-weight: bold;
}

.column-ttl-02::after {
  content: '02';
}

.column-ttl-03::after {
  content: '03';
}

.column-ttl-04::after {
  content: '04';
}



.column-content {
  width: 90%;
  max-width: 880px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  margin-top: 20px;
  align-items: center;
}

.column-text-area {
  max-width: 460px;
}

.column-img-wrap {
  display: flex;
}

.column-img {
  border: 2px solid #09854B;
}

.column-img-01 {
  width: 180px;
  height: 200px;
  margin: 0 5px;
  text-align: center;
}

.column-img-01 p {
 margin-bottom: 0.5rem;
}


.column-img-01 img {
  width: 130px;
  margin-top: 10px;
}



.column-02 {
  align-items: center;
}


.column-img-03 {
  width: 370px;
  line-height: 2;
}

.column-img-03 p {
margin-bottom: 0;
}


.box2 p {
  font-size: 23px;
  font-weight: bold;
}

.box2 .count-up {
  font-size: 60px;
  color: #FF9800;
}

.box3 .count-up {
  font-size: 60px;
  color: #FF9800;
}

.box4 .count-up {
  font-size: 60px;
  color: #FF9800;
}


.column-img-03-content {
  display: flex;
  align-items: center;
  justify-content: center;
}

.column-img-03-content img {
  width: 60px;
}

.right-arrow {
  margin: 0 3px;
  margin-top: -5px;
}



.column-03 {
  justify-content: center;
}

.column-img-04 {
  width: 90%;
  max-width: 800px;
  padding: 50px 0 20px 0;
  margin: 0 auto;
  margin-top: 20px;
}

.gyonjyo-foodloss {
  max-width: 800px;
  display: flex;
  margin: 0 10px;
  justify-content: space-between;
}

.gyonjyo-foodloss img {
  width: 90px;
  margin-right: 20px;
}

.genjyo-foodloss-wrap {
  display: flex;
  justify-content: space-around;
}

.kansan {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.kansan img {
  width: 70px;
  margin-right: 10px;
}


.wariai {
  display: flex;
  justify-content: space-around;
  margin-top: 50px;
}

.wariai p {
  border-left: 3px solid #FF9800;
  height: 30px;
  line-height: 0.2;
  padding-left: 10px;
  font-size: 20px;
}

.wariai .box2 .count-up {
  font-size: 50px;
}


.column-img-05 {
  width: 380px;
  padding: 30px 0;
}

.column-img-05 img {
  width: 300px;
}


.column-point {
  width: 90%;
  max-width: 880px;
  position: relative;
  padding: 1rem 2rem;
  color:#21BA72;
  background: #fff;
  margin: 0 auto;
  border: solid 2px #21BA72;
  margin-top: 80px;
}

.column-point:before {
  font-size: 20px;
  position: absolute;
  top: -35px;
  left: -2px;
  height: 35px;
  font-weight: bold;
  padding: 0 1em;
  content: '\POINT';
  color: #fff;
  background: #21BA72;
  border: solid 2px #21BA72;
}


.point-ttl {
  color: #21BA72;
  position: relative;
  padding-left: 25px;
  font-size: 20px;
}


.point-ttl::before {
  content: url(../img/q.svg);
  position: absolute;
  top:0;
  left: -10px;
}



.sakugen-main {
  width: 100%;
  height: 295px;
  background-image: url(../img/sakugen-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -80px;
}

.sakugen-main .midashi-wrap {
  padding-top: 0;
}

#sakugen {
background: #FFF3E2;
padding-bottom: 60px;
}


#sakugen .copy-text-area p {
  padding-top: 70px;
}

.sakugen-img-area {
  background: #FF9800;
  padding: 30px 40px;
}


.sakugen-wrap {
  width: 90%;
  max-width: 880px;
  margin: 0 auto;
  margin-top: 70px;
}

.sakugen-box {
  display: flex;
  margin: 20px 0;
}

.sakugen-text-area {
  width: 90%;
  max-width: 600px;
  background: #fff;
  border: solid 2px #FF9800;
  padding-top: 30px;
  padding-left: 30px;
  padding-bottom: 20px;
}

.sakugen-text-area h3 {
  position: relative;
  padding-left: 3em;
  font-size: 25px;
  color: #FF9800;
  font-weight: bold;

}

.sakugen-text-area h3 span {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 1rem;
  color: #fff;
  background:  #FF9800;
}

.sakugen-text-area h3 span:after {
  position: absolute;
  top: calc(50% - 7px);
  right: -11px;
  width: 0;
  height: 0;
  content: '';
  border-width: 7px 0 7px 12px;
  border-style: solid;
  border-color: transparent transparent transparent  #FF9800;
}

.sakugen-text-area p {
  width: 90%;
  margin-top: 15px;
}

.sakugen-img-area {
  width: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
}



.sdgs-text {
  width: 90%;
  max-width: 700px;
  margin: 0 auto;
  margin-top: 40px;
}

.sdgs-img {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}


.sdgs-point {
  width: 90%;
  max-width: 880px;
  position: relative;
  padding: 1.5rem 2rem;
  background: #fff;
  margin: 0 auto;
  border: solid 2px #E55F5F;
  margin-top: 30px;
}


.sdgs-point:before {
  font-size: 20px;
  position: absolute;
  top: -35px;
  left: -2px;
  height: 35px;
  font-weight: bold;
  padding: 0 1em;
  content: '\POINT';
  color: #fff;
  background: #E55F5F;
  border: solid 2px #E55F5F;
}

.sdgs-point p {
  width: 90%;
  max-width: 700px;
  margin: 0 auto;
}

#about {
  padding-top: 50px;
}

.kani-banner {
  width: 90%;
  max-width: 700px;
  margin: 0 auto;
}


  @media (max-width:1024px) {
    
  }



@media (max-width:768px) {


  .main-ttl {
    top: 53%;
    height:550px;
  }

  .main-01 {
    height: 800px;
  }


.jigyousya-text-area {
  margin-bottom: 30px;
}

.jigyou-card-01 {
  margin-bottom: 80px;
}


.sakugen-box {
  flex-direction: column-reverse;
}

.sakugen-text-area {
  padding-left: 20px;
}

.sakugen-text-area p {
  width: 95%;
}

.sakugen-img-area {
 width: 90%;
 max-width: 600px;
}

.top-link-btn-wrap ul {
  justify-content: flex-start;
  padding-left: 0;
  margin-bottom: 0;
}

.top-link-btn-wrap ul li a {
  margin-bottom: 10px;
}

.top-link-btn-wrap ul li {
  width: 100%;
  border-bottom: 1px solid #7E7E7E;
  padding-top: 5px;
}

.top-link-btn-wrap ul li:last-child {
  border: none;
}


.news-contetnt {
  padding-left: 2%;
  }
  

}





@media (max-width:540px) {



  .box {
    font-size: 2.5rem;
    margin-top: 0px;
  }

  .balloon1 {
    text-align: center;
    padding: 10px 30px;
    margin-top: 0;
  }

  
  .balloon1 p {
    font-size: 25px;
  }

  .ttl-text {
    font-size: 30px;
  }

  .box-text {
    font-size: 35px;
  }


.news-contetnt {
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.news-text-wrap{
  width: 90%;
  margin-top: 10px;
  text-align: left;
  margin-left: 0;
} 

.copy-text-area p {
  font-size: 18px;
}


.syoukai-text {
  width: 90%;
  font-size: 16px;
}

.jigyou-card-wrap {
  margin-top: 50px;
}

.jugyou-card-ttl {
  font-size: 23px;
}

.card-01-point {
  top:-120px;
  left: -20px;
}

.card-2-point  {
  left: 0px;
}

.card-sousyoku-04 {
  width: 160px;
  right: -20px;
  top: -70px;
}



.copy {
  font-size: 25px;
  padding: 10px 20px;
}

.genjyo-foodloss-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.gyonjyo-foodloss img {
  margin-right: 35px;
}

.column-ttl {
  font-size: 22px;
}


.column-img-01 {
  width: 160px;
}

.kansan {
  flex-direction: column;
  align-items: center;
}



.column-img-04 {
  max-width: 370px;
}

.column-text-area {
  width: 90%;
  max-width: 400px;
}

.column-img-05 {
  max-width: 370px;
}

.column-point {
  margin-top: 50px;
}

.jigyousya-wrap {
  width: 95%;
  border-left: solid 10px #D7C9F1;
}

}
