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

- Base

================================================ */
[v-cloak] {
  display: none;
}

_:-ms-lang(x)::-ms-backdrop, [v-cloak] {
  display: block;
}

body {
  background-color: #FFFFFF;
}

body {
  overflow-x: hidden;
  -ms-scroll-chaining: chained;
      overscroll-behavior: auto;
}

body.-bodyScrollStop {
  overflow: hidden;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

:root {
  --cc-green: #1d4c45;
  --cc-yellow: #ffe553;
  --header-w: 260px;
  --w1280: 1280px;
  --space: 30px;
}

/* ================================================

- 表示アニメーション

================================================ */
/* ================================================

- フォント

================================================ */
/* ================================================

- フォントサイズ

================================================ */
/* ================================================

- RWD表示切り替え

================================================ */
@media all and (min-width: 569px) {
  .nopc {
    display: none !important;
  }
}
@media all and (max-width: 568px) {
  .nosp {
    display: none !important;
  }
}
/* ================================================

- flex

================================================ */
/* ================================================

- margin

================================================ */
/* magrin-topを5px刻みで50pxまで */
.mTop0 {
  margin-top: 0px;
}

.mTop5 {
  margin-top: 5px;
}

.mTop10 {
  margin-top: 10px;
}

.mTop15 {
  margin-top: 15px;
}

.mTop20 {
  margin-top: 20px;
}

.mTop25 {
  margin-top: 25px;
}

.mTop30 {
  margin-top: 30px;
}

.mTop35 {
  margin-top: 35px;
}

.mTop40 {
  margin-top: 40px;
}

.mTop45 {
  margin-top: 45px;
}

.mTop50 {
  margin-top: 50px;
}

/* magrin-bottomを5px刻みで50pxまで */
.mBtm0 {
  margin-bottom: 0px;
}

.mBtm5 {
  margin-bottom: 5px;
}

.mBtm10 {
  margin-bottom: 10px;
}

.mBtm15 {
  margin-bottom: 15px;
}

.mBtm20 {
  margin-bottom: 20px;
}

.mBtm25 {
  margin-bottom: 25px;
}

.mBtm30 {
  margin-bottom: 30px;
}

.mBtm35 {
  margin-bottom: 35px;
}

.mBtm40 {
  margin-bottom: 40px;
}

.mBtm45 {
  margin-bottom: 45px;
}

.mBtm50 {
  margin-bottom: 50px;
}

/* ================================================

- z-index

================================================ */
/* ================================================

-

================================================ */
.lozad {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.lozad[data-loaded=true] {
  opacity: 1;
}

/* ================================================

- イージング

================================================ */
/* ================================================

- @hover

================================================ */
@media (hover: hover) {
  .news-item a:-moz-any-link:hover {
    opacity: 0.7;
  }
  .news-item a:any-link:hover {
    opacity: 0.7;
  }
}
.news-item a {
  -webkit-transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

/* ================================================

- ニュース一覧

================================================ */
.news-sc.-news {
  padding-bottom: 96px;
}
.news-sc.-news .news-sc__inner {
  padding: 0 70px;
}

.news-item {
  border-bottom: solid 1px #e4e4e4;
}
.news-item a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  padding: 20px 13px 21px;
  font-size: 1.7rem;
  line-height: 1.647;
  letter-spacing: 0.02em;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  color: #000000;
}
.news-item a span {
  display: block;
}

.news-item:first-child {
  border-top: solid 1px #e4e4e4;
}

.news-day {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 137px;
}

.news-txt {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .news-sc.-news {
    padding-bottom: 21.333vw;
  }
  .news-sc.-news .news-sc__inner {
    padding: 0 4.8vw;
  }
  .news-item a {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    padding: 5.333vw 2.667vw 5.6vw;
    font-size: 4vw;
  }
  .news-day {
    width: 26.667vw;
  }
}
/* ================================================

- ニュース詳細

================================================ */
.news-sc.-news.-detail {
  padding-bottom: 108px;
}

.news-detail__head {
  padding-bottom: 30px;
  border-bottom: 1px solid #e4e4e4;
}

.news-detail__head__day {
  font-size: 1.7rem;
  letter-spacing: 0.02em;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}

.news-detail__ttl {
  margin-top: 6px;
  font-size: 3.2rem;
  line-height: 1.647;
  letter-spacing: 0.02em;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}

.cke_editable,
.news-detail__body {
  padding: 70px 40px 68px;
  font-size: 1.7rem;
  line-height: 1.882;
  letter-spacing: 0.02em;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
.cke_editable p,
.news-detail__body p {
  font-size: 1.7rem;
  line-height: 1.882;
}
.cke_editable a,
.news-detail__body a {
  color: #148b79;
  text-decoration: underline;
  word-break: break-all;
}
.cke_editable a:hover,
.news-detail__body a:hover {
  opacity: 0.7;
}
.cke_editable a[href$=".pdf"],
.news-detail__body a[href$=".pdf"] {
  padding-left: 1.75em;
  position: relative;
  margin-left: 0.25em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.cke_editable a[href$=".pdf"] small,
.news-detail__body a[href$=".pdf"] small {
  font-size: 1.3rem;
}
.cke_editable a[href$=".pdf"]::before,
.news-detail__body a[href$=".pdf"]::before {
  content: "";
  position: absolute;
  top: calc(50% + 1px);
  left: 0.25em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("/asset/images/common/icon_pdf.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 17px;
  height: 17px;
}
.cke_editable a[href$=".pdf"] img,
.news-detail__body a[href$=".pdf"] img {
  padding-left: 0;
  position: static;
  margin-left: 0;
  display: inline;
}
.cke_editable a[href$=".pdf"] img::before,
.news-detail__body a[href$=".pdf"] img::before {
  display: none;
}
.cke_editable h1,
.news-detail__body h1 {
  font-size: 2.6rem;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
.cke_editable h2,
.news-detail__body h2 {
  font-size: 2.6rem;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
.cke_editable h3,
.news-detail__body h3 {
  font-size: 2.4rem;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
.cke_editable h4,
.news-detail__body h4 {
  font-size: 2.2rem;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
.cke_editable h5,
.news-detail__body h5 {
  font-size: 2rem;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
.cke_editable h6,
.news-detail__body h6 {
  font-size: 1.8rem;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
.cke_editable hr,
.news-detail__body hr {
  margin: 30px 0;
  border-bottom: dotted 1px var(--cc-hblue);
  border-bottom: none;
}
.cke_editable strong,
.news-detail__body strong {
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
.cke_editable em,
.news-detail__body em {
  font-style: italic;
}
.cke_editable blockquote,
.news-detail__body blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}
.cke_editable .aligncenter,
.news-detail__body .aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.cke_editable img,
.news-detail__body img {
  max-width: 100%;
  height: auto;
}
.cke_editable .overflow-container,
.news-detail__body .overflow-container {
  overflow: visible;
}
.cke_editable table,
.news-detail__body table {
  width: 100%;
  border-top: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4;
  border-collapse: collapse;
  border-spacing: 0;
}
.cke_editable table th,
.cke_editable table td,
.news-detail__body table th,
.news-detail__body table td {
  border-bottom: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  background-color: #FFFFFF;
  padding: 14px 25px 14px;
  font-size: 1.7rem;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  vertical-align: middle;
  text-align: left;
}
.cke_editable table th small,
.cke_editable table td small,
.news-detail__body table th small,
.news-detail__body table td small {
  font-size: 1.5rem;
}
.cke_editable table th.-center,
.cke_editable table td.-center,
.news-detail__body table th.-center,
.news-detail__body table td.-center {
  text-align: center;
}
.cke_editable table th.-bg,
.cke_editable table td.-bg,
.news-detail__body table th.-bg,
.news-detail__body table td.-bg {
  background-color: #f6f6f6;
}
.cke_editable table th.-w16,
.cke_editable table td.-w16,
.news-detail__body table th.-w16,
.news-detail__body table td.-w16 {
  width: 16%;
}
.cke_editable table th.-w19,
.cke_editable table td.-w19,
.news-detail__body table th.-w19,
.news-detail__body table td.-w19 {
  width: 19%;
}
.cke_editable table th.-w21,
.cke_editable table td.-w21,
.news-detail__body table th.-w21,
.news-detail__body table td.-w21 {
  width: 21%;
}
.cke_editable table th.-w24,
.cke_editable table td.-w24,
.news-detail__body table th.-w24,
.news-detail__body table td.-w24 {
  width: 24%;
}
.cke_editable table th.-w25,
.cke_editable table td.-w25,
.news-detail__body table th.-w25,
.news-detail__body table td.-w25 {
  width: 25%;
}
.cke_editable table th.-w30,
.cke_editable table td.-w30,
.news-detail__body table th.-w30,
.news-detail__body table td.-w30 {
  width: 30%;
}
.cke_editable table th.-w62,
.cke_editable table td.-w62,
.news-detail__body table th.-w62,
.news-detail__body table td.-w62 {
  width: 62%;
}
.cke_editable table th.-pos1,
.cke_editable table td.-pos1,
.news-detail__body table th.-pos1,
.news-detail__body table td.-pos1 {
  vertical-align: top;
  padding-top: 60px;
}
.cke_editable table thead th,
.news-detail__body table thead th {
  padding: 9px 25px 9px;
  font-size: 1.7rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  text-align: center;
  background-color: #f6f6f6;
}
.cke_editable table tbody th,
.news-detail__body table tbody th {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  vertical-align: middle;
}
.cke_editable .youtube-iframe iframe,
.news-detail__body .youtube-iframe iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

.news-photos {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 30px;
}

.news-photos__item {
  width: calc(50% - 15px);
}
.news-photos__item figcaption {
  margin-top: 3px;
  font-size: 1.5rem;
  line-height: 1.475;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  text-align: center;
}

.news-layoutCol {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  margin: 30px 0 60px;
}
.news-layoutCol p {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.news-layoutCol img {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-left: 80px;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .news-sc.-news.-detail {
    padding-bottom: 108px;
  }
  .news-sc.-news.-detail .news-sc__inner {
    padding: 0 4.8vw;
  }
  .news-detail__head {
    padding-bottom: 5.867vw;
  }
  .news-detail__head__day {
    font-size: 4vw;
  }
  .news-detail__ttl {
    margin-top: 2.133vw;
    font-size: 6.1333333333vw;
    line-height: 1.425;
  }
  .cke_editable,
  .news-detail__body {
    padding: 10.667vw 0 18.667vw;
    font-size: 4vw;
  }
  .cke_editable a[href$=".pdf"] small,
  .news-detail__body a[href$=".pdf"] small {
    font-size: 3.2vw;
  }
  .cke_editable a[href$=".pdf"]::before,
  .news-detail__body a[href$=".pdf"]::before {
    top: calc(50% + 0.533vw);
    max-width: 17px;
    max-height: 17px;
    width: 4.267vw;
    height: 4.267vw;
  }
  .cke_editable p,
  .news-detail__body p {
    font-size: 4vw;
  }
  .cke_editable h1,
  .news-detail__body h1 {
    font-size: 6.4vw;
  }
  .cke_editable h2,
  .news-detail__body h2 {
    font-size: 6.4vw;
  }
  .cke_editable h3,
  .news-detail__body h3 {
    font-size: 6.1333333333vw;
  }
  .cke_editable h4,
  .news-detail__body h4 {
    font-size: 5.6vw;
  }
  .cke_editable h5,
  .news-detail__body h5 {
    font-size: 5.0666666667vw;
  }
  .cke_editable h6,
  .news-detail__body h6 {
    font-size: 4.5333333333vw;
  }
  .cke_editable hr,
  .news-detail__body hr {
    margin: 5.6vw 0;
  }
  .cke_editable .overflow-container,
  .news-detail__body .overflow-container {
    overflow-x: scroll;
  }
  .cke_editable .overflow-container::before,
  .news-detail__body .overflow-container::before {
    content: "※横にスライドして閲覧出来ます。";
    display: block;
    margin-bottom: 1.333vw;
    font-size: 2.9333333333vw;
    letter-spacing: 0.04em;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
  }
  .cke_editable table,
  .news-detail__body table {
    width: 204.8vw;
  }
  .cke_editable table th,
  .cke_editable table td,
  .news-detail__body table th,
  .news-detail__body table td {
    padding: 3.733vw 2.667vw 3.733vw;
    font-size: 4vw;
  }
  .cke_editable table th small,
  .cke_editable table td small,
  .news-detail__body table th small,
  .news-detail__body table td small {
    font-size: 3.7333333333vw;
  }
  .cke_editable table th.-pos1,
  .cke_editable table td.-pos1,
  .news-detail__body table th.-pos1,
  .news-detail__body table td.-pos1 {
    padding-top: 16vw;
  }
  .cke_editable table thead th,
  .news-detail__body table thead th {
    padding: 2.4vw 2.667vw 2.4vw;
    font-size: 4vw;
  }
  .news-photos {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5.333vw;
    margin-top: 5.333vw;
  }
  .news-photos__item {
    width: 100%;
  }
  .news-photos__item figcaption {
    margin-top: 0.8vw;
    font-size: 4vw;
    line-height: 1.475;
  }
  .news-layoutCol {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 8vw 0 16vw;
  }
  .news-layoutCol img {
    margin-left: 0;
    margin-top: 10.667vw;
  }
}