/* ------------------------------
 width: all
------------------------------ */
header .wrapper .gnav ul li:nth-child(5) a {
  color: #83b717;
}
header .wrapper .gnav ul li:nth-child(5) a span {
  color: #83b717;
}

main section.s01 {
  width: 1226px;
  margin: 0 auto;
}
main section.s01 .wrapper {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
main section.s01 .wrapper .photo {
  width: 543px;
  display: block;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
main section.s01 .wrapper .txtbox {
  width: 613px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
main section.s01 .wrapper .txtbox .t00 {
  font-size: 13px;
  line-height: 190%;
}
main section.s01 .wrapper .txtbox ul {
  border: 1px solid #2e3033;
  padding: 16px 28px;
  margin-top: 60px;
}
main section.s01 .wrapper .txtbox ul li {
  font-size: 16px;
  line-height: 200%;
  padding-left: 20px;
  background-image: url(../../images/su0102.png);
  background-size: 12px auto;
  background-position: top 11px left 0;
  background-repeat: no-repeat;
}
main section.s01 .wrapper .txtbox .t02 {
  font-size: 13px;
  line-height: 190%;
  margin-top: 30px;
}
main section.s01 .wrapper .txtbox .t02 .span01 {
  color: #83b717;
  font-weight: bold;
}
main section.s02 {
  margin: 130px auto 0;
  width: 1226px;
}
main section.s02 .wrapper .t00 {
  font-size: 14px;
  font-weight: 500;
  color: #83b717;
}
main section.s02 .wrapper h3 {
  font-size: 36px;
  font-weight: 500;
  margin-top: 30px;
  line-height: 160%;
}
main section.s02 .wrapper ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px;
  margin-top: 80px;
}
main section.s02 .wrapper ul li {
  width: calc(50% - 30px);
  background-color: #f2f2f2;
  padding: 60px 50px;
  background-size: auto 86px;
  background-repeat: no-repeat;
  background-position: right 20px bottom 20px;
}
main section.s02 .wrapper ul li.li01 {
  background-image: url(../../images/su0201.svg);
}
main section.s02 .wrapper ul li.li02 {
  background-image: url(../../images/su0202.svg);
}
main section.s02 .wrapper ul li.li03 {
  background-image: url(../../images/su0203.svg);
}
main section.s02 .wrapper ul li.li04 {
  background-image: url(../../images/su0204.svg);
}
main section.s02 .wrapper ul li .t01 {
  font-size: 16px;
  font-weight: 500;
}
main section.s02 .wrapper ul li .t02 {
  color: #83b717;
  font-size: 28px;
  font-weight: 500;
  margin-top: 10px;
}
main section.s02 .wrapper ul li .t03 {
  font-size: 13px;
  line-height: 190%;
  margin-top: 30px;
}
main section.s03 {
  margin-top: 130px;
  background-image: url(../../images/su0301.jpg);
  background-size: cover;
  background-position: center center;
  padding: 55px 0;
}
main section.s03 .wrapper {
  width: 1226px;
  margin: 0 auto;
}
main section.s03 .wrapper .txtbox {
  width: 50%;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 50px 60px;
}
main section.s03 .wrapper .txtbox .t01 {
  font-size: 16px;
  font-weight: 500;
}
main section.s03 .wrapper .txtbox h4 {
  font-size: 28px;
  font-weight: 500;
  margin-top: 10px;
  padding-bottom: 30px;
  border-bottom: 3px dotted #b3b3b3;
}
main section.s03 .wrapper .txtbox .t02 {
  font-size: 13px;
  line-height: 190%;
  margin-top: 30px;
}
main section.s03 .wrapper .txtbox dl {
  padding-left: 35px;
  border-left: 4px solid #83b717;
  margin-top: 30px;
}
main section.s03 .wrapper .txtbox dl dt {
  font-size: 22px;
  line-height: 190%;
  color: #83b717;
  font-weight: 500;
  line-height: 100%;
}
main section.s03 .wrapper .txtbox dl dd {
  font-size: 13px;
  line-height: 190%;
  margin-top: 10px;
}
main section.s03 .wrapper .txtbox .t03 {
  font-size: 13px;
  line-height: 190%;
  margin-top: 35px;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  main section.s01 {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }
  main section.s01 .wrapper {
    display: block;
  }
  main section.s01 .wrapper .photo {
    width: 100%;
    display: block;
  }
  main section.s01 .wrapper .txtbox {
    width: 100%;
    margin-top: 35px;
  }
  main section.s01 .wrapper .txtbox .t00 {
    font-size: 13px;
    line-height: 190%;
  }
  main section.s01 .wrapper .txtbox ul {
    border: 1px solid #2e3033;
    padding: 16px 20px;
    margin-top: 35px;
  }
  main section.s01 .wrapper .txtbox ul li {
    font-size: 14px;
    line-height: 200%;
    padding-left: 20px;
    background-image: url(../../images/su0102.png);
    background-size: 12px auto;
    background-position: top 8px left 0;
    background-repeat: no-repeat;
  }
  main section.s01 .wrapper .txtbox ul li + li {
    margin-top: 10px;
  }
  main section.s01 .wrapper .txtbox .t02 {
    font-size: 13px;
    line-height: 190%;
    margin-top: 35px;
  }
  main section.s01 .wrapper .txtbox .t02 .span01 {
    color: #83b717;
    font-weight: bold;
  }
  main section.s02 {
    margin: 80px auto 0;
    width: 100%;
    padding: 0 20px;
  }
  main section.s02 .wrapper .t00 {
    font-size: 12px;
    font-weight: 500;
    color: #83b717;
  }
  main section.s02 .wrapper h3 {
    font-size: 22px;
    font-weight: 500;
    margin-top: 25px;
    line-height: 160%;
  }
  main section.s02 .wrapper ul {
    display: block;
    margin-top: 45px;
  }
  main section.s02 .wrapper ul li {
    margin-top: 35px;
    width: 100%;
    background-color: #f2f2f2;
    padding: 30px 20px;
    background-size: auto 60px;
    background-repeat: no-repeat;
    background-position: right 20px bottom 20px;
  }
  main section.s02 .wrapper ul li.li01 {
    background-image: url(../../images/su0201.svg);
  }
  main section.s02 .wrapper ul li.li02 {
    background-image: url(../../images/su0202.svg);
  }
  main section.s02 .wrapper ul li.li03 {
    background-image: url(../../images/su0203.svg);
  }
  main section.s02 .wrapper ul li.li04 {
    background-image: url(../../images/su0204.svg);
  }
  main section.s02 .wrapper ul li .t01 {
    font-size: 14px;
    font-weight: 500;
  }
  main section.s02 .wrapper ul li .t02 {
    color: #83b717;
    font-size: 20px;
    font-weight: 500;
    margin-top: 25px;
  }
  main section.s02 .wrapper ul li .t03 {
    font-size: 13px;
    line-height: 190%;
    margin-top: 35px;
  }
  main section.s03 {
    margin-top: 80px;
    background-image: url(../../images/su0301.jpg);
    background-size: cover;
    background-position: center center;
    padding: 80px 20px;
  }
  main section.s03 .wrapper {
    width: 100%;
    margin: 0 auto;
  }
  main section.s03 .wrapper .txtbox {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 50px 20px;
  }
  main section.s03 .wrapper .txtbox .t01 {
    font-size: 14px;
    font-weight: 500;
  }
  main section.s03 .wrapper .txtbox h4 {
    font-size: 20px;
    font-weight: 500;
    margin-top: 5px;
    padding-bottom: 15px;
    border-bottom: 3px dotted #b3b3b3;
  }
  main section.s03 .wrapper .txtbox .t02 {
    font-size: 13px;
    line-height: 190%;
    margin-top: 25px;
  }
  main section.s03 .wrapper .txtbox dl {
    padding-left: 15px;
    border-left: 4px solid #83b717;
    margin-top: 35px;
  }
  main section.s03 .wrapper .txtbox dl dt {
    font-size: 18px;
    line-height: 190%;
    color: #83b717;
    font-weight: 500;
    line-height: 100%;
  }
  main section.s03 .wrapper .txtbox dl dd {
    font-size: 13px;
    line-height: 190%;
    margin-top: 25px;
  }
  main section.s03 .wrapper .txtbox .t03 {
    font-size: 13px;
    line-height: 190%;
    margin-top: 35px;
  }
}