@media screen and (max-width: 767px) {
  .pageTitle {
    padding-top: 82px;
  }
}
.leadbox {
  max-width: 880px;
  border-radius: 20px;
  margin: 80px auto 40px;
  padding: 35px 40px 40px;
  background-color: #fff;
  position: relative;
  font-size: 2rem;
  line-height: 2.222;
}
.leadbox::before {
  content: "";
  position: absolute;
  left: 26px;
  bottom: 100%;
  width: 68px;
  height: 56px;
  background: url(../img/icon-tree.svg) no-repeat 0 0;
  background-size: 68px auto;
}
.leadbox p + p {
  margin-top: 1.4em;
}
.leadbox em {
  font-style: normal;
  font-weight: bold;
  font-size: 2.2rem;
  color: #e69500;
}
@media screen and (max-width: 767px) {
  .leadbox {
    margin: 50px 10px 5px;
    padding: 25px 15px;
    line-height: 2.25;
    font-size: 1.8rem;
  }
  .leadbox::before {
    width: 48px;
    height: 39px;
    background-size: 48px auto;
    left: 13px;
  }
  .leadbox p + p {
    margin-top: 0.75em;
  }
  .leadbox em {
    font-size: 2rem;
  }
}

.aboutTree {
  background-color: #D2FFDC;
  padding-bottom: 174px;
  margin-top: 150px;
}
.aboutTree .treebox {
  position: relative;
  background-color: #D2FFDC;
  background-image: url(../img/bird.svg), linear-gradient(0deg, #d2ffdc 0%, #fff 21.7808%, #fff 68.4665%, #d2ffdc 100%);
  background-position: calc(50% - 409px) 56px, 0 162px;
  background-size: auto, 100% 780px;
  background-repeat: no-repeat;
  padding-top: 82px;
}
.aboutTree .tree {
  max-width: 980px;
  margin: 0 auto;
  padding-right: 6px;
  text-align: right;
  position: relative;
}
.aboutTree .tree div {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 858px;
  width: 100%;
}
.aboutTree .sun {
  position: absolute;
  top: 20px;
  right: 50%;
  transform: translateX(50%);
  width: 980px;
  padding-right: 20px;
  text-align: right;
}
.aboutTree .person {
  position: absolute;
  top: 598px;
  right: 50%;
  transform: translateX(50%);
  width: 100%;
  background: url(../img/tree-btm.png) repeat-x center bottom;
  padding-bottom: 110px;
}
.aboutTree .person > .inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 980px;
  margin: 0 auto;
}
.aboutTree .person p {
  flex: 0 0 auto;
}
.aboutTree .person p:last-child {
  margin-right: 24px;
  margin-bottom: 36px;
}
@media screen and (max-width: 767px) {
  .aboutTree {
    margin-top: 70px;
    padding-bottom: 134px;
  }
  .aboutTree .treebox {
    background-position: 3.2% 62px, 0 109px;
    background-size: 28px auto, 100% 312px;
    padding-top: 74px;
  }
  .aboutTree .tree {
    padding: 0;
  }
  .aboutTree .tree h3 {
    max-width: 375px;
    padding-left: 10px;
    margin: 0 auto;
  }
  .aboutTree .tree div {
    text-align: center;
    right: 0;
    top: auto;
    bottom: -10%;
  }
  .aboutTree .sun {
    padding-right: 12px;
    top: 25px;
    max-width: 375px;
    width: 100%;
  }
  .aboutTree .person {
    background-image: url(../img/tree-btm-sp.png);
    background-size: 768px auto;
    top: 280px;
    padding-bottom: 117px;
  }
  .aboutTree .person > .inner {
    max-width: 375px;
  }
  .aboutTree .person p {
    flex-shrink: 1;
  }
  .aboutTree .person p:last-child {
    margin-bottom: 12px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 360px) {
  .aboutTree .person {
    top: 275px;
  }
}
@media screen and (max-width: 320px) {
  .aboutTree .person {
    top: 250px;
    padding-bottom: 126px;
  }
}

.torikumi {
  padding: 68px 0 98px;
}
.torikumiList {
  list-style: none;
  max-width: 980px;
  margin: 56px auto 0;
}
.torikumiList > li {
  background-color: #fff;
  position: relative;
  padding: 30px 20px 20px;
  border-radius: 20px;
}
.torikumiList > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: -10px;
  width: 100%;
  height: 27px;
  background-image: url(../img/memo-left.svg), url(../img/memo-right.svg);
  background-position: left 9px top, right 9px top;
  background-repeat: no-repeat;
  background-size: auto 27px;
}
.torikumiList > li + li {
  margin-top: 70px;
}
.torikumi em {
  font-style: normal;
  font-weight: bold;
  color: #e69500;
}
.torikumi .box01 {
  display: flex;
  align-items: center;
  background: url(../img/sprout.svg) no-repeat right 6px bottom, url(../img/line.svg) no-repeat center bottom;
  background-size: auto, auto 2px;
}
.torikumi .box01 h3 {
  flex: 0 0 194px;
}
.torikumi .box01 div {
  flex: 0 0 680px;
  margin-left: 35px;
  font-size: 1.7rem;
  line-height: 2;
}
.torikumi .box01 em {
  font-size: 1.9rem;
}
.torikumi .box02 {
  display: flex;
  align-items: center;
  margin-top: 15px;
  padding-left: 30px;
  font-size: 1.6rem;
  line-height: 1.625;
}
.torikumi .box02 .photo {
  flex: 0 0 auto;
  margin-left: 40px;
}
.torikumi .box02 .photo div + div {
  margin-top: 10px;
}
.torikumi .box02 .photo img {
  border-radius: 20px;
}
.torikumi .box02 ul {
  flex: 1 0 0%;
  list-style: none;
}
.torikumi .box02 li {
  position: relative;
  padding-left: 16px;
}
.torikumi .box02 li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid #998675;
  background-color: #d2f563;
}
.torikumi .box02 li + li {
  margin-top: 12px;
}
.torikumi .box02 em {
  font-size: 1.8rem;
}
.torikumi ul.box02 {
  display: block;
  margin-top: 48px;
  list-style: none;
  padding-right: 30px;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .torikumi {
    padding: 50px 10px 80px;
  }
  .torikumiList {
    margin-top: 40px;
  }
  .torikumiList > li {
    padding: 10px 10px 30px;
  }
  .torikumiList > li + li {
    margin-top: 40px;
  }
  .torikumi .box01 {
    display: block;
    background-size: 32px 20px, auto 2px;
  }
  .torikumi .box01 h3 {
    text-align: center;
    background: url(../img/line.svg) no-repeat center bottom;
    background-size: auto 2px;
  }
  .torikumi .box01 div {
    margin-left: 0;
    padding: 24px 5px 26px;
    font-size: 1.6rem;
  }
  .torikumi .box01 em {
    font-size: 1.8rem;
  }
  .torikumi .box02 {
    display: block;
    margin-top: 30px;
    padding: 0 5px;
    font-size: 1.5rem;
    line-height: 1.733;
  }
  .torikumi .box02 .photo {
    margin-top: 35px;
    margin-left: 0;
  }
  .torikumi .box02 .photo img {
    width: 100%;
  }
  .torikumi .box02 li::before {
    top: 0.6em;
  }
  .torikumi .box02 li + li {
    margin-top: 16px;
  }
  .torikumi .box02 em {
    font-size: 1.7rem;
  }
  .torikumi ul.box02 {
    margin-top: 30px;
    padding-right: 5px;
    padding-bottom: 0;
  }
}