@charset "UTF-8";
/* media query */
.mainimg {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 100px;
  background-color: #fff;
}
@media screen and (max-width: 960px) {
  .mainimg {
    margin-bottom: 50px;
  }
}
.mainimg video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: calc(100vh - 192px);
}
@media screen and (max-width: 960px) {
  .mainimg video {
    max-height: calc(100vh - 120px);
  }
}
@media screen and (max-width: 668px) {
  .mainimg video {
    max-height: calc(100vh - 100px);
  }
}
.mainimg #movie-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: calc(100vh - 192px);
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .mainimg #movie-button {
    max-height: calc(100vh - 120px);
  }
}
@media screen and (max-width: 668px) {
  .mainimg #movie-button {
    max-height: calc(100vh - 100px);
  }
}
.mainimg #movie-button .movie-button {
  position: absolute;
  left: 30px;
  bottom: 20px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .mainimg #movie-button .movie-button {
    left: 20px;
    bottom: 10px;
  }
}
.mainimg #movie-button .movie-button span {
  display: none;
  width: 30px;
  cursor: pointer;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .mainimg #movie-button .movie-button span {
    width: 20px;
  }
}
.mainimg #movie-button .movie-button span.on {
  display: block;
}

.whiteBg > h2 {
  text-align: center;
  font-size: 4.5rem;
  letter-spacing: 6px;
  line-height: 140%;
  margin-bottom: 20px;
}
@media all and (max-width: 1200px) {
  .whiteBg > h2 {
    font-size: 3.5rem;
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 668px) {
  .whiteBg > h2 {
    font-size: 2.2rem;
    letter-spacing: 0;
  }
}
.whiteBg > h2::before {
  content: "";
  display: block;
  width: 55px;
  height: 92px;
  background: url(../../common/images/icon_to_black.svg) no-repeat center/contain;
  margin: 0 auto 40px;
}
@media screen and (max-width: 668px) {
  .whiteBg > h2::before {
    width: 40px;
    height: 67px;
    margin-bottom: 20px;
  }
}
.whiteBg > p.sub {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 10px;
  margin-bottom: 50px;
}
@media all and (max-width: 1200px) {
  .whiteBg > p.sub {
    font-size: 1.7rem;
    letter-spacing: 5px;
  }
}
@media screen and (max-width: 960px) {
  .whiteBg > p.sub {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 668px) {
  .whiteBg > p.sub {
    font-size: 1.5rem;
    letter-spacing: 0;
    margin-bottom: 30px;
  }
}
.whiteBg > p.listBtn a {
  width: 160px;
  margin: 0 30px 0 auto;
  display: flex;
  align-items: center;
  padding: 0 0 0 20px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  border-radius: 30px 0 0 30px;
  position: relative;
  height: 40px;
}
@media screen and (max-width: 668px) {
  .whiteBg > p.listBtn a {
    width: 130px;
  }
}
.whiteBg > p.listBtn a span {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 100%;
}
@media screen and (max-width: 668px) {
  .whiteBg > p.listBtn a span {
    font-size: 1.4rem;
  }
}
.whiteBg > p.listBtn a::after {
  content: "";
  display: inline-block;
  border: 1px solid #000;
  border-radius: 50%;
  position: absolute;
  right: -17px;
  top: -1px;
  width: 40px;
  height: 100%;
  transition: 0.5s;
}
.whiteBg > p.listBtn a:hover::after {
  background-color: #5cff1e;
  right: -25px;
}
.whiteBg.seminarArea .slideSeminar {
  padding-left: 5.4%;
  padding-right: 5.4%;
  margin: 0 30px 100px;
}
@media all and (max-width: 1700px) {
  .whiteBg.seminarArea .slideSeminar {
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 30px 100px;
  }
}
@media screen and (max-width: pc_s) {
  .whiteBg.seminarArea .slideSeminar {
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 30px 100px;
  }
}
.whiteBg.seminarArea .slideSeminar article {
  margin: 0 37px;
}
@media all and (max-width: 1700px) {
  .whiteBg.seminarArea .slideSeminar article {
    margin: 0 20px;
  }
}
@media screen and (max-width: pc_s) {
  .whiteBg.seminarArea .slideSeminar article {
    margin: 0 20px;
  }
}
@media screen and (max-width: 960px) {
  .whiteBg.seminarArea .slideSeminar {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 668px) {
  .whiteBg.seminarArea .slideSeminar {
    margin: 0 10px 20px;
  }
}
.whiteBg.newsArea .slideNews {
  margin-bottom: 100px;
}
@media screen and (max-width: 960px) {
  .whiteBg.newsArea .slideNews {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 668px) {
  .whiteBg.newsArea .slideNews {
    margin: 0 10px 20px;
  }
}
.whiteBg.newsArea .slideNews .slick-list {
  padding-top: 33px;
  padding-bottom: 30px;
}
.whiteBg.newsArea .slideNews .slick-track {
  display: flex;
}
.whiteBg.newsArea .slideNews .slick-slide {
  height: auto !important;
}
.whiteBg.newsArea .slideNews article {
  border: 1px solid #000;
  position: relative;
}
.whiteBg.newsArea .slideNews article a {
  display: block;
  height: 100%;
  position: relative;
  /* PDFリンク */
  /* 外部リンク */
}
.whiteBg.newsArea .slideNews article a[href$=".pdf"] .more::after {
  content: "";
  display: inline-block;
  line-height: 100%;
  vertical-align: middle;
  margin-left: 3px;
  width: 18px;
  height: 18px;
  background: url(../../common/images/icon_pdf.svg) no-repeat center/contain;
}
.whiteBg.newsArea .slideNews article a[href^=http]:not([href^="https://artnoto."]) .more::after {
  content: "";
  display: inline-block;
  line-height: 100%;
  vertical-align: middle;
  margin-left: 3px;
  width: 18px;
  height: 18px;
  background: url(../../common/images/icon_link.svg) no-repeat center/contain;
}
.whiteBg.newsArea .slideNews article a:hover {
  background-color: #5cff1e;
}
.whiteBg.newsArea .slideNews article a:hover .photo span {
  transform: scale(1.05);
}
.whiteBg.newsArea .slideNews article a:hover .more {
  text-decoration: none;
}
.whiteBg.newsArea .slideNews article .caption {
  line-height: 120%;
  font-size: 1.4rem;
  position: absolute;
  bottom: calc(100% - 18px);
  left: -5px;
  z-index: 2;
  display: inline-block;
  border: 2px solid #000;
  padding: 8px;
  background-color: #ffff00;
}
.whiteBg.newsArea .slideNews article .cate {
  font-size: 1.6rem;
  padding: 20px 20px 10px;
}
.whiteBg.newsArea .slideNews article .date {
  font-size: 2.4rem;
  font-family: "montserrat", "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 100%;
  padding: 0 20px 10px;
}
.whiteBg.newsArea .slideNews article .date small {
  font-size: 1.4rem;
  line-height: 100%;
}
.whiteBg.newsArea .slideNews article h4 {
  font-size: 1.6rem;
  margin: 0 20px 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
  line-height: 150%;
}
.whiteBg.newsArea .slideNews article .sub {
  font-size: 1.6rem;
  padding: 0 20px 20px;
}
.whiteBg.newsArea .slideNews article .photo {
  overflow: hidden;
}
.whiteBg.newsArea .slideNews article .photo span {
  display: block;
  transition: 0.5s;
  mix-blend-mode: darken;
}
.whiteBg.newsArea .slideNews article .photo span img {
  display: block;
  aspect-ratio: 1.2820512821;
  object-fit: cover;
}
.whiteBg.newsArea .slideNews article .more {
  position: absolute;
  right: 0;
  bottom: -27px;
  font-size: 1.4rem;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
}

.cookie-consent {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  bottom: 30px;
  left: 30px;
  width: calc(100% - 240px);
  background-color: #f5f5f5;
  padding: 20px 30px;
  z-index: 100002;
  visibility: hidden;
  box-shadow: 7px 7px 0px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .cookie-consent {
    bottom: 20px;
    left: 20px;
    width: calc(100% - 40px);
    padding: 15px 20px;
    display: block;
  }
}
.cookie-consent * {
  font-size: 1.7rem;
  line-height: 130%;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .cookie-consent * {
    font-size: 1.5rem;
  }
}
.cookie-consent a {
  text-decoration: underline;
}
.cookie-consent .cookie-agree {
  background-color: #ffff00;
  cursor: pointer;
  margin-left: 15px;
  padding: 15px 50px;
  border: 2px solid #000;
  border-radius: 30px;
  transition: 0.5s;
  text-align: center;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .cookie-consent .cookie-agree {
    margin-top: 15px;
    padding: 10px;
    margin-left: 0;
  }
}
.cookie-consent .cookie-agree:hover {
  background-color: #5cff1e;
}
.cookie-consent.is-show {
  visibility: visible;
}

.cc-hide1 {
  display: none;
}

.cc-hide2 {
  animation: hide 0.5s linear 0s;
  animation-fill-mode: forwards;
}

@keyframes hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}/*# sourceMappingURL=index.css.map */