@charset "UTF-8";
/* _mediaQuery.scss START */
/* _mediaQuery.scss END */
/* news */
.main {
  position: relative;
  width: 100%;
  min-height: 300px;
}

.main h1 {
  font-size: 16px;
  font-weight: bold;
  background: #007F41;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  text-align: center;
  padding: 20px 70px;
  position: absolute;
  bottom: 10%;
  left: 50%;
  margin: 0;
  transform: translateX(-50%);
  letter-spacing: 1.5px;
}

.main h1 span {
  font-size: 38px;
  white-space: nowrap;
}

.main h1:before {
  content: url("../images/news/news-mainicon.svg");
  position: absolute;
  bottom: calc(10% + 130px);
  left: 50%;
  transform: translateX(-50%);
}

.main h1,
.main .h1 {
  margin: 0;
}

.main-image {
  width: 100%;
}

.main-image img {
  max-width: none;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  min-height: 300px;
}

.sec01 {
  padding: 140px 0 70px;
}

.sec01-block {
  max-width: 1280px;
  padding: 0 4%;
  margin: 0 auto;
  width: 100%;
}

.sec01-block article {
  border-top: 2px solid #007F41;
  padding: 56px 0;
  position: relative;
}

.sec01-block article:before {
  content: "お知らせ";
  letter-spacing: 0.2rem;
  line-height: 1.2;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffff00;
  color: #007F41;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 43px;
  border-radius: 40px;
  border: 3px solid #007F41;
}

.sec01-block article p.date {
  text-align: center;
  color: #007F41;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  /* 166.667% */
  letter-spacing: 1.8px;
}

.sec01-block article h2 {
  color: #007F41;
  text-align: center;
  font-size: 25px;
  font-style: normal;
  font-weight: 800;
  line-height: 40px;
  letter-spacing: 2.5px;
  margin-bottom: 1em;
}

.sec01-block article {
  color: #000;
  font-size: 1em;
  font-style: normal;
  font-weight: 500;
  line-height: 1.75;
  /* 175% */
}

@media screen and (min-width: 769px) {
  div.sec01-block article {
    font-size: 1.125em;
  }
}
.pagenation {
  text-align: center;
  font-size: 20px;
}

.archive_title h3 {
  max-width: 387px;
  margin: 0 auto 40px;
  color: #FFF;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 2.4px;
  background: #007F41;
  border-radius: 60px;
  text-align: center;
  padding: 16px 10px;
}

@media screen and (max-width: 767px) {
  .archive_title {
    padding: 0 15px;
  }
}
/* news topic */
.news-topic-box .news-topic-title-box {
  background: #007F41;
  color: #fff;
  padding: 10px 4%;
}
.news-topic-box .news-topic-title-box h2 {
  max-width: 1000px;
  margin: 0 auto;
  font-weight: bold;
  font-size: 36px;
  line-height: 1;
  display: flex;
  align-items: center;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .news-topic-box .news-topic-title-box h2 {
    letter-spacing: 0.12em;
  }
}
.news-topic-box .news-topic-title-box h2 .text-jp {
  letter-spacing: 0;
  font-size: 18px;
  padding-left: 40px;
}
.news-topic-box .news-topic-loop-box {
  background: #F2F2F2;
  padding: 0 4% 24px;
}
.news-topic-box .news-topic-loop-box dl {
  max-width: 1000px;
  margin: 0 auto;
  color: #1A1A1A;
  font-size: 14px;
}
.news-topic-box .news-topic-loop-box dl dt.date {
  border-bottom: 1px solid #ccc;
  padding: 15px 15px 0 15px;
}
.news-topic-box .news-topic-loop-box dl dd {
  padding: 0 15px 15px 15px;
  border-bottom: 1px solid #ccc;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .news-topic-box .news-topic-loop-box dl {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .news-topic-box .news-topic-loop-box dl dt.date {
    flex-basis: 8em;
    padding: 15px;
  }
  .news-topic-box .news-topic-loop-box dl dd {
    flex-basis: calc(100% - 8em);
    padding: 15px;
  }
}
.news-topic-box .news-topic-loop-box a {
  color: #000;
}
.news-topic-box {
  /* お知らせ一覧ボタン */
}
.news-topic-box .archive-btn-box {
  max-width: 1000px;
  margin: 0 auto;
  padding: 24px 0;
}
.news-topic-box .archive-btn-box a {
  max-width: 240px;
  border-radius: 10px;
  width: 100%;
  text-align: center;
  padding: 4px;
  display: block;
  background: #fff;
  color: #007F41;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 2px;
  border: 2px solid #007F41;
}
.news-topic-box .archive-btn-box a::after {
  content: " >";
}
@media screen and (max-width: 767px) {
  .news-topic-box .pastbtn {
    max-width: 1200px;
    margin: 20px auto;
    padding: 0 10px 20px;
  }
}/*# sourceMappingURL=news.css.map */