@charset "UTF-8";
@font-face {
  font-family: "agency";
  src: url("../../common/font/agency-fb-2.woff") format("woff"); }
#footer {
  padding: 52px 0 70px;
  background: url(../../common/img/footer_bg.jpg) no-repeat 50% 50%/cover; }
  @media only screen and (max-width: 767px) {
    #footer {
      padding: 26px 0 35px;
      background-position: 20% 50%; } }
  #footer .inr {
    width: 95%;
    max-width: 1138px;
    margin: 0 auto; }
    #footer .inr .footer_right {
      width: 40%;
      margin-left: 60%; }
      @media only screen and (max-width: 1199px) {
        #footer .inr .footer_right {
          width: 75%;
          margin-left: 25%; } }
      @media only screen and (max-width: 767px) {
        #footer .inr .footer_right {
          width: 100%;
          margin-left: 0; } }
      #footer .inr .footer_right .site_id a {
        font-size: 50px;
        color: inherit;
        text-decoration: none;
        text-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px; }
        @media only screen and (max-width: 767px) {
          #footer .inr .footer_right .site_id a {
            font-size: 30px; } }
      #footer .inr .footer_right dl {
        margin-top: 22px; }
        @media only screen and (max-width: 767px) {
          #footer .inr .footer_right dl {
            margin-top: 11px; } }
        #footer .inr .footer_right dl dt {
          font-size: 20px; }
          @media only screen and (max-width: 767px) {
            #footer .inr .footer_right dl dt {
              margin-top: 10px; } }
        #footer .inr .footer_right dl dd {
          font-size: 16px; }
          @media only screen and (max-width: 767px) {
            #footer .inr .footer_right dl dd {
              font-size: 14px; } }
          #footer .inr .footer_right dl dd.address {
            margin-top: 22px; }
            @media only screen and (max-width: 767px) {
              #footer .inr .footer_right dl dd.address {
                margin-top: 11px; } }
          #footer .inr .footer_right dl dd.tel {
            margin-top: 10px; }
            @media only screen and (max-width: 767px) {
              #footer .inr .footer_right dl dd.tel {
                margin-top: 5px; } }
            #footer .inr .footer_right dl dd.tel a {
              color: inherit;
              text-decoration: none; }
  #footer .footer_message {
    margin-top: 52px;
    background-color: #fff;
    padding: 18px 0 23px;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      #footer .footer_message {
        margin-top: 26px;
        padding: 9px 0 12px; } }
    #footer .footer_message p {
      font-size: 40px;
      color: #4c6242;
      font-weight: bold;
      text-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
      width: 95%;
      max-width: 1138px;
      margin: 0 auto; }
      @media only screen and (max-width: 767px) {
        #footer .footer_message p {
          font-size: 22px; } }

#pagetop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 99999;
  transition: all 0.2s ease 0s;
  background-color: #4c6242; }
  @media only screen and (max-width: 767px) {
    #pagetop {
      bottom: 10px;
      right: 10px; } }
  #pagetop a {
    display: block;
    width: 40px;
    height: 40px;
    overflow: hidden;
    padding: 25px 0 10px;
    text-align: center;
    color: #fff;
    font-weight: bold; }
    @media only screen and (max-width: 767px) {
      #pagetop a {
        padding: 0;
        width: 30px;
        height: 30px; } }
    #pagetop a:after {
      content: "";
      display: block;
      position: absolute;
      top: 15px;
      right: 0;
      bottom: auto;
      left: 0;
      margin: auto;
      transform: rotate(-45deg);
      width: 20px;
      height: 20px;
      border-top: 5px solid #fff;
      border-right: 5px solid #fff; }
      @media only screen and (max-width: 767px) {
        #pagetop a:after {
          border-color: #fff;
          width: 10px;
          height: 10px;
          border-width: 3px;
          top: 12px; } }
    #pagetop a:hover {
      opacity: 0.7; }

@font-face {
  font-family: "agency";
  src: url("../../common/font/agency-fb-2.woff") format("woff"); }
#wrapper {
  position: relative;
  overflow: hidden; }

