@charset "UTF-8";
.sec-news-mv {
  position: relative;
  display: block;
  top: 60px;
  margin-bottom: 60px;
}
.sec-news-mv .mv {
  position: relative;
  display: block;
  background-image: url(../img/news/corporate-news-main.jpg);
  width: 100vw;
  height: 22vw;
  background-size: cover;
  background-position: center;
}

.overray {
  z-index: 5;
  background-color: #385A4E;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  opacity: 0.4;
}

.mv-title {
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  color: rgb(255, 255, 255);
}
.mv-title h2 {
  position: relative;
  text-align: center;
  font-size: 64px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .mv-title h2 {
    font-size: 36px;
  }
}
.mv-title .sub-title {
  position: relative;
  text-align: center;
}
.mv-title .sub-title::before {
  content: "";
  position: relative;
  display: inline-block;
  height: 2px;
  width: 100px;
  top: -4px;
  background-color: rgb(255, 255, 255);
  margin-right: 20px;
}
.mv-title .sub-title::after {
  content: "";
  position: relative;
  display: inline-block;
  height: 2px;
  width: 100px;
  top: -4px;
  background-color: rgb(255, 255, 255);
  margin-left: 20px;
}
@media (max-width: 768px) {
  .mv-title .sub-title::before {
    width: 50px;
  }
  .mv-title .sub-title::after {
    width: 50px;
  }
}

.sec-news-list {
  margin: auto;
  padding: 50px 0;
}
.sec-news-list .l-inner {
  width: 100%;
}
.sec-news-list .l-inner .news-title-area {
  position: relative;
}
.sec-news-list .l-inner .news-title-area .news-title01 {
  position: relative;
}
.sec-news-list .l-inner .news-title-area .news-title01 h2 {
  text-align: center;
  display: block;
  font-size: 36px;
  font-weight: 700;
}
.sec-news-list .l-inner .news-title-area .news-title01 h2::first-letter {
  color: #3AC091;
}
.sec-news-list .l-inner .news-title-area .news-title01 .title-ja {
  text-align: center;
  position: relative;
  color: rgb(183, 192, 191);
}
.sec-news-list .l-inner .news-title-area .news-title01 .title-ja::before {
  content: "";
  height: 2px;
  width: 30px;
  background-color: #202020;
  position: relative;
  display: inline-block;
  margin-top: 10px;
}
.sec-news-list .l-inner .news-title-area .news-title01 .title-ja::after {
  content: "";
  height: 2px;
  width: 30px;
  background-color: #202020;
  position: relative;
  display: inline-block;
  margin-top: 10px;
}
.sec-news-list .l-inner .news-list-area {
  position: relative;
  height: 100%;
}
.sec-news-list .l-inner .news-list-area .news-list-wrapper {
  width: 100%;
  margin: auto;
}
.sec-news-list .l-inner .news-list-area .news-list-wrapper .sub-title {
  font-weight: 700;
  width: 100%;
  text-align: center;
  padding-top: 20px;
}
.sec-news-list .l-inner .news-list-area .news-list-wrapper .news-list-wrap {
  margin-top: 2em;
}
.sec-news-list .l-inner .news-list-area .news-list-wrapper .news-list-wrap .news-list-item {
  border-bottom: 1px solid rgb(183, 192, 191);
}
.sec-news-list .l-inner .news-list-area .news-list-wrapper .news-list-wrap .news-list-item a {
  position: relative;
  display: flex;
  padding: 1.2em 0;
  width: 100%;
  transition: all 0.3s;
}
.sec-news-list .l-inner .news-list-area .news-list-wrapper .news-list-wrap .news-list-item a:hover {
  opacity: 0.6;
}
.sec-news-list .l-inner .news-list-area .news-list-wrapper .news-list-wrap .news-list-item a .news-item-date {
  color: rgb(183, 192, 191);
  margin-right: 2em;
  padding: 0.5em 0;
  font-size: 13px;
  font-weight: 700;
}
.sec-news-list .l-inner .news-list-area .news-list-wrapper .news-list-wrap .news-list-item a .news-item-category {
  margin-right: 2em;
}
.sec-news-list .l-inner .news-list-area .news-list-wrapper .news-list-wrap .news-list-item a .news-item-category span {
  display: block;
  width: 130px;
  font-size: 13px;
  color: rgb(58, 192, 145);
  font-weight: 700;
  border: 1px solid rgb(58, 192, 145);
  padding: 0.5em 0;
  text-align: center;
}
.sec-news-list .l-inner .news-list-area .news-list-wrapper .news-list-wrap .news-list-item a .news-item-title {
  color: #202020;
  padding: 0.5em 0;
  font-size: 13px;
}
.sec-news-list .l-inner .news-list-area .news-list-wrapper .news-list-wrap .news-list-item a .news-item-title::after {
  content: "";
  position: absolute;
  background-image: url(../img/common/news-list-arrow.svg);
  display: block;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 10px;
  height: 13px;
  background-size: contain;
  background-repeat: no-repeat;
}
.sec-news-list .l-inner .news-list-area .news-button-sp {
  display: none;
  position: relative;
  width: 126px;
  height: 50px;
  margin: auto;
  padding: 30px 0;
}
.sec-news-list .l-inner .news-list-area .news-button-sp a {
  display: block;
  border: 1px solid rgb(51, 192, 150);
  padding: 13px 0;
  border-radius: 25px;
  margin: auto;
  text-align: center;
  color: rgb(51, 192, 150);
  transition: 0.3s ease-in-out;
}
.sec-news-list .l-inner .news-list-area .news-button-sp a::before {
  content: "";
  display: inline-block;
  background-image: url(../img/common/news-arrow.svg);
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
  transition: 0.3s ease-in-out;
}
.sec-news-list .l-inner .news-list-area .news-button-sp a:hover {
  background-color: rgb(51, 192, 150);
  color: rgb(255, 255, 255);
}
.sec-news-list .l-inner .news-list-area .news-button-sp a:hover::before {
  background-image: url(../img/common/news-arrow-hv.svg);
}
@media (max-width: 768px) {
  .sec-news-list .l-inner .news-list-area {
    width: 100%;
    background-color: rgb(246, 250, 251);
    min-height: auto;
  }
  .sec-news-list .l-inner .news-list-area .news-list-wrapper {
    width: 95%;
  }
  .sec-news-list .l-inner .news-list-area .news-list-wrapper .news-list-wrap .news-list-item a {
    flex-wrap: wrap;
  }
  .sec-news-list .l-inner .news-list-area .news-list-wrapper .news-list-wrap .news-list-item a .news-item-title {
    width: 100%;
  }
  .sec-news-list .l-inner .news-list-area .news-list-wrapper .news-list-wrap .news-list-item a .news-item-title::after {
    top: 65%;
  }
  .sec-news-list .l-inner .news-list-area .news-button-sp {
    display: block;
    height: auto;
  }
}

