@charset "UTF-8";
body {
  animation-name: opacityAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes opacityAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.bg-white {
  background-color: #fff;
}

.header-top {
  width: 100%;
  height: auto;
  position: absolute;
  transition: 0.3s;
  z-index: 3;
  top: min(75px, calc(3.75 * var(--vw1)));
}
.header-top.hide {
  position: absolute;
  top: -60px;
}
@media screen and (max-width: 640px) {
  .header-top.hide {
    position: fixed;
    top: 0;
  }
}
.header-top.fixed {
  position: fixed;
  top: 30px;
}
@media screen and (max-width: 640px) {
  .header-top.fixed {
    top: 0;
  }
}
@media screen and (max-width: 1600px) {
  .header-top {
    top: 60px;
  }
}
@media screen and (max-width: 640px) {
  .header-top {
    position: fixed;
    top: 0;
  }
}

.header-inner-top {
  display: flex;
  position: relative;
  height: min(47.5px, calc(2.375 * var(--vw1)));
  max-width: 2000px;
  margin: 0 auto;
  padding: 0 min(75px, calc(3.75 * var(--vw1))) 0 0;
}
@media screen and (max-width: 1000px) {
  .header-inner-top {
    height: 24px;
    padding: 0 38px 0 0;
  }
}
@media screen and (max-width: 640px) {
  .header-inner-top {
    height: auto;
    padding: 0;
  }
}
.header-inner-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: min(1250px, calc(62.5 * var(--vw1)));
  height: 100%;
  transform: translateX(-100%);
  background-color: #006755;
}

.header-mark-top {
  background-color: #006755;
  position: relative;
  width: min(33.75px, calc(1.6875 * var(--vw1)));
  height: 100%;
  padding-right: 33px;
}
@media screen and (max-width: 1000px) {
  .header-mark-top {
    width: 24px;
  }
}
@media screen and (max-width: 640px) {
  .header-mark-top {
    display: none;
  }
}
.header-mark-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: min(50px, calc(2.5 * var(--vw1)));
  height: 100%;
  background-image: url(../img/h2_deco.svg);
  background-repeat: no-repeat;
  background-position: left;
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  .header-mark-top::before {
    width: 40px;
  }
}
@media screen and (max-width: 640px) {
  .header-mark-top::before {
    width: 20px;
  }
}

.header-ul-top {
  display: flex;
  gap: min(50px, calc(2.5 * var(--vw1)));
  padding: 0 min(62.5px, calc(3.125 * var(--vw1)));
  border-bottom: 1px solid #006755;
  letter-spacing: 0.1em;
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
}
@media screen and (max-width: 1000px) {
  .header-ul-top {
    gap: 25px;
    padding: 0 31px;
  }
}
@media screen and (max-width: 640px) {
  .header-ul-top {
    gap: 0;
    padding: 0;
    width: 100%;
    flex-wrap: wrap;
    background-color: #fff;
  }
}

.header-li-top {
  display: flex;
  align-items: center;
  font-size: min(25px, calc(1.25 * var(--vw1)));
  transition: 0.2s;
}
@media (hover: hover) {
  .header-li-top:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 1000px) {
  .header-li-top {
    font-size: 12.5px;
  }
}
@media screen and (max-width: 640px) {
  .header-li-top {
    font-size: 14px;
    width: 50%;
    height: 54px;
    text-align: center;
    border: solid #D3E0F3;
    border-width: 0;
    border-bottom-width: 1px;
    color: #006755;
  }
  .header-li-top:nth-child(odd) {
    border-right-width: 1px;
  }
  .header-li-top:nth-last-child(-n+2) {
    border-bottom-width: 0;
  }
}
@media screen and (max-width: 640px) {
  .header-li-top > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
}