.mv_area {
  background-color: #d6f0fe;
  position: relative;
  padding: 90px 0 65px; }
  .mv_area .inr {
    max-width: 1200px;
    width: 95%;
    margin: 0 auto; }
    .mv_area .inr .mv_title {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-between;
      position: relative;
      z-index: 2; }
      .mv_area .inr .mv_title h1 {
        width: 50%; }
        @media only screen and (max-width: 767px) {
          .mv_area .inr .mv_title h1 {
            width: 100%;
            text-align: center; } }
        .mv_area .inr .mv_title h1 img {
          max-width: 624px;
          width: 100%; }
          @media only screen and (max-width: 1199px) {
            .mv_area .inr .mv_title h1 img {
              max-width: 424px; } }
      .mv_area .inr .mv_title h2 {
        width: 49%;
        max-width: 403px;
        background-color: rgba(0, 0, 0, 0.1);
        padding: 20px 5px 28px;
        text-align: center;
        color: #fff;
        font-family: agency;
        font-size: 65px;
        text-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
        line-height: 1.2; }
        @media only screen and (max-width: 1199px) {
          .mv_area .inr .mv_title h2 {
            font-size: 45px; } }
        @media only screen and (max-width: 767px) {
          .mv_area .inr .mv_title h2 {
            width: 100%;
            margin: 10px auto 0;
            font-size: 40px; } }
        .mv_area .inr .mv_title h2 span {
          font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
          display: block;
          margin-top: 15px;
          font-size: 26px;
          line-height: 1.8;
          font-weight: bold; }
          @media only screen and (max-width: 1199px) {
            .mv_area .inr .mv_title h2 span {
              font-size: 22px; } }
          @media only screen and (max-width: 767px) {
            .mv_area .inr .mv_title h2 span {
              font-size: 18px; } }
    .mv_area .inr .main_nav {
      margin: 260px auto 0;
      position: relative;
      z-index: 2;
      max-width: 360px; }
      @media only screen and (max-width: 767px) {
        .mv_area .inr .main_nav {
          margin-top: 200px; } }
      .mv_area .inr .main_nav .main_nav_head {
        text-align: left; }
        .mv_area .inr .main_nav .main_nav_head img {
          max-width: 118px; }
      .mv_area .inr .main_nav ul {
        text-align: left; }
        .mv_area .inr .main_nav ul li a {
          color: #fff;
          text-decoration: none;
          font-size: 20px; }
          @media only screen and (max-width: 767px) {
            .mv_area .inr .main_nav ul li a {
              font-size: 18px; } }
          .mv_area .inr .main_nav ul li a span {
            border-bottom: 4px dotted #fff;
            height: 100%;
            display: inline-block;
            padding: 24px 0 28px;
            position: relative; }
            @media only screen and (max-width: 767px) {
              .mv_area .inr .main_nav ul li a span {
                padding: 12px 0 14px; } }
            .mv_area .inr .main_nav ul li a span::after {
              right: 0;
              content: "＞";
              margin-top: -0.25em;
              margin-left: 1rem; }
          .mv_area .inr .main_nav ul li a:hover {
            opacity: 0.7; }
    .mv_area .inr .around_earth {
      max-width: 1200px;
      min-width: 1200px;
      width: 100%;
      position: absolute;
      bottom: -500px;
      left: 50%;
      transform: translateX(-50%);
      z-index: 1; }
      @media only screen and (max-width: 767px) {
        .mv_area .inr .around_earth {
          max-width: 1000px;
          min-width: 1000px; } }
      .mv_area .inr .around_earth img {
        width: 100%; }
        .mv_area .inr .around_earth img.rotate {
          animation: rotation 100s linear infinite; }
@keyframes rotation {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }
    .mv_area .inr canvas {
      animation-name: float;
      animation-timing-function: ease-in-out;
      animation-iteration-count: infinite;
      animation-direction: alternate;
      position: absolute; }
