@charset "UTF-8";
/* ===================================================================
CSS information

file name  : news.css
author     : Abilive
style info : 新着情報
=================================================================== */
/* ===================================================================
CSS information

file name  : _settings.scss
author     : Abilive
style info : 汎用設定
=================================================================== */
@keyframes FadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes FadeUp {
  0% {
    transform: translateY(-200%);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.25);
  }
}
button {
  font-size: inherit;
  font-family: inherit;
  letter-spacing: inherit;
}

#main [data-text]::before {
  content: none;
}

@media only screen and (min-width: 1025px) {
  .con_news {
    padding-top: 5.71rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news {
    padding-top: 4.28rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_news {
    padding-top: 3em;
  }
}
.con_news .st {
  font-size: 1.43rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  color: var(--color-text);
  margin-bottom: .5rem;
  line-height: 1.5;
  font-weight: normal;
}
.con_news .box_main.box_list .wrp_list .post .wrp_txt .info .box_date {
  margin-bottom: .2em;
}
@media only screen and (min-width: 768px) {
  .con_news .box_main.box_list .wrp_list .post .wrp_txt .info .box_date {
    margin-right: 0.71rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_main.box_list .wrp_list .post .wrp_txt .info .box_date {
    margin-right: 0.5em;
  }
}
.con_news .box_main.box_list .wrp_list .post .wrp_txt .info .box_date dd time {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.93rem;
  display: block;
  line-height: 1.5;
  color: #5D876E;
}
.con_news .box_main.box_list .wrp_list.type_list .post {
  transition: ease .5s opacity;
}
.con_news .box_main.box_list .wrp_list.type_list .post::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2em;
  width: 1.07rem;
  height: 1.07rem;
  transform: translateY(-50%);
  background: url(../images/common/ic_arrow_green.svg) no-repeat center/100%;
  background-size: contain;
  transition: ease .5s transform;
}
@media only screen and (max-width: 767px) {
  .con_news .box_main.box_list .wrp_list.type_list .post::after {
    right: 1em;
  }
}
@media only screen and (min-width: 1025px) {
  .con_news .box_main.box_list .wrp_list.type_list .post:has(a:hover, a:focus) {
    opacity: .8;
  }
  .con_news .box_main.box_list .wrp_list.type_list .post:has(a:hover, a:focus)::after {
    transform: translateY(-50%) translateX(0.5em);
  }
}
.con_news .box_main.box_list .wrp_pagination ol li a {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.con_news .box_main.box_list .wrp_pagination .prev a::after,
.con_news .box_main.box_list .wrp_pagination .next a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: .3em;
  height: .3em;
  margin: auto;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: var(--color-text);
  transition: transform 400ms ease;
}
.con_news .box_main.box_list .wrp_pagination .prev a::after {
  transform: translateX(0.25em) rotate(135deg);
}
@media only screen and (min-width: 1025px) {
  .con_news .box_main.box_list .wrp_pagination .prev a:hover {
    transform: translateX(-0.3em);
  }
}
.con_news .box_main.box_list .wrp_pagination .next a::after {
  transform: translateX(-0.25em) rotate(-45deg);
}
@media only screen and (min-width: 1025px) {
  .con_news .box_main.box_list .wrp_pagination .next a:hover {
    transform: translateX(0.3em);
  }
}
.con_news .box_detail article .wrp_title {
  display: flex;
  flex-direction: column;
}
.con_news .box_detail article .wrp_title .title {
  font-size: 1.71rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  order: 2;
  line-height: 1.8;
  color: var(--title-color);
  font-weight: 400;
}
.con_news .box_detail article .wrp_title .info {
  order: 1;
}
.con_news .box_detail article .wrp_title .info .box_date {
  margin-bottom: .2em;
}
@media only screen and (min-width: 768px) {
  .con_news .box_detail article .wrp_title .info .box_date {
    margin-right: 0.71rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_detail article .wrp_title .info .box_date {
    margin-right: 0.5em;
  }
}
.con_news .box_detail article .wrp_title .info .box_date dd time {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.93rem;
  display: block;
  line-height: 1.5;
  color: #5D876E;
}
.con_news .box_detail article .wrp_article .layout_img figcaption {
  font-size: 0.93rem;
}
.con_news .box_detail article .wrp_article .layout_title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  color: var(--title-color);
  font-weight: 400;
}
.con_news .box_detail article .wrp_article .layout_title.large {
  font-size: 1.57rem;
  line-height: 1.6;
}
.con_news .box_detail article .wrp_article .layout_title.middle {
  font-size: 1.29rem;
  line-height: 1.6;
}
.con_news .box_detail article .wrp_article .layout_title.small {
  font-size: 1.14rem;
  line-height: 1.6;
}
.con_news .box_detail article .wrp_article .layout_table caption {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.con_news .box_detail article .wrp_article .layout_table .tbl_basic {
  width: 100%;
  position: relative;
  z-index: 1;
  line-height: 1.5;
}
.con_news .box_detail article .wrp_article .layout_table .tbl_basic > tbody > tr {
  background-color: #fff;
}
.con_news .box_detail article .wrp_article .layout_table .tbl_basic > tbody > tr > th,
.con_news .box_detail article .wrp_article .layout_table .tbl_basic > tbody > tr > td {
  font-size: 1rem;
  font-weight: 400;
  border-bottom: 1px solid var(--color-gray2);
  line-height: 1.5;
}
.con_news .box_detail article .wrp_article .layout_table .tbl_basic > tbody > tr > th {
  border-bottom: 2px solid var(--color-tbl-line);
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .con_news .box_detail article .wrp_article .layout_table .tbl_basic > tbody > tr > th {
    width: 20%;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_detail article .wrp_article .layout_table .tbl_basic > tbody > tr > th {
    width: 20%;
  }
}
@media only screen and (min-width: 768px) {
  .con_news .box_detail article .wrp_article .layout_table .tbl_basic > tbody > tr > th {
    padding: 1em 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_detail article .wrp_article .layout_table .tbl_basic > tbody > tr > th {
    padding: 1em 0.5em;
  }
}
@media only screen and (min-width: 1025px) {
  .con_news .box_detail article .wrp_article .layout_table .tbl_basic > tbody > tr > td {
    padding: 1em 1em 1em 2em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .box_detail article .wrp_article .layout_table .tbl_basic > tbody > tr > td {
    padding: 1em 1em 1em 2em;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_detail article .wrp_article .layout_table .tbl_basic > tbody > tr > td {
    padding: 1em 0.5em 1em 1em;
  }
}
.con_news .box_detail article .wrp_article .layout_btn a {
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  color: #fff;
  padding: .5em;
  cursor: pointer;
  box-sizing: border-box;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: ease .5s all;
  line-height: 1.2;
  border-radius: 100px;
  background-color: var(--color-main);
  position: relative;
}
.con_news .box_detail article .wrp_article .layout_btn a::-ms-expand {
  display: none;
}
@media only screen and (min-width: 768px) {
  .con_news .box_detail article .wrp_article .layout_btn a {
    min-height: 3.21rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_detail article .wrp_article .layout_btn a {
    min-height: 3.2em;
  }
}
.con_news .box_detail article .wrp_article .layout_btn a::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  margin-left: .5em;
  background: url(../images/news/ic_arr_lg.webp) no-repeat left top/contain;
}
.con_news .box_detail article .wrp_article .layout_btn a:hover {
  opacity: .7;
}
.con_news .box_detail article .wrp_article .layout_btn.outer a::after {
  background: url(../images/news/ic_outer.webp) no-repeat left top/contain;
}
.con_news .box_detail article .wrp_article .layout_btn.pdf a::after {
  background: url(../images/news/ic_pdf.webp) no-repeat left top/contain;
}
.con_news .box_detail article .wrp_article .layout_btn.rsv a {
  color: #fff;
  background: var(--color-green4);
}
.con_news .box_detail article .wrp_article .layout_btn.rsv a::after {
  background: url(../images/news/ic_arr_gr.webp) no-repeat left top/contain;
}
.con_news .box_detail .box_pagination_detail dd .home a {
  color: var(--color-text);
  transition: ease .5s opacity;
}
.con_news .box_detail .box_pagination_detail dd .home a:hover {
  opacity: .7;
}
.con_news .box_detail .box_pagination_detail dd .prev a,
.con_news .box_detail .box_pagination_detail dd .next a {
  color: var(--color-text);
}
.con_news .box_detail .box_pagination_detail dd .prev a::before, .con_news .box_detail .box_pagination_detail dd .prev a::after,
.con_news .box_detail .box_pagination_detail dd .next a::before,
.con_news .box_detail .box_pagination_detail dd .next a::after {
  width: .4em;
  height: .4em;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: var(--color-text);
  transition: transform 400ms ease;
}
.con_news .box_detail .box_pagination_detail dd .prev a::before {
  content: "";
  margin-right: .5em;
  transform: rotate(135deg);
}
.con_news .box_detail .box_pagination_detail dd .prev a:hover::before {
  transform: translateX(-0.3em) rotate(135deg);
}
.con_news .box_detail .box_pagination_detail dd .next a::after {
  content: "";
  margin-left: .5em;
  transform: rotate(-45deg);
}
.con_news .box_detail .box_pagination_detail dd .next a:hover::after {
  transform: translateX(0.3em) rotate(-45deg);
}
.con_news .box_side .wrp_side .list > li > a,
.con_news .box_side .wrp_side .list > button, .con_news .box_side .wrp_side .list_newer > li > a,
.con_news .box_side .wrp_side .list_newer > button {
  transition: ease .5s opacity;
}
.con_news .box_side .wrp_side .list > li > a:hover,
.con_news .box_side .wrp_side .list > button:hover, .con_news .box_side .wrp_side .list_newer > li > a:hover,
.con_news .box_side .wrp_side .list_newer > button:hover {
  opacity: .7;
}
.con_news .box_side .wrp_side.archive .inner .list .accordion {
  transition: ease .5s opacity;
}
.con_news .box_side .wrp_side.archive .inner .list .accordion:hover {
  opacity: .7;
}
.con_news .box_side .wrp_side.archive .inner .list ol li a {
  transition: ease .5s opacity;
}
.con_news .box_side .wrp_side.archive .inner .list ol li a:hover {
  opacity: .7;
}

.con_news {
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news {
    width: calc(1260 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_news {
    width: calc(390 / 428 * 100%);
  }
}
@media only screen and (min-width: 1025px) {
  .con_news {
    max-width: 71.42rem;
    width: calc(1260 / 1440 * 100%);
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1025px) {
  .con_news .box_main {
    width: calc(100% - 200px - 50px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .box_main {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_main {
    width: 100%;
  }
}
.con_news .box_main.box_list .total {
  margin-bottom: 1em;
}
@media only screen and (min-width: 768px) {
  .con_news .box_main.box_list .total {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_main.box_list .total {
    font-size: 1rem;
  }
}
.con_news .box_main.box_list .total span {
  margin-right: .25em;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .con_news .box_main.box_list .total span {
    font-size: 1.43rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_main.box_list .total span {
    font-size: 1.4rem;
  }
}
.con_news .box_main.box_list .wrp_list .post {
  position: relative;
  box-sizing: border-box;
  text-decoration: none;
  container-type: inline-size;
}
.con_news .box_main.box_list .wrp_list .post .wrp_img {
  overflow: hidden;
  aspect-ratio: 16 / 9;
}
.con_news .box_main.box_list .wrp_list .post .wrp_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.con_news .box_main.box_list .wrp_list .post .wrp_txt {
  display: flex;
  flex-direction: column;
}
.con_news .box_main.box_list .wrp_list .post .wrp_txt .txt {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: var(--c-cv);
  line-height: 1.5;
  order: 2;
  font-weight: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  letter-spacing: .06em;
  line-height: 1.86;
}
@media only screen and (min-width: 768px) {
  .con_news .box_main.box_list .wrp_list .post .wrp_txt .txt {
    -webkit-line-clamp: 2;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_main.box_list .wrp_list .post .wrp_txt .txt {
    -webkit-line-clamp: 3;
  }
}
.con_news .box_main.box_list .wrp_list .post .wrp_txt .info {
  order: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .3em .5em;
}
@media only screen and (min-width: 768px) {
  .con_news .box_main.box_list .wrp_list .post .wrp_txt .info {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_main.box_list .wrp_list .post .wrp_txt .info {
    font-size: 1rem;
  }
}
.con_news .box_main.box_list .wrp_list .post .wrp_txt .info dl dt {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.con_news .box_main.box_list .wrp_list .post .wrp_txt .info .box_category dd ul {
  display: flex;
  flex-wrap: wrap;
}
.con_news .box_main.box_list .wrp_list .post .wrp_txt .info .box_category dd ul li {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 0.71rem;
  line-height: 1.5;
  color: var(--title-color);
  margin-right: .2em;
  margin-bottom: .2em;
  box-sizing: border-box;
}
.con_news .box_main.box_list .wrp_list .post .wrp_txt .info .box_category dd ul li::before {
  content: "#";
}
.con_news .box_main.box_list .wrp_list .post .wrp_link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.con_news .box_main.box_list .wrp_list .post .wrp_link a {
  display: block;
  width: 100%;
  height: 100%;
}
.con_news .box_main.box_list .wrp_list.type_list .post {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  border-bottom: 1px solid var(--color-gray2);
}
@media only screen and (min-width: 1025px) {
  .con_news .box_main.box_list .wrp_list.type_list .post {
    padding: 1.78rem 3.21rem 1.78rem 1.42rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .box_main.box_list .wrp_list.type_list .post {
    padding: 1.78rem 3.21rem 1.78rem 0.71rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_main.box_list .wrp_list.type_list .post {
    padding: 1.5em 2.5em 1.5em 0.5em;
  }
}
@media only screen and (min-width: 1025px) {
  .con_news .box_main.box_list .wrp_list.type_list .post {
    align-items: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .box_main.box_list .wrp_list.type_list .post {
    align-items: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_main.box_list .wrp_list.type_list .post {
    align-items: flex-start;
  }
}
@media only screen and (min-width: 1025px) {
  .con_news .box_main.box_list .wrp_list.type_list .post .wrp_img {
    width: calc(210 / (1010 - 50) * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .box_main.box_list .wrp_list.type_list .post .wrp_img {
    width: calc(260 / (1010 - 50) * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_main.box_list .wrp_list.type_list .post .wrp_img {
    width: calc(250 / (880 - 80) * 100%);
  }
}
@media only screen and (min-width: 768px) {
  .con_news .box_main.box_list .wrp_list.type_list .post .wrp_img::before {
    font-size: 1.43rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_main.box_list .wrp_list.type_list .post .wrp_img::before {
    font-size: 1.4rem;
  }
}
.con_news .box_main.box_list .wrp_list.type_list .post .wrp_img.no_img {
  position: relative;
  background: #fff;
}
.con_news .box_main.box_list .wrp_list.type_list .post .wrp_img.no_img::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/common/logo_color.svg) no-repeat center/70%;
}
@media only screen and (min-width: 1025px) {
  .con_news .box_main.box_list .wrp_list.type_list .post .wrp_txt {
    width: calc(730 / (1010 - 50) * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .box_main.box_list .wrp_list.type_list .post .wrp_txt {
    width: calc(680 / (1010 - 50) * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_main.box_list .wrp_list.type_list .post .wrp_txt {
    width: calc(510 / (880 - 80) * 100%);
  }
}
@media only screen and (min-width: 768px) {
  .con_news .box_main.box_list .wrp_list.type_list .post .wrp_txt {
    margin-left: calc(30 / (1010 - 50) * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_main.box_list .wrp_list.type_list .post .wrp_txt {
    margin-left: calc(30 / (880 - 80) * 100%);
  }
}
@media only screen and (min-width: 1025px) {
  .con_news .box_main.box_list .wrp_list.type_list .post .wrp_txt .txt {
    margin-top: calc(10 / 730 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .box_main.box_list .wrp_list.type_list .post .wrp_txt .txt {
    margin-top: calc(20 / 730 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_main.box_list .wrp_list.type_list .post .wrp_txt .txt {
    margin-top: calc(20 / 880 * 100%);
  }
}
.con_news .box_main.box_list .wrp_list .inner, .con_news .box_main.box_list .type_list .inner, .con_news .box_main.box_list .type_card .inner {
  position: relative;
}
.con_news .box_main.box_list .wrp_pagination dt {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.con_news .box_main.box_list .wrp_pagination dd {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .con_news .box_main.box_list .wrp_pagination dd {
    margin: calc(60 / 1010 * 100%) auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_main.box_list .wrp_pagination dd {
    margin: calc(90 / 880 * 100%) auto 0;
  }
}
.con_news .box_main.box_list .wrp_pagination dd a {
  overflow: hidden;
  display: block;
  position: relative;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  box-sizing: border-box;
  text-align: center;
  border-radius: 50%;
  text-decoration: none;
  transition: all 400ms ease;
}
.con_news .box_main.box_list .wrp_pagination dd ol {
  display: flex;
  margin: 0 1em;
}
.con_news .box_main.box_list .wrp_pagination dd ol li {
  margin-left: .7em;
}
.con_news .box_main.box_list .wrp_pagination dd ol li:first-child {
  margin-left: 0;
}
.con_news .box_main.box_list .wrp_pagination dd ol li a {
  border: 1px solid var(--color-main);
  border-radius: 50%;
}
.con_news .box_main.box_list .wrp_pagination dd ol li a[aria-current="page"], .con_news .box_main.box_list .wrp_pagination dd ol li a:hover {
  border-color: var(--color-main);
  background: var(--color-main);
  color: #fff;
}
@media only screen and (min-width: 1025px) {
  .con_news .box_detail article .wrp_title {
    margin-bottom: calc(40 / 1010 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .box_detail article .wrp_title {
    margin-bottom: calc(60 / 1010 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_detail article .wrp_title {
    margin-bottom: calc(60 / 880 * 100%);
  }
}
.con_news .box_detail article .wrp_title .info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .3em .5em;
}
@media only screen and (min-width: 768px) {
  .con_news .box_detail article .wrp_title .info {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_detail article .wrp_title .info {
    font-size: 1rem;
  }
}
.con_news .box_detail article .wrp_title .info dl dt {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .con_news .box_detail article .wrp_title .info .box_date {
    margin-right: 0.71rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_detail article .wrp_title .info .box_date {
    margin-right: 0.5em;
  }
}
.con_news .box_detail article .wrp_title .info .box_date dd time {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.93rem;
  display: block;
  line-height: 1.5;
  color: #5D876E;
}
.con_news .box_detail article .wrp_title .info .box_category dd ul {
  display: flex;
  flex-wrap: wrap;
}
.con_news .box_detail article .wrp_title .info .box_category dd ul li {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 0.71rem;
  line-height: 1.5;
  color: var(--title-color);
  margin-right: .2em;
  margin-bottom: .2em;
  box-sizing: border-box;
}
.con_news .box_detail article .wrp_title .info .box_category dd ul li::before {
  content: "#";
}
.con_news .box_detail article .wrp_article img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 1025px) {
  .con_news .box_detail article .wrp_article > * {
    margin-top: calc(70 / 1010 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .box_detail article .wrp_article > * {
    margin-top: calc(105 / 1010 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_detail article .wrp_article > * {
    margin-top: calc(105 / 880 * 100%);
  }
}
.con_news .box_detail article .wrp_article > *:first-child {
  margin-top: 0;
}
.con_news .box_detail article .wrp_article .layout_img {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.con_news .box_detail article .wrp_article .layout_img figure {
  width: 100%;
}
.con_news .box_detail article .wrp_article .layout_img figcaption {
  display: block;
  margin-top: .8em;
}
.con_news .box_detail article .wrp_article .layout_img.single .img img {
  width: auto;
}
@media only screen and (min-width: 768px) {
  .con_news .box_detail article .wrp_article .layout_img.double .img {
    width: calc(495 / 1030 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_detail article .wrp_article .layout_img.double .img {
    width: calc(420 / 880 * 100%);
  }
}
@media only screen and (min-width: 768px) {
  .con_news .box_detail article .wrp_article .layout_img.triple {
    gap: 0 calc(30 / 1030 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_detail article .wrp_article .layout_img.triple {
    gap: 2em calc(40 / 880 * 100%);
  }
}
@media only screen and (min-width: 768px) {
  .con_news .box_detail article .wrp_article .layout_img.triple .img {
    width: calc(320 / 1030 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_detail article .wrp_article .layout_img.triple .img {
    width: calc(420 / 880 * 100%);
  }
}
.con_news .box_detail article .wrp_article .layout_column {
  display: flex;
}
@media only screen and (min-width: 768px) {
  .con_news .box_detail article .wrp_article .layout_column {
    flex-direction: row-reverse;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_detail article .wrp_article .layout_column {
    flex-direction: column-reverse;
  }
}
@media only screen and (min-width: 768px) {
  .con_news .box_detail article .wrp_article .layout_column {
    align-items: flex-start;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 768px) {
  .con_news .box_detail article .wrp_article .layout_column .img {
    width: calc(495 / 1030 * 100%);
  }
}
.con_news .box_detail article .wrp_article .layout_column .txt {
  letter-spacing: .06em;
  line-height: 1.86;
}
@media only screen and (min-width: 768px) {
  .con_news .box_detail article .wrp_article .layout_column .txt {
    width: calc(495 / 1030 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_detail article .wrp_article .layout_column .txt {
    margin-top: 1em;
  }
}
@media only screen and (min-width: 768px) {
  .con_news .box_detail article .wrp_article .layout_column.reverse {
    flex-direction: row;
  }
}
.con_news .box_detail article .wrp_article .layout_text {
  letter-spacing: .06em;
  line-height: 1.86;
}
@media only screen and (min-width: 1025px) {
  .con_news .box_detail article .wrp_article .layout_text + .layout_text {
    margin-top: calc(30 / 1010 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .box_detail article .wrp_article .layout_text + .layout_text {
    margin-top: calc(45 / 1010 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_detail article .wrp_article .layout_text + .layout_text {
    margin-top: calc(45 / 880 * 100%);
  }
}
@media only screen and (min-width: 1025px) {
  .con_news .box_detail article .wrp_article .layout_title.large + * {
    margin-top: calc(30 / 1010 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .box_detail article .wrp_article .layout_title.large + * {
    margin-top: calc(45 / 1010 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_detail article .wrp_article .layout_title.large + * {
    margin-top: calc(45 / 880 * 100%);
  }
}
@media only screen and (min-width: 1025px) {
  .con_news .box_detail article .wrp_article .layout_title.middle + * {
    margin-top: calc(30 / 1010 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .box_detail article .wrp_article .layout_title.middle + * {
    margin-top: calc(45 / 1010 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_detail article .wrp_article .layout_title.middle + * {
    margin-top: calc(45 / 880 * 100%);
  }
}
@media only screen and (min-width: 1025px) {
  .con_news .box_detail article .wrp_article .layout_title.small + * {
    margin-top: calc(30 / 1010 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .box_detail article .wrp_article .layout_title.small + * {
    margin-top: calc(45 / 1010 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_detail article .wrp_article .layout_title.small + * {
    margin-top: calc(45 / 880 * 100%);
  }
}
.con_news .box_detail article .wrp_article .layout_slide img {
  width: 100%;
}
.con_news .box_detail article .wrp_article .layout_slide .splide__arrows button {
  width: 3em;
  height: 3em;
  opacity: 1;
  background: var(--color-main);
  transition: ease .5s opacity;
}
.con_news .box_detail article .wrp_article .layout_slide .splide__arrows button svg {
  fill: #fff;
  width: .8em;
  height: .8em;
}
.con_news .box_detail article .wrp_article .layout_slide .splide__arrows button:hover {
  opacity: .7;
}
@media only screen and (min-width: 1025px) {
  .con_news .box_detail article .wrp_article .layout_slide .splide__pagination {
    left: 1.25em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .box_detail article .wrp_article .layout_slide .splide__pagination {
    left: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_detail article .wrp_article .layout_slide .splide__pagination {
    left: 1em;
  }
}
@media only screen and (min-width: 1025px) {
  .con_news .box_detail article .wrp_article .layout_slide .splide__pagination {
    bottom: 1.25em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .box_detail article .wrp_article .layout_slide .splide__pagination {
    bottom: 0.75em;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_detail article .wrp_article .layout_slide .splide__pagination {
    bottom: 0.75em;
  }
}
.con_news .box_detail article .wrp_article .layout_slide .splide__pagination > li button {
  margin: 3px 7px;
  transform: scale(1);
  opacity: .4;
  background: var(--color-main);
}
@media only screen and (min-width: 768px) {
  .con_news .box_detail article .wrp_article .layout_slide .splide__pagination > li button {
    width: 0.71rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_detail article .wrp_article .layout_slide .splide__pagination > li button {
    width: 0.85rem;
  }
}
@media only screen and (min-width: 768px) {
  .con_news .box_detail article .wrp_article .layout_slide .splide__pagination > li button {
    height: 0.71rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_detail article .wrp_article .layout_slide .splide__pagination > li button {
    height: 0.85rem;
  }
}
.con_news .box_detail article .wrp_article .layout_slide .splide__pagination > li .is-active {
  opacity: 1;
  background: #fff;
}
.con_news .box_detail article .wrp_article .layout_movie {
  position: relative;
  overflow: hidden;
  padding-bottom: calc(315 / 560 * 100%);
}
.con_news .box_detail article .wrp_article .layout_movie iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.con_news .box_detail article .wrp_article .layout_table .tbl_basic tr th {
  width: 35%;
}
.con_news .box_detail article .wrp_article .layout_table .tbl_basic tr td {
  width: 65%;
}
.con_news .box_detail article .wrp_article .layout_btn {
  margin-inline: auto;
}
@media only screen and (min-width: 1025px) {
  .con_news .box_detail article .wrp_article .layout_btn {
    margin-top: calc(30 / 1010 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .box_detail article .wrp_article .layout_btn {
    margin-top: calc(45 / 1010 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_detail article .wrp_article .layout_btn {
    margin-top: calc(45 / 880 * 100%);
  }
}
@media only screen and (min-width: 1025px) {
  .con_news .box_detail article .wrp_article .layout_btn {
    max-width: 350px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .box_detail article .wrp_article .layout_btn {
    max-width: 250px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_detail article .wrp_article .layout_btn {
    width: 85%;
  }
}
@media only screen and (min-width: 1025px) {
  .con_news .box_detail article .wrp_article .layout_btn + .layout_btn {
    margin-top: calc(15 / 1010 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .box_detail article .wrp_article .layout_btn + .layout_btn {
    margin-top: calc(23 / 1010 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_detail article .wrp_article .layout_btn + .layout_btn {
    margin-top: calc(30 / 880 * 100%);
  }
}
.con_news .box_detail .box_pagination_detail dt {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.con_news .box_detail .box_pagination_detail dd {
  border-top: 1px solid var(--color-gray2);
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 1025px) {
  .con_news .box_detail .box_pagination_detail dd {
    margin: calc(60 / 1010 * 100%) auto 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .box_detail .box_pagination_detail dd {
    margin: calc(90 / 1010 * 100%) auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_detail .box_pagination_detail dd {
    margin: calc(90 / 880 * 100%) auto 0;
  }
}
@media only screen and (min-width: 1025px) {
  .con_news .box_detail .box_pagination_detail dd {
    padding-top: calc(30 / 1010 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .box_detail .box_pagination_detail dd {
    padding-top: calc(45 / 1010 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_detail .box_pagination_detail dd {
    padding-top: calc(45 / 880 * 100%);
  }
}
@media only screen and (min-width: 768px) {
  .con_news .box_detail .box_pagination_detail dd {
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_detail .box_pagination_detail dd {
    justify-content: space-around;
  }
}
@media only screen and (min-width: 768px) {
  .con_news .box_detail .box_pagination_detail dd .home a,
  .con_news .box_detail .box_pagination_detail dd .prev a,
  .con_news .box_detail .box_pagination_detail dd .next a {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_detail .box_pagination_detail dd .home a,
  .con_news .box_detail .box_pagination_detail dd .prev a,
  .con_news .box_detail .box_pagination_detail dd .next a {
    font-size: 1rem;
  }
}
.con_news .box_detail .box_pagination_detail dd .home a {
  display: block;
  padding: .5em 1.2em;
  box-sizing: border-box;
  text-decoration: none;
}
.con_news .box_detail .box_pagination_detail dd .prev a,
.con_news .box_detail .box_pagination_detail dd .next a {
  display: flex;
  align-items: center;
  text-decoration: none;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .con_news .box_detail .box_pagination_detail dd:has(.prev) .home {
    margin: 0 7em 0 1.8em;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_detail .box_pagination_detail dd:has(.prev) .home {
    margin: 0 7em 0 0.5em;
  }
}
@media only screen and (min-width: 768px) {
  .con_news .box_detail .box_pagination_detail dd:has(.next) .home {
    margin: 0 1.8em 0 7em;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_detail .box_pagination_detail dd:has(.next) .home {
    margin: 0 0.5em 0 7em;
  }
}
@media only screen and (min-width: 768px) {
  .con_news .box_detail .box_pagination_detail dd:has(.prev):has(.next) .home {
    margin: 0 1.8em;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_detail .box_pagination_detail dd:has(.prev):has(.next) .home {
    margin: 0 0.5em;
  }
}
@media only screen and (min-width: 1025px) {
  .con_news .box_side {
    width: 200px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .box_side {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_side {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .box_side {
    margin-top: calc(100 / 960 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_side {
    margin-top: calc(200 / 960 * 100%);
  }
}
@media only screen and (min-width: 1025px) {
  .con_news .box_side .wrp_side + .wrp_side {
    margin-top: calc(75 / 200 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .box_side .wrp_side + .wrp_side {
    margin-top: calc(60 / 880 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_side .wrp_side + .wrp_side {
    margin-top: calc(113 / 880 * 100%);
  }
}
.con_news .box_side .wrp_side .list > li > a,
.con_news .box_side .wrp_side .list > button {
  appearance: none;
  display: block;
  width: 100%;
  margin: 0;
  border: none;
  background: none;
  box-sizing: border-box;
  text-decoration: none;
  border-radius: 0;
  text-align: left;
}
@media only screen and (min-width: 1025px) {
  .con_news .box_side .wrp_side .list > li > a,
  .con_news .box_side .wrp_side .list > button {
    padding: calc(15 / 200 * 100%) calc(20 / 200 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .box_side .wrp_side .list > li > a,
  .con_news .box_side .wrp_side .list > button {
    padding: calc(30 / 880 * 100%) calc(40 / 880 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_side .wrp_side .list > li > a,
  .con_news .box_side .wrp_side .list > button {
    padding: calc(30 / 880 * 100%) calc(40 / 880 * 100%);
  }
}
@media only screen and (min-width: 768px) {
  .con_news .box_side .wrp_side .list > li > a,
  .con_news .box_side .wrp_side .list > button {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_side .wrp_side .list > li > a,
  .con_news .box_side .wrp_side .list > button {
    font-size: 1rem;
  }
}
.con_news .box_side .wrp_side .list > li > a:hover,
.con_news .box_side .wrp_side .list > button:hover {
  cursor: pointer;
}
.con_news .box_side .wrp_side .list_newer {
  border-top: 1px solid var(--color-green3);
  padding-top: .5rem;
}
.con_news .box_side .wrp_side .list_newer li {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.con_news .box_side .wrp_side .list_newer li a {
  display: block;
  padding: .5rem 0 .5rem 1rem;
  position: relative;
  text-decoration: none;
}
.con_news .box_side .wrp_side .list_newer li a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%) rotate(-45deg);
  z-index: 1;
  width: .3em;
  height: .3em;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: var(--color-green4);
  transition: transform 400ms ease;
}
.con_news .box_side .wrp_side .list_newer li a span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.con_news .box_side .wrp_side.category .list {
  border-top: 1px solid var(--color-green3);
  padding-top: .5rem;
}
.con_news .box_side .wrp_side.category .list > li {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.con_news .box_side .wrp_side.category .list > li a {
  position: relative;
  padding: .5rem 0 .5rem 1rem;
}
.con_news .box_side .wrp_side.category .list > li a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%) rotate(-45deg);
  z-index: 1;
  width: .3em;
  height: .3em;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: var(--color-green4);
  transition: transform 400ms ease;
}
.con_news .box_side .wrp_side.archive .inner {
  border-top: 1px solid var(--color-green3);
}
.con_news .box_side .wrp_side.archive .inner .list:first-child ul {
  display: block;
}
.con_news .box_side .wrp_side.archive .inner .list .accordion {
  position: relative;
  padding-right: 2em;
  padding-left: 0;
}
.con_news .box_side .wrp_side.archive .inner .list .accordion::before, .con_news .box_side .wrp_side.archive .inner .list .accordion::after {
  content: "";
  position: absolute;
  right: .5em;
  top: 50%;
  transform: rotate(0);
  width: .7em;
  height: 1px;
  margin-top: -1px;
  background: var(--color-green4);
  transition: transform 400ms ease;
}
.con_news .box_side .wrp_side.archive .inner .list .accordion::after {
  transform: rotate(90deg);
}
.con_news .box_side .wrp_side.archive .inner .list .accordion:hover {
  cursor: pointer;
}
.con_news .box_side .wrp_side.archive .inner .list .accordion.is-active::after {
  transform: rotate(0);
}
.con_news .box_side .wrp_side.archive .inner .list ol {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .con_news .box_side .wrp_side.archive .inner .list ol {
    padding: 0 calc(20 / 200 * 100%) calc(15 / 200 * 100%) calc(30 / 200 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .box_side .wrp_side.archive .inner .list ol {
    padding: 0 calc(40 / 880 * 100%) calc(30 / 880 * 100%) calc(60 / 880 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_side .wrp_side.archive .inner .list ol {
    padding: 0 calc(40 / 880 * 100%) calc(30 / 880 * 100%) calc(60 / 880 * 100%);
  }
}
@media only screen and (min-width: 768px) {
  .con_news .box_side .wrp_side.archive .inner .list ol li {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_side .wrp_side.archive .inner .list ol li {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .con_news .box_side .wrp_side.archive .inner .list ol li + li {
    margin-top: calc(10 / 200 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_side .wrp_side.archive .inner .list ol li + li {
    margin-top: calc(15 / 880 * 100%);
  }
}
.con_news .box_side .wrp_side.archive .inner .list ol li a {
  text-decoration: none;
  background: transparent;
  position: relative;
}
.con_news .box_side .wrp_side.archive .inner .list ol li a::after {
  content: "";
  position: absolute;
  left: -1em;
  top: 50%;
  transform: translate(0, -50%) rotate(-45deg);
  z-index: 1;
  width: .3em;
  height: .3em;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: var(--color-text);
  transition: transform 400ms ease;
}
.con_news .box_side .wrp_side.archive .inner .list:has(button.active) ol {
  display: block;
}
