/*--------------------------
breadcrumb
---------------------------*/
#breadcrumb {
  padding: 14px 0;
  background: #f7f7f7;
}
@media only screen and (max-width: 1024px) {
  #breadcrumb {
    padding: 20px 0;
  }
}
@media only screen and (max-width: 768px) {
  #breadcrumb {
    display: none;
  }
}
#breadcrumb .container {
  width: 90%;
  max-width: 1500px;
  min-width: 920px;
  margin: 0 auto;
  padding: 0;
}
#breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#breadcrumb ul li {
  position: relative;
}
#breadcrumb ul li a {
  color: #00af97;
  font-size: 14px;
  font-weight: 400;
}
#breadcrumb ul li a:hover {
  text-decoration: underline;
}
#breadcrumb ul li::after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  position: relative;
  top: 1px;
  margin: 0 10px;
}
#breadcrumb ul li:last-child a {
  color: #666;
  pointer-events: none;
}
#breadcrumb ul li:last-child::after {
  content: none;
  margin: 0 10px;
}

/*--------------------------
main_visual
---------------------------*/
#main_visual {
  position: relative;
  overflow: hidden;
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  #main_visual {
    height: auto;
  }
}
@media only screen and (max-width: 450px) {
  #main_visual {
    height: auto;
  }
}
#main_visual .container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 1024px;
  height: 260px;
}
@media only screen and (max-width: 768px) {
  #main_visual .container {
    width: 100%;
    min-width: 100%;
    height: 120px;
  }
}
#main_visual h1 {
  font-size: 40px;
  font-weight: 400;
  line-height: 140%;
  text-align: center;
  width: 640px;
  margin: 0 auto 60px;
  z-index: 1;
  position: relative;
}
@media only screen and (max-width: 1280px) {
  #main_visual h1 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 768px) {
  #main_visual h1 {
    font-size: 22px;
    line-height: 135%;
    width: 55%;
    padding: 20px 0 14px;
    margin: 0 auto 25px;
  }
}
@media only screen and (max-width: 450px) {
  #main_visual h1 {
    font-size: 20px;
    width: 70%;
  }
}
#main_visual h1::before, #main_visual h1::after {
  content: "";
  position: absolute;
  width: 480px;
  height: 10px;
  left: 50%;
  bottom: -20px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #ccc;
}
@media only screen and (max-width: 768px) {
  #main_visual h1::before, #main_visual h1::after {
    width: 64%;
    height: 5px;
    bottom: -4px;
  }
}
#main_visual h1::after {
  width: 200px;
  background-color: #00a040;
}
@media only screen and (max-width: 768px) {
  #main_visual h1::after {
    width: 40%;
  }
}
#main_visual .left_box {
  position: absolute;
  z-index: -1;
  top: -86px;
  left: -80px;
  -webkit-animation: 2s ani01;
          animation: 2s ani01;
}
@media only screen and (max-width: 1280px) {
  #main_visual .left_box {
    top: -70px;
  }
}
@media only screen and (max-width: 768px) {
  #main_visual .left_box {
    left: -50px;
    top: -38%;
  }
}
@media only screen and (max-width: 450px) {
  #main_visual .left_box {
    left: -32px;
    top: -8%;
  }
}
@media only screen and (max-width: 360px) {
  #main_visual .left_box {
    left: -28px;
    top: 0%;
  }
}
@media only screen and (max-width: 1280px) {
  #main_visual .left_box img {
    width: 380px;
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  #main_visual .left_box img {
    width: 200px;
  }
}
@media only screen and (max-width: 450px) {
  #main_visual .left_box img {
    width: 140px;
  }
}
@media only screen and (max-width: 360px) {
  #main_visual .left_box img {
    width: 120px;
  }
}
#main_visual .right_box {
  position: absolute;
  z-index: -1;
  -webkit-animation: 2s ani02;
          animation: 2s ani02;
  right: -80px;
}
@media only screen and (max-width: 1280px) {
  #main_visual .right_box {
    right: -60px;
  }
}
@media only screen and (max-width: 768px) {
  #main_visual .right_box {
    right: -40px;
    top: -38%;
  }
}
@media only screen and (max-width: 450px) {
  #main_visual .right_box {
    right: -30px;
    top: -8%;
  }
}
@media only screen and (max-width: 360px) {
  #main_visual .right_box {
    right: -22px;
    top: 0%;
  }
}
@media only screen and (max-width: 1280px) {
  #main_visual .right_box img {
    width: 380px;
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  #main_visual .right_box img {
    width: 200px;
  }
}
@media only screen and (max-width: 450px) {
  #main_visual .right_box img {
    width: 140px;
  }
}
@media only screen and (max-width: 360px) {
  #main_visual .right_box img {
    width: 120px;
  }
}
@-webkit-keyframes ani01 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes ani01 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@-webkit-keyframes ani02 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes ani02 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@media only screen and (max-width: 768px) {
  #main_visual {
    margin-bottom: 0;
  }
}

