.main_catch h1 {
  font-size: 310%;
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  text-align: center;
  line-height: 1.6;
  padding: 2em 0 1em;
  text-shadow: 0 0 10px #ffffff, 0 0 10px #ffffff, 0 0 12px #ffffff, 0 0 12px #ffffff, 0 0 16px #ffffff, 0 0 16px #ffffff, 0 0 20px #ffffff, 0 0 20px #ffffff, 0 0 24px #ffffff, 0 0 24px #ffffff;
}
@media only screen and (max-width: 767px) {
  .main_catch h1 {
    font-size: 5vw;
    text-shadow: 0 0 10px #ffffff, 0 0 10px #ffffff, 0 0 12px #ffffff, 0 0 12px #ffffff, 0 0 16px #ffffff, 0 0 16px #ffffff, 0 0 20px #ffffff, 0 0 20px #ffffff, 0 0 24px #ffffff, 0 0 24px #ffffff;
  }
}
.main_catch h1 > span {
  display: inline-block;
}

.top_lead {
  margin-bottom: 2.5em;
}
.top_lead .top_lead_head {
  text-align: center;
  font-size: 180%;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .top_lead .top_lead_head {
    font-size: 150%;
  }
}
.top_lead .top_lead_head::after {
  content: "";
  display: block;
  height: 3px;
  width: 140px;
  background: #000000;
  margin: 0.5ex auto 1em;
}
.top_lead .top_lead_body {
  text-align: center;
  font-size: 130%;
  font-family: "Noto Serif JP", serif;
}
@media only screen and (max-width: 767px) {
  .top_lead .top_lead_body {
    font-size: 115%;
  }
}
.top_lead .top_lead_body > span {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .top_lead .top_lead_body {
    text-align: left;
    padding: 0 15px;
  }
  .top_lead .top_lead_body > span {
    display: inline;
  }
}

.article_index {
  background-color: #f2f8f7;
  padding: 70px 90px 50px;
  line-height: 2;
}
@media only screen and (max-width: 1230px) {
  .article_index {
    padding: 5.7vw 7.3vw;
  }
}
@media only screen and (max-width: 767px) {
  .article_index {
    padding: 20px 10px;
  }
}
.article_index .article_index_head {
  margin: 0 0 2.5em;
  position: relative;
  text-decoration: none;
  display: block;
  transition: 0.3s all;
}
.article_index .article_index_head:hover, .article_index .article_index_head:active {
  opacity: 0.8;
  transform: translateY(3px);
}
@media only screen and (max-width: 767px) {
  .article_index .article_index_head {
    margin: -20px -10px 0.5em;
  }
}
.article_index .article_index_head img {
  display: block;
  margin-left: auto;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .article_index .article_index_head img {
    min-height: 0;
    margin: auto;
    width: 100%;
  }
}
.article_index .article_index_head .article_index_head_r,
.article_index .article_index_head .article_index_head_l {
  transition: 0.3s all;
  position: absolute;
  bottom: -10px;
  font-size: 160%;
  line-height: 1.5;
  color: #007563;
  font-weight: 700;
  display: flex;
  align-items: end;
}
@media only screen and (max-width: 1230px) {
  .article_index .article_index_head .article_index_head_r,
  .article_index .article_index_head .article_index_head_l {
    font-size: 2vw;
  }
}
@media only screen and (max-width: 767px) {
  .article_index .article_index_head .article_index_head_r,
  .article_index .article_index_head .article_index_head_l {
    -ms-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    position: static;
    line-height: 1.8;
    margin: 10px;
    display: block;
    font-size: 100%;
  }
}
.article_index .article_index_head .article_index_head_r > span,
.article_index .article_index_head .article_index_head_l > span {
  writing-mode: vertical-rl;
  position: relative;
  vertical-align: middle;
  margin: 0 5px;
  background: #ffffff;
  padding: 10px 5px;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .article_index .article_index_head .article_index_head_r > span,
  .article_index .article_index_head .article_index_head_l > span {
    background: none;
    display: block;
    writing-mode: horizontal-tb;
    padding: 5px;
  }
  .article_index .article_index_head .article_index_head_r > span br,
  .article_index .article_index_head .article_index_head_l > span br {
    display: none;
  }
}
.article_index .article_index_head .article_index_head_r > span:first-child,
.article_index .article_index_head .article_index_head_l > span:first-child {
  font-size: 80%;
  color: #ffffff;
  background: #007563;
}
@media only screen and (max-width: 767px) {
  .article_index .article_index_head .article_index_head_r > span:first-child,
  .article_index .article_index_head .article_index_head_l > span:first-child {
    display: inline-block;
  }
}
.article_index .article_index_head .article_index_head_r {
  right: -40px;
}
.article_index .article_index_head .article_index_head_l {
  left: -40px;
  flex-direction: row-reverse;
}

