/* CSS Document */
/*色*/
/*フォント*/
/* CSS Document */
h1.title {
  background-color: #fbf2df;
  text-align: center;
  padding: 40px 0;
  color: #87755E;
  margin-bottom: 40px;
}
h1.title .maintitle {
  line-height: 8rem;
  font-size: 8rem;
  letter-spacing: 0.01em;
  font-weight: 800;
}
h1.title .subtitle {
  background-color: #fbf2df;
}
h1.title .subtitle p {
  font-family: "Zen Kaku Gothic";
  font-weight: 500;
  font-size: 2.4rem;
}
main {
  margin-bottom: 80px;
}
p.lead {
  font-family: "Zen Kaku Gothic";
  font-weight: 500;
  font-size: 2rem;
  text-align: center;
  color: #87755E;
  margin-bottom: 40px;
}
#benefit .bg-w, #benefit .bg-color {
  padding: 45px 0 40px;
}
#benefit h2 {
  color: #5d9f16;
  font-size: 3.6rem;
  letter-spacing: 0.01em;
  display: flex;
  justify-content: center;
  text-align: center;
}
#benefit h2 span {
  display: inline-block;
  position: relative;
}
#benefit h2 span:before {
  color: #fff;
  border-radius: 50%;
  background: #5d9f16;
  width: 62px;
  height: 62px;
  line-height: 62px;
  font-size: 3rem;
  display: block;
  letter-spacing: 0.01em;
  text-align: center;
  font-weight: 800;
  position: absolute;
  top: -20px;
  left: -70px;
}
#benefit h2 span:after {
  position: absolute;
  transform: rotate(20deg);
  top: 15px;
  width: 0;
  height: 0;
  left: -12px;
  content: '';
  border-width: 7px 0 7px 12px;
  border-style: solid;
  border-color: transparent transparent transparent #5d9f16;
}
#benefit h2.no1 span:before {
  content: "1";
}
#benefit h2.no2 span:before {
  content: "2";
}
#benefit h2.no3 span:before {
  content: "3";
}
#benefit h2.no4 span:before {
  content: "4";
}
#benefit h2.no5 span:before {
  content: "5";
}
#benefit span.border {
  width: 100px;
  height: 2px;
  margin: 10px auto 30px;
  background: #5d9f16;
  display: block;
}
#support h2 {
  font-size: 3.3rem;
  letter-spacing: 0.02em;
  text-align: center;
  color: #5d9f16;
  border-bottom: 2px solid #5d9f16;
}
#support .support-box {
  padding: 20px 0 60px;
  position: relative;
  min-height: 400px;
}
#support .support-box .image-box {
  position: absolute;
}
#support .support-box .image-box img {
  width: 433px;
  max-width: 100%;
  border-radius: 10px;
}
#support .support-box .text-box {
  width: 709px;
  border-radius: 10px;
  background: #E7F5E8;
  z-index: 100;
  position: relative;
  opacity: 0.87;
}
#support .support-box .text-box p {
  margin-top: 35px;
  padding: 25px 20px;
}
#support .support-box.right .image-box {
  top: 25px;
  left: 0;
}
#support .support-box.right .text-box {
  margin: 0 0 0 auto;
}
#support .support-box.left .image-box {
  top: 25px;
  right: 0;
}
#support .support-box.left .text-box {
  margin: 0 auto 0 0;
}
#value h2 {
  font-weight: 500;
  font-size: 3rem;
  color: #5d9f16;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