/*--------------------------
section01
---------------------------*/
#section01 {
  padding-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  #section01 {
    padding-bottom: 30px;
  }
}
#section01 h2 {
  color: #000;
  font-size: 30px;
  font-weight: 500;
  line-height: 135%;
  border-left: 8px solid #00a040;
  padding-left: 26px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  #section01 h2 {
    font-size: 20px;
    padding-left: 10px;
    border-left: 4px solid #00a040;
  }
}
@media only screen and (max-width: 768px) {
  #section01 h2 {
    margin-bottom: 20px;
  }
}

/*--------------------------
section02
---------------------------*/
#section02 {
  padding: 60px 0;
}
@media only screen and (max-width: 768px) {
  #section02 {
    padding: 30px 0;
  }
}
#section02 h2 {
  color: #000;
  font-size: 30px;
  font-weight: 500;
  line-height: 135%;
  border-left: 8px solid #00a040;
  padding-left: 26px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  #section02 h2 {
    font-size: 20px;
    padding-left: 10px;
    border-left: 4px solid #00a040;
  }
}
@media only screen and (max-width: 768px) {
  #section02 h2 {
    margin-bottom: 40px;
  }
}
#section02 .flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  #section02 .flex_box {
    display: block;
  }
}
#section02 .flex_box .left_box {
  position: relative;
  width: calc(50% - 20px);
  padding: 60px 20px;
  border: 6px solid #ccc;
  border-radius: 20px;
}
@media only screen and (max-width: 768px) {
  #section02 .flex_box .left_box {
    width: 100%;
    padding: 40px 20px;
    margin-bottom: 40px;
    border: 4px solid #ccc;
  }
}
#section02 .flex_box .left_box h3 {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 240px;
  height: 40px;
  top: -20px;
  left: 50%;
  font-size: 20px;
  font-weight: 400;
  color: #333;
  background: #ccc;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 768px) {
  #section02 .flex_box .left_box h3 {
    width: 200px;
    font-size: 16px;
  }
}
#section02 .flex_box .left_box .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  #section02 .flex_box .left_box .column {
    display: block;
  }
}
#section02 .flex_box .left_box .column .box {
  width: calc(50% - 10px);
}
@media only screen and (max-width: 768px) {
  #section02 .flex_box .left_box .column .box {
    width: 100%;
  }
  #section02 .flex_box .left_box .column .box:not(:last-child) {
    margin-bottom: 40px;
  }
}
#section02 .flex_box .left_box .column .box figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 140px;
  height: 140px;
  margin: 0 auto 16px;
  border-radius: 50%;
}
#section02 .flex_box .left_box .column .box figure.icon01 {
  background: #7252b5;
}
#section02 .flex_box .left_box .column .box figure.icon02 {
  background: #25a4ce;
}
#section02 .flex_box .left_box .column .box h4 {
  font-size: 20px;
  font-weight: 400;
  line-height: 135%;
  text-align: center;
  margin-bottom: 20px;
}
#section02 .flex_box .left_box .column .box .check_list li {
  position: relative;
  line-height: 135%;
  padding: 0 0 16px 22px;
  border-bottom: 1px solid #ccc;
}
@media only screen and (max-width: 768px) {
  #section02 .flex_box .left_box .column .box .check_list li {
    padding: 0 0 14px 20px;
  }
}
#section02 .flex_box .left_box .column .box .check_list li:not(:last-child) {
  margin-bottom: 16px;
}
@media only screen and (max-width: 768px) {
  #section02 .flex_box .left_box .column .box .check_list li:not(:last-child) {
    margin-bottom: 14px;
  }
}
#section02 .flex_box .left_box .column .box .check_list li::before, #section02 .flex_box .left_box .column .box .check_list li::after {
  position: absolute;
  content: "";
}
#section02 .flex_box .left_box .column .box .check_list li::before {
  width: 18px;
  height: 18px;
  left: 0;
  background: #00af97;
  border-radius: 50%;
}
@media only screen and (max-width: 768px) {
  #section02 .flex_box .left_box .column .box .check_list li::before {
    width: 16px;
    height: 16px;
  }
}
#section02 .flex_box .left_box .column .box .check_list li::after {
  width: 6px;
  height: 12px;
  top: 2px;
  left: 6px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media only screen and (max-width: 768px) {
  #section02 .flex_box .left_box .column .box .check_list li::after {
    width: 5px;
    height: 10px;
    left: 5px;
  }
}
#section02 .flex_box .right_box {
  position: relative;
  width: calc(50% - 20px);
  padding: 60px;
  border: 6px solid #ccc;
  border-radius: 20px;
}
@media only screen and (max-width: 768px) {
  #section02 .flex_box .right_box {
    width: 100%;
    padding: 40px 20px;
    border: 4px solid #ccc;
  }
}
#section02 .flex_box .right_box h3 {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 240px;
  height: 40px;
  top: -20px;
  left: 50%;
  font-size: 20px;
  font-weight: 400;
  color: #333;
  background: #ccc;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 768px) {
  #section02 .flex_box .right_box h3 {
    width: 200px;
    font-size: 16px;
  }
}
#section02 .flex_box .right_box figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 140px;
  height: 140px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: #ff7a00;
}
#section02 .flex_box .right_box h4 {
  font-size: 20px;
  font-weight: 400;
  line-height: 135%;
  text-align: center;
  margin-bottom: 20px;
}
#section02 .flex_box .right_box .check_list li {
  position: relative;
  line-height: 135%;
  padding: 0 0 16px 22px;
  border-bottom: 1px solid #ccc;
}
@media only screen and (max-width: 768px) {
  #section02 .flex_box .right_box .check_list li {
    padding: 0 0 14px 20px;
  }
}
#section02 .flex_box .right_box .check_list li:not(:last-child) {
  margin-bottom: 16px;
}
@media only screen and (max-width: 768px) {
  #section02 .flex_box .right_box .check_list li:not(:last-child) {
    margin-bottom: 14px;
  }
}
#section02 .flex_box .right_box .check_list li::before, #section02 .flex_box .right_box .check_list li::after {
  position: absolute;
  content: "";
}
#section02 .flex_box .right_box .check_list li::before {
  width: 18px;
  height: 18px;
  left: 0;
  background: #00af97;
  border-radius: 50%;
}
@media only screen and (max-width: 768px) {
  #section02 .flex_box .right_box .check_list li::before {
    width: 16px;
    height: 16px;
  }
}
#section02 .flex_box .right_box .check_list li::after {
  width: 6px;
  height: 12px;
  top: 2px;
  left: 6px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media only screen and (max-width: 768px) {
  #section02 .flex_box .right_box .check_list li::after {
    width: 5px;
    height: 10px;
    left: 5px;
  }
}