@keyframes float {
  0% {
    transform: translate(0, 0px); }
  100% {
    transform: translate(0, -15px); } }
    .mv_area .inr .circle01 {
      animation-duration: 1.5s;
      width: 94px;
      height: 94px;
      background-color: #c9e2fd;
      border-radius: 50%;
      bottom: 170px;
      left: 66px; }
      @media only screen and (max-width: 1199px) {
        .mv_area .inr .circle01 {
          width: 47px;
          height: 47px;
          bottom: 270px; } }
    .mv_area .inr .circle02 {
      animation-duration: 1.8s;
      width: 177px;
      height: 177px;
      background-color: #ebf8fe;
      border-radius: 50%;
      bottom: 443px;
      left: 40px; }
      @media only screen and (max-width: 1199px) {
        .mv_area .inr .circle02 {
          width: 88px;
          height: 88px; } }
    .mv_area .inr .circle03 {
      animation-duration: 2.8s;
      width: 199px;
      height: 199px;
      background-color: #dfdac7;
      border-radius: 50%;
      top: 45px;
      left: 217px; }
      @media only screen and (max-width: 1199px) {
        .mv_area .inr .circle03 {
          width: 99px;
          height: 99px;
          left: 20px; } }
    .mv_area .inr .circle04 {
      animation-duration: 2s;
      width: 120px;
      height: 120px;
      background-color: #c9e2fd;
      border-radius: 50%;
      top: 187px;
      left: 42%; }
      @media only screen and (max-width: 1199px) {
        .mv_area .inr .circle04 {
          width: 60px;
          height: 60px;
          left: 21%; } }
    .mv_area .inr .circle05 {
      animation-duration: 3s;
      width: 177px;
      height: 177px;
      background-color: #ebf8fe;
      border-radius: 50%;
      top: 56px;
      right: 36%; }
      @media only screen and (max-width: 1199px) {
        .mv_area .inr .circle05 {
          width: 88px;
          height: 88px;
          right: 27%; } }
    .mv_area .inr .circle06 {
      animation-duration: 1.4s;
      width: 101px;
      height: 101px;
      background-color: #c9e2fd;
      border-radius: 50%;
      top: 90px;
      right: 66px; }
      @media only screen and (max-width: 1199px) {
        .mv_area .inr .circle06 {
          width: 50px;
          height: 50px;
          right: 33px; } }
    .mv_area .inr .circle07 {
      animation-duration: 2.4s;
      width: 227px;
      height: 227px;
      background-color: #dfdac7;
      border-radius: 50%;
      top: 275px;
      right: 110px; }
      @media only screen and (max-width: 1199px) {
        .mv_area .inr .circle07 {
          width: 113px;
          height: 113px;
          right: 55px; } }

