@charset "UTF-8";
/* ------------------------------
 width: all
------------------------------ */
main section.ttl_section h2 {
  color: #006837 !important;
}

main section.ttl_section .t01 {
  color: #8CC63F !important;
}

main section.ttl_section .pbbox .pb li a {
  background-color: #006837 !important;
}

main section.ttl_section .pbbox .pb li:nth-child(2) a {
  background-color: #8CC63F !important;
}

main section.ttl_section .pbbox .pb li:nth-child(3) a {
  background-color: #fff !important;
  color: #666666 !important;
}

main section.s01 {
  padding: 80px 40px;
}

main section.s01 .wrapper {
  max-width: 1000px;
  margin: 0 auto;
}

main section.s01 .wrapper h3 {
  font-size: 26px;
  color: #006837;
  position: relative;
  padding-left: 60px;
}

main section.s01 .wrapper h3::before {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background-color: #006837;
  position: absolute;
  top: 20px;
  left: 0;
}

main section.s01 .wrapper .t01 {
  color: #8CC63F;
  font-size: 18px;
  padding-left: 60px;
}

main section.s01 .wrapper dl {
  display: -webkit-flex;
  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;
}

main section.s01 .wrapper dl dt {
  width: 52%;
}

main section.s01 .wrapper dl dt .t02 {
  font-size: 32px;
  line-height: 50px;
  font-weight: 900;
  color: #006837;
  margin-top: 20px;
}

main section.s01 .wrapper dl dt .t03 {
  font-size: 16px;
  line-height: 200%;
  margin-top: 20px;
}

main section.s01 .wrapper dl dd {
  width: 43.6%;
  padding-top: 30px;
}

main section.s01 .wrapper dl dd img {
  width: 100%;
  display: block;
}

main section.s01 .wrapper dl dd p {
  font-size: 16px;
  text-align: right;
  margin-top: 10px;
}

main section.s01 .wrapper .t04 {
  color: #006837;
  font-size: 16px;
  font-weight: bold;
  margin-top: 80px;
}

main section.s01 .wrapper .flowbox {
  margin-top: 20px;
}

main section.s01 .wrapper .flowbox ul {
  display: -webkit-flex;
  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;
}

main section.s01 .wrapper .flowbox ul .li {
  width: 48%;
  background-color: #fff;
  border-radius: 10px;
  padding: 55px 40px 30px;
  position: relative;
}

main section.s01 .wrapper .flowbox ul .li .num {
  width: 50px;
  font-size: 20px;
  text-align: right;
  color: #8CC63F;
  position: absolute;
  top: 15px;
  right: 15px;
}

main section.s01 .wrapper .flowbox ul .li .icon {
  height: 72px;
}

main section.s01 .wrapper .flowbox ul .li .icon img {
  display: block;
  margin: 0 auto;
}

main section.s01 .wrapper .flowbox ul .li .t05 {
  text-align: center;
  color: #006837;
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
}

main section.s01 .wrapper .flowbox ul .li ul {
  display: block;
  margin-top: 40px;
}

main section.s01 .wrapper .flowbox ul .li ul li {
  padding-left: 15px;
  position: relative;
  margin-top: 15px;
}

main section.s01 .wrapper .flowbox ul .li ul li::before {
  content: "・";
  display: block;
  width: 20px;
  position: absolute;
  top: 0;
  left: 0;
  color: #006837;
}

main section.s01 .wrapper .flowbox ul .li ul li a {
  color: #006837;
}
main section.s01 .wrapper .flowbox ul .li ul li a img {
  width: 11.5px;
  vertical-align: top;
  margin: 5px 0 0 5px;
}

main section.s01 .wrapper .flowbox ul .li .t06 {
  font-size: 16px;
  margin-top: 15px;
  line-height: 170%;
}
main section.s01 .wrapper .flowbox ul .li a {
  color: #006837;
}
main section.s01 .wrapper .flowbox ul .li a img {
  width: 11.5px;
  vertical-align: top;
  margin: 5px 0 0 5px;
}

main section.s01 .wrapper .flowbox ul .li.li01 .icon img {
  height: 72px;
}

main section.s01 .wrapper .flowbox ul .li.li02 .icon img {
  height: 68px;
  padding-top: 2px;
}

main section.s03 {
  overflow: hidden;
}

