/*news archive*/
.un_newsArchive {
  margin-top: 9px;
  margin-top: 2.3076923077vw;
}
@media screen and (min-width: 768px) {
  .un_newsArchive {
    margin-top: 14px;
  }
}
.un_newsArchive_inner {
  margin-left: 8px;
  margin-left: 2.0512820513vw;
  margin-right: 8px;
  margin-right: 2.0512820513vw;
}
@media screen and (min-width: 768px) {
  .un_newsArchive_inner {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.un_newsArchive_tabList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  .un_newsArchive_tabList {
    display: block;
    width: 300px;
    margin: 0;
  }
}
.un_newsArchive_tabList__item {
  width: 33.3333333333%;
  min-height: 58px;
  min-height: 14.8717948718vw;
}
@media screen and (min-width: 768px) {
  .un_newsArchive_tabList__item {
    width: 100%;
    min-height: unset;
  }
}
.un_newsArchive_tabList__item:not(:last-child) {
  border-right: 1px solid #e6e6e6;
}
@media screen and (min-width: 768px) {
  .un_newsArchive_tabList__item:not(:last-child) {
    border: none;
  }
}
.un_newsArchive_tabList__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 12px;
  padding-top: 3.0769230769vw;
  line-height: 1.6;
  width: 100%;
  height: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .un_newsArchive_tabList__item a {
    display: inline-block;
    width: auto;
    padding: 17px 0 16px;
    padding-left: 40px;
    padding-right: 24px;
  }
}
.un_newsArchive_tabList__item a::after {
  opacity: 0;
  display: block;
  content: "";
  position: absolute;
  top: 12px;
  top: 3.0769230769vw;
  left: 50%;
  transform: translateX(-50%);
  width: 8px;
  width: 2.0512820513vw;
  height: 8px;
  height: 2.0512820513vw;
  border-radius: 100%;
  background: #ffa372;
}
@media screen and (min-width: 768px) {
  .un_newsArchive_tabList__item a::after {
    width: 8px;
    height: 8px;
    left: 16px;
    top: 50%;
    transform: translateY(-50%) translateX(0);
  }
}
.un_newsArchive_tabList__item a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 4em;
}
@media screen and (min-width: 768px) {
  .un_newsArchive_tabList__item a span {
    display: inline-block;
    width: 100%;
  }
}
.un_newsArchive_tabList__item a.cat--all span {
  width: 100%;
}
.un_newsArchive_tabList__item.current a::after {
  opacity: 1;
}
.un_newsArchive_tabList__item.current a span {
  font-weight: 600;
}
.un_newsArchive_newsList {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .un_newsArchive_newsList {
    flex: 1;
    max-width: 940px;
  }
}
.un_newsArchive_newsList__item {
  border-bottom: 1px solid #e6e6e6;
}
.un_newsArchive_newsList__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 16px;
  gap: 4.1025641026vw;
  padding: 8px;
  padding: 2.0512820513vw;
  padding-top: 24px;
  padding-top: 6.1538461538vw;
  padding-bottom: 24px;
  padding-bottom: 6.1538461538vw;
}
@media screen and (min-width: 768px) {
  .un_newsArchive_newsList__item a {
    padding: 32px 16px;
    gap: unset;
  }
}
.un_newsArchive_newsList__item .__date {
  color: #959595;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .un_newsArchive_newsList__item .__date {
    margin-right: 24px;
  }
}
.un_newsArchive_newsList__item .__cat {
  display: inline-block;
  padding: 4px;
  padding: 1.0256410256vw;
  padding-left: 16px;
  padding-left: 4.1025641026vw;
  padding-right: 16px;
  padding-right: 4.1025641026vw;
  text-align: center;
  font-size: 11px;
  font-size: 2.8205128205vw;
  line-height: 1;
  min-width: 120px;
  min-width: 30.7692307692vw;
}
@media screen and (min-width: 768px) {
  .un_newsArchive_newsList__item .__cat {
    padding: 6px 22px;
    font-size: 1.2rem;
    margin-right: 31px;
    min-width: 138px;
  }
}
.un_newsArchive_newsList__item .__cat.info {
  color: #23ac38;
  background: #f6faed;
}
.un_newsArchive_newsList__item .__cat.news {
  color: #f6faed;
  background: #23ac38;
}
.un_newsArchive_newsList__item .__ttl {
  width: 100%;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .un_newsArchive_newsList__item .__ttl {
    width: auto;
    flex: 1;
  }
}
.un_newsArchive_pagination_inner {
  margin-left: 8px;
  margin-left: 2.0512820513vw;
  margin-right: 8px;
  margin-right: 2.0512820513vw;
}
@media screen and (min-width: 768px) {
  .un_newsArchive_pagination_inner {
    margin: 0;
  }
}
.un_newsArchive_pagination nav {
  margin-top: 40px;
  margin-top: 10.2564102564vw;
}
@media screen and (min-width: 768px) {
  .un_newsArchive_pagination nav {
    margin-top: 80px;
  }
}
.un_newsArchive_pagination nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.un_newsArchive_pagination nav .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 32px;
  width: 8.2051282051vw;
  height: 32px;
  height: 8.2051282051vw;
  font-size: 14px;
  font-size: 3.5897435897vw;
  background: #f6faed;
  border: 1px solid #f6faed;
  border-radius: 100%;
  margin-left: 4px;
  margin-left: 1.0256410256vw;
  margin-right: 4px;
  margin-right: 1.0256410256vw;
}
@media screen and (min-width: 768px) {
  .un_newsArchive_pagination nav .page-numbers {
    width: 40px;
    height: 40px;
    font-size: 1.5rem;
    margin: 0 12px;
  }
}
.un_newsArchive_pagination nav .page-numbers:not(.dots):hover {
  opacity: 1;
}
.un_newsArchive_pagination nav .current {
  color: #23ac38;
  border-color: #23ac38;
  background: #fff;
  pointer-events: none;
}
.un_newsArchive_pagination nav .prev,
.un_newsArchive_pagination nav .next {
  width: auto;
  background: none;
  border: none;
  border-radius: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  gap: 2.0512820513vw;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .un_newsArchive_pagination nav .prev,
  .un_newsArchive_pagination nav .next {
    gap: 8px;
  }
}
.un_newsArchive_pagination nav .prev::before,
.un_newsArchive_pagination nav .next::before {
  display: block;
  content: "";
  width: 24px;
  width: 6.1538461538vw;
  height: 24px;
  height: 6.1538461538vw;
  background: url(../../img/news/ico_arr.svg) center no-repeat;
}
@media screen and (min-width: 768px) {
  .un_newsArchive_pagination nav .prev::before,
  .un_newsArchive_pagination nav .next::before {
    width: 24px;
    height: 24px;
  }
}
.un_newsArchive_pagination nav .prev {
  margin-left: 0;
  margin-right: 12px;
  margin-right: 3.0769230769vw;
}
@media screen and (min-width: 768px) {
  .un_newsArchive_pagination nav .prev {
    margin-right: 68px;
  }
}
.un_newsArchive_pagination nav .next {
  flex-direction: row-reverse;
  margin-right: 0;
  margin-left: 12px;
  margin-left: 3.0769230769vw;
}
@media screen and (min-width: 768px) {
  .un_newsArchive_pagination nav .next {
    margin-left: 68px;
  }
}
.un_newsArchive_pagination nav .next::before {
  transform: scale(-1, 1);
}
/*news single*/
body.news--single .el_pageTtl_pnkz li:nth-child(3) {
  max-width: 12.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  body.news--single .el_pageTtl_pnkz li:nth-child(3) {
    max-width: 20.5em;
  }
}