#value h2 span {
  text-align: center;
  padding: 12px 12px 12px 27px;
  border: solid 1px #5d9f16;
  display: inline-block;
}
#value h2:before {
  background: #5d9f16;
  width: 33px;
  height: 33px;
  text-align: center;
  line-height: 33px;
  font-weight: 500;
  font-size: 1.8rem;
  margin-right: -16.5px;
  color: #fff;
  border-radius: 50%;
  position: relative;
}
#value h2.no1:before {
  content: "1";
}
#value h2.no2:before {
  content: "2";
}
#value h2.no3:before {
  content: "3";
}
#value h2.no4:before {
  content: "4";
}
#value h2.no5:before {
  content: "5";
}
#value .col-md-4 {
  text-align: center;
}
#staff div.col-md-4 p {
  border: solid 3px #876827;
  text-align: center;
  padding: 30px 15px;
  border-radius: 10px;
  font-family: "Zen Kaku Gothic";
  color: #876827;
  background: #fff;
  margin-bottom: 2em;
}
#staff div.col-md-4 p span {
  background: #876827;
  width: 100px;
  margin: 1em auto;
  height: 2px;
  display: block;
}
#staff dl {
  border-top: 1px dotted #563200;
  margin-top: 38px;
}
#staff dl dt {
  color: #876827;
  font-size: 1.7rem;
  font-weight: 500;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  padding-top: 12px;
}
#staff dl dt span {
  font-weight: 700;
  color: #FFF;
  display: inline-block;
  width: 34px;
  height: 34px;
  background: #876827;
  margin-right: 14px;
  text-align: center;
  flex-shrink: 0;
  line-height: 34px;
  border-radius: 50%;
}
#staff dl dd {
  font-size: 1.7rem;
  color: #876827;
  font-weight: 500;
  padding-bottom: 12px;
  border-bottom: 1px dotted #87755E;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
#staff dl dd span {
  font-weight: 400;
  color: #fff;
  display: inline-block;
  width: 34px;
  height: 34px;
  background-color: #ff9900;
  margin-right: 14px;
  text-align: center;
  flex-shrink: 0;
  line-height: 34px;
  border-radius: 50%;
}
@media (max-width: 768px) {
  /* CSS Document */
  h1.title {
    padding: 20px 0;
    margin-bottom: 20px;
  }
  h1.title .maintitle {
    line-height: 6rem;
    font-size: 6rem;
  }
  h1.title .subtitle p {
    font-size: 1.8rem;
  }
  main {
    margin-bottom: 40px;
  }
  p.lead {
    font-family: "Zen Old Mincho";
    font-weight: 500;
    font-size: 1.6rem;
    margin-bottom: 20px;
  }    
  #benefit .bg-w, #benefit .bg-color {
    padding: 35px 0 30px;
  }
  #benefit h2 {
    margin-top: 20px;
    font-size: 2rem;
  }
  #benefit h2 span:before {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 2rem;
    top: 0px;
    left: -35px;
  }
  #support h2 {
    font-size: 2.2rem;
    letter-spacing: 0.01em;
  }
  #support .support-box {
    padding: 20px 0;
    position: inherit;
  }
  #support .support-box .image-box {
    position: inherit;
  }
  #support .support-box .text-box {
    width: 100%;
    border-radius: 10px;
    background: #E7F5E8;
    z-index: 100;
    position: inherit;
    opacity: 0.87;
  }
  #support .support-box .text-box p {
    margin-top: 10px;
    padding: 15px 10px;
  }
  #support .support-box.right .image-box {
    top: 25px;
    left: 0;
  }
  #support .support-box.right .text-box {
    margin: 0 0 0 auto;
  }
  #support .support-box.left .image-box {
    top: 25px;
    right: 0;
  }
  #support .support-box.left .text-box {
    margin: 0 auto 0 0;
  }
  #value h2 {
    margin: 20px 0;
    font-size: 1.6rem;
  }
  #value h2 span {
    text-align: center;
    padding: 5px 5px 5px 27px;
  }
  #value h2:before {
    background: #5d9f16;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 1.6rem;
    margin-right: -15px;
    flex-shrink: 0;
  }
  #staff dl {
    margin-top: 18px;
  }
  #staff dl dt {
    align-items: flex-start;
  }
  #staff dl dd {
    align-items: flex-start;
    font-size: 1.5rem;
    font-weight: 400;
  }
}