.article_index_content_img {
  margin: 0em 0px 2em;
}
@media only screen and (max-width: 767px) {
  .article_index_content_img {
    margin: 1em -10px 1em;
  }
}
.article_index_content_img img {
  margin: auto;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .article_index_content_img img {
    width: auto;
    max-width: 100%;
  }
}

.btn_container {
  text-align: center;
  margin: 25px 0 0;
}
.btn_container a.btn {
  background: #ffffff;
  color: #268171;
  font-weight: bold;
  transition: 0.3s all;
}
.btn_container a.btn::after {
  background-image: url(../img/icon/arrow/btn_green.png);
}
.btn_container a.btn:hover, .btn_container a.btn:active {
  background-color: #268171;
  color: #ffffff;
  opacity: 1;
}
.btn_container a.btn:hover::after, .btn_container a.btn:active::after {
  background-image: url(../img/icon/arrow/btn.png);
}

.sec_policy,
.sec_contribution,
.sec_offering {
  font-family: "Noto Serif JP", serif;
  margin-bottom: 25px;
  background: rgb(255, 253, 247);
  background: linear-gradient(180deg, rgb(255, 253, 247) 0%, rgb(255, 253, 247) 80%, rgb(238, 234, 209) 100%);
  padding: 0 0 10px;
}
.sec_policy .sec_title,
.sec_contribution .sec_title,
.sec_offering .sec_title {
  color: #ffffff;
  text-align: center;
  font-size: 185%;
  line-height: 1.6;
}
.sec_policy .sec_title span,
.sec_contribution .sec_title span,
.sec_offering .sec_title span {
  display: inline-block;
}

.sec_policy .sec_title {
  background: rgb(1, 154, 63);
  background: linear-gradient(90deg, rgb(1, 154, 63) 0%, rgb(1, 154, 63) 50%, rgba(1, 154, 63, 0) 100%);
  letter-spacing: 0.15ex;
}
.sec_policy .sec_lead {
  color: #009e41;
  text-align: center;
  font-size: 125%;
  font-weight: 700;
  margin: 1ex 0;
}
.sec_policy > ul {
  display: table;
  margin: 10px 50px 25px;
}
@media only screen and (max-width: 767px) {
  .sec_policy > ul {
    margin: 10px 20px;
    display: block;
  }
}
.sec_policy > ul > li {
  display: table-row;
}
@media only screen and (max-width: 767px) {
  .sec_policy > ul > li {
    margin: 1em 0;
    display: block;
  }
}
.sec_policy > ul > li .sec_ul_head {
  display: table-cell;
  white-space: nowrap;
  vertical-align: middle;
  font-size: 95%;
  padding-right: 1em;
  color: #009e41;
}
@media only screen and (max-width: 767px) {
  .sec_policy > ul > li .sec_ul_head {
    display: block;
    font-size: 100%;
  }
}
.sec_policy > ul > li .sec_ul_head span {
  display: block;
  padding: 0.3ex 0.7em;
  vertical-align: middle;
  border-left: 4px solid #019c3e;
  background: #ffffff;
  box-shadow: 5px 5px 7px #f8f4e4;
}
.sec_policy > ul > li .sec_ul_body {
  display: table-cell;
  font-size: 95%;
  border-bottom: 1px dotted rgba(0, 155, 62, 0.4);
  padding: 0.8em 0;
}
@media only screen and (max-width: 767px) {
  .sec_policy > ul > li .sec_ul_body {
    display: block;
    border: none;
    font-size: 100%;
  }
}
.sec_policy > ul > li:last-child .sec_ul_body {
  border-bottom: none;
}