main section.s03 .wrapper .pagemenu {
  width: 335px;
  height: 422px;
  position: fixed;
  top: 50%;
  right: 0;
  margin-top: -211px;
  padding: 50px 20px 0 100px;
  background-color: #fff;
  z-index: 100000;
  border-radius: 10px 0 0 10px;
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateX(270px);
  -ms-transform: translateX(270px);
  transform: translateX(270px);
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

main section.s03 .wrapper .pagemenu.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

main section.s03 .wrapper .pagemenu .icon {
  width: 12px;
  height: 129px;
  position: absolute;
  top: 50%;
  left: 30px;
  margin-top: -64px;
  cursor: pointer;
}

main section.s03 .wrapper .pagemenu .icon.active img {
  position: absolute;
  top: 0;
  left: 0;
}

main section.s03 .wrapper .pagemenu .icon.active img.open {
  opacity: 0;
}

main section.s03 .wrapper .pagemenu .icon.active img.close {
  opacity: 1;
}

main section.s03 .wrapper .pagemenu .icon img {
  display: block;
  height: 129px;
}

main section.s03 .wrapper .pagemenu .icon img.open {
  opacity: 1;
}

main section.s03 .wrapper .pagemenu .icon img.close {
  opacity: 0;
}

main section.s03 .wrapper .pagemenu .menubox .mainmenu {
  text-decoration: none;
  color: #006837;
  font-size: 18px;
}

main section.s03 .wrapper .pagemenu .menubox p {
  margin-top: 10px;
}

main section.s03 .wrapper .pagemenu .menubox p:first-child {
  margin-bottom: 5px;
}

main section.s03 .wrapper .pagemenu .menubox .submenu {
  text-decoration: none;
  color: #666666;
  font-size: 12px;
  padding-left: 20px;
  display: inline-block;
  line-height: 170%;
  position: relative;
}

main section.s03 .wrapper .pagemenu .menubox .submenu.active {
  color: #006837;
}

main section.s03 .wrapper .pagemenu .menubox .submenu img {
  width: 13px;
  display: inline-block;
  vertical-align: top;
  margin: 3px 0 0 5px;
}

main section.s03 .wrapper .pagemenu .menubox .submenu::before {
  content: "";
  display: block;
  width: 12px;
  height: 1px;
  background-color: #666666;
  position: absolute;
  top: 9px;
  left: 0;
}

/* ------------------------------
 width < $width-2
------------------------------ */
@media screen and (max-width: 800px) {
  main section.ttl_section .pbbox .pb {
    width: 538px;
  }
  main section.s01 {
    padding: 60px 17.5px 0 13.5px;
  }
  main section.s01 .wrapper {
    max-width: 1000px;
    margin: 0 auto;
  }
  main section.s01 .wrapper h3 {
    font-size: 17px;
    position: relative;
    padding-left: 45px;
  }
  main section.s01 .wrapper h3::before {
    content: "";
    display: block;
    width: 35px;
    height: 1px;
    position: absolute;
    top: 12px;
    left: 0;
  }
  main section.s01 .wrapper .t01 {
    font-size: 11px;
    padding-left: 45px;
  }
  main section.s01 .wrapper dl {
    display: block;
  }
  main section.s01 .wrapper dl dt {
    width: 100%;
  }
  main section.s01 .wrapper dl dt .t02 {
    font-size: 28px;
    line-height: 44px;
    font-weight: 900;
    color: #1C5BB0;
    margin-top: 20px;
  }
  main section.s01 .wrapper dl dt .t03 {
    font-size: 14px;
    line-height: 170%;
    margin-top: 20px;
  }
  main section.s01 .wrapper dl dd {
    width: 100%;
    padding-top: 35px;
    margin: 0 auto;
  }
  main section.s01 .wrapper dl dd img {
    width: 100%;
    display: block;
  }
  main section.s01 .wrapper dl dd p {
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
  }
  main section.s01 .wrapper .t04 {
    color: #006837;
    font-size: 16px;
    font-weight: bold;
    margin-top: 70px;
  }
  main section.s01 .wrapper .flowbox {
    margin-top: 20px;
  }
  main section.s01 .wrapper .flowbox ul {
    display: block;
  }
  main section.s01 .wrapper .flowbox ul .li {
    width: 100%;
    margin-top: 20px;
    background-color: #fff;
    border-radius: 10px;
    padding: 55px 25px 55px;
    position: relative;
  }
  main section.s01 .wrapper .flowbox ul .li .num {
    width: 50px;
    font-size: 20px;
    text-align: right;
    color: #8CC63F;
    position: absolute;
    top: 15px;
    right: 35px;
  }
  main section.s01 .wrapper .flowbox ul .li .icon {
    height: 72px;
  }
  main section.s01 .wrapper .flowbox ul .li .icon img {
    display: block;
    margin: 0 auto;
  }
  main section.s01 .wrapper .flowbox ul .li .t05 {
    text-align: center;
    color: #006837;
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
  }
  main section.s01 .wrapper .flowbox ul .li ul {
    display: block;
    margin-top: 40px;
  }
  main section.s01 .wrapper .flowbox ul .li ul li {
    padding-left: 15px;
    position: relative;
    margin-top: 15px;
  }
  main section.s01 .wrapper .flowbox ul .li ul li::before {
    content: "・";
    display: block;
    width: 20px;
    position: absolute;
    top: 0;
    left: 0;
    color: #006837;
  }
  main section.s01 .wrapper .flowbox ul .li ul li a {
    color: #006837;
  }
  main section.s01 .wrapper .flowbox ul .li .t06 {
    font-size: 16px;
    margin-top: 15px;
    line-height: 170%;
  }
  main section.s01 .wrapper .flowbox ul .li.li01 .icon img {
    height: 72px;
  }
  main section.s01 .wrapper .flowbox ul .li.li02 .icon img {
    height: 68px;
    padding-top: 2px;
  }
  main section.s03 {
    overflow: hidden;
  }
  main section.s03 .wrapper {
    padding-bottom: 40px;
  }
  main section.s03 .wrapper .pagemenu {
    width: 335px;
    height: 372px;
    position: fixed;
    top: 50%;
    right: 0;
    margin-top: -180px;
    padding: 100px 20px 0 100px;
    background-color: #fff;
    z-index: 100000;
    border-radius: 10px 0 0 10px;
    -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.15);
    -webkit-transform: translateX(270px);
    -ms-transform: translateX(270px);
    transform: translateX(270px);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
  }
  main section.s03 .wrapper .pagemenu.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  main section.s03 .wrapper .pagemenu .icon {
    width: 12px;
    height: 129px;
    position: absolute;
    top: 50%;
    left: 30px;
    margin-top: -64px;
    cursor: pointer;
  }
  main section.s03 .wrapper .pagemenu .icon.active img {
    position: absolute;
    top: 0;
    left: 0;
  }
  main section.s03 .wrapper .pagemenu .icon.active img.open {
    opacity: 0;
  }
  main section.s03 .wrapper .pagemenu .icon.active img.close {
    opacity: 1;
  }
  main section.s03 .wrapper .pagemenu .icon img {
    display: block;
    height: 129px;
  }
  main section.s03 .wrapper .pagemenu .icon img.open {
    opacity: 1;
  }
  main section.s03 .wrapper .pagemenu .icon img.close {
    opacity: 0;
  }
  main section.s03 .wrapper .pagemenu .menubox .mainmenu {
    text-decoration: none;
    color: #1C5BB0;
    font-size: 18px;
  }
  main section.s03 .wrapper .pagemenu .menubox p {
    margin-top: 10px;
  }
  main section.s03 .wrapper .pagemenu .menubox p:first-child {
    margin-bottom: 5px;
  }
  main section.s03 .wrapper .pagemenu .menubox .submenu {
    text-decoration: none;
    color: #666666;
    font-size: 12px;
    padding-left: 20px;
    display: inline-block;
    line-height: 170%;
    position: relative;
  }
  main section.s03 .wrapper .pagemenu .menubox .submenu.active {
    color: #1C5BB0;
  }
  main section.s03 .wrapper .pagemenu .menubox .submenu img {
    width: 13px;
    display: inline-block;
    vertical-align: top;
    margin: 3px 0 0 5px;
  }
  main section.s03 .wrapper .pagemenu .menubox .submenu::before {
    content: "";
    display: block;
    width: 12px;
    height: 1px;
    background-color: #666666;
    position: absolute;
    top: 9px;
    left: 0;
  }
  main section.s03 .wrapper .pagemenu02 {
    width: 335px;
    margin: 80px auto 0;
    padding: 30px 20px 25px;
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  }
  main section.s03 .wrapper .pagemenu02 .icon {
    width: 129px;
    height: 12px;
    margin: 0 auto 0;
    cursor: pointer;
    position: relative;
  }
  main section.s03 .wrapper .pagemenu02 .icon.active img.open {
    opacity: 0;
  }
  main section.s03 .wrapper .pagemenu02 .icon.active img.close {
    opacity: 1;
  }
  main section.s03 .wrapper .pagemenu02 .icon img {
    display: block;
    height: 129px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
    top: -60px;
    left: 57px;
  }
  main section.s03 .wrapper .pagemenu02 .icon img.open {
    opacity: 1;
  }
  main section.s03 .wrapper .pagemenu02 .icon img.close {
    opacity: 0;
  }
  main section.s03 .wrapper .pagemenu02 .menubox {
    padding-top: 10px;
    display: none;
  }
  main section.s03 .wrapper .pagemenu02 .menubox.active {
    display: block;
  }
  main section.s03 .wrapper .pagemenu02 .menubox .mainmenu {
    text-decoration: none;
    color: #006837;
    font-size: 18px;
  }
  main section.s03 .wrapper .pagemenu02 .menubox p {
    margin-top: 10px;
  }
  main section.s03 .wrapper .pagemenu02 .menubox p:first-child {
    margin-bottom: 5px;
  }
  main section.s03 .wrapper .pagemenu02 .menubox .submenu {
    text-decoration: none;
    color: #666666;
    font-size: 12px;
    padding-left: 20px;
    display: inline-block;
    line-height: 170%;
    position: relative;
  }
  main section.s03 .wrapper .pagemenu02 .menubox .submenu.active {
    color: #006837;
  }
  main section.s03 .wrapper .pagemenu02 .menubox .submenu img {
    width: 13px;
    display: inline-block;
    vertical-align: top;
    margin: 3px 0 0 5px;
  }
  main section.s03 .wrapper .pagemenu02 .menubox .submenu::before {
    content: "";
    display: block;
    width: 12px;
    height: 1px;
    background-color: #666666;
    position: absolute;
    top: 9px;
    left: 0;
  }
}
