@charset "UTF-8";
.content__box .sec__flex.sec__info01::after {
  background: url(/assets/images/info/info01.avif) center center/cover no-repeat;
}
.content__box .sec__flex.sec__info02::after {
  background: url(/assets/images/info/info02.avif) center center/cover no-repeat;
}
.content__box .sec__flex.sec__info03::after {
  background: url(/assets/images/info/info03.avif) center center/cover no-repeat;
}
.content__box .sec__flex.sec__info04::after {
  background: url(/assets/images/info/info04.avif) center center/cover no-repeat;
}
.content__box .sec__flex.sec__info05::after {
  background: url(/assets/images/info/info05.avif) center center/cover no-repeat;
}

.grid__box {
  -moz-column-gap: 32px;
       column-gap: 32px;
}
.grid__box .img__box {
  margin-bottom: 16px;
  width: 80%;
  margin: 0 auto;
}
.grid__box .img__box img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.grid__box .text__ttl {
  margin-top: 0;
  background: #DCEACF;
  font-family: "Zen Maru Gothic", sans-serif;
  padding: 4px 16px;
  font-size: 2.2rem;
  line-height: 1.4;
  font-weight: 400;
  color: #212121;
  margin-bottom: 8px;
}
@media only screen and (max-width: 767px) {
  .grid__box .text__ttl {
    font-size: 1.8rem;
  }
}
.grid__box .text__box {
  margin-top: 0;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 400;
  color: #212121;
}
@media only screen and (max-width: 767px) {
  .grid__box .text__box {
    border-bottom: 1px solid #45830E;
  }
}
.grid__box .text__box .text__desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  line-height: 1.6;
  max-height: 8em;
  padding-bottom: 0px;
}
.grid__box a:last-child .text__box.aft__blank {
  border-bottom: none;
}

.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) {
  .act__box {
    margin: 64px 20px 0;
    padding: 24px 16px 16px;
  }
}
@media only screen and (max-width: 767px) {
  .act__box {
    margin: 64px 20px 0;
    padding: 24px;
    border: 6px solid #a5cb85;
  }
}
.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) {
  .act__box .sec__subttl {
    left: 2px;
    padding: 2px 12px 2px 0;
    top: -24px;
    font-size: 2rem;
  }
}
.act__box .grid__box.col3 {
  grid-column-gap: 20px;
}
.act__box a {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  padding: 14px;
}
@media only screen and (max-width: 1039px) and (min-width: 768px) {
  .act__box a {
    padding: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .act__box a {
    padding: 0;
  }
}
.act__box a .img__box {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .act__box a .img__box {
    width: 70%;
    margin-inline: auto;
  }
}
.act__box .text__box.aft__blank {
  padding-bottom: 40px;
}
.act__box .text__box.aft__blank::after {
  bottom: 16px;
}

.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;
}/*# sourceMappingURL=info.css.map */