.link-btn {
  width: 300px;
  height: 60px;
  margin: 60px auto 80px;
}
.link-btn a {
  position: relative;
  color: rgb(255, 255, 255);
  display: block;
  text-align: center;
  width: 100%;
  padding: 15px;
  border-radius: 30px;
  background: linear-gradient(90deg, #119844 0%, #3fd19e 50%, #119844);
  background-size: 200% auto;
  transition: 0.3s background ease-in-out;
  overflow: hidden;
}
.link-btn a::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  content: "";
  display: inline;
  background-image: url(../img/common/btn-corporate.svg);
  width: 40px;
  height: 40px;
}
.link-btn a:hover {
  background-position: right center;
}

/*========= ページネーションCSS ===============*/
.pagination {
  position: relative;
  left: 50px;
  z-index: 30;
  list-style: none;
}
.pagination .pnavi {
  display: flex;
  /*現在地表示のテキストの設定*/
}
.pagination .pnavi a {
  display: block;
  height: 20px;
  margin-bottom: 5px;
  position: relative;
  padding: 4px;
}
.pagination .pnavi a.active:after {
  box-shadow: inset 0 0 0 5px;
}
.pagination .pnavi a .hover-text {
  position: absolute;
  left: 15px;
  top: 0;
  opacity: 0;
  transition: opacity 0.5s ease;
  padding-left: 15px;
}
.pagination .pnavi a:hover .hover-text {
  opacity: 1;
}

.pagination a:after {
  transition: box-shadow 0.5s ease;
  width: 10px;
  height: 10px;
  display: block;
  border: 1px solid;
  border-radius: 50%;
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  right: 3px;
  bottom: 0;
}

