@charset "UTF-8";
.section_index_mv {
  overflow: hidden;
}
.section_index_mv .mv_inner {
  max-width: 100%;
  width: 100%;
  display: grid;
}
@media screen and (max-width: 939.8px) {
  .section_index_mv .mv_inner {
    min-height: 420px;
  }
}
@media screen and (min-width: 940px) {
  .section_index_mv .mv_inner {
    min-height: 620px;
  }
}
.section_index_mv .mv_bg01 {
  grid-area: 1/1;
  background-color: var(--color--base1);
  background-image: image-set(url("../image/common/bg/bg00.jpg.webp") type("image/webp"), url("../image/common/bg/bg00.jpg") type("image/jpeg"));
  background-repeat: repeat;
  background-position: top center;
  width: 100%;
  height: 100%;
}
.section_index_mv .mv_bg02 {
  z-index: 50;
  grid-area: 1/1;
  width: 100%;
  height: 110%;
  animation: rotation1 16s ease infinite;
}
@media screen and (max-width: 939.8px) {
  .section_index_mv .mv_bg02 {
    background-repeat: repeat no-repeat;
    background-position: center;
    background-image: image-set(url("../image/page/top/mv02_sp.png.webp") type("image/webp"), url("../image/page/top/mv02_sp.png") type("image/png"));
    background-size: 410px 430px;
  }
}
@media screen and (min-width: 940px) {
  .section_index_mv .mv_bg02 {
    background-repeat: repeat;
    background-position: top center;
    background-image: image-set(url("../image/page/top/mv02.png.webp") type("image/webp"), url("../image/page/top/mv02.png") type("image/png"));
  }
}
@keyframes rotation1 {
  0%, 100% {
    transform: rotate(0) translate(0, 0);
  }
  25% {
    transform: rotate(-1deg) translate(-1px, 1px);
  }
  50% {
    transform: rotate(1deg) translate(-1px, -1px);
  }
  75% {
    transform: rotate(-1deg) translate(1px, 1px);
  }
}
.section_index_mv .mv_bg03 {
  grid-area: 1/1;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: grid;
}
@media screen and (max-width: 939.8px) {
  .section_index_mv .mv_bg03 {
    width: calc(100% - var(--container-sp-space) * 2);
    margin: 0 auto;
    padding: 0 var(--container-sp-space);
    max-width: 375px;
  }
}
@media screen and (min-width: 940px) {
  .section_index_mv .mv_bg03 {
    max-width: 1100px;
  }
}
.section_index_mv .mv_bg03 .mv_bg03_image01,
.section_index_mv .mv_bg03 .mv_bg03_image02,
.section_index_mv .mv_bg03 .mv_bg03_image03 {
  opacity: 0;
  z-index: 10;
  grid-area: 1/1;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  animation-name: fade2;
  animation-duration: 15s;
  animation-iteration-count: infinite;
}
@media screen and (max-width: 939.8px) {
  .section_index_mv .mv_bg03 .mv_bg03_image01,
  .section_index_mv .mv_bg03 .mv_bg03_image02,
  .section_index_mv .mv_bg03 .mv_bg03_image03 {
    background-position: top 30px left 0;
    background-size: contain;
  }
}
@media screen and (min-width: 940px) {
  .section_index_mv .mv_bg03 .mv_bg03_image01,
  .section_index_mv .mv_bg03 .mv_bg03_image02,
  .section_index_mv .mv_bg03 .mv_bg03_image03 {
    background-position: top 50px left 0;
  }
}
.section_index_mv .mv_bg03 .mv_bg03_image01 {
  background-image: image-set(url("../image/page/top/mv03_image01.png.webp") type("image/webp"), url("../image/page/top/mv03_image01.png") type("image/png"));
}
.section_index_mv .mv_bg03 .mv_bg03_image02 {
  background-image: image-set(url("../image/page/top/mv03_image02.png.webp") type("image/webp"), url("../image/page/top/mv03_image02.png") type("image/png"));
  animation-delay: 5s;
}
.section_index_mv .mv_bg03 .mv_bg03_image03 {
  background-image: image-set(url("../image/page/top/mv03_image03.png.webp") type("image/webp"), url("../image/page/top/mv03_image03.png") type("image/png"));
  animation-delay: 10s;
}
@keyframes fade1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade2 {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    z-index: 0;
  }
}
.section_index_mv .mv_text_area {
  z-index: 100;
  grid-area: 1/1;
  margin: 0 auto;
  width: 100%;
  display: grid;
  justify-content: end;
}
@media screen and (max-width: 939.8px) {
  .section_index_mv .mv_text_area {
    max-width: 375px;
    align-content: end;
    padding: 0 var(--container-sp-space) 30px;
  }
}
@media screen and (min-width: 940px) {
  .section_index_mv .mv_text_area {
    max-width: 1100px;
    align-content: center;
  }
}
.section_index_mv .mv_text-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
@media screen and (max-width: 939.8px) {
  .section_index_mv .mv_text-wrap {
    gap: 15px;
  }
}
@media screen and (min-width: 940px) {
  .section_index_mv .mv_text-wrap {
    gap: 30px;
  }
}
.section_index_mv .mv_text-wrap .mv_text01,
.section_index_mv .mv_text-wrap .mv_text02 {
  line-height: 1;
  font-weight: 700;
  border-radius: 20px;
  background-color: var(--color--base-white);
  letter-spacing: 0.32em;
  font-feature-settings: "palt" 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 939.8px) {
  .section_index_mv .mv_text-wrap .mv_text01,
  .section_index_mv .mv_text-wrap .mv_text02 {
    font-size: 1.875rem;
    min-height: 50px;
    padding: 0 15px;
  }
}
@media screen and (min-width: 940px) {
  .section_index_mv .mv_text-wrap .mv_text01,
  .section_index_mv .mv_text-wrap .mv_text02 {
    font-size: 2.5rem;
    min-height: 70px;
    padding: 0 20px;
  }
}
.section_index_mv .mv_text-wrap .mv_text01 {
  opacity: 0;
  animation: fade1 0.5s ease forwards;
  animation-delay: 1.2s;
}
.section_index_mv .mv_text-wrap .mv_text01 span {
  animation: textfade1 1s ease forwards;
  animation-delay: 1.5s;
  clip-path: inset(0 100% 0 0);
}
.section_index_mv .mv_text-wrap .mv_text02 {
  opacity: 0;
  animation: fade1 0.5s ease forwards;
  animation-delay: 1.2s;
}
.section_index_mv .mv_text-wrap .mv_text02 span {
  animation: textfade1 1s ease forwards;
  animation-delay: 2.4s;
  clip-path: inset(0 100% 0 0);
}
@keyframes textfade1 {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}

