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

file name  : copy.css
author     : Abilive
style info : コピー
=================================================================== */
/* ===================================================================
CSS information

file name  : _settings.scss
author     : Abilive
style info : 汎用設定
=================================================================== */
.con_xxx {
  color: rgba(var(--tsuruga-color-gray-f2-rgb), .5);
}

button {
  font-size: inherit;
  font-family: inherit;
  letter-spacing: inherit;
}

.visually-hidden {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

[data-text]::before {
  content: attr(data-text) "";
}

.no_img {
  background-color: #ccc;
  display: flex;
}
.no_img::before {
  margin: auto;
  color: #002C51;
}
@media only screen and (max-width: 767px) {
  .no_img::before {
    font-size: calc(100% * (11 / 14));
  }
}

.wide_link {
  text-decoration: none;
}
.wide_link:focus:not(:active):not(:hover):not(:hover)::before {
  border: 2px solid cornflowerblue;
}
.wide_link::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  box-sizing: border-box;
  border-radius: .25rem;
  content: "";
}

@media only screen and (min-width: 768px) {
  .p-entry {
    margin-top: calc(130 / var(--tsuruga-parent-font-size) * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-entry {
    margin-top: calc(100 / var(--tsuruga-parent-font-size) * 1rem);
  }
}

.con_news {
  --parent: 1280;
  margin-right: auto;
  margin-left: auto;
  --tsuruga-container-width: var(--tsuruga-content-0);
  max-width: 1280px;
}
@media only screen and (max-width: 767px) {
  .con_news {
    --parent: 390;
  }
}
@media only screen and (min-width: 1025px) {
  .con_news {
    width: calc(var(--tsuruga-child-width) / var(--tsuruga-container-width) * 100%);
    --tsuruga-child-width: var(--tsuruga-content-2);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news {
    width: calc(var(--tsuruga-child-width) / var(--tsuruga-container-width) * 100%);
    --tsuruga-child-width: var(--tsuruga-content-1);
  }
}
@media only screen and (max-width: 767px) {
  .con_news {
    width: calc(var(--tsuruga-child-width) / var(--tsuruga-container-width) * 100%);
    --tsuruga-child-width: var(--tsuruga-content-1);
  }
}
@media only screen and (min-width: 1025px) {
  .con_news {
    margin-top: calc(80 / 1920 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news {
    margin-top: calc(80 / 1280 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_news {
    margin-top: calc(120 / 960 * 100%);
  }
}
@media only screen and (min-width: 768px) {
  .con_news {
    display: flex;
    justify-content: space-between;
  }
}
.con_news .st {
  font-size: calc(var(--tsuruga-target-font-size) / var(--tsuruga-parent-font-size) * 1rem);
  letter-spacing: .06em;
  margin-bottom: 1rem;
  font-weight: normal;
}
@media only screen and (min-width: 1025px) {
  .con_news .st {
    --tsuruga-target-font-size: 22;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .st {
    --tsuruga-target-font-size: 20;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .st {
    --tsuruga-target-font-size: 18;
  }
}
@media only screen and (min-width: 768px) {
  .con_news .box_main {
    width: calc(100% - 200px - 40px);
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_main {
    width: 100%;
  }
}
.con_news .box_main.box_list .total {
  margin-bottom: 1em;
}
.con_news .box_main.box_list .total span {
  margin-right: .25em;
  font-size: calc(100% * (20 / 14));
  line-height: 1;
}
.con_news .box_main.box_list .wrp_list .post {
  position: relative;
  box-sizing: border-box;
  text-decoration: none;
  transition: background 400ms ease;
}
.con_news .box_main.box_list .wrp_list .post .wrp_img {
  overflow: hidden;
  aspect-ratio: 3 / 2;
}
.con_news .box_main.box_list .wrp_list .post .wrp_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.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 {
  order: 2;
  font-weight: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
@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;
}
.con_news .box_main.box_list .wrp_list .post .wrp_txt .info dl dt {
  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_main.box_list .wrp_list .post .wrp_txt .info .box_date dd time {
  font-size: calc(100% * (13 / 14));
  font-family: var(--tsuruga-font-en);
}
.con_news .box_main.box_list .wrp_list .post .wrp_txt .info .box_category {
  display: contents;
}
.con_news .box_main.box_list .wrp_list .post .wrp_txt .info .box_category dd {
  display: contents;
}
.con_news .box_main.box_list .wrp_list .post .wrp_txt .info .box_category dd ul {
  display: contents;
}
.con_news .box_main.box_list .wrp_list .post .wrp_txt .info .box_category dd ul li {
  border: 1px solid #002C51;
  padding: .1em .5em;
  background-color: #002C51;
  box-sizing: border-box;
  color: #fff;
  font-size: calc(100% * (12 / 14));
}
.con_news .box_main.box_list .wrp_pagination dt {
  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_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 / 1040 * 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;
  text-decoration: none;
  transition: all 400ms ease;
}
.con_news .box_main.box_list .wrp_pagination dd ol {
  display: flex;
  margin: 0 .8em;
}
.con_news .box_main.box_list .wrp_pagination dd ol li {
  margin-left: .5em;
}
.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 #002C51;
  font-family: var(--tsuruga-font-en);
}
.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: #002C51;
  background: #002C51;
  color: #fff;
}
.con_news .box_main.box_list .wrp_pagination dd .prev a:after,
.con_news .box_main.box_list .wrp_pagination dd .next a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: .7em;
  height: .7em;
  margin: auto;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #002C51;
  transition: transform 400ms ease;
}
.con_news .box_main.box_list .wrp_pagination dd .prev a:after {
  transform: translateX(0.25em) rotate(135deg);
}
@media only screen and (min-width: 1025px) {
  .con_news .box_main.box_list .wrp_pagination dd .prev a:hover {
    transform: translateX(-0.3em);
  }
}
.con_news .box_main.box_list .wrp_pagination dd .next a:after {
  transform: translateX(-0.25em) rotate(-45deg);
}
@media only screen and (min-width: 1025px) {
  .con_news .box_main.box_list .wrp_pagination dd .next a:hover {
    transform: translateX(0.3em);
  }
}
.con_news.is-list .wrp_list .post {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  border-bottom: 1px solid #002C51;
}
@media only screen and (min-width: 1025px) {
  .con_news.is-list .wrp_list .post {
    align-items: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news.is-list .wrp_list .post {
    align-items: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  .con_news.is-list .wrp_list .post {
    align-items: flex-start;
  }
}
@media only screen and (min-width: 768px) {
  .con_news.is-list .wrp_list .post {
    padding: calc(25 / 1040 * 100%) 3em calc(25 / 1040 * 100%) calc(25 / 1040 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_news.is-list .wrp_list .post {
    padding: calc(38 / 880 * 100%) calc(80 / 880 * 100%) calc(38 / 880 * 100%) 0;
  }
}
.con_news.is-list .wrp_list .post:first-child {
  border-top: 1px solid #002C51;
}
.con_news.is-list .wrp_list .post:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%) rotate(-45deg);
  z-index: 1;
  width: .7em;
  height: .7em;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #002C51;
  transition: transform 400ms ease;
}
@media only screen and (min-width: 768px) {
  .con_news.is-list .wrp_list .post:after {
    right: 1.4em;
  }
}
@media only screen and (max-width: 767px) {
  .con_news.is-list .wrp_list .post:after {
    right: 0.9em;
  }
}
@media only screen and (min-width: 1025px) {
  .con_news.is-list .wrp_list .post .wrp_img {
    width: calc(210 / (1040 - 50) * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news.is-list .wrp_list .post .wrp_img {
    width: calc(260 / (1040 - 50) * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_news.is-list .wrp_list .post .wrp_img {
    width: calc(250 / (880 - 80) * 100%);
  }
}
.con_news.is-list .wrp_list .post .wrp_img::before {
  font-size: calc(var(--tsuruga-target-font-size) / var(--tsuruga-parent-font-size) * 1rem);
}
@media only screen and (min-width: 1025px) {
  .con_news.is-list .wrp_list .post .wrp_img::before {
    --tsuruga-target-font-size: 20;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news.is-list .wrp_list .post .wrp_img::before {
    --tsuruga-target-font-size: 18;
  }
}
@media only screen and (max-width: 767px) {
  .con_news.is-list .wrp_list .post .wrp_img::before {
    --tsuruga-target-font-size: 12;
  }
}
@media only screen and (min-width: 1025px) {
  .con_news.is-list .wrp_list .post .wrp_txt {
    width: calc(730 / (1040 - 50) * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news.is-list .wrp_list .post .wrp_txt {
    width: calc(680 / (1040 - 50) * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_news.is-list .wrp_list .post .wrp_txt {
    width: calc(510 / (880 - 80) * 100%);
  }
}
@media only screen and (min-width: 768px) {
  .con_news.is-list .wrp_list .post .wrp_txt {
    margin-left: calc(40 / (1040 - 50) * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_news.is-list .wrp_list .post .wrp_txt {
    margin-left: calc(40 / (880 - 80) * 100%);
  }
}
@media only screen and (min-width: 1025px) {
  .con_news.is-list .wrp_list .post .wrp_txt .txt {
    margin-top: calc(20 / 730 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news.is-list .wrp_list .post .wrp_txt .txt {
    margin-top: calc(30 / 730 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_news.is-list .wrp_list .post .wrp_txt .txt {
    margin-top: calc(30 / 880 * 100%);
  }
}
@media only screen and (min-width: 1025px) {
  .con_news.is-list .wrp_list .post:has(a:hover, a:focus) {
    background: rgba(0, 44, 81, 0.1);
  }
  .con_news.is-list .wrp_list .post:has(a:hover, a:focus)::after {
    transform: translate(0.3em, -50%) rotate(-45deg);
  }
}
.con_news.is-card .wrp_list {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .con_news.is-card .wrp_list {
    gap: 3em calc(35 / 1040 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_news.is-card .wrp_list {
    gap: 2em calc(40 / 880 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 896px) {
  .con_news.is-card .wrp_list {
    gap: 2em calc(30 / 1040 * 100%);
  }
}
.con_news.is-card .wrp_list .post {
  display: flex;
  flex-flow: column;
  flex-direction: column-reverse;
  justify-content: flex-end;
  transition: background 400ms ease;
}
@media only screen and (min-width: 768px) {
  .con_news.is-card .wrp_list .post {
    width: calc(320 / 1040 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 896px) {
  .con_news.is-card .wrp_list .post {
    width: calc(500 / 1040 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_news.is-card .wrp_list .post {
    width: calc(420 / 880 * 100%);
  }
}
.con_news.is-card .wrp_list .post .wrp_img img, .con_news.is-card .wrp_list .post .wrp_img::before {
  transition: transform 400ms ease;
}
.con_news.is-card .wrp_list .post .wrp_img::before {
  font-size: calc(var(--tsuruga-target-font-size) / var(--tsuruga-parent-font-size) * 1rem);
}
@media only screen and (min-width: 1025px) {
  .con_news.is-card .wrp_list .post .wrp_img::before {
    --tsuruga-target-font-size: 28;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news.is-card .wrp_list .post .wrp_img::before {
    --tsuruga-target-font-size: 26;
  }
}
@media only screen and (max-width: 767px) {
  .con_news.is-card .wrp_list .post .wrp_img::before {
    --tsuruga-target-font-size: 14;
  }
}
@media only screen and (min-width: 768px) {
  .con_news.is-card .wrp_list .post .wrp_txt {
    padding: calc(20 / 320 * 100%) calc(15 / 320 * 100%);
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 767px) {
  .con_news.is-card .wrp_list .post .wrp_txt {
    margin-top: calc(30 / 420 * 100%);
  }
}
@media only screen and (min-width: 768px) {
  .con_news.is-card .wrp_list .post .wrp_txt .txt {
    margin-top: calc(15 / 290 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_news.is-card .wrp_list .post .wrp_txt .txt {
    margin-top: calc(30 / 420 * 100%);
  }
}
@media only screen and (min-width: 1025px) {
  .con_news.is-card .wrp_list .post:has(a:hover, a:focus) {
    background: rgba(0, 44, 81, 0.1);
  }
  .con_news.is-card .wrp_list .post:has(a:hover, a:focus) .wrp_img img, .con_news.is-card .wrp_list .post:has(a:hover, a:focus) .wrp_img::before {
    transform: scale(1.08);
  }
}
.con_news .box_detail article .wrp_title {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #002C51;
}
@media only screen and (min-width: 1025px) {
  .con_news .box_detail article .wrp_title {
    margin-bottom: calc(40 / 1040 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .box_detail article .wrp_title {
    margin-bottom: calc(60 / 1040 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_detail article .wrp_title {
    margin-bottom: calc(60 / 880 * 100%);
  }
}
@media only screen and (min-width: 1025px) {
  .con_news .box_detail article .wrp_title {
    padding-bottom: calc(30 / 1040 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .box_detail article .wrp_title {
    padding-bottom: calc(45 / 1040 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_detail article .wrp_title {
    padding-bottom: calc(45 / 880 * 100%);
  }
}
.con_news .box_detail article .wrp_title .title {
  order: 2;
  font-size: calc(var(--tsuruga-target-font-size) / var(--tsuruga-parent-font-size) * 1rem);
  line-height: 1.86;
  letter-spacing: .06em;
}
@media only screen and (min-width: 1025px) {
  .con_news .box_detail article .wrp_title .title {
    --tsuruga-target-font-size: 22;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .box_detail article .wrp_title .title {
    --tsuruga-target-font-size: 20;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_detail article .wrp_title .title {
    --tsuruga-target-font-size: 18;
  }
}
@media only screen and (min-width: 1025px) {
  .con_news .box_detail article .wrp_title .title {
    margin-top: calc(20 / 1040 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .box_detail article .wrp_title .title {
    margin-top: calc(30 / 1040 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_detail article .wrp_title .title {
    margin-top: calc(30 / 880 * 100%);
  }
}
.con_news .box_detail article .wrp_title .info {
  order: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .3em .5em;
}
.con_news .box_detail article .wrp_title .info dl dt {
  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_title .info .box_date dd time {
  font-size: calc(100% * (13 / 14));
  font-family: var(--tsuruga-font-en);
}
.con_news .box_detail article .wrp_title .info .box_category {
  display: contents;
}
.con_news .box_detail article .wrp_title .info .box_category dd {
  display: contents;
}
.con_news .box_detail article .wrp_title .info .box_category dd ul {
  display: contents;
}
.con_news .box_detail article .wrp_title .info .box_category dd ul li {
  border: 1px solid #002C51;
  padding: .1em .5em;
  background-color: #002C51;
  box-sizing: border-box;
  color: #fff;
  font-size: calc(100% * (12 / 14));
}
.con_news .box_detail article .wrp_article img {
  width: auto;
  height: auto;
}
@media only screen and (min-width: 1025px) {
  .con_news .box_detail article .wrp_article > * {
    margin-top: calc(70 / 1040 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .box_detail article .wrp_article > * {
    margin-top: calc(105 / 1040 * 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 figcaption {
  display: block;
  margin-top: .8em;
}
@media only screen and (min-width: 768px) {
  .con_news .box_detail article .wrp_article .layout_img.double .img {
    width: calc(495 / 1040 * 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 / 1040 * 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 / 1040 * 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 / 1040 * 100%);
  }
}
@media only screen and (min-width: 768px) {
  .con_news .box_detail article .wrp_article .layout_column .txt {
    width: calc(495 / 1040 * 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;
  }
}
@media only screen and (min-width: 1025px) {
  .con_news .box_detail article .wrp_article .layout_text + .layout_text {
    margin-top: calc(30 / 1040 * 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 / 1040 * 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%);
  }
}
.con_news .box_detail article .wrp_article .layout_title.large {
  font-size: calc(var(--tsuruga-target-font-size) / var(--tsuruga-parent-font-size) * 1rem);
  letter-spacing: .06em;
  line-height: 1.86;
}
@media only screen and (min-width: 1025px) {
  .con_news .box_detail article .wrp_article .layout_title.large {
    --tsuruga-target-font-size: 24;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .box_detail article .wrp_article .layout_title.large {
    --tsuruga-target-font-size: 22;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_detail article .wrp_article .layout_title.large {
    --tsuruga-target-font-size: 20;
  }
}
@media only screen and (min-width: 1025px) {
  .con_news .box_detail article .wrp_article .layout_title.large + * {
    margin-top: calc(30 / 1040 * 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 / 1040 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_detail article .wrp_article .layout_title.large + * {
    margin-top: calc(45 / 880 * 100%);
  }
}
.con_news .box_detail article .wrp_article .layout_title.middle {
  font-size: calc(var(--tsuruga-target-font-size) / var(--tsuruga-parent-font-size) * 1rem);
  letter-spacing: .06em;
  line-height: 1.86;
}
@media only screen and (min-width: 1025px) {
  .con_news .box_detail article .wrp_article .layout_title.middle {
    --tsuruga-target-font-size: 22;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .box_detail article .wrp_article .layout_title.middle {
    --tsuruga-target-font-size: 20;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_detail article .wrp_article .layout_title.middle {
    --tsuruga-target-font-size: 18;
  }
}
@media only screen and (min-width: 1025px) {
  .con_news .box_detail article .wrp_article .layout_title.middle + * {
    margin-top: calc(30 / 1040 * 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 / 1040 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_detail article .wrp_article .layout_title.middle + * {
    margin-top: calc(45 / 880 * 100%);
  }
}
.con_news .box_detail article .wrp_article .layout_title.small {
  font-size: calc(var(--tsuruga-target-font-size) / var(--tsuruga-parent-font-size) * 1rem);
  letter-spacing: .06em;
  line-height: 1.86;
}
@media only screen and (min-width: 1025px) {
  .con_news .box_detail article .wrp_article .layout_title.small {
    --tsuruga-target-font-size: 20;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .box_detail article .wrp_article .layout_title.small {
    --tsuruga-target-font-size: 18;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_detail article .wrp_article .layout_title.small {
    --tsuruga-target-font-size: 16;
  }
}
@media only screen and (min-width: 1025px) {
  .con_news .box_detail article .wrp_article .layout_title.small + * {
    margin-top: calc(30 / 1040 * 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 / 1040 * 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 .splide__list {
  height: auto;
}
.con_news .box_detail article .wrp_article .layout_slide .splide__arrows button {
  background: #fff;
}
.con_news .box_detail article .wrp_article .layout_slide .splide__arrows button svg {
  fill: #002C51;
}
.con_news .box_detail article .wrp_article .layout_slide .splide__pagination {
  bottom: 1.5em;
}
.con_news .box_detail article .wrp_article .layout_slide .splide__pagination > li + li {
  margin-left: .8em;
}
.con_news .box_detail article .wrp_article .layout_slide .splide__pagination > li button {
  display: block;
  background: #fff;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.con_news .box_detail article .wrp_article .layout_slide .splide__pagination > li .is-active {
  background: #002C51;
}
.con_news .box_detail article .wrp_article .layout_movie {
  position: relative;
  overflow: hidden;
  padding-bottom: calc(580 / 1040 * 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 .c-table {
  width: 100%;
  border-bottom: 1px solid #002C51;
}
.con_news .box_detail article .wrp_article .layout_table .c-table caption {
  margin-bottom: .5em;
}
.con_news .box_detail article .wrp_article .layout_table .c-table tr th, .con_news .box_detail article .wrp_article .layout_table .c-table tr td {
  padding: 1em;
  border-top: 1px solid #002C51;
  vertical-align: top;
  box-sizing: border-box;
  word-break: break-all;
}
.con_news .box_detail article .wrp_article .layout_table .c-table tr th {
  width: 35%;
}
.con_news .box_detail article .wrp_article .layout_table .c-table 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 / 1040 * 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 / 1040 * 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: 768px) {
  .con_news .box_detail article .wrp_article .layout_btn {
    max-width: 320px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_detail article .wrp_article .layout_btn {
    width: 80%;
  }
}
.con_news .box_detail article .wrp_article .layout_btn a {
  display: block;
  padding: 1em;
  background: #002C51;
  box-sizing: border-box;
  text-decoration: none;
  text-align: center;
  color: #fff;
}
.mouse .con_news .box_detail article .wrp_article .layout_btn a {
  transition: opacity .15s ease-in;
}
.mouse .con_news .box_detail article .wrp_article .layout_btn a:hover, .touch .con_news .box_detail article .wrp_article .layout_btn a.touchstart {
  opacity: 0.7;
}
.touch .con_news .box_detail article .wrp_article .layout_btn a {
  -webkit-tap-highlight-color: transparent;
}
.touch .con_news .box_detail article .wrp_article .layout_btn a.touchend {
  transition-delay: 200ms;
}
.con_news .box_detail article .wrp_article .layout_btn.outer a:after, .con_news .box_detail article .wrp_article .layout_btn.pdf a:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  margin-left: .5em;
}
.con_news .box_detail article .wrp_article .layout_btn.outer a:after {
  background: url(../../news/images/ic_outer.webp) no-repeat left top/contain;
}
.con_news .box_detail article .wrp_article .layout_btn.pdf a:after {
  background: url(../../news/images/ic_pdf.webp) no-repeat left top/contain;
}
@media only screen and (min-width: 1025px) {
  .con_news .box_detail article .wrp_article .layout_btn + .layout_btn {
    margin-top: calc(15 / 1040 * 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 / 1040 * 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;
  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 .box_pagination_detail dd {
  display: flex;
  align-items: center;
  border-top: 1px solid #002C51;
}
@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: 1025px) {
  .con_news .box_detail .box_pagination_detail dd {
    margin: calc(60 / 1040 * 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 / 1040 * 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 / 1040 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .box_detail .box_pagination_detail dd {
    padding-top: calc(45 / 1040 * 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 .home {
    margin: 0 1.8em;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_detail .box_pagination_detail dd .home {
    margin: 0 0.5em;
  }
}
.con_news .box_detail .box_pagination_detail dd .home a {
  color: #fff;
  display: block;
  padding: .5em 1.2em;
  box-sizing: border-box;
  text-decoration: none;
  background: #002C51;
}
.mouse .con_news .box_detail .box_pagination_detail dd .home a {
  transition: opacity .15s ease-in;
}
.mouse .con_news .box_detail .box_pagination_detail dd .home a:hover, .touch .con_news .box_detail .box_pagination_detail dd .home a.touchstart {
  opacity: 0.7;
}
.touch .con_news .box_detail .box_pagination_detail dd .home a {
  -webkit-tap-highlight-color: transparent;
}
.touch .con_news .box_detail .box_pagination_detail dd .home a.touchend {
  transition-delay: 200ms;
}
.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;
}
.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: #002C51;
  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 {
  --parent: 1280;
}
@media only screen and (max-width: 767px) {
  .con_news .box_side {
    --parent: 390;
  }
}
@media only screen and (min-width: 768px) {
  .con_news .box_side {
    width: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_side {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_side {
    margin-top: calc(160 / 960 * 100%);
  }
}
@media only screen and (min-width: 768px) {
  .con_news .box_side .wrp_side + .wrp_side {
    margin-top: calc(75 / 200 * 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;
  transition: color 400ms ease,background 400ms ease;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .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 (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%);
  }
}
.con_news .box_side .wrp_side .list > li > a:hover,
.con_news .box_side .wrp_side .list > button:hover {
  color: #fff;
  background: #002C51;
}
.con_news .box_side .wrp_side.category .list {
  border-top: 1px solid #002C51;
}
.con_news .box_side .wrp_side.category .list > li {
  border-bottom: 1px solid #002C51;
}
.con_news .box_side .wrp_side.archive .inner {
  border-top: 1px solid #002C51;
}
.con_news .box_side .wrp_side.archive .inner .list {
  border-bottom: 1px solid #002C51;
}
.con_news .box_side .wrp_side.archive .inner .list:first-child ul {
  height: auto;
}
.con_news .box_side .wrp_side.archive .inner .list .js-accordion {
  position: relative;
  padding-right: 2em;
  transition: color 400ms ease,background 400ms ease;
}
.con_news .box_side .wrp_side.archive .inner .list .js-accordion:before, .con_news .box_side .wrp_side.archive .inner .list .js-accordion:after {
  content: "";
  position: absolute;
  right: .7em;
  top: 50%;
  transform: rotate(0);
  width: 1em;
  height: 1px;
  margin-top: -1px;
  background: #002C51;
  transition: transform 400ms ease,background 400ms ease;
}
.con_news .box_side .wrp_side.archive .inner .list .js-accordion:after {
  transform: rotate(90deg);
}
.con_news .box_side .wrp_side.archive .inner .list .js-accordion:hover, .con_news .box_side .wrp_side.archive .inner .list .js-accordion[aria-expanded="true"] {
  color: #fff;
  background: #002C51;
}
.con_news .box_side .wrp_side.archive .inner .list .js-accordion:hover:before, .con_news .box_side .wrp_side.archive .inner .list .js-accordion:hover:after, .con_news .box_side .wrp_side.archive .inner .list .js-accordion[aria-expanded="true"]:before, .con_news .box_side .wrp_side.archive .inner .list .js-accordion[aria-expanded="true"]:after {
  background: #fff;
}
.con_news .box_side .wrp_side.archive .inner .list .js-accordion:hover {
  cursor: pointer;
}
.con_news .box_side .wrp_side.archive .inner .list .js-accordion[aria-expanded="true"]:after {
  transform: rotate(0);
}
.con_news .box_side .wrp_side.archive .inner .list > div {
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.5s, height 0.5s;
  visibility: hidden;
}
@media only screen and (min-width: 768px) {
  .con_news .box_side .wrp_side.archive .inner .list > div ol {
    padding: calc(15 / 200 * 100%) calc(20 / 200 * 100%) calc(15 / 200 * 100%) calc(30 / 200 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_side .wrp_side.archive .inner .list > div ol {
    padding: calc(30 / 880 * 100%) 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 > div 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 > div ol li + li {
    margin-top: calc(15 / 880 * 100%);
  }
}
.con_news .box_side .wrp_side.archive .inner .list > div ol li a {
  background: transparent;
  text-decoration: none;
}
.con_news .box_side .wrp_side.archive .inner .list > div ol li a:hover {
  text-decoration: underline;
}
