:root {
  --base-font: "Noto Sans JP", sans-serif;
  --inter-font:"Inter", sans-serif;
  --base-color: #181818;
  --base_bg: #F4F4F4;
  --white: #FFF;
  --white-8: rgba(255, 255, 255, 0.80);
  --white-82: rgba(255, 255, 255, 0.82);
  --black: #000;
  --black-7: rgba(24, 24, 24, 0.70);
  --green: #00783C;
  --green01: #005028;
  --green02: #033A1F;
  --light-green: #8CAE9D;
  --light-green01: #B9C9BF;
  --light-green01-8: rgba(185, 201, 191, 0.80);
  --light-green01-9: rgba(185, 201, 191, 0.90);
  --light-green02: #85A294;
  --light-green03: #7EAA8F;
  --light-green04: #EAEDEC;
  --yellow: #FFC55F;
  --yellow-9: rgba(255, 197, 95, 0.90);
  --grey: #E8EEEB;
  --grey01: #E7E7E7;
  --brown:#EFEAE5;
}

/*------------------------------------------------------------
	products
------------------------------------------------------------*/
#main {
  padding-bottom: 0;
}
#main .pageTitle {
  margin-bottom: 16rem;
}
#main .comInnerBox {
  padding: 16rem 0 32rem;
  border-top-right-radius: 16rem;
  overflow: hidden;
}
#main .comInnerBox .headLine06 {
  margin-bottom: 12rem;
  padding-bottom: 4rem;
  border-bottom: 1px solid var(--light-green);
}
#main .comInnerBox .headLine06 .en {
  margin-bottom: 1.4rem;
  font-size: 6rem;
  color: var(--green);
  letter-spacing: 0.23rem;
}
#main .comInnerBox .headLine06 .jp {
  color: var(--light-green);
  font-size: 2.4rem;
  background-size: 1.2rem auto;
  background-image: url(../img/common/line14.png);
  letter-spacing: 0.48rem;
}
#main .comInnerBox .photo {
  margin-bottom: 12.1rem;
}
#main .comInnerBox .photo img {
  width: 100%;
}
#main .comInnerBox .sub {
  margin: 0 auto 16rem;
  max-width: 98rem;
}
#main .comInnerBox .sub:last-of-type {
  margin-bottom: 0;
}
#main .comInnerBox .headLine04 {
  margin-bottom: 4.4rem;
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: 0;
  color: var(--green);
  background-size: 2.5rem auto;
  background-position: left top 0.2rem;
}
#main .comInnerBox .imgBox {
  margin-bottom: 2.4rem;
  align-items: center;
  flex-direction: row-reverse;
  gap: 8rem;
}
#main .comInnerBox .imgBox:last-child {
  margin-bottom: 0;
}
#main .comInnerBox .imgBox .photoBox {
  width: 30rem;
  border-radius: 1rem;
  overflow: hidden;
}
#main .comInnerBox .imgBox .photoBox img {
  width: 100%;
}
#main .comInnerBox .imgBox .textBox {
  padding-bottom: 0.5rem;
  flex: 1;
}
#main .comInnerBox .imgBox .textBox .text {
  line-height: 1.6;
  letter-spacing: 0.08rem;
}
#main .comInnerBox .imgBox .textBox .text.text01 {
  margin-bottom: 2.5rem;
}
#main .comInnerBox .imgBox .semititle {
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--green);
  letter-spacing: 0.08rem;
}
#main .comInnerBox .imgBox .title {
  margin-bottom: 2.3rem;
  padding-left: 2.6rem;
  color: var(--green);
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.12rem;
  position: relative;
}
#main .comInnerBox .imgBox .title::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 1.6rem;
  height: 0.2rem;
  background-color: var(--yellow);
  content: "";
  z-index: 1;
}
#main .comInnerBox .imgBox .link {
  margin: 2.8rem 0 0 auto;
  width: fit-content;
}
#main .comInnerBox .imgBox .link a {
  padding: 0 3.2rem 0.6rem 1rem;
  color: var(--green);
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--green01);
  border-bottom: 1px solid var(--light-green);
  background: url(../img/common/icon09.png) no-repeat right 0.3rem top calc(50% - 0.3rem)/2.5rem;
}
#main .comInnerBox .imgBox .link a:hover {
  opacity: 0.7;
}
#main .comInnerBox .imgBox .link.link01 {
  margin-top: 1.7rem;
}
#main .comInnerBox .imgBox .link.link01 a {
  padding: 0 1rem;
  background-image: none;
}
#main .oil {
  margin-bottom: -16rem;
}
#main .oil .comPhotoBox {
  margin-bottom: -20rem;
}
#main .oil .comInnerBox {
  position: relative;
  z-index: 1;
  background-color: var(--grey);
}
#main .new {
  margin-bottom: -16rem;
  position: relative;
  z-index: 2;
}
#main .new .comInnerBox {
  background-color: var(--green);
}
#main .new .comInnerBox .headLine06 .en {
  color: var(--white);
}
#main .new .comInnerBox .headLine06 .jp {
  color: var(--white);
}
#main .new .comInnerBox .title {
  color: var(--white);
}
#main .new .comInnerBox .imgBox .textBox .text {
  color: var(--white);
}
#main .environment {
  margin-bottom: -16rem;
  z-index: 3;
  position: relative;
}
#main .environment .comPhotoBox {
  margin-bottom: -20rem;
}
#main .environment .comInnerBox {
  position: relative;
  z-index: 1;
  background-color: var(--grey);
}
#main .other {
  position: relative;
  z-index: 3;
}
#main .other .comInnerBox {
  padding-bottom: 47rem;
  background-color: var(--grey01);
}
@media all and (max-width: 896px) {
  #main .pageTitle {
    margin-bottom: 4rem;
  }
  #main .pageTitle .headLine01 {
    margin-bottom: 6rem;
  }
  #main .pageTitle .comLinkUl {
    margin-bottom: 0;
  }
  #main .comInnerBox {
    padding: 10rem 0 20rem;
    border-top-right-radius: 8rem;
  }
  #main .comInnerBox .headLine06 {
    margin-bottom: 4rem;
    padding-bottom: 1.8rem;
  }
  #main .comInnerBox .headLine06 .en {
    margin-bottom: 0.5rem;
    font-size: 4.8rem;
    letter-spacing: 0.15rem;
  }
  #main .comInnerBox .headLine06 .jp {
    padding-left: 2rem;
    font-size: 2rem;
    background-position: left top 0.5rem;
    letter-spacing: 0.4rem;
  }
  #main .comInnerBox .photo {
    margin-bottom: 4rem;
  }
  #main .comInnerBox .sub {
    margin-bottom: 10rem;
    max-width: 100%;
  }
  #main .comInnerBox .headLine04 {
    padding-left: 2.6rem;
    margin: 0 0 6rem;
    font-size: 2.4rem;
    line-height: 1.1;
    background-size: 1.6rem auto;
    background-position: left 0.2rem top 0.2rem;
  }
  #main .comInnerBox .imgBox {
    margin-bottom: 6rem;
    display: block;
  }
  #main .comInnerBox .imgBox .photoBox {
    margin-bottom: 2.3rem;
    width: auto;
  }
  #main .comInnerBox .imgBox .textBox {
    padding-bottom: 0.5rem;
  }
  #main .comInnerBox .imgBox .textBox .text.text01 {
    margin-bottom: 2.6rem;
  }
  #main .comInnerBox .imgBox .title {
    margin-bottom: 2.5rem;
    font-size: 2.2rem;
    letter-spacing: 0.11rem;
  }
  #main .comInnerBox .imgBox .link {
    margin-top: 1.5rem;
  }
  #main .comInnerBox .imgBox .link a {
    padding-bottom: 0;
    border-bottom: 0;
    background-position: right 0.3rem top -0.2rem;
  }
  #main .comInnerBox .imgBox .link.link01 {
    margin: 1rem 0 0 0;
  }
  #main .comInnerBox .imgBox .link.link01 a {
    padding: 0;
    text-decoration: underline;
  }
  #main .oil {
    margin-bottom: -10rem;
  }
  #main .oil .comPhotoBox {
    margin-bottom: -9rem;
  }
  #main .new {
    margin-bottom: -10rem;
  }
  #main .other .comInnerBox {
    padding-bottom: 22rem;
  }
}