html.header-scrolled header {
  background-color: #fff;
}
html.header-scrolled header .header-inner .pc-nav nav ul li a {
  color: #333;
}
html body header {
  background-color: transparent;
  transition: 0.4s ease;
}
@media screen and (max-width: 991px) {
  html body header {
    background-color: transparent;
  }
}
html body header .header-inner .pc-nav nav ul li a {
  color: #fff;
  transition: 0.4s ease;
}
html body main {
  margin-top: 0;
}
html body main .mainvisual {
  height: 65vh;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 575px) {
  html body main .mainvisual {
    height: 50vh;
  }
}
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.3);
}
html body main .mainvisual .mainvisual-caption {
  position: absolute;
  top: calc(50% - 19px);
  width: 100%;
  text-align: center;
  z-index: 3;
}
@media screen and (max-width: 991px) {
  html body main .mainvisual .mainvisual-caption {
    top: calc(50% - 16px);
  }
}
@media screen and (max-width: 767px) {
  html body main .mainvisual .mainvisual-caption {
    top: calc(50% - 11.5px);
  }
}
html body main .mainvisual .mainvisual-caption h1 {
  color: #fff;
  font-size: 1.25rem;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 991px) {
  html body main .mainvisual .mainvisual-caption h1 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  html body main .mainvisual .mainvisual-caption h1 {
    font-size: 0.875rem;
    letter-spacing: 0.1em;
  }
}
html body main .mainvisual .mainvisual-caption h1 strong {
  display: block;
  font-size: 2rem;
  margin-bottom: 1.5rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 991px) {
  html body main .mainvisual .mainvisual-caption h1 strong {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  html body main .mainvisual .mainvisual-caption h1 strong {
    font-size: 1.25rem;
    margin-bottom: 1rem;
    letter-spacing: 0.15em;
  }
}
html body main .mainvisual .mainvisual-movie {
  line-height: 0;
  height: 100%;
}
html body main .mainvisual .mainvisual-movie video {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
html body main .contents.greeting p {
  margin-bottom: 1rem;
}
html body main .contents.greeting p:last-child {
  margin-bottom: 0;
}
html body main .contents.contents01 {
  background-color: rgba(242, 148, 55, 0.3);
}
html body main .contents.contents01 .contents-text {
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents01 .contents-text {
    margin-bottom: 2.5rem;
  }
}
html body main .contents.contents01 .contents-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 1px solid #f29437;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents01 .contents-list {
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
html body main .contents.contents01 .contents-list:last-child {
  margin-bottom: 0;
}
html body main .contents.contents01 .contents-list .label-wrapper {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-basis: 190px;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents01 .contents-list .label-wrapper {
    flex-basis: 100%;
    margin-bottom: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  html body main .contents.contents01 .contents-list .label-wrapper .single-time {
    font-size: 0.875rem;
  }
}
html body main .contents.contents01 .contents-list .label-wrapper .category-tag li {
  list-style-type: none;
}
html body main .contents.contents01 .contents-list .label-wrapper .category-tag li a {
  display: inline-block;
  color: #fff;
  font-size: 0.75rem;
  font-weight: bold;
  background-color: #f5c539;
  border-radius: 10px;
  padding: 5px 10px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents01 .contents-list .label-wrapper .category-tag li a {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  html body main .contents.contents01 .contents-list a {
    font-size: 0.875rem;
    flex-basis: 100%;
  }
}
html body main .contents.contents02 {
  padding: 0;
}
html body main .contents.contents02 .contents-list-wrapper .contents-list {
  display: flex;
  flex-wrap: wrap;
}
html body main .contents.contents02 .contents-list-wrapper .contents-list:nth-child(even) {
  flex-direction: row-reverse;
}
html body main .contents.contents02 .contents-list-wrapper .contents-list:nth-child(1) .contents-image {
  background-image: url("../../images/index/contents-list01.webp");
}
html body main .contents.contents02 .contents-list-wrapper .contents-list:nth-child(2) .contents-image {
  background-image: url("../../images/index/contents-list02.webp");
}
html body main .contents.contents02 .contents-list-wrapper .contents-list:nth-child(3) .contents-image {
  background-image: url("../../images/index/contents-list03.webp");
}
html body main .contents.contents02 .contents-list-wrapper .contents-list:nth-child(4) .contents-image {
  background-image: url("../../images/index/contents-list04.webp");
}
html body main .contents.contents02 .contents-list-wrapper .contents-list .contents-image {
  flex-basis: 50%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  min-height: 450px;
}
@media screen and (max-width: 1199px) {
  html body main .contents.contents02 .contents-list-wrapper .contents-list .contents-image {
    min-height: 380px;
  }
}
@media screen and (max-width: 991px) {
  html body main .contents.contents02 .contents-list-wrapper .contents-list .contents-image {
    flex-basis: 100%;
    height: 320px;
    min-height: auto;
  }
}
@media screen and (max-width: 575px) {
  html body main .contents.contents02 .contents-list-wrapper .contents-list .contents-image {
    height: 240px;
  }
}
html body main .contents.contents02 .contents-list-wrapper .contents-list .contents-text {
  flex-basis: 50%;
  padding: 3rem 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 1199px) {
  html body main .contents.contents02 .contents-list-wrapper .contents-list .contents-text {
    padding: 2.5rem 1.5rem;
  }
}
@media screen and (max-width: 991px) {
  html body main .contents.contents02 .contents-list-wrapper .contents-list .contents-text {
    flex-basis: 100%;
  }
}
@media screen and (max-width: 767px) {
  html body main .contents.contents02 .contents-list-wrapper .contents-list .contents-text {
    padding: 2.5rem 1rem;
  }
}
html body main .contents.contents02 .contents-list-wrapper .contents-list .contents-text .contents-title {
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents02 .contents-list-wrapper .contents-list .contents-text .contents-title {
    margin-bottom: 1.5rem;
  }
}
html body main .contents.contents02 .contents-list-wrapper .contents-list .contents-text .contents-title h2 {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents02 .contents-list-wrapper .contents-list .contents-text .contents-title h2 {
    font-size: 1.25rem;
  }
}
html body main .contents.contents02 .contents-list-wrapper .contents-list .contents-text .contents-title span {
  color: #f29437;
  display: block;
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.15em;
  position: relative;
  line-height: 1.5;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents02 .contents-list-wrapper .contents-list .contents-text .contents-title span {
    font-size: 0.875rem;
  }
}
html body main .contents.contents02 .contents-list-wrapper .contents-list .contents-text .more {
  margin-top: 2.5rem;
}
html body main .contents.contents03 {
  background-color: rgba(242, 148, 55, 0.3);
}
html body main .contents.contents03 .contents-text {
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents03 .contents-text {
    margin-bottom: 2.5rem;
  }
}
html body main .contents.contents03 .contents-list-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem 2rem;
}
@media screen and (max-width: 991px) {
  html body main .contents.contents03 .contents-list-wrapper {
    gap: 2rem 1rem;
  }
}
html body main .contents.contents03 .contents-list-wrapper .contents-list {
  flex-basis: calc((100% - 6rem) / 4);
}
@media screen and (max-width: 991px) {
  html body main .contents.contents03 .contents-list-wrapper .contents-list {
    flex-basis: calc((100% - 1rem) / 2);
  }
}
html body main .contents.contents03 .contents-list-wrapper .contents-list:last-child {
  margin-bottom: 0;
}
html body main .contents.contents03 .contents-list-wrapper .contents-list:hover .contents-image img {
  transform: scale(1.1);
}
html body main .contents.contents03 .contents-list-wrapper .contents-list .category-tag {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
html body main .contents.contents03 .contents-list-wrapper .contents-list .category-tag li {
  list-style-type: none;
}
html body main .contents.contents03 .contents-list-wrapper .contents-list .category-tag li a,
html body main .contents.contents03 .contents-list-wrapper .contents-list .category-tag li span {
  display: inline-block;
  color: #fff;
  font-size: 0.75rem;
  font-weight: bold;
  background-color: #f5c539;
  border-radius: 10px;
  padding: 5px 10px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents03 .contents-list-wrapper .contents-list .category-tag li a,
  html body main .contents.contents03 .contents-list-wrapper .contents-list .category-tag li span {
    display: block;
  }
}
html body main .contents.contents03 .contents-list-wrapper .contents-list .contents-image {
  border-radius: 10px;
  height: 220px;
  margin-bottom: 1rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents03 .contents-list-wrapper .contents-list .contents-image {
    height: 200px;
  }
}
@media screen and (max-width: 575px) {
  html body main .contents.contents03 .contents-list-wrapper .contents-list .contents-image {
    height: 160px;
  }
}
@media screen and (max-width: 390px) {
  html body main .contents.contents03 .contents-list-wrapper .contents-list .contents-image {
    height: 140px;
  }
}
html body main .contents.contents03 .contents-list-wrapper .contents-list .contents-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: ease 0.4s;
}
html body main .contents.contents03 .contents-list-wrapper .contents-list .label-wrapper {
  margin-bottom: 0.5rem;
}
html body main .contents.contents03 .contents-list-wrapper .contents-list .label-wrapper .single-time {
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents03 .contents-list-wrapper .contents-list .label-wrapper .single-time {
    font-size: 0.75rem;
  }
}
html body main .contents.contents03 .contents-list-wrapper .contents-list .category-wrapper {
  margin-top: 1rem;
}
html body main .contents.contents03 .contents-list-wrapper .contents-list h3 {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  display: block;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents03 .contents-list-wrapper .contents-list h3 {
    font-size: 1rem;
  }
}

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