.moss {
  padding-top: 98px;
  position: relative;
}
@media (min-width: 1000px) {
  .moss {
    padding-top: 130px;
  }
}
.moss .inner {
  position: relative;
  margin: 0 auto;
  max-width: 1100px;
  width: 90%;
}
.moss .inner .flex {
  display: flex;
  flex-direction: column-reverse;
  padding-top: 0px;
  gap: 16.1818181818%;
}
@media (min-width: 1000px) {
  .moss .inner .flex {
    padding-top: 0px;
  }
}
@media (min-width: 1000px) {
  .moss .inner .flex {
    flex-direction: row;
    justify-content: flex-end;
  }
}
.moss .inner .flex.reverse {
  margin-top: 50px;
}
@media (min-width: 1000px) {
  .moss .inner .flex.reverse {
    flex-direction: row-reverse;
    margin-top: 20px;
  }
}
@media (min-width: 1150px) {
  .moss .inner .flex.reverse {
    margin-top: -40px;
  }
}
@media (min-width: 1000px) {
  .moss .inner .flex.reverse .left {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
}
.moss .inner .flex .left {
  position: relative;
  width: 100%;
  padding-top: 30px;
}
@media (min-width: 1000px) {
  .moss .inner .flex .left {
    padding-top: 0;
    width: 38.1818181818%;
  }
}
.moss .inner .flex .left .deco {
  position: absolute;
  top: -40px;
  left: 180px;
  width: 153px;
  height: 58px;
  z-index: -1;
  scale: 0.7;
}
@media (min-width: 1000px) {
  .moss .inner .flex .left .deco {
    scale: 1;
  }
}
.moss .inner .flex .left .h2 {
  color: #333;
  font-family: Noto Serif JP;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2.24px;
}
@media (min-width: 750px) {
  .moss .inner .flex .left .h2 {
    font-size: 28px;
    line-height: normal;
  }
}
.moss .inner .flex .left .eng {
  margin-top: 10px;
  color: #436F13;
  font-family: Plantagenet Cherokee;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2.52px;
}
@media (min-width: 750px) {
  .moss .inner .flex .left .eng {
    font-size: 14px;
    line-height: normal;
  }
}
.moss .inner .flex .left .p {
  margin-top: 30px;
  color: #333;
  font-family: Noto Sans JP;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 1.2px;
}
@media (min-width: 1000px) {
  .moss .inner .flex .left .p {
    margin-top: 40px;
  }
}
@media (min-width: 750px) {
  .moss .inner .flex .left .p {
    font-size: 15px;
    line-height: 26px;
  }
}
.moss .inner .flex .right {
  width: 100%;
}
@media (min-width: 1000px) {
  .moss .inner .flex .right {
    width: 42%;
  }
}
.moss .inner .flex .right .img {
  width: 100%;
}

.example {
  margin-top: 75px;
  padding-bottom: 75px;
  position: relative;
}
@media (min-width: 1000px) {
  .example {
    margin-top: 100px;
  }
}
@media (min-width: 1000px) {
  .example {
    padding-bottom: 100px;
  }
}
.example .color {
  position: absolute;
  left: 0;
  top: 55px;
  bottom: 0;
  width: 100%;
  background-color: #436F13;
}
.example .inner {
  position: relative;
  margin: 0 auto;
  max-width: 1100px;
  width: 90%;
}
.example .inner .flex {
  display: flex;
  gap: 25px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 1000px) {
  .example .inner .flex {
    gap: 40px;
  }
}
.example .inner .flex .img {
  width: 100%;
  max-width: 340px;
}
.example .inner .button {
  margin-top: 45px;
}
@media (min-width: 1000px) {
  .example .inner .button {
    margin-top: 60px;
  }
}

.space {
  padding-top: 98px;
  position: relative;
}
@media (min-width: 1000px) {
  .space {
    padding-top: 130px;
  }
}
.space .inner {
  position: relative;
  margin: 0 auto;
  max-width: 1100px;
  width: 90%;
}
.space .inner .flex {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  padding-top: 0px;
  gap: 16.1818181818%;
}
@media (min-width: 1000px) {
  .space .inner .flex {
    padding-top: 0px;
  }
}
@media (min-width: 1000px) {
  .space .inner .flex {
    flex-direction: row;
    justify-content: flex-end;
  }
}
.space .inner .flex.reverse {
  margin-bottom: 42px;
}
@media (min-width: 1000px) {
  .space .inner .flex.reverse {
    flex-direction: row-reverse;
  }
}
.space .inner .flex.reverse .left .p {
  margin-top: 30px;
}
@media (min-width: 1000px) {
  .space .inner .flex.reverse .left .p {
    margin-top: 40px;
  }
}
.space .inner .flex .left {
  position: relative;
  width: 100%;
  padding-top: 30px;
}
@media (min-width: 1000px) {
  .space .inner .flex .left {
    padding-top: 0;
    width: 38.1818181818%;
  }
}
.space .inner .flex .left .deco {
  position: absolute;
  top: -40px;
  right: -70px;
  width: 103px;
  height: 61px;
  z-index: -1;
  scale: 0.7;
}
@media (min-width: 1000px) {
  .space .inner .flex .left .deco {
    scale: 1;
  }
}
.space .inner .flex .left .h2 {
  color: #333;
  font-family: Noto Serif JP;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2.24px;
}
@media (min-width: 750px) {
  .space .inner .flex .left .h2 {
    font-size: 28px;
    line-height: normal;
  }
}
.space .inner .flex .left .eng {
  margin-top: 10px;
  color: #436F13;
  font-family: Plantagenet Cherokee;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2px;
}
@media (min-width: 750px) {
  .space .inner .flex .left .eng {
    font-size: 14px;
    line-height: normal;
  }
}
.space .inner .flex .left .p {
  color: #333;
  font-family: Noto Sans JP;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 1.2px;
}
@media (min-width: 750px) {
  .space .inner .flex .left .p {
    font-size: 15px;
    line-height: 26px;
  }
}
.space .inner .flex .right {
  width: 100%;
}
@media (min-width: 1000px) {
  .space .inner .flex .right {
    width: 42%;
  }
}
.space .inner .flex .right .img {
  width: 100%;
}

.example {
  margin-top: 75px;
  padding-bottom: 75px;
  position: relative;
}
@media (min-width: 1000px) {
  .example {
    margin-top: 100px;
  }
}
@media (min-width: 1000px) {
  .example {
    padding-bottom: 100px;
  }
}
.example.brawn .color {
  background-color: #826826;
}
.example .color {
  position: absolute;
  left: 0;
  top: 55px;
  bottom: 0;
  width: 100%;
  background-color: #436F13;
}
.example .inner {
  position: relative;
  margin: 0 auto;
  max-width: 1100px;
  width: 90%;
}
.example .inner .flex {
  display: flex;
  gap: 25px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 1000px) {
  .example .inner .flex {
    gap: 40px;
  }
}
.example .inner .flex .img {
  width: 100%;
  max-width: 340px;
}
.example .inner .button {
  margin-top: 45px;
}
@media (min-width: 1000px) {
  .example .inner .button {
    margin-top: 60px;
  }
}

.type {
  position: relative;
  padding-top: 105px;
  padding-bottom: 105px;
}
@media (min-width: 1000px) {
  .type {
    padding-top: 140px;
  }
}
@media (min-width: 1000px) {
  .type {
    padding-bottom: 140px;
  }
}
.type .inner {
  position: relative;
  margin: 0 auto;
  max-width: 1100px;
  width: 90%;
}
.type .inner .icon {
  margin: 0 auto;
  display: block;
  width: 38px;
  height: 38px;
}
.type .inner .h2 {
  margin-top: 10px;
  color: #333;
  font-family: Noto Serif JP;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.08px;
  text-align: center;
}
@media (min-width: 750px) {
  .type .inner .h2 {
    font-size: 26px;
    line-height: normal;
  }
}
.type .inner .eng {
  margin-top: 10px;
  color: #436F13;
  text-align: center;
  font-family: Plantagenet Cherokee;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2.52px;
}
@media (min-width: 750px) {
  .type .inner .eng {
    font-size: 14px;
    line-height: normal;
  }
}
.type .inner .flex {
  margin-top: 30px;
  gap: 25px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (min-width: 1000px) {
  .type .inner .flex {
    margin-top: 40px;
  }
}
@media (min-width: 1000px) {
  .type .inner .flex {
    gap: 40px;
  }
}
.type .inner .flex .box {
  width: 340px;
}
.type .inner .flex .box .img {
  width: 100%;
}
.type .inner .flex .box .bold {
  padding-top: 12px;
  padding-bottom: 10px;
  color: #333;
  font-family: Noto Serif JP;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.44px;
  border-bottom: 2px solid #436F13;
}
@media (min-width: 750px) {
  .type .inner .flex .box .bold {
    font-size: 18px;
    line-height: normal;
  }
}
.type .inner .flex .box .p {
  margin-top: 10px;
  color: #333;
  font-family: Noto Sans JP;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 1.2px;
}
@media (min-width: 750px) {
  .type .inner .flex .box .p {
    font-size: 15px;
    line-height: 26px;
  }
}

.contact {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}
@media (min-width: 1000px) {
  .contact {
    padding-top: 80px;
  }
}
@media (min-width: 1000px) {
  .contact {
    padding-bottom: 80px;
  }
}
.contact .inner {
  position: relative;
  margin: 0 auto;
  padding: 30px 4%;
  max-width: 832px;
  width: 90%;
  background: rgba(255, 255, 255, 0.9);
}
@media (min-width: 1000px) {
  .contact .inner {
    padding: 40px 3%;
  }
}
.contact .inner .img {
  width: 58px;
  height: 30px;
  display: block;
  margin: 0 auto;
}
.contact .inner .deco {
  position: absolute;
  bottom: -20px;
  left: -45px;
  width: 187px;
  height: 187px;
  z-index: 1;
  scale: 0.6;
  display: none;
}
@media (min-width: 500px) {
  .contact .inner .deco {
    display: block;
    scale: 0.8;
    left: -65px;
  }
}
@media (min-width: 1000px) {
  .contact .inner .deco {
    bottom: -8px;
    left: -95px;
    scale: 1;
  }
}
.contact .inner .p {
  margin-top: 20px;
  color: #1E1E1E;
  text-align: center;
  font-family: Noto Serif JP;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 23px;
  letter-spacing: 1.44px;
}
@media (min-width: 750px) {
  .contact .inner .p {
    font-size: 18px;
    line-height: 31px;
  }
}
.contact .inner .borderline {
  margin: 0 auto;
  width: 50px;
  margin-top: 20px;
  border-bottom: 2px solid #1e1e1e;
}
.contact .inner .flex {
  margin: 0 auto;
  margin-top: 23px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 1000px) {
  .contact .inner .flex {
    margin-top: 30px;
  }
}
@media (min-width: 750px) {
  .contact .inner .flex {
    flex-direction: row;
    transform: translateX(30px);
    gap: 80px;
  }
}
.contact .inner .flex .link {
  display: flex;
}
.contact .inner .flex .link .p {
  margin-top: 0;
  color: #1E1E1E;
  font-family: Shippori Mincho;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 1.44px;
}
.contact .inner .flex .link .num {
  color: #1E1E1E;
  font-family: Shippori Mincho;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 2.4px;
}
.contact .inner .flex .button {
  border: 1px solid #1E1E1E;
  gap: 4px;
}
.contact .inner .flex .button .img {
  width: 20px;
  height: 20px;
  margin: 0;
  margin-top: 3px;
}
.contact .inner .flex .button.white {
  background-color: white;
}
.contact .inner .flex .button.white .buttonP {
  color: #1E1E1E;
}
.contact .inner .flex .button.white:hover {
  filter: brightness(100%);
  background-color: rgba(66, 111, 19, 0.4117647059);
}

.care {
  position: relative;
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #F2F2F2;
}
@media (min-width: 1000px) {
  .care {
    padding-top: 140px;
  }
}
@media (min-width: 1000px) {
  .care {
    padding-bottom: 140px;
  }
}
.care .inner {
  position: relative;
  margin: 0 auto;
  max-width: 1100px;
  width: 90%;
}
.care .inner .decoLeft {
  position: absolute;
  top: 0px;
  left: -22%;
  width: 285px;
  height: 80px;
  z-index: 1;
  scale: 0.5;
}
@media (min-width: 750px) {
  .care .inner .decoLeft {
    top: 0;
    left: 12%;
  }
}
@media (min-width: 1000px) {
  .care .inner .decoLeft {
    scale: 1;
  }
}
.care .inner .decoRight {
  position: absolute;
  top: 0px;
  right: -22%;
  width: 285px;
  height: 80px;
  z-index: 1;
  scale: 0.5;
}
@media (min-width: 750px) {
  .care .inner .decoRight {
    top: 0;
    right: 12%;
  }
}
@media (min-width: 1000px) {
  .care .inner .decoRight {
    scale: 1;
  }
}
.care .inner .h2 {
  position: relative;
  color: #333;
  text-align: center;
  font-family: Noto Serif JP;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.08px;
  z-index: 3;
}
@media (min-width: 750px) {
  .care .inner .h2 {
    font-size: 26px;
    line-height: normal;
  }
}
.care .inner .eng {
  position: relative;
  z-index: 3;
  margin-top: 10px;
  color: #436F13;
  text-align: center;
  font-family: Plantagenet Cherokee;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2.52px;
}
@media (min-width: 750px) {
  .care .inner .eng {
    font-size: 14px;
    line-height: normal;
  }
}
.care .inner .p {
  margin-top: 62px;
  margin-bottom: 60px;
  color: #333;
  text-align: center;
  font-family: Noto Sans JP;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 1.2px;
}
@media (min-width: 1000px) {
  .care .inner .p {
    margin-top: 82px;
  }
}
@media (min-width: 1000px) {
  .care .inner .p {
    margin-bottom: 80px;
  }
}
@media (min-width: 750px) {
  .care .inner .p {
    font-size: 15px;
    line-height: 28px;
  }
}
.care .inner .borderline {
  border-bottom: 1px solid #356830;
}
.care .inner .flex {
  display: flex;
  flex-direction: column;
  padding-top: 30px;
  padding-bottom: 30px;
  gap: 5.4545454545%;
}
@media (min-width: 1000px) {
  .care .inner .flex {
    padding-top: 40px;
  }
}
@media (min-width: 1000px) {
  .care .inner .flex {
    padding-bottom: 40px;
  }
}
@media (min-width: 1000px) {
  .care .inner .flex {
    flex-direction: row;
  }
}
.care .inner .flex .left {
  width: 100%;
}
@media (min-width: 1000px) {
  .care .inner .flex .left {
    width: 30.9090909091%;
  }
}
.care .inner .flex .left .img {
  width: 100%;
}
.care .inner .flex .right {
  width: 100%;
  padding-top: 30px;
}
@media (min-width: 1000px) {
  .care .inner .flex .right {
    padding-top: 0;
    width: 63.6363636364%;
  }
}
.care .inner .flex .right .h3 {
  color: #333;
  font-family: Noto Serif JP;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.6px;
  text-align: left;
}
@media (min-width: 750px) {
  .care .inner .flex .right .h3 {
    font-size: 20px;
    line-height: normal;
  }
}
.care .inner .flex .right .p {
  margin-top: 20px;
  margin-bottom: 0;
  text-align: left;
  color: #333;
  font-family: Noto Sans JP;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 1.2px;
}
@media (min-width: 750px) {
  .care .inner .flex .right .p {
    font-size: 15px;
    line-height: 26px;
  }
}

.cultivation {
  padding-top: 105px;
  position: relative;
}
@media (min-width: 1000px) {
  .cultivation {
    padding-top: 140px;
  }
}
.cultivation .deco {
  position: absolute;
  top: 15px;
  left: -15px;
  width: 423px;
  height: 250px;
  z-index: -1;
  scale: 0.7;
}
@media (min-width: 1000px) {
  .cultivation .deco {
    scale: 1;
  }
}
.cultivation .inner {
  position: relative;
  margin: 0 auto;
  max-width: 1100px;
  width: 90%;
}
.cultivation .inner .h2 {
  color: #333;
  text-align: center;
  font-family: Noto Serif JP;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.92px;
}
@media (min-width: 750px) {
  .cultivation .inner .h2 {
    font-size: 24px;
    line-height: normal;
  }
}
.cultivation .inner .eng {
  margin-top: 10px;
  color: #436F13;
  text-align: center;
  font-family: Plantagenet Cherokee;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2.52px;
}
@media (min-width: 750px) {
  .cultivation .inner .eng {
    font-size: 14px;
    line-height: normal;
  }
}
.cultivation .inner .flex {
  display: flex;
  flex-direction: column-reverse;
  padding-top: 45px;
  gap: 7.5454545455%;
}
@media (min-width: 1000px) {
  .cultivation .inner .flex {
    padding-top: 60px;
  }
}
@media (min-width: 1000px) {
  .cultivation .inner .flex {
    flex-direction: row;
    justify-content: flex-end;
  }
}
.cultivation .inner .flex .left {
  width: 100%;
  padding-top: 30px;
}
@media (min-width: 1000px) {
  .cultivation .inner .flex .left {
    padding-top: 0;
    width: 42.7272727273%;
  }
}
.cultivation .inner .flex .left .bold {
  color: #333;
  font-family: Noto Serif JP;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 1.6px;
}
@media (min-width: 750px) {
  .cultivation .inner .flex .left .bold {
    font-size: 20px;
    line-height: 37px;
  }
}
.cultivation .inner .flex .left .p {
  margin-top: 30px;
  color: #333;
  font-family: Noto Sans JP;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 1.2px;
}
@media (min-width: 1000px) {
  .cultivation .inner .flex .left .p {
    margin-top: 40px;
  }
}
@media (min-width: 750px) {
  .cultivation .inner .flex .left .p {
    font-size: 15px;
    line-height: 30px;
  }
}
.cultivation .inner .flex .right {
  width: 100%;
}
@media (min-width: 1000px) {
  .cultivation .inner .flex .right {
    width: 44.5454545455%;
  }
}
.cultivation .inner .flex .right .img {
  width: 100%;
}
.cultivation .inner .bottom {
  display: flex;
  flex-direction: column-reverse;
  padding-top: 75px;
  gap: 11.4545454545%;
}
@media (min-width: 1000px) {
  .cultivation .inner .bottom {
    padding-top: 100px;
  }
}
@media (min-width: 1000px) {
  .cultivation .inner .bottom {
    flex-direction: row-reverse;
  }
}
.cultivation .inner .bottom .left {
  width: 100%;
  padding-top: 30px;
}
@media (min-width: 1000px) {
  .cultivation .inner .bottom .left {
    padding-top: 0;
    width: 42.7272727273%;
  }
}
.cultivation .inner .bottom .left .bold {
  color: #333;
  font-family: Noto Serif JP;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 1.6px;
}
@media (min-width: 750px) {
  .cultivation .inner .bottom .left .bold {
    font-size: 20px;
    line-height: 37px;
  }
}
.cultivation .inner .bottom .left .p {
  margin-top: 0;
  color: #333;
  font-family: Noto Sans JP;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 1.2px;
}
@media (min-width: 750px) {
  .cultivation .inner .bottom .left .p {
    font-size: 15px;
    line-height: 30px;
  }
}
.cultivation .inner .bottom .right {
  width: 100%;
}
@media (min-width: 1000px) {
  .cultivation .inner .bottom .right {
    width: 44.7272727273%;
  }
}
.cultivation .inner .bottom .right .img {
  width: 100%;
}