.main-visual {
  width: 100%;
  overflow: hidden;
  background-color: #DFE5D9;
  padding-top: min(75px, calc(3.75 * var(--vw1)));
  padding-bottom: min(37.5px, calc(1.875 * var(--vw1)));
  color: #575953;
}
@media screen and (max-width: 1600px) {
  .main-visual {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 640px) {
  .main-visual {
    padding-top: 170px;
    padding-bottom: 30px;
  }
}

.main-visual-inner {
  width: 100%;
  max-width: 2000px;
  margin: 0 auto;
  padding: 0 60px;
}
@media screen and (max-width: 640px) {
  .main-visual-inner {
    padding: 0;
  }
}

.main-visual-img-pc {
  width: 110.38%;
  display: block;
}
@media screen and (max-width: 640px) {
  .main-visual-img-pc {
    display: none;
  }
}

.main-visual-img-sp {
  display: none;
}
@media screen and (max-width: 640px) {
  .main-visual-img-sp {
    display: block;
  }
}

.sec-scroll-guide {
  z-index: 2;
  width: 100%;
  position: fixed;
  bottom: 0;
  height: 120px;
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.7) 40%);
  opacity: 1;
  transition: 0.3s;
}
.sec-scroll-guide.hide {
  opacity: 0;
}
@media screen and (max-width: 640px) {
  .sec-scroll-guide {
    height: 90px;
  }
}

.scroll-guide {
  font-size: min(20px, calc(1 * var(--vw1)));
  font-family: "STIX Two Text", "Zen Old Mincho", serif, "メイリオ", "MS Pゴシック", sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1600px) {
  .scroll-guide {
    font-size: 14px;
  }
}
@media screen and (max-width: 640px) {
  .scroll-guide {
    font-size: 16px;
    bottom: 30px;
  }
}
.scroll-guide::after {
  content: "";
  position: absolute;
  top: 100%;
  width: 1px;
  height: 60px;
  background-color: #575953;
  animation-name: scGuideAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
}
@media screen and (max-width: 640px) {
  .scroll-guide::after {
    height: 30px;
  }
}

@keyframes scGuideAnime {
  0% {
    transform-origin: center top;
    transform: scaleY(0%);
  }
  50% {
    transform: scaleY(100%);
    transform-origin: center top;
  }
  51% {
    transform-origin: center bottom;
  }
  100% {
    transform: scaleY(0%);
    transform-origin: center bottom;
  }
}
.announce {
  width: 100%;
  overflow: hidden;
}

.announce-inner {
  position: relative;
  width: 100%;
  width: min(1287.5px, calc(64.375 * var(--vw1)));
  margin: 0 auto;
  padding: min(262.5px, calc(13.125 * var(--vw1))) 0 min(287.5px, calc(14.375 * var(--vw1)));
}
@media screen and (max-width: 1600px) {
  .announce-inner {
    width: 100%;
    max-width: 1030px;
    padding: 210px 60px 230px;
  }
}
@media screen and (max-width: 640px) {
  .announce-inner {
    padding: 100px 20px 110px;
  }
}
.announce-inner::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateX(30%) translateY(-50%);
  z-index: -1;
  width: 50%;
  height: min(737.5px, calc(36.875 * var(--vw1)));
  background-image: url("../img/top_announce_bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 1;
}
@media screen and (max-width: 1600px) {
  .announce-inner::before {
    height: 590px;
  }
}
@media screen and (max-width: 640px) {
  .announce-inner::before {
    width: 50%;
    height: 50%;
    transform: translateY(-50%);
  }
}

.announce-h2 {
  position: relative;
  font-family: "STIX Two Text", "Zen Old Mincho", serif, "メイリオ", "MS Pゴシック", sans-serif;
  font-size: min(50px, calc(2.5 * var(--vw1)));
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #006755;
  margin-bottom: min(117.5px, calc(5.875 * var(--vw1)));
  z-index: 2;
}
@media screen and (max-width: 1600px) {
  .announce-h2 {
    font-size: 40PX;
    margin-bottom: 94px;
  }
}
@media screen and (max-width: 640px) {
  .announce-h2 {
    font-size: 27px;
    margin-bottom: 74px;
  }
}