#maincontent {
  background: url(../../common/img/wood.jpg) no-repeat center/cover;
  z-index: 2;
  position: relative;
  padding-top: 75px; }
  @media only screen and (max-width: 767px) {
    #maincontent {
      padding-top: 37px; } }
  #maincontent .board_top {
    max-width: 1138px;
    width: 95%;
    margin: 0 auto;
    text-align: center; }
    #maincontent .board_top img {
      width: 100%; }
  #maincontent .board_outer {
    background-color: #85ac5d;
    max-width: 1138px;
    width: 95%;
    margin: 0 auto;
    padding-bottom: 50px;
    position: relative; }
    @media only screen and (max-width: 767px) {
      #maincontent .board_outer {
        padding-bottom: 25px; } }
    #maincontent .board_outer .board_title {
      background-color: #c5cc2c;
      text-align: center; }
      #maincontent .board_outer .board_title span {
        display: inline-block;
        padding: 26px 0;
        position: relative;
        font-size: 30px;
        font-weight: bold;
        color: #fff;
        text-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px; }
        @media only screen and (max-width: 767px) {
          #maincontent .board_outer .board_title span {
            padding: 13px 0;
            font-size: 18px; } }
        #maincontent .board_outer .board_title span::before {
          content: "";
          display: inline-block;
          width: 169px;
          height: 70px;
          background-image: url(../../common/img/tree.png);
          background-size: contain;
          vertical-align: middle;
          position: absolute;
          left: -180px;
          bottom: 0; }
        #maincontent .board_outer .board_title span::after {
          content: "";
          display: inline-block;
          width: 169px;
          height: 70px;
          background-image: url(../../common/img/tree.png);
          background-size: contain;
          vertical-align: middle;
          position: absolute;
          right: -180px;
          bottom: 0; }
    #maincontent .board_outer .board_inr {
      margin: 60px auto 0;
      max-width: 1035px;
      width: 95%;
      background-color: #fff;
      border-radius: 17px;
      padding: 60px 0; }
      @media only screen and (max-width: 767px) {
        #maincontent .board_outer .board_inr {
          margin-top: 30px;
          padding: 30px 0; } }
      #maincontent .board_outer .board_inr section {
        max-width: 910px;
        width: 95%;
        margin: 0 auto; }
        #maincontent .board_outer .board_inr section .sticky_title {
          background-color: #a6cc81;
          padding: 20px;
          font-size: 26px;
          color: #fff;
          font-weight: bold;
          text-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
          position: relative;
          margin-right: 44px; }
          @media only screen and (max-width: 767px) {
            #maincontent .board_outer .board_inr section .sticky_title {
              padding: 10px;
              font-size: 18px; } }
          #maincontent .board_outer .board_inr section .sticky_title::after {
            content: "";
            display: inline-block;
            border-top: 44px solid transparent;
            border-bottom: 44px solid transparent;
            border-left: 44px solid #a6cc81;
            position: absolute;
            top: 0;
            right: -44px; }
            @media only screen and (max-width: 767px) {
              #maincontent .board_outer .board_inr section .sticky_title::after {
                border-width: 26px;
                right: -26px; } }
        #maincontent .board_outer .board_inr section .main_text {
          margin-top: 40px;
          color: #300808;
          font-size: 20px; }
          @media only screen and (max-width: 767px) {
            #maincontent .board_outer .board_inr section .main_text {
              margin-top: 20px;
              font-size: 16px; } }
          #maincontent .board_outer .board_inr section .main_text bold {
            font-weight: bold; }
          #maincontent .board_outer .board_inr section .main_text .marker {
            color: #4c6242;
            font-weight: bold;
            background: linear-gradient(transparent 60%, rgba(76, 98, 66, 0.2) 60%); }
    #maincontent .board_outer .bottom_tree {
      margin: 50px auto 0;
      width: 95%;
      display: block; }
      @media only screen and (max-width: 767px) {
        #maincontent .board_outer .bottom_tree {
          margin-top: 25px; } }

.about .warming .inr img {
  margin-top: 50px;
  width: 100%; }
  @media only screen and (max-width: 767px) {
    .about .warming .inr img {
      margin-top: 25px; } }
.about .warming .inr .top_text {
  margin-top: 68px; }
  @media only screen and (max-width: 767px) {
    .about .warming .inr .top_text {
      margin-top: 34px; } }
.about .trees {
  margin-top: 70px !important; }
  @media only screen and (max-width: 767px) {
    .about .trees {
      margin-top: 35px !important; } }
  .about .trees .inr {
    overflow: hidden; }
    .about .trees .inr img {
      margin-top: 70px;
      float: right; }
      @media only screen and (max-width: 767px) {
        .about .trees .inr img {
          margin-top: 35px;
          float: none;
          width: 100%; } }
    .about .trees .inr .top_text {
      margin-top: 70px !important; }
      @media only screen and (max-width: 767px) {
        .about .trees .inr .top_text {
          margin-top: 35px !important; } }
.about .neutral {
  margin-top: 70px !important; }
  @media only screen and (max-width: 767px) {
    .about .neutral {
      margin-top: 35px !important; } }
  .about .neutral .inr .top_text {
    margin-top: 50px !important; }
    @media only screen and (max-width: 767px) {
      .about .neutral .inr .top_text {
        margin-top: 25px !important; } }
  .about .neutral .inr img {
    margin-top: 83px;
    width: 100%; }
    @media only screen and (max-width: 767px) {
      .about .neutral .inr img {
        margin-top: 41px; } }
.about .positive {
  margin-top: 78px !important;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .about .positive {
      margin-top: 39px !important; } }
  .about .positive::after {
    content: "";
    display: inline-block;
    width: 235px;
    height: 190px;
    background-image: url(../../img/about/planting.png);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    right: 0;
    bottom: 0; }
    @media only screen and (max-width: 767px) {
      .about .positive::after {
        width: 117px;
        height: 95px; } }
  .about .positive .inr .top_text {
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 50px !important; }
    @media only screen and (max-width: 767px) {
      .about .positive .inr .top_text {
        margin-top: 25px !important; } }
  @media only screen and (max-width: 767px) {
    .about .positive .inr .bottom_text {
      width: 70% !important; } }
  .about .positive .inr .main_text {
    max-width: 678px;
    width: 80%; }
    @media only screen and (max-width: 1199px) {
      .about .positive .inr .main_text {
        width: 70%; } }
    @media only screen and (max-width: 767px) {
      .about .positive .inr .main_text {
        width: 100%; } }