/*--------------------------
section03
---------------------------*/
#section03 {
  padding: 60px 0;
  background: #f7f7f7;
}
@media only screen and (max-width: 768px) {
  #section03 {
    padding: 30px 0;
  }
}
#section03 h2 {
  color: #000;
  font-size: 30px;
  font-weight: 500;
  line-height: 135%;
  border-left: 8px solid #00a040;
  padding-left: 26px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  #section03 h2 {
    font-size: 20px;
    padding-left: 10px;
    border-left: 4px solid #00a040;
  }
}
@media only screen and (max-width: 768px) {
  #section03 h2 {
    margin-bottom: 20px;
  }
}
#section03 .flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  #section03 .flex_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 40px;
  }
}
#section03 .flex_box .left_box {
  width: calc(55% - 20px);
}
@media only screen and (max-width: 768px) {
  #section03 .flex_box .left_box {
    width: 100%;
  }
}
#section03 .flex_box .left_box p:not(:last-child) {
  margin-bottom: 8px;
}
#section03 .flex_box .right_box {
  width: calc(45% - 20px);
}
@media only screen and (max-width: 768px) {
  #section03 .flex_box .right_box {
    width: 100%;
    margin-bottom: 20px;
  }
}
#section03 .flex_box .right_box figure img {
  display: block;
  width: 100%;
  height: auto;
}
#section03 .flow_list li {
  position: relative;
  padding: 60px 120px;
  background: #fff;
  border: 6px solid #00af97;
  border-radius: 20px;
}
@media only screen and (max-width: 768px) {
  #section03 .flow_list li {
    padding: 40px 20px;
    border: 4px solid #00af97;
  }
}
#section03 .flow_list li:not(:last-child) {
  margin-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  #section03 .flow_list li:not(:last-child) {
    margin-bottom: 60px;
  }
}
#section03 .flow_list li:not(:last-child)::after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -90px;
  border-top: 30px solid #00af97;
  border-right: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 30px solid transparent;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 768px) {
  #section03 .flow_list li:not(:last-child)::after {
    bottom: -60px;
    border-top: 20px solid #00af97;
    border-right: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid transparent;
  }
}
#section03 .flow_list li span {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 120px;
  height: 40px;
  top: -20px;
  left: 50%;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  background: #00af97;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 768px) {
  #section03 .flow_list li span {
    font-size: 16px;
  }
}
#section03 .flow_list li h3 {
  font-size: 30px;
  font-weight: 500;
  line-height: 135%;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #section03 .flow_list li h3 {
    font-size: 20px;
  }
}
#section03 .flow_list li .txt_box {
  margin-top: 20px;
}