.sec_contribution .sec_title {
  background: rgb(1, 154, 63);
  background: linear-gradient(90deg, rgb(243, 149, 1) 0%, rgb(243, 149, 1) 50%, rgba(243, 149, 1, 0) 100%);
  letter-spacing: 0.15ex;
}
.sec_contribution > p {
  padding: 0;
  margin: 20px 50px;
}
@media only screen and (max-width: 767px) {
  .sec_contribution > p {
    margin: 20px 20px;
  }
}
.sec_contribution > ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 40px 25px;
  align-items: stretch;
}
@media only screen and (max-width: 767px) {
  .sec_contribution > ul {
    display: block;
    margin: 0 10px 10px;
  }
}
.sec_contribution > ul > li {
  width: 33.3%;
  box-sizing: border-box;
  padding: 0 10px;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .sec_contribution > ul > li {
    width: auto;
    margin-bottom: 10px;
  }
}
.sec_contribution > ul > li > div {
  background: #ffffff;
  padding: 10px 20px 20px;
  border-radius: 15px;
  box-shadow: 5px 5px 8px #f8f4e4;
}
.sec_contribution > ul > li .sec_ul_head {
  color: #f39501;
  text-align: center;
  font-size: 125%;
  letter-spacing: 0.2ex;
  margin-bottom: 0.5ex;
}
.sec_contribution > ul > li .sec_ul_body {
  font-size: 95%;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .sec_contribution > ul > li .sec_ul_body {
    font-size: 100%;
  }
}

.sec_offering .sec_title {
  background: rgb(1, 154, 63);
  background: linear-gradient(90deg, rgb(126, 142, 193) 0%, rgb(126, 142, 193) 70%, rgba(126, 142, 193, 0) 100%);
  letter-spacing: 0.15ex;
}
.sec_offering .sec_column {
  display: flex;
  margin: 0 30px 25px;
}
@media only screen and (max-width: 767px) {
  .sec_offering .sec_column {
    display: block;
    margin: 0 10px 25px;
  }
}
.sec_offering .sec_column > div {
  box-sizing: border-box;
  padding: 25px 10px 10px;
}
@media only screen and (max-width: 767px) {
  .sec_offering .sec_column > div {
    display: block;
    padding: 15px 10px 10px;
  }
}
.sec_offering .sec_column > div table td {
  padding-left: 1ex;
}
.sec_offering .sec_column > div:first-child {
  width: 53%;
  line-height: 2;
  font-size: 95%;
}
@media only screen and (max-width: 767px) {
  .sec_offering .sec_column > div:first-child {
    width: auto;
    font-size: 100%;
  }
}
.sec_offering .sec_column > div:last-child {
  width: 47%;
}
@media only screen and (max-width: 767px) {
  .sec_offering .sec_column > div:last-child {
    width: auto;
  }
}
.sec_offering .sec_column > div:last-child .column_title {
  background: #7e8ec1;
  font-size: 120%;
  letter-spacing: 0.1ex;
  color: #ffffff;
  padding: 0 1ex;
  border-radius: 10px 10px 0 0;
  display: inline-block;
  vertical-align: middle;
}
.sec_offering .sec_column > div:last-child .column_body {
  background: #ffffff;
  border-radius: 0 15px 15px 15px;
  box-shadow: 5px 5px 8px #f8f4e4;
  padding: 10px 10px;
  text-align: center;
  color: #7d90c8;
  font-size: 200%;
  line-height: 1.3;
}
.sec_offering .sec_column > div:last-child .column_body > span {
  font-size: 175%;
}

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