.bannerBox {
  position: relative;
  z-index: 3;
  width: 100%;
  /* min-height: 40vh; */
  height: 100%;
  margin: 0 auto;
  padding: 0;
  background: #000000;
  overflow: hidden;
  line-height: 0;
}


/*__________________________________________________

  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-image: linear-gradient(90deg, rgba(189, 189, 189, 1), rgba(255, 255, 255, 1) 50%, rgba(189, 189, 189, 1));
  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 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-image: linear-gradient(90deg, rgba(189, 189, 189, 1), rgba(255, 255, 255, 1) 50%, rgba(189, 189, 189, 1));
	}
}


/*__________________________________________________

  categoryBox
  __________________________________________________*/
.categoryBox {
  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;
  gap: 20%;
  align-items: center;
}

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

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

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

.categoryBox .unit .category03 {
  width: 250px;
  height: auto;
  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 40px auto;
    padding: 0;
  }

  .scroll-nav {
    width: 100%;
    margin: 0 auto 26px auto;
    padding: 0;
    text-align: center;
    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
  __________________________________________________*/
.news-box {
  max-width: 750px;
  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: calc(100vw * 33 / 1920);
  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: calc(100vw * 28 / 1920);
  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: calc(100vw * 28 / 1920);
  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: calc(100vw * 33 / 1920); */
  font-size: 21px;
  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;
  line-break: strict;
  /* word-break: break-all; */
  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: 16px;
  font-feature-settings: palt;
  -webkit-font-feature-settings: "palt";
  color: #4c4c4c;
  line-height: 1.8;
  letter-spacing: 1px;
  text-align: justify;
  text-justify: inter-ideograph;
  line-break: strict;
  /* word-break: break-all; */
  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: 16px;
  font-feature-settings: palt;
  -webkit-font-feature-settings: "palt";
  color: #4c4c4c;
  line-height: 1.8;
  letter-spacing: 1px;
  text-align: justify;
  text-justify: inter-ideograph;
  line-break: strict;
  /* word-break: break-all; */
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.news--box .title-box ul {
  width: 100%;
}

.news--box .title-box li {
  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.02 {
  width: 100%;
  padding-left: 1em;
}

.news--box .title-box li {
  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 p.detlead {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: Noto Sans JP;
	font-weight: 500;
  font-size: 16px;
  font-feature-settings: palt;
  -webkit-font-feature-settings: "palt";
  color: #4c4c4c;
  line-height: 1.8;
  letter-spacing: 1px;
  text-align: justify;
  text-justify: inter-ideograph;
  line-break: strict;
  /* word-break: break-all; */
  overflow-wrap: break-word;
  word-wrap: break-word;

}

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

}


.news--box .title-box p.lead {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: Noto Sans JP;
	font-weight: 300;
  font-size: 18px;
  font-feature-settings: palt;
  -webkit-font-feature-settings: "palt";
  color: #4c4c4c;
  line-height: 1.8;
  letter-spacing: 1px;
  text-align: justify;
  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: 100%;
  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;
  box-sizing: border-box;
}

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

.news--box .title-box li {
  list-style: none;
  margin: 0.3em 0 0 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.b li {
  list-style: none;
  margin: 1em 0 0 0;
  padding: 0;
  font-family: Noto Sans JP;
	font-weight: 300;
  font-size: 16px;
  color: #4c4c4c;
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.6;
}

.news--box .title-box ul.caut2 li {
  list-style: none;
  margin: 0.5em 0 0 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 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: 80%;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 6em;
    border-bottom: 1px solid rgba(95, 80, 69, 0.2);
  }

  .news-box-end {
    max-width: 800px;
    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-weight: 400;
    font-size: calc(100vw * 36 / 850);
    font-feature-settings: palt;
    -webkit-font-feature-settings: "palt";
    /* color: #459094; */
    color: #00787d;
    line-height: 1.6;
    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.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.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: justify;
    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: 100%;
    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;
    box-sizing: border-box;
  }

  .news--box .title-box p.lead {
    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.8;
    letter-spacing: 1px;
    text-align: justify;
    text-justify: inter-ideograph;
    line-break: strict;
    word-break: break-all;
    overflow-wrap: break-word;
    word-wrap: break-word;
  }
  
  

  .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 * 26 / 850);
    color: #4c4c4c;
    text-align: left;
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.6;
  }


  .news--box a.web:link {
    display: inline-block;
    color: #4c4c4c;
  }

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

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

  .news--box a.web:hover {
    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 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: calc(100vw * 33 / 1920); */
    font-size: 21px;
    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;
    line-break: strict;
    /* word-break: break-all; */
    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: 16px;
    font-feature-settings: palt;
    -webkit-font-feature-settings: "palt";
    color: #4c4c4c;
    line-height: 1.8;
    letter-spacing: 1px;
    text-align: justify;
    text-justify: inter-ideograph;
    line-break: strict;
    /* word-break: break-all; */
    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: 16px;
    font-feature-settings: palt;
    -webkit-font-feature-settings: "palt";
    color: #4c4c4c;
    line-height: 1.8;
    letter-spacing: 1px;
    text-align: justify;
    text-justify: inter-ideograph;
    line-break: strict;
    /* word-break: break-all; */
    overflow-wrap: break-word;
    word-wrap: break-word;
  }
  
  .news--box .title-box ul {
    width: 100%;
  }
  
  .news--box .title-box li {
    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.02 {
    width: 100%;
    padding-left: 1em;
  }
  
  .news--box .title-box li {
    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 p.detlead {
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: 16px;
    font-feature-settings: palt;
    -webkit-font-feature-settings: "palt";
    color: #4c4c4c;
    line-height: 1.8;
    letter-spacing: 1px;
    text-align: justify;
    text-justify: inter-ideograph;
    line-break: strict;
    /* word-break: break-all; */
    overflow-wrap: break-word;
    word-wrap: break-word;
  
  }
  
  .news--box .title-box p.detlead2 {
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: calc(100vw * 30 / 850);
    font-feature-settings: palt;
    -webkit-font-feature-settings: "palt";
    color: #4c4c4c;
    line-height: 1.8;
    letter-spacing: 1px;
    text-align: justify;
    text-justify: inter-ideograph;
    line-break: strict;
    /* word-break: break-all; */
    overflow-wrap: break-word;
    word-wrap: break-word;
  
  }
  
  
  .news--box .title-box p.lead {
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: Noto Sans JP;
    font-weight: 300;
    font-size: 16px;
    font-feature-settings: palt;
    -webkit-font-feature-settings: "palt";
    color: #4c4c4c;
    line-height: 1.8;
    letter-spacing: 1px;
    text-align: justify;
    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: 100%;
    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;
    box-sizing: border-box;
  }
  
  .news--box .title-box ul {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  
  .news--box .title-box li {
    list-style: none;
    margin: 0.3em 0 0 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.b li {
    list-style: none;
    margin: 1em 0 0 0;
    padding: 0;
    font-family: Noto Sans JP;
    font-weight: 300;
    font-size: 16px;
    color: #4c4c4c;
    text-align: left;
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.6;
  }
  
  .news--box .title-box ul.caut2 li {
    list-style: none;
    margin: 0.5em 0 0 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;
  
  }
  

}


@media only screen and (max-width: 500px) {
  .news-box {
    max-width: 85%;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 6em;
    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-weight: 400;
    font-size: calc(100vw * 36 / 850);
    font-feature-settings: palt;
    -webkit-font-feature-settings: "palt";
    /* color: #459094; */
    color: #00787d;
    line-height: 1.6;
    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.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.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: justify;
    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: 100%;
    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;
    box-sizing: border-box;
  }

  .news--box .title-box p.lead {
    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.8;
    letter-spacing: 1px;
    text-align: justify;
    text-justify: inter-ideograph;
    line-break: strict;
    word-break: break-all;
    overflow-wrap: break-word;
    word-wrap: break-word;
  }
  
  

  .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 * 26 / 850);
    color: #4c4c4c;
    text-align: left;
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.6;
  }


  .news--box a.web:link {
    display: inline-block;
    color: #4c4c4c;
  }

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

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

  .news--box a.web:hover {
    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 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: calc(100vw * 33 / 1920); */
    font-size: calc(100vw * 36 / 850);
    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;
    line-break: strict;
    /* word-break: break-all; */
    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: calc(100vw * 30 / 850);
    font-feature-settings: palt;
    -webkit-font-feature-settings: "palt";
    color: #4c4c4c;
    line-height: 1.8;
    letter-spacing: 1px;
    text-align: justify;
    text-justify: inter-ideograph;
    line-break: strict;
    /* word-break: break-all; */
    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: 16px;
    font-feature-settings: palt;
    -webkit-font-feature-settings: "palt";
    color: #4c4c4c;
    line-height: 1.8;
    letter-spacing: 1px;
    text-align: justify;
    text-justify: inter-ideograph;
    line-break: strict;
    /* word-break: break-all; */
    overflow-wrap: break-word;
    word-wrap: break-word;
  }
  
  .news--box .title-box ul {
    width: 100%;
  }
  
  .news--box .title-box li {
    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.02 {
    width: 100%;
    padding-left: 1em;
  }
  
  .news--box .title-box li {
    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 p.detlead {
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: 16px;
    font-feature-settings: palt;
    -webkit-font-feature-settings: "palt";
    color: #4c4c4c;
    line-height: 1.8;
    letter-spacing: 1px;
    text-align: justify;
    text-justify: inter-ideograph;
    line-break: strict;
    /* word-break: break-all; */
    overflow-wrap: break-word;
    word-wrap: break-word;
  
  }
  
  .news--box .title-box p.detlead2 {
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: calc(100vw * 30 / 850);
    font-feature-settings: palt;
    -webkit-font-feature-settings: "palt";
    color: #4c4c4c;
    line-height: 1.8;
    letter-spacing: 1px;
    text-align: justify;
    text-justify: inter-ideograph;
    line-break: strict;
    /* word-break: break-all; */
    overflow-wrap: break-word;
    word-wrap: break-word;
  
  }
  
  
  .news--box .title-box p.lead {
    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.8;
    letter-spacing: 1px;
    text-align: justify;
    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: 100%;
    margin: 5px 0;
    padding: 0;
    font-family: Noto Sans JP;
    font-weight: 300;
    font-size: calc(100vw * 26 / 850);
    color: #4c4c4c;
    text-align: left;
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.6;
    box-sizing: border-box;
  }
  
  .news--box .title-box ul {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  
  .news--box .title-box li {
    list-style: none;
    margin: 0.3em 0 0 0;
    padding: 0;
    font-family: Noto Sans JP;
    font-weight: 300;
    font-size: calc(100vw * 26 / 850);
    color: #4c4c4c;
    text-align: left;
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.6;
  }
  
  .news--box .title-box ul.b li {
    list-style: none;
    margin: 1em 0 0 0;
    padding: 0;
    font-family: Noto Sans JP;
    font-weight: 300;
    font-size: 16px;
    color: #4c4c4c;
    text-align: left;
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.6;
  }
  
  .news--box .title-box ul.caut2 li {
    list-style: none;
    margin: 0.5em 0 0 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;
  
  }
  

}


/*__________________________________________________

  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;
  }
}

.categoryBox .unit .w180 {
  width: 180px;
}

@media only screen and (max-width: 850px) {

  .categoryBox .unit {
    width: 85%;
    margin: 15px auto 0;
    gap: 10%;
  }

  .categoryBox .unit_b {
  display: flex;
  justify-content: center;
  max-width: 100%;
  width: 80%;
  margin: 15px auto 0;
  padding: 0;
  gap: 30%;
  align-items: center;
}

}