@charset "UTF-8";
/*----------------------------------------------------
  変数セット
----------------------------------------------------*/
/*----------------------------------------------------
  一覧
----------------------------------------------------*/
.news-wrap {
  display: flex;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767.98px) {
  .news-wrap {
    display: block;
  }
}
.news-wrap .contents {
  flex: 1;
}
.news-wrap .contents > .category-title {
  color: #008C4F;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767.98px) {
  .news-wrap .contents > .category-title {
    font-size: 1.6rem;
    margin-bottom: 1.2rem;
  }
}
.news-wrap .contents ul.news-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 3rem;
}
.news-wrap .contents ul.news-list li {
  margin-bottom: 0.5rem;
}
.news-wrap .contents ul.news-list li a {
  display: flex;
  padding: 1.5rem;
  background-color: #fff;
  color: #222;
  text-decoration: none;
  border-radius: 1.2rem;
}
@media screen and (max-width: 767.98px) {
  .news-wrap .contents ul.news-list li a {
    padding: 1.2rem;
    border-radius: 1.2rem;
  }
}
.news-wrap .contents ul.news-list li a:hover {
  opacity: 0.7;
}
.news-wrap .contents ul.news-list li a .image {
  width: 120px;
  background-color: #fff;
}
@media screen and (max-width: 767.98px) {
  .news-wrap .contents ul.news-list li a .image {
    width: 100px;
  }
}
@media screen and (max-width: 551.98px) {
  .news-wrap .contents ul.news-list li a .image {
    width: 80px;
  }
}
.news-wrap .contents ul.news-list li a .image img {
  aspect-ratio: 1/1;
  display: block;
  max-width: 100%;
  height: auto;
}
.news-wrap .contents ul.news-list li a .contents {
  padding-left: 2rem;
  padding-right: 0.5rem;
  flex: 1;
}
@media screen and (max-width: 767.98px) {
  .news-wrap .contents ul.news-list li a .contents {
    padding-left: 1.5rem;
    padding-right: 0;
  }
}
.news-wrap .contents ul.news-list li a .contents .title {
  color: #008C4F;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 1rem;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767.98px) {
  .news-wrap .contents ul.news-list li a .contents .title {
    font-size: 1.6rem;
    margin-bottom: 0.5rem;
  }
}
.news-wrap .contents .time-area {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767.98px) {
  .news-wrap .contents .time-area {
    margin-bottom: 1.2rem;
  }
}
.news-wrap .contents .time-area time {
  color: #666;
  font-size: 0.9em;
}
.news-wrap .contents .time-area .label {
  display: inline-block;
  border: 1px solid #008C4F;
  color: #008C4F;
  font-size: 0.8em;
  line-height: 1.4;
  margin-left: 1.5rem;
  padding: 0.1rem 0.7em;
}
@media screen and (max-width: 767.98px) {
  .news-wrap .contents .time-area .label {
    margin-left: 1rem;
  }
}
.news-wrap .contents .time-area + div {
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: justify;
}
@media screen and (max-width: 767.98px) {
  .news-wrap .contents .time-area + div {
    font-size: 1.4rem;
  }
}
.news-wrap .side {
  width: 300px;
  padding-left: 5rem;
}
@media screen and (max-width: 767.98px) {
  .news-wrap .side {
    width: auto;
    padding-left: 0;
  }
}
.news-wrap .side ul.topic-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 3rem;
}
.news-wrap .side ul.topic-list li {
  margin-bottom: 0.5rem;
}
.news-wrap .side ul.topic-list li a {
  display: flex;
  padding: 1rem;
  background-color: #fff;
  color: #222;
  text-decoration: none;
  border-radius: 0.7rem;
  font-size: 1.4rem;
}
.news-wrap .side ul.topic-list li a .image {
  width: 65px;
  background-color: #fff;
}
.news-wrap .side ul.topic-list li a .image img {
  aspect-ratio: 1/1;
  display: block;
  max-width: 100%;
  height: auto;
}
.news-wrap .side ul.topic-list li a .contents {
  padding-left: 1rem;
  flex: 1;
}
.news-wrap .side ul.topic-list li a .contents .title {
  color: #008C4F;
  font-weight: 500;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}
