@charset "UTF-8";
body {
  font-family: 'Noto Sans JP', sans-serif;
  -webkit-text-size-adjust: 100%;
}

p {
  color: #333;
  margin: 0;
  font-family: 'Noto Sans JP', sans-serif;
}

/*=================================================*/
/*選ばれる理由
/*=================================================*/
.reasonSection {
  width: 90%;
  max-width: 1100px;
  margin: 100px auto 160px;
}

@media (min-width: 1200px) {
  .reasonSection {
    width: 100%;
    margin: 188px auto;
  }
}

.reasonSection .reasonSectionUl .reasonSectionLi {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-flow: column;
  gap: 30px;
  margin-top: 80px;
}

@media (min-width: 1200px) {
  .reasonSection .reasonSectionUl .reasonSectionLi {
    margin-top: 120px;
    flex-flow: initial;
  }
}

@media (min-width: 1200px) {
  .reasonSection .reasonSectionUl .reasonSectionLi:nth-child(even) {
    flex-flow: row-reverse;
  }
}

.reasonSection .reasonSectionUl .reasonSectionLi:first-of-type {
  margin-top: 0;
}

.reasonSection .reasonSectionUl .reasonSectionLi .imgBox {
  position: relative;
  margin: auto;
}

@media (min-width: 769px) {
  .reasonSection .reasonSectionUl .reasonSectionLi .imgBox {
    width: 700px;
  }
}

@media (min-width: 1200px) {
  .reasonSection .reasonSectionUl .reasonSectionLi .imgBox {
    margin: 0;
    width: 500px;
  }
}

.reasonSection .reasonSectionUl .reasonSectionLi .imgBox .imgDeco {
  position: absolute;
}

.reasonSection .reasonSectionUl .reasonSectionLi .imgBox .imgDecoTree {
  top: -50px;
  left: -10px;
  width: 58.626px;
  height: 86px;
}

@media (min-width: 769px) {
  .reasonSection .reasonSectionUl .reasonSectionLi .imgBox .imgDecoTree {
    width: 78.626px;
    height: 106px;
  }
}

.reasonSection .reasonSectionUl .reasonSectionLi .imgBox .imgDecoRoundShapedTree {
  top: -37px;
  right: -17px;
  width: 47.5px;
  height: 71px;
}

@media (min-width: 769px) {
  .reasonSection .reasonSectionUl .reasonSectionLi .imgBox .imgDecoRoundShapedTree {
    top: -57px;
    width: 67.5px;
    height: 91px;
  }
}

.reasonSection .reasonSectionUl .reasonSectionLi .imgBox .imgDecoRoundTriangleTree {
  top: -31px;
  left: -7px;
  width: 37.5px;
  height: 61px;
}

@media (min-width: 769px) {
  .reasonSection .reasonSectionUl .reasonSectionLi .imgBox .imgDecoRoundTriangleTree {
    top: -51px;
    width: 67.5px;
    height: 91px;
  }
}

.reasonSection .reasonSectionUl .reasonSectionLi .imgBox .imgDecoBroadleafTree {
  top: -20px;
  right: -2px;
  width: 35.632px;
  height: 49px;
}

@media (min-width: 769px) {
  .reasonSection .reasonSectionUl .reasonSectionLi .imgBox .imgDecoBroadleafTree {
    top: -34px;
    width: 55.632px;
    height: 75px;
  }
}

.reasonSection .reasonSectionUl .reasonSectionLi .textBox {
  margin: auto;
}

@media (min-width: 769px) {
  .reasonSection .reasonSectionUl .reasonSectionLi .textBox {
    width: 700px;
  }
}

@media (min-width: 1200px) {
  .reasonSection .reasonSectionUl .reasonSectionLi .textBox {
    margin: 0;
    width: 500px;
  }
}

.reasonSection .reasonSectionUl .reasonSectionLi .textBox .titleBox {
  display: flex;
  align-items: center;
}

.reasonSection .reasonSectionUl .reasonSectionLi .textBox .titleBox .numberBox .number {
  color: #348702;
  font-family: 'Montserrat', sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 100;
  line-height: normal;
  letter-spacing: 7.2px;
  padding-right: 5px;
}

@media (min-width: 769px) {
  .reasonSection .reasonSectionUl .reasonSectionLi .textBox .titleBox .numberBox .number {
    font-size: 90px;
    padding-right: 20px;
  }
}

.reasonSection .reasonSectionUl .reasonSectionLi .textBox .titleBox .titleh2Box .titleh2 {
  color: #333;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.92px;
}

@media (min-width: 769px) {
  .reasonSection .reasonSectionUl .reasonSectionLi .textBox .titleBox .titleh2Box .titleh2 {
    font-size: 24px;
  }
}

.reasonSection .reasonSectionUl .reasonSectionLi .textBox .titleBox .titleh2Box .titleEn {
  color: #348702;
  font-family: 'Oswald', sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.12px;
}

@media (min-width: 769px) {
  .reasonSection .reasonSectionUl .reasonSectionLi .textBox .titleBox .titleh2Box .titleEn {
    font-size: 14px;
  }
}

.reasonSection .reasonSectionUl .reasonSectionLi .textBox .text {
  margin-top: 20px;
  color: #333;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 1.2px;
}
/*# sourceMappingURL=reason.css.map */