@charset "UTF-8";
/* CSS Document */
html,
body,
a,
p,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}
body {
  background-color: #000;
  font-size: clamp(12px, 1.25vw, 16px);
  line-height: 1.8em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #fff;
}
#wrap,
section {
  width: 100%;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}
a:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
  transition: 0.5s;
}

li {
  list-style-type: none;
}
.pc {
  display: block;
}
.sp {
  display: none;
}

h1#webTitle figure {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  height: 0;
}
main {
  padding-top: 70px;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
  main {
    padding-top: 60px;
  }
}

.boxA {
  width: 90%;
  max-width: 1024px;
  margin: auto;
}
.boxB {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

.btnWrapA {
  width: 60%;
  max-width: 320px;
  background: #6fb92c;
  color: #000;
  font-weight: 900;
  font-size: clamp(14px, 1.875vw, 24px);
  line-height: 2.5em;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2em auto;
}

/*************************
*ヘッダー
*************************/
header {
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 999;
  backdrop-filter: blur(
    10px
  ); /* モダンブラウザ対応。背景ぼかして透明感UP（オプション） */
}
header #headerInner {
  display: flex;
  width: 98%;
  margin: auto;
  justify-content: space-between;
  align-items: center;
  /*    max-height: 70px;*/
  height: 70px;
}
h1#webTitle {
  width: 25%;
  max-width: 265px;
}
h1#webTitle figure {
  background: url("../img/webTitle.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  padding-top: 25.7%;
  margin-top: 7.5px;
}

@media screen and (max-width: 768px) {
  header {
  }
  header #headerInner {
    display: block;
    width: 98%;
    margin: auto;
    height: 50px;
  }
  h1#webTitle {
    width: 50%;
    max-width: 265px;
    /*    margin: auto;*/
  }
  h1#webTitle figure {
    background: url("../img/webTitle.png");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    padding-top: 25.7%;
  }
}

h2.common {
  width: 100%;
  background: #6fb92c;
  color: #fff;
  font-weight: 900;
  font-size: clamp(18px, 2.8125vw, 36px);
  height: 50px;
  margin: 0.25em 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  h2.common {
    height: 30px;
  }
}

/*************************
*コンテンツ
*************************/
.slide-items {
  width: 100%;
  height: 100%;
  margin: auto;
}

.slide-items img {
  width: 100%;
  object-fit: cover;
}
/*トップニュースタイトルエリア*/
#top-newsTitWrap {
  padding: 4em 0;
}
#top-newsTitWrap h2 {
  font-size: clamp(18px, 2.8125vw, 36px);
  line-height: 1.8em;
  font-weight: 900;
  border-bottom: 1px solid #fff;
  text-align: center;
}
#top-newsTitArea {
  width: 100%;
  max-height: 500px;
  overflow-y: scroll;
  margin: 1em auto;
}
.top-newsTit {
  width: 100%;
  border-bottom: 1px dotted #fff;
  padding: 1em 1em;
  display: flex;
  align-items: center;
  font-size: clamp(14px, 2.8125vw, 24px);
  line-height: 1.25em;
  font-weight: 900;
}
.top-newsTit::after {
  font-family: "Font Awesome 6 Free";
  content: "\f054"; /* 表示させたい文字 */
  display: block; /* 必要に応じて */
  font-weight: 900;
  color: #6fb92c;
}
.top-newsTit a {
  color: #fff;
}
.top-newsTit .date {
  color: #6fb92c;
  width: 17%;
}
.top-newsTit .cate {
  color: #f08200;
  width: 15%;
  font-size: clamp(12px, 1.25vw, 16px);
  border: 2px solid #f08200;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  height: 2em;
  margin: 0 2%;
}
.top-newsTit .title {
  width: 66%;
}
ul.bnrWrap {
  width: 100%;
  font-size: 0;
  margin: 1em 0;
}
ul.bnrWrap li {
  display: inline-block;
  width: 24%;
  margin: 0.5%;
}

@media screen and (max-width: 768px) {
  #top-newsTitArea {
    max-height: 500px;
  }
  .top-newsTit {
    flex-wrap: wrap;
  }
  .top-newsTit .date {
    width: 30%;
    max-width: 12em;
  }
  .top-newsTit .cate {
    width: 40%;
    margin: 0 2%;
    border-width: 1px;
    max-width: 14em;
  }
  .top-newsTit .title {
    width: 94%;
    padding-top: 1%;
  }
  ul.bnrWrap li {
    display: inline-block;
    width: 48%;
    margin: 0.5% 1%;
  }
}

/*************************
*動画用
*************************/

/* モーダル */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 1000;
}

.modal-content {
/*  width: 70%;*/
      width: 56.25%;
  margin: auto;
}
.modal-content .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.close-button {
  position: absolute;
  top: -40px;
  right: 0;
  font-size: 40px;
  color: #c00;
  cursor: pointer;
}

.video-buttons {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.video-buttons button {
  background: #c00;
  border: none;
  color: #000;
  font-weight: 700;
  padding: 8px 12px;
  font-size: 16px;
  cursor: pointer;
  width: 48%;
}
.video-buttons button:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
  transition: 0.5s;
}
@media (max-width: 768px) {
  .modal-content {
    width: 95%;
    margin: auto;
  }
  .video-buttons button {
    width: 90%;
  }
}

/*************************
*404
*************************/
#site404Wrap {
  width: 100%;
  height: 60vh;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#notfound {
  font-size: clamp(60px, 12.5vw, 140px);
  color: #f08200;
  line-height: 0.5em;
  font-weight: 900;
  width: 100%;
}
#notfound small {
  font-size: clamp(16px, 2.8125vw, 30px);
  color: #fff;
}
/*************************
*フッター
*************************/
footer {
  width: 100%;
  padding-top: 2em;
}
footer figure {
  width: 40%;
  max-width: 100px;
  margin: 2em auto 0;
}
footer #footerLogo {
  background-image: url("../img/logo.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding-top: 100%;
}
footer p {
  padding: 1.5em 0;
  text-align: center;
  font-size: clamp(11px, 1.09375vw, 14px);
  line-height: 1.8em;
  font-weight: 700;
}
/*************************
*ローディング
*************************/
#loading {
  /* 画面一杯にローディング画面を広げる */
  height: 100%;
  width: 100%;
  background: #000;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 99999;
  /* flexboxを使ってローディングアイコンを画面の中央に寄せる */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* 追加修正 */
#adminBox,
.acms-admin-box {
  margin-bottom: 20px;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  position: fixed;
  bottom: 0;
}
#loginUserStatus > strong {
  display: none;
}
.js-lazy-load.is-movie {
  background-color: transparent;
}
.column-video-auto.acms-col-sm-12 .column-iframe {
  padding-top: 0;
}
.articlePhWrap {
  text-align: center;
}
p {
  color: #fff;
}