.news-wrap .side p.archive-title {
  color: #008C4F;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  padding-bottom: 0.5em;
  margin-bottom: 1rem;
  text-align: center;
  border-bottom: 1px solid #008C4F;
}
@media screen and (max-width: 767.98px) {
  .news-wrap .side p.archive-title {
    font-size: 1.6rem;
    text-align: left;
  }
}
.news-wrap .side p.archive-title + .archive-list {
  margin-bottom: 4rem;
}
.news-wrap .side ul.archive-list {
  list-style: none;
  padding-left: 0;
}
.news-wrap .side ul.archive-list a {
  display: block;
  padding: 1.5rem 1.5rem 1.5rem 2.7rem;
  color: #222;
  text-decoration: none;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .news-wrap .side ul.archive-list a {
    padding: 1rem 1rem 1rem 2.2rem;
  }
}
.news-wrap .side ul.archive-list a:hover {
  color: #008C4F;
}
.news-wrap .side ul.archive-list a::before {
  display: inline-block;
  content: "";
  position: absolute;
  top: 2.2rem;
  left: 1rem;
  border: 0.6rem solid transparent;
  border-left: 0.6rem solid #3f9d74;
  border-right: 0;
}
@media screen and (max-width: 767.98px) {
  .news-wrap .side ul.archive-list a::before {
    top: 2rem;
    border-width: 0.4rem;
  }
}

.tablenav {
  text-align: center;
  margin-top: 6rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767.98px) {
  .tablenav {
    margin-top: 3rem;
    margin-bottom: 5rem;
  }
}
.tablenav > a, .tablenav > span {
  display: inline-block;
  font-size: 1.4rem;
  color: #008C4F !important;
  padding: 5px 0.8em;
  border: solid 1px #008C4F;
  text-decoration: none;
  background: #ffffff;
  margin: 0.5rem;
  transition: all 0.2s;
}
.tablenav > span.current {
  color: #fff !important;
  background-color: #008C4F;
  font-weight: 500;
}
.tablenav > a:hover {
  opacity: 0.7;
}

/*----------------------------------------------------
  詳細
----------------------------------------------------*/
.news-wrap .contents .detail-title {
  color: #008C4F;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3rem;
  margin-bottom: 0.5em;
  padding-left: 0.5em;
  border-left: 5px solid #008C4F;
  line-height: 1.4;
  padding-bottom: 0.2em;
}
@media screen and (max-width: 767.98px) {
  .news-wrap .contents .detail-title {
    font-size: 2.4rem;
  }
}
.news-wrap .contents .detail-title + .time-area {
  text-align: right;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767.98px) {
  .news-wrap .contents .detail-title + .time-area {
    margin-bottom: 1.5rem;
  }
}
.news-wrap .contents .detail-title + .time-area .label.company {
  border-color: #008C4F;
  background-color: #fff6cf;
  margin-left: 0.7rem;
}
.news-wrap .contents .cms-area {
  min-height: 200px;
}
@media screen and (max-width: 767.98px) {
  .news-wrap .contents .cms-area {
    min-height: auto;
  }
}
.news-wrap .contents .button-area {
  text-align: center;
  margin-top: 3rem;
}
@media screen and (max-width: 767.98px) {
  .news-wrap .contents .button-area {
    margin-top: 2rem;
    margin-bottom: 5rem;
  }
}
.news-wrap .contents .button-area a.btn-back {
  display: inline-flex;
  align-items: center;
  padding: 1.5rem 7rem 1.5rem 4rem;
  border-radius: 1.5rem;
  border: 2px solid #008C4F;
  color: #222;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
  font-size: 1.8rem;
  position: relative;
  min-width: 290px;
  max-width: 100%;
  height: 92px;
}
@media screen and (max-width: 767.98px) {
  .news-wrap .contents .button-area a.btn-back {
    font-size: 1.5rem;
    padding-left: 3rem;
    min-width: 250px;
    height: 62px;
  }
}
.news-wrap .contents .button-area a.btn-back::before {
  content: "";
  display: inline-block;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: #008C4F;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.5rem;
}
@media screen and (max-width: 767.98px) {
  .news-wrap .contents .button-area a.btn-back::before {
    width: 2.6rem;
    height: 2.6rem;
  }
}
.news-wrap .contents .button-area a.btn-back::after {
  content: "";
  display: inline-block;
  border: 6px solid transparent;
  border-right: 0;
  border-left: 8px solid #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2.5rem;
}
@media screen and (max-width: 767.98px) {
  .news-wrap .contents .button-area a.btn-back::after {
    border-width: 4px;
    border-left-width: 6px;
  }
}
.news-wrap .contents .button-area a.btn-back:hover {
  color: #008C4F;
}/*# sourceMappingURL=info.css.map */