.pnavi {
  margin: 50px auto;
  display: flex;
  justify-content: center;
}
.pnavi .page-numbers {
  background-color: rgb(58, 192, 145);
  color: rgb(255, 255, 255);
  border: 1px solid rgb(58, 192, 145);
  padding: 10px;
  border-radius: 6px;
  margin: 0 10px;
  width: 46px;
  text-align: center;
  transition: all 0.4s;
}
.pnavi .page-numbers.current {
  color: rgb(58, 192, 145);
  background-color: rgb(255, 255, 255);
}
.pnavi .page-numbers.prev {
  color: rgb(58, 192, 145);
  background-color: rgb(255, 255, 255);
}
.pnavi .page-numbers.next {
  color: rgb(58, 192, 145);
  background-color: rgb(255, 255, 255);
}
.pnavi .page-numbers:hover {
  opacity: 0.5;
}
.pnavi .page-numbers:hover.current {
  opacity: 1;
}

.sec-news-detail {
  margin: 140px auto 80px;
}
.sec-news-detail .title {
  font-size: 36px;
  font-weight: 700;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgb(112, 112, 112);
}

@media (max-width: 768px) {
  .sec-news-detail .title {
  font-size: 26px;
  }
}
.sec-news-detail .sub-info {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}
.sec-news-detail .sub-info .date {
  color: rgb(112, 112, 112);
  font-size: 13px;
  margin-top: 3px;
  margin-right: 40px;
}
.sec-news-detail .sub-info .category-name ul {
  display: flex;
}
.sec-news-detail .sub-info .category-name ul li a {
  color: rgb(112, 112, 112);
  font-size: 13px;
  border: 1px solid rgb(112, 112, 112);
  padding: 3px 5px;
}
.sec-news-detail .sub-info .category-name ul li + li {
  margin-left: 20px;
}
.sec-news-detail .sub-info .tag-name {
  margin-left: 20px;
}
.sec-news-detail .sub-info .tag-name ul {
  display: flex;
}
.sec-news-detail .sub-info .tag-name ul li a {
  color: rgb(112, 112, 112);
  font-size: 13px;
  border: 1px solid rgb(112, 112, 112);
  padding: 3px 5px;
}
.sec-news-detail .sub-info .tag-name ul li + li {
  margin-left: 20px;
}
.sec-news-detail .post-link-list {
  display: flex;
  justify-content: space-between;
  margin: 60px auto;
}
.sec-news-detail .post-link-list .post-link {
  width: 48%;
}
.sec-news-detail .post-link-list .post-link.prev {
  text-align: left;
}
.sec-news-detail .post-link-list .post-link.next {
  text-align: right;
}
.sec-news-detail .news-button {
  position: relative;
  width: 126px;
  height: 50px;
  margin: auto;
}
.sec-news-detail .news-button a {
  display: block;
  border: 1px solid rgb(51, 192, 150);
  padding: 13px 0;
  border-radius: 25px;
  height: 100%;
  text-align: center;
  color: rgb(51, 192, 150);
  transition: 0.3s ease-in-out;
}
.sec-news-detail .news-button a::before {
  content: "";
  display: inline-block;
  background-image: url(../img/common/news-arrow.svg);
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
  transition: 0.3s ease-in-out;
}
.sec-news-detail .news-button a:hover {
  background-color: rgb(51, 192, 150);
  color: rgb(255, 255, 255);
}
.sec-news-detail .news-button a:hover::before {
  background-image: url(../img/common/news-arrow-hv.svg);
}

.news-detail-area {
  margin: 80px auto;
}

hr {
  background-color: rgb(112, 112, 112);
}

h3 {
  text-align: center;
  color: rgb(58, 192, 145);
  font-size: 36px;
  font-weight: 700;
  margin: 40px auto;
}

h4 {
  font-size: 26px;
  font-weight: 700;
  margin: 15px auto;
}

figure {
  margin-top: 40px;
}
figure figcaption {
  text-align: center;
}

p {
  line-height: 2em;
}

/*768px以下は現在地表示のテキストを非表示*/
@media screen and (max-width: 768px) {
  .pagination a .hover-text {
    display: none;
  }
}