@charset "UTF-8";
main {
  padding: 0 0 6em 0;
}
.page_site_logo {
  width: 48%;
  max-width: 180px;
  margin-bottom: 1em;
}
.page_category_title.indexpage {
  height: auto;
  padding: 80px 0 0.5em 0;
  background: none;
}
.page_category_title.indexpage h1,
.page_category_title.indexpage h2 {
  font-feature-settings: "palt";
}
.read {
  width: 80%;
  margin: auto;
  padding: 1em 0 0 0;
  position: relative;
  z-index: 2;
}
.read h2 {
  line-height: 1.7;
  font-size: 1.7em;
  font-weight: 500;
  padding: 1em 0 0.5em 0;
  color: var(--base-green);
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  text-align: center;
}
.read p {
  line-height: 2;
  color: var(--base-fontcolor);
  font-size: 0.95em;
}
.illust {
  margin: 0 auto 0 auto;
  position: relative;
  z-index: 1;
  width: 70%;
}
@media (max-width: 959px) {
  .page_category_title.indexpage h1 {
    text-align: center;
    font-feature-settings: "palt";
    letter-spacing: 0.03em;
    line-height: 1;
    font-size: 1.4em;
    font-weight: 800;
  }
  .page_category_title.indexpage h1 > span {
    display: inline-block;
    border: 4px solid var(--base-green);
    background: #fff;
    border-radius: 50em;
    padding: 1em 1.5em;
    position: relative;
  }
  .page_category_title.indexpage h1 > span::before,
  .page_category_title.indexpage h1 > span::after {
    content: "";
    position: absolute;
  }
  .page_category_title.indexpage h1 > span::before {
    width: 40px;
    height: 4px;
    background-image: url(../images/category_title_before.png);
    background-size: 60px 4px;
    left: 1.5em;
    top: -4px;
  }
  .page_category_title.indexpage h1 > span::after {
    width: 60px;
    height: 14px;
    background-image: url(../images/category_title_after.png);
    background-size: 60px 14px;
    left: calc(50% - 30px);
    bottom: -14px;
  }
  .read h2 {
   padding-top: 0;
  }
  .read h2 br {
   display: none;
  }
  .read h2 span {
   display: block;
  }
  .sky {
    display: none;
  }
}
@media (min-width: 740px) and (max-width: 959px) {
  .page_category_title.indexpage {
    padding: 50px 0 2em 0;
  }
  .for_tb_flex {
    display: flex;
    align-items: flex-start;
    width: 86%;
    margin: auto;
    padding: 0 0 3em 0;
  }
  .for_tb_flex .read {
    flex: 1;
  }
  .for_tb_flex .illust {
    width: 52%;
    padding: 1.5em 0 0 1em;
  }
}
@media (min-width: 740px) {
  .read h2 {
    text-align: left;
  }
}
@media (min-width: 960px) {
  .page_index_header {
    width: 86%;
    margin: auto;
    max-width: 950px;
    position: relative;
  }
  .page_category_title.indexpage {
    height: auto;
    padding: 4em 0 2em;
    display: block;
  }
  .page_category_title.indexpage h1 {
    font-weight: 500;
    font-size: 2.5em;
    text-align: left;
    position: relative;
    z-index: 4;
  }
  .page_category_title.indexpage h1 > span {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .page_category_title.indexpage h1 > span > span {
    display: inline-block;
    background: #23993f;
    color: #fff;
    line-height: 1.8;
    padding: 0 8px;
    margin-bottom: 3px;
  }
  .read {
    width: 100%;
    padding: 0 0 0 0;
    position: relative;
    z-index: 5;
  }
  .read h2 {
    padding: 0 0 0.5em 0;
    font-size: 1.4em;
    font-weight: 700;
  }
  .read p {
    font-size: 1em;
    width: 45%;
  }
  .illust {
    width: 55%;
    position: absolute;
    bottom: 0;
    right: -2%;
    z-index: 2;
    max-width: 450px;
  }
  .illust img {
    margin: auto;
  }
  .sky {
    width: 70%;
    max-width: 500px;
    position: absolute;
    bottom: 40px;
    top: 0;
    right: 12%;
    z-index: 1;
  }
}
@media (min-width: 1240px) {
  .read p {
    width: calc(100% - 470px);
  }
  .illust {
   bottom: -35px;
  }
}
.menberpage_link {
  padding: 2em 0 4em;
}
.menberpage_link a {
  display: block;
  text-align: center;
  background: #41afaf;
  border-radius: 3px;
  padding: 0.5em 0.5em 0.75em 0.5em;
  max-width: 600px;
  margin: auto;
  position: relative;
}
.menberpage_link a span {
  display: inline-block;
  margin: auto;
  vertical-align: top;
}
.menberpage_link a .yajirushi {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: calc(100%);
  transform: translate(-50%, -50%);
  filter: drop-shadow(0 3px 8px rgba(0, 0, 0, 0.1));
}
@media (min-width: 740px) {
  .menberpage_link {
    padding: 3em 0 3em;
  }
  .menberpage_link a {
    padding: 0;
  }
  .menberpage_link a img {
    max-width: 400px;
    margin: auto;
  }
  .menberpage_link a .yajirushi {
    left: auto;
    right: 25px;
    top: 50%;
    transform: translate(0, -50%);
    transition: 0.3s;
  }
}
@media (min-width: 960px) {
  .menberpage_link {
    padding: 4.5em 0 4.5em;
  }
}
@media (hover: hover) {
  .menberpage_link a:hover {
    background: #7cc8c8;
  }
  .menberpage_link a:hover .yajirushi {
    transform: translate(10px, -50%);
  }
}
.farm_maker_link {
  border-top: 1px solid rgba(0, 127, 5, 0.5);
  color: var(--base-green);
  padding: 2.5em 0;
}
.farm_maker_link a {
  display: flex;
  text-decoration: none;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  align-items: center;
}
.farm_maker_link a > div:first-child {
  width: 37%;
  max-width: 140px;
}
.farm_maker_link a > .farm_maker_txt {
  flex: 1;
  padding-left: 0.5em;
}
.farm_maker_link p {
  font-size: 0.85em;
  display: block;
  line-height: 1.6;
}
.farm_maker_link h4 {
  font-size: 1.1em;
  line-height: 1.6;
  margin-bottom: 5px;
}
@media (min-width: 740px) {
  .farm_maker_link a {
    max-width: 600px;
    margin: auto;
  }
  .farm_maker_link h4 {
    font-size: 1.3em;
  }
  .farm_maker_link p {
    font-size: 0.9em;
  }
}
.eventinfo {
  background: #ebf9e3;
  padding: 3em 0 4em;
}
.reportlist {
  border-bottom: 1px solid rgba(0, 127, 27, 0.5);
  padding: 3em 0 4em;
}
.info_header {
  padding: 0 0 2em 0;
  color: var(--base-green);
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  text-align: center;
}
.info_header h3,
.info_header h3 {
  font-size: 1.6em;
  font-weight: 600;
}
.info_title_sub span {
  color: var(--base-green);
  line-height: 3em;
  display: inline-block;
  margin-bottom: 10px;
  background: #fff;
  font-size: 0.9em;
  padding: 0 1.5em;
  border-radius: 5em;
  font-weight: 600;
  border: 1px solid rgba(0, 127, 5, 0.2);
}
.info_header p {
  font-size: 0.93em;
}
.info_header p span {
  font-weight: 500;
  font-size: 1.2em;
  padding: 0 2px;
}
.list_page_link {
  text-align: center;
  padding: 2em 0 0 0;
}
.list_page_link a {
  display: inline-block;
  position: relative;
  padding: 0 3em 0 2em;
  letter-spacing: 0.05em;
  line-height: 3;
  color: #fff;
  font-weight: 500;
  font-size: 0.95em;
  background-color: var(--base-green);
  border-radius: 3em;
  text-decoration: none;
  transition: all 0.3s;
}
.list_page_link a::after {
  content: "";
  width: 1.2em;
  height: 1.2em;
  background-image: url(../images/icon_arrow_right.svg);
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
}
@media (hover: hover) {
  .list_page_link a:hover {
    background-color: var(--base-green-sub);
  }
}
.reportlist .reportlist_flex {
  display: flex;
  gap: 2em;
  width: 84%;
  margin: auto;
}
.reportlist .reportlist_flex > div {
  flex: 1;
}
@media (max-width: 739px) {
  .reportlist .reportlist_flex {
    flex-direction: column;
  }
}
@media (min-width: 740px) {
  .reportlist .reportlist_flex {
    display: flex;
    gap: 2em;
    width: 86%;
    max-width: 950px;
  }
}
.reportlist .single_event_cate {
  position: relative;
  left: auto;
  top: auto;
  z-index: 2;
}
.reportlist .single_report a {
  text-decoration: none;
}
.reportlist .date_cate {
  color: var(--base-green);
  display: flex;
  justify-content: space-between;
  padding: 0.5em 0 0.7em;
  border-bottom: 1px solid rgba(0, 127, 27, 0.3);
  /* background: #ebf9e3; */
}
.reportlist h4 {
  font-weight: 600;
  padding: 0.5em 0 0.3em;
  font-size: 1.1em;
  line-height: 1.6;
}
.reportlist .subtitle {
  font-size: 0.9em;
}
.reportlist .thumbnail {
  overflow: hidden;
  aspect-ratio: 4/3;
  background: #fff;
}
.reportlist .thumbnail img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 4/3;
  object-position: 50% 50%;
}
@media (max-width: 1239px) {
  .reportlist .reportlist_flex > div:last-child {
    display: none;
  }
}
.about_action {
  padding: 6em 0 2em 0;
}
.about_action h2 {
  color: var(--base-green);
  text-align: center;
  padding-bottom: 1.5em;
  position: relative;
}
.about_action h2::after {
  content: "";
}
.about_kumiai {
  margin: auto;
  max-width: 720px;
}
.about_action p {
  line-height: 2;
}
.shikumi_img {
  text-align: center;
  margin: 2em auto;
}
.shikumi_img img {
  margin: auto;
}
@media (max-width: 739px) {
  .shikumi_img {
    width: 110%;
    margin: 2em -5%;
  }
}
@media (min-width: 740px) {
  .shikumi_img img {
    margin: auto;
    max-width: 600px;
  }
}
.org_info {
  padding: 0 0 4em 0;
}
.org_info h3 {
  font-weight: 600;
  color: var(--base-green);
  position: relative;
  font-size: 1.5em;
  padding-bottom: 0.5em;
  text-align: center;
}
.org_info h3 span {
 display: inline-block;
}
.org_info h4,
.soshiki h4 {
  position: relative;
  color: var(--base-green);
  font-size: 1.05em;
  font-weight: 600;
  padding-left: 1.1em;
  margin: 1.5em 0 0.5em;
}
.org_info h4::before,
.soshiki h4::before {
  content: "●";
  font-size: 0.8em;
  color: var(--base-green-sub);
  position: absolute;
  top: 0.15em;
  left: 0;
}
.haslink {
  display: flex;
}
.haslink > span {
  padding-right: 1em;
}
.org_info table {
  border-collapse: collapse;
  width: 100%;
}
.org_info table th,
.org_info table td {
  border: 1px solid rgba(41, 47, 74, 0.15);
  font-size: 0.875em;
  padding: 0.5em 0.75em;
  vertical-align: top;
}
.org_info table th {
  font-weight: 500;
  font-size: 0.825em;
  text-align: center;
}
.org_info table th:first-child {
  width: 28%;
}
.org_info table th:last-child {
  width: 72%;
}
.page_link {
  display: inline-block;
  position: relative;
  padding: 0 2.5em 0 1.5em;
  line-height: 2.4;
  color: #fff;
  font-weight: bold;
  font-size: 0.7em;
  background-color: var(--base-green);
  border-radius: 3em;
  text-decoration: none;
  transition: all 0.3s;
}
.page_link::after {
  content: "";
  width: 1.2em;
  height: 1.2em;
  background-image: url(../images/icon_arrow_right.svg);
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
}
@media (hover: hover) {
  .page_link:hover {
    background-color: var(--base-green-sub);
  }
}
@media (min-width: 740px) {
  .org_info_wrapper {
    padding-top: 2em;
  }
}
@media (min-width: 1240px) {
  .org_info_wrapper {
    display: flex;
    justify-content: space-between;
    column-gap: 50px;
  }
  .org_info {
    flex: 1;
  }
}
.about_action2 {
  padding: 4em 0 2em 0;
  border-top: 1px solid rgba(0, 127, 27, 0.5);
}
.about_action h2,
.about_action2 h2 {
  color: var(--base-green);
  font-size: 2.2em;
  font-weight: 500;
}
.about_action2 h2 {
  text-align: center;
  padding: 0 0 1.5em 0;
}
.about_action2 h3 {
  color: var(--base-green);
  font-weight: 600;
  padding: 0 0 1em 0;
  font-size: 1.5em;
  text-align: center;
}
.about_seikyo {
  margin: auto;
  max-width: 720px;
}
.about_seikyo p {
  line-height: 2;
}
.soshiki_img {
  text-align: center;
  margin-bottom: 4em;
}
.soshiki_img img {
  margin: 2em auto;
}
.soshiki h4 {
  color: var(--base-green);
  font-size: 1.05em;
  font-weight: 600;
  margin: 0 0 0.5em;
}
.soshiki p {
  font-size: 0.93em;
  line-height: 2;
}
.soshiki {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.5em;
}
.soshiki > div {
  border: 1px solid rgba(41, 47, 74, 0.15);
  padding: 1.5em;
}
@media (min-width: 740px) {
  .soshiki {
    grid-template-columns: repeat(2, 1fr);
  }
  .soshiki_img img {
    width: 540px;
  }
}