@media screen and (max-width: 939.8px) {
  .section_index_news {
    padding: 50px 0 0;
  }
}
@media screen and (min-width: 940px) {
  .section_index_news {
    padding: 100px 0 0;
  }
}
.section_index_news .news_area-wrap {
  position: relative;
}
@media screen and (max-width: 939.8px) {
  .section_index_news .news_area-wrap {
    padding: 15px 15px 15px;
    border-radius: 20px;
    border: 2px solid var(--color--base1);
  }
}
@media screen and (min-width: 940px) {
  .section_index_news .news_area-wrap {
    padding: 40px 40px 15px;
    border-radius: 40px;
    border: 4px solid var(--color--base1);
  }
}
.section_index_news .news_area-wrap .news_area_title-wrap {
  margin-bottom: 10px;
}
.section_index_news .news_area-wrap .news_area_title-wrap .news_area_title {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.25;
}
.section_index_news .news_area-wrap .news_area {
  padding: 0;
  margin: 0;
  list-style: none;
}
@media screen and (max-width: 939.8px) {
  .section_index_news .news_area-wrap .news_area > li {
    padding: 15px 0;
  }
}
@media screen and (min-width: 940px) {
  .section_index_news .news_area-wrap .news_area > li {
    padding: 20px 0;
  }
}
.section_index_news .news_area-wrap .news_area > li + li {
  border-top: 1px solid var(--color--base-black);
}
@media screen and (max-width: 939.8px) {
  .section_index_news .news_area-wrap .news_area .news_item-wrap {
    display: grid;
    grid-template-columns: 1fr;
  }
}
.section_index_news .news_area-wrap .news_area .news_item-wrap .news_item_time {
  font-weight: 0.875rem;
  margin-right: 15px;
}
.section_index_news .news_area-wrap .news_area .news_item-wrap .news_item_title {
  font-weight: 700;
  transition: all 0.3s;
  line-height: 1.55;
}
.section_index_news .news_area-wrap .news_area .news_item-wrap .news_item_title:before {
  content: "●";
  color: var(--color--accent1);
  padding-right: 10px;
}
.section_index_news .news_area-wrap .news_area .news_item-wrap .news_item_title:hover {
  color: var(--color--base2);
}
@media screen and (max-width: 939.8px) {
  .section_index_news .news_area-wrap .more_link-wrap {
    display: flex;
    justify-content: flex-end;
  }
}
@media screen and (min-width: 940px) {
  .section_index_news .news_area-wrap .more_link-wrap {
    position: absolute;
    right: 40px;
    top: 36px;
  }
}
.section_index_news .news_area-wrap .more_link-wrap .more_link {
  color: var(--color--base2);
  border-bottom: 1px solid var(--color--base2);
  display: inline-block;
  padding-bottom: 5px;
  font-weight: 700;
  line-height: 1;
}
.section_index_news .news_area-wrap .more_link-wrap .more_link:after {
  margin-left: 5px;
  margin-bottom: 2px;
  display: inline-block;
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid var(--color--base2);
  border-right: 2px solid var(--color--base2);
  transform: rotate(45deg);
}
.section_index_news .news_area-wrap .more_link-wrap .more_link:hover {
  opacity: 0.8;
  border-bottom: 1px solid rgba(0, 113, 48, 0);
}