.about .circulation {
  margin-top: 77px !important; }
  @media only screen and (max-width: 767px) {
    .about .circulation {
      margin-top: 39px !important; } }
  @media only screen and (max-width: 767px) {
    .about .circulation .inr .sticky_title::after {
      border-width: 42px !important;
      right: -42px !important; } }
  .about .circulation .inr img {
    margin-top: 64px; }
    @media only screen and (max-width: 767px) {
      .about .circulation .inr img {
        margin-top: 32px;
        width: 100%; } }
  .about .circulation .inr .box_list {
    border: 1px solid #325d48;
    position: relative;
    margin-top: 42px; }
    @media only screen and (max-width: 767px) {
      .about .circulation .inr .box_list {
        margin-top: 21px; } }
    .about .circulation .inr .box_list .box_border {
      border: 1px solid #325d48;
      position: relative;
      top: 5px;
      left: -5px;
      padding: 37px 0 46px; }
      @media only screen and (max-width: 767px) {
        .about .circulation .inr .box_list .box_border {
          padding: 18px 0 23px; } }
    .about .circulation .inr .box_list dl {
      width: 90%;
      margin: 0 auto;
      text-align: center; }
      .about .circulation .inr .box_list dl dt {
        font-size: 20px;
        color: #2e0707; }
        @media only screen and (max-width: 767px) {
          .about .circulation .inr .box_list dl dt {
            font-size: 16px; } }
      .about .circulation .inr .box_list dl dd ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 20px; }
        .about .circulation .inr .box_list dl dd ul li {
          width: 30%; }
          @media only screen and (max-width: 767px) {
            .about .circulation .inr .box_list dl dd ul li {
              width: 100%;
              margin-top: 10px; } }
          .about .circulation .inr .box_list dl dd ul li picture {
            display: flex;
            align-items: flex-end; }
            @media only screen and (max-width: 767px) {
              .about .circulation .inr .box_list dl dd ul li picture {
                display: block; } }
            .about .circulation .inr .box_list dl dd ul li picture img {
              margin: 0 auto;
              width: auto; }
          .about .circulation .inr .box_list dl dd ul li p {
            margin-top: 30px;
            font-size: 16px;
            color: #040000;
            line-height: 1; }
  .about .circulation .inr .top_text {
    margin-top: 48px !important; }
    @media only screen and (max-width: 767px) {
      .about .circulation .inr .top_text {
        margin-top: 24px !important; } }
  .about .circulation .inr .main_text {
    max-width: 811px; }
  .about .circulation .inr h5 {
    margin-top: 83px;
    text-align: center;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .about .circulation .inr h5 {
        margin-top: 41px; } }
    .about .circulation .inr h5::before {
      content: "";
      display: inline-block;
      width: 30px;
      height: 59px;
      background-image: url(../../img/about/h5_decoration01.png);
      background-size: contain;
      vertical-align: middle;
      position: absolute;
      left: 0;
      bottom: 0; }
    .about .circulation .inr h5::after {
      content: "";
      display: inline-block;
      width: 28px;
      height: 59px;
      background-image: url(../../img/about/h5_decoration02.png);
      background-size: contain;
      vertical-align: middle;
      position: absolute;
      right: 0;
      bottom: 0; }
    .about .circulation .inr h5 span {
      color: #5d5d5d;
      text-align: center;
      display: inline-block;
      font-size: 26px;
      font-weight: bold;
      background: linear-gradient(transparent 60%, #fff6b8 60%); }
      @media only screen and (max-width: 767px) {
        .about .circulation .inr h5 span {
          font-size: 20px; } }

.problem h4 {
  color: #4c6242;
  font-weight: bold;
  font-size: 26px;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .problem h4 {
      font-size: 20px; } }
  .problem h4 span {
    background: url(../../img/problem/h4_underline.png) repeat-x 0 16px/contain;
    font-weight: bold;
    padding-bottom: 22px; }
.problem .problem01 {
  position: relative; }
  .problem .problem01::after {
    content: "";
    display: inline-block;
    width: 66px;
    height: 84px;
    background-image: url(../../img/problem/arrow.png);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    bottom: -187px;
    left: 50%;
    transform: translateX(-50%); }
    @media only screen and (max-width: 767px) {
      .problem .problem01::after {
        bottom: -294px; } }
  .problem .problem01 .inr img {
    width: 100%;
    display: block;
    margin-top: 65px; }
    @media only screen and (max-width: 767px) {
      .problem .problem01 .inr img {
        margin-top: 32px; } }
  .problem .problem01 .inr dl {
    margin-top: 63px; }
    @media only screen and (max-width: 767px) {
      .problem .problem01 .inr dl {
        margin-top: 31px; } }
    .problem .problem01 .inr dl dt span {
      color: #4c6242;
      font-weight: bold;
      background: linear-gradient(transparent 60%, rgba(76, 98, 66, 0.2) 60%);
      font-size: 26px; }
      @media only screen and (max-width: 767px) {
        .problem .problem01 .inr dl dt span {
          font-size: 20px; } }
    .problem .problem01 .inr dl.bottom {
      position: relative; }
      .problem .problem01 .inr dl.bottom dd {
        padding-right: 200px; }
        @media only screen and (max-width: 767px) {
          .problem .problem01 .inr dl.bottom dd {
            padding-right: 0; } }
        .problem .problem01 .inr dl.bottom dd::after {
          content: "";
          display: inline-block;
          width: 157px;
          height: 230px;
          background-image: url(../../img/problem/hazardous.png);
          background-size: contain;
          vertical-align: middle;
          position: absolute;
          right: 0;
          bottom: 0; }
          @media only screen and (max-width: 767px) {
            .problem .problem01 .inr dl.bottom dd::after {
              bottom: -200px; } }
.problem .problem02 {
  margin-top: 240px !important;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .problem .problem02 {
      margin-top: 320px !important; } }
  .problem .problem02::after {
    content: "";
    display: inline-block;
    width: 66px;
    height: 84px;
    background-image: url(../../img/problem/arrow.png);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    bottom: -137px;
    left: 50%;
    transform: translateX(-50%); }
  .problem .problem02 ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    margin-top: 85px; }
    .problem .problem02 ul::after {
      content: "";
      display: inline-block;
      width: 59px;
      height: 34px;
      background-image: url(../../img/problem/arrow2.png);
      background-size: contain;
      vertical-align: middle;
      position: absolute;
      top: 26px;
      left: 50%;
      transform: translateX(-50%); }
      @media only screen and (max-width: 767px) {
        .problem .problem02 ul::after {
          transform: rotate(90deg);
          top: 500px;
          left: 42%; } }
    .problem .problem02 ul li {
      width: 40%; }
      @media only screen and (max-width: 767px) {
        .problem .problem02 ul li {
          width: 100%; } }
      .problem .problem02 ul li dl dt {
        background-color: #417c5b;
        color: #fff;
        padding: 26px 0 29px;
        font-weight: bold;
        font-size: 20px;
        text-align: center; }
        @media only screen and (max-width: 767px) {
          .problem .problem02 ul li dl dt {
            font-size: 18px; } }
      .problem .problem02 ul li dl dd {
        margin-top: 52px; }
        @media only screen and (max-width: 767px) {
          .problem .problem02 ul li dl dd {
            margin-top: 26px; } }
        .problem .problem02 ul li dl dd p {
          text-align: center; }
        .problem .problem02 ul li dl dd img {
          width: 100%;
          display: block;
          margin: 51px auto 0; }
          @media only screen and (max-width: 767px) {
            .problem .problem02 ul li dl dd img {
              margin-top: 26px; } }
      .problem .problem02 ul li.first dl dd img {
        max-width: 376px; }
      @media only screen and (max-width: 767px) {
        .problem .problem02 ul li.second {
          margin-top: 160px; } }
      .problem .problem02 ul li.second dl dd img {
        max-width: 321px; }
  .problem .problem02 h5 {
    color: #335f49;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    margin-top: 82px; }
    @media only screen and (max-width: 767px) {
      .problem .problem02 h5 {
        font-size: 22px; } }
.problem .problem03 {
  margin-top: 200px !important; }
  .problem .problem03 img {
    margin: 0 auto;
    display: block;
    max-width: 545px;
    width: 100%; }
  .problem .problem03 h6 {
    margin-top: 63px;
    color: #335f49;
    font-size: 26px;
    font-weight: bold;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .problem .problem03 h6 {
        font-size: 22px; } }
    .problem .problem03 h6 span {
      font-weight: bold;
      background: linear-gradient(transparent 60%, rgba(76, 98, 66, 0.2) 60%); }

@media only screen and (max-width: 767px) {
  .future .donation .inr .sticky_title {
    margin-right: 59px !important; } }
@media only screen and (max-width: 767px) {
  .future .donation .inr .sticky_title::after {
    border-width: 59px !important;
    right: -59px !important; } }
.future .donation .inr .main_text bold {
  color: #4c6142; }
.future .donation .inr .top_text {
  margin-top: 46px !important; }
  @media only screen and (max-width: 767px) {
    .future .donation .inr .top_text {
      margin-top: 23px !important; } }
.future .donation .inr .note {
  margin-top: 50px; }
  @media only screen and (max-width: 767px) {
    .future .donation .inr .note {
      margin-top: 25px; } }
.future .donation .inr ol {
  margin-top: 73px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media only screen and (max-width: 767px) {
    .future .donation .inr ol {
      margin-top: 36px; } }
  .future .donation .inr ol li {
    width: 19%;
    position: relative; }
    .future .donation .inr ol li::after {
      content: "";
      border-top: 20px solid transparent;
      border-bottom: 16px solid transparent;
      border-left: 20px solid #a6cc81;
      position: absolute;
      top: 20px;
      right: -30px; }
      @media only screen and (max-width: 767px) {
        .future .donation .inr ol li::after {
          transform: rotate(90deg);
          top: 170px;
          right: 47%; } }
    .future .donation .inr ol li:last-child::after {
      display: none; }
    @media only screen and (max-width: 767px) {
      .future .donation .inr ol li {
        width: 100%;
        padding-bottom: 90px; } }
    .future .donation .inr ol li picture {
      display: block; }
      .future .donation .inr ol li picture img {
        display: block;
        margin: 0 auto; }
    .future .donation .inr ol li p {
      color: #000;
      font-size: 16px;
      font-weight: bold;
      text-align: center;
      margin-top: 37px; }
.future .donation .inr .box_outer {
  border: 2px solid #000;
  padding: 2px;
  max-width: 559px;
  margin: 61px auto 0; }
  @media only screen and (max-width: 767px) {
    .future .donation .inr .box_outer {
      margin: 30px auto 0; } }
  .future .donation .inr .box_outer .box_inr {
    border: 2px solid #000;
    padding: 36px 0 40px; }
    @media only screen and (max-width: 767px) {
      .future .donation .inr .box_outer .box_inr {
        padding: 18px 0 20px; } }
    .future .donation .inr .box_outer .box_inr p {
      max-width: 528px;
      width: 95%;
      font-size: 26px;
      font-weight: bold;
      margin: 0 auto;
      text-align: center; }
      @media only screen and (max-width: 767px) {
        .future .donation .inr .box_outer .box_inr p {
          font-size: 20px; } }
      .future .donation .inr .box_outer .box_inr p span {
        color: #c5cc2c;
        background: linear-gradient(transparent 60%, rgba(76, 98, 66, 0.2) 60%);
        font-weight: bold; }
.future .donation .inr .bubble {
  margin-top: 37px;
  margin-left: 40px;
  max-width: 678px;
  width: 100%;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .future .donation .inr .bubble {
      margin-left: 0;
      margin-top: 18px; } }
  .future .donation .inr .bubble::before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    /*指定したい幅*/
    padding-top: 90%;
    /*画像の幅に対する高さ比率*/
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
  .future .donation .inr .bubble::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    /*幅*/
    height: 800px;
    /*どれだけデカくなってもはみ出ないであろう高さを指定*/
    background-image: url(../../img/future/bubble_bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
  .future .donation .inr .bubble p {
    padding: 114px 0 71px;
    padding-left: 50px;
    position: relative;
    z-index: 2;
    max-width: 610px; }
    @media only screen and (max-width: 767px) {
      .future .donation .inr .bubble p {
        padding: 13% 0 0;
        width: 85%;
        margin: 0 auto;
        font-size: 12px;
        line-height: 1.4; } }
    .future .donation .inr .bubble p span {
      font-weight: bold; }
.future .donation .inr .link_text {
  margin-top: 47px; }
  @media only screen and (max-width: 767px) {
    .future .donation .inr .link_text {
      margin-top: 97px; } }
  .future .donation .inr .link_text p {
    font-size: 15px; }
  .future .donation .inr .link_text ul li {
    padding-left: 1em; }
    .future .donation .inr .link_text ul li a {
      color: inherit;
      word-wrap: break-word; }
.future .donation .inr .sdgs .sdgs_top {
  margin-top: 32px;
  width: 100%; }
.future .donation .inr .sdgs p {
  font-weight: bold;
  font-size: 20px;
  color: #335f49;
  margin-top: 33px;
  text-align: center; }
.future .donation .inr .sdgs .sdgs_bottom {
  margin-top: 7px;
  display: block;
  margin: 0 auto; }
  @media only screen and (max-width: 767px) {
    .future .donation .inr .sdgs .sdgs_bottom {
      width: 100%; } }

@media only screen and (max-width: 767px) {
  .pc {
    display: none; } }

.sp {
  display: none; }
  @media only screen and (max-width: 767px) {
    .sp {
      display: block; } }

@media (max-width: 999px) and (min-width: 768px) {
  .future #maincontent .board_outer .board_inr section .sticky_title::after {
    border-top: 67px solid transparent;
    border-bottom: 67px solid transparent; } }
* {
  box-sizing: border-box;
  font-weight: 500; }

*:before,
*:after {
  box-sizing: border-box; }

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/*!
* ress.css • v1.1.2
* MIT License
* github.com/filipelinhares/ress
*/
/* # =================================================================
# Global selectors
# ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */ }

*,
::before,
::after {
  box-sizing: inherit; }

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit; }

/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements */
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0; }

/* # =================================================================
# General elements
# ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0; }

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */ }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-style: normal; }

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

