@charset "UTF-8";
.heading-text {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
  padding: 20px 0;
  min-height: 300px;
  background-color: #d3ecf1;
}
@media only screen and (max-width: 1023px) {
  .heading-text {
    min-height: 192px;
  }
}
.heading-text h2 {
  font-size: 48px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #24a0b9;
  text-align: center;
  line-height: 1.2em;
  letter-spacing: -0.04em;
  vertical-align: middle;
}
@media only screen and (max-width: 1023px) {
  .heading-text h2 {
    font-size: 30px;
    padding: 20px;
  }
}

.news-detail {
  max-width: 900px;
  margin: 40px auto 0;
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  word-break: break-all;
  padding: 0 16px;
  font-size: 16px;
  text-align: center;
}
.news-detail h3 {
  margin: 3rem auto;
  font-size: 28px;
}
@media only screen and (max-width: 1023px) {
  .news-detail h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.news-detail img {
  text-align: center;
  margin: 20px auto;
  max-width: 100%;
  object-fit: contain;
}
.news-detail p {
  margin: 32px auto;
  line-height: 1.6;
  max-width: 900px;
  word-break: break-all;
  word-wrap: break-word;
  text-align: left;
}

.info-detail {
  text-align: left;
  margin-top: 40px;
  border-radius: 6px;
}
.info-detail__inner {
  text-align: left;
}
.info-detail__inner::before {
  content: "";
  border-top: 1px solid #e6e6e6;
  width: 100%;
  display: block;
  margin-top: 20px;
  padding-top: 20px;
}
.info-detail a {
  text-decoration: none;
  color: blue;
}
.info-detail a:hover {
  text-decoration: underline;
}
.info-detail p {
  margin: 0 0 10px;
}
.info-detail h3 {
  font-size: 28px;
  letter-spacing: -0.04em;
  padding: 0 0 10px;
  border-bottom: 1px solid #e6e6e6;
  margin: 0 auto 20px;
}
@media only screen and (max-width: 1023px) {
  .info-detail h3 {
    font-size: 20px;
  }
}
.info-detail .info-detail-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin-bottom: 24px;
  border: 1px solid #d3ecf1;
  border-radius: 8px;
}
.info-detail .info-detail-table tr {
  border-bottom: 1px solid #d3ecf1;
}
.info-detail .info-detail-table th, .info-detail .info-detail-table td {
  padding: 16px 12px;
  font-size: 16px;
  text-align: left;
  vertical-align: middle;
}
.info-detail .info-detail-table th {
  background-color: #d3ecf1;
  color: #24a0b9;
  font-weight: bold;
  width: 22%;
  border-bottom: 1px solid #ffffff;
}
.info-detail .info-detail-table td {
  flex: 1;
  border-bottom: 1px solid #d3ecf1;
}
.info-detail .info-detail-table tr:last-child > th,
.info-detail .info-detail-table tr:last-child > td {
  border-bottom: none;
}

/*-----------------------------------*/
/* news一覧 */
/*-----------------------------------*/
.font-Red {
  color: red;
}

.news-list {
  text-align: left;
  max-width: 1200px;
  margin: 50px auto auto;
}
@media only screen and (max-width: 1023px) {
  .news-list {
    padding: 0 16px;
  }
}
.news-list__tab {
  display: block;
  gap: 1em;
  margin-bottom: 2em;
}
@media only screen and (max-width: 1023px) {
  .news-list__tab {
    text-align: center;
    margin: 20px auto auto;
  }
}
.news-list__contents {
  margin-top: 50px;
}
.news-list__wrap {
  display: none;
  opacity: 0;
  transition: opacity 0.5s;
}
.news-list__wrap[data-fade] {
  /* 追加: アニメーション用属性 */
  opacity: 1;
  display: block;
  transition: opacity 0.5s;
}
@starting-style {
  .news-list__wrap[data-fade] {
    opacity: 0;
  }
}
.news-list__wrap.is-show {
  /* JSで[data-fade]を付与してアニメーションさせる */
  opacity: 1;
  display: block;
  transition: opacity 0.5s;
}
@starting-style {
  .news-list__wrap.is-show {
    opacity: 0;
  }
}

.tab-btn {
  cursor: pointer;
  font-weight: bold;
  color: #24a0b9;
  border: 1px solid #24a0b9;
  padding: 8px 16px;
  text-align: center;
  border-radius: 8px;
  margin: 0 10px 10px 0;
  font-size: 20px;
  background: #fff;
}
.tab-btn:hover {
  opacity: 0.7;
}
.tab-btn.is-active {
  background: #24a0b9;
  color: #fff;
  pointer-events: none;
}

.newsBox {
  display: flex;
  background-color: #e9f5f8;
  padding: 33px 40px;
  border-radius: 24px;
  margin: 20px auto 0;
}
@media only screen and (max-width: 1023px) {
  .newsBox {
    flex-direction: column;
    padding: 24px;
    text-align: left;
  }
}
.newsBox__date {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #4d4d4d;
  width: 110px;
  font-weight: bold;
  border-right: 1px solid #ffffff;
}
@media only screen and (max-width: 1023px) {
  .newsBox__date {
    width: 100%;
    border: none;
    display: inline-flex;
    gap: 10px;
  }
}
.newsBox__tag {
  display: block;
  padding: 4px 8px;
  text-align: center;
  width: fit-content;
  color: #ffffff;
  font-size: 12px;
  margin-bottom: 4px;
}
.newsBox__tag.newsBox__tag--event {
  background-color: #4d4d4d;
}
.newsBox__tag.newsBox__tag--notice {
  background-color: red;
}
.newsBox__tag.newsBox__tag--media {
  background-color: #e5005b;
}
.newsBox__detail-wrap {
  display: inline-flex;
  flex: 1;
  margin-left: 20px;
}
@media only screen and (max-width: 1023px) {
  .newsBox__detail-wrap {
    display: flex;
    flex-direction: column;
    margin: 10px auto 0;
  }
}
.newsBox__detail-inner {
  flex: 1;
}
.newsBox__img {
  max-width: 300px;
  margin-right: 20px;
}
.newsBox__img img {
  width: 100%;
  border-radius: 16px;
  object-fit: contain;
}
@media only screen and (max-width: 1023px) {
  .newsBox__img {
    max-width: 100%;
    margin: 0 auto 10px;
  }
}
.newsBox__imglink:hover {
  opacity: 0.8;
  transition: 0.3s;
}
.newsBox h3 {
  font-size: 20px;
  word-break: break-all;
}
@media only screen and (max-width: 1023px) {
  .newsBox h3 {
    font-size: 18px;
  }
}
.newsBox__text {
  margin-top: 10px;
}

.sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .sp {
    display: inline-block;
  }
}