@media screen and (max-width: 939.8px) {
  .section_index_about {
    padding: 50px 0 50px;
  }
}
@media screen and (min-width: 940px) {
  .section_index_about {
    padding: 100px 0 100px;
  }
}
.section_index_about .section_body {
  padding: 50px 0 0;
}
.section_index_about .section_2column {
  display: grid;
}
@media screen and (max-width: 939.8px) {
  .section_index_about .section_2column {
    gap: 60px;
  }
}
@media screen and (min-width: 940px) {
  .section_index_about .section_2column {
    gap: 40px;
    grid-template-columns: 1fr 1fr;
  }
}
.section_index_about .section_2column .column_item {
  display: flex;
  flex-direction: column;
}
.section_index_about .section_2column .column_item .item_image-wrap {
  display: block;
  margin-bottom: 20px;
}
.section_index_about .section_2column .column_item .item_image-wrap .item_image {
  border-radius: 40px;
  overflow: hidden;
}
.section_index_about .section_2column .column_item .item_image-wrap .item_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section_index_about .section_2column .column_item .item_title {
  text-align: center;
  line-height: 1.25;
  font-weight: 700;
  font-size: 1.25rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 939.8px) {
  .section_index_about .section_2column .column_item .section_button-wrap {
    margin-top: 10px;
  }
}
@media screen and (min-width: 940px) {
  .section_index_about .section_2column .column_item .section_button-wrap {
    margin-top: auto;
    padding-top: 30px;
  }
}

.section_index_blog {
  position: relative;
  background-color: var(--color--base3);
}
@media screen and (max-width: 939.8px) {
  .section_index_blog {
    padding: 50px 0 50px;
  }
}
@media screen and (min-width: 940px) {
  .section_index_blog {
    padding: 100px 0 100px;
  }
}
.section_index_blog .section_body {
  padding: 50px 0 0;
}
.section_index_blog .blog_list-wrap {
  margin-bottom: 40px;
}
.section_index_blog .blog_list-wrap .blog_list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 40px 30px;
}
.section_index_blog .bg_area .bg05 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: image-set(url("../image/common/bg/bg05.png.webp") type("image/webp"), url("../image/common/bg/bg05.png") type("image/png"));
  position: absolute;
}
@media screen and (max-width: 939.8px) {
  .section_index_blog .bg_area .bg05 {
    width: 28px;
    height: 36px;
    right: 50px;
    top: 30px;
  }
}
@media screen and (min-width: 940px) {
  .section_index_blog .bg_area .bg05 {
    width: 56px;
    height: 72px;
    right: calc((100vw - 1000px) / 2);
    top: 80px;
  }
}
.section_index_blog .bg_area .bg06 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: image-set(url("../image/common/bg/bg06.png.webp") type("image/webp"), url("../image/common/bg/bg06.png") type("image/png"));
  position: absolute;
}
@media screen and (max-width: 939.8px) {
  .section_index_blog .bg_area .bg06 {
    width: 101px;
    height: 78px;
    right: 0;
    top: -20px;
  }
}
@media screen and (min-width: 940px) {
  .section_index_blog .bg_area .bg06 {
    width: 243px;
    height: 197px;
    right: calc((100vw - 1100px) / 2 - 120px);
    top: -60px;
  }
}
.section_index_blog .bg_area .bg07 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: image-set(url("../image/common/bg/bg07.png.webp") type("image/webp"), url("../image/common/bg/bg07.png") type("image/png"));
  position: absolute;
}
@media screen and (max-width: 939.8px) {
  .section_index_blog .bg_area .bg07 {
    width: 39px;
    height: 32px;
    left: 0;
    bottom: 10px;
  }
}
@media screen and (min-width: 940px) {
  .section_index_blog .bg_area .bg07 {
    width: 78px;
    height: 68px;
    left: calc((100vw - 1100px) / 2 - 80px);
    bottom: 80px;
  }
}
.section_index_blog .bg_area .bg08 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: image-set(url("../image/common/bg/bg08.png.webp") type("image/webp"), url("../image/common/bg/bg08.png") type("image/png"));
  position: absolute;
}
@media screen and (max-width: 939.8px) {
  .section_index_blog .bg_area .bg08 {
    width: 87px;
    height: 109px;
    left: 20px;
    bottom: -60px;
  }
}
@media screen and (min-width: 940px) {
  .section_index_blog .bg_area .bg08 {
    width: 175px;
    height: 118px;
    left: calc((100vw - 1100px) / 2 - 40px);
    bottom: -40px;
  }
}

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