summary {
  display: list-item;
  /* Add the correct display in all browsers */ }

small {
  font-size: 100%;
  /* Set font-size to 80% in `small` elements */ }

[hidden],
template {
  display: none;
  /* Add the correct display in IE */ }

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */ }

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */ }

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */ }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */ }

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */ }

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */ }

ul,
ol {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000; }

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

address,
em {
  font-style: normal; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  rt:not(:target) {
    position: relative;
    top: -0.7em;
    /* IE10（\9なしでIE11にも適用） */ } }
/* # =================================================================
# Forms
# ================================================================= */
input {
  border-radius: 0; }

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer; }

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default; }

[type="number"] {
  width: auto;
  /* Firefox 36+ */ }

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */ }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */ }

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */ }

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */ }

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */ }

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */ }

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */ }

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */ }

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit; }

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */ }

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */ }

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */ }

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */ }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */ }

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */ }

/* # =================================================================
# Specify media element style
# ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
  vertical-align: bottom; }

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline; }

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */ }

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */ }

/* # =================================================================
# Accessibility
# ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit; }

  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important; } }
/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress; }

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer; }

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default; }

/* # =================================================================
# Selection
# ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none; }

@font-face {
  font-family: "agency";
  src: url("../../common/font/agency-fb-2.woff") format("woff"); }
*:not(html, body, header, footer, nav, main, article, section, aside, div, table, b, strong) {
  font-weight: 400; }

html {
  font-size: 62.5%; }

body {
  color: #300808;
  font-size: 16px;
  font-weight: 400;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.8;
  letter-spacing: 0.01em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin: 0 !important; }
  @media only screen and (max-width: 767px) {
    body {
      font-size: 14px; } }

/*# sourceMappingURL=common.css.map */
