/*****************************************
dgreen common css
header & footer only!
*****************************************/
html{}
body{
  font-family: "Noto Sans JP", sans-serif;
  color: #4F4C4B;
}
.mincho{
  font-family: "Noto Serif JP", serif;
}
img{
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
/*pc*/
@media all and (min-width:960px) {
  .sp{
    display: none;
  }
}
/*sp*/
@media all and (max-width:959px) {
  .pc{
    display: none;
  }
}
/*=======================================
wrap
=======================================*/
.wrap{
  max-width: 960px;
  margin: 0 auto;
  box-shadow: 0 0 24px rgb(0 0 0 / 25%);
  background: #F3EBD9;
}

#visual-wrap{
  position: relative;
  text-align: center;
}
#visual-wrap .text-wrap{
  text-align: center;
  position: absolute;
  margin: auto;
  top: 50px;
  right: 0;
  left: 0;
  height: 360px;
  padding: 52px 0 50px;
}
#visual-wrap .text-wrap p{
  margin-bottom: 10px;
}
#visual-wrap .text-wrap img{
}
.main-visual{
  overflow: hidden;
}
.main-visual img{
  width: 100%;
  object-fit: cover;
  height: 810px;
  object-position: bottom;
}

.about-site{
  max-width: 920px;
  margin: 0 auto;
  padding: 60px 20px 60px;
  line-height: 2;
}


/*pc*/
@media all and (min-width:960px) {
  #visual-wrap .catchcopy{
    margin: 80px 0 0;
  }
  .about-site{
    font-size: 20px;
    text-align: center;
  }
  .tab{display: none;}
}
/*sp*/
@media all and (max-width:959px) {
  #visual-wrap{
    padding: 0;
  }
  #visual-wrap .text-wrap{
    top: 0;
    padding: 38px 0 0;
  }
  #visual-wrap .text-wrap img{
    max-width: 272px;
    width: 55%;
  }
  #visual-wrap .catchcopy{
    margin: 30px 0 0;
  }
  #visual-wrap .catchcopy img{
    width: 100%;
    max-width: 640px;
}
  .about-site{
    font-size: 17px;
    padding: 50px 20px 50px;
  }
  #visual-wrap .text-wrap p{
    font-size: 15px;
  }
  .main-visual img{
    height: 470px;
  }
  #visual-wrap .catchcopy img{
    width: 87%;
}
}
/*tab*/
@media screen and (min-width:820px) and ( max-width:959px) {
  #visual-wrap .catchcopy{
      margin: 30px 0 0;
  }
  #visual-wrap .catchcopy img{
    width: 87%;
    max-width: 640px;
}
  .about-site{
    text-align: center;
  }
  .tab{display: none;}
  .main-visual img{
    height: 630px;
  }
}
/*tab*/
@media screen and (min-width:498px) and ( max-width:819px) {
  #visual-wrap .catchcopy{
      margin: 25px 0 0;
  }
  #visual-wrap .catchcopy img{
    width: 87%;
    max-width: 640px;
}
  .tab{display: none;}
  .main-visual img{
    height: 630px;
  }
}

.flex-wrap{}
#works-list img{
  margin: 0 17px 44px;
}

.contact-btn{
  padding: 0 20px;
}
.contact-btn a{
  background: #4c7f49;
  color: #fff;
  display: block;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  padding: 12px 25px 21px 25px;
  border-radius: 6px;
  max-width: 430px;
  position: relative;
}


.contact-btn a h2{
  letter-spacing: 1px;
}
.contact-btn a .phone-number{
  width: 100%;
  background: #fff;
  color: #4c7f49;
  font-weight: bold;
  display: inline-block;
  border-radius: 4px;
  margin: 6px 0 0;
  padding: 0 5px;
  letter-spacing: 1px;
  font-size: 19px;
  max-width: 350px;
}

#works-list{
  flex-wrap: wrap;
  display: flex;
  align-items: flex-end;
}