.announce-h2-large {
  display: block;
  margin-bottom: min(60px, calc(3 * var(--vw1)));
}
@media screen and (max-width: 1600px) {
  .announce-h2-large {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 640px) {
  .announce-h2-large {
    margin-bottom: 40px;
  }
}

.announce-h2-small {
  display: block;
  font-family: "Open Sans", "Noto Sans JP", "メイリオ", "MS Pゴシック", sans-serif;
  font-size: min(35px, calc(1.75 * var(--vw1)));
}
@media screen and (max-width: 1600px) {
  .announce-h2-small {
    font-size: 28px;
  }
}
@media screen and (max-width: 640px) {
  .announce-h2-small {
    font-size: 18px;
  }
}

.announce-p {
  position: relative;
  font-family: "STIX Two Text", "Zen Old Mincho", serif, "メイリオ", "MS Pゴシック", sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.8em;
  font-size: min(25px, calc(1.25 * var(--vw1)));
  z-index: 2;
}
@media screen and (max-width: 1600px) {
  .announce-p {
    font-size: 20px;
  }
}
@media screen and (max-width: 640px) {
  .announce-p {
    font-size: 14px;
    font-weight: 500;
  }
}

.greeting {
  height: 520px;
  margin-bottom: 140px;
  height: min(650px, calc(32.5 * var(--vw1)));
  margin-bottom: min(175px, calc(8.75 * var(--vw1)));
}
@media screen and (max-width: 1600px) {
  .greeting {
    height: 520px;
    margin-bottom: 140px;
  }
}
@media screen and (max-width: 640px) {
  .greeting {
    height: 500px;
    margin-bottom: 80px;
  }
}

.greeting-inner {
  display: flex;
  align-items: center;
  height: 100%;
  background-image: url(../img/top_greeting.jpg);
  background-position: center;
  background-size: cover;
  transition: 0.2s;
}
@media screen and (max-width: 640px) {
  .greeting-inner {
    align-items: flex-start;
    background-position: 55%;
    padding-top: 17%;
  }
}

.greeting-h2-main,
.greeting-h2-sub {
  color: #fff;
  background-color: transparent;
  max-width: none;
}
.greeting-h2-main::before, .greeting-h2-main::after,
.greeting-h2-sub::before,
.greeting-h2-sub::after {
  display: none;
}

.greeting-h2-sub {
  padding-right: 30px;
  transition: 0.2s;
}
.greeting-h2-sub::after {
  display: block;
  background-image: url(../img/arrow_white.svg);
}

@media (hover: hover) {
  .greeting-link:hover .greeting-inner {
    opacity: 0.7;
  }
  .greeting-link:hover .greeting-h2-sub {
    padding-right: min(50px, calc(2.5 * var(--vw1)));
  }
}
@media screen and (hover: hover) and (max-width: 1600px) {
  .greeting-link:hover .greeting-h2-sub {
    padding-right: 40px;
  }
}

.sec-content-event {
  display: flex;
  gap: 5%;
}
@media screen and (max-width: 640px) {
  .sec-content-event {
    flex-direction: column;
    gap: 40px;
  }
}

@media (hover: hover) {
  .event-child:hover .event-img {
    opacity: 0.7;
  }
  .event-child:hover .event-title::after {
    right: 0;
  }
}

.event-img {
  margin-bottom: min(50px, calc(2.5 * var(--vw1)));
  display: flex;
  align-items: center;
  overflow: hidden;
  transition: 0.2s;
}
@media screen and (max-width: 1600px) {
  .event-img {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 640px) {
  .event-img {
    margin-bottom: 20px;
  }
}
.event-img img {
  width: 100%;
}

.event-title {
  position: relative;
  font-size: min(40px, calc(2 * var(--vw1)));
  margin-bottom: min(50px, calc(2.5 * var(--vw1)));
  padding-right: min(67.5px, calc(3.375 * var(--vw1)));
  line-height: 1.3em;
}
@media screen and (max-width: 1600px) {
  .event-title {
    font-size: 28px;
    margin-bottom: 32px;
    padding-right: 54px;
  }
}
@media screen and (max-width: 640px) {
  .event-title {
    margin-bottom: 20px;
    padding-right: 40px;
  }
}
.event-title::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
  width: 35px;
  right: min(12.5px, calc(0.625 * var(--vw1)));
  width: min(43.75px, calc(2.1875 * var(--vw1)));
  height: 100%;
  background-image: url(../img/arrow_gray.svg);
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.2s;
}
@media screen and (max-width: 1600px) {
  .event-title::after {
    right: 10px;
    width: 35px;
  }
}
@media screen and (max-width: 640px) {
  .event-title::after {
    right: 0;
    width: 28px;
  }
}

.sec-content-eventbutton {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: min(25px, calc(1.25 * var(--vw1)));
  width: min(1212.5px, calc(60.625 * var(--vw1)));
  margin: 0 auto;
}
@media screen and (max-width: 1600px) {
  .sec-content-eventbutton {
    gap: 20px;
    width: 100%;
    max-width: 970px;
  }
}
@media screen and (max-width: 640px) {
  .sec-content-eventbutton {
    gap: 24px;
  }
}
.sec-content-eventbutton .button {
  width: 100%;
}

.sec-content-eventbutton-p {
  text-align: center;
}

.sec-content-news {
  width: min(1455px, calc(72.75 * var(--vw1)));
}
@media screen and (max-width: 1600px) {
  .sec-content-news {
    max-width: 1164px;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .sec-content-news {
    width: 100%;
  }
}

.sec-newsbutton {
  width: min(1455px, calc(72.75 * var(--vw1)));
}
@media screen and (max-width: 1600px) {
  .sec-newsbutton {
    max-width: 1164px;
    width: 100%;
  }
}

.sec-content-newsbutton {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .sec-content-newsbutton {
    flex-direction: column;
    gap: 24px;
  }
}
.sec-content-newsbutton .button {
  width: 48%;
}
@media screen and (max-width: 640px) {
  .sec-content-newsbutton .button {
    width: 100%;
  }
}

.news-li {
  display: flex;
  border-top: 1px solid #eeeeee;
  padding: min(42.5px, calc(2.125 * var(--vw1))) min(50px, calc(2.5 * var(--vw1))) min(42.5px, calc(2.125 * var(--vw1))) min(12.5px, calc(0.625 * var(--vw1)));
  gap: min(85px, calc(4.25 * var(--vw1)));
}
@media screen and (max-width: 1600px) {
  .news-li {
    padding: 34px 40px 34px 10px;
    gap: 68px;
  }
}
@media screen and (max-width: 640px) {
  .news-li {
    flex-direction: column;
    padding: 34px 0 34px;
    gap: 10px;
  }
}
.news-li:last-of-type {
  border-bottom: 1px solid #eeeeee;
}

.news-li-date {
  font-size: min(25px, calc(1.25 * var(--vw1)));
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #338575;
  flex-shrink: 0;
}
@media screen and (max-width: 1600px) {
  .news-li-date {
    font-size: 20px;
  }
}
@media screen and (max-width: 640px) {
  .news-li-date {
    font-size: 14px;
  }
}

.news-li-content {
  line-height: 1.5em;
}

.links-sns {
  display: flex;
  justify-content: space-between;
  width: min(1125px, calc(56.25 * var(--vw1)));
  margin: 0 auto;
  margin-bottom: min(125px, calc(6.25 * var(--vw1)));
}
@media screen and (max-width: 1600px) {
  .links-sns {
    max-width: 900px;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 640px) {
  .links-sns {
    flex-direction: column;
    gap: 40px;
    width: 100%;
    margin-bottom: 80px;
  }
}

.links-sns-child {
  width: 48%;
}
@media screen and (max-width: 640px) {
  .links-sns-child {
    width: 100%;
  }
}

.links-sns-child-name {
  text-align: center;
  margin-bottom: min(25px, calc(1.25 * var(--vw1)));
}
@media screen and (max-width: 1600px) {
  .links-sns-child-name {
    margin-bottom: 20px;
  }
}

.links-sns-child-icon-wrap {
  display: flex;
  gap: min(40px, calc(2 * var(--vw1)));
  justify-content: center;
}
@media screen and (max-width: 1600px) {
  .links-sns-child-icon-wrap {
    gap: 32px;
  }
}

.links-sns-child-icon {
  width: min(62.5px, calc(3.125 * var(--vw1)));
  transition: 0.2s;
}
@media screen and (max-width: 1600px) {
  .links-sns-child-icon {
    width: 50px;
  }
}
@media (hover: hover) {
  .links-sns-child-icon:hover {
    opacity: 0.5;
  }
}

.links-web {
  display: flex;
  gap: min(25px, calc(1.25 * var(--vw1)));
  justify-content: center;
}
@media screen and (max-width: 1600px) {
  .links-web {
    gap: 20px;
  }
}
@media screen and (max-width: 640px) {
  .links-web {
    flex-wrap: wrap;
    gap: 12px;
  }
}

.links-web-bnr {
  width: min(200px, calc(10 * var(--vw1)));
  transition: 0.2s;
}
@media screen and (max-width: 1600px) {
  .links-web-bnr {
    width: 160px;
  }
}
@media (hover: hover) {
  .links-web-bnr:hover {
    opacity: 0.5;
  }
}/*# sourceMappingURL=top.css.map */