@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@1,400;1,500;1,600&family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-moz-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
/* line 4, ../sass/style.scss */
:root {
  --basic-black: #333333;
  --basic-white: #FFFFFF;
  --basic-bg: #F8FBE9;
  --primary-light: #C4D600;
  --primary-base: #42A235;
  --primary-dark: #18670E;
  --secondary-light: #CAFFFB;
  --secondary-base: #43BEEA;
  --secondary-dark: #005470;
  --accent-light: #FFF5E5;
  --accent-base: #F29600;
  --accent-dark: #A34100;
  --gray-light: #F0F0F0;
  --gray-base: #B3B3B3;
  --gray-dark: #4D4747;
  --red-light: #FFE8E8;
  --red-base: #C70000;
  --red-dark: #750000;
  --spacing-xxs: 4px;
  --spacing-xs: 8px;
  --spacing-s: 18px;
  --spacing-m: 24px;
  --spacing-l: 32px;
  --spacing-xl: 64px;
  --spacing-xxl: 96px;
  --round-s: 10px;
  --round-m: 20px;
  --round-l: 40px;
  --gap: 32px;
}

@media screen and (min-width: 601px) {
  /* line 36, ../sass/style.scss */
  #contentsIn #mainwrap #main.oneColumn {
    width: 1200px;
    margin: 0 auto;
  }
}

/* line 49, ../sass/style.scss */
#mainArea {
  display: flex;
  padding: var(--spacing-l, 32px) var(--main-margin, 100px) 0px var(--main-margin, 100px);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: var(--gap);
  align-self: stretch;
  background-color: var(--primary-base);
}
/* line 58, ../sass/style.scss */
#mainArea .leadCont {
  display: flex;
  align-items: center;
  gap: 32px;
  align-self: stretch;
}
/* line 63, ../sass/style.scss */
#mainArea .leadCont .leadTxt {
  width: 455px;
  color: #FFF;
  font-family: var(--JP, "Hiragino Kaku Gothic ProN");
  font-size: var(--h6, 18px);
  font-style: normal;
  font-weight: 600;
  line-height: 170%;
  /* 30.6px */
  order: 2;
}
/* line 73, ../sass/style.scss */
#mainArea .leadCont .leadImg {
  width: 455px;
  height: 397px;
  aspect-ratio: 455.00/397;
  order: 1;
}

/* line 81, ../sass/style.scss */
.newsArea {
  background-color: var(--primary-base);
  padding: var(--spacing-l, 32px) var(--main-margin, 100px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 46px;
  align-self: stretch;
}
/* line 89, ../sass/style.scss */
.newsArea ul {
  display: flex;
  padding: var(--spacing-s);
  align-items: center;
  gap: var(--gap);
  align-self: stretch;
  border-radius: var(--rounded-m, 20px);
  background: #FFF;
}
/* line 97, ../sass/style.scss */
.newsArea ul li {
  width: 100%;
}
/* line 99, ../sass/style.scss */
.newsArea ul li a {
  display: block;
  color: var(--basic-black);
  position: relative;
  text-decoration: none;
}
@media screen and (min-width: 601px) {
  /* line 105, ../sass/style.scss */
  .newsArea ul li a:hover {
    color: #42A235;
  }
}
/* line 109, ../sass/style.scss */
.newsArea ul li a:after {
  content: "";
  display: block;
  background-image: url(../img/icon-angle.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
/* line 122, ../sass/style.scss */
.newsArea ul li a span {
  color: #77C700;
  font-family: var(--JP, "Hiragino Kaku Gothic ProN");
  font-size: var(--txt, 16px);
  margin-bottom: 5px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 24px */
  display: block;
}

/* line 136, ../sass/style.scss */
#ancArea {
  background-color: var(--primary-base);
  padding: var(--spacing-l, 32px) var(--main-margin, 100px);
  background-image: url(../img/bg_uncerlink.svg);
  background-repeat: no-repeat;
  background-position: center;
  height: 504px;
  display: flex;
  width: 1200px;
  flex-direction: column;
  align-items: center;
  gap: 70px;
  justify-content: center;
}
/* line 149, ../sass/style.scss */
#ancArea ul {
  display: flex;
  width: var(--contents, 1000px);
  align-items: flex-start;
  align-content: flex-start;
  gap: var(--spacing-m, 24px) var(--gap, 32px);
  flex-wrap: wrap;
}
/* line 156, ../sass/style.scss */
#ancArea ul li {
  display: flex;
  width: var(--column-4_12, 312px);
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: var(--rounded-s, 10px);
  border: 1px solid var(--primary-dark, #18670E);
  background: var(--basic-white, #FFF);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 601px) {
  /* line 167, ../sass/style.scss */
  #ancArea ul li:hover {
    opacity: 0.6;
  }
}
/* line 171, ../sass/style.scss */
#ancArea ul li a {
  padding: var(--spacing-s, 16px) var(--spacing-m, 24px);
  color: var(--primary-dark, #18670E);
  font-family: "Hiragino Kaku Gothic ProN";
  font-size: var(--h6, 18px);
  font-style: normal;
  text-decoration: none;
  font-weight: 600;
  line-height: 100%;
  position: relative;
  display: block;
  padding-left: 32px;
  width: 100%;
}
/* line 184, ../sass/style.scss */
#ancArea ul li a::before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/icon-angle-bottom.svg);
}