/*pc*/
@media all and (min-width:960px) {
  #works-list{
    padding: 10px 20px 20px;
    max-width: 850px;
    justify-content: center;
    margin: 40px auto 0;
  }
  #works-list div{
    scale: 1.1;
    margin: 0 30px 80px
  }
  #works-list img{
    margin: 0 0 44px;
  }
  .contact-btn a{
    scale: 1.4;
  }
  .contact-btn a .phone-number span{
    position: relative;
    font-size: 35px;
    padding-left: 44px;
  }
  .contact-btn a h2{
    font-size: 20px;
  }
  .contact-btn a .phone-number span::before{
    max-width: 40px;
    width: 10%;
    content: "";
    position: absolute;
    display: block;
    background-image: url(../img/tel-icon-g.png);
    height: 40px;
    background-size: contain;
    background-position: center;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
  }
}
/*sp*/
@media all and (max-width:959px) {
  #works-list{
    padding: 10px 20px 40px;

  }
  #works-list img{
    margin: 0 10px 44px;
  }
  .contact-btn a{
    padding: 12px 10px 21px 10px;
  }
  .contact-btn a h2{
    font-size: 18px;
  }
  .contact-btn a .phone-number span{
    position: relative;
    font-size: 28px;
    padding-left: 14%;
  }
  .contact-btn a .phone-number span::before{
    content: "";
    position: absolute;
    display: block;
    background-image: url(../img/tel-icon-g.png);
    max-width: 40px;
    width: 12%;
    height: 40px;
    background-size: contain;
    background-position: center;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
  }
}
/*tab*/
@media screen and (min-width:820px) and ( max-width:959px) {
  #works-list{
    padding: 10px 20px 60px;
    max-width: 590px;
    justify-content: space-evenly;
    margin: 0 auto;
  }
}
/*tab*/
@media screen and (min-width:498px) and ( max-width:819px) {}
/*sp*/
@media all and (max-width:497px) {
  #works-list div{
    width: 50%;
    text-align: center;
  }
}



.contents-img-wrap{
  position: relative;
  padding: 0 0 15%;
}
.contents-img-wrap .img01{}
.contents-img-wrap .img02{
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  max-width: 144px;
  width: 15%;
  height: auto;
}

.sec01 .three-point{
  text-align: center;
  margin: 0 0 120px;
  padding: 0 20px;
}


.lage-text{
  /*font-size: calc(1.3vw + 1.0rem);*/
  font-size: 35px;
  line-height: 2;
  text-align: center;
  padding: 0 20px;
}
/*pc*/
@media all and (min-width:960px) {
  .sec01{
    margin: 120px 0 0;
  }
  .sec01 .lage-text{
    margin: 70px 0 50px;
  }
}
/*sp*/
@media all and (max-width:959px) {
  .sec01{
    margin: 100px 0 0;
  }
  .lage-text{
    margin: 40px 0 50px;
    font-size: 22px;
  }

  .contents-img-wrap .img02{
    width: 24%;
    max-width: 90px;
  }
  .sec01 .three-point{
    margin: 0 0 80px;
  }
}
/*tab*/
@media screen and (min-width:820px) and ( max-width:959px) {
  .lage-text{
    font-size: 32px;
  }
}
/*tab*/
@media screen and (min-width:498px) and ( max-width:819px) {}
/*sp*/
@media all and (max-width:497px) {
  .contents-img-wrap{
    padding: 0 0 30%;
  }
}


.price-wrap{
  text-align: center;
  margin: 100px 0 70px;
  padding: 0 20px;
}
.price-title{
  position: relative;
  color: #4F4C4B;
  font-size: 23px;
  padding: 0 0 13px;
  margin: 0 0 20px;
}
.price-title::after, .price-title::before{
  content: "";
  display: block;
  background: #4C7F49;
  max-width: 460px;
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.price-title::before{
  height: 1px;
  bottom: 5px;
}

.price-title::after{
  height: 2px;
}

.price-wrap .small-text{
  font-size: 18px;
  margin: 11px 0 0;
}

.lage-text-green{
  font-size: 48px;
  margin: 30px 0 0;
  color: #4C7F49;
  font-weight: 800;
}

.text-pink{
  font-size: 25px;
  font-weight: 600;
  color: #DA3E8C;
  margin: 20px 0 0;
}

/*pc*/
@media all and (min-width:960px) {
  .price-wrap .lage-text{
    margin: 70px 0 50px;
  }
}
/*sp*/
@media all and (max-width:959px) {
  .price-wrap{
    margin: 60px 0 70px;
  }
  .price-wrap .lage-text{
    margin: 50px 0 50px;
  }
  .price-wrap .text-pink{
    font-size: 17px;
    font-weight: 600;
    color: #DA3E8C;
    margin: 20px 0 0;
  }
  .text-pink{
    font-size: 19px;
    margin: 15px 0 0;
  }
  .lage-text-green{
    margin: 20px 0 0;
  }
}


.gyousya-wrap{
  text-align: center;
  padding: 50px 0 90px;
}



/*pc*/
@media all and (min-width:960px) {
  .gyousya-wrap .contact-btn{
    margin: 90px 0 0;
  }
}
/*sp*/
@media all and (max-width:959px) {
  .gyousya-wrap .contact-btn{
    margin: 50px 0 0;
  }
}


#for-businesses .image-wrap{
  text-align: center;
  margin: 60px 0 50px;
}
#for-businesses .icon-tree{
  text-align: center;
}
#for-businesses .lage-text-green{
  margin: 30px 0 0;
  color: #4C7F49;
  font-weight: 800;
  text-align: center;
}
#for-businesses .font25{
  font-size: 25px;
  text-align: center;
  line-height: 2;
  margin: 40px 0 40px;
}


