@charset "UTF-8";

.news__post__single {
  padding-top: 88px;
}
.news__post__single__title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
  position: relative;
  margin-top: -8px;
  margin-bottom: 28px;/*36px - 8px*/
}

.news__post__title {
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  position: relative;
}

.news__post__button__green {
  display: block;
  background-color: #008c38;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  width: 100%;
  max-width: 270px;
  padding: 14px 0;
  margin: 0 auto;
  margin-top: 60px;
  border-radius: 22px;
  position: relative;
}
.news__post__button__green::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  top: 50%;
  left: 16px;
  transform: translateY(-50%) rotate(45deg);
}

.news__post__text {
  padding-top: 40px;
}
.news__post__text p {
  margin-top: -8px;
  padding-bottom: 32px;
  font-size: 16px;
  line-height: 1.5;
  text-align: justify;
}
.news__post__text p:last-of-type {
  padding-bottom: 0;
}

/*ニュース*/
.news_page__pagination {
  display: flex;
  align-items: center;
}

.news_page__pagination__list li {
  display: inline-block;
}
.news_page__pagination__button__green {
  display: block;
  background-color: #008c38;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  width: 100%;
  width: 50px;
  height: 50px;
  padding: 14px 0;
  margin: 0 auto;
  border-radius: 100%;
  position: relative;
}
.news_page__pagination__button__green::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  top: 50%;
  right: 45%;
  transform: translateY(-50%) rotate(45deg);
}

.main__button__green__prev {
  display: block;
  background-color: #008c38;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  width: 100%;
  max-width: 270px;
  padding: 14px 0;
  margin: 0 auto;
  margin-top: 58px;
  border-radius: 22px;
  position: relative;
}
.main__button__green__prev::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  top: 50%;
  left: 16px;
  transform: translateY(-50%) rotate(-135deg);
}
/*front-page.cssから引用*/
.news__title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  text-align: left;
  padding-bottom: 40px;
  position: relative;
}

.news__content {
  margin-top: 50px;
  list-style: none;
}
.news__post__margin {
  margin-top: 36px;
}

.news__article {
  margin-top: 40px;
}
.news__article:first-child {
  margin-top: 0;
}

.news__link {
  display: block;
  padding: 0 20px;
  padding-top: 18px;
  padding-bottom: 17px;
  position: relative;
  /*緑ボーダー破線*/
}
.news__link::before {
  position: absolute;
  content: "";
  border: 4px dashed #008c38;
  border-radius: 10px;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.news__link::after {
  position: absolute;
  content: "";
  border: 4px solid #fff;
  border-radius: 10px;
  top: 1px;
  right: 1px;
  left: 1px;
  bottom: 1px;
  z-index: -1;
}

.news__info {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  column-gap: 2.4vw;
  line-height: 1;
}

.news__time {
  font-weight: bold;
	color: #000;
}

.news__category {
  font-weight: bold;
	color: #000;
}

.news__body {
  display: block;
  color: #000;
  margin-top: 11px;
}

.news__link__title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}

.news__link__text {
  margin-top: 11px;
}

/*サービス*/
.service {
  background-color: rgba(245, 206, 31, 0.3);
}

.service.section {
  padding-top: 80px;
  padding-bottom: 90px;
}

.service__lists {
  margin-top: 42px;
}

.service__list {
  margin-top: 22px;
}
.service__list:first-child {
  margin-top: 0;
}

.service__list__title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.688;
}

.service__list__text {
  margin-top: 6px;
  padding-left: 10px;
}

/*お問い合わせ*/
.contact .main__button__green {
  margin-top: 56px;
}

.contact__message {
  font-size: 16px;
  line-height: 1.688;
  text-align: center;
  margin-top: 42px;
}
@media screen and (min-width: 769px) {
  .inner__pc {
    max-width: 734px;
    margin: 0 auto;
  }
  .section {
    padding-top: 80px;
  }
  .main__button__green__prev {
    max-width: 432px;
    padding: 24px 0;
    font-size: 24px;
    border-radius: 36px;
    margin-top: 80px;
  }
  .main__button__green__prev::after {
    width: 12px;
    height: 12px;
    left: 32px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  .news__post__single {
  padding-top: 220px;
  }
  .news__post__single .news__info {
    justify-content: flex-end;
  }
  .news__post__single__title {
  font-size: 30px;
  margin-bottom: 90px;
  }
  .news__post__title {
   font-size: 30px;
  }
  .news__post__text p {
    font-size: 18px;
    padding-bottom: 44px;
  }
  .news__post__margin {
    margin-top: 64px;
  }
  .news__link {
    max-width: 800px;
    padding: 14px 46px 14px;
    margin: 0 auto;
    line-height: 1;
  }
  .news__article {
    margin-top: 56px;
  }
  .news__info {
    font-size: 14px;
  }
  .news__body {
    margin-top: 20px;
  }
  .news__body__title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .news__body__text {
    line-height: 1.667;
  }
}