@charset "UTF-8";
@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;
  }
}
@keyframes fadeLogo1 {
  0% {
    opacity: 0;
    transform: scale(0%);
  }
  100% {
    opacity: 1;
    transform: scale(100%);
  }
}
@keyframes fadeLogo2 {
  0% {
    opacity: 0;
    transform: translateX(-5%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
@keyframes fadeUp1 {
  0% {
    opacity: 0;
    transform: translateY(15%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.section_index_mv {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 939.8px) {
  .section_index_mv {
    height: 420px;
    padding: 40px 0;
  }
}
@media screen and (min-width: 940px) {
  .section_index_mv {
    height: 620px;
    padding: 80px 0;
  }
}
.section_index_mv .mv_inner {
  max-width: 100%;
  width: 100%;
  height: 100%;
}
.section_index_mv .mv_bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: url("../image/page/top/bg_mv.svg") no-repeat top center/cover;
  z-index: 0;
  opacity: 0;
  transform: translateY(5%);
  animation: fadeUp1 0.75s ease forwards;
  animation-delay: 2.5s;
}
.section_index_mv .mv_logo {
  position: relative;
  max-width: 90%;
  height: 100%;
  z-index: 5;
}
@media screen and (max-width: 939.8px) {
  .section_index_mv .mv_logo {
    width: 375px;
    height: 124px;
    margin: 0 auto 40px;
  }
}
@media screen and (min-width: 940px) {
  .section_index_mv .mv_logo {
    width: 800px;
    height: 240px;
    margin: 0 auto 80px;
  }
}
.section_index_mv .mv_logo #mv_logo_main {
  opacity: 0;
  transform: scale(0%);
  animation: fadeLogo1 1.25s ease forwards;
  animation-delay: 0.5s;
  transform-origin: center;
}
.section_index_mv .mv_logo #mv_logo_sub {
  opacity: 0;
  transform: translateX(-5%);
  animation: fadeLogo2 1s ease forwards;
  animation-delay: 2s;
}
.section_index_mv .mv_text_area {
  z-index: 100;
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
.section_index_mv .mv_text-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 939.8px) {
  .section_index_mv .mv_text-wrap {
    gap: 12px;
  }
}
@media screen and (min-width: 940px) {
  .section_index_mv .mv_text-wrap {
    gap: 12px;
  }
}
.section_index_mv .mv_text-wrap .mv_text01,
.section_index_mv .mv_text-wrap .mv_text02 {
  line-height: 1.4;
  font-weight: 700;
  color: var(--color--accent1);
  letter-spacing: 0.32em;
  font-feature-settings: "palt" 1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: 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.25rem;
    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: 2rem;
    min-height: 70px;
    padding: 0 20px;
  }
}
.section_index_mv .mv_text-wrap .mv_text01 {
  opacity: 0;
  transform: translateY(15%);
  animation: fadeUp1 0.75s ease forwards;
  animation-delay: 2.5s;
}
.section_index_mv .mv_text-wrap .mv_text02 {
  opacity: 0;
  transform: translateY(15%);
  animation: fadeUp1 0.75s ease forwards;
  animation-delay: 3.5s;
}
@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;
  margin-top: 20px;
}
.section_index_about .section_2column .column_item .item_image-wrap .item_image {
  border-radius: 20px;
  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;
  }
}

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