@charset "UTF-8";
html {
  font-size: 62.5%;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

body a img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.top_img {
  position: relative;
  background: url(../images/top/topimg.jpg) center no-repeat;
  padding-top: 50.75%;
  background-size: cover;
  overflow-x: hidden;
}
.top_img .top_h1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
@media (max-width: 767px) {
  .top_img .top_h1 {
    /* 中央基準 */
  }
}
.top_img .top_h1 h1 {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  display: block;
  width: 100vw;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  color: #fff;
  text-shadow: 0 0 10px #000;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
}
@media (min-width: 768px) {
  .top_img .top_h1 h1 {
    font-size: 60px;
    font-size: 6rem;
    line-height: 1.4166666667;
    padding: 4vw;
  }
}
@media (max-width: 767px) {
  .top_img .top_h1 h1 {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.4285714286;
    padding: 10px;
  }
}

.news .news_h2 h2 {
  text-align: center;
  color: #006934 !important;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1.6;
}
.news_content {
  max-width: 1000px;
  margin: 1em auto;
  border-top: 1px solid #006934;
}
.news_content li {
  padding: 1em 0;
  border-bottom: 1px solid #006934;
}
.news_content li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.news_content li a:hover {
  opacity: 0.5;
}
.news_content li a span {
  display: block;
}
@media (max-width: 767px) {
  .news_content li a span {
    padding: 0 5px;
  }
}
@media (min-width: 768px) {
  .news_content li a span.time {
    width: 120px;
    text-align: center;
  }
}
.news_content li a span.cat {
  color: #fff;
}
@media (min-width: 768px) {
  .news_content li a span.cat {
    width: 180px;
    text-align: center;
  }
}
.news_content li a span.cat.event {
  background: #E60012;
}
.news_content li a span.cat.union {
  background: #00A0E9;
}
.news_content li a span.cat.statement {
  background: #006934;
}
.news_content li a span.cat.periodic {
  background: #b28247;
}
@media (min-width: 768px) {
  .news_content li a p {
    padding: 0 0 0 1em;
    width: calc(100% - 300px);
  }
}
@media (max-width: 767px) {
  .news_content li a p {
    width: 100%;
  }
}
.news .itiran {
  display: block;
  margin: 2em auto;
  padding: 5px 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #000;
}
.news .itiran:hover {
  background: #EFEFEF;
}
.news .nopost {
  text-align: center;
  padding: 3em 0;
  border-top: 1px solid #006934;
  border-bottom: 1px solid #006934;
}
.news .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-gap: 20px;
  margin: 3em auto;
}
.news .sns .sns_list {
  display: block;
}

@media (min-width: 768px) {
  .top_about_wrapper {
    padding: 15vw 0;
  }
}
@media (max-width: 767px) {
  .top_about_wrapper {
    padding-top: 20vw;
  }
}

.top_about {
  padding: 0 2em;
}
.top_about h2 {
  text-align: center;
}
@media (min-width: 768px) {
  .top_about h2 {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.3333333333;
    margin-bottom: 1em;
  }
}
@media (max-width: 767px) {
  .top_about h2 {
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 1.4;
    margin-bottom: 1em;
  }
}
@media (min-width: 768px) {
  .top_about p {
    text-align: center;
  }
}

