@charset "UTF-8";
.content__box {
  display: flex;
  flex-wrap: wrap;
  padding-top: 80px;
}
@media only screen and (max-width: 767px) {
  .content__box {
    padding-top: 56px;
    padding-bottom: 120px;
  }
}

.fv {
  padding-top: 58px;
}
.fv .fv__inner {
  position: relative;
}
.fv .fv__inner .fv__h1 {
  position: absolute;
  bottom: 60px;
  left: 20px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 4.8rem;
  line-height: 1.4;
  color: #ffffff;
  font-weight: 400;
  z-index: 2;
}
@media only screen and (min-width: 1040px) {
  .fv .fv__inner .fv__h1 {
    left: 80px;
  }
}
@media only screen and (max-width: 1039px) and (min-width: 768px) {
  .fv .fv__inner .fv__h1 {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .fv .fv__inner .fv__h1 {
    bottom: 40px;
    left: 20px;
    font-size: 2.4rem;
    font-weight: 600;
  }
}
.fv .fv__inner .swiper {
  height: calc(100svh - 58px);
}
.fv .fv__inner .swiper-slide {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .fv .fv__inner .swiper-slide {
    width: 100%;
    margin: 0 auto;
    height: calc(100svh - 44px);
  }
}
.fv .fv__inner .swiper-slide > img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.sec__topics {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .sec__topics .sec__ttl {
    margin-bottom: 0;
  }
}
.sec__topics .btn__top {
  position: absolute;
  right: 20px;
  top: 3rem;
  width: 100%;
  box-sizing: border-box;
  max-width: 224px;
}
@media only screen and (max-width: 767px) {
  .sec__topics .btn__top {
    position: static;
    display: flex;
    justify-content: flex-end;
    max-width: none;
    margin-top: 24px;
  }
}
.sec__topics .btn__top a {
  display: block;
  background: #45830E;
  padding: 10px 24px;
  border-radius: 10px;
  border: 1px solid #45830E;
  box-sizing: border-box;
  transition: 0.3s all;
}
@media only screen and (max-width: 767px) {
  .sec__topics .btn__top a {
    padding: 4px 24px;
  }
}
.sec__topics .btn__top a span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 700;
  transition: 0.3s all;
}
@media only screen and (max-width: 767px) {
  .sec__topics .btn__top a span {
    font-size: 1.6rem;
    line-height: 1.6;
    padding-block: 4px;
  }
}
.sec__topics .btn__top a span::after {
  content: "";
  display: block;
  width: 7px;
  height: 12px;
  -webkit-mask-image: url(/assets/images/common/icon_arrow01.svg);
          mask-image: url(/assets/images/common/icon_arrow01.svg);
  -webkit-mask-size: cover;
          mask-size: cover;
  background: #ffffff;
  margin-left: 10px;
  transition: 0.3s all;
}
@media only screen and (max-width: 767px) {
  .sec__topics .btn__top a span::after {
    width: 6px;
    height: 10px;
    margin-left: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .sec__topics .btn__top a:hover {
    background: #ffffff;
  }
  .sec__topics .btn__top a:hover span {
    color: #45830E;
  }
  .sec__topics .btn__top a:hover span::after {
    background: #45830E;
  }
}

.sec__act .sec__subttl {
  margin-bottom: 24px;
}
.sec__act .grid__box.col4 {
  -moz-column-gap: 32px;
       column-gap: 32px;
}
@media only screen and (max-width: 1039px) and (min-width: 768px) {
  .sec__act .grid__box.col4 {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .sec__act .grid__box.col4 {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
.sec__act .grid__box.col4 > a {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  row-gap: 0;
}
.sec__act .grid__box .img__box {
  margin-bottom: 16px;
}
.sec__act .grid__box .img__box img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  transition: 0.3s all;
}
.sec__act .grid__box .text__ttl {
  margin-top: 0;
  background: #DCEACF;
  font-family: "Zen Maru Gothic", sans-serif;
  padding: 4px;
  font-size: 2.2rem;
  display: flex;
  align-items: center;
  line-height: 1.4;
  font-weight: 400;
  color: #212121;
  margin-bottom: 8px;
  transition: 0.3s all;
}
@media only screen and (max-width: 767px) {
  .sec__act .grid__box .text__ttl {
    font-size: 1.8rem;
    font-weight: 600;
  }
}
.sec__act .grid__box .text__box {
  margin-top: 0;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 400;
  color: #212121;
}
.sec__act .grid__box .text__box p {
  transition: 0.3s all;
}
.sec__act .act__box {
  margin-top: 90px;
  border: 6px solid #a5cb85;
  border-radius: 16px;
  padding: 56px 56px 48px;
  position: relative;
}
@media only screen and (max-width: 1039px) and (min-width: 768px) {
  .sec__act .act__box {
    padding: 40px 40px 32px;
    margin-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .sec__act .act__box {
    border: 3px solid #a5cb85;
    margin-top: 40px;
    padding: 32px 20px 24px;
  }
}
.sec__act .act__box .sec__subttl {
  margin-top: 0;
  background: #ffffff;
  padding: 4px 24px;
  display: inline-block;
  position: absolute;
  top: -38px;
  left: 24px;
}
@media only screen and (max-width: 767px) {
  .sec__act .act__box .sec__subttl {
    left: 20px;
    padding: 2px 8px;
    top: -24px;
  }
}
.sec__act .act__box .grid__box.col2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 56px;
}
@media only screen and (max-width: 1039px) and (min-width: 768px) {
  .sec__act .act__box .grid__box.col2 {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .sec__act .act__box .grid__box.col2 {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.sec__act .act__box .grid__box.col2 > a {
  display: grid;
  grid-template-columns: 200px 1fr;
  -moz-column-gap: 24px;
       column-gap: 24px;
  align-items: start;
}
.sec__act .act__box .grid__box.col2 > a .text__ttl {
  grid-column: 2/3;
  grid-row: 1/2;
  margin-bottom: 8px;
}
.sec__act .act__box .grid__box.col2 > a .img__box {
  grid-column: 1/2;
  grid-row: 1/3;
}
.sec__act .act__box .grid__box.col2 > a .text__box {
  grid-column: 2/3;
  grid-row: 2/3;
}
@media only screen and (max-width: 767px) {
  .sec__act .act__box .grid__box.col2 > a {
    display: block;
    overflow: hidden;
  }
  .sec__act .act__box .grid__box.col2 > a .text__ttl {
    display: block;
    width: 100%;
    margin-bottom: 12px;
    grid-column: auto;
    grid-row: auto;
  }
  .sec__act .act__box .grid__box.col2 > a .img__box {
    float: left;
    width: 44%;
    margin-right: 12px;
    margin-bottom: 10px;
    grid-column: auto;
    grid-row: auto;
  }
  .sec__act .act__box .grid__box.col2 > a .text__box {
    display: block;
    grid-column: auto;
    grid-row: auto;
  }
  .sec__act .act__box .grid__box.col2 > a .text__box p {
    margin-top: 0;
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.sec__act .act__box a {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 20px;
}
@media only screen and (max-width: 767px) {
  .sec__act .act__box a {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.sec__act .act__box a .img__box {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .sec__act .act__box:last-child {
    margin-top: 0;
  }
}
.sec__act a {
  transition: 0.3s all;
}
@media print, screen and (min-width: 768px) {
  .sec__act a:hover .img__box img {
    opacity: 0.6;
  }
  .sec__act a:hover .text__ttl {
    color: #45830E;
  }
  .sec__act a:hover .text__box p {
    color: #45830E;
  }
  .sec__act a:hover .aft__arrow--circle::before {
    border-color: #a5cb85;
    background: #a5cb85;
  }
  .sec__act a:hover .aft__arrow--circle::after {
    background: #ffffff;
  }
}
.sec__act .grid__box.col2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 56px;
}
@media only screen and (max-width: 1039px) and (min-width: 768px) {
  .sec__act .grid__box.col2 {
    gap: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .sec__act .grid__box.col2 {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.sec__act .grid__box.col2 a {
  display: grid;
  grid-template-columns: 200px 1fr;
  -moz-column-gap: 24px;
       column-gap: 24px;
  align-items: start;
}
.sec__act .grid__box.col2 a .text__ttl {
  grid-column: 2/3;
  grid-row: 1/2;
  margin-bottom: 8px;
}
.sec__act .grid__box.col2 a .img__box {
  grid-column: 1/2;
  grid-row: 1/3;
}
.sec__act .grid__box.col2 a .text__box {
  grid-column: 2/3;
  grid-row: 2/3;
}
@media only screen and (max-width: 1039px) and (min-width: 768px) {
  .sec__act .grid__box.col2 a {
    display: block;
  }
  .sec__act .grid__box.col2 a .text__ttl {
    margin-bottom: 16px;
  }
  .sec__act .grid__box.col2 a .img__box {
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .sec__act .grid__box.col2 a {
    display: block;
    overflow: hidden;
  }
  .sec__act .grid__box.col2 a .text__ttl {
    display: block;
    width: 100%;
    margin-bottom: 12px;
    grid-column: auto;
    grid-row: auto;
  }
  .sec__act .grid__box.col2 a .img__box {
    float: left;
    width: 44%;
    margin-right: 12px;
    margin-bottom: 10px;
    grid-column: auto;
    grid-row: auto;
  }
  .sec__act .grid__box.col2 a .text__box {
    display: block;
    grid-column: auto;
    grid-row: auto;
  }
  .sec__act .grid__box.col2 a .text__box p {
    margin-top: 0;
    font-size: 1.4rem;
    line-height: 1.6;
  }
}

@media only screen and (max-width: 767px) {
  .sec__flex .btn__top {
    text-align: right;
  }
}
.sec__flex .btn__top a {
  display: inline-block;
  border: 1px solid #45830E;
  background: #45830E;
  padding: 10px 24px;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .sec__flex .btn__top a {
    padding: 4px 24px;
  }
}
.sec__flex .btn__top a span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .sec__flex .btn__top a span {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
.sec__flex .btn__top a span::after {
  content: "";
  display: block;
  width: 7px;
  height: 12px;
  -webkit-mask-image: url(/assets/images/common/icon_arrow01.svg);
          mask-image: url(/assets/images/common/icon_arrow01.svg);
  -webkit-mask-size: cover;
          mask-size: cover;
  background: #ffffff;
  margin-left: 10px;
}
@media only screen and (max-width: 767px) {
  .sec__flex .btn__top a span::after {
    width: 6px;
    height: 10px;
    margin-left: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .sec__flex .btn__top a:hover {
    background: #ffffff;
    box-shadow: inset 0 0 0 2px #45830E;
  }
  .sec__flex .btn__top a:hover span {
    color: #45830E;
  }
  .sec__flex .btn__top a:hover span::after {
    background: #45830E;
  }
}
.sec__flex .btn__top + .btn__top {
  margin-top: 12px;
}
.sec__flex .btn__top + .btn__top a {
  background: #ffffff;
}
.sec__flex .btn__top + .btn__top a span {
  color: #45830E;
}
.sec__flex .btn__top + .btn__top a span::after {
  background: #45830E;
}
@media print, screen and (min-width: 768px) {
  .sec__flex .btn__top + .btn__top a:hover {
    background: #45830E;
  }
  .sec__flex .btn__top + .btn__top a:hover span {
    color: #ffffff;
  }
  .sec__flex .btn__top + .btn__top a:hover span::after {
    background: #ffffff;
  }
}
.sec__flex.sec__info::after {
  background: url(/assets/images/top/info01.avif) center center/cover no-repeat;
}
.sec__flex.sec__aim::after {
  background: url(/assets/images/top/aim01.avif) center center/cover no-repeat;
  margin-right: 20px;
}

.sec__org .list__box.list__org {
  width: 100%;
  overflow: hidden;
}
.sec__org .list__box.list__org .list__inner .swiper-slide {
  width: 230px;
  box-sizing: border-box;
  height: auto;
  background: #DCEACF;
  border: 1px solid #DCEACF;
  padding: 16px 16px 56px;
  border-radius: 10px;
  text-decoration: none;
  transition: 0.3s all;
}
@media only screen and (max-width: 767px) {
  .sec__org .list__box.list__org .list__inner .swiper-slide {
    width: 194px;
    border-radius: 12px;
  }
}
.sec__org .list__box.list__org .list__inner .swiper-slide .img__box {
  width: 100%;
  height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
  background-color: #ffffff;
  border-radius: 10px;
}
.sec__org .list__box.list__org .list__inner .swiper-slide .img__box img {
  width: 80%;
  height: 80%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.sec__org .list__box.list__org .list__inner .swiper-slide .text__ttl {
  margin-bottom: 12px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .sec__org .list__box.list__org .list__inner .swiper-slide .text__ttl {
    margin-top: 12px;
  }
}
.sec__org .list__box.list__org .list__inner .swiper-slide .text__ttl span {
  display: inline-block;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 400;
  color: #212121;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .sec__org .list__box.list__org .list__inner .swiper-slide .text__ttl span {
    font-size: 1.6rem;
    font-weight: 700;
  }
}
.sec__org .list__box.list__org .list__inner .swiper-slide .text__box {
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  .sec__org .list__box.list__org .list__inner .swiper-slide .text__box {
    margin-top: 12px;
  }
}
.sec__org .list__box.list__org .list__inner .swiper-slide .text__box p {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 300;
  color: #212121;
  text-align: justify;
}
.sec__org .list__box.list__org .list__inner .swiper-slide:hover {
  background: #ffffff;
  border: 1px solid #45830E;
}
.sec__org .list__box.list__org .list__inner .swiper-slide:hover .text__ttl span {
  color: #45830E;
}
.sec__org .list__box.list__org .list__inner .swiper-slide:hover .text__box p {
  color: #45830E;
}
.sec__org .list__box.list__org .list__inner .swiper-slide:hover .aft__blank::after {
  background: #45830E;
}
.sec__org .list__box.list__org .list__inner .swiper-slide.aft__blank:after {
  bottom: 24px;
  right: 24px;
}

.footer .footer__inner {
  position: relative;
}
.footer .footer__inner:before, .footer .footer__inner:after {
  content: "";
  display: block;
  position: absolute;
}
.footer .footer__inner:before {
  width: 213px;
  height: 134px;
  background: url(/assets/images/common/cow01.avif) center center/cover no-repeat;
  top: -100px;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .footer .footer__inner:before {
    width: 160px;
    height: 100px;
    top: -80px;
  }
}
.footer .footer__inner:after {
  width: 100px;
  height: 70px;
  background: url(/assets/images/common/cow02.avif) center center/cover no-repeat;
  top: -50px;
  right: 213px;
}
@media only screen and (max-width: 767px) {
  .footer .footer__inner:after {
    width: 90px;
    height: 60px;
    right: 160px;
  }
}

.content__box .section__box.sec__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.content__box .section__box.sec__flex + .section__box.sec__flex {
  margin-top: 80px;
}
.content__box .section__box.sec__flex::after {
  width: 55%;
}
@media only screen and (max-width: 767px) {
  .content__box .section__box.sec__flex::after {
    display: none;
  }
}
.content__box .section__box.sec__flex.reverse::after {
  aspect-ratio: 4/3;
  margin-left: 0;
  margin-right: 20px;
  height: auto;
}
@media print, screen and (min-width: 768px) {
  .content__box .section__box.sec__flex.reverse::after {
    display: block;
  }
}
@media only screen and (max-width: 1039px) and (min-width: 768px) {
  .content__box .section__box.sec__flex.reverse::after {
    margin-right: 32px;
  }
}
.content__box .section__box.sec__flex .section__inner {
  width: 50%;
  max-width: 390px;
}
@media only screen and (max-width: 767px) {
  .content__box .section__box.sec__flex .section__inner {
    width: 100%;
    max-width: none;
  }
}/*# sourceMappingURL=top.css.map */