@charset "UTF-8";
/* reset
------------------------------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article, aside, details, figcaption, figure,
footer, header, main, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

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

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  outline: none;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

html {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
  color: #102550;
  font-weight: 500;
}

.font_en {
  font-family: din-2014, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.font_wh {
  color: #fff;
}

html {
  height: 100%;
  width: 100%;
}
html.fixed {
  position: fixed;
}

body {
  height: 100%;
  background: #edf5ea;
  color: #076e39;
  width: 100%;
  overflow-x: hidden;
}
body.fixed {
  position: fixed;
}
body.wh {
  background-color: #fff;
}

section {
  position: relative;
}

.cont-sp {
  display: none !important;
}

@media (max-width: 850px) {
  .cont-pc {
    display: none !important;
  }
  .cont-sp {
    display: block !important;
  }
}
a {
  text-decoration: none;
  -webkit-transition: opacity 0.3s 0s ease;
  transition: opacity 0.3s 0s ease;
  color: #076e39;
}
a:hover {
  opacity: 0.7;
}
@media (max-width: 850px) {
  a:hover {
    opacity: 1;
  }
}
a.no-link {
  pointer-events: none;
}

img {
  width: 100%;
}

.cont_inner {
  width: 85%;
  max-width: 1136px;
  margin: 0 auto;
}
@media (max-width: 850px) {
  .cont_inner {
    width: 90%;
  }
}

.text_link_box {
  margin-top: 1rem;
}
.text_link_box a {
  display: block;
  position: relative;
  font-size: 1rem;
  padding-right: 2rem;
  border: solid 1px #076e39;
  padding: 0.5rem 2rem 0.5rem 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.5rem;
  border-radius: 0.5rem;
  cursor: pointer;
}
.text_link_box a:after {
  content: "";
  background: url("../img/common/out_link.svg") no-repeat center center;
  background-size: cover;
  width: 1rem;
  height: 1rem;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  border-top: none;
  border-right: none;
  top: 0.75rem;
  right: 0.75rem;
  display: block;
  position: absolute;
}

.btn_green_utop {
  width: 100%;
  max-width: 357px;
  background: #0e4c12;
  border-radius: 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  padding: 18px 0;
  height: 5.3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.125rem;
  position: relative;
  -webkit-box-shadow: 0px 0px 16px -6px rgba(22, 109, 26, 0.6);
          box-shadow: 0px 0px 16px -6px rgba(22, 109, 26, 0.6);
  text-align: center;
}
.btn_green_utop i {
  font-style: normal;
}
@media (max-width: 850px) {
  .btn_green_utop {
    max-width: none;
  }
}
.btn_green_utop:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg) translate(0, -70%);
          transform: rotate(45deg) translate(0, -70%);
}
.btn_green_utop.btn_outlink:after {
  content: "";
  background: url("../img/common/outlink.png") no-repeat center center;
  background-size: cover;
  width: 25px;
  height: 25px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  border-top: none;
  border-right: none;
  top: 21px;
}
.btn_green_utop.btn_plus {
  cursor: pointer;
  -webkit-transition: opacity 0.3s 0s ease;
  transition: opacity 0.3s 0s ease;
}
.btn_green_utop.btn_plus:hover {
  opacity: 0.7;
}
.btn_green_utop.btn_plus:after {
  content: "";
  background: #fff;
  width: 4px;
  height: 25px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  border-top: none;
  border-right: none;
  top: 21px;
  border-radius: 2px;
}
.btn_green_utop.btn_plus:before {
  content: "";
  background: #fff;
  width: 4px;
  height: 25px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  border-top: none;
  border-right: none;
  top: 21px;
  border-radius: 2px;
  position: absolute;
  right: 30px;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.btn_green_utop.btn_plus.open:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.btn_green_utop .fukidashi {
  position: absolute;
  display: inline-block;
  left: 12px;
  top: -27px;
  background-color: #fff600;
  padding: 8px 12px;
  border-radius: 10px;
  color: #076e39;
  font-weight: bold;
}
.btn_green_utop .fukidashi:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 6px;
  bottom: -9px;
  border-style: solid;
  border-width: 10px 5px 0 5px;
  border-color: #fff600 transparent transparent transparent;
}
.btn_green_utop .comment {
  display: block;
  font-size: 0.75rem;
}

.btn_green {
  width: 100%;
  max-width: 357px;
  background: #0e4c12;
  border-radius: 37px;
  display: block;
  color: #fff;
  padding: 18px 22px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.125rem;
  position: relative;
  -webkit-box-shadow: 0px 0px 16px -6px rgba(22, 109, 26, 0.6);
          box-shadow: 0px 0px 16px -6px rgba(22, 109, 26, 0.6);
  text-align: center;
}
@media (max-width: 850px) {
  .btn_green {
    max-width: none;
  }
}
.btn_green:after {
  content: "";
  position: absolute;
  top: 29px;
  right: 30px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.btn_green.btn_outlink:after {
  content: "";
  background: url("../img/common/outlink.png") no-repeat center center;
  background-size: cover;
  width: 25px;
  height: 25px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  border-top: none;
  border-right: none;
  top: 21px;
}
.btn_green.btn_plus {
  cursor: pointer;
  -webkit-transition: opacity 0.3s 0s ease;
  transition: opacity 0.3s 0s ease;
}
.btn_green.btn_plus:hover {
  opacity: 0.7;
}
.btn_green.btn_plus:after {
  content: "";
  background: #fff;
  width: 4px;
  height: 25px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  border-top: none;
  border-right: none;
  top: 21px;
  border-radius: 2px;
}
.btn_green.btn_plus:before {
  content: "";
  background: #fff;
  width: 4px;
  height: 25px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  border-top: none;
  border-right: none;
  top: 21px;
  border-radius: 2px;
  position: absolute;
  right: 30px;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.btn_green.btn_plus.open:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.btn_green a {
  color: #fff;
}
.btn_green.btn_arrow {
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.btn_green.btn_arrow:hover {
  opacity: 0.7;
}
.btn_green .fukidashi {
  position: absolute;
  display: inline-block;
  left: 12px;
  top: -27px;
  background-color: #fff600;
  padding: 8px 12px;
  border-radius: 10px;
  color: #076e39;
  font-weight: bold;
}
.btn_green .fukidashi:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 6px;
  bottom: -9px;
  border-style: solid;
  border-width: 10px 5px 0 5px;
  border-color: #fff600 transparent transparent transparent;
}

.cont_subttl {
  display: table;
  padding: 0 0 25px;
}
@media (max-width: 850px) {
  .cont_subttl {
    display: block;
    padding: 0 0 3%;
  }
}
.cont_subttl .cont_subttl01 {
  display: table-cell;
  vertical-align: middle;
  background: #076e39;
  border-radius: 3px;
  color: #fff;
  font-size: 1.25rem;
  padding: 6px 15px 8px;
  line-height: 1em;
}
@media (max-width: 850px) {
  .cont_subttl .cont_subttl01 {
    display: inline-block;
  }
}
.cont_subttl .cont_subttl02 {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 16px;
  font-size: 1.125rem;
  font-weight: bold;
}
@media (max-width: 850px) {
  .cont_subttl .cont_subttl02 {
    display: block;
    padding: 12px 0 0;
    line-height: 1.3em;
  }
}

.cont_ttl {
  font-size: 3rem;
  line-height: 1.3em;
  padding: 0 0 32px;
}
@media (max-width: 850px) {
  .cont_ttl {
    font-size: 2.06rem;
  }
}

.cont_subttl02 {
  font-size: 1.125rem;
  font-weight: bold;
}

.cont_ttl_en {
  font-size: 100px;
  font-family: din-2014, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1em;
  margin: 0 0 15px;
}
@media (max-width: 850px) {
  .cont_ttl_en {
    font-size: 4.48rem;
  }
}

.cont_txt {
  font-size: 1.25rem;
  line-height: 2.2em;
}
@media (max-width: 850px) {
  .cont_txt {
    font-size: 1rem;
    line-height: 2em;
  }
}

.cont_txt_sm {
  font-size: 0.93rem;
}

.topics_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 3.5%;
}
@media (max-width: 850px) {
  .topics_list {
    display: block;
  }
}
.topics_list.once {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.topics_list.once li {
  width: 50%;
}
@media (max-width: 850px) {
  .topics_list.once li {
    width: 100%;
  }
}
.topics_list li {
  width: 31%;
}
@media (max-width: 850px) {
  .topics_list li {
    width: 100%;
    margin: 13% 0 0;
  }
}
.topics_list li a {
  color: #076e39;
  display: block;
}
.topics_list li .topics_img {
  display: block;
  line-height: 0;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.topics_list li .topics_date {
  display: block;
  padding: 13px 0 6px;
  line-height: 1.5em;
  font-size: 0.9rem;
}
.topics_list li .topics_date i {
  font-style: normal;
}
@media (max-width: 850px) {
  .topics_list li .topics_date i.txt {
    display: block;
  }
}
.topics_list li .topics_date i + .category {
  margin-left: 0.5rem;
}
@media (max-width: 850px) {
  .topics_list li .topics_date i + .category {
    margin-left: 0rem;
    margin-top: 0.5rem;
  }
}
.topics_list li .topics_date .category {
  padding-right: 10px;
  font-style: normal;
  display: inline-block;
  border: solid 1px #076e39;
  padding: 0.1rem 0.4rem;
  border-radius: 0.5rem;
}

.topics_list_new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 3.5%;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 850px) {
  .topics_list_new {
    display: block;
  }
}
.topics_list_new.once {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.topics_list_new.once li {
  width: 50%;
}
@media (max-width: 850px) {
  .topics_list_new.once li {
    width: 100%;
  }
}
.topics_list_new li {
  position: relative;
  width: 31%;
  margin-top: 3rem;
}
.topics_list_new li:nth-child(n+4) {
  display: none;
}
@media (max-width: 850px) {
  .topics_list_new li {
    width: 100%;
    margin: 13% 0 0;
  }
}
.topics_list_new li a {
  color: #076e39;
  display: block;
}
.topics_list_new li .topics_img {
  display: block;
  line-height: 0;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.topics_list_new li .topics_sub_img {
  display: block;
  width: 33%;
  padding: 4px 10px;
  border-radius: 6px;
  background-color: #fff;
  margin-top: 10px;
}
.topics_list_new li .topics_sub_img img {
  vertical-align: sub;
}
.topics_list_new li .topics_sub_img_2 {
  display: block;
  width: calc(33% + 40px);
  padding: 0px;
  border-radius: 6px;
  overflow: hidden;
  background-color: #fff;
  margin-top: 10px;
  line-height: 1;
}
.topics_list_new li .topics_sub_img_2 img {
  vertical-align: bottom;
}
.topics_list_new li .topics_new {
  display: table;
  text-align: center;
  background-color: #fff600;
  line-height: 1;
  width: 3.5rem;
  height: 1.5rem;
  border-radius: 10%;
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  z-index: 100;
}
.topics_list_new li .topics_new i {
  font-size: 1rem;
  font-family: din-2014, sans-serif;
  display: table-cell;
  font-weight: 600;
  vertical-align: middle;
  font-style: normal;
}
.topics_list_new li .topics_date {
  display: block;
  padding: 13px 0 6px;
  line-height: 1.5em;
  font-size: 0.9rem;
}
.topics_list_new li .topics_date i {
  font-style: normal;
}
@media (max-width: 850px) {
  .topics_list_new li .topics_date i.txt {
    display: block;
  }
}
.topics_list_new li .topics_date i + .category {
  margin-left: 0.5rem;
}
@media (max-width: 850px) {
  .topics_list_new li .topics_date i + .category {
    margin-left: 0rem;
    margin-top: 0.5rem;
  }
}
.topics_list_new li .topics_date .category {
  padding-right: 10px;
  font-style: normal;
  display: inline-block;
  border: solid 1px #076e39;
  padding: 0.1rem 0.4rem;
  border-radius: 0.5rem;
}
.topics_list_new li .topics_date .category.sdgs {
  width: 5.5rem;
  padding: 0.2rem 0.5rem;
  background-color: #fff;
}
.topics_list_new li .topics_date .category.sdgs img {
  vertical-align: text-top;
}
.topics_list_new li .topics_outlink {
  position: absolute;
  top: 5px;
  right: 5px;
  background: #fff;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.topics_list_new li .topics_outlink img {
  width: 20px;
  line-height: 0;
}

.faq .faq_cont {
  border-bottom: 2px solid #076e39;
}
.faq .faq_cont:nth-child(n+4) {
  display: none;
}
.faq dt {
  display: table;
  width: 100%;
  padding: 35px 0;
  position: relative;
  -webkit-transition: opacity 0.3s 0s ease;
  transition: opacity 0.3s 0s ease;
  cursor: pointer;
}
.faq dt:hover {
  opacity: 0.7;
}
@media (max-width: 850px) {
  .faq dt:hover {
    opacity: 1;
  }
}
@media (max-width: 850px) {
  .faq dt {
    display: block;
  }
}
.faq dt .faq_q_txt01 {
  display: table-cell;
  width: 67px;
}
@media (max-width: 850px) {
  .faq dt .faq_q_txt01 {
    display: block;
  }
}
.faq dt .faq_q_txt01_inner {
  background: #076e39;
  width: 67px;
  height: 67px;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 2.06rem;
  text-align: center;
}
.faq dt .faq_q_txt02 {
  padding: 13px 68px 0 40px;
  vertical-align: top;
  display: table-cell;
  font-size: 1.25rem;
  font-weight: bold;
}
@media (max-width: 850px) {
  .faq dt .faq_q_txt02 {
    display: block;
    padding: 5% 0 0;
  }
}
.faq dt .faq_q_txt02 span {
  font-size: 1rem;
}
.faq dt:before {
  content: "";
  width: 53px;
  height: 8px;
  border-radius: 4px;
  position: absolute;
  right: 0;
  top: 65px;
  background: #076e39;
}
@media (max-width: 850px) {
  .faq dt:before {
    width: 34px;
    height: 6px;
    right: 0;
    top: 66px;
  }
}
.faq dt:after {
  content: "";
  width: 53px;
  height: 8px;
  border-radius: 4px;
  position: absolute;
  right: 0;
  top: 65px;
  background: #076e39;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
@media (max-width: 850px) {
  .faq dt:after {
    width: 34px;
    height: 6px;
    right: 0;
    top: 66px;
  }
}
.faq dt.active:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.faq .faq_a_inner {
  display: none;
}
.faq dd {
  display: table;
  padding: 0 0 35px;
}
@media (max-width: 850px) {
  .faq dd {
    display: block;
  }
}
.faq dd .faq_a_txt01 {
  display: table-cell;
  width: 67px;
}
@media (max-width: 850px) {
  .faq dd .faq_a_txt01 {
    display: block;
  }
}
.faq dd .faq_a_txt01_inner {
  background: #fff;
  width: 67px;
  height: 67px;
  border-radius: 50%;
  color: #076e39;
  display: inline-block;
  font-size: 2.06rem;
  text-align: center;
}
.faq dd .faq_a_txt02 {
  padding: 18px 0 0 40px;
  vertical-align: top;
  display: table-cell;
}
@media (max-width: 850px) {
  .faq dd .faq_a_txt02 {
    display: block;
    padding: 5% 0 0;
  }
}
.faq dd .faq_a_txt02 a {
  color: #076e39;
  text-decoration: underline;
}

.ham_cont_inner {
  background: #0e4c12;
  z-index: 11;
  position: relative;
  width: 494px;
  margin: 0 0 0 auto;
  height: 100%;
  padding: 0 55px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
@media screen and (max-height: 770px) {
  .ham_cont_inner {
    overflow-y: scroll;
  }
}
@media (max-width: 850px) {
  .ham_cont_inner {
    width: 100%;
    padding: 0 25px;
    overflow-y: scroll;
  }
}
.ham_cont_inner.active {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.ham_cont_inner .ham_logo {
  width: 150px;
  padding: 40px 0 20px;
}
.ham_cont_inner .ham_cont_list li {
  background-image: linear-gradient(to right, #fff 2px, transparent 2px);
  background-size: 8px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
.ham_cont_inner .ham_cont_list li a {
  padding: 24px 0;
  display: block;
  font-size: 1rem;
  color: #fff;
  line-height: 1.3em;
}
@media (max-width: 850px) {
  .ham_cont_inner .ham_cont_list li a {
    font-size: 1rem;
    padding: 1.25rem 0;
  }
}
.ham_cont_inner .ham_sns {
  height: 48px;
  border-radius: 24px;
  background: #fff;
  padding: 0 25px;
  text-align: center;
  display: table;
  -webkit-box-shadow: 0px 0px 16px -6px rgba(22, 109, 26, 0.6);
          box-shadow: 0px 0px 16px -6px rgba(22, 109, 26, 0.6);
  margin: 55px 0 55px;
}
.ham_cont_inner .ham_sns li:nth-child(1) {
  font-size: 0.93rem;
  display: table-cell;
  vertical-align: middle;
}
.ham_cont_inner .ham_sns li:nth-child(2) {
  display: table-cell;
  width: 26px;
  line-height: 0;
  vertical-align: middle;
  padding: 0 10px 0 28px;
}
.ham_cont_inner .ham_sns li:nth-child(3) {
  display: table-cell;
  width: 26px;
  line-height: 0;
  vertical-align: middle;
}

header .header_logo01 {
  width: 216px;
  padding: 38px 0 0 43px;
}
@media (max-width: 850px) {
  header .header_logo01 {
    padding: 38px 0 0 5%;
    width: 45%;
  }
}
header .header_logo02 {
  width: 443px;
  padding: 38px 0 0 43px;
}
header .header_logo02 a {
  display: block;
}
@media (max-width: 850px) {
  header .header_logo02 {
    padding: 14px 0 0 5%;
    width: 60%;
  }
}

.ham_menu {
  position: fixed;
  top: 20px;
  right: 40px;
  background: #fff;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 16px -6px rgba(22, 109, 26, 0.6);
          box-shadow: 0px 0px 16px -6px rgba(22, 109, 26, 0.6);
  z-index: 1000;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0s ease;
  transition: opacity 0.3s 0s ease;
}
@media (max-width: 850px) {
  .ham_menu {
    width: 56px;
    height: 56px;
    right: 5%;
  }
}
.ham_menu:hover {
  opacity: 0.7;
}
@media (max-width: 850px) {
  .ham_menu:hover {
    opacity: 1;
  }
}
.ham_menu:before {
  content: "";
  position: absolute;
  top: 25px;
  left: 26%;
  width: 48%;
  height: 4px;
  border-radius: 2px;
  background: #0e4c12;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
@media (max-width: 850px) {
  .ham_menu:before {
    top: 19px;
    left: 26%;
    width: 48%;
    height: 3px;
  }
}
.ham_menu div {
  content: "";
  position: absolute;
  top: 50%;
  left: 26%;
  width: 48%;
  height: 4px;
  border-radius: 2px;
  background: #0e4c12;
  margin-top: -2px;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
@media (max-width: 850px) {
  .ham_menu div {
    height: 3px;
    margin-top: -1px;
  }
}
.ham_menu:after {
  content: "";
  position: absolute;
  bottom: 25px;
  left: 26%;
  width: 48%;
  height: 4px;
  border-radius: 2px;
  background: #0e4c12;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
@media (max-width: 850px) {
  .ham_menu:after {
    bottom: 18px;
    left: 26%;
    width: 48%;
    height: 3px;
  }
}
.ham_menu.active:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 35px;
}
@media (max-width: 850px) {
  .ham_menu.active:before {
    top: 27px;
  }
}
.ham_menu.active div {
  opacity: 0;
}
.ham_menu.active:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  bottom: 35px;
}
@media (max-width: 850px) {
  .ham_menu.active:after {
    bottom: 27px;
  }
}
.ham_menu:hover:before {
  left: 30%;
  width: 40%;
}
.ham_menu:hover div {
  left: 30%;
  width: 40%;
}
.ham_menu:hover:after {
  left: 30%;
  width: 40%;
}

.ham_cont {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: none;
}
.ham_cont .ham_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  display: none;
}

/* #tpl-footer
-----------------------------*/
#tpl-footer {
  position: relative;
  padding-bottom: 46px;
  background: #fff;
  /* .sec-sitemap
  -----------------------------*/
  /* #tpl-pagetop
  -----------------------------*/
  /* .sec-other
  -----------------------------*/
}