/* line 199, ../sass/style.scss */
#aboutArea {
  display: flex;
  width: 1200px;
  padding: 100px 0px 0px;
  flex-direction: column;
  align-items: center;
  gap: var(--spacing-xxl, 96px);
  background: var(--basic-bg, #F8FBE9);
}
/* line 207, ../sass/style.scss */
#aboutArea .aboutCont {
  display: flex;
  width: 960px;
  padding: 30px var(--spacing-l, 32px);
  flex-wrap: wrap;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: var(--spacing-l, 32px);
  border-radius: var(--rounded-m, 20px);
  background-color: var(--basic-white, #FFF);
  position: relative;
  background-image: url(../img/img_about_01.svg);
  background-repeat: no-repeat;
  background-position: top;
}
/* line 222, ../sass/style.scss */
#aboutArea .aboutCont:after {
  content: "";
  width: 240px;
  height: 119px;
  background-image: url(../img/img_about_02.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  right: 32px;
  bottom: 0;
}
/* line 234, ../sass/style.scss */
#aboutArea .aboutCont .h2Style {
  width: 100%;
  text-align: center;
}
/* line 238, ../sass/style.scss */
#aboutArea .aboutCont .aboutTxt {
  display: flex;
  width: 414px;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--spacing-m, 24px);
}
/* line 244, ../sass/style.scss */
#aboutArea .aboutCont .aboutTxt .h3Style {
  display: flex;
  width: 100%;
  padding: var(--spacing-xxs, 4px) var(--spacing-s, 16px);
  align-items: center;
  gap: 10px;
  flex: 1 0 0;
  border-radius: var(--rounded-s, 10px);
  background: var(--primary-light, #C4D600);
  color: var(--basic-black, #333);
  font-family: var(--JP, "Hiragino Kaku Gothic ProN");
  font-size: var(--h6, 18px);
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 27px */
}
/* line 260, ../sass/style.scss */
#aboutArea .aboutCont .aboutTxt p {
  color: var(--basic-black, #333);
  font-family: var(--JP, "Hiragino Kaku Gothic ProN");
  font-size: var(--txt, 16px);
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
}
/* line 269, ../sass/style.scss */
#aboutArea .aboutCont .aboutMap {
  position: relative;
  width: 414px;
  padding-top: 36.25%;
}
/* line 273, ../sass/style.scss */
#aboutArea .aboutCont .aboutMap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* line 284, ../sass/style.scss */
#listArea {
  padding: 100px 0px 140px;
  flex-direction: column;
  align-items: center;
  display: flex;
  justify-content: center;
  gap: var(--spacing-m, 24px);
  align-self: stretch;
  background-color: var(--basic-bg, #F8FBE9);
  background-image: url(../img/img_list_01.svg);
  background-position: bottom;
  background-repeat: repeat-x;
}

/* line 298, ../sass/style.scss */
#boothArea {
  padding: 100px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--spacing-xxl, 96px);
  background: var(--basic-bg, #F8FBE9);
}
/* line 305, ../sass/style.scss */
#boothArea .boothBox {
  display: flex;
  width: var(--contents, 1000px);
  padding: var(--spacing-l, 32px);
  flex-direction: row;
  align-items: flex-start;
  gap: var(--spacing-m, 24px);
  border-radius: var(--rounded-m, 20px);
  background: var(--primary-light, #C4D600);
  background-image: url(../img/bg_sorashidobooth.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  flex-wrap: nowrap;
  align-content: stretch;
  justify-content: space-between;
}
/* line 321, ../sass/style.scss */
#boothArea .boothBox .boothCont {
  display: flex;
  width: var(--column-6_12, 484px);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: var(--spacing-m, 24px);
}
/* line 328, ../sass/style.scss */
#boothArea .boothBox .boothCont .leadTxt {
  color: var(--basic-black, #333);
  font-family: var(--JP, "Hiragino Kaku Gothic ProN");
  font-size: var(--h6, 18px);
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
/* line 337, ../sass/style.scss */
#boothArea .boothBox .boothImg {
  width: 408px;
}