.un_newsSingle {
  margin-top: 9px;
  margin-top: 2.3076923077vw;
}
@media screen and (min-width: 768px) {
  .un_newsSingle {
    margin-top: 14px;
  }
}
.un_newsSingle_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
  gap: 10.2564102564vw;
  margin-left: 8px;
  margin-left: 2.0512820513vw;
  margin-right: 8px;
  margin-right: 2.0512820513vw;
}
@media screen and (min-width: 768px) {
  .un_newsSingle_inner {
    flex-direction: row;
    gap: 80px;
    margin: 0;
  }
}
.un_newsSingle_date-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  gap: 6.1538461538vw;
}
@media screen and (min-width: 768px) {
  .un_newsSingle_date-author {
    width: 300px;
    gap: 24px;
  }
}
.un_newsSingle_date {
  font-size: 15px;
  font-size: 3.8461538462vw;
  font-weight: 600;
  line-height: 2;
  padding-bottom: 23px;
  padding-bottom: 5.8974358974vw;
  border-bottom: 1px solid #e6e6e6;
}
@media screen and (min-width: 768px) {
  .un_newsSingle_date {
    font-size: 1.6rem;
    padding-bottom: 24px;
  }
}
.un_newsSingle_author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
  gap: 1.0256410256vw;
}
@media screen and (min-width: 768px) {
  .un_newsSingle_author {
    gap: 9px;
    margin-top: 3px;
  }
}
.un_newsSingle_author li {
  font-size: 12px;
  font-size: 3.0769230769vw;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .un_newsSingle_author li {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) {
  .un_newsSingle_post-contact {
    width: 100%;
    max-width: 940px;
  }
}
.un_newsSingle_post__head h1 {
  font-size: 22px;
  font-size: 5.641025641vw;
  line-height: 1.6;
  font-weight: 600;
  margin-bottom: 46px;
  margin-bottom: 11.7948717949vw;
}
@media screen and (min-width: 768px) {
  .un_newsSingle_post__head h1 {
    font-size: 3.2rem;
    margin-bottom: 80px;
  }
}
.un_newsSingle_post__head h1 span {
  display: block;
  font-size: 16px;
  font-size: 4.1025641026vw;
  color: #23ac38;
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .un_newsSingle_post__head h1 span {
    font-size: 1.8rem;
  }
}
.un_newsSingle_post__lead {
  font-size: 16px;
  font-size: 4.1025641026vw;
  line-height: 2.2;
}
@media screen and (min-width: 768px) {
  .un_newsSingle_post__lead {
    font-size: 1.7rem;
  }
}
.un_newsSingle_post__eyechatch {
  border-radius: 16px;
  border-radius: 4.1025641026vw;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .un_newsSingle_post__eyechatch {
    border-radius: 16px;
  }
}
.un_newsSingle_post__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  gap: 24px;
  gap: 6.1538461538vw;
}
@media screen and (min-width: 768px) {
  .un_newsSingle_post__content {
    gap: 31px;
  }
}
.un_newsSingle_post__content h2,
.un_newsSingle_post__content h3,
.un_newsSingle_post__content h4,
.un_newsSingle_post__content h5 {
  margin-top: 31px;
  margin-top: 7.9487179487vw;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .un_newsSingle_post__content h2,
  .un_newsSingle_post__content h3,
  .un_newsSingle_post__content h4,
  .un_newsSingle_post__content h5 {
    margin-top: 41px;
  }
}
.un_newsSingle_post__content h2 {
  color: #23ac38;
  font-size: 30px;
  font-size: 7.6923076923vw;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .un_newsSingle_post__content h2 {
    font-size: 3.6rem;
  }
}
.un_newsSingle_post__content h3 {
  padding-bottom: 17px;
  padding-bottom: 4.358974359vw;
  font-size: 22px;
  font-size: 5.641025641vw;
  line-height: 1.6;
  position: relative;
}
@media screen and (min-width: 768px) {
  .un_newsSingle_post__content h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
    padding-bottom: 0;
    font-size: 2.6rem;
  }
}
.un_newsSingle_post__content h3::after {
  display: block;
  content: "";
  height: 1px;
  width: 100%;
  background: #90c31f;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .un_newsSingle_post__content h3::after {
    position: relative;
    flex: 1;
    width: auto;
  }
}
.un_newsSingle_post__content h4 {
  padding-left: 18px;
  padding-left: 4.6153846154vw;
  color: #23ac38;
  font-size: 18px;
  font-size: 4.6153846154vw;
  line-height: 1.6;
  position: relative;
}
@media screen and (min-width: 768px) {
  .un_newsSingle_post__content h4 {
    font-size: 2rem;
    padding-left: 18px;
  }
}
.un_newsSingle_post__content h4::before {
  display: block;
  content: "";
  width: 8px;
  width: 2.0512820513vw;
  height: 8px;
  height: 2.0512820513vw;
  border-radius: 2px;
  border-radius: 0.5128205128vw;
  background: linear-gradient(90deg, #23ac38 0%, #90c31f 100%);
  position: absolute;
  left: 0;
  top: 12px;
  top: 3.0769230769vw;
}
@media screen and (min-width: 768px) {
  .un_newsSingle_post__content h4::before {
    width: 8px;
    height: 8px;
    border-radius: 2px;
    top: 12px;
  }
}
.un_newsSingle_post__content h5 {
  font-size: 16px;
  font-size: 4.1025641026vw;
  line-height: 1.6;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .un_newsSingle_post__content h5 {
    font-size: 1.8rem;
    line-height: 1.8;
  }
}
.un_newsSingle_post__content .__note {
  font-size: 12px;
  font-size: 3.0769230769vw;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .un_newsSingle_post__content .__note {
    font-size: 1.2rem;
  }
}
.un_newsSingle_post__content .__gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
  gap: 4.1025641026vw;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .un_newsSingle_post__content .__gallery {
    flex-direction: row;
    gap: 40px;
  }
}
.un_newsSingle_post__content .__gallery figure,
.un_newsSingle_post__content .__gallery div {
  border-radius: 16px;
  border-radius: 4.1025641026vw;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .un_newsSingle_post__content .__gallery figure,
  .un_newsSingle_post__content .__gallery div {
    border-radius: 16px;
  }
}
.un_newsSingle_post__content .__gallery figure.col-1,
.un_newsSingle_post__content .__gallery div.col-1 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .un_newsSingle_post__content .__gallery figure.col-2,
  .un_newsSingle_post__content .__gallery div.col-2 {
    width: calc(50% - 20px);
  }
}
@media screen and (min-width: 768px) {
  .un_newsSingle_post__content .__gallery figure.col-3,
  .un_newsSingle_post__content .__gallery div.col-3 {
    width: calc(32% - 20px);
  }
}
.un_newsSingle_post__content .__gallery figure img,
.un_newsSingle_post__content .__gallery div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.un_newsSingle_post a {
  text-decoration: underline;
  font-weight: 600;
}
.un_newsSingle_post a.el_link_type01 {
  line-height: 1.7;
  font-size: 15px;
  font-size: 3.8461538462vw;
}
@media screen and (min-width: 768px) {
  .un_newsSingle_post a.el_link_type01 {
    font-size: 1.5rem;
  }
}
.un_newsSingle_post table {
  border-bottom: 1px solid #e6e6e6;
  min-width: 75%;
}
.un_newsSingle_post table tr th,
.un_newsSingle_post table tr td {
  border: 1px solid #e6e6e6;
  border-bottom: none;
  padding: 16px;
  vertical-align: top;
}
.un_newsSingle_post table tr th {
  border-right: none;
  font-weight: 600;
  background-color: #f7f8f9;
}
.un_newsSingle_contact {
  margin-top: 64px;
  margin-top: 16.4102564103vw;
  border: 1px solid #23ac38;
  border-radius: 16px;
  border-radius: 4.1025641026vw;
  padding: 16px;
  padding: 4.1025641026vw;
}
@media screen and (min-width: 768px) {
  .un_newsSingle_contact {
    margin-top: 64px;
    border-radius: 16px;
    padding: 27px 32px;
  }
}
.un_newsSingle_contact .__contactTtl {
  color: #23ac38;
  font-weight: 600;
  font-size: 14px;
  font-size: 3.5897435897vw;
}
@media screen and (min-width: 768px) {
  .un_newsSingle_contact .__contactTtl {
    font-size: 1.5rem;
  }
}
.un_newsSingle_contact .__contactDetail {
  margin-top: 8px;
  margin-top: 2.0512820513vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .un_newsSingle_contact .__contactDetail {
    margin-top: 8px;
  }
}
.un_newsSingle_contact .__contactDetail dl {
  font-size: 12px;
  font-size: 3.0769230769vw;
  padding: 16px;
  padding: 4.1025641026vw;
  padding-left: 8px;
  padding-left: 2.0512820513vw;
  padding-right: 8px;
  padding-right: 2.0512820513vw;
}
@media screen and (min-width: 768px) {
  .un_newsSingle_contact .__contactDetail dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 32px;
    font-size: 1.4rem;
    padding: 15px 16px 16px;
  }
}
.un_newsSingle_contact .__contactDetail dl:not(:last-child) {
  border-bottom: 1px solid #e6e6e6;
}
.un_newsSingle_contact .__contactDetail dl dt {
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .un_newsSingle_contact .__contactDetail dl dt {
    min-width: 340px;
  }
}
.un_newsSingle_contact .__contactDetail dl dd {
  line-height: 1.6;
  margin-top: 16px;
  margin-top: 4.1025641026vw;
}
@media screen and (min-width: 768px) {
  .un_newsSingle_contact .__contactDetail dl dd {
    margin: 0;
    flex: 1;
  }
}
.un_newsSingle_contact .__contactDetail dl dd p {
  line-height: inherit;
}
.un_newsSingle_contact .__contactDetail dl dd p:not(:first-child) {
  margin-top: 4px;
  margin-top: 1.0256410256vw;
}
@media screen and (min-width: 768px) {
  .un_newsSingle_contact .__contactDetail dl dd p:not(:first-child) {
    margin-top: 4px;
  }
}
.un_newsSingle_contact .__contactDetail dl dd p span {
  display: inline-block;
  margin-right: 8px;
  margin-right: 2.0512820513vw;
}
@media screen and (min-width: 768px) {
  .un_newsSingle_contact .__contactDetail dl dd p span {
    margin-right: 8px;
  }
}
.un_newsSingle_contact .__contactDetail dl dd a {
  text-decoration: underline;
  font-weight: 600;
}
.un_newsSingle_contact .__contactDetail dl dd a[href^="mailto:"] {
  font-weight: 600;
}
.un_newsSingle_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 62px;
  margin-top: 15.8974358974vw;
}
@media screen and (min-width: 768px) {
  .un_newsSingle_link {
    margin-top: 64px;
  }
}
.un_newsSingle_link a {
  max-width: 216px;
  max-width: 55.3846153846vw;
  height: 64px;
  height: 16.4102564103vw;
}
@media screen and (min-width: 768px) {
  .un_newsSingle_link a {
    max-width: 216px;
    height: 64px;
  }
}

.hp_flex {
  gap: 16px;
  gap: 4.1025641026vw;
}
@media screen and (min-width: 768px) {
  .hp_flex {
    gap: 40px;
  }
}