#tpl-footer a {
  line-height: 0;
}

#tpl-footer a:hover {
  opacity: 1;
}

#tpl-footer div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#tpl-footer .sec-sitemap {
  background: #f5f5f5;
  /* .category
  		-----------------------------*/
}

@media screen and (max-width: 750px) {
  #tpl-footer .sec-sitemap {
    background: #fff;
  }
}
#tpl-footer .sec-sitemap .tpl-inner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 60px 0 55px;
}

@media screen and (max-width: 750px) {
  #tpl-footer .sec-sitemap .tpl-inner-wrap {
    display: block;
    padding: 0;
  }
}
#tpl-footer .sec-sitemap a {
  color: #1e1e1e;
  text-decoration: none;
}

#tpl-footer .sec-sitemap a:hover {
  text-decoration: underline;
}

#tpl-footer .sec-sitemap .list-products {
  width: 600px;
}

@media screen and (max-width: 750px) {
  #tpl-footer .sec-sitemap .list-products {
    width: 100%;
  }
}
#tpl-footer .sec-sitemap .list-products .product-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 50px;
}

@media screen and (max-width: 750px) {
  #tpl-footer .sec-sitemap .list-products .product-list {
    margin-top: 0;
  }
}
#tpl-footer .sec-sitemap .list-products .product-list .product-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#tpl-footer .sec-sitemap .list-products .product-list li {
  width: 25%;
  font-size: 0.81rem;
}

@media screen and (min-width: 751px) {
  #tpl-footer .sec-sitemap .list-products .product-list li:nth-child(-n+4) {
    margin-top: 0;
  }
}
@media screen and (max-width: 750px) {
  #tpl-footer .sec-sitemap .list-products .product-list li {
    width: 50%;
    border-top: 0;
    border-bottom: 1px solid #d7d7d7;
  }
  #tpl-footer .sec-sitemap .list-products .product-list li:nth-child(2n+1) {
    border-right: 1px solid #d7d7d7;
  }
  #tpl-footer .sec-sitemap .list-products .product-list li + li {
    margin-top: 0;
  }
}
@media screen and (max-width: 750px) {
  #tpl-footer .sec-sitemap .list-products .product-list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    position: relative;
    font-size: 0.75rem;
  }
  #tpl-footer .sec-sitemap .list-products .product-list li a::before, #tpl-footer .sec-sitemap .list-products .product-list li a::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
  }
  #tpl-footer .sec-sitemap .list-products .product-list li a::after {
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 8px;
    height: 12px;
    background: url(/assets/common/img/icon-arrow-gray.svg) no-repeat;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  #tpl-footer .sec-sitemap .list-products .product-list li a::after {
    bottom: 4px;
  }
}
#tpl-footer .sec-sitemap .list-wrap {
  width: 180px;
}

@media screen and (max-width: 750px) {
  #tpl-footer .sec-sitemap .list-wrap {
    display: block;
    width: 100%;
  }
}
#tpl-footer .sec-sitemap .list-wrap--large {
  width: 240px;
}

@media screen and (max-width: 750px) {
  #tpl-footer .sec-sitemap .list-wrap--large {
    display: block;
    width: 100%;
  }
}
#tpl-footer .sec-sitemap .list + .list {
  margin-top: 40px;
}

@media screen and (max-width: 750px) {
  #tpl-footer .sec-sitemap .list + .list {
    margin-top: 0;
  }
}
#tpl-footer .sec-sitemap .category {
  position: relative;
}

@media screen and (max-width: 750px) {
  #tpl-footer .sec-sitemap .category {
    border-top: 1px solid #dcdcdc;
  }
}
#tpl-footer .sec-sitemap .category + .category {
  margin-top: 40px;
}

@media screen and (max-width: 750px) {
  #tpl-footer .sec-sitemap .category + .category {
    margin-top: 0;
  }
}
#tpl-footer .sec-sitemap .label {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  vertical-align: middle;
  border-bottom: 1px solid #c8c8c8;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

@media screen and (max-width: 750px) {
  #tpl-footer .sec-sitemap .label {
    font-size: 1.4rem;
    display: block;
    padding: 15px 20px;
    padding-right: 45px;
    position: relative;
    border-bottom: none;
    margin-bottom: 0;
    cursor: pointer;
  }
}
#tpl-footer .sec-sitemap .label::after {
  content: "";
  display: inline-block;
}

@media screen and (max-width: 750px) {
  #tpl-footer .sec-sitemap .label::after {
    background: url(/assets/common/img/icon-toggle-plus.svg) no-repeat;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
  }
}
#tpl-footer .sec-sitemap .label.is-open::after {
  background: url(/assets/common/img/icon-toggle-minus.svg) no-repeat center center;
}

#tpl-footer .sec-sitemap .label--link {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  vertical-align: middle;
  border-bottom: 1px solid #c8c8c8;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

@media screen and (max-width: 750px) {
  #tpl-footer .sec-sitemap .label--link {
    font-size: 1.4rem;
    display: block;
    padding: 15px 20px;
    padding-right: 45px;
    position: relative;
    border-bottom: none;
    margin-bottom: 0;
    cursor: pointer;
  }
}
#tpl-footer .sec-sitemap .label--link::after {
  content: "";
  display: inline-block;
}

@media screen and (max-width: 750px) {
  #tpl-footer .sec-sitemap .label--link::after {
    background: url(/assets/common/img/icon-arrow-blue.svg) no-repeat;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 8px;
    height: 12px;
    margin-top: -4px;
  }
}
#tpl-footer .sec-sitemap .label + .child {
  margin-top: 20px;
}

@media screen and (max-width: 750px) {
  #tpl-footer .sec-sitemap .label + .child {
    margin-top: 0;
  }
}
#tpl-footer .sec-sitemap .child {
  font-size: 1.3rem;
  line-height: 1.3;
}

@media screen and (max-width: 750px) {
  #tpl-footer .sec-sitemap .child {
    display: none;
    background: #f5f5f5;
  }
}
@media screen and (max-width: 750px) {
  #tpl-footer .sec-sitemap .child li {
    border-top: 1px solid #dcdcdc;
  }
}
#tpl-footer .sec-sitemap .child li + li {
  margin-top: 15px;
}

@media screen and (max-width: 750px) {
  #tpl-footer .sec-sitemap .child li + li {
    margin-top: 0;
  }
}
#tpl-footer .sec-sitemap .child a {
  color: #555;
}

@media screen and (max-width: 750px) {
  #tpl-footer .sec-sitemap .child a {
    display: block;
    padding: 15px 35px;
  }
}
#tpl-footer .sec-sitemap .child .tpl-icon-after--blank-blue {
  padding-right: 22px;
}

#tpl-footer .sec-sitemap .child .tpl-icon-after--blank-blue::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 5px;
  width: 12px;
  height: 11px;
  background-image: url(/assets/common/img/icon_blank.png);
}

@media screen and (max-width: 750px) {
  #tpl-footer .sec-sitemap .child > li > a {
    padding-right: 20px;
    position: relative;
    text-decoration: none;
  }
  #tpl-footer .sec-sitemap .child > li > a::before, #tpl-footer .sec-sitemap .child > li > a::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
  }
  #tpl-footer .sec-sitemap .child > li > a::before {
    left: 0;
  }
  #tpl-footer .sec-sitemap .child > li > a::after {
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 8px;
    height: 12px;
    background: url(/assets/common/img/icon-arrow-blue.svg) no-repeat;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  #tpl-footer .sec-sitemap .child > li > a::after {
    bottom: 4px;
  }
}
@media screen and (max-width: 750px) {
  #tpl-footer .sec-sitemap {
    border-bottom: 1px solid #dcdcdc;
  }
}
#tpl-footer #tpl-pagetop {
  width: 100%;
}

#tpl-footer #tpl-pagetop a {
  height: 60px;
  background: #ebebeb;
  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;
  text-decoration: none;
  color: #141414;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  font-size: 1.6rem;
}

@media screen and (max-width: 750px) {
  #tpl-footer #tpl-pagetop a {
    font-size: 1.4rem;
  }
}
#tpl-footer #tpl-pagetop a:hover {
  opacity: 0.5;
}

#tpl-footer #tpl-pagetop .label::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 12px;
  background: url(/assets/common/img/icon-arrow-large-blue-up.svg) no-repeat;
  margin-right: 15px;
}

@media screen and (max-width: 750px) {
  #tpl-footer #tpl-pagetop .label::before {
    width: 17px;
    height: 11px;
    background-size: 17px 11px;
  }
}
#tpl-footer .sec-other {
  padding: 40px 0;
}

@media screen and (max-width: 750px) {
  #tpl-footer .sec-other {
    padding: 32px 0;
  }
}
@media screen and (max-width: 750px) {
  #tpl-footer .sec-other .tpl-inner-wrap {
    text-align: center;
  }
}
#tpl-footer .sec-other .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 750px) {
  #tpl-footer .sec-other .list {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    overflow: hidden;
    margin-left: -35px;
    margin-top: -20px;
  }
}
@media screen and (max-width: 414px) {
  #tpl-footer .sec-other .list {
    margin-left: 0px;
    text-align: left;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 85%;
  }
}
#tpl-footer .sec-other li {
  line-height: 1;
}

@media screen and (max-width: 750px) {
  #tpl-footer .sec-other li {
    line-height: 1.137;
    margin-top: 20px;
    width: 45%;
  }
}
@media screen and (max-width: 414px) {
  #tpl-footer .sec-other li {
    margin-left: 0px;
  }
}
#tpl-footer .sec-other li + li {
  border-left: 1px solid #dcdcdc;
  margin-left: 20px;
  padding-left: 20px;
}

@media screen and (max-width: 750px) {
  #tpl-footer .sec-other li + li {
    border-left: none;
    margin-left: 35px;
    padding-left: 0;
  }
}
@media screen and (max-width: 414px) {
  #tpl-footer .sec-other li + li {
    margin-left: 0px;
  }
}
#tpl-footer .sec-other li:nth-child(odd) {
  clear: both;
}

#tpl-footer .sec-other a {
  color: #555;
  text-decoration: none;
  font-size: 0.81rem;
  font-weight: 100;
}

#tpl-footer .sec-other a:hover {
  text-decoration: underline;
}

#tpl-footer .sec-logo {
  text-align: center;
}

#tpl-footer .sec-logo .logo {
  height: 36px;
  width: auto;
}

#tpl-footer .sec-logo p {
  line-height: 0;
}

@media screen and (max-width: 750px) {
  #tpl-footer .sec-logo .logo {
    height: 25px;
  }
}
#tpl-footer .sec-logo .footer-text {
  margin-bottom: 33px;
}

@media screen and (max-width: 750px) {
  #tpl-footer .sec-logo .footer-text {
    margin-bottom: 25px;
  }
}
#tpl-footer .sec-logo .footer-text img {
  width: 246px;
}

@media screen and (max-width: 750px) {
  #tpl-footer .sec-logo .footer-text img {
    width: auto;
    height: 37px !important;
  }
}
#tpl-footer .sec-copyright {
  margin-top: 40px;
  text-align: center;
  color: #555;
  line-height: 1;
  font-size: 0.75rem;
}

@media screen and (max-width: 750px) {
  #tpl-footer .sec-copyright {
    margin-top: 33px;
    line-height: 1.6;
  }
}
#tpl-footer .sec-copyright .only-sp-min {
  display: none;
}

@media screen and (max-width: 420px) {
  #tpl-footer .sec-copyright .only-sp-min {
    display: block;
  }
}
body.overseas #tpl-footer .sec-logo {
  margin-top: 40px;
}

@media screen and (max-width: 750px) {
  body.overseas #tpl-footer .sec-logo {
    margin-top: 32px;
  }
}
.tpl-inner-wrap {
  width: 1080px;
  margin: 0 auto;
  clear: both;
}

@media screen and (max-width: 750px) {
  .tpl-inner-wrap {
    width: 100%;
    min-width: 320px;
    padding: 0 15px;
  }
}
.tpl-inner-wrap p {
  line-height: 1;
}

#tpl-footer .sec-copyright p {
  font-weight: 100;
}

#tpl-footer .sec-copyright .only-sp-min {
  display: none;
}

@media screen and (max-width: 420px) {
  #tpl-footer .sec-copyright .only-sp-min {
    display: block;
  }
}
@media screen and (min-width: 751px) {
  .only-sp {
    display: none !important;
  }
}
@media screen and (max-width: 750px) {
  .only-pc {
    display: none !important;
  }
  #tpl-footer .sec-copyright p {
    line-height: 1.6;
  }
}
#tpl-footer .l-footer__upper {
  padding: 70px 0 65px;
}
#tpl-footer .cont_subttl {
  margin: 0 auto;
}
@media (max-width: 850px) {
  #tpl-footer .cont_subttl {
    text-align: center;
  }
}
#tpl-footer .cont_subttl .cont_subttl01 {
  width: 160px;
  padding: 6px 0 8px;
  text-align: center;
}
#tpl-footer .l-footer__upper_list {
  display: table;
  margin: 30px auto 0;
}
@media (max-width: 850px) {
  #tpl-footer .l-footer__upper_list {
    max-width: 455px;
  }
}
#tpl-footer .l-footer__upper_list a {
  display: block;
}
#tpl-footer .l-footer__upper_list .l-footer__upper_terracycle {
  width: 102px;
  display: table-cell;
  padding: 0 30px;
  vertical-align: middle;
}
@media (max-width: 850px) {
  #tpl-footer .l-footer__upper_list .l-footer__upper_terracycle {
    width: 24.77%;
  }
}
#tpl-footer .l-footer__upper_list .l-footer__upper_yokohama {
  width: 211px;
  display: table-cell;
  padding: 0 30px;
  vertical-align: middle;
}
@media (max-width: 850px) {
  #tpl-footer .l-footer__upper_list .l-footer__upper_yokohama {
    width: 42.35%;
  }
}
#tpl-footer .l-footer__upper_logo {
  width: 370px;
  margin: 30px auto 70px;
}
#tpl-footer .l-footer__upper_logo a {
  display: block;
}
@media (max-width: 850px) {
  #tpl-footer .l-footer__upper_logo {
    width: 87.46%;
    max-width: 326px;
  }
}
#tpl-footer .l-footer__lower {
  padding: 40px 0;
  background-color: #fff;
  font-size: 0.75rem;
}
#tpl-footer .l-inner {
  display: block;
  max-width: 1200px;
  margin: 0 auto;
  width: 95%;
}
@media (max-width: 850px) {
  #tpl-footer .l-inner {
    width: 87.46%;
  }
}
#tpl-footer .l-footer__company-logo {
  display: inline-block;
  width: 200px;
  margin-right: 40px !important;
}
@media (max-width: 850px) {
  #tpl-footer .l-footer__company-logo {
    margin-top: 20px;
  }
}
#tpl-footer .l-footer__copyright-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 850px) {
  #tpl-footer .l-footer__copyright-wrapper {
    display: block;
  }
}
#tpl-footer .l-footer__copyright-wrapper {
  color: #333;
  margin-top: 15px;
}
@media (max-width: 850px) {
  #tpl-footer .l-footer__copyright-links {
    padding: 45px 0;
  }
}
#tpl-footer .l-footer__copyright-links li {
  display: inline-block;
  padding: 0 25px;
  line-height: 1;
}
@media (max-width: 850px) {
  #tpl-footer .l-footer__copyright-links li {
    padding: 0 14px;
  }
}
#tpl-footer .l-footer__copyright-links li + li {
  border-left: 1px solid #333;
}
#tpl-footer .l-footer__copyright-links li:first-child {
  padding-left: 0;
}
#tpl-footer .l-footer__copyright-links a {
  color: #333;
}
#tpl-footer .l-footer__scrolltop {
  -webkit-box-shadow: 0px 0px 16px -6px rgba(22, 109, 26, 0.6);
          box-shadow: 0px 0px 16px -6px rgba(22, 109, 26, 0.6);
  width: 74px;
  height: 74px;
  line-height: 0;
  border-radius: 50%;
  position: absolute;
  right: 40px;
  margin: -37px 0 0;
}
#tpl-footer .l-footer__scrolltop span {
  visibility: hidden;
}
@media (max-width: 850px) {
  #tpl-footer .l-footer__scrolltop {
    width: 57px;
    height: 57px;
    margin: -28px 0 0;
  }
}
#tpl-footer .l-footer__scrolltop a:hover {
  opacity: 0.6;
}
#tpl-footer .l-footer__copyright-copy {
  font-size: 0.75rem;
  text-align: center;
}