/*pc*/
@media all and (min-width:960px) {
  #for-businesses{
    padding: 90px 20px 0;
  }
}
/*sp*/
@media all and (max-width:959px) {
  #for-businesses{
    padding: 72px 20px 0;
  }
  #for-businesses .icon-tree{
    max-width: 90px;
    margin: 0 auto;
  }
  #for-businesses .font25{
    font-size: 20px;
  }
  .lage-text-green{
    font-size: calc(1.7vw + 1.5rem);
  }
}

footer{
  text-align: center;
  margin: 90px 0 0;
}
.footer-contact-title{
  margin: 0 0 20px;
}
footer .font30{
  font-size: calc(1.1vw + 1.5rem);
  padding: 80px 20px 0;
  margin: 0 0 60px;
}

footer{}
.footer-contact-title span{
  position: relative;
  font-weight: 500;
}
.footer-contact-title span::before, .footer-contact-title span::after{
  content: "";
  display: block;
  background: #4F4C4B;
  width: 14px;
  height: 2px;
  position: absolute;
  bottom: 0;
  margin: auto;
  top: 0;
}
.footer-contact-title span::before{
  right: auto;
  left: -24px;
}
.footer-contact-title span::after{
  right: -24px;
  left: auto;
}
footer p{
  font-size: 22px;
  line-height: 1.8;
  padding: 0 20px;
}

.sdgs_logo{
  margin: 50px 0 30px;
}

/*pc*/
@media all and (min-width:960px) {
  .footer-contact-title span{
    font-size: 38px;
  }
}
/*sp*/
@media all and (max-width:959px) {
  footer .font30{
    font-size: 22px;
    padding: 62px 20px 0;
    margin: 0 0 50px;
  }
  .footer-contact-title span{
    font-size: 23px;
  }
  footer p{
    font-size: 17px;
  }
  .sdgs_logo{
    max-width: 130px;
    margin: 30px 0 30px;
  }
}

.copyright{
  padding: 0 20px 7px;
  background: #4c7f49;
  color: #f3ebd9;
  font-size: 14px;
}

#page-top a{
  display: flex;
  justify-content: center;
  align-items: center;
  background: #4c7f49;
  border-radius: 4px;
  width: 60px;
  height: 60px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 16px;
  transition: all 0.3s;
}

#page-top a:hover{
	background: #f08300;
}

#page-top {
	position: fixed;
	right: 10px;
	bottom:10px;
	z-index: 2;
	opacity: 0;
	transform: translateX(100px);
}

#page-top.LeftMove{
	animation: LeftAnime 0.5s forwards;
}

@keyframes LeftAnime{
  from {
    opacity: 0;
	transform: translateX(100px);
  }
  to {
    opacity: 1;
	transform: translateX(0);
  }
}

#page-top.RightMove{
	animation: RightAnime 0.5s forwards;
}
@keyframes RightAnime{
  from {
  	opacity: 1;
	transform: translateX(0);
  }
  to {
  	opacity: 1;
	transform: translateX(100px);
  }
}
/*=======================================
header
=======================================*/
/*header
_______________________________________*/
/*pc*/
@media all and (min-width:960px) {}
/*sp*/
@media all and (max-width:959px) {}
