@media screen and (max-width: 991px) {
  html.header-scrolled header {
    background-color: #231567;
  }
}
html body header {
  transition: 0.4s ease;
}
@media screen and (max-width: 991px) {
  html body header {
    background-color: #231567;
  }
}
@media screen and (max-width: 991px) {
  html body header .header_inner .logo_wrapper a {
    color: #fff;
    transition: 0.4s ease;
  }
}
html body main {
  margin-top: 0;
}
html body main .mainvisual {
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-image: url("../../images/index/mainvisual02.jpg");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  html body main .mainvisual {
    background-image: url("../../images/index/mainvisual02-sp.jpg");
    background-position: 50% 100%;
  }
}
@media screen and (max-width: 575px) {
  html body main .mainvisual {
    height: 80vh;
  }
}
html body main .mainvisual::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(51, 51, 51, 0.247);
}
html body main .mainvisual .mainvisual_caption {
  text-align: center;
  position: relative;
  z-index: 3;
}
html body main .mainvisual .mainvisual_caption h1 {
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  html body main .mainvisual .mainvisual_caption h1 {
    font-size: 0.75rem;
    letter-spacing: 0.1em;
  }
}
html body main .mainvisual .mainvisual_caption h1 span {
  font-size: 4rem;
  display: block;
  letter-spacing: 0.1em;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 767px) {
  html body main .mainvisual .mainvisual_caption h1 span {
    font-size: 2.5rem;
  }
}
html body main .contents p {
  margin-bottom: 1rem;
}
html body main .contents p:last-child {
  margin-bottom: 0;
}
html body main .contents.contents_news .contents_list_wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1rem;
}
html body main .contents.contents_news .contents_list_wrapper .contents_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #d9d9d9;
}
html body main .contents.contents_news .contents_list_wrapper .contents_list:last-child {
  margin-bottom: 0;
}
html body main .contents.contents_news .contents_list_wrapper .contents_list .label_wrapper {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents_news .contents_list_wrapper .contents_list .label_wrapper {
    margin-bottom: 5px;
  }
}
html body main .contents.contents_news .contents_list_wrapper .contents_list .label_wrapper time {
  font-weight: bold;
}
html body main .contents.contents_news .contents_list_wrapper .contents_list .label_wrapper .category_tag {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}
html body main .contents.contents_news .contents_list_wrapper .contents_list .label_wrapper .category_tag li {
  list-style-type: none;
}
html body main .contents.contents_news .contents_list_wrapper .contents_list .label_wrapper .category_tag li a {
  display: inline-block;
  color: #fff;
  font-size: 0.75rem;
  font-weight: bold;
  background-color: #333;
  padding: 5px 8px;
}
html body main .contents.contents_news .contents_list_wrapper .contents_list a {
  flex: 1 1 0%;
  min-width: 0;
  display: block;
}
@media screen and (max-width: 991px) {
  html body main .contents.contents_news .contents_list_wrapper .contents_list a {
    font-size: 0.875;
  }
}
@media screen and (max-width: 767px) {
  html body main .contents.contents_news .contents_list_wrapper .contents_list a {
    display: block;
  }
}

/*# sourceMappingURL=index.css.map */