/*__________________________________________________

  newsBox
  __________________________________________________*/
.newsBox {
  max-width: 100%;
  width: 100%;
  min-height: 940px;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  /* background: url("../../images/news/news_bg.png") repeat-y;
  background-size: 100%;
  background-position: top; */
}

.newsBox video {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  object-fit: cover;
}

.newsBox h2 {
  width: 100%;
  margin: 0 auto 5rem auto;
  padding: 5rem 0 0 0;
  color: #000000;
  font-family: trajan-pro-3, serif;
  font-style: normal;
  font-size: calc(100vw * 60 / 1920);
  font-weight: 400;
  text-align: center;
}

.newsBox .news-box-bg {
  position: relative;
  z-index: 2;
  max-width: 78.4%;
  width: 100%;
  margin: 0 auto;
  padding: 0 10.8%;
  background: rgba(255, 255, 255, 0.85);
  /* mix-blend-mode: screen; */
  min-height: 100%;
}

@media only screen and (max-width: 850px) {
  .newsBox {
    max-width: 100%;
    width: 100%;
    min-height: 100%;
    margin: 0 auto;
    padding: 0;
    /* background: #ffffff; */
  }

  .newsBox h2 {
    width: 100%;
    margin: 0 auto 0 auto;
    padding: 60px 0 40px 0;
    font-family: trajan-pro-3, serif;
    font-style: normal;
    font-size: calc(100vw * 80 / 850);
    font-weight: 400;
    color: #4c4c4c;
    text-align: center;
  }

  .newsBox video {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    object-fit: cover;
  }

  .newsBox .news-box-bg {
    position: relative;
    z-index: 2;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    background: #ffffff;
    mix-blend-mode: unset;
  }
}

@media only screen and (max-width: 500px) {
  .newsBox {
    max-width: 100%;
    width: 100%;
    min-height: 100%;
    margin: 0 auto;
    padding: 0;
    /* background: #ffffff; */
  }

  .newsBox h2 {
    width: 100%;
    margin: 0 auto 0 auto;
    padding: 60px 0 20px 0;
    font-family: trajan-pro-3, serif;
    font-style: normal;
    font-size: calc(100vw * 80 / 850);
    font-weight: 400;
    color: #4c4c4c;
    text-align: center;
  }

  .newsBox video {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    object-fit: cover;
  }

  .newsBox .news-box-bg {
    position: relative;
    z-index: 2;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    background: #ffffff;
    mix-blend-mode: unset;
  }
}



/*__________________________________________________

  categoryBox
  __________________________________________________*/
.categoryBox {
  max-width: 880px;
  width: 100%;
  margin: 0 auto 4rem auto;
  padding: 0;
}