.top_business {
  margin: 4em auto;
  max-width: 1200px;
}
.top_business h3 {
  text-align: center;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.5909090909;
  font-weight: 500;
}
.top_business .circle {
  margin: 3em 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;
  grid-gap: 20px;
}
.top_business .circle section {
  background: #fff;
  border-radius: 50%;
  position: relative;
}
@media (min-width: 768px) {
  .top_business .circle section {
    width: calc(25% - 60px);
    min-width: 165px;
  }
}
@media (max-width: 767px) {
  .top_business .circle section {
    width: calc(50% - 20px);
    max-width: 250px;
    margin: 1em 0;
  }
}
.top_business .circle section::before {
  content: "";
  position: absolute;
  background: url(../images/common/tree_icon.svg) center no-repeat;
  width: 50px;
  height: 60px;
  background-size: contain;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.top_business .circle section .circle_wrap {
  position: relative;
  padding-top: 100%;
  height: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top_business .circle section .circle_wrap:hover {
  opacity: 0.5;
}
.top_business .circle section .circle_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  color: #006934;
  font-weight: 500;
}
@media (min-width: 768px) {
  .top_business .circle section .circle_text {
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 1.4;
  }
}
@media (max-width: 767px) {
  .top_business .circle section .circle_text {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5;
  }
}
.top_business_content_section {
  margin-bottom: 4em;
}
@media (min-width: 768px) {
  .top_business_content_section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
}
.top_business_content_section .img {
  border-radius: 0 0 20px 20px;
  overflow: hidden;
  will-change: transform;
  display: block;
  height: auto;
}
@media (min-width: 768px) {
  .top_business_content_section .img {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .top_business_content_section .img {
    width: 90%;
  }
}
.top_business_content_section .text {
  padding: 2em;
  background: #fff;
  position: relative;
}
@media (min-width: 768px) {
  .top_business_content_section .text {
    width: 45%;
    max-width: 600px;
    top: 2em;
  }
}
@media (max-width: 767px) {
  .top_business_content_section .text {
    width: 90%;
    margin: 0 auto;
    border-radius: 0 0 20px 20px;
  }
}
.top_business_content_section .text::before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #fff;
  top: 0;
  bottom: 0;
}
@media (min-width: 768px) {
  .top_business_content_section .text::before {
    width: 30vw;
  }
}
@media (max-width: 767px) {
  .top_business_content_section .text::before {
    width: 100%;
    height: 20vw;
    border-radius: 20px 20px 0 0;
    left: 0;
    top: -20vw;
  }
}
.top_business_content_section .text h4 {
  color: #006934;
  font-weight: 600;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .top_business_content_section .text h4 {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.4285714286;
  }
}
@media (max-width: 767px) {
  .top_business_content_section .text h4 {
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 1.6;
  }
}
.top_business_content_section .text h5 {
  background: #006934;
  text-align: center;
  color: #fff;
  margin: 10px 0;
  padding: 10px;
}
.top_business_content_section .text .list_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 5px;
}
.top_business_content_section .text .list_text p::before {
  content: "●";
}
.top_business_content_section .text .camp_text p {
  text-indent: -1em !important;
  padding-left: 1em !important;
}
.top_business_content_section .text .camp_text p:before {
  content: "●";
}
.top_business_content_section .text .miyano_factory {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.top_business_content_section .text .miyano_factory div {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.top_business_content_section:nth-child(odd) .img {
  border-radius: 0 20px 20px 0;
}
@media (min-width: 768px) {
  .top_business_content_section:nth-child(odd) .text {
    border-radius: 0 20px 20px 0;
  }
  .top_business_content_section:nth-child(odd) .text::before {
    border-radius: 20px 0 0 20px;
    left: -30vw;
  }
}
.top_business_content_section:nth-child(even) {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
  -webkit-box-pack: right !important;
      -ms-flex-pack: right !important;
          justify-content: right !important;
}
.top_business_content_section:nth-child(even) .img {
  border-radius: 20px 0 0 20px;
}
@media (max-width: 767px) {
  .top_business_content_section:nth-child(even) .img {
    margin: 0 0 0 auto;
  }
}
@media (min-width: 768px) {
  .top_business_content_section:nth-child(even) .text {
    border-radius: 20px 0 0 20px;
  }
  .top_business_content_section:nth-child(even) .text::before {
    border-radius: 0 20px 20px 0;
    right: -30vw;
    left: auto;
  }
}

.kuwashikuha {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #000;
  padding: 5px 25px;
  border-radius: 0;
  margin: 1em auto 0;
  background: #fff;
  color: #000;
}
.kuwashikuha:hover {
  background: #EFEFEF;
}

.camp_button {
  margin-bottom: 2em !important;
}
.camp_button .elementor-button {
  display: block;
  text-align: center;
  background: #fff;
  color: #000;
  border: 1px solid #000;
  border-radius: 0;
  padding: 10px 20px;
}
@media (min-width: 768px) {
  .camp_button .elementor-button {
    width: 60%;
    margin: 10px 0 0 auto;
  }
}
@media (max-width: 767px) {
  .camp_button .elementor-button {
    margin: 10px 0;
    width: 100%;
  }
}
.camp_button .elementor-button:hover {
  background: #EFEFEF;
}

.top_inforemation h3 {
  text-align: center;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .top_inforemation .youtube {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    grid-gap: 20px;
    padding: 2em 0;
  }
}
@media (max-width: 767px) {
  .top_inforemation .youtube {
    margin: 2em 0;
  }
}
.top_inforemation .youtube .youtube_list {
  aspect-ratio: 16/9;
  position: relative;
}
@media (min-width: 768px) {
  .top_inforemation .youtube .youtube_list {
    width: calc(33.3333333333% - 20px);
  }
}
@media (max-width: 767px) {
  .top_inforemation .youtube .youtube_list {
    width: 100%;
    margin-bottom: 2em;
  }
}
.top_inforemation .youtube .youtube_list iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.top_banner {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .top_banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    padding: 2em 0;
  }
}
@media (max-width: 767px) {
  .top_banner {
    margin: 2em 0;
  }
}
@media (min-width: 768px) {
  .top_banner .banner_list {
    width: calc(33.3333333333% - 20px);
  }
}
@media (max-width: 767px) {
  .top_banner .banner_list {
    width: 100%;
    max-width: 250px;
    margin: 0 auto 2em !important;
  }
}