.top .sec01 {
  position: relative;
  z-index: 2;
}
.top .sec01 .sec01_wrap {
  height: 100vh;
  max-width: 733px;
  display: table;
  margin: 0 auto;
}
@media (max-width: 850px) {
  .top .sec01 .sec01_wrap {
    display: block;
    padding: 120px 0 0;
    height: auto;
  }
}
.top .sec01 .sec01_inner {
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 850px) {
  .top .sec01 .sec01_inner {
    display: block;
  }
}
.top .sec01 .sec01_inner .sec01_block {
  margin: 0 auto;
  background: #fff;
  -webkit-box-shadow: 0px 0px 16px -6px rgba(22, 109, 26, 0.6);
          box-shadow: 0px 0px 16px -6px rgba(22, 109, 26, 0.6);
  border-radius: 18px;
  padding: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 850px) {
  .top .sec01 .sec01_inner .sec01_block {
    padding: 50px 25px 25px;
  }
}
.top .sec01 .sec01_inner .sec01_logo {
  width: 29.46%;
  margin: 0 auto;
  max-width: 326px;
}
@media (max-width: 850px) {
  .top .sec01 .sec01_inner .sec01_logo {
    width: 64.46%;
  }
}
.top .sec01 .sec01_inner .sec01_maintxt {
  width: 62.21%;
  margin: 5% auto 6%;
  max-width: 455px;
}
@media (max-width: 850px) {
  .top .sec01 .sec01_inner .sec01_maintxt {
    width: 100%;
    margin: 5% auto 11%;
  }
}
.top .sec01 .sec01_inner .sec01_cont {
  display: table;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 850px) {
  .top .sec01 .sec01_inner .sec01_cont {
    max-width: 510px;
  }
}
.top .sec01 .sec01_inner .sec01_cont .sec01_img01 {
  display: table-cell;
  width: 28%;
}
@media (max-width: 850px) {
  .top .sec01 .sec01_inner .sec01_cont .sec01_img01 {
    width: 52%;
  }
}
.top .sec01 .sec01_inner .sec01_cont .sec01_img02 {
  display: table-cell;
  padding: 0 0 0 6%;
}
@media (max-width: 850px) {
  .top .sec01 .sec01_inner .sec01_cont .sec01_img02 {
    padding: 0 0 0 7%;
  }
}
.top .sec01 .sec01_inner .sec01_btnlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 8% 0 0;
}
@media (max-width: 650px) {
  .top .sec01 .sec01_inner .sec01_btnlist {
    display: block;
    margin: 90px 0 0;
  }
}
.top .sec01 .sec01_inner .sec01_btnlist li {
  width: 49%;
}
@media (max-width: 650px) {
  .top .sec01 .sec01_inner .sec01_btnlist li {
    width: 100%;
    margin: 0 0 38px;
  }
  .top .sec01 .sec01_inner .sec01_btnlist li + li {
    margin: 0 0 30px;
  }
}
.top .sec01 .sec01_inner .sec01_btnlist li .btn_green_utop {
  text-align: left;
  font-size: 0.87rem;
  padding: 22px;
  line-height: 1.4em;
}
@media (max-width: 850px) {
  .top .sec01 .sec01_inner .sec01_btnlist li .btn_green_utop {
    padding: 17px 22px;
    margin: 0 auto;
  }
}
.top .sec01 .sec01_topics {
  display: table;
  width: 100%;
  border-radius: 18px;
  position: relative;
  overflow: hidden;
  margin: 0 0 140px;
  -webkit-box-shadow: 0px 0px 16px -6px rgba(22, 109, 26, 0.6);
          box-shadow: 0px 0px 16px -6px rgba(22, 109, 26, 0.6);
}
@media (max-height: 854px) and (min-width: 851px) {
  .top .sec01 .sec01_topics {
    margin-top: 100px;
  }
}
@media (max-width: 850px) {
  .top .sec01 .sec01_topics {
    display: block;
    margin: 17% 0 0;
  }
}
.top .sec01 .sec01_topics .sec01_topics_ttl {
  display: table-cell;
  background: #076e39;
  padding: 52px 0;
  width: 18.48%;
  text-align: center;
  color: #fff;
}
@media (max-width: 850px) {
  .top .sec01 .sec01_topics .sec01_topics_ttl {
    display: block;
    width: 100%;
    padding: 12px 0;
  }
}
.top .sec01 .sec01_topics .sec01_topics_inner {
  display: table-cell;
  background: #fff;
  vertical-align: middle;
  padding: 0 0 0 24px;
  cursor: pointer;
}
@media (max-width: 850px) {
  .top .sec01 .sec01_topics .sec01_topics_inner {
    display: block;
    width: 100%;
    padding: 1rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.top .sec01 .sec01_topics .sec01_topics_inner:after {
  content: "";
  position: absolute;
  top: 58px;
  right: 40px;
  width: 17px;
  height: 17px;
  border-top: 1px solid #076e39;
  border-right: 1px solid #076e39;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (max-width: 850px) {
  .top .sec01 .sec01_topics .sec01_topics_inner:after {
    display: none;
  }
}
.top .sec01 .sec01_topics .sec01_topics_inner .sec01_topics_img {
  width: 120px;
  display: table-cell;
  vertical-align: middle;
  line-height: 0;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  -webkit-transition: opacity 0.3s 0s ease;
  transition: opacity 0.3s 0s ease;
}
@media (max-width: 850px) {
  .top .sec01 .sec01_topics .sec01_topics_inner .sec01_topics_img {
    display: block;
    vertical-align: top;
    width: 100%;
    border-radius: 0px;
  }
}
.top .sec01 .sec01_topics .sec01_topics_inner .sec01_topics_inner02 {
  display: table-cell;
  vertical-align: middle;
  -webkit-transition: opacity 0.3s 0s ease;
  transition: opacity 0.3s 0s ease;
}
@media (max-width: 850px) {
  .top .sec01 .sec01_topics .sec01_topics_inner .sec01_topics_inner02 {
    display: block;
    padding: 1rem 0;
  }
}
.top .sec01 .sec01_topics .sec01_topics_inner .sec01_topics_date {
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px 0 24px;
}
@media (max-width: 850px) {
  .top .sec01 .sec01_topics .sec01_topics_inner .sec01_topics_date {
    display: block;
    padding: 0 0 0 20px;
  }
}
.top .sec01 .sec01_topics .sec01_topics_inner .sec01_topics_txt {
  vertical-align: middle;
  padding: 0 60px 0 16px;
}
@media (max-width: 850px) {
  .top .sec01 .sec01_topics .sec01_topics_inner .sec01_topics_txt {
    padding: 0 !important;
  }
}
.top .sec01 .sec01_topics .sec01_topics_inner .sec01_topics_txt .date {
  padding-right: 10px;
  font-style: normal;
  display: inline-block;
  font-size: 0.9rem;
}
@media (max-width: 850px) {
  .top .sec01 .sec01_topics .sec01_topics_inner .sec01_topics_txt .date {
    margin-bottom: 0.5rem;
  }
}
.top .sec01 .sec01_topics .sec01_topics_inner .sec01_topics_txt .date + .category {
  margin-left: 0.5rem;
}
@media (max-width: 850px) {
  .top .sec01 .sec01_topics .sec01_topics_inner .sec01_topics_txt .date + .category {
    margin-left: 0rem;
    margin-bottom: 0.5rem;
  }
}
.top .sec01 .sec01_topics .sec01_topics_inner .sec01_topics_txt .category {
  padding-right: 10px;
  font-style: normal;
  display: inline-block;
  font-size: 0.9rem;
  border: solid 1px #076e39;
  padding: 0.1rem 0.4rem;
  border-radius: 0.5rem;
}
.top .sec01 .sec01_topics .sec01_topics_inner .sec01_topics_txt + .sec01_topics_txt {
  margin-top: 0.3rem;
}
@media (max-width: 850px) {
  .top .sec01 .sec01_topics .sec01_topics_inner .sec01_topics_txt {
    display: block;
    padding: 0 0 0 20px;
    line-height: 1.4em;
  }
}
.top .sec01 .sec01_topics .sec01_topics_inner:hover {
  opacity: 1;
}
.top .sec01 .sec01_topics .sec01_topics_inner:hover .sec01_topics_img {
  opacity: 0.6;
}
.top .sec01 .sec01_topics .sec01_topics_inner:hover .sec01_topics_inner02 {
  opacity: 0.6;
}
.top .sec01 .sec01_sns {
  position: absolute;
  right: 50px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 48px;
  border-radius: 24px;
  background: #fff;
  padding: 25px 0;
  text-align: center;
  -webkit-box-shadow: 0px 0px 16px -6px rgba(22, 109, 26, 0.6);
          box-shadow: 0px 0px 16px -6px rgba(22, 109, 26, 0.6);
}
@media (max-width: 850px) {
  .top .sec01 .sec01_sns {
    display: none;
  }
}
.top .sec01 .sec01_sns li:nth-child(1) {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  font-size: 0.75rem;
  display: inline-block;
  padding: 0px 20px;
  margin: 10px -17px 0px;
}
.top .sec01 .sec01_sns li:nth-child(2) {
  width: 26px;
  margin: 25px auto 18px;
  line-height: 0;
}
.top .sec01 .sec01_sns li:nth-child(3) {
  width: 26px;
  margin: 0 auto;
  line-height: 0;
}
.top .sec_topics {
  position: relative;
  z-index: 2;
  margin: 0 0 140px;
}
.top .sec_topics .sec01_wrap {
  height: 100vh;
  max-width: 733px;
  display: table;
  margin: 0 auto;
}
@media (max-width: 850px) {
  .top .sec_topics .sec01_wrap {
    display: block;
    padding: 120px 0 0;
    height: auto;
  }
}
.top .sec_topics .sec01_inner {
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 850px) {
  .top .sec_topics .sec01_inner {
    display: block;
  }
}
.top .sec_topics .sec01_inner .sec01_block {
  margin: 0 auto;
  background: #fff;
  -webkit-box-shadow: 0px 0px 16px -6px rgba(22, 109, 26, 0.6);
          box-shadow: 0px 0px 16px -6px rgba(22, 109, 26, 0.6);
  border-radius: 18px;
  padding: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 850px) {
  .top .sec_topics .sec01_inner .sec01_block {
    padding: 50px 25px 25px;
  }
}
.top .sec_topics .sec01_inner .sec01_logo {
  width: 29.46%;
  margin: 0 auto;
  max-width: 326px;
}
@media (max-width: 850px) {
  .top .sec_topics .sec01_inner .sec01_logo {
    width: 64.46%;
  }
}
.top .sec_topics .sec01_inner .sec01_maintxt {
  width: 62.21%;
  margin: 5% auto 6%;
  max-width: 455px;
}
@media (max-width: 850px) {
  .top .sec_topics .sec01_inner .sec01_maintxt {
    width: 100%;
    margin: 5% auto 11%;
  }
}
.top .sec_topics .sec01_inner .sec01_cont {
  display: table;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 850px) {
  .top .sec_topics .sec01_inner .sec01_cont {
    max-width: 510px;
  }
}
.top .sec_topics .sec01_inner .sec01_cont .sec01_img01 {
  display: table-cell;
  width: 28%;
}
@media (max-width: 850px) {
  .top .sec_topics .sec01_inner .sec01_cont .sec01_img01 {
    width: 52%;
  }
}
.top .sec_topics .sec01_inner .sec01_cont .sec01_img02 {
  display: table-cell;
  padding: 0 0 0 6%;
}
@media (max-width: 850px) {
  .top .sec_topics .sec01_inner .sec01_cont .sec01_img02 {
    padding: 0 0 0 7%;
  }
}
.top .sec_topics .sec01_inner .sec01_btnlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 8% 0 0;
}
@media (max-width: 650px) {
  .top .sec_topics .sec01_inner .sec01_btnlist {
    display: block;
    margin: 90px 0 0;
  }
}
.top .sec_topics .sec01_inner .sec01_btnlist li {
  width: 49%;
}
@media (max-width: 650px) {
  .top .sec_topics .sec01_inner .sec01_btnlist li {
    width: 100%;
    margin: 0 0 38px;
  }
  .top .sec_topics .sec01_inner .sec01_btnlist li + li {
    margin: 0 0 30px;
  }
}
.top .sec_topics .sec01_inner .sec01_btnlist li .btn_green_utop {
  text-align: left;
  font-size: 0.87rem;
  padding: 22px;
  line-height: 1.4em;
}
@media (max-width: 850px) {
  .top .sec_topics .sec01_inner .sec01_btnlist li .btn_green_utop {
    padding: 17px 22px;
    margin: 0 auto;
  }
}
.top .sec_topics .sec01_topics_btn {
  width: 100%;
  text-align: center;
  margin-bottom: 70px;
}
.top .sec_topics .sec01_topics_btn a {
  margin: auto;
}
@media (max-width: 850px) {
  .top .sec_topics .sec01_topics_btn {
    width: 100%;
  }
}
.top .sec_topics .sec01_topics_bannar {
  width: 100%;
  max-width: 733px;
  margin: auto;
  background-color: #fff;
  border-radius: 30px;
}
.top .sec_topics .sec01_topics_bannar img {
  vertical-align: bottom;
}
@media (max-width: 850px) {
  .top .sec_topics .sec01_topics_bannar {
    width: 100%;
    max-width: 100%;
    background-color: transparent;
  }
}
.top .sec_topics .sec01_topics {
  display: table;
  width: 100%;
  border-radius: 18px;
  position: relative;
  overflow: hidden;
  margin: 0 0 36px;
  -webkit-box-shadow: 0px 0px 16px -6px rgba(22, 109, 26, 0.6);
          box-shadow: 0px 0px 16px -6px rgba(22, 109, 26, 0.6);
}
@media (max-height: 854px) and (min-width: 851px) {
  .top .sec_topics .sec01_topics {
    margin-top: 100px;
  }
}
@media (max-width: 850px) {
  .top .sec_topics .sec01_topics {
    display: block;
    margin: 17% 0 30px;
  }
}
.top .sec_topics .sec01_topics .sec01_topics_ttl {
  display: table-cell;
  background: #076e39;
  padding: 52px 0;
  width: 18.48%;
  text-align: center;
  color: #fff;
  vertical-align: middle;
}
@media (max-width: 850px) {
  .top .sec_topics .sec01_topics .sec01_topics_ttl {
    display: block;
    width: 100%;
    padding: 12px 0;
  }
}
.top .sec_topics .sec01_topics .sec01_topics_inner {
  display: table-cell;
  background: #fff;
  vertical-align: middle;
  padding: 0px 0 0px 24px;
  cursor: pointer;
}
@media (max-width: 850px) {
  .top .sec_topics .sec01_topics .sec01_topics_inner {
    display: block;
    width: 100%;
    padding: 1rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.top .sec_topics .sec01_topics .sec01_topics_inner a {
  display: block;
  position: relative;
  padding: 30px 0;
}
.top .sec_topics .sec01_topics .sec01_topics_inner a:after {
  content: "";
  position: absolute;
  top: 40%;
  right: 40px;
  width: 17px;
  height: 17px;
  border-top: 1px solid #076e39;
  border-right: 1px solid #076e39;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (max-width: 850px) {
  .top .sec_topics .sec01_topics .sec01_topics_inner a:after {
    display: none;
  }
}
.top .sec_topics .sec01_topics .sec01_topics_inner a.outlink:before {
  content: "";
  position: absolute;
}
.top .sec_topics .sec01_topics .sec01_topics_inner a.outlink:after {
  display: none;
}
.top .sec_topics .sec01_topics .sec01_topics_inner a .topics_outlink {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 20px;
}
@media (max-width: 850px) {
  .top .sec_topics .sec01_topics .sec01_topics_inner a .topics_outlink {
    top: 40px;
    right: 10px;
    background-color: #fff;
    width: 8vw;
    height: 8vw;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 2vw;
    line-height: 1;
  }
}
.top .sec_topics .sec01_topics .sec01_topics_inner a + a {
  background-image: linear-gradient(to right, #076e39 2px, transparent 2px);
  background-size: 8px 2px;
  background-repeat: repeat-x;
  background-position: left top;
}
.top .sec_topics .sec01_topics .sec01_topics_inner a dl {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.top .sec_topics .sec01_topics .sec01_topics_inner a:hover dl {
  opacity: 0.6;
}
@media (max-width: 850px) {
  .top .sec_topics .sec01_topics .sec01_topics_inner a:hover dl {
    opacity: 1;
  }
}
.top .sec_topics .sec01_topics .sec01_topics_inner .sec01_topics_img {
  width: 120px;
  display: table-cell;
  line-height: 0;
  overflow: hidden;
  position: relative;
  -webkit-transition: opacity 0.3s 0s ease;
  transition: opacity 0.3s 0s ease;
}
.top .sec_topics .sec01_topics .sec01_topics_inner .sec01_topics_img img {
  border-radius: 5px;
  border: solid 1px #eee;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 850px) {
  .top .sec_topics .sec01_topics .sec01_topics_inner .sec01_topics_img {
    display: block;
    vertical-align: top;
    width: 100%;
    border-radius: 0px;
  }
}
.top .sec_topics .sec01_topics .sec01_topics_inner .sec01_topics_inner02 {
  display: table-cell;
  vertical-align: middle;
  -webkit-transition: opacity 0.3s 0s ease;
  transition: opacity 0.3s 0s ease;
}
@media (max-width: 850px) {
  .top .sec_topics .sec01_topics .sec01_topics_inner .sec01_topics_inner02 {
    display: block;
    padding: 1rem 0;
  }
}
.top .sec_topics .sec01_topics .sec01_topics_inner .sec01_topics_date {
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px 0 24px;
}
@media (max-width: 850px) {
  .top .sec_topics .sec01_topics .sec01_topics_inner .sec01_topics_date {
    display: block;
    padding: 0 0 0 20px;
  }
}
.top .sec_topics .sec01_topics .sec01_topics_inner .sec01_topics_txt {
  vertical-align: middle;
  padding: 0 60px 0 16px;
}
.top .sec_topics .sec01_topics .sec01_topics_inner .sec01_topics_txt .sec01_topics_subimg {
  display: block;
  width: 100px;
  border: solid 1px #eee;
  border-radius: 6px;
  overflow: hidden;
  padding: 4px 10px;
}
.top .sec_topics .sec01_topics .sec01_topics_inner .sec01_topics_txt .sec01_topics_subimg img {
  line-height: 0;
  vertical-align: sub;
}
.top .sec_topics .sec01_topics .sec01_topics_inner .sec01_topics_txt .sec01_topics_subimg_2 {
  display: block;
  width: 140px;
  border: solid 1px #eee;
  border-radius: 6px;
  overflow: hidden;
  line-height: 1;
}
.top .sec_topics .sec01_topics .sec01_topics_inner .sec01_topics_txt .sec01_topics_subimg_2 img {
  vertical-align: bottom;
}
@media (max-width: 850px) {
  .top .sec_topics .sec01_topics .sec01_topics_inner .sec01_topics_txt {
    padding: 0 !important;
  }
}
.top .sec_topics .sec01_topics .sec01_topics_inner .sec01_topics_txt .new {
  background-color: #fff600;
  font-family: din-2014, sans-serif;
  font-weight: 600;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: 12px;
  border-radius: 4px;
  font-style: normal;
  display: inline-block;
  font-size: 0.9rem;
}
@media (max-width: 850px) {
  .top .sec_topics .sec01_topics .sec01_topics_inner .sec01_topics_txt .new {
    margin-bottom: 0.5rem;
  }
}
.top .sec_topics .sec01_topics .sec01_topics_inner .sec01_topics_txt .new + .category {
  margin-left: 0.5rem;
}
@media (max-width: 850px) {
  .top .sec_topics .sec01_topics .sec01_topics_inner .sec01_topics_txt .new + .category {
    margin-left: 0rem;
    margin-bottom: 0.5rem;
  }
}
.top .sec_topics .sec01_topics .sec01_topics_inner .sec01_topics_txt .date {
  padding-right: 10px;
  font-style: normal;
  display: inline-block;
  font-size: 0.9rem;
}
@media (max-width: 850px) {
  .top .sec_topics .sec01_topics .sec01_topics_inner .sec01_topics_txt .date {
    margin-bottom: 0.5rem;
  }
}
.top .sec_topics .sec01_topics .sec01_topics_inner .sec01_topics_txt .date + .category {
  margin-left: 0.5rem;
}
@media (max-width: 850px) {
  .top .sec_topics .sec01_topics .sec01_topics_inner .sec01_topics_txt .date + .category {
    margin-left: 0rem;
    margin-bottom: 0.5rem;
  }
}
.top .sec_topics .sec01_topics .sec01_topics_inner .sec01_topics_txt .category {
  padding-right: 10px;
  font-style: normal;
  display: inline-block;
  font-size: 0.9rem;
  border: solid 1px #076e39;
  padding: 0.1rem 0.4rem;
  border-radius: 0.5rem;
}
.top .sec_topics .sec01_topics .sec01_topics_inner .sec01_topics_txt .category.sdgs {
  width: 5.5rem;
  padding: 0.2rem 0.5rem;
}
.top .sec_topics .sec01_topics .sec01_topics_inner .sec01_topics_txt .category.sdgs img {
  vertical-align: text-top;
}
.top .sec_topics .sec01_topics .sec01_topics_inner .sec01_topics_txt + .sec01_topics_txt {
  margin-top: 0.3rem;
}
.top .sec_topics .sec01_topics .sec01_topics_inner .sec01_topics_txt + .sec01_topics_txt + .sec01_topics_txt {
  margin-top: 0.6rem;
}
@media (max-width: 850px) {
  .top .sec_topics .sec01_topics .sec01_topics_inner .sec01_topics_txt {
    display: block;
    padding: 0 0 0 20px;
    line-height: 1.4em;
  }
}
.top .sec_topics .sec01_sns {
  position: absolute;
  right: 50px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 48px;
  border-radius: 24px;
  background: #fff;
  padding: 25px 0;
  text-align: center;
  -webkit-box-shadow: 0px 0px 16px -6px rgba(22, 109, 26, 0.6);
          box-shadow: 0px 0px 16px -6px rgba(22, 109, 26, 0.6);
}
@media (max-width: 850px) {
  .top .sec_topics .sec01_sns {
    display: none;
  }
}
.top .sec_topics .sec01_sns li:nth-child(1) {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  font-size: 0.75rem;
  display: inline-block;
  padding: 0px 20px;
  margin: 10px -17px 0px;
}
.top .sec_topics .sec01_sns li:nth-child(2) {
  width: 26px;
  margin: 25px auto 18px;
  line-height: 0;
}
.top .sec_topics .sec01_sns li:nth-child(3) {
  width: 26px;
  margin: 0 auto;
  line-height: 0;
}
.top .movie_modal {
  width: 100%;
  height: 100vh;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.top .movie_modal.active {
  opacity: 1;
  visibility: visible;
}
.top .movie_modal .movie_modal_inner {
  width: 90%;
  max-width: 1000px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 850px) {
  .top .movie_modal .movie_modal_inner {
    width: 100%;
  }
}
.top .movie_modal .movie_modal_content {
  width: 100%;
  aspect-ratio: 16/9;
  position: relative;
}
.top .movie_modal .movie_modal_closeBtn {
  padding-top: 1rem;
}
.top .movie_modal .movie_modal_closeBtn p {
  background-color: #fff;
  padding: 1rem;
  width: 250px;
  text-align: center;
  border-radius: 32px;
  margin: auto;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.top .movie_modal .movie_modal_closeBtn p:hover {
  background-color: #076e39;
  color: #fff;
}
.top .movie_modal .movie_modal_closeBtn p:hover i:after, .top .movie_modal .movie_modal_closeBtn p:hover i:before {
  background-color: #fff;
}
.top .movie_modal .movie_modal_closeBtn p i {
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 50%;
  left: 30px;
}
.top .movie_modal .movie_modal_closeBtn p i:after, .top .movie_modal .movie_modal_closeBtn p i:before {
  width: 100%;
  height: 2px;
  content: "";
  display: block;
  background-color: #076e39;
  position: absolute;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.top .movie_modal .movie_modal_closeBtn p i:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.top .movie_modal .movie_modal_closeBtn p i:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.top .sec_sdgs {
  position: relative;
  z-index: 2;
  background-color: #fff;
  margin-bottom: 150px;
  padding: 80px 0;
  margin: 115px 0 0 0;
}
@media (max-width: 850px) {
  .top .sec_sdgs {
    margin-bottom: 0px;
    margin-top: 18vw;
    padding: 0;
    padding: 18vw 0;
  }
}
.top .sec_sdgs .cont_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 850px) {
  .top .sec_sdgs .cont_inner {
    display: block;
  }
}
.top .sec_sdgs .sdgs_inner {
  width: 45%;
  max-width: 1136px;
}
@media (max-width: 850px) {
  .top .sec_sdgs .sdgs_inner {
    display: block;
    width: 100%;
  }
  .top .sec_sdgs .sdgs_inner + .sdgs_inner {
    margin-top: 18vw;
  }
}
@media (max-width: 850px) {
  .top .sec_sdgs .sdgs_inner .sdgs_text {
    width: 100%;
  }
}
.top .sec_sdgs .sdgs_inner .sdgs_text h2 {
  font-size: 2.25rem;
  line-height: 2.25rem;
  margin-bottom: 15px;
  height: 5.25rem;
}
@media (max-width: 850px) {
  .top .sec_sdgs .sdgs_inner .sdgs_text h2 {
    height: auto;
    font-size: 2rem;
  }
}
.top .sec_sdgs .sdgs_inner .sdgs_text h2.long {
  font-size: 1.25rem;
  line-height: 2.25rem;
  margin-bottom: 15px;
}
.top .sec_sdgs .sdgs_inner .sdgs_text h2.long span {
  font-size: 2.25rem;
}
.top .sec_sdgs .sdgs_inner .sdgs_text h2.long span i {
  font-style: normal;
  font-size: 1.5rem;
  padding-bottom: 0.5rem;
  display: inline-block;
}
@media (max-width: 850px) {
  .top .sec_sdgs .sdgs_inner .sdgs_text h2.long {
    font-size: 1.25rem;
    line-height: 1.85rem;
  }
  .top .sec_sdgs .sdgs_inner .sdgs_text h2.long span {
    font-size: 2.25rem;
    font-size: 1.8rem;
  }
}
.top .sec_sdgs .sdgs_inner .sdgs_text h3 {
  font-size: 1.25rem;
  line-height: 2.25rem;
}
.top .sec_sdgs .sdgs_inner .sdgs_text .sdgs_title_group {
  margin-bottom: 15px;
}
.top .sec_sdgs .sdgs_inner .sdgs_text .category_ttl {
  font-size: 1.35rem;
  font-family: din-2014, sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
  margin-bottom: 15px;
}
.top .sec_sdgs .sdgs_inner .sdgs_text .category_ttl.new {
  display: table;
  margin-left: -1rem;
  margin-bottom: 0.3rem;
}
.top .sec_sdgs .sdgs_inner .sdgs_text .category_ttl.new span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  background-color: #fff600;
  line-height: 1;
  font-size: 1.35rem;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 100%;
}
.top .sec_sdgs .sdgs_inner .sdgs_text .category_ttl.new span + span {
  width: auto;
  background-color: transparent;
  padding-left: 0.5rem;
}
.top .sec_sdgs .sdgs_inner .sdgs_text .cont_subttl {
  padding: 0;
  margin-top: 1rem;
}
.top .sec_sdgs .sdgs_inner .sdgs_text .cont_subttl p {
  line-height: 1.5;
}
.top .sec_sdgs .sdgs_inner .sdgs_text p {
  font-size: 1.25rem;
}
@media (max-width: 850px) {
  .top .sec_sdgs .sdgs_inner .sdgs_text p {
    font-size: 1rem;
  }
}
.top .sec_sdgs .sdgs_inner .sdgs_text p + p, .top .sec_sdgs .sdgs_inner .sdgs_text p .text_link_box {
  margin-top: 1.5rem;
}
@media (max-width: 850px) {
  .top .sec_sdgs .sdgs_inner .sdgs_img {
    width: 100%;
    margin-top: 1.5rem;
    padding-top: 0px;
  }
}
.top .sec_sdgs .sdgs_inner .sdgs_img img {
  line-height: 0;
  width: 100%;
  vertical-align: bottom;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  cursor: pointer;
}
.top .sec_sdgs .sdgs_inner .sdgs_img img:hover {
  opacity: 0.75;
}
.top .sec02 {
  padding: 140px 0 175px;
  position: relative;
  z-index: 2;
  margin: -140px 0 0;
}
@media (max-width: 850px) {
  .top .sec02 {
    padding: 18% 0 30%;
    margin: 0;
  }
}
.top .sec02 .sec02_ttl {
  font-size: 3.8rem;
  line-height: 1.3em;
  padding: 0 0 40px;
}
@media (max-width: 850px) {
  .top .sec02 .sec02_ttl {
    font-size: 2.25rem;
    white-space: nowrap;
  }
}
@media (max-width: 850px) {
  .top .sec02 .cont_subttl02 {
    font-size: 1rem;
    white-space: nowrap;
  }
}
.top .sec02 .sec02_txt01 {
  font-size: 1.25rem;
  line-height: 2.3em;
}
@media (max-width: 850px) {
  .top .sec02 .sec02_txt01 {
    font-size: 1rem;
  }
}
.top .sec02 .sec02_txt01 span {
  display: inline-block;
}
.top .sec02 .sec02_txt01 .sm {
  font-size: 0.75rem;
  vertical-align: super;
}
.top .sec02 .sec02_txt01 + .sec02_txt01 {
  padding-top: 1.25rem;
}
.top .sec02 .sec02_txt02 {
  font-size: 0.75rem;
  margin: 30px 0 0;
  width: 40%;
}
@media (max-width: 850px) {
  .top .sec02 .sec02_txt02 {
    width: 100%;
  }
}
.top .sec03 .sec03_puzzle {
  width: 80%;
  max-width: 798px;
  margin: 0 auto;
  padding: 0 0 108px;
}
@media (max-width: 850px) {
  .top .sec03 .sec03_puzzle {
    width: 92%;
    padding: 0;
  }
}
.top .sec03 .sec03_puzzle .sec03_puzzle_inner {
  padding: 0 0 230%;
}
@media (max-width: 850px) {
  .top .sec03 .sec03_puzzle .sec03_puzzle_inner {
    padding: 0 0 385%;
  }
}
.top .sec04 {
  position: relative;
  overflow: hidden;
}
.top .sec04 .sec04_inner {
  display: table;
  padding: 0 0 75px;
}
@media (max-width: 850px) {
  .top .sec04 .sec04_inner {
    display: block;
  }
}
.top .sec04 .sec04_inner .sec04_cont {
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 850px) {
  .top .sec04 .sec04_inner .sec04_cont {
    display: block;
  }
}
.top .sec04 .sec04_inner .sec04_cont .sec04_txt02 {
  display: inline-block;
  padding: 12px;
  line-height: 1em;
  border: 1px solid #076e39;
  margin: 35px 0 0;
  font-size: 0.8rem;
}
.top .sec04 .sec04_inner .sec04_img {
  display: table-cell;
  vertical-align: middle;
  width: 37%;
  padding: 0 0 0 40px;
  line-height: 0;
  max-width: 285px;
}
@media (max-width: 850px) {
  .top .sec04 .sec04_inner .sec04_img {
    display: block;
    width: 55%;
    padding: 0;
    margin: 0 auto 6%;
  }
}
.top .sec04 .sec04_scroll {
  position: relative;
}
.top .sec04 .sec04_scroll .sec04_scroll_inner {
  width: 1312px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0 -55px;
  position: relative;
  padding: 175px 0 250px;
}
@media (max-width: 850px) {
  .top .sec04 .sec04_scroll .sec04_scroll_inner {
    width: 1160px;
    margin: 0 0 0 -35px;
  }
}
.top .sec04 .sec04_scroll .sec04_scroll_inner .sec04_scroll_img01 {
  width: 266px;
}
.top .sec04 .sec04_scroll .sec04_scroll_inner .sec04_scroll_img01 img {
  width: 163px;
}
.top .sec04 .sec04_scroll .sec04_scroll_inner .sec04_scroll_arrow {
  width: 88px;
  padding: 60px 0 0;
}
.top .sec04 .sec04_scroll .sec04_scroll_inner .sec04_scroll_arrow02 {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  padding: 0 0 0 6px;
  margin: -10px 0 0;
}
.top .sec04 .sec04_scroll .sec04_scroll_inner .sec04_scroll_arrow03 {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  position: absolute;
  right: 229px;
  padding: 127px 0 0;
}
@media (max-width: 850px) {
  .top .sec04 .sec04_scroll .sec04_scroll_inner .sec04_scroll_arrow03 {
    right: 188px;
  }
}
.top .sec04 .sec04_scroll .sec04_scroll_inner .sec04_scroll_img02 {
  width: 273px;
  text-align: center;
  position: relative;
}
@media (max-width: 850px) {
  .top .sec04 .sec04_scroll .sec04_scroll_inner .sec04_scroll_img02 {
    width: 235px;
  }
}
.top .sec04 .sec04_scroll .sec04_scroll_inner .sec04_scroll_img02 img {
  width: 163px;
}
.top .sec04 .sec04_scroll .sec04_scroll_inner .sec04_scroll_img02 .sec04_scroll_txt {
  text-align: center;
  font-size: 1.125rem;
  margin: 0 0 15px;
  line-height: 1.3em;
  position: absolute;
  bottom: 180px;
  left: 0;
  width: 100%;
}
.top .sec04 .sec04_scroll .sec04_scroll_inner .sec04_scroll_img03 {
  margin: -132px 0 0 -50px;
}
.top .sec04 .sec04_scroll .sec04_scroll_inner .sec04_scroll_img03 .sec04_scroll_txt {
  bottom: 310px;
}
.top .sec04 .sec04_scroll .sec04_scroll_inner .sec04_scroll_img04 {
  position: absolute;
  top: 305px;
  right: 0;
}
.top .sec04 .sec04_scroll_bg {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url("../img/top/sec05_bg.png") repeat-x bottom center;
  background-size: contain;
  width: 100%;
  padding: 0 0 185px;
  min-width: 1390px;
}
@media (max-width: 850px) {
  .top .sec04 .sec04_scroll_bg {
    min-width: 1195px;
  }
}
.top .sec05 {
  padding: 160px 0 140px;
  overflow: hidden;
}
@media (max-width: 850px) {
  .top .sec05 {
    padding: 100px 0 90px;
  }
}
@media (max-width: 850px) {
  .top .sec05 .cont_ttl {
    font-size: 1.5625rem;
  }
}
.top .sec05 .sec05_ttl01 {
  width: 90.58%;
  margin: 0 0 20px;
}
@media (max-width: 850px) {
  .top .sec05 .sec05_ttl01 {
    max-width: 400px;
  }
}
.top .sec05 .sec05_ttl02 {
  max-width: 800px;
  width: 70%;
  margin: 0 0 40px;
}
@media (max-width: 850px) {
  .top .sec05 .sec05_ttl02 {
    width: 92%;
    max-width: 400px;
  }
}
.top .sec05 .sec05_txt02 {
  font-size: 0.93rem;
  padding: 30px 0 15px;
}
.top .sec05 .sec05_boxlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 0 0;
}
@media (max-width: 850px) {
  .top .sec05 .sec05_boxlist {
    width: 100%;
    margin: 3% auto;
    max-width: 560px;
  }
}
@media (max-width: 500px) {
  .top .sec05 .sec05_boxlist {
    display: block;
    width: 64%;
  }
}
.top .sec05 .sec05_boxlist li + li {
  padding: 0 0 0 50px;
}
@media (max-width: 850px) {
  .top .sec05 .sec05_boxlist li + li {
    padding: 0;
    width: 108%;
    margin: 0 0 0 50px;
  }
}
@media (max-width: 500px) {
  .top .sec05 .sec05_boxlist li + li {
    width: 100%;
    margin: 10% 0 0 0;
  }
}
.top .sec05 .sec05_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top .sec05 .sec05_cont .sec05_cont_r {
  padding: 0 0 0 50px;
  margin: -50px -100px 0 0;
}
@media (max-width: 850px) {
  .top .sec05 .sec05_cont_r {
    margin: -10% 0 0 auto;
    width: 110%;
    max-width: 500px;
  }
}
.top .sec05 .btn_green {
  margin: 35px 0 0;
}
.top .sec05 .sec05_terra {
  -webkit-box-shadow: 0px 0px 16px -6px rgba(22, 109, 26, 0.6);
          box-shadow: 0px 0px 16px -6px rgba(22, 109, 26, 0.6);
  background: #fff;
  border-radius: 18px;
  padding: 65px 50px;
  margin: 50px 0 0;
}
@media (max-width: 850px) {
  .top .sec05 .sec05_terra {
    padding: 30px 20px;
  }
}
.top .sec05 .sec05_terra .sec05_terra_inner {
  display: table;
  width: 90%;
  margin: 0 auto;
}
.top .sec05 .sec05_terra .sec05_terra01 {
  display: table-cell;
  width: 30%;
  vertical-align: top;
  padding: 13px 0 0;
}
.top .sec05 .sec05_terra .sec05_terra01 img {
  width: 68.85%;
  display: block;
  margin: 0 auto;
}
.top .sec05 .sec05_terra .sec05_terra02 {
  display: table-cell;
  width: 70%;
  vertical-align: top;
}
.top .sec05 .sec05_terra .sec05_terra03 {
  display: table-cell;
  width: 27%;
  vertical-align: top;
}
.top .sec05 .sec05_terra .sec05_terra03 img {
  width: 75.86%;
  display: block;
  margin: 0 auto;
}
.top .sec05 .sec05_terra .sec05_txt03 {
  font-size: 1.75rem;
  margin: 0 0 15px;
}
@media (max-width: 850px) {
  .top .sec05 .sec05_terra .sec05_txt03 {
    font-size: 1.25rem;
  }
}
.top .sec05 .sec05_terra .sec05_txt04 {
  font-size: 1.25rem;
  line-height: 1.5em;
  width: 95%;
}
@media (max-width: 850px) {
  .top .sec05 .sec05_terra .sec05_txt04 {
    font-size: 1rem;
    margin: 30px 0 30px;
    width: 100%;
  }
}
.top .sec05 .sec05_terra .sec05_txt05 {
  font-size: 1rem;
  margin: 10px 0 0;
  text-align: center;
}
@media (max-width: 850px) {
  .top .sec05 .sec05_terra .sec05_txt05 {
    font-size: 0.75rem;
  }
}
.top .sec05 .sec05_terra .sec05_img05 {
  width: 60%;
  margin: 50px auto 40px;
}
@media (max-width: 850px) {
  .top .sec05 .sec05_terra .sec05_img05 {
    margin: 0;
    width: 96%;
  }
}
.top .sec05 .sec05_terra .btn_green {
  margin: 20px auto 0;
}
.top .sec05 .sec05_terra .sec05_terra_list {
  display: table;
}
.top .sec05 .sec05_terra .sec05_terra_list .sec05_terra01 {
  display: table-cell;
}
.top .sec05 .sec05_terra .sec05_terra_list .sec05_terra03 {
  display: table-cell;
}
.top .sec06 {
  background: url("../img/top/sec07_bg.png") no-repeat center center #076e39;
  background-size: auto 84%;
  padding: 130px 0 130px;
}
@media (max-width: 850px) {
  .top .sec06 {
    padding: 80px 0;
    background: url(../img/top/sec07_bg.png) no-repeat center 5% #076e39;
    background-size: 106% auto;
  }
}
.top .sec06 .cont_inner {
  display: table;
  padding: 0 2% 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 850px) {
  .top .sec06 .cont_inner {
    display: block;
  }
}
.top .sec06 .cont_inner .sec06_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 850px) {
  .top .sec06 .cont_inner .sec06_head {
    display: block;
  }
}
.top .sec06 .cont_inner .sec06_cont_l {
  width: 30%;
  padding: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 850px) {
  .top .sec06 .cont_inner .sec06_cont_l {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 1.5rem;
  }
}
.top .sec06 .cont_inner .sec06_cont_l h2 {
  font-size: 2.5rem;
  white-space: nowrap;
  padding: 0;
}
.top .sec06 .cont_inner .sec06_img01 {
  width: 30%;
}
@media (max-width: 850px) {
  .top .sec06 .cont_inner .sec06_img01 {
    width: 50%;
    margin: auto;
    margin-bottom: 1rem;
  }
}
.top .sec06 .cont_inner .sec06_cont_r {
  width: 40%;
  padding: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 850px) {
  .top .sec06 .cont_inner .sec06_cont_r {
    display: block;
    width: 100%;
    padding: 0;
  }
}
.top .sec06 .cont_inner .sec06_cont_r .cont_txt {
  font-size: 1.25rem;
  line-height: 1.7em;
}
@media (max-width: 850px) {
  .top .sec06 .cont_inner .sec06_cont_r .cont_txt {
    font-size: 1rem;
  }
}
.top .sec06 .cont_inner .sec06_not {
  border: 5px solid #fff;
  border-radius: 23px;
  padding: 28px 28px 17px;
  margin: 40px 0 0;
  background-color: #fff;
  color: #076e39;
}
@media (max-width: 850px) {
  .top .sec06 .cont_inner .sec06_not {
    padding: 1rem;
  }
}
.top .sec06 .cont_inner .sec06_not .sec06_txt01 {
  font-size: 1.43rem;
  line-height: 1;
}
.top .sec06 .cont_inner .sec06_not .sec06_txt02 {
  margin: 15px 0 10px;
}
@media (max-width: 850px) {
  .top .sec06 .cont_inner .sec06_not .sec06_txt02 {
    margin: 4% 0 3%;
  }
}
.top .sec06 .cont_inner .sec06_not .sec06_txt03 {
  margin-bottom: 1.5rem;
  font-size: 0.75rem;
  line-height: 1.5;
  text-indent: -1em;
  padding-left: 1em;
}
@media (max-width: 850px) {
  .top .sec06 .cont_inner .sec06_not .sec06_txt03 {
    margin: 0 0 15%;
  }
}
.top .sec06 .cont_inner .sec06_not .sec06_not_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 850px) {
  .top .sec06 .cont_inner .sec06_not .sec06_not_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.top .sec06 .cont_inner .sec06_not .sec06_not_list li {
  width: 13%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
@media (max-width: 850px) {
  .top .sec06 .cont_inner .sec06_not .sec06_not_list li {
    width: 47%;
    margin-bottom: 1.5rem;
  }
}
.top .sec06 .cont_inner .sec06_not .sec06_not_list li img {
  margin-bottom: 0.5rem;
  width: 90%;
}
.top .sec06 .cont_inner .sec06_not .sec06_not_list li p {
  padding: 5px;
  background-color: #076e39;
  border-radius: 5px;
  color: #fff;
  font-size: 0.93rem;
  text-align: center;
  line-height: 1.5;
  min-height: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top .sec06 .cont_inner .sec06_not .sec06_not_list li p span {
  width: 100%;
}
.top .sec07 {
  background: #fff;
  padding: 160px 0 140px;
}
@media (max-width: 850px) {
  .top .sec07 {
    padding: 80px 0;
  }
}
.top .sec07 .sec07_ttl {
  display: table;
}
@media (max-width: 850px) {
  .top .sec07 .sec07_ttl {
    display: block;
  }
}
.top .sec07 .sec07_ttl .sec07_ttl_l {
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 850px) {
  .top .sec07 .sec07_ttl .sec07_ttl_l {
    display: block;
  }
}
.top .sec07 .sec07_ttl .sec07_ttl_r {
  display: table-cell;
  padding: 0 0 0 55px;
  vertical-align: middle;
}
@media (max-width: 850px) {
  .top .sec07 .sec07_ttl .sec07_ttl_r {
    display: block;
    padding: 0;
  }
}
@media (max-width: 850px) {
  .top .sec07 .cont_ttl {
    font-size: 1.56rem;
  }
}
.top .sec07 .cont_subttl03 {
  margin: 1rem 0 0;
  line-height: 1.5;
  text-indent: -1em;
  padding-left: 1em;
  padding-top: 1em;
}
.top .sec07 .cont_txt {
  line-height: 1.7em;
  margin: 15px 0 0;
}
@media (max-width: 850px) {
  .top .sec07 .cont_txt {
    width: 100%;
  }
}
@media (max-width: 850px) {
  .top .sec07 .sec07_map_tab_wrap {
    margin: 0 0 0 -5vw;
    width: 100vw;
    margin-bottom: -8px;
    z-index: 100;
    position: relative;
    overflow-x: scroll;
    -ms-overflow-style: none;
    /* IE, Edge 対応 */
    scrollbar-width: none;
    /* Firefox 対応 */
    padding-bottom: 8px;
  }
  .top .sec07 .sec07_map_tab_wrap::-webkit-scrollbar {
    /* Chrome, Safari 対応 */
    display: none;
  }
}
.top .sec07 .simplebar-scrollbar::before {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 3px;
  height: 6px !important;
}
.top .sec07 .simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}
.top .sec07 .simplebar-track {
  background: rgba(0, 0, 0, 0.5);
  height: 9px !important;
}
.top .sec07 .sec07_map_tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3px;
  margin: 40px 0 -13px;
}
@media (max-width: 850px) {
  .top .sec07 .sec07_map_tab {
    margin: 40px 0 0;
  }
}
.top .sec07 .sec07_map_tab li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  border-radius: 10px 10px 0 0;
  line-height: 1.2;
  width: 194px;
  padding: 8px 0 20px;
  font-weight: bold;
  font-size: 15px;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
@media (max-width: 850px) {
  .top .sec07 .sec07_map_tab li {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 12px 10px;
    width: auto;
    min-width: 100px;
    font-size: 12px;
  }
}
.top .sec07 .sec07_map_tab li:nth-child(1) {
  border-top: 5px solid #2f312f;
  border-right: 5px solid #2f312f;
  border-left: 5px solid #2f312f;
  color: #2f312f;
  width: auto;
  padding: 8px 30px 20px;
  font-size: 17px;
}
@media (max-width: 850px) {
  .top .sec07 .sec07_map_tab li:nth-child(1) {
    padding: 12px 10px;
    font-size: 12px;
  }
}
.top .sec07 .sec07_map_tab li:nth-child(1).active {
  background: #2f312f;
  color: #fff;
}
@media (min-width: 851px) {
  .top .sec07 .sec07_map_tab li:nth-child(1):hover {
    background: #2f312f;
    color: #fff;
  }
}
.top .sec07 .sec07_map_tab li:nth-child(2) {
  border-top: 5px solid #306c3e;
  border-right: 5px solid #306c3e;
  border-left: 5px solid #306c3e;
  color: #306c3e;
}
.top .sec07 .sec07_map_tab li:nth-child(2) img {
  width: 26px;
}
.top .sec07 .sec07_map_tab li:nth-child(2).active {
  background: #306c3e;
  color: #fff;
}
@media (min-width: 851px) {
  .top .sec07 .sec07_map_tab li:nth-child(2):hover {
    background: #306c3e;
    color: #fff;
  }
}
.top .sec07 .sec07_map_tab li:nth-child(3) {
  border-top: 5px solid #137786;
  border-right: 5px solid #137786;
  border-left: 5px solid #137786;
  color: #137786;
}
.top .sec07 .sec07_map_tab li:nth-child(3) img {
  width: 28px;
}
.top .sec07 .sec07_map_tab li:nth-child(3).active {
  background: #137786;
  color: #fff;
}
@media (min-width: 851px) {
  .top .sec07 .sec07_map_tab li:nth-child(3):hover {
    background: #137786;
    color: #fff;
  }
}
.top .sec07 .sec07_map_tab li:nth-child(4) {
  border-top: 5px solid #6e075e;
  border-right: 5px solid #6e075e;
  border-left: 5px solid #6e075e;
  color: #6e075e;
}
.top .sec07 .sec07_map_tab li:nth-child(4) img {
  width: 28px;
}
.top .sec07 .sec07_map_tab li:nth-child(4).active {
  background: #6e075e;
  color: #fff;
}
@media (min-width: 851px) {
  .top .sec07 .sec07_map_tab li:nth-child(4):hover {
    background: #6e075e;
    color: #fff;
  }
}
.top .sec07 .sec07_map_tab li:nth-child(5) {
  border-top: 5px solid #7c4e0e;
  border-right: 5px solid #7c4e0e;
  border-left: 5px solid #7c4e0e;
  color: #7c4e0e;
}
.top .sec07 .sec07_map_tab li:nth-child(5) img {
  width: 27px;
}
.top .sec07 .sec07_map_tab li:nth-child(5).active {
  background: #7c4e0e;
  color: #fff;
}
@media (min-width: 851px) {
  .top .sec07 .sec07_map_tab li:nth-child(5):hover {
    background: #7c4e0e;
    color: #fff;
  }
}
.top .sec07 .sec07_map_tab li span:nth-child(1) {
  position: relative;
}
.top .sec07 .sec07_map_tab li span:nth-child(1) img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
}
.top .sec07 .sec07_map_tab li img {
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.top .sec07 .sec07_map_tab li img:nth-child(2) {
  opacity: 0;
}
@media (min-width: 851px) {
  .top .sec07 .sec07_map_tab li:hover img:nth-child(1) {
    opacity: 0;
  }
  .top .sec07 .sec07_map_tab li:hover img:nth-child(2) {
    opacity: 1;
  }
}
.top .sec07 .sec07_map_tab li.active img:nth-child(1) {
  opacity: 0;
}
.top .sec07 .sec07_map_tab li.active img:nth-child(2) {
  opacity: 1;
}
.top .sec07 .sec07_map {
  display: none;
  border-radius: 17px;
  overflow: hidden;
  position: relative;
  line-height: 0;
}
@media (max-width: 850px) {
  .top .sec07 .sec07_map {
    width: 111.11%;
    margin: 0 0 0 -5.55%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 0px 0px 17px 17px;
    margin-top: -1px;
  }
}
.top .sec07 .sec07_map.active {
  display: block;
}
.top .sec07 .sec07_map.sec07_map_01 {
  border: 5px solid #2f312f;
  border-radius: 0px 17px 17px 17px;
}
@media (max-width: 850px) {
  .top .sec07 .sec07_map.sec07_map_01 {
    border-top: 16px solid #2f312f;
    border-radius: 0px 0px 17px 17px;
  }
}
.top .sec07 .sec07_map.sec07_map_02 {
  border: 5px solid #306c3e;
}
@media (max-width: 850px) {
  .top .sec07 .sec07_map.sec07_map_02 {
    border-top: 16px solid #306c3e;
  }
}
.top .sec07 .sec07_map.sec07_map_03 {
  border: 5px solid #137786;
}
@media (max-width: 850px) {
  .top .sec07 .sec07_map.sec07_map_03 {
    border-top: 16px solid #137786;
  }
}
.top .sec07 .sec07_map.sec07_map_04 {
  border: 5px solid #6e075e;
}
@media (max-width: 850px) {
  .top .sec07 .sec07_map.sec07_map_04 {
    border-top: 16px solid #6e075e;
  }
}
.top .sec07 .sec07_map.sec07_map_05 {
  border: 5px solid #7c4e0e;
}
@media (max-width: 850px) {
  .top .sec07 .sec07_map.sec07_map_05 {
    border-top: 16px solid #7c4e0e;
  }
}
.top .sec07 .map_list_comment {
  font-size: 0.8rem;
  padding-top: 1rem;
}
.top .sec07 .map_list_comment a {
  text-decoration: underline;
}
.top .sec07 .sec07_list_ttl {
  font-size: 1rem;
  display: table;
  width: 100%;
  margin: 48px 0 0;
  padding: 17px 0 17px;
  border-bottom: 5px solid #076e39;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.top .sec07 .sec07_list_ttl:hover {
  opacity: 0.6;
}
@media (max-width: 850px) {
  .top .sec07 .sec07_list_ttl {
    border-bottom: none;
  }
}
.top .sec07 .sec07_list_ttl.active:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.top .sec07 .sec07_list_ttl.active span:nth-child(1)::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.top .sec07 .sec07_list_ttl span:nth-child(1) {
  display: table-cell;
  width: 27px;
  padding: 0 10px 0 0;
  position: relative;
}
.top .sec07 .sec07_list_ttl span:nth-child(1)::before {
  content: "";
  width: 27px;
  height: 4px;
  border-radius: 2px;
  margin: 19px 0;
  display: block;
}
.top .sec07 .sec07_list_ttl span:nth-child(1)::after {
  content: "";
  width: 4px;
  height: 27px;
  border-radius: 2px;
  display: block;
  position: absolute;
  top: 7px;
  left: 11px;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.top .sec07 .sec07_list_ttl span:nth-child(1).active::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.top .sec07 .sec07_list_ttl span:nth-child(2) {
  display: table-cell;
  width: 45px;
  padding: 0 15px 0 10px;
  vertical-align: middle;
  line-height: 0;
}
@media (max-width: 850px) {
  .top .sec07 .sec07_list_ttl span:nth-child(2) {
    padding: 0 15px 0 0;
  }
}
.top .sec07 .sec07_list_ttl span:nth-child(3) {
  display: table-cell;
  vertical-align: middle;
}
.top .sec07 .sec07_list_ttl span:nth-child(3) .fukidashi {
  font-style: normal;
  display: inline-block;
  background-color: #fff600;
  padding: 3px 12px;
  border-radius: 6px;
  font-size: 0.9rem;
  font-weight: bold;
  margin-left: 6px;
}
@media (max-width: 850px) {
  .top .sec07 .sec07_list_ttl span:nth-child(3) .fukidashi {
    margin-left: 0;
  }
}
.top .sec07 .sec07_list_ttl.sec07_list_ttl_01 {
  border-bottom: 5px solid #076e39;
}
.top .sec07 .sec07_list_ttl.sec07_list_ttl_01 span:nth-child(1)::before {
  background: #076e39;
}
.top .sec07 .sec07_list_ttl.sec07_list_ttl_01 span:nth-child(1)::after {
  background: #076e39;
}
.top .sec07 .sec07_list_ttl.sec07_list_ttl_02 {
  border-bottom: 5px solid #137786;
}
.top .sec07 .sec07_list_ttl.sec07_list_ttl_02 span:nth-child(1)::before {
  background: #137786;
}
.top .sec07 .sec07_list_ttl.sec07_list_ttl_02 span:nth-child(1)::after {
  background: #137786;
}
.top .sec07 .sec07_list_ttl.sec07_list_ttl_02 span:nth-child(3) {
  color: #137786;
}
.top .sec07 .sec07_list_ttl.sec07_list_ttl_03 {
  border-bottom: 5px solid #6e075e;
}
.top .sec07 .sec07_list_ttl.sec07_list_ttl_03 span:nth-child(1)::before {
  background: #6e075e;
}
.top .sec07 .sec07_list_ttl.sec07_list_ttl_03 span:nth-child(1)::after {
  background: #6e075e;
}
.top .sec07 .sec07_list_ttl.sec07_list_ttl_03 span:nth-child(3) {
  color: #6e075e;
}
.top .sec07 .sec07_list_ttl.sec07_list_ttl_04 {
  border-bottom: 5px solid #7c4e0e;
}
.top .sec07 .sec07_list_ttl.sec07_list_ttl_04 span:nth-child(1)::before {
  background: #7c4e0e;
}
.top .sec07 .sec07_list_ttl.sec07_list_ttl_04 span:nth-child(1)::after {
  background: #7c4e0e;
}
.top .sec07 .sec07_list_ttl.sec07_list_ttl_04 span:nth-child(3) {
  color: #7c4e0e;
}
.top .sec07 .sec07_box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 2.66%;
}
@media (min-width: 851px) {
  .top .sec07 .sec07_box ul {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.top .sec07 .sec07_box ul li {
  background-image: linear-gradient(to right, #076e39 2px, transparent 2px);
  background-size: 8px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
  width: 23%;
  padding: 22px 0;
}
@media (max-width: 850px) {
  .top .sec07 .sec07_box ul li {
    width: 100%;
  }
  .top .sec07 .sec07_box ul li:nth-child(1) a {
    padding: 10px 0 0;
  }
  .top .sec07 .sec07_box ul li:last-child {
    background-image: none;
  }
}
.top .sec07 .sec07_box ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  color: #076e39;
  position: relative;
  pointer-events: none;
}
.top .sec07 .sec07_box ul li a.out_link {
  background-image: url("../img/common/out_link.svg");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 1rem;
  padding-right: 1.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  pointer-events: auto;
}
.top .sec07 .sec07_box ul li span:nth-child(1) {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #076e39;
  color: #fff;
  text-align: center;
  line-height: 1.9;
}
.top .sec07 .sec07_box ul li span:nth-child(2) {
  padding: 0 0 0 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(100% - 30px);
}
.top .sec07 .sec07_box ul li span:nth-child(2) i {
  font-style: normal;
  display: inline-block;
  background-color: #fff600;
  padding: 0 9px;
  border-radius: 6px;
  font-size: 0.9rem;
  font-weight: bold;
}
.top .sec07 .sec07_box ul li span:nth-child(2) span {
  font-size: 0.85rem;
  display: block;
  padding-top: 0.5rem;
}
.top .sec07 .sec07_box ul li span:nth-child(2) span i {
  display: inline-block;
  background: #076e39;
  color: #fff;
  font-size: 0.85rem;
  font-weight: normal;
  line-height: 1;
  padding: 0.35rem 0.5rem;
}
.top .sec07 .sec07_box ul li span.time {
  width: auto;
  border-radius: 0;
  background-color: transparent !important;
  text-align: left;
  height: auto;
  color: #137786;
}
.top .sec07 .sec07_box ul li span em {
  font-style: normal;
  font-size: 0.85rem;
}
.top .sec07 .sec07_list_wrap {
  display: none;
}
.top .sec07 .sec07_list_wrap_02 ul li {
  background-image: linear-gradient(to right, #137786 2px, transparent 2px);
}
.top .sec07 .sec07_list_wrap_02 ul li span:nth-child(1) {
  background: #137786;
}
.top .sec07 .sec07_list_wrap_02 ul li span:nth-child(2) span i {
  background: #137786;
}
.top .sec07 .sec07_list_wrap_02 ul li a {
  color: #137786;
}
.top .sec07 .sec07_list_wrap_02 ul li a.out_link {
  background-image: url("../img/common/out_link_b.svg");
}
.top .sec07 .sec07_list_wrap_03 ul li {
  background-image: linear-gradient(to right, #6e075e 2px, transparent 2px);
}
.top .sec07 .sec07_list_wrap_03 ul li span:nth-child(1) {
  background: #6e075e;
}
.top .sec07 .sec07_list_wrap_03 ul li span:nth-child(2) span i {
  background: #6e075e;
}
.top .sec07 .sec07_list_wrap_03 ul li a {
  color: #6e075e;
}
.top .sec07 .sec07_list_wrap_03 ul li a.out_link {
  background-image: url("../img/common/out_link_p.svg");
}
.top .sec07 .sec07_list_wrap_04 ul li {
  background-image: linear-gradient(to right, #7c4e0e 2px, transparent 2px);
}
.top .sec07 .sec07_list_wrap_04 ul li span:nth-child(1) {
  background: #7c4e0e;
}
.top .sec07 .sec07_list_wrap_04 ul li span:nth-child(2) span i {
  background: #7c4e0e;
}
.top .sec07 .sec07_list_wrap_04 ul li a {
  color: #7c4e0e;
}
.top .sec07 .sec07_list_wrap_04 ul li a.out_link {
  background-image: url("../img/common/out_link_y_2.svg");
}
.top .sec08 {
  padding: 115px 0 0;
}
@media (max-width: 850px) {
  .top .sec08 {
    padding: 80px 0 0;
  }
}
.top .sec08 .btn_green {
  margin: 60px auto 0;
}
.top .sec09 {
  padding: 115px 0 0;
}
@media (max-width: 850px) {
  .top .sec09 {
    padding: 80px 0 0;
  }
}
.top .sec09 .btn_green {
  margin: 90px auto 0;
}
.top .sec09 .sec09_txt {
  font-size: 0.93rem;
  margin: 18px 0 0;
  text-align: center;
}
.top .sec10 {
  padding: 110px 0;
}
@media (max-width: 850px) {
  .top .sec10 {
    padding: 14% 0 20%;
  }
}
.top .sec10 .sec10_img01 {
  width: 295px;
  margin: 0 auto;
}
@media (max-width: 850px) {
  .top .sec10 .sec10_img01 {
    width: 72.62%;
    max-width: 244px;
  }
}
.top .sec10 .sec10_img02 {
  width: 488px;
  margin: 30px auto 0;
  margin-bottom: 30px;
}
@media (max-width: 850px) {
  .top .sec10 .sec10_img02 {
    width: 87.76%;
    max-width: 488px;
  }
}
.top .sec10 p {
  font-size: 1rem;
  text-align: center;
}

.puzzle_sec {
  position: relative;
  overflow: hidden;
}
.puzzle_sec .bg_puzzle {
  height: 100%;
  width: 80%;
  max-width: 980px;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0 auto;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media (max-width: 850px) {
  .puzzle_sec .bg_puzzle {
    width: 90%;
    max-width: none;
  }
  .puzzle_sec .bg_puzzle .bg_puzzle_inner02 {
    width: 210%;
    margin-left: -55%;
  }
}
.puzzle_sec .bg_puzzle .bg_puzzle_inner {
  padding: 0 0 69.6%;
  position: relative;
  margin: 50vh 0 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.puzzle_sec .bg_puzzle p {
  position: absolute;
  line-height: 0;
}
.puzzle_sec .bg_puzzle .puzzle_01 {
  width: 7.3%;
}
.puzzle_sec .bg_puzzle .puzzle_02 {
  width: 8.6%;
}
.puzzle_sec .bg_puzzle .puzzle_03 {
  width: 1.8%;
}
.puzzle_sec .bg_puzzle .puzzle_04 {
  width: 8.08%;
}
.puzzle_sec .bg_puzzle .puzzle_05 {
  width: 1.8%;
}
.puzzle_sec .bg_puzzle .puzzle_06 {
  width: 11.4%;
}
.puzzle_sec .bg_puzzle .puzzle_07 {
  width: 9.1%;
}
.puzzle_sec .bg_puzzle .puzzle_08 {
  width: 14%;
}
.puzzle_sec .bg_puzzle .puzzle_09 {
  width: 11.7%;
}
.puzzle_sec .bg_puzzle .puzzle_10 {
  width: 2.3%;
}
.puzzle_sec .bg_puzzle .puzzle_11 {
  width: 8.8%;
}
.puzzle_sec .bg_puzzle .puzzle_12 {
  width: 5.7%;
}
.puzzle_sec .bg_puzzle .puzzle_13 {
  width: 8.95%;
}
.puzzle_sec .bg_puzzle .puzzle_14 {
  width: 3%;
}
.puzzle_sec .bg_puzzle .puzzle_15 {
  width: 9.7%;
}
.puzzle_sec .bg_puzzle .puzzle_16 {
  width: 11.7%;
}
.puzzle_sec .bg_puzzle .puzzle_17 {
  width: 14.2%;
}
.puzzle_sec .bg_puzzle .puzzle_18 {
  width: 9.05%;
}
.puzzle_sec .bg_puzzle .puzzle_19 {
  width: 11.65%;
}
.puzzle_sec .bg_puzzle .puzzle_20 {
  width: 11.7%;
}
.puzzle_sec .bg_puzzle .puzzle_21 {
  width: 11.46%;
}
.puzzle_sec .bg_puzzle .puzzle_22 {
  width: 11.58%;
}
.puzzle_sec .bg_puzzle .puzzle_23 {
  width: 2.1%;
}
.puzzle_sec .bg_puzzle .puzzle_24 {
  width: 9.05%;
}
.puzzle_sec .bg_puzzle .puzzle_25 {
  width: 2.1%;
}
.puzzle_sec .bg_puzzle .puzzle_26 {
  width: 8.7%;
}
.puzzle_sec .bg_puzzle .puzzle_27 {
  width: 11.7%;
}
.puzzle_sec .bg_puzzle .puzzle_28 {
  width: 1.4%;
}
.puzzle_sec .bg_puzzle .puzzle_29 {
  width: 11.6%;
}
.puzzle_sec .bg_puzzle .puzzle_30 {
  width: 11.57%;
}
.puzzle_sec .bg_puzzle .puzzle_31 {
  width: 11.65%;
}
.puzzle_sec .bg_puzzle .puzzle_32 {
  width: 9.06%;
}
.puzzle_sec .bg_puzzle .puzzle_33 {
  width: 14%;
}
.puzzle_sec .bg_puzzle .puzzle_34 {
  width: 11.6%;
}
.puzzle_sec .bg_puzzle .puzzle_35 {
  width: 11.55%;
}
.puzzle_sec .bg_puzzle .puzzle_36 {
  width: 11.6%;
}
.puzzle_sec .bg_puzzle .puzzle_37 {
  width: 6.5%;
}
.puzzle_sec .bg_puzzle .puzzle_38 {
  width: 6.1%;
}
.puzzle_sec .bg_puzzle .puzzle_39 {
  width: 11.6%;
}
.puzzle_sec .bg_puzzle .puzzle_40 {
  width: 11.6%;
}
.puzzle_sec .bg_puzzle .puzzle_41 {
  width: 11.6%;
}
.puzzle_sec .bg_puzzle .puzzle_42 {
  width: 13.95%;
}
.puzzle_sec .bg_puzzle .puzzle_43 {
  width: 9.1%;
}
.puzzle_sec .bg_puzzle .puzzle_44 {
  width: 11.65%;
}
.puzzle_sec .bg_puzzle .puzzle_45 {
  width: 11.6%;
}
.puzzle_sec .bg_puzzle .puzzle_46 {
  width: 11.6%;
}
.puzzle_sec .bg_puzzle .puzzle_47 {
  width: 11.57%;
}
.puzzle_sec .bg_puzzle .puzzle_48 {
  width: 6.05%;
}
.puzzle_sec .bg_puzzle .puzzle_49 {
  width: 3.24%;
}
.puzzle_sec .bg_puzzle .puzzle_50 {
  width: 1.2%;
}
.puzzle_sec .bg_puzzle .puzzle_51 {
  width: 2.65%;
}
.puzzle_sec .bg_puzzle .puzzle_52 {
  width: 2.04%;
}
.puzzle_sec .bg_puzzle .puzzle_53 {
  width: 11.62%;
}
.puzzle_sec .bg_puzzle .puzzle_54 {
  width: 11.5%;
}
.puzzle_sec .bg_puzzle .puzzle_55 {
  width: 11.62%;
}
.puzzle_sec .bg_puzzle .puzzle_56 {
  width: 11.52%;
}
.puzzle_sec .bg_puzzle .puzzle_57 {
  width: 9.16%;
}
.puzzle_sec .bg_puzzle .puzzle_58 {
  width: 14.09%;
}
.puzzle_sec .bg_puzzle .puzzle_59 {
  width: 11.6%;
}
.puzzle_sec .bg_puzzle .puzzle_60 {
  width: 11.63%;
}
.puzzle_sec .bg_puzzle .puzzle_61 {
  width: 11.64%;
}
.puzzle_sec .bg_puzzle .puzzle_62 {
  width: 6.3%;
}
.puzzle_sec .bg_puzzle .puzzle_63 {
  width: 2.44%;
}
.puzzle_sec .bg_puzzle .puzzle_64 {
  width: 10.9%;
}
.puzzle_sec .bg_puzzle .puzzle_65 {
  width: 11.65%;
}
.puzzle_sec .bg_puzzle .puzzle_66 {
  width: 11.5%;
}
.puzzle_sec .bg_puzzle .puzzle_67 {
  width: 14%;
}
.puzzle_sec .bg_puzzle .puzzle_68 {
  width: 9.18%;
}
.puzzle_sec .bg_puzzle .puzzle_69 {
  width: 11.61%;
}
.puzzle_sec .bg_puzzle .puzzle_70 {
  width: 11.66%;
}
.puzzle_sec .bg_puzzle .puzzle_71 {
  width: 11.7%;
}
.puzzle_sec .bg_puzzle .puzzle_72 {
  width: 11.5%;
}
.puzzle_sec .bg_puzzle .puzzle_73 {
  width: 4.6%;
}
.puzzle_sec .bg_puzzle .puzzle_74 {
  width: 9.84%;
}
.puzzle_sec .bg_puzzle .puzzle_75 {
  width: 11.5%;
}
.puzzle_sec .bg_puzzle .puzzle_76 {
  width: 2.19%;
}
.puzzle_sec .bg_puzzle .puzzle_77 {
  width: 11.6%;
}
.puzzle_sec .bg_puzzle .puzzle_78 {
  width: 11.6%;
}
.puzzle_sec .bg_puzzle .puzzle_79 {
  width: 9.09%;
}
.puzzle_sec .bg_puzzle .puzzle_80 {
  width: 14.14%;
}
.puzzle_sec .bg_puzzle .puzzle_81 {
  width: 11.64%;
}
.puzzle_sec .bg_puzzle .puzzle_82 {
  width: 11.55%;
}
.puzzle_sec .bg_puzzle .puzzle_83 {
  width: 5.99%;
}
.puzzle_sec .bg_puzzle .puzzle_84 {
  width: 3.36%;
}
.puzzle_sec .bg_puzzle .puzzle_85 {
  width: 8.88%;
}
.puzzle_sec .bg_puzzle .puzzle_86 {
  width: 14.1%;
}
.puzzle_sec .bg_puzzle .puzzle_87 {
  width: 9.1%;
}
.puzzle_sec .bg_puzzle .puzzle_88 {
  width: 11.64%;
}
.puzzle_sec .bg_puzzle .puzzle_89 {
  width: 9.05%;
}
.puzzle_sec .bg_puzzle .puzzle_90 {
  width: 2.2%;
}
.puzzle_sec .bg_puzzle .puzzle_p_01 {
  width: 15%;
  z-index: 2;
}
.puzzle_sec .bg_puzzle .puzzle_p_02 {
  width: 14%;
  z-index: 2;
}
.puzzle_sec .bg_puzzle .puzzle_p_03 {
  width: 15%;
}
.puzzle_sec .bg_puzzle .puzzle_p_04 {
  width: 14%;
}
.puzzle_sec .bg_puzzle .human_01 {
  width: 15%;
  left: 3%;
  top: 51%;
  opacity: 0;
}
.puzzle_sec .bg_puzzle .human_02 {
  width: 15%;
  left: 25%;
  top: 79%;
  opacity: 0;
}
.puzzle_sec .bg_puzzle .human_03 {
  width: 31%;
  left: 52%;
  top: 50%;
  opacity: 0;
}
.puzzle_sec .bg_puzzle .human_04 {
  width: 12%;
  left: 87%;
  top: 57%;
  opacity: 0;
}
.puzzle_sec .bg_puzzle .human_01_hand01 {
  width: 3%;
  top: 75.6%;
  left: 3%;
  z-index: 3;
  opacity: 0;
}
.puzzle_sec .bg_puzzle .human_01_hand02 {
  width: 3%;
  top: 65.6%;
  left: 10%;
  z-index: 3;
  opacity: 0;
}
.puzzle_sec .bg_puzzle.sec01_pos .puzzle_01 {
  left: 160%;
  top: 30%;
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
}
.puzzle_sec .bg_puzzle.sec01_pos .puzzle_02 {
  left: 181.5%;
  top: 2%;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}
.puzzle_sec .bg_puzzle.sec01_pos .puzzle_03 {
  left: 158.2%;
  top: 17.5%;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}
.puzzle_sec .bg_puzzle.sec01_pos .puzzle_04 {
  left: 9.85%;
  top: -25.4%;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}
.puzzle_sec .bg_puzzle.sec01_pos .puzzle_05 {
  left: -61.2%;
  top: 4.1%;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.puzzle_sec .bg_puzzle.sec01_pos .puzzle_06 {
  left: 1.2%;
  top: -0.45%;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}
.puzzle_sec .bg_puzzle.sec01_pos .puzzle_07 {
  left: 51.7%;
  top: -7.4%;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}
.puzzle_sec .bg_puzzle.sec01_pos .puzzle_08 {
  left: 68.8%;
  top: -22.6%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.puzzle_sec .bg_puzzle.sec01_pos .puzzle_09 {
  left: 112.85%;
  top: 24.6%;
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
}
.puzzle_sec .bg_puzzle.sec01_pos .puzzle_10 {
  left: 95.2%;
  top: -23.95%;
  -webkit-transform: rotate(55deg);
          transform: rotate(55deg);
}
.puzzle_sec .bg_puzzle.sec01_pos .puzzle_11 {
  left: 69.6%;
  top: 9.01%;
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}
.puzzle_sec .bg_puzzle.sec01_pos .puzzle_12 {
  left: 144.5%;
  top: -19.63%;
  -webkit-transform: rotate(65deg);
          transform: rotate(65deg);
}
.puzzle_sec .bg_puzzle.sec01_pos .puzzle_13 {
  left: 138.2%;
  top: 18.8%;
  -webkit-transform: rotate(70deg);
          transform: rotate(70deg);
}
.puzzle_sec .bg_puzzle.sec01_pos .puzzle_14 {
  left: -13.4%;
  top: -25.1%;
  -webkit-transform: rotate(75deg);
          transform: rotate(75deg);
}
.puzzle_sec .bg_puzzle.sec01_pos .puzzle_15 {
  left: -18.2%;
  top: 34.97%;
  -webkit-transform: rotate(80deg);
          transform: rotate(80deg);
}
.puzzle_sec .bg_puzzle.sec01_pos .puzzle_16 {
  left: 32.5%;
  top: -17.8%;
  -webkit-transform: rotate(85deg);
          transform: rotate(85deg);
}
.puzzle_sec .bg_puzzle.sec01_pos .puzzle_17 {
  left: 112.15%;
  top: -24.3%;
  -webkit-transform: rotate(95deg);
          transform: rotate(95deg);
}
.puzzle_sec .bg_puzzle.sec01_pos .puzzle_18 {
  left: 137.3%;
  top: 82.36%;
  -webkit-transform: rotate(100deg);
          transform: rotate(100deg);
}
.puzzle_sec .bg_puzzle.sec01_pos .puzzle_19 {
  left: 146.4%;
  top: 40.8%;
  -webkit-transform: rotate(105deg);
          transform: rotate(105deg);
}
.puzzle_sec .bg_puzzle.sec01_pos .puzzle_20 {
  left: 121.1%;
  top: 45.2%;
  -webkit-transform: rotate(110deg);
          transform: rotate(110deg);
}
.puzzle_sec .bg_puzzle.sec01_pos .puzzle_21 {
  left: 105.9%;
  top: 0.9%;
  -webkit-transform: rotate(115deg);
          transform: rotate(115deg);
}
.puzzle_sec .bg_puzzle.sec01_pos .puzzle_22 {
  left: 148.5%;
  top: -7.7%;
  -webkit-transform: rotate(120deg);
          transform: rotate(120deg);
}
.puzzle_sec .bg_puzzle.sec01_pos .puzzle_23 {
  left: 185.1%;
  top: 20.9%;
  -webkit-transform: rotate(125deg);
          transform: rotate(125deg);
}
.puzzle_sec .bg_puzzle.sec01_pos .puzzle_24 {
  left: 146.2%;
  top: 122.94%;
  -webkit-transform: rotate(130deg);
          transform: rotate(130deg);
}
.puzzle_sec .bg_puzzle.sec01_pos .puzzle_25 {
  left: -161.8%;
  top: 10.3%;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.puzzle_sec .bg_puzzle.sec01_pos .puzzle_26 {
  left: -20.8%;
  top: 11%;
  -webkit-transform: rotate(140deg);
          transform: rotate(140deg);
}
.puzzle_sec .bg_puzzle.sec01_pos .puzzle_27 {
  left: 17.02%;
  top: -5%;
  -webkit-transform: rotate(145deg);
          transform: rotate(145deg);
}
.puzzle_sec .bg_puzzle.sec01_pos .puzzle_28 {
  left: 27.87%;
  top: -45.97%;
  -webkit-transform: rotate(150deg);
          transform: rotate(150deg);
}
.puzzle_sec .bg_puzzle.sec01_pos .puzzle_29 {
  left: -31.3%;
  top: -16.4%;
  -webkit-transform: rotate(155deg);
          transform: rotate(155deg);
}
.puzzle_sec .bg_puzzle.sec01_pos .puzzle_30 {
  left: 38.35%;
  top: 19.15%;
  -webkit-transform: rotate(160deg);
          transform: rotate(160deg);
}
.puzzle_sec .bg_puzzle.sec01_pos .puzzle_31 {
  left: 9.95%;
  top: 22.65%;
  -webkit-transform: rotate(165deg);
          transform: rotate(165deg);
}
.puzzle_sec .bg_puzzle.sec01_pos .puzzle_32 {
  left: 126.7%;
  top: -6.3%;
  -webkit-transform: rotate(170deg);
          transform: rotate(170deg);
}
.puzzle_sec .bg_puzzle.sec01_pos .puzzle_33 {
  left: 107.8%;
  top: 98.3%;
  -webkit-transform: rotate(175deg);
          transform: rotate(175deg);
}
.puzzle_sec .bg_puzzle.sec01_pos .puzzle_34 {
  left: -42.1%;
  top: 1.7%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.puzzle_sec .bg_puzzle.sec01_pos .puzzle_35 {
  left: -0.5%;
  top: 44.75%;
  -webkit-transform: rotate(185deg);
          transform: rotate(185deg);
}
.puzzle_sec .bg_puzzle.sec01_pos .puzzle_36 {
  left: -33.09%;
  top: 50.6%;
  -webkit-transform: rotate(190deg);
          transform: rotate(190deg);
}
.puzzle_sec .bg_puzzle.sec01_pos .puzzle_37 {
  left: 94.6%;
  top: -11.4%;
  -webkit-transform: rotate(195deg);
          transform: rotate(195deg);
}
.puzzle_sec .bg_puzzle.sec01_pos .puzzle_38 {
  left: -45.58%;
  top: 49.2%;
  -webkit-transform: rotate(200deg);
          transform: rotate(200deg);
}
.puzzle_sec .bg_puzzle.sec01_pos .puzzle_39 {
  left: -54.81%;
  top: -23.85%;
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
}
.puzzle_sec .bg_puzzle.sec01_pos .puzzle_40 {
  left: -62.1%;
  top: 24.5%;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}
.puzzle_sec .bg_puzzle.sec01_pos .puzzle_41 {
  left: 44.6%;
  top: -36.95%;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}
.puzzle_sec .bg_puzzle.sec01_pos .puzzle_42 {
  left: 22.3%;
  top: 36.7%;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}
.puzzle_sec .bg_puzzle.sec01_pos .puzzle_43 {
  left: -3.7%;
  top: 16.2%;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.puzzle_sec .bg_puzzle.sec01_pos .puzzle_44 {
  left: 128.46%;
  top: 143.7%;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}
.puzzle_sec .bg_puzzle.sec01_pos .puzzle_45 {
  left: 55.1%;
  top: 27.11%;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}
.puzzle_sec .bg_puzzle.sec01_pos .puzzle_46 {
  left: -37.2%;
  top: 28.57%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.puzzle_sec .bg_puzzle.sec01_pos .puzzle_47 {
  left: 103.5%;
  top: 54.11%;
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
}
.puzzle_sec .bg_puzzle.sec01_pos .puzzle_48 {
  left: 142.2%;
  top: 64.7%;
  -webkit-transform: rotate(55deg);
          transform: rotate(55deg);
}
.puzzle_sec .bg_puzzle.sec01_pos .puzzle_49 {
  left: 151.95%;
  top: 18.2%;
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}
.puzzle_sec .bg_puzzle.sec01_pos .puzzle_50 {
  left: 186.8%;
  top: 40.8%;
  -webkit-transform: rotate(65deg);
          transform: rotate(65deg);
}
.puzzle_sec .bg_puzzle.sec01_pos .puzzle_51 {
  left: -55.4%;
  top: 59.1%;
  -webkit-transform: rotate(70deg);
          transform: rotate(70deg);
}
.puzzle_sec .bg_puzzle.sec01_pos .puzzle_52 {
  left: -146.04%;
  top: 49.25%;
  -webkit-transform: rotate(75deg);
          transform: rotate(75deg);
}
.puzzle_sec .bg_puzzle.sec01_pos .puzzle_53 {
  left: -10.95%;
  top: 83.11%;
  -webkit-transform: rotate(80deg);
          transform: rotate(80deg);
}
.puzzle_sec .bg_puzzle.sec01_pos .puzzle_54 {
  left: -24.3%;
  top: 133.56%;
  -webkit-transform: rotate(85deg);
          transform: rotate(85deg);
}
.puzzle_sec .bg_puzzle.sec01_pos .puzzle_55 {
  left: -50.7%;
  top: 76.4%;
  -webkit-transform: rotate(95deg);
          transform: rotate(95deg);
}
.puzzle_sec .bg_puzzle.sec01_pos .puzzle_56 {
  left: -58.99%;
  top: 3.96%;
  -webkit-transform: rotate(100deg);
          transform: rotate(100deg);
}
.puzzle_sec .bg_puzzle.sec01_pos .puzzle_57 {
  left: 42.6%;
  top: 43.5%;
  -webkit-transform: rotate(105deg);
          transform: rotate(105deg);
}
.puzzle_sec .bg_puzzle.sec01_pos .puzzle_58 {
  left: 74.8%;
  top: 34.99%;
  -webkit-transform: rotate(110deg);
          transform: rotate(110deg);
}
.puzzle_sec .bg_puzzle.sec01_pos .puzzle_59 {
  left: 51.9%;
  top: 114.1%;
  -webkit-transform: rotate(115deg);
          transform: rotate(115deg);
}
.puzzle_sec .bg_puzzle.sec01_pos .puzzle_60 {
  left: 120.5%;
  top: 74.4%;
  -webkit-transform: rotate(120deg);
          transform: rotate(120deg);
}
.puzzle_sec .bg_puzzle.sec01_pos .puzzle_61 {
  left: 93.21%;
  top: 75.5%;
  -webkit-transform: rotate(125deg);
          transform: rotate(125deg);
}
.puzzle_sec .bg_puzzle.sec01_pos .puzzle_62 {
  left: -14.4%;
  top: 54.9%;
  -webkit-transform: rotate(130deg);
          transform: rotate(130deg);
}
.puzzle_sec .bg_puzzle.sec01_pos .puzzle_63 {
  left: 26.11%;
  top: -51.4%;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.puzzle_sec .bg_puzzle.sec01_pos .puzzle_64 {
  left: 127.4%;
  top: 110.4%;
  -webkit-transform: rotate(140deg);
          transform: rotate(140deg);
}
.puzzle_sec .bg_puzzle.sec01_pos .puzzle_65 {
  left: 5.9%;
  top: 70.4%;
  -webkit-transform: rotate(145deg);
          transform: rotate(145deg);
}
.puzzle_sec .bg_puzzle.sec01_pos .puzzle_66 {
  left: 83.6%;
  top: 53.03%;
  -webkit-transform: rotate(150deg);
          transform: rotate(150deg);
}
.puzzle_sec .bg_puzzle.sec01_pos .puzzle_67 {
  left: 62.2%;
  top: 53.47%;
  -webkit-transform: rotate(155deg);
          transform: rotate(155deg);
}
.puzzle_sec .bg_puzzle.sec01_pos .puzzle_68 {
  left: 24.2%;
  top: 75.8%;
  -webkit-transform: rotate(160deg);
          transform: rotate(160deg);
}
.puzzle_sec .bg_puzzle.sec01_pos .puzzle_69 {
  left: 20.48%;
  top: -30.51%;
  -webkit-transform: rotate(165deg);
          transform: rotate(165deg);
}
.puzzle_sec .bg_puzzle.sec01_pos .puzzle_70 {
  left: 2.1%;
  top: 93.85%;
  -webkit-transform: rotate(170deg);
          transform: rotate(170deg);
}
.puzzle_sec .bg_puzzle.sec01_pos .puzzle_71 {
  left: 47.7%;
  top: 73.37%;
  -webkit-transform: rotate(175deg);
          transform: rotate(175deg);
}
.puzzle_sec .bg_puzzle.sec01_pos .puzzle_72 {
  left: 82.41%;
  top: 97.85%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.puzzle_sec .bg_puzzle.sec01_pos .puzzle_73 {
  left: 198.2%;
  top: 59.6%;
  -webkit-transform: rotate(185deg);
          transform: rotate(185deg);
}
.puzzle_sec .bg_puzzle.sec01_pos .puzzle_74 {
  left: -39.1%;
  top: 102.36%;
  -webkit-transform: rotate(190deg);
          transform: rotate(190deg);
}
.puzzle_sec .bg_puzzle.sec01_pos .puzzle_75 {
  left: 79.85%;
  top: 133.4%;
  -webkit-transform: rotate(195deg);
          transform: rotate(195deg);
}
.puzzle_sec .bg_puzzle.sec01_pos .puzzle_76 {
  left: -132.37%;
  top: 60.8%;
  -webkit-transform: rotate(200deg);
          transform: rotate(200deg);
}
.puzzle_sec .bg_puzzle.sec01_pos .puzzle_77 {
  left: -17.6%;
  top: 111.87%;
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
}
.puzzle_sec .bg_puzzle.sec01_pos .puzzle_78 {
  left: -56%;
  top: 112.39%;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}
.puzzle_sec .bg_puzzle.sec01_pos .puzzle_79 {
  left: -39.33%;
  top: 123.4%;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}
.puzzle_sec .bg_puzzle.sec01_pos .puzzle_80 {
  left: -7.22%;
  top: 133.9%;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}
.puzzle_sec .bg_puzzle.sec01_pos .puzzle_81 {
  left: 18.91%;
  top: 110.3%;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.puzzle_sec .bg_puzzle.sec01_pos .puzzle_82 {
  left: 29.6%;
  top: 129.4%;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}
.puzzle_sec .bg_puzzle.sec01_pos .puzzle_83 {
  left: 76.3%;
  top: 75.8%;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}
.puzzle_sec .bg_puzzle.sec01_pos .puzzle_84 {
  left: 30.1%;
  top: 181.26%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.puzzle_sec .bg_puzzle.sec01_pos .puzzle_85 {
  left: 40.34%;
  top: 101.805%;
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
}
.puzzle_sec .bg_puzzle.sec01_pos .puzzle_86 {
  left: 52.2%;
  top: 141.26%;
  -webkit-transform: rotate(55deg);
          transform: rotate(55deg);
}
.puzzle_sec .bg_puzzle.sec01_pos .puzzle_87 {
  left: 96.3%;
  top: 117.84%;
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}
.puzzle_sec .bg_puzzle.sec01_pos .puzzle_88 {
  left: 112.4%;
  top: 132.17%;
  -webkit-transform: rotate(65deg);
          transform: rotate(65deg);
}
.puzzle_sec .bg_puzzle.sec01_pos .puzzle_89 {
  left: 62.2%;
  top: 92.88%;
  -webkit-transform: rotate(70deg);
          transform: rotate(70deg);
}
.puzzle_sec .bg_puzzle.sec01_pos .puzzle_90 {
  left: 185%;
  top: 97.17%;
  -webkit-transform: rotate(75deg);
          transform: rotate(75deg);
}
.puzzle_sec .bg_puzzle.sec01_pos .puzzle_p_01 {
  top: 74%;
  left: -27.8%;
  -webkit-transform: rotate(80deg);
          transform: rotate(80deg);
}
.puzzle_sec .bg_puzzle.sec01_pos .puzzle_p_02 {
  top: 108%;
  left: 69.2%;
  -webkit-transform: rotate(85deg);
          transform: rotate(85deg);
}
.puzzle_sec .bg_puzzle.sec01_pos .puzzle_p_03 {
  top: -16%;
  left: -15.8%;
  -webkit-transform: rotate(95deg);
          transform: rotate(95deg);
}
.puzzle_sec .bg_puzzle.sec01_pos .puzzle_p_04 {
  top: 10%;
  left: 91.2%;
  -webkit-transform: rotate(100deg);
          transform: rotate(100deg);
}
@media (max-width: 850px) {
  .puzzle_sec .bg_puzzle.sec01_pos .puzzle_07 {
    left: 83.7%;
    top: -7.4%;
  }
  .puzzle_sec .bg_puzzle.sec01_pos .puzzle_16 {
    left: 35.5%;
    top: -21.8%;
  }
  .puzzle_sec .bg_puzzle.sec01_pos .puzzle_27 {
    left: 17.02%;
    top: 30%;
  }
  .puzzle_sec .bg_puzzle.sec01_pos .puzzle_42 {
    left: 22.3%;
    top: 52.7%;
  }
  .puzzle_sec .bg_puzzle.sec01_pos .puzzle_84 {
    left: 10.1%;
    top: 181.26%;
  }
  .puzzle_sec .bg_puzzle.sec01_pos .puzzle_89 {
    left: 78.2%;
    top: 92.88%;
  }
  .puzzle_sec .bg_puzzle.sec01_pos .puzzle_p_02 {
    top: 89%;
    left: 58.2%;
  }
  .puzzle_sec .bg_puzzle.sec01_pos .puzzle_p_03 {
    top: -5%;
    left: 23.2%;
  }
  .puzzle_sec .bg_puzzle.sec01_pos .puzzle_p_04 {
    top: -17%;
    left: 51.2%;
  }
}
.puzzle_sec .bg_puzzle.sec03_pos .puzzle_01 {
  left: 43.2%;
}
.puzzle_sec .bg_puzzle.sec03_pos .puzzle_02 {
  left: 50.5%;
}
.puzzle_sec .bg_puzzle.sec03_pos .puzzle_03 {
  left: 59.2%;
  top: 0.5%;
}
.puzzle_sec .bg_puzzle.sec03_pos .puzzle_04 {
  left: 27.85%;
  top: 6.6%;
}
.puzzle_sec .bg_puzzle.sec03_pos .puzzle_05 {
  left: 36.8%;
  top: 4.1%;
}
.puzzle_sec .bg_puzzle.sec03_pos .puzzle_06 {
  left: 33.2%;
  top: 2.55%;
}
.puzzle_sec .bg_puzzle.sec03_pos .puzzle_07 {
  left: 41.7%;
  top: 0.6%;
}
.puzzle_sec .bg_puzzle.sec03_pos .puzzle_08 {
  left: 47.8%;
  top: 1.4%;
}
.puzzle_sec .bg_puzzle.sec03_pos .puzzle_09 {
  left: 58.85%;
  top: 1.6%;
}
.puzzle_sec .bg_puzzle.sec03_pos .puzzle_10 {
  left: 62.2%;
  top: 2.05%;
}
.puzzle_sec .bg_puzzle.sec03_pos .puzzle_11 {
  left: 67.6%;
  top: 5.01%;
}
.puzzle_sec .bg_puzzle.sec03_pos .puzzle_12 {
  left: 73.5%;
  top: 6.37%;
}
.puzzle_sec .bg_puzzle.sec03_pos .puzzle_13 {
  left: 76.2%;
  top: 3.8%;
}
.puzzle_sec .bg_puzzle.sec03_pos .puzzle_14 {
  left: 21.6%;
  top: 21.9%;
}
.puzzle_sec .bg_puzzle.sec03_pos .puzzle_15 {
  left: 23.8%;
  top: 13.97%;
}
.puzzle_sec .bg_puzzle.sec03_pos .puzzle_16 {
  left: 30.5%;
  top: 10.2%;
}
.puzzle_sec .bg_puzzle.sec03_pos .puzzle_17 {
  left: 39.15%;
  top: 13.7%;
}
.puzzle_sec .bg_puzzle.sec03_pos .puzzle_18 {
  left: 50.3%;
  top: 10.36%;
}
.puzzle_sec .bg_puzzle.sec03_pos .puzzle_19 {
  left: 56.4%;
  top: 13.8%;
}
.puzzle_sec .bg_puzzle.sec03_pos .puzzle_20 {
  left: 65.1%;
  top: 10.2%;
}
.puzzle_sec .bg_puzzle.sec03_pos .puzzle_21 {
  left: 73.9%;
  top: 13.9%;
}
.puzzle_sec .bg_puzzle.sec03_pos .puzzle_22 {
  left: 82.5%;
  top: 14.3%;
}
.puzzle_sec .bg_puzzle.sec03_pos .puzzle_23 {
  left: 97.1%;
  top: 13.9%;
}
.puzzle_sec .bg_puzzle.sec03_pos .puzzle_24 {
  left: 91.2%;
  top: 13.94%;
}
.puzzle_sec .bg_puzzle.sec03_pos .puzzle_25 {
  left: 1.8%;
  top: 27.3%;
}
.puzzle_sec .bg_puzzle.sec03_pos .puzzle_26 {
  left: 1.2%;
  top: 27%;
}
.puzzle_sec .bg_puzzle.sec03_pos .puzzle_27 {
  left: 7.02%;
  top: 27%;
}
.puzzle_sec .bg_puzzle.sec03_pos .puzzle_28 {
  left: 15.87%;
  top: 29.97%;
}
.puzzle_sec .bg_puzzle.sec03_pos .puzzle_29 {
  left: 15.7%;
  top: 26.6%;
}
.puzzle_sec .bg_puzzle.sec03_pos .puzzle_30 {
  left: 24.35%;
  top: 26.15%;
}
.puzzle_sec .bg_puzzle.sec03_pos .puzzle_31 {
  left: 32.95%;
  top: 22.65%;
}
.puzzle_sec .bg_puzzle.sec03_pos .puzzle_32 {
  left: 41.7%;
  top: 22.7%;
}
.puzzle_sec .bg_puzzle.sec03_pos .puzzle_33 {
  left: 47.8%;
  top: 26.3%;
}
.puzzle_sec .bg_puzzle.sec03_pos .puzzle_34 {
  left: 58.9%;
  top: 22.7%;
}
.puzzle_sec .bg_puzzle.sec03_pos .puzzle_35 {
  left: 67.5%;
  top: 22.75%;
}
.puzzle_sec .bg_puzzle.sec03_pos .puzzle_36 {
  left: 84.91%;
  top: 22.6%;
}
.puzzle_sec .bg_puzzle.sec03_pos .puzzle_37 {
  left: 93.6%;
  top: 22.6%;
}
.puzzle_sec .bg_puzzle.sec03_pos .puzzle_38 {
  left: 1.42%;
  top: 35.2%;
}
.puzzle_sec .bg_puzzle.sec03_pos .puzzle_39 {
  left: 13.19%;
  top: 35.15%;
}
.puzzle_sec .bg_puzzle.sec03_pos .puzzle_40 {
  left: 21.9%;
  top: 38.5%;
}
.puzzle_sec .bg_puzzle.sec03_pos .puzzle_41 {
  left: 30.6%;
  top: 35.05%;
}
.puzzle_sec .bg_puzzle.sec03_pos .puzzle_42 {
  left: 39.3%;
  top: 38.7%;
}
.puzzle_sec .bg_puzzle.sec03_pos .puzzle_43 {
  left: 50.3%;
  top: 35.2%;
}
.puzzle_sec .bg_puzzle.sec03_pos .puzzle_44 {
  left: 56.46%;
  top: 38.7%;
}
.puzzle_sec .bg_puzzle.sec03_pos .puzzle_45 {
  left: 65.1%;
  top: 35.11%;
}
.puzzle_sec .bg_puzzle.sec03_pos .puzzle_46 {
  left: 73.8%;
  top: 38.57%;
}
.puzzle_sec .bg_puzzle.sec03_pos .puzzle_47 {
  left: 82.5%;
  top: 35.11%;
}
.puzzle_sec .bg_puzzle.sec03_pos .puzzle_48 {
  left: 91.2%;
  top: 38.7%;
}
.puzzle_sec .bg_puzzle.sec03_pos .puzzle_49 {
  left: 93.95%;
  top: 46.2%;
}
.puzzle_sec .bg_puzzle.sec03_pos .puzzle_50 {
  left: 98.8%;
  top: 49.8%;
}
.puzzle_sec .bg_puzzle.sec03_pos .puzzle_51 {
  left: 4.6%;
  top: 51.1%;
}
.puzzle_sec .bg_puzzle.sec03_pos .puzzle_52 {
  left: 8.04%;
  top: 56.25%;
}
.puzzle_sec .bg_puzzle.sec03_pos .puzzle_53 {
  left: 7.05%;
  top: 51.11%;
}
.puzzle_sec .bg_puzzle.sec03_pos .puzzle_54 {
  left: 15.7%;
  top: 47.56%;
}
.puzzle_sec .bg_puzzle.sec03_pos .puzzle_55 {
  left: 24.3%;
  top: 47.4%;
}
.puzzle_sec .bg_puzzle.sec03_pos .puzzle_56 {
  left: 33.01%;
  top: 50.96%;
}
.puzzle_sec .bg_puzzle.sec03_pos .puzzle_57 {
  left: 41.6%;
  top: 47.5%;
}
.puzzle_sec .bg_puzzle.sec03_pos .puzzle_58 {
  left: 47.8%;
  top: 50.99%;
}
.puzzle_sec .bg_puzzle.sec03_pos .puzzle_59 {
  left: 58.9%;
  top: 51.1%;
}
.puzzle_sec .bg_puzzle.sec03_pos .puzzle_60 {
  left: 67.5%;
  top: 47.4%;
}
.puzzle_sec .bg_puzzle.sec03_pos .puzzle_61 {
  left: 76.21%;
  top: 47.5%;
}
.puzzle_sec .bg_puzzle.sec03_pos .puzzle_62 {
  left: 93.6%;
  top: 47.9%;
}
.puzzle_sec .bg_puzzle.sec03_pos .puzzle_63 {
  left: 5.11%;
  top: 64.4%;
}
.puzzle_sec .bg_puzzle.sec03_pos .puzzle_64 {
  left: 5.4%;
  top: 63.4%;
}
.puzzle_sec .bg_puzzle.sec03_pos .puzzle_65 {
  left: 21.9%;
  top: 63.4%;
}
.puzzle_sec .bg_puzzle.sec03_pos .puzzle_66 {
  left: 30.6%;
  top: 60.03%;
}
.puzzle_sec .bg_puzzle.sec03_pos .puzzle_67 {
  left: 39.2%;
  top: 63.47%;
}
.puzzle_sec .bg_puzzle.sec03_pos .puzzle_68 {
  left: 50.2%;
  top: 59.8%;
}
.puzzle_sec .bg_puzzle.sec03_pos .puzzle_69 {
  left: 56.48%;
  top: 63.49%;
}
.puzzle_sec .bg_puzzle.sec03_pos .puzzle_70 {
  left: 65.1%;
  top: 59.85%;
}
.puzzle_sec .bg_puzzle.sec03_pos .puzzle_71 {
  left: 73.7%;
  top: 63.37%;
}
.puzzle_sec .bg_puzzle.sec03_pos .puzzle_72 {
  left: 82.41%;
  top: 59.85%;
}
.puzzle_sec .bg_puzzle.sec03_pos .puzzle_73 {
  left: 91.2%;
  top: 63.6%;
}
.puzzle_sec .bg_puzzle.sec03_pos .puzzle_74 {
  left: 8.9%;
  top: 72.36%;
}
.puzzle_sec .bg_puzzle.sec03_pos .puzzle_75 {
  left: 15.85%;
  top: 72.4%;
}
.puzzle_sec .bg_puzzle.sec03_pos .puzzle_76 {
  left: 19.37%;
  top: 84.8%;
}
.puzzle_sec .bg_puzzle.sec03_pos .puzzle_77 {
  left: 24.4%;
  top: 75.87%;
}
.puzzle_sec .bg_puzzle.sec03_pos .puzzle_78 {
  left: 33%;
  top: 72.39%;
}
.puzzle_sec .bg_puzzle.sec03_pos .puzzle_79 {
  left: 41.67%;
  top: 72.4%;
}
.puzzle_sec .bg_puzzle.sec03_pos .puzzle_80 {
  left: 47.78%;
  top: 75.9%;
}
.puzzle_sec .bg_puzzle.sec03_pos .puzzle_81 {
  left: 58.91%;
  top: 72.3%;
}
.puzzle_sec .bg_puzzle.sec03_pos .puzzle_82 {
  left: 67.6%;
  top: 72.4%;
}
.puzzle_sec .bg_puzzle.sec03_pos .puzzle_83 {
  left: 76.3%;
  top: 75.8%;
}
.puzzle_sec .bg_puzzle.sec03_pos .puzzle_84 {
  left: 30.1%;
  top: 88.26%;
}
.puzzle_sec .bg_puzzle.sec03_pos .puzzle_85 {
  left: 33.34%;
  top: 84.805%;
}
.puzzle_sec .bg_puzzle.sec03_pos .puzzle_86 {
  left: 39.2%;
  top: 88.26%;
}
.puzzle_sec .bg_puzzle.sec03_pos .puzzle_87 {
  left: 50.3%;
  top: 84.84%;
}
.puzzle_sec .bg_puzzle.sec03_pos .puzzle_88 {
  left: 56.4%;
  top: 88.17%;
}
.puzzle_sec .bg_puzzle.sec03_pos .puzzle_89 {
  left: 65.2%;
  top: 84.88%;
}
.puzzle_sec .bg_puzzle.sec03_pos .puzzle_90 {
  left: 45%;
  top: 97.17%;
}
.puzzle_sec .bg_puzzle.sec03_pos .puzzle_p_01 {
  top: 57%;
  left: -1.8%;
}
.puzzle_sec .bg_puzzle.sec03_pos .puzzle_p_02 {
  top: 62%;
  left: 18.2%;
}
.puzzle_sec .bg_puzzle.sec03_pos .puzzle_p_03 {
  top: 39%;
  left: 68.2%;
}
.puzzle_sec .bg_puzzle.sec03_pos .puzzle_p_04 {
  top: 64%;
  left: 80.2%;
}

.footer {
  position: relative;
  background-color: #fff;
  color: #333;
  font-family: "Hiragino UD Sans W3 JIS2004", sans-serif;
  position: relative;
  word-break: break-word;
  width: 100%;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  font-size: 16px;
}
.footer a {
  color: #333;
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: rgba(0, 0, 0, 0);
  color: inherit;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.footer .txt-link .icon-img {
  width: 16px;
  display: inline;
  position: static;
  vertical-align: middle;
  margin: -3px 0 0 8px;
}

.footer__top {
  background-color: #f6f6f4;
  padding: 38px 0;
}

.footer__top .nav-list1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0 48px;
  margin-bottom: 12px;
  font-weight: bold;
}

.footer__top .nav-list2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0 50px;
  font-weight: normal;
}

.footer__bottom {
  width: 100%;
  margin: 38px auto 0;
}

.footer__sns .footer__sns-ttl {
  font-size: 18px;
  text-align: center;
  font-family: "Hiragino UD Sans W6 JIS2004", sans-serif;
  margin-bottom: 15px;
}

.footer__sns .link-area {
  text-align: center;
  margin-bottom: 30px;
}

.footer__sns .link-area .txt-link {
  font-size: 16px;
  font-family: "Hiragino UD Sans W6 JIS2004", sans-serif;
}

.footer__bottom .other-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0 31px;
  max-width: 880px;
  margin: 0 auto 40px;
  font-weight: normal;
}

.footer__bottom .other-list .other-list__item {
  font-size: 13px;
}

.footer__bottom .logo-list {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0 64px;
  margin-bottom: 30px;
}

.footer__bottom .logo-list .logo-list__item {
  width: 180px;
}

.footer__bottom .logo-list .logo-list__item--dshc {
  width: 273px;
}

.footer .c_right {
  background-color: #005baa;
  color: #fff;
  text-align: center;
  font-size: 10px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: normal;
}
.footer .c_right br {
  display: none;
}
@media (max-width: 850px) {
  .footer .c_right br {
    display: block;
  }
}

.footer__sns .link-area .txt-link {
  font-size: 16px;
  font-family: "Hiragino UD Sans W6 JIS2004", sans-serif;
  text-decoration: underline;
  color: #005baa;
  font-weight: bold;
}

.footer__sns-ttl {
  font-weight: bold;
}

.footer .btn-top {
  display: none;
}

.footer__top .nav-list1 a {
  display: block;
  font-size: 18px;
  font-family: "Hiragino UD Sans W6 JIS2004", sans-serif;
}

.footer__top .nav-list2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0 50px;
}

.footer__top .nav-list2 a {
  font-size: 16px;
  display: block;
}

.footer #ot-sdk-btn.ot-sdk-show-settings {
  color: #333 !important;
  border: none !important;
  height: auto !important;
  white-space: normal !important;
  word-wrap: break-word !important;
  padding: 0 !important;
  font-size: 13px !important;
  line-height: 1.2 !important;
  -webkit-transition: none !important;
  transition: none !important;
  font-family: "Hiragino UD Sans W3 JIS2004", sans-serif !important;
  background-color: #fff;
  cursor: pointer;
}

.footer #ot-sdk-btn.ot-sdk-show-settings:hover {
  color: #333 !important;
  background-color: #fff !important;
}

@media only screen and (max-width: 1024px) {
  .footer__top {
    padding: 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  .footer__top .nav-list1 {
    gap: 0;
    margin-bottom: 0;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    font-weight: bold;
  }
  .footer__top .nav-list1 .nav-list__item:first-child {
    display: none;
  }
  .footer__top .nav-list1 .nav-list__item:nth-child(even) {
    border-right: 1px solid #ccc;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .footer__top .nav-list1 .nav-list__item {
    width: 50%;
    border-bottom: 1px solid #ccc;
  }
  .footer__top .nav-list1 a {
    font-size: 16px;
    padding: 18px 23px;
  }
  .footer__top .nav-list2 .nav-list__item:nth-child(odd) {
    border-right: 1px solid #ccc;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .footer__top .nav-list2 .nav-list__item {
    width: 50%;
    border-bottom: 1px solid #ccc;
  }
  .footer__top .nav-list2 {
    gap: 0;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
  }
  .footer__top .nav-list2 a {
    font-size: 14px;
    padding: 11px 23px;
  }
  .footer__top .nav-list2 .nav-list__item:last-child {
    border-bottom: none;
  }
  .footer__bottom .wrap__other-list {
    border-top: 1px solid #ccc;
  }
  .footer__bottom .other-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 20px 32px;
    padding: 40px 46px 0 23px;
    margin-bottom: 40px;
  }
  .footer__bottom .logo-list {
    width: 180px;
    margin-bottom: 33px;
  }
  .footer__bottom .logo-list .logo-list__item + .logo-list__item {
    margin-top: 20px;
  }
  .footer .c_right {
    text-align: left;
    height: auto;
    font-size: 12px;
    padding: 16px 0;
  }
  .footer__sns .footer__sns-ttl {
    font-size: 16px;
  }
  .footer__bottom .other-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 18px 32px;
    padding: 40px 46px 0 23px;
    margin-bottom: 40px;
  }
  .footer__bottom {
    width: 100%;
    margin: 40px auto 0;
  }
  .footer__sns .link-area {
    text-align: center;
    margin-bottom: 33px;
  }
}
.nav_sns {
  position: fixed;
  right: 50px;
  top: 250px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 48px;
  border-radius: 24px;
  background: #fff;
  padding: 25px 0;
  text-align: center;
  -webkit-box-shadow: 0px 0px 16px -6px rgba(22, 109, 26, 0.6);
          box-shadow: 0px 0px 16px -6px rgba(22, 109, 26, 0.6);
  z-index: 100;
}
.nav_sns li:nth-child(1) {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  font-size: 0.75rem;
  display: inline-block;
  padding: 0px 20px;
  margin: 10px -17px 0px;
}
.nav_sns li:nth-child(2) {
  width: 26px;
  margin: 25px auto 18px;
  line-height: 0;
}
.nav_sns li:nth-child(3) {
  width: 26px;
  margin: 0 auto;
  line-height: 0;
}
@media (max-width: 850px) {
  .nav_sns {
    position: relative;
    top: 0;
    right: 0;
    left: 5%;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 180px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 12px 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: 21px;
  }
  .nav_sns li:nth-child(1) {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    line-height: 1;
    margin: 0;
    padding: 0;
  }
  .nav_sns li:nth-child(2) {
    width: 32px;
    margin: 0;
    line-height: 0;
  }
  .nav_sns li:nth-child(3) {
    width: 32px;
    margin: 0;
    line-height: 0;
  }
}

.topics_head {
  background: url(../img/top/sec05_bg.png) repeat-x bottom 10px center;
  background-size: auto 100px;
}
.topics_head_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1280px;
  margin: auto;
}
@media (max-width: 850px) {
  .topics_head_inner {
    display: block;
  }
}
.topics_head_inner_text {
  width: 50%;
  text-align: center;
  padding: 10vh 0;
}
@media (max-width: 850px) {
  .topics_head_inner_text {
    width: 100%;
    padding: 5vw 0;
  }
}
.topics_head_inner_text .logo {
  width: 280px;
  margin: auto;
  margin-bottom: 10px;
}
@media (max-width: 850px) {
  .topics_head_inner_text .logo {
    width: 40vw;
  }
}
.topics_head_inner_text .maintxt {
  width: 355px;
  margin: auto;
  margin-bottom: 10px;
}
@media (max-width: 850px) {
  .topics_head_inner_text .maintxt {
    width: 65vw;
  }
}
.topics_head_inner_text h2 {
  color: #fff;
  background-color: #076e39;
  border-radius: 30px;
  display: inline-block;
  padding: 10px 20px 12px 20px;
  font-size: 1.5rem;
  margin: auto;
  margin-bottom: 16px;
  line-height: 1;
}
@media (max-width: 850px) {
  .topics_head_inner_text h2 {
    font-size: 1.25rem;
  }
}
.topics_head_inner_text .data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1rem;
}
@media (max-width: 850px) {
  .topics_head_inner_text .data {
    font-size: 0.8rem;
  }
}
.topics_head_inner_text .data_day, .topics_head_inner_text .data_category {
  padding: 4px 8px;
}
.topics_head_inner_text .data_category {
  border: solid 1px #076e39;
  border-radius: 6px;
}
.topics_head_inner_image {
  width: 50%;
  background-color: #999;
  border-radius: 0 0 0 30px;
  background-image: url("../img/topics/topics_016_1.jpg");
  background-size: cover;
  background-position: center;
}
@media (max-width: 850px) {
  .topics_head_inner_image {
    width: 100%;
    height: 60vw;
    border-radius: 30px 0 0 0px;
  }
}

.topics_detail {
  padding: 90px 0 110px;
  background: url("../img/top/sec05_bg.png") repeat-x top center;
  background-size: contain;
  width: 100%;
  margin: -40px 0 0;
}
.topics_detail .underLine {
  text-decoration: underline;
}
@media (max-width: 850px) {
  .topics_detail {
    padding: 50px 0 110px;
    background: url(../img/top/sec05_bg.png) repeat-x top center;
    background-size: 250% auto;
    margin: 0;
    padding-top: 32px;
  }
}
.topics_detail .topics_detail_inner {
  background: #fff;
  border-radius: 18px;
  -webkit-box-shadow: 0px 0px 16px -6px rgba(22, 109, 26, 0.6);
          box-shadow: 0px 0px 16px -6px rgba(22, 109, 26, 0.6);
  padding: 65px 60px 80px;
  width: 84.2%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1000px;
}
@media (max-width: 850px) {
  .topics_detail .topics_detail_inner {
    width: 100%;
    padding: 50px 25px 50px;
  }
}
.topics_detail .topics_2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.topics_detail .topics_2col div:first-child {
  width: 40%;
  padding-top: 45px;
}
.topics_detail .topics_2col div:first-child img + img {
  margin-top: 10px;
}
.topics_detail .topics_2col div + div {
  width: 60%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 32px;
}
@media (max-width: 850px) {
  .topics_detail .topics_2col {
    display: block;
  }
  .topics_detail .topics_2col div {
    width: 100% !important;
    padding-right: 0 !important;
  }
}
.topics_detail .topics_2col_n {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 45px 0 0;
}
.topics_detail .topics_2col_n div:first-child {
  width: 60%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 32px;
}
.topics_detail .topics_2col_n div + div {
  width: 40%;
}
.topics_detail .topics_2col_n div + div img + img {
  margin-top: 10px;
}
@media (max-width: 850px) {
  .topics_detail .topics_2col_n {
    display: block;
  }
  .topics_detail .topics_2col_n div {
    width: 100% !important;
    padding-right: 0 !important;
  }
  .topics_detail .topics_2col_n div + div {
    margin-top: 1rem;
  }
}
.topics_detail .topics_2col_w {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 45px 0 0;
}
.topics_detail .topics_2col_w div {
  width: 49%;
}
@media (max-width: 850px) {
  .topics_detail .topics_2col_w {
    display: block;
  }
  .topics_detail .topics_2col_w div {
    width: 100% !important;
    padding-right: 0 !important;
  }
  .topics_detail .topics_2col_w div + div {
    margin-top: 1.5rem;
  }
}
.topics_detail .topics_3col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 45px 0 0;
}
.topics_detail .topics_3col div {
  width: 30%;
}
@media (max-width: 850px) {
  .topics_detail .topics_3col {
    display: block;
  }
  .topics_detail .topics_3col div {
    width: 100% !important;
    padding-right: 0 !important;
  }
}
.topics_detail .topics_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: rgba(157, 90, 17, 0.15);
  padding: 0rem 1.5rem;
  border-radius: 12px;
  margin-top: 1rem;
}
.topics_detail .topics_nav p {
  width: 30%;
}
.topics_detail .topics_nav p a {
  display: block;
  position: relative;
  line-height: 1.5;
  font-size: 0.85rem;
  padding: 1rem 1rem 1rem 0rem;
}
.topics_detail .topics_nav p a:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: solid 2px #076e39;
  border-right: solid 2px #076e39;
  -webkit-transform: rotate(135deg) translate(0%, 100%);
          transform: rotate(135deg) translate(0%, 100%);
  position: absolute;
  right: 0;
  top: 50%;
}
@media (max-width: 850px) {
  .topics_detail .topics_nav {
    display: block;
    padding: 1rem 1.5rem;
  }
  .topics_detail .topics_nav p {
    width: 100%;
  }
  .topics_detail .topics_nav p a {
    padding: 0.5rem 1rem 0.5rem 0rem;
  }
}
.topics_detail .cont_detailttl {
  display: table;
  padding: 0 0 15px;
}
.topics_detail .cont_detailttl .cont_subttl01 {
  display: table-cell;
  font-size: 32px;
  font-family: din-2014, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1em;
}
.topics_detail .cont_detailttl .cont_subttl02 {
  display: table-cell;
  vertical-align: middle;
  padding: 5px 12px;
  line-height: 0;
}
.topics_detail .cont_detailttl .cont_subttl02 span {
  background: #076e39;
  border-radius: 3px;
  color: #fff;
  font-size: 13px;
  padding: 2px 7px 3px;
  line-height: 1em;
}
.topics_detail .category {
  margin: 0.7rem 0;
}
.topics_detail .category span {
  border: solid 1px #076e39;
  line-height: 1;
  padding: 0.3rem 0.5rem;
  border-radius: 0.5rem;
  font-size: 1rem;
}
@media (max-width: 850px) {
  .topics_detail .category span {
    font-size: 0.85rem;
  }
}
.topics_detail h1 {
  font-size: 38px;
  font-weight: 500;
  line-height: 1.3em;
}
.topics_detail h1 .sub {
  font-size: 1.5rem;
  display: block;
}
@media (max-width: 850px) {
  .topics_detail h1 {
    font-size: 24px;
    line-height: 1.3em;
  }
  .topics_detail h1 .sub {
    font-size: 0.85rem;
  }
}
.topics_detail h2 {
  font-size: 26px;
  font-weight: 500;
  margin: 45px 0 0;
}
.topics_detail h2 + .topics_txt {
  margin: 10px 0 0;
}
.topics_detail .topics_img_l {
  width: 80%;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  margin: 40px auto 0;
}
@media (max-width: 850px) {
  .topics_detail .topics_img_l {
    width: 100%;
  }
}
.topics_detail .topics_img_l span {
  font-size: 0.85rem;
}
.topics_detail .topics_img_l span i {
  font-style: normal;
  font-size: 1rem;
}
.topics_detail .topics_img_s {
  width: 48%;
  line-height: 0;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  margin: 40px auto 0;
}
.topics_detail .topics_sec {
  padding-top: 3rem;
  margin-top: 3rem !important;
}
.topics_detail .topics_txt {
  font-size: 16px;
  line-height: 33px;
  margin: 45px 0 0;
}
.topics_detail .topics_txt sup {
  font-size: 0.6rem;
}
.topics_detail h2 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  display: block;
  position: relative;
  padding-left: 20px;
  line-height: 1.7rem;
  padding-bottom: 0.75rem;
  background-image: linear-gradient(to right, #076e39 2px, transparent 2px);
  background-size: 8px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
  margin-top: 0;
}
@media (max-width: 850px) {
  .topics_detail h2 {
    font-size: 1.3rem;
  }
}
.topics_detail h2 span {
  font-size: 1rem;
}
.topics_detail h2:after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  position: absolute;
  top: 9px;
  left: 0;
  background-color: #076e39;
}
.topics_detail h3 {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}
.topics_detail .cap {
  font-size: 0.85rem;
  line-height: 1.5;
}
.topics_detail .cap em {
  font-style: normal;
  font-size: 1.2rem;
}
@media (max-width: 850px) {
  .topics_detail .cap em {
    font-size: 1.1rem;
  }
}
.topics_detail .topics_txt_box {
  font-size: 16px;
  line-height: 33px;
  margin: 45px 0 0;
}
.topics_detail .topics_txt_box sup {
  font-size: 0.6rem;
}
.topics_detail .topics_txt_box p + p, .topics_detail .topics_txt_box div + p {
  margin-top: 2rem;
}
.topics_detail .topics_comment {
  font-size: 12px;
  line-height: 20px;
  margin: 45px 0 0;
  text-indent: -24px;
  padding-left: 24px;
}
.topics_detail .topics_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 45px 0 0;
}
.topics_detail .topics_img .topics_img_s {
  margin: 0;
}
.topics_detail .btn_green {
  margin: 60px auto 0;
}

.dshcinterview .topics_detail {
  background-image: none;
}
@media (max-width: 850px) {
  .dshcinterview .topics_detail {
    padding-top: 0;
  }
}
.dshcinterview .topics_detail_inner {
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
}
.dshcinterview .cont_inner {
  max-width: 1200px;
  width: 90%;
}

.interview_list_body article {
  padding: 80px 0 120px;
}
.interview_list_body .topics_list_new li:nth-child(n+4) {
  display: block;
}
.interview_list_body .btn_green {
  margin: 60px auto 0;
}

.interview_detail .topics_other {
  padding: 80px 60px 0;
  width: 84.2%;
  margin: 0 auto;
}
@media (max-width: 850px) {
  .interview_detail .topics_other {
    padding: 80px 0 0;
    width: 100%;
  }
}
.interview_detail .topics_other .topics_list_new li .topics_date i + .category {
  margin-bottom: 0;
}
.interview_detail .topics_other .topics_detail .topics_txt {
  line-height: 1.8;
}
@media (max-width: 850px) {
  .interview_detail .cont_subttl .cont_subttl01 {
    font-size: 1.1rem;
  }
}
.interview_detail .topics_list_new li .topics_img {
  margin: 0;
}
.interview_detail .topics_list_new li:nth-child(n+4) {
  display: block;
}

.topics_list_body article {
  padding: 80px 0 120px;
}
.topics_list_body .topics_list_new li:nth-child(n+4) {
  display: block;
}
.topics_list_body .btn_green {
  margin: 60px auto 0;
}

.topics_list_cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media (max-width: 850px) {
  .topics_list_cat {
    gap: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.topics_list_cat li {
  padding: 8px 10px;
  min-width: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  border: 2px solid #076e39;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.topics_list_cat li.active {
  background: #076e39;
  color: #fff;
  cursor: default;
}
.topics_list_cat li:hover {
  background: #076e39;
  color: #fff;
}

.topics_detail_body .topics_other {
  padding: 80px 60px 0;
  width: 84.2%;
  margin: 0 auto;
}
@media (max-width: 850px) {
  .topics_detail_body .topics_other {
    padding: 80px 0 0;
    width: 100%;
  }
}
.topics_detail_body .topics_other .topics_list_new li .topics_date i + .category {
  margin-bottom: 0;
}
.topics_detail_body .topics_other .topics_txt {
  line-height: 1.8;
}
.topics_detail_body .topics_other .topics_img {
  margin: 0;
}
.topics_detail_body .topics_list_new li:nth-child(n+4) {
  display: block;
}
/*# sourceMappingURL=styles.css.map */