.categoryBox .unit {
  display: flex;
  justify-content: center;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.categoryBox .unit>div {
  cursor: pointer;
}

.categoryBox .unit .category01 {
  width: 218px;
  height: 71px;
  margin: 0;
  padding: 0;
  text-align: center;
}

.categoryBox .unit .category02 {
  width: 218px;
  height: 71px;
  margin: 0;
  padding: 0;
  text-align: center;
}

.categoryBox .unit .category03 {
  width: 218px;
  height: 71px;
  margin: 0;
  padding: 0;
  text-align: center;
}

.categoryBox .unit .category04 {
  width: 218px;
  height: 71px;
  margin: 0;
  padding: 0;
  text-align: center;
}

.categoryBox .unit .category05 {
  width: 218px;
  height: 71px;
  margin: 0;
  padding: 0;
  text-align: center;
}

@media only screen and (max-width: 850px) {
  .categoryBox {
    max-width: 100%;
    width: 100%;
    margin: 0 auto 5em auto;
    padding: 0;
  }

  .scroll-nav {
    width: 100%;
    margin: 0 auto 26px auto;
    padding: 0;
    overflow: hidden;
    position: relative;
    -webkit-overflow-scrolling: touch;
  }

  .scroll-nav ul {
    width: 100%;
    white-space: nowrap;
    height: auto;
    margin: 0 auto;
    padding: 0 15px;
    list-style: none;
    overflow-x: scroll;
    box-sizing: border-box;
    -ms-overflow-style: none;
    scrollbar-height: none;
  }

  .scroll-nav ul::-webkit-scrollbar {
    display: none;
  }

  .scroll-nav ul li {
    display: inline-block;
    min-width: 20%;
    margin-right: 0px;
    padding: 4px;
    text-align: center;
    font-family: trajan-pro-3, serif;
    font-weight: 400;
    font-style: normal;
    font-size: calc(100vw * 24 / 850);
    color: #5f5045;
    letter-spacing: 1px;
  }

  .scroll-nav ul li.on {
    background: #00787d;
    font-family: trajan-pro-3, serif;
    font-weight: 400;
    font-style: normal;
    font-size: calc(100vw * 24 / 850);
    color: #ffffff;
  }

  .scroll-nav ul li:hover {
    background: #00787d;
    color: #ffffff;
  }

  .scroll-nav ul li.end {
    display: inline-block;
    margin: 0;
    font-family: trajan-pro-3, serif;
    font-weight: 400;
    font-style: normal;
    font-size: calc(100vw * 24 / 850);
    color: #5f5045;
    letter-spacing: 1px;
  }

  .scroll-nav ul li.end.on {
    background: #00787d;
    font-family: trajan-pro-3, serif;
    font-weight: 400;
    font-style: normal;
    font-size: calc(100vw * 30 / 850);
    color: #ffffff;
  }

  .scroll-nav ul li.end:hover {
    background: #00787d;
    color: #ffffff;
  }

  .next-btn {
    display: block;
    position: absolute;
    top: 0;
    right: -5px;
    width: 40px;
    height: 40px;
    line-height: 37px;
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #ffffff 30%);
    color: #808080;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
  }

  .prev-btn {
    display: block;
    position: absolute;
    top: 0;
    left: -5px;
    width: 40px;
    height: 40px;
    line-height: 37px;
    background: linear-gradient(270deg, hsla(0, 0%, 100%, 0), #ffffff 30%);
    color: #808080;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
  }
}

@media only screen and (max-width: 500px) {
  .categoryBox {
    max-width: 100%;
    width: 100%;
    margin: 0 auto 40px auto;
    padding: 0;
  }

  .scroll-nav {
    width: 100%;
    margin: 0 auto 26px auto;
    padding: 0;
    overflow: hidden;
    position: relative;
    -webkit-overflow-scrolling: touch;
  }

  .scroll-nav ul {
    width: 100%;
    white-space: nowrap;
    height: auto;
    margin: 0 auto;
    padding: 0 15px;
    list-style: none;
    overflow-x: scroll;
    box-sizing: border-box;
    -ms-overflow-style: none;
    scrollbar-height: none;
  }

  .scroll-nav ul::-webkit-scrollbar {
    display: none;
  }

  .scroll-nav ul li {
    display: inline-block;
    min-width: 20%;
    margin-right: 7px;
    padding: 4px;
    text-align: center;
    font-family: trajan-pro-3, serif;
    font-weight: 400;
    font-style: normal;
    font-size: calc(100vw * 30 / 850);
    color: #5f5045;
    letter-spacing: 1px;
  }

  .scroll-nav ul li.on {
    background: #00787d;
    font-family: trajan-pro-3, serif;
    font-weight: 400;
    font-style: normal;
    font-size: calc(100vw * 30 / 850);
    color: #ffffff;
  }

  .scroll-nav ul li:hover {
    background: #00787d;
    color: #ffffff;
  }

  .scroll-nav ul li.end {
    display: inline-block;
    margin: 0;
    font-family: trajan-pro-3, serif;
    font-weight: 400;
    font-style: normal;
    font-size: calc(100vw * 30 / 850);
    color: #5f5045;
    letter-spacing: 1px;
  }

  .scroll-nav ul li.end.on {
    background: #00787d;
    font-family: trajan-pro-3, serif;
    font-weight: 400;
    font-style: normal;
    font-size: calc(100vw * 30 / 850);
    color: #ffffff;
  }

  .scroll-nav ul li.end:hover {
    background: #00787d;
    color: #ffffff;
  }

  .next-btn {
    display: block;
    position: absolute;
    top: 0;
    right: -5px;
    width: 40px;
    height: 40px;
    line-height: 37px;
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #ffffff 30%);
    color: #808080;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
  }

  .prev-btn {
    display: block;
    position: absolute;
    top: 0;
    left: -5px;
    width: 40px;
    height: 40px;
    line-height: 37px;
    background: linear-gradient(270deg, hsla(0, 0%, 100%, 0), #ffffff 30%);
    color: #808080;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
  }
}


/*__________________________________________________

  news-box
  __________________________________________________*/

#js-list {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
}



.news-box {
  max-width: 100%;
  width: 100%;
  margin: 0 auto 15px auto;
  padding: 0;
}

.news-box-end {
  max-width: 100%;
  width: 100%;
  margin: 0 auto 15px auto;
  padding: 0;
}

.news--box {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 0 0 110px 0;
  /* text-align: justify; */
}

.news--box .list-box {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  width: 100%;
  margin: 0 0 1rem 0;
  padding: 0;
}

.news--box .list-box .new {
  padding: 0;
  font-family: trajan-pro-3, serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(1.125rem, 0.758rem + 0.69vw, 1.75rem);
  /* 18-28 / 851-2300 */
  color: #58c9da;
  letter-spacing: 2px;
  line-height: 1.4;

}

.news--box .list-box .date {
  margin: 0;
  padding: 0;
  font-family: trajan-pro-3, serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(1rem, 0.706rem + 0.55vw, 1.5rem);
  /* 16-24 / 851-2300 */
  color: #7a7a7a;
  letter-spacing: 1px;
  text-align: left;
  line-height: 1.6;

}

.news--box .list-box .category {
  margin: 0;
  padding: 0;
  font-family: trajan-pro-3, serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(1rem, 0.706rem + 0.55vw, 1.5rem);
  /* 16-24 / 851-2300 */
  color: #7a7a7a;
  letter-spacing: 1px;
  text-align: center;
  border-left: 1px solid #7a7a7a;
  border-right: 1px solid #7a7a7a;
  padding: 0 0.5rem 0;
  line-height: 1.6;
}

.news--box .title-box {
  width: 100%;
  margin: 0;
  padding: 0;
}

.news--box .title-box h3 {
  width: 100%;
  margin: 0 0 2rem 0;
  padding: 0;
  font-family: source-han-serif-jp-variable, sans-serif;
  font-variation-settings: "wght" 500;
  font-size: clamp(1.281rem, 1.098rem + 0.35vw, 1.594rem);
  /* 20.5-25.5 / 851-2300 */
  font-feature-settings: palt;
  -webkit-font-feature-settings: "palt";
  color: #459296;
  line-height: 1.6;
  letter-spacing: 1px;
  /* text-align: justify; */
  text-justify: inter-ideograph;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.news--box .title-box p.detail {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: Noto Sans JP;
  font-weight: 300;
  font-size: clamp(0.938rem, 0.791rem + 0.28vw, 1.188rem);
  /* 15-19 / 851-2300 */
  font-feature-settings: palt;
  -webkit-font-feature-settings: "palt";
  color: #4c4c4c;
  line-height: 1.8;
  letter-spacing: 1px;
  text-align: left;
  text-justify: inter-ideograph;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.news--box .title-box p.detail01 {
  width: 100%;
  margin: 0 0 1rem 0;
  padding: 0;
  font-family: Noto Sans JP;
  font-weight: 300;
  font-size: clamp(0.938rem, 0.791rem + 0.28vw, 1.188rem);
  /* 15-19 / 851-2300 */
  font-feature-settings: palt;
  -webkit-font-feature-settings: "palt";
  color: #4c4c4c;
  line-height: 1.8;
  letter-spacing: 1px;
  text-align: left;
  text-justify: inter-ideograph;
  line-break: strict;
  word-break: break-all;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.news--box .title-box p.caution {
  width: 93%;
  margin: 5px 0;
  padding: 0;
  font-family: Noto Sans JP;
  font-weight: 300;
  font-size: 14px;
  color: #4c4c4c;
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.6;
}

.news--box .title-box ul {
  padding: 0;
  margin-bottom: 0;
}

.news--box .title-box li {
  list-style: none;
  margin: 5px 0 0 0;
  padding: 0;
  font-family: Noto Sans JP;
  font-weight: 300;
  font-size: clamp(0.813rem, 0.702rem + 0.21vw, 1rem);
  /* 13-16 / 851-2300 */
  color: #4c4c4c;
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.6;
}

.news--box .title-box li.circle {
  list-style: none;
  margin: 10px 0;
  padding: 0;
  font-family: Noto Sans JP;
  font-weight: 300;
  font-size: clamp(0.938rem, 0.791rem + 0.28vw, 1.188rem);
  color: #4c4c4c;
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.6;
}

.news--box .title-box li.event {
  list-style: none;
  margin: 10px 0;
  padding: 0;
  font-family: Noto Sans JP;
  font-weight: 300;
  font-size: clamp(0.938rem, 0.791rem + 0.28vw, 1.188rem);
  color: #4c4c4c;
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.6;
}

.news--box a.web:link {
  background-color: transparent;
  color: #4c4c4c;
  text-decoration: underline;
}

.news--box a.web:visited {
  background-color: transparent;
  color: #4c4c4c;
  text-decoration: none;
}

.news--box a.web:active {
  background-color: transparent;
  color: #4c4c4c;
  text-decoration: none;
}

.news--box a.web:hover {
  background-color: transparent;
  color: #4c4c4c;
  text-decoration: none;
}

.news--box a.info:link {
  background-color: transparent;
  color: #4c4c4c;
  text-decoration: underline;
}

.news--box a.info:visited {
  background-color: transparent;
  color: #4c4c4c;
  text-decoration: none;
}

.news--box a.info:active {
  background-color: transparent;
  color: #4c4c4c;
  text-decoration: none;
}

.news--box a.info:hover {
  background-color: transparent;
  color: #4c4c4c;
  text-decoration: none;
}

@media only screen and (max-width: 850px) {
  .news-box {
    max-width: 84%;
    width: 100%;
    margin: 0 8% 5em 8%;
    padding: 0 0 5em;
    border-bottom: 1px solid rgba(95, 80, 69, 0.2);
  }

  .news-box-end {
    max-width: 84%;
    width: 100%;
    margin: 0 8% 35px 8%;
    padding: 0 0 35px;
    border-bottom: none;
  }

  .news--box {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    text-align: justify;
  }

  .news--box .list-box {
    display: flex;
    justify-content: flex-start;
    gap: 12px;
    width: 100%;
    margin: 0 0 15px 0;
    padding: 0;
  }

  .news--box .list-box .new {
    padding: 0;
    font-family: trajan-pro-3, serif;
    font-weight: 400;
    font-style: normal;
    font-size: calc(100vw * 23 / 850);
    color: #58c9da;
    letter-spacing: 2px;
  }

  .news--box .list-box .date {
    margin: 0;
    padding: 0;
    font-family: trajan-pro-3, serif;
    font-weight: 400;
    font-style: normal;
    font-size: calc(100vw * 20 / 850);
    color: #7a7a7a;
    letter-spacing: 1px;
    text-align: left;
  }

  .news--box .list-box .category {
    margin: 0;
    padding: 0 0.4rem 0;
    font-family: trajan-pro-3, serif;
    font-weight: 400;
    font-style: normal;
    font-size: calc(100vw * 20 / 850);
    color: #7a7a7a;
    letter-spacing: 1px;
    text-align: left;
  }

  .news--box .title-box {
    clear: both;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .news--box .title-box h3 {
    width: 100%;
    margin: 0 0 2rem 0;
    padding: 0;
    font-family: source-han-serif-jp-variable, sans-serif;
    font-variation-settings: "wght" 400;
    font-size: calc(100vw * 22 / 850);
    font-feature-settings: palt;
    -webkit-font-feature-settings: "palt";
    /* color: #459094; */
    color: #00787d;
    line-height: 1.5;
    letter-spacing: 1px;
    text-align: left;
  }

  .news--box .title-box p.detail {
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: Noto Sans JP;
    font-weight: 300;
    font-size: calc(100vw * 18 / 850);
    font-feature-settings: palt;
    -webkit-font-feature-settings: "palt";
    color: #4c4c4c;
    line-height: 1.8;
    letter-spacing: 1px;
    text-align: left;
    text-justify: inter-ideograph;
    overflow-wrap: break-word;
    word-wrap: break-word;
  }

  .news--box .title-box p.detail01 {
    width: 100%;
    margin: 0 0 1rem 0;
    padding: 0;
    font-family: Noto Sans JP;
    font-weight: 300;
    font-size: calc(100vw * 28 / 850);
    font-feature-settings: palt;
    -webkit-font-feature-settings: "palt";
    color: #4c4c4c;
    line-height: 1.8;
    letter-spacing: 1px;
    text-align: left;
    text-justify: inter-ideograph;
    overflow-wrap: break-word;
    word-wrap: break-word;
  }

  .news--box .title-box p.caution {
    width: 93%;
    margin: 5px 0;
    padding: 0;
    font-family: Noto Sans JP;
    font-weight: 300;
    font-size: calc(100vw * 16 / 850);
    color: #4c4c4c;
    text-align: left;
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.6;
  }

  .news--box .title-box ul {
    padding: 0;
    margin-bottom: 0;
  }

  .news--box .title-box li {
    list-style: none;
    margin: 5px 0 0 0;
    padding: 0;
    font-family: Noto Sans JP;
    font-weight: 300;
    font-size: calc(100vw * 16 / 850);
    color: #4c4c4c;
    text-align: left;
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.6;
  }


  .news--box a.web:link {
    background: linear-gradient(transparent 60%, #d3d3d3 30%);
    display: inline-block;
    color: #4c4c4c;
    text-decoration: none;
  }

  .news--box a.web:visited {
    background-color: transparent;
    color: #4c4c4c;
    text-decoration: none;
  }

  .news--box a.web:active {
    background-color: transparent;
    color: #4c4c4c;
    text-decoration: none;
  }

  .news--box a.web:hover {
    background-color: transparent;
    color: #4c4c4c;
    text-decoration: none;
  }

  .news--box a.info:link {
    background: linear-gradient(transparent 60%, #d3d3d3 30%);
    display: inline-block;
    color: #4c4c4c;
    text-decoration: none;
  }

  .news--box a.info:visited {
    background-color: transparent;
    color: #4c4c4c;
    text-decoration: none;
  }

  .news--box a.info:active {
    background-color: transparent;
    color: #4c4c4c;
    text-decoration: none;
  }

  .news--box a.info:hover {
    background-color: transparent;
    color: #4c4c4c;
    text-decoration: none;
  }

  .news--box .title-box li.event {
    font-size: calc(100vw * 18 / 850);
  }


}

@media only screen and (max-width: 500px) {
  .news-box {
    max-width: 84%;
    width: 100%;
    margin: 0 8% 35px 8%;
    padding: 0 0 35px;
    border-bottom: 1px solid rgba(95, 80, 69, 0.2);
  }

  .news-box-end {
    max-width: 84%;
    width: 100%;
    margin: 0 8% 35px 8%;
    padding: 0 0 35px;
    border-bottom: none;
  }

  .news--box {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    text-align: justify;
  }

  .news--box .list-box {
    display: flex;
    justify-content: flex-start;
    gap: 12px;
    width: 100%;
    margin: 0 0 15px 0;
    padding: 0;
  }

  .news--box .list-box .new {
    padding: 0;
    font-family: trajan-pro-3, serif;
    font-weight: 400;
    font-style: normal;
    font-size: calc(100vw * 32 / 850);
    color: #58c9da;
    letter-spacing: 2px;
  }

  .news--box .list-box .date {
    margin: 0;
    padding: 0;
    font-family: trajan-pro-3, serif;
    font-weight: 400;
    font-style: normal;
    font-size: calc(100vw * 28 / 850);
    color: #7a7a7a;
    letter-spacing: 1px;
    text-align: left;
  }

  .news--box .list-box .category {
    margin: 0;
    padding: 0 0.4rem 0;
    font-family: trajan-pro-3, serif;
    font-weight: 400;
    font-style: normal;
    font-size: calc(100vw * 28 / 850);
    color: #7a7a7a;
    letter-spacing: 1px;
    text-align: left;
  }

  .news--box .title-box {
    clear: both;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .news--box .title-box h3 {
    width: 100%;
    margin: 0 0 2rem 0;
    padding: 0;
    font-family: source-han-serif-jp-variable, sans-serif;
    font-variation-settings: "wght" 400;
    font-size: calc(100vw * 37 / 850);
    font-feature-settings: palt;
    -webkit-font-feature-settings: "palt";
    /* color: #459094; */
    color: #00787d;
    line-height: 1.5;
    letter-spacing: 1px;
    text-align: left;
  }

  .news--box .title-box p.detail {
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: Noto Sans JP;
    font-weight: 300;
    font-size: calc(100vw * 30 / 850);
    font-feature-settings: palt;
    -webkit-font-feature-settings: "palt";
    color: #4c4c4c;
    line-height: 1.6;
    letter-spacing: 1px;
    text-align: left;
    text-justify: inter-ideograph;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-all;
  }

  .news--box .title-box p.detail01 {
    width: 100%;
    margin: 0 0 1rem 0;
    padding: 0;
    font-family: Noto Sans JP;
    font-weight: 300;
    font-size: calc(100vw * 28 / 850);
    font-feature-settings: palt;
    -webkit-font-feature-settings: "palt";
    color: #4c4c4c;
    line-height: 1.8;
    letter-spacing: 1px;
    text-align: left;
    text-justify: inter-ideograph;
    overflow-wrap: break-word;
    word-wrap: break-word;
  }

  .news--box .title-box p.caution {
    width: 93%;
    margin: 5px 0;
    padding: 0;
    font-family: Noto Sans JP;
    font-weight: 300;
    font-size: calc(100vw * 28 / 850);
    color: #4c4c4c;
    text-align: left;
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.6;
  }

  .news--box .title-box ul {
    padding: 0;
    margin-bottom: 0;
  }

  .news--box .title-box li {
    list-style: none;
    margin: 5px 0 0 0;
    padding: 0;
    font-family: Noto Sans JP;
    font-weight: 300;
    font-size: calc(100vw * 25 / 850);
    color: #4c4c4c;
    text-align: left;
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.6;
  }


  .news--box a.web:link {
    background: linear-gradient(transparent 60%, #d3d3d3 30%);
    /* display: inline-block; */
    display: inline;
    color: #4c4c4c;
    text-decoration: none;
  }

  .news--box a.web:visited {
    background-color: transparent;
    color: #4c4c4c;
    text-decoration: none;
  }

  .news--box a.web:active {
    background-color: transparent;
    color: #4c4c4c;
    text-decoration: none;
  }

  .news--box a.web:hover {
    background-color: transparent;
    color: #4c4c4c;
    text-decoration: none;
  }

  .news--box a.info:link {
    background: linear-gradient(transparent 60%, #d3d3d3 30%);
    display: inline-block;
    color: #4c4c4c;
    text-decoration: none;
  }

  .news--box a.info:visited {
    background-color: transparent;
    color: #4c4c4c;
    text-decoration: none;
  }

  .news--box a.info:active {
    background-color: transparent;
    color: #4c4c4c;
    text-decoration: none;
  }

  .news--box a.info:hover {
    background-color: transparent;
    color: #4c4c4c;
    text-decoration: none;
  }

  .news--box .title-box li.event {
    font-size: calc(100vw * 30 / 850);
  }


}


/*__________________________________________________

  pagenation
  __________________________________________________*/
.pager-box {
  width: 100%;
  margin: 75px auto 0 auto;
  padding: 0 0 56px 0;
  text-align: center;
}

ul.pager {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

ul.pager li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  margin: 0 0 0 0;
  padding: 0 20px;
  color: #000000;
  font-family: Noto Sans JP;
  font-weight: 300;
  font-size: calc(100vw * 24 / 1920);
  text-align: center;
  cursor: pointer;
}

ul.pager li.on {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  margin: 0 20px;
  padding: 0;
  color: #459296;
  font-family: Noto Sans JP;
  font-weight: 300;
  font-size: calc(100vw * 24 / 1920);
  text-align: center;
}

ul.pager a:link {
  background-color: transparent;
  color: #c5b68c;
  text-decoration: none;
}

ul.pager a:visited {
  background-color: transparent;
  color: #c5b68c;
  text-decoration: none;
}

ul.pager a:active {
  background-color: transparent;
  color: #c5b68c;
  text-decoration: none;
}

ul.pager a:hover {
  background-color: transparent;
  color: #c5b68c;
  text-decoration: none;
}

@media only screen and (max-width: 850px) {
  .pager-box {
    width: 100%;
    margin: 50px auto 0 auto;
    padding: 0 0 50px 0;
    /*background: #ffffff;*/
    text-align: center;
  }

  ul.pager {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }

  ul.pager li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    margin: 0;
    padding: 0 10px;
    color: #000000;
    font-family: Noto Sans JP;
    font-weight: 300;
    font-size: calc(100vw * 24 / 850);
    text-align: center;
  }

  ul.pager li.on {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    margin: 0 10px;
    padding: 0;
    color: #459094;
    font-family: Noto Sans JP;
    font-weight: 300;
    font-size: calc(100vw * 24 / 850);
    text-align: center;
  }
}

.mv {
  position: relative;
  padding-bottom: 56.25%;
}

.mv video,
.mv iframe,
.mv object,
.mv embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



.news-box {
  scroll-margin-top: 80px;
}

table.D {
  border-collapse: collapse;
  border: 1px solid #7a7a7a;
  width: 100%;
  font-family: Noto Sans JP;
  font-weight: 300;
  font-size: 15px;
  color: #4c4c4c;
  line-height: 1.8;
  letter-spacing: 1px;
  text-align: left;
  margin: 2em auto;
}

table.D th {
  text-align: center;
  background-color: #4c4c4c;
  padding: 10px;
  color: white;
  vertical-align: middle;
  border: 1px solid #7a7a7a;
  border-right: 1px solid white;
}

table.D th:last-child {
  border-right: 1px solid #7a7a7a;
}

table.D td {
  text-align: center;
  border: 1px solid #7a7a7a;
  padding: 10px;
  vertical-align: middle;
  color: #555555;
}

table.D td:first-child {
  width: 33%;
  height: 4em;
}

table.D td:nth-child(2) {
  width: 33%;
}

table.E {
  border-collapse: collapse;
  border: 1px solid #7a7a7a;
  width: 100%;
  font-family: Noto Sans JP;
  font-weight: 300;
  font-size: 15px;
  color: #4c4c4c;
  line-height: 1.8;
  letter-spacing: 1px;
  text-align: left;
  margin: 2em auto;
}

table.E th {
  text-align: center;
  background-color: #4c4c4c;
  padding: 10px 0px;
  color: white;
  vertical-align: middle;
  border: 1px solid #7a7a7a;
  border-right: 1px solid white;
}

table.E th:last-child {
  border-right: 1px solid #7a7a7a;
}

table.E td {
  text-align: center;
  border: 1px solid #7a7a7a;
  padding: 10px 0px;
  vertical-align: middle;
  color: #555555;
}

table.E td:first-child {
  /* width: 33%; */
  height: 4em;
}

table.E td:nth-child(2) {
  /* width: 33%; */
}

@media screen and (max-width:768px) {
  table.D {
    font-size: 12px;
  }

  table.D td:first-child {
    width: 30%;
  }

  table.D td:nth-child(2) {
    width: 35%;
  }

  table.E {
    font-size: 12px;
  }

  table.E td {
    padding: 10px 5px;
  }

  table.E td:first-child {
    height: 9em;
  }


}