main {
  overflow: hidden;
}
main.list {
  overflow: clip;
}

section.sec-pickup div.sec-pickup-bg {
  background: #f4eddf;
  padding: 20% 0 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  section.sec-pickup div.sec-pickup-bg {
    padding: 120px 0 0;
  }
}
section.sec-pickup div.sec-pickup-bg div.pickup-bg02-wrap {
  width: 100%;
  height: 40%;
  background: #f0c18f;
  position: absolute;
  bottom: 0;
  z-index: 0;
}
section.sec-pickup div.sec-pickup-bg div.pickup-bg02-wrap div.pickup-bg02 {
  width: 100%;
  position: absolute;
  top: 1px;
  transform: translate(0, -100%);
}
section.sec-pickup div.sec-pickup-bg div.pickup-bg03 {
  position: relative;
  z-index: 2;
  width: 100%;
  margin-top: 20%;
}
@media screen and (min-width: 768px) {
  section.sec-pickup div.sec-pickup-bg div.pickup-bg03 {
    margin-top: 50px;
  }
}
section.sec-pickup div.sec-pickup-inner {
  width: 93.2%;
  margin: auto;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  section.sec-pickup div.sec-pickup-inner {
    width: 90%;
    max-width: 1100px;
  }
}
@media screen and (min-width: 768px) {
  section.sec-pickup div.sec-pickup-inner ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 2%;
  }
}
section.sec-pickup div.sec-pickup-inner ul li {
  background: #fff;
  border-radius: 1em;
  margin-bottom: 5%;
}
@media screen and (min-width: 768px) {
  section.sec-pickup div.sec-pickup-inner ul li {
    width: 49%;
  }
}
section.sec-pickup div.sec-pickup-inner ul li a {
  display: block;
  padding: 1em;
}
@media screen and (min-width: 768px) {
  section.sec-pickup div.sec-pickup-inner ul li a {
    padding: 1.6em;
  }
  section.sec-pickup div.sec-pickup-inner ul li a:hover div.information-img img {
    transform: scale(1.08);
  }
  section.sec-pickup div.sec-pickup-inner ul li a:hover p.txt01 span.category {
    color: #1e9318;
  }
  section.sec-pickup div.sec-pickup-inner ul li a:hover p.txt01 span.day {
    color: #1e9318;
  }
  section.sec-pickup div.sec-pickup-inner ul li a:hover p.txt02 {
    color: #1e9318;
  }
}
section.sec-pickup div.sec-pickup-inner ul li a div.information-img {
  overflow: hidden;
  isolation: isolate;
  border-radius: 1em;
}
section.sec-pickup div.sec-pickup-inner ul li a div.information-img img {
  transition: all 0.3s;
  height: 55vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  section.sec-pickup div.sec-pickup-inner ul li a div.information-img img {
    height: 26vw;
  }
}
@media screen and (min-width: 1280px) {
  section.sec-pickup div.sec-pickup-inner ul li a div.information-img img {
    height: 300px;
  }
}
section.sec-pickup div.sec-pickup-inner ul li a p.txt01 {
  padding: 2em 0 1em;
  font-size: 0.72em;
  line-height: 1.2em;
}
@media screen and (min-width: 768px) {
  section.sec-pickup div.sec-pickup-inner ul li a p.txt01 {
    font-size: 13px;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-pickup div.sec-pickup-inner ul li a p.txt01 {
    font-size: 15px;
  }
}
section.sec-pickup div.sec-pickup-inner ul li a p.txt01 span {
  transition: all 0.3s;
}
section.sec-pickup div.sec-pickup-inner ul li a p.txt01 span.category {
  color: #111;
}
section.sec-pickup div.sec-pickup-inner ul li a p.txt01 span.day {
  color: #808080;
}
section.sec-pickup div.sec-pickup-inner ul li a p.txt02 {
  color: #111;
  font-size: 1.12em;
  font-weight: 500;
  line-height: 1.4em;
  padding: 0 0 1em;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  section.sec-pickup div.sec-pickup-inner ul li a p.txt02 {
    font-size: 19px;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-pickup div.sec-pickup-inner ul li a p.txt02 {
    font-size: 25px;
  }
}
section.sec-pickup div.sec-pickup-inner ul li a p.txt03 {
  line-height: 1em;
  padding: 2em 0 0;
  border-top: solid 1px #dadada;
  font-size: 0.77em;
}
@media screen and (min-width: 768px) {
  section.sec-pickup div.sec-pickup-inner ul li a p.txt03 {
    font-size: 13px;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-pickup div.sec-pickup-inner ul li a p.txt03 {
    font-size: 15px;
  }
}
section.sec-pickup div.sec-pickup-inner ul li a p.txt03 span.tag {
  display: inline-block;
  background: #ffd400;
  padding: 0.5em 0.8em;
  box-sizing: border-box;
  margin-right: 0.4em;
  border-radius: 50em;
  color: #111;
  margin-bottom: 1em;
}

section.sec-all {
  /*div.news-wrap*/
}
section.sec-all div.sec-all-bg {
  padding: 25% 0;
}
@media screen and (min-width: 768px) {
  section.sec-all div.sec-all-bg {
    padding: 35px 0 156px;
  }
}
section.sec-all div.sec-all-bg div.sec-all-inner {
  width: 85.4%;
  margin: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  section.sec-all div.sec-all-bg div.sec-all-inner {
    width: 90%;
    max-width: 1100px;
  }
}
section.sec-all div.news-wrap {
  margin-bottom: 15%;
  position: relative;
}
@media screen and (min-width: 768px) {
  section.sec-all div.news-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 85px;
  }
}
section.sec-all div.news-wrap div.news-category-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  section.sec-all div.news-wrap div.news-category-box {
    width: 230px;
  }
}
section.sec-all div.news-wrap div.news-category-box.list {
  margin-bottom: 10%;
}
@media screen and (min-width: 768px) {
  section.sec-all div.news-wrap div.news-category-box.list {
    position: sticky;
    top: 130px;
    margin: 0;
  }
}
section.sec-all div.news-wrap div.news-category-box p.news-txt01 {
  width: 40%;
  letter-spacing: 0;
  font-size: 1.05em;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  section.sec-all div.news-wrap div.news-category-box p.news-txt01 {
    width: 100%;
    margin-bottom: 50px;
  }
}
section.sec-all div.news-wrap div.news-category-box ul.category-ul {
  width: 60%;
}
@media screen and (min-width: 768px) {
  section.sec-all div.news-wrap div.news-category-box ul.category-ul {
    width: 100%;
  }
}
section.sec-all div.news-wrap div.news-category-box ul.category-ul li {
  position: relative;
  margin-bottom: 0.8em;
}
section.sec-all div.news-wrap div.news-category-box ul.category-ul li.active::after {
  content: "";
  display: block;
  width: 0.8em;
  height: 0.8em;
  background: #1e9318;
  border-radius: 50em;
  position: absolute;
  top: 0.6em;
}
section.sec-all div.news-wrap div.news-category-box ul.category-ul li button, section.sec-all div.news-wrap div.news-category-box ul.category-ul li a {
  display: block;
  background: none;
  border: none;
  font-size: 1.4em;
  font-weight: 500;
  padding-left: 1em;
  color: #111;
  cursor: pointer;
  text-align: left;
}
@media screen and (min-width: 768px) {
  section.sec-all div.news-wrap div.news-category-box ul.category-ul li button, section.sec-all div.news-wrap div.news-category-box ul.category-ul li a {
    font-size: 16px;
    padding-left: 1.4em;
  }
}
@media screen and (min-width: 768px) {
  section.sec-all div.news-wrap div.news-ul-wrap {
    width: calc(100% - 260px);
  }
}
section.sec-all div.news-wrap ul.news-ul.list li:last-child {
  border-bottom: solid 1px #a7a7a7;
}
section.sec-all div.news-wrap ul.news-ul.list li:first-child {
  border-top: solid 1px #a7a7a7;
}
@media screen and (min-width: 768px) {
  section.sec-all div.news-wrap ul.news-ul.list li:first-child a {
    padding: 53px 0;
  }
}
section.sec-all div.news-wrap ul.news-ul li {
  border-bottom: solid 1px #a7a7a7;
}
section.sec-all div.news-wrap ul.news-ul li:last-child {
  border: none;
}
@media screen and (min-width: 768px) {
  section.sec-all div.news-wrap ul.news-ul li:first-child a {
    padding: 0 0 53px;
  }
}
section.sec-all div.news-wrap ul.news-ul li a {
  display: block;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 8% 0;
}
@media screen and (min-width: 768px) {
  section.sec-all div.news-wrap ul.news-ul li a {
    padding: 53px 0;
  }
  section.sec-all div.news-wrap ul.news-ul li a:hover span.nav-txt span.txt01 {
    color: #58ad0e;
  }
  section.sec-all div.news-wrap ul.news-ul li a:hover span.arrow {
    border: solid 1px #58ad0e;
  }
  section.sec-all div.news-wrap ul.news-ul li a:hover span.arrow::after {
    transform: scale(1.5);
  }
  section.sec-all div.news-wrap ul.news-ul li a:hover span.arrow img.black {
    display: none;
  }
  section.sec-all div.news-wrap ul.news-ul li a:hover span.arrow img.white {
    display: block;
  }
}
section.sec-all div.news-wrap ul.news-ul li a span.a-inner {
  display: block;
  width: calc(100% - 3em);
}
@media screen and (min-width: 768px) {
  section.sec-all div.news-wrap ul.news-ul li a span.a-inner {
    width: calc(100% - 4em);
  }
}
section.sec-all div.news-wrap ul.news-ul li a span.a-inner p.txt01 {
  padding: 0 0 1em;
  font-size: 0.72em;
  line-height: 1.2em;
}
@media screen and (min-width: 768px) {
  section.sec-all div.news-wrap ul.news-ul li a span.a-inner p.txt01 {
    font-size: 13px;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-all div.news-wrap ul.news-ul li a span.a-inner p.txt01 {
    font-size: 15px;
  }
}
section.sec-all div.news-wrap ul.news-ul li a span.a-inner p.txt01 span.category {
  color: #111;
}
section.sec-all div.news-wrap ul.news-ul li a span.a-inner p.txt01 span.day {
  color: #808080;
}
section.sec-all div.news-wrap ul.news-ul li a span.a-inner p.txt02 {
  color: #111;
  font-size: 1.12em;
  font-weight: 500;
  line-height: 1.4em;
  padding: 0 0 2em;
}
@media screen and (min-width: 768px) {
  section.sec-all div.news-wrap ul.news-ul li a span.a-inner p.txt02 {
    font-size: 18px;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-all div.news-wrap ul.news-ul li a span.a-inner p.txt02 {
    font-size: 22px;
  }
}
section.sec-all div.news-wrap ul.news-ul li a span.a-inner p.txt03 {
  line-height: 1em;
  font-size: 0.77em;
}
@media screen and (min-width: 768px) {
  section.sec-all div.news-wrap ul.news-ul li a span.a-inner p.txt03 {
    font-size: 12px;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-all div.news-wrap ul.news-ul li a span.a-inner p.txt03 {
    font-size: 15px;
  }
}
section.sec-all div.news-wrap ul.news-ul li a span.a-inner p.txt03 span.tag {
  display: inline-block;
  background: #ffd400;
  padding: 0.5em 0.8em;
  box-sizing: border-box;
  margin-right: 0.4em;
  border-radius: 50em;
  color: #111;
  margin-bottom: 1em;
}
section.sec-all div.news-wrap ul.news-ul li a span.arrow {
  display: block;
  border: solid 1px #808080;
  border-radius: 50em;
  position: relative;
  z-index: 0;
  width: 2em;
  height: 2em;
}
@media screen and (min-width: 768px) {
  section.sec-all div.news-wrap ul.news-ul li a span.arrow {
    width: 43px;
    height: 43px;
  }
  section.sec-all div.news-wrap ul.news-ul li a span.arrow::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #58ad0e;
    border-radius: 50em;
    left: 0;
    top: 0;
    z-index: -1;
    transform: scale(0);
    transition: 0.3s;
  }
}
section.sec-all div.news-wrap ul.news-ul li a span.arrow img.black {
  display: block;
}
section.sec-all div.news-wrap ul.news-ul li a span.arrow img.white {
  display: none;
}
section.sec-all a.cm-btn01 {
  margin: 0 0 0 auto;
}
section.sec-all nav.pagination-nav {
  font-family: "Quicksand", sans-serif;
  margin-top: 10%;
}
@media screen and (min-width: 768px) {
  section.sec-all nav.pagination-nav {
    margin-top: 120px;
  }
}
section.sec-all nav.pagination-nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0 4.4vw;
}
@media screen and (min-width: 768px) {
  section.sec-all nav.pagination-nav ul {
    gap: 0 1em;
  }
}
section.sec-all nav.pagination-nav ul li {
  margin-bottom: 4.4vw;
}
@media screen and (min-width: 768px) {
  section.sec-all nav.pagination-nav ul li {
    margin-bottom: 1em;
  }
}
section.sec-all nav.pagination-nav ul li span, section.sec-all nav.pagination-nav ul li a {
  background: #ffd400;
  border-radius: 50em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  border: solid 2px #ffd400;
  color: #111;
  width: 12.4vw;
  height: 12.4vw;
  font-size: 1.54em;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  section.sec-all nav.pagination-nav ul li span, section.sec-all nav.pagination-nav ul li a {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-all nav.pagination-nav ul li span, section.sec-all nav.pagination-nav ul li a {
    width: 70px;
    height: 70px;
    font-size: 30px;
  }
}
section.sec-all nav.pagination-nav ul li span.current, section.sec-all nav.pagination-nav ul li a.current {
  background: #fff;
}
section.sec-all nav.pagination-nav ul li span.dots, section.sec-all nav.pagination-nav ul li a.dots {
  background: none;
  border: none;
}

section.sec-single {
  padding: 10% 0 20%;
  position: relative;
  /**/
}
@media screen and (min-width: 768px) {
  section.sec-single {
    padding: 50px 0 150px;
  }
}
section.sec-single div.sec-single-inner {
  width: 93.2%;
  margin: auto;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  section.sec-single div.sec-single-inner {
    width: 90%;
    max-width: 1100px;
  }
}
section.sec-single div.single-box {
  background: #fff;
  padding: 0 0 10%;
}
@media screen and (min-width: 768px) {
  section.sec-single div.single-box {
    padding: 100px 0;
  }
}
@media screen and (min-width: 768px) {
  section.sec-single div.single-box div.single-box-inner {
    width: 85%;
    margin: auto;
  }
}
section.sec-single div.single-box p.day-txt {
  font-family: "Quicksand", sans-serif;
  letter-spacing: 0;
  font-size: 0.98em;
  color: #4aa10e;
  margin-bottom: 1em;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  section.sec-single div.single-box p.day-txt {
    font-size: 16px;
  }
}
section.sec-single div.single-box h1 {
  font-size: 1.82em;
  font-weight: 500;
  line-height: 1.4em;
}
@media screen and (min-width: 768px) {
  section.sec-single div.single-box h1 {
    font-size: 30px;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-single div.single-box h1 {
    font-size: 40px;
  }
}
section.sec-single div.single-box div.single-txtbox {
  border-top: solid 1px #a7a7a7;
  padding: 10% 0 0;
  margin: 10% 0 0;
}
@media screen and (min-width: 768px) {
  section.sec-single div.single-box div.single-txtbox {
    padding: 60px 0 0;
    margin: 60px 0 0;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-single div.single-box div.single-txtbox {
    padding: 70px 0 0;
    margin: 70px 0 0;
  }
}
section.sec-single div.single-box div.single-txtbox p {
  margin-bottom: 2em;
}
@media screen and (min-width: 768px) {
  section.sec-single div.single-box div.single-txtbox img {
    width: 60%;
  }
}
@media screen and (min-width: 768px) {
  section.sec-single a.cm-btn01 {
    margin: 80px 0 0 auto;
  }
}
section.sec-single a.cm-btn01 span.txt {
  margin-left: 8.6em;
}
@media screen and (min-width: 768px) {
  section.sec-single a.cm-btn01 span.txt {
    margin-left: 5em;
  }
}
@media screen and (min-width: 768px) {
  section.sec-single div.sec-single-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
section.sec-single div.sec-single-bg div.single-bg-wrap {
  width: 100%;
  height: 30%;
  background: #f0c18f;
  position: absolute;
  bottom: 0;
  z-index: 0;
}
section.sec-single div.sec-single-bg div.single-bg-wrap.bg01 {
  height: 70%;
  z-index: 0;
  background: #f4eddf;
}
section.sec-single div.sec-single-bg div.single-bg-wrap div.single-bg {
  width: 100%;
  position: absolute;
  top: 1px;
  transform: translate(0, -100%);
}/*# sourceMappingURL=information.css.map */