/* line 343, ../sass/style.scss */
#historyArea {
  display: flex;
  padding: 100px;
  flex-direction: column;
  align-items: center;
  gap: var(--spacing-s);
  background: var(--basic-bg, #F8FBE9);
}
/* line 353, ../sass/style.scss */
#historyArea .leadTxt {
  color: var(--basic-black, #333);
  font-family: var(--JP, "Hiragino Kaku Gothic ProN");
  font-size: var(--h6, 18px);
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
/* line 361, ../sass/style.scss */
#historyArea .historyList {
  display: flex;
  align-items: flex-start;
  gap: var(--gap, 32px);
}
/* line 365, ../sass/style.scss */
#historyArea .historyList div {
  position: relative;
  margin-bottom: 100px;
}
/* line 368, ../sass/style.scss */
#historyArea .historyList div:after {
  content: "";
  display: block;
  width: 484px;
  height: 128px;
  position: absolute;
  bottom: -100px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
/* line 381, ../sass/style.scss */
#historyArea .historyList .his24:after {
  background-image: url(../img/img_eventhistory_2024title.svg);
}
/* line 386, ../sass/style.scss */
#historyArea .historyList .his23:after {
  background-image: url(../img/img_eventhistory_2023title.svg);
}

/* line 394, ../sass/style.scss */
#contactArea {
  background-image: url(../img/img_contact_bg.svg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-color: var(--basic-bg, #F8FBE9);
  display: flex;
  height: 478px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: var(--spacing-m);
}
/* line 406, ../sass/style.scss */
#contactArea .leadTxt {
  color: var(--basic-white, #FFF);
  font-family: var(--JP, "Hiragino Kaku Gothic ProN");
  font-size: var(--h6, 18px);
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
/* line 414, ../sass/style.scss */
#contactArea .btn {
  display: flex;
  width: var(--column-10_12, 828px);
  justify-content: center;
  align-items: center;
  border-radius: var(--rounded-m, 20px);
  background: var(--primary-light, #C4D600);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 601px) {
  /* line 423, ../sass/style.scss */
  #contactArea .btn:hover {
    opacity: 0.6;
  }
}
/* line 427, ../sass/style.scss */
#contactArea .btn a {
  color: var(--basic-black, #333);
  font-family: var(--JP, "Hiragino Kaku Gothic ProN");
  font-size: var(--h6, 18px);
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  padding: 40px 40px 40px 20px;
  display: block;
  position: relative;
  background: unset;
}
/* line 438, ../sass/style.scss */
#contactArea .btn a:after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../img/icon-document.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

@media screen and (max-width: 600px) {
  /* line 462, ../sass/style.scss */
  #mainArea {
    display: flex;
    padding: var(--spacing-l, 32px) var(--main-margin, 20px) 0px var(--main-margin, 20px);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: var(--gap);
    align-self: stretch;
    background-color: var(--primary-base);
  }
  /* line 471, ../sass/style.scss */
  #mainArea .leadCont {
    display: flex;
    align-items: center;
    gap: 32px;
    align-self: stretch;
    flex-direction: column;
  }
  /* line 477, ../sass/style.scss */
  #mainArea .leadCont .leadTxt {
    width: 100%;
    color: #FFF;
    font-family: var(--JP, "Hiragino Kaku Gothic ProN");
    font-size: 3.73333vw;
    font-style: normal;
    font-weight: 600;
    line-height: 170%;
    order: 1;
  }
  /* line 487, ../sass/style.scss */
  #mainArea .leadCont .leadImg {
    width: 100%;
    text-align: center;
    order: 2;
  }

  /* line 494, ../sass/style.scss */
  .newsArea {
    background-color: var(--primary-base);
    padding: var(--spacing-l, 32px) var(--main-margin, 20px);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 46px;
    align-self: stretch;
  }
  /* line 502, ../sass/style.scss */
  .newsArea ul {
    display: flex;
    padding: var(--spacing-s);
    align-items: center;
    gap: var(--gap);
    align-self: stretch;
    border-radius: var(--rounded-m, 20px);
    background: #FFF;
  }
  /* line 510, ../sass/style.scss */
  .newsArea ul li {
    width: 100%;
    padding-right: 6.93333vw;
  }
  /* line 513, ../sass/style.scss */
  .newsArea ul li a {
    display: block;
    color: var(--basic-black);
    position: relative;
    text-decoration: none;
    font-size: 4.26667vw;
  }
  /* line 519, ../sass/style.scss */
  .newsArea ul li a:after {
    content: "";
    display: block;
    background-image: url(../img/icon-angle.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 6.4vw;
    height: 6.4vw;
    position: absolute;
    right: -8vw;
    top: 50%;
    transform: translateY(-50%);
  }
  /* line 532, ../sass/style.scss */
  .newsArea ul li a span {
    color: #77C700;
    font-family: var(--JP, "Hiragino Kaku Gothic ProN");
    font-size: 4.26667vw;
    margin-bottom: 1.33333vw;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 24px */
    display: block;
  }

  /* line 546, ../sass/style.scss */
  #ancArea {
    background-color: var(--primary-base);
    padding: var(--spacing-l, 32px) var(--main-margin, 20px) 0px var(--main-margin, 20px);
    background-image: url(../img/sp_bg_uncerlink.svg);
    background-repeat: no-repeat;
    background-position: center 3px;
    height: 142.66667vw;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 35px;
    justify-content: center;
  }
  /* line 559, ../sass/style.scss */
  #ancArea ul {
    display: flex;
    width: 100%;
    align-items: flex-start;
    align-content: flex-start;
    gap: 6.4vw;
    flex-wrap: wrap;
  }
  /* line 566, ../sass/style.scss */
  #ancArea ul li {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: var(--rounded-s, 10px);
    border: 1px solid var(--primary-dark, #18670E);
    background: var(--basic-white, #FFF);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  }
  /* line 576, ../sass/style.scss */
  #ancArea ul li a {
    padding: 4.26667vw 6.4vw;
    color: var(--primary-dark, #18670E);
    font-family: "Hiragino Kaku Gothic ProN";
    font-size: 4.26667vw;
    font-style: normal;
    text-decoration: none;
    font-weight: 600;
    line-height: 100%;
    position: relative;
    display: block;
    padding-left: 8.53333vw;
    width: 100%;
  }
  /* line 589, ../sass/style.scss */
  #ancArea ul li a::before {
    content: "";
    display: block;
    position: absolute;
    width: 4.26667vw;
    height: 4.26667vw;
    left: 2.66667vw;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../img/icon-angle-bottom.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }

  /* line 607, ../sass/style.scss */
  #aboutArea {
    display: flex;
    width: 100%;
    padding: var(--spacing-l, 32px) var(--main-margin, 20px) 0px var(--main-margin, 20px);
    flex-direction: column;
    align-items: center;
    gap: 9.6vw;
    background: var(--basic-bg, #F8FBE9);
  }
  /* line 615, ../sass/style.scss */
  #aboutArea .aboutCont {
    display: flex;
    width: 100%;
    padding: 30px 20px 22.66667vw;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: var(--spacing-l, 32px);
    border-radius: var(--rounded-m, 20px);
    background: var(--basic-white, #FFF);
    position: relative;
    background-image: url(../img/img_about_01.svg);
    background-repeat: repeat-x;
    background-position: top;
  }
  /* line 630, ../sass/style.scss */
  #aboutArea .aboutCont:after {
    content: "";
    width: 30.4vw;
    height: 17.33333vw;
    background-image: url(../img/img_about_02.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    right: 5px;
    bottom: -3px;
  }
  /* line 642, ../sass/style.scss */
  #aboutArea .aboutCont .h2Style {
    width: 100%;
    text-align: center;
  }
  /* line 646, ../sass/style.scss */
  #aboutArea .aboutCont .aboutTxt {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--spacing-m, 24px);
  }
  /* line 652, ../sass/style.scss */
  #aboutArea .aboutCont .aboutTxt .h3Style {
    display: flex;
    width: 100%;
    padding: var(--spacing-xxs, 4px) var(--spacing-s, 16px);
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
    border-radius: var(--rounded-s, 10px);
    background: var(--primary-light, #C4D600);
    color: var(--basic-black, #333);
    font-family: var(--JP, "Hiragino Kaku Gothic ProN");
    font-size: var(--h6, 18px);
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 27px */
  }
  /* line 668, ../sass/style.scss */
  #aboutArea .aboutCont .aboutTxt p {
    color: var(--basic-black, #333);
    font-family: var(--JP, "Hiragino Kaku Gothic ProN");
    font-size: var(--txt, 16px);
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
  }
  /* line 677, ../sass/style.scss */
  #aboutArea .aboutCont .aboutMap {
    position: relative;
    width: 100%;
    padding-top: 62.25%;
  }
  /* line 681, ../sass/style.scss */
  #aboutArea .aboutCont .aboutMap iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }

  /* line 692, ../sass/style.scss */
  #listArea {
    padding: 13.33333vw 0px 18.66667vw;
    flex-direction: column;
    align-items: center;
    display: flex;
    justify-content: center;
    gap: var(--spacing-m, 24px);
    align-self: stretch;
    background: var(--basic-bg, #F8FBE9);
    background-image: url(../img/img_list_01.svg);
    background-size: 600px;
    background-position: bottom;
    background-repeat: repeat-x;
  }

  /* line 707, ../sass/style.scss */
  #boothArea {
    padding: 13.33333vw 5.33333vw 13.33333vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12.8vw;
    background: var(--basic-bg, #F8FBE9);
  }
  /* line 714, ../sass/style.scss */
  #boothArea .boothBox {
    display: flex;
    width: 100%;
    padding: 16px;
    flex-direction: column;
    align-items: center;
    gap: var(--spacing-m, 24px);
    border-radius: var(--rounded-m, 20px);
    background: var(--primary-light, #C4D600);
    background-image: url(../img/bg_sorashidobooth.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
  }
  /* line 730, ../sass/style.scss */
  #boothArea .boothBox .boothCont {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: var(--spacing-m, 24px);
  }
  /* line 737, ../sass/style.scss */
  #boothArea .boothBox .boothCont .leadTxt {
    color: var(--basic-black, #333);
    font-family: var(--JP, "Hiragino Kaku Gothic ProN");
    font-size: 4.26667vw;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
  }
  /* line 746, ../sass/style.scss */
  #boothArea .boothBox .boothImg {
    width: 100%;
  }

  /* line 751, ../sass/style.scss */
  #historyArea {
    display: flex;
    padding: 13.33333vw 5.33333vw;
    flex-direction: column;
    align-items: center;
    gap: var(--spacing-s);
    background: var(--basic-bg, #F8FBE9);
  }
  /* line 761, ../sass/style.scss */
  #historyArea .leadTxt {
    color: var(--basic-black, #333);
    font-family: var(--JP, "Hiragino Kaku Gothic ProN");
    font-size: 4.26667vw;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 24px */
  }
  /* line 769, ../sass/style.scss */
  #historyArea .historyList {
    display: flex;
    align-items: center;
    gap: 4.26667vw;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
  }
  /* line 776, ../sass/style.scss */
  #historyArea .historyList div {
    position: relative;
    margin-bottom: 13.33333vw;
  }
  /* line 779, ../sass/style.scss */
  #historyArea .historyList div:after {
    content: "";
    display: block;
    width: 90.66667vw;
    height: 24vw;
    position: absolute;
    bottom: -12vw;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  /* line 795, ../sass/style.scss */
  #historyArea .historyList .his24:after {
    background-image: url(../img/img_eventhistory_2024title.svg);
  }
  /* line 800, ../sass/style.scss */
  #historyArea .historyList .his23:after {
    background-image: url(../img/img_eventhistory_2023title.svg);
  }

  /* line 808, ../sass/style.scss */
  #contactArea {
    background-image: url(../img/img_contact_bg.svg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-color: var(--basic-bg, #F8FBE9);
    display: flex;
    height: 478px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: var(--spacing-m);
    padding: 5.33333vw;
  }
  /* line 821, ../sass/style.scss */
  #contactArea .leadTxt {
    color: var(--basic-white, #FFF);
    font-family: var(--JP, "Hiragino Kaku Gothic ProN");
    font-size: 4.26667vw;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
  }
  /* line 829, ../sass/style.scss */
  #contactArea .btn {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    border-radius: 5.33333vw;
    background: var(--primary-light, #C4D600);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  }
  /* line 837, ../sass/style.scss */
  #contactArea .btn a {
    color: var(--basic-black, #333);
    font-family: var(--JP, "Hiragino Kaku Gothic ProN");
    font-size: var(--h6, 18px);
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    padding: 5.33333vw 11.2vw 5.33333vw 5.33333vw;
    display: block;
    position: relative;
    background: unset;
  }
  /* line 848, ../sass/style.scss */
  #contactArea .btn a:after {
    content: "";
    display: inline-block;
    width: 6.4vw;
    height: 6.4vw;
    background-image: url(../img/icon-document.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 2.66667vw;
    transform: translateY(-50%);
  }
}