/*--------------------------
section04
---------------------------*/
#section04 {
  padding: 60px 0 120px;
}
@media only screen and (max-width: 768px) {
  #section04 {
    padding: 30px 0;
  }
}
#section04 h2 {
  color: #000;
  font-size: 30px;
  font-weight: 500;
  line-height: 135%;
  border-left: 8px solid #00a040;
  padding-left: 26px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  #section04 h2 {
    font-size: 20px;
    padding-left: 10px;
    border-left: 4px solid #00a040;
  }
}
@media only screen and (max-width: 768px) {
  #section04 h2 {
    margin-bottom: 20px;
  }
}
#section04 .txt_box {
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  #section04 .txt_box {
    margin-bottom: 20px;
  }
}
#section04 .txt_box p:not(:last-child) {
  margin-bottom: 8px;
}
#section04 .txt_box p span {
  color: #fa0f00;
}
#section04 .flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  #section04 .flex_box {
    display: block;
  }
}
#section04 .flex_box:not(:last-child) {
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  #section04 .flex_box:not(:last-child) {
    margin-bottom: 40px;
  }
}
#section04 .flex_box .left_box, #section04 .flex_box .right_box {
  width: calc(50% - 20px);
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #section04 .flex_box .left_box, #section04 .flex_box .right_box {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #section04 .flex_box .left_box {
    margin-bottom: 40px;
  }
}