@charset "UTF-8";
/*
変数関係をまとめたファイル
 */
/*
ブレイクポイントに関して記述しているファイル
下のブレイクポイントの設定を変更するときは必ずPMに一声かける
 */
.post-news-page > .post-content {
  max-width: 90vw;
  margin: 161px auto 0;
}
@media screen and (max-width: 1024px) {
  .post-news-page > .post-content {
    margin: 120px auto 0;
  }
}
@media screen and (max-width: 480px) {
  .post-news-page > .post-content {
    margin-top: 110px;
  }
}
.post-news-page > .post-content > .box-firstview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 32px;
}
@media screen and (max-width: 820px) {
  .post-news-page > .post-content > .box-firstview {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.post-news-page > .post-content > .box-firstview > .box-overview > .page-title {
  color: #939393;
  font-size: 0.95vw;
}
@media screen and (max-width: 1024px) {
  .post-news-page > .post-content > .box-firstview > .box-overview > .page-title {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 820px) {
  .post-news-page > .post-content > .box-firstview > .box-overview > .page-title {
    font-size: 1.55vw;
    margin-bottom: 41px;
  }
}
@media screen and (max-width: 480px) {
  .post-news-page > .post-content > .box-firstview > .box-overview > .page-title {
    font-size: 3vw;
    margin-bottom: 10px;
  }
}
.post-news-page > .post-content > .box-firstview > .box-overview > .title {
  font-size: 2.9vw;
  font-weight: 400;
  margin-bottom: 10px;
}
@media screen and (max-width: 820px) {
  .post-news-page > .post-content > .box-firstview > .box-overview > .title {
    font-size: 4vw;
    margin-bottom: 6px;
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .post-news-page > .post-content > .box-firstview > .box-overview > .title {
    font-size: 8.6vw;
    line-height: 1.5;
    margin-bottom: 16px;
  }
}
.post-news-page > .post-content > .box-firstview > .box-overview > .box-information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.post-news-page > .post-content > .box-firstview > .box-overview > .box-information > .date {
  color: #939393;
  font-size: 0.85vw;
  margin-right: 36px;
}
@media screen and (max-width: 1024px) {
  .post-news-page > .post-content > .box-firstview > .box-overview > .box-information > .date {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 820px) {
  .post-news-page > .post-content > .box-firstview > .box-overview > .box-information > .date {
    font-size: 1.55vw;
  }
}
@media screen and (max-width: 480px) {
  .post-news-page > .post-content > .box-firstview > .box-overview > .box-information > .date {
    font-size: 3vw;
    margin-right: 24px;
  }
}
.post-news-page > .post-content > .box-firstview > .box-overview > .box-information > .list-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.post-news-page > .post-content > .box-firstview > .box-overview > .box-information > .list-category > .category {
  position: relative;
  color: #007f41;
  font-size: 0.85vw;
  margin-left: 7px;
  padding-left: 14px;
}
@media screen and (max-width: 1024px) {
  .post-news-page > .post-content > .box-firstview > .box-overview > .box-information > .list-category > .category {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 820px) {
  .post-news-page > .post-content > .box-firstview > .box-overview > .box-information > .list-category > .category {
    font-size: 1.55vw;
  }
}
@media screen and (max-width: 480px) {
  .post-news-page > .post-content > .box-firstview > .box-overview > .box-information > .list-category > .category {
    font-size: 3vw;
  }
}
.post-news-page > .post-content > .box-firstview > .box-overview > .box-information > .list-category > .category:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50px;
  background-color: #007f41;
  width: 7px;
  height: 7px;
}
.post-news-page > .post-content > .box-firstview > .button {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
@media screen and (max-width: 1024px) {
  .post-news-page > .post-content > .box-firstview > .button > .link {
    font-size: 1.2vw;
    padding: 6px 47px 6px 2px;
  }
}
.post-news-page > .post-content > .box-article {
  border-bottom: 1px solid #f6f6f6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  margin-bottom: 64px;
}
@media screen and (max-width: 820px) {
  .post-news-page > .post-content > .box-article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 480px) {
  .post-news-page > .post-content > .box-article {
    margin-bottom: 48px;
  }
}
.post-news-page > .post-content > .box-article > .box-main {
  max-width: 55.6vw;
  width: 100%;
  margin-right: 10%;
}
@media screen and (max-width: 1024px) {
  .post-news-page > .post-content > .box-article > .box-main {
    margin-right: 6%;
  }
}
@media screen and (max-width: 820px) {
  .post-news-page > .post-content > .box-article > .box-main {
    max-width: 100%;
    margin-right: 0;
  }
}
.post-news-page > .post-content > .box-article > .box-main > .thumbnail {
  margin-bottom: 48px;
}
@media screen and (max-width: 480px) {
  .post-news-page > .post-content > .box-article > .box-main > .thumbnail {
    margin-bottom: 24px;
  }
}
.post-news-page > .post-content > .box-article > .box-main > .thumbnail > img {
  height: 474px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 480px) {
  .post-news-page > .post-content > .box-article > .box-main > .thumbnail > img {
    height: 214px;
  }
}
.post-news-page > .post-content > .box-article > .box-main > h2 {
  position: relative;
  font-size: 2vw;
  font-weight: 500;
  margin-bottom: 32px;
  padding-left: 20px;
}
@media screen and (max-width: 1024px) {
  .post-news-page > .post-content > .box-article > .box-main > h2 {
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 820px) {
  .post-news-page > .post-content > .box-article > .box-main > h2 {
    font-size: 3vw;
  }
}
@media screen and (max-width: 480px) {
  .post-news-page > .post-content > .box-article > .box-main > h2 {
    font-size: 4.8vw;
  }
}
.post-news-page > .post-content > .box-article > .box-main > h2:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #007f41;
  border-radius: 50px;
  width: 4px;
  height: 100%;
}
.post-news-page > .post-content > .box-article > .box-main > h3 {
  font-size: 1.5vw;
  font-weight: 500;
  margin-bottom: 32px;
}
@media screen and (max-width: 1024px) {
  .post-news-page > .post-content > .box-article > .box-main > h3 {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 820px) {
  .post-news-page > .post-content > .box-article > .box-main > h3 {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 480px) {
  .post-news-page > .post-content > .box-article > .box-main > h3 {
    font-size: 4.5vw;
  }
}
.post-news-page > .post-content > .box-article > .box-main > p {
  font-size: 0.95vw;
  line-height: 2.2;
  margin: 0 auto 48px;
}
@media screen and (max-width: 1024px) {
  .post-news-page > .post-content > .box-article > .box-main > p {
    font-size: 1.45vw;
  }
}
@media screen and (max-width: 820px) {
  .post-news-page > .post-content > .box-article > .box-main > p {
    font-size: 1.75vw;
  }
}
@media screen and (max-width: 480px) {
  .post-news-page > .post-content > .box-article > .box-main > p {
    font-size: 3.55vw;
    margin: 0 auto 24px;
  }
}
.post-news-page > .post-content > .box-article > .box-main > p > a {
  color: #007f41;
  text-decoration: underline;
}
.post-news-page > .post-content > .box-article > .box-main > figure {
  margin-bottom: 48px;
}
@media screen and (max-width: 480px) {
  .post-news-page > .post-content > .box-article > .box-main > figure {
    margin-bottom: 24px;
  }
}
.post-news-page > .post-content > .box-article > .box-main > figure > img {
  height: 474px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 820px) {
  .post-news-page > .post-content > .box-article > .box-main > figure > img {
    height: 100%;
  }
}
@media screen and (max-width: 480px) {
  .post-news-page > .post-content > .box-article > .box-main > figure > img {
    height: 214px;
  }
}
.post-news-page > .post-content > .box-article > .box-main > .button {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.post-news-page > .post-content > .box-article > .box-related {
  border-top: 1px solid #f6f6f6;
  max-width: 24.7vw;
  width: 100%;
  padding-top: 64px;
}
@media screen and (max-width: 1024px) {
  .post-news-page > .post-content > .box-article > .box-related {
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .post-news-page > .post-content > .box-article > .box-related {
    padding-top: 30px;
  }
}
.post-news-page > .post-content > .box-article > .box-related > .title {
  color: #939393;
  font-size: 0.95vw;
  margin-bottom: 32px;
}
@media screen and (max-width: 1024px) {
  .post-news-page > .post-content > .box-article > .box-related > .title {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 820px) {
  .post-news-page > .post-content > .box-article > .box-related > .title {
    font-size: 1.55vw;
  }
}
@media screen and (max-width: 480px) {
  .post-news-page > .post-content > .box-article > .box-related > .title {
    font-size: 3vw;
  }
}
.post-news-page > .post-content > .box-article > .box-related > .list-related-post > .related-post {
  margin-bottom: 32px;
}
.post-news-page > .post-content > .box-article > .box-related > .list-related-post > .related-post > .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.post-news-page > .post-content > .box-article > .box-related > .list-related-post > .related-post > .link > img {
  width: 116px;
  height: 116px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin-right: 20px;
}
.post-news-page > .post-content > .box-article > .box-related > .list-related-post > .related-post > .link > .box-text > .title {
  color: #000000;
  font-size: 0.9vw;
  margin-bottom: 16px;
}
@media screen and (max-width: 1024px) {
  .post-news-page > .post-content > .box-article > .box-related > .list-related-post > .related-post > .link > .box-text > .title {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 820px) {
  .post-news-page > .post-content > .box-article > .box-related > .list-related-post > .related-post > .link > .box-text > .title {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 480px) {
  .post-news-page > .post-content > .box-article > .box-related > .list-related-post > .related-post > .link > .box-text > .title {
    font-size: 3.2vw;
  }
}
.post-news-page > .post-content > .box-article > .box-related > .list-related-post > .related-post > .link > .box-text > .box-information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1024px) {
  .post-news-page > .post-content > .box-article > .box-related > .list-related-post > .related-post > .link > .box-text > .box-information {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.post-news-page > .post-content > .box-article > .box-related > .list-related-post > .related-post > .link > .box-text > .box-information > .date {
  color: #939393;
  font-size: 0.85vw;
  margin-right: 36px;
}
@media screen and (max-width: 1024px) {
  .post-news-page > .post-content > .box-article > .box-related > .list-related-post > .related-post > .link > .box-text > .box-information > .date {
    font-size: 1.25vw;
    margin-right: 0;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 820px) {
  .post-news-page > .post-content > .box-article > .box-related > .list-related-post > .related-post > .link > .box-text > .box-information > .date {
    font-size: 1.55vw;
  }
}
@media screen and (max-width: 480px) {
  .post-news-page > .post-content > .box-article > .box-related > .list-related-post > .related-post > .link > .box-text > .box-information > .date {
    font-size: 2.95vw;
  }
}
.post-news-page > .post-content > .box-article > .box-related > .list-related-post > .related-post > .link > .box-text > .box-information > .list-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.post-news-page > .post-content > .box-article > .box-related > .list-related-post > .related-post > .link > .box-text > .box-information > .list-category > .category {
  position: relative;
  color: #007f41;
  font-size: 0.85vw;
  margin-left: 7px;
  padding-left: 14px;
}
@media screen and (max-width: 1024px) {
  .post-news-page > .post-content > .box-article > .box-related > .list-related-post > .related-post > .link > .box-text > .box-information > .list-category > .category {
    font-size: 1.15vw;
    margin-left: 0;
    margin-right: 7px;
  }
}
@media screen and (max-width: 820px) {
  .post-news-page > .post-content > .box-article > .box-related > .list-related-post > .related-post > .link > .box-text > .box-information > .list-category > .category {
    font-size: 1.55vw;
  }
}
@media screen and (max-width: 480px) {
  .post-news-page > .post-content > .box-article > .box-related > .list-related-post > .related-post > .link > .box-text > .box-information > .list-category > .category {
    font-size: 2.95vw;
  }
}
.post-news-page > .post-content > .box-article > .box-related > .list-related-post > .related-post > .link > .box-text > .box-information > .list-category > .category:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50px;
  background-color: #007f41;
  width: 7px;
  height: 7px;
}
.post-news-page > .post-content > .button {
  margin-bottom: 64px;
}
@media screen and (max-width: 820px) {
  .post-news-page > .post-content > .button {
    margin: 0 0 64px auto;
  }
}
@media screen and (max-width: 1024px) {
  .post-news-page > .post-content > .button > .link {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 480px) {
  .post-news-page > .post-content > .button > .link {
    font-size: 4.3vw;
  }
}
.post-news-page > .post-content > .button > .link > .icon {
  right: 15px;
}