@charset "UTF-8";

/* ===== ローディング画面 ===== */
.loading-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #1b5e20 0%, #2e7d32 50%, #4caf50 100%);
  overflow: hidden;
}

.loading-screen.fade-out {
  pointer-events: none;
}

#particleCanvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.loading-content {
  position: relative;
  z-index: 10;
  text-align: center;
  opacity: 0;
  transform: scale(0.8);
  animation: loadingContentAppear 1s ease-out 0.5s forwards;
}

@keyframes loadingContentAppear {
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.loading-logo {
  margin-bottom: 30px;
  opacity: 0;
  transform: translateY(30px);
  animation: logoReveal 1s ease-out 0.8s forwards;
}

.loading-logo img {
  width: 120px;
  filter: drop-shadow(0 0 30px rgba(255, 255, 255, 0.8));
  animation: logoGlow 2s ease-in-out infinite alternate;
}

@keyframes logoReveal {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes logoGlow {
  from {
    filter: drop-shadow(0 0 20px rgba(255, 255, 255, 0.6));
  }
  to {
    filter: drop-shadow(0 0 40px rgba(255, 255, 255, 1));
  }
}

.loading-text {
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.15em;
  perspective: 500px;
}

@media screen and (max-width: 768px) {
  .loading-text {
    font-size: 26px;
    letter-spacing: 0.1em;
  }
  .loading-logo img {
    width: 80px;
  }
}

.loading-char {
  display: inline-block;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.loading-char.show {
  opacity: 1;
  transform: translateY(0);
}

.loading-screen.fade-out {
  opacity: 0;
  transition: opacity 0.8s ease-out;
  pointer-events: none;
}

.loading-screen.hidden {
  display: none;
}

/* ===== メインコンテンツ ===== */
section.fv.js-fv {
  height: 100vh !important;
  height: 100dvh !important;
  position: relative !important;
  overflow: hidden !important;
  width: 100% !important;
  display: block !important;
}
section.fv .fv__img {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100% !important;
  height: 100% !important;
  display: block !important;
}
section.fv .fv__img picture {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
}
section.fv .fv__img img,
section.fv .fv__img picture img,
section.fv.js-fv .fv__img img {
  display: block !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: cover !important;
  object-position: center !important;
}
.fv__title {
  position: absolute;
  text-align: center;
  top: 15%;
  color: #fff;
  font-size: 48px;
  font-weight: 600;
  z-index: 100;
  width: 100%;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6);
  letter-spacing: 0.05em;
  line-height: 1.3;
  font-weight: bold;
}
@media screen and (max-width: 1320px) {
  .fv__title {
    font-size: 38px;
  }
}
@media screen and (max-width: 768px) {
  .fv__title {
    top: 32vw;
    font-size: 6.4vw;
  }
}
.fv__title span {
  font-size: 80px;
  color: #2e7d32;
}
@media screen and (max-width: 1320px) {
  .fv__title span {
    font-size: 72px;
  }
}
@media screen and (max-width: 768px) {
  .fv__title span {
    font-size: 10.6666666667vw;
  }
}

.about {
  padding: 80px 20px 100px;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 1500px) {
  .about {
    padding-bottom: 15vw;
  }
}
@media screen and (max-width: 768px) {
  .about {
    overflow: hidden;
    padding: 8.5333333333vw 5.3333333333vw 21.3333333333vw;
  }
  .about .more__btn {
    margin: 0 auto;
  }
}
.about__inner {
  max-width: 1350px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .about .section__subTitle {
    text-align: center;
    margin: 0 auto;
    display: block;
  }
}
.about .section__title {
  color: #43a047;
}
@media screen and (max-width: 768px) {
  .about .section__title {
    text-align: center;
  }
}
.about .section__title span.blue {
  color: #2A2F4E;
  margin-left: 10px;
}
.about__box {
  margin-top: 40px;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .about__box {
    margin-top: 6.4vw;
    display: block;
  }
}
.about__img {
  position: absolute;
  left: 0;
  width: 48%;
  z-index: -1;
}
.about__img img {
  border: 4px solid #2e7d32;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(46, 125, 50, 0.2);
}
@media screen and (max-width: 768px) {
  .about__img {
    position: unset;
    width: 107%;
    margin-left: -6%;
    margin-bottom: 6.4vw;
  }
  .about__img img {
    border-radius: 12px;
    border-width: 3px;
  }
}
.about__contents {
  width: 55%;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .about__contents {
    width: 100%;
  }
}
.about__contents h3 {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 40px;
}
@media screen and (max-width: 1320px) {
  .about__contents h3 {
    font-size: 32px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .about__contents h3 {
    font-size: 8.5333333333vw;
    margin-bottom: 8.5333333333vw;
  }
}
.about__contents h3 span {
  color: #2e7d32;
}
.about__contents p {
  padding-left: 100px;
  font-size: 20px;
  font-weight: 500;
  line-height: 2.2;
  margin-bottom: 50px;
}
@media screen and (max-width: 1320px) {
  .about__contents p {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .about__contents p {
    font-size: 3.7333333333vw;
    padding: 0;
  }
}

.cta-buttons {
  padding: 60px 20px;
  background: #f8f9fa;
}
@media screen and (max-width: 768px) {
  .cta-buttons {
    padding: 10.6666666667vw 5.3333333333vw;
  }
}
.cta-buttons__inner {
  max-width: 1400px;
  margin: 0 auto;
}
.cta-buttons__list {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .cta-buttons__list {
    flex-wrap: wrap;
    gap: 2.6666666667vw;
  }
}
.cta-buttons__item {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #4caf50 0%, #2e7d32 100%);
  border: none;
  border-radius: 12px;
  padding: 20px 28px;
  text-decoration: none;
  color: #fff;
  transition: all 0.2s ease;
  box-shadow:
    0 6px 0 #1b5e20,
    0 8px 15px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
  transform: translateY(0);
}
.cta-buttons__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(180deg, rgba(255,255,255,0.25) 0%, rgba(255,255,255,0) 100%);
  border-radius: 12px 12px 0 0;
}
.cta-buttons__item::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255,255,255,0.3);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.4s ease, height 0.4s ease;
}
.cta-buttons__item:hover {
  transform: translateY(3px);
  box-shadow:
    0 3px 0 #1b5e20,
    0 5px 10px rgba(0, 0, 0, 0.15);
}
.cta-buttons__item:hover::after {
  width: 300px;
  height: 300px;
  opacity: 0;
}
.cta-buttons__item:active {
  transform: translateY(6px);
  box-shadow:
    0 0 0 #1b5e20,
    0 2px 5px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .cta-buttons__item {
    padding: 4vw 5.3333333333vw;
    flex: 1 1 45%;
    border-radius: 3vw;
    box-shadow:
      0 4px 0 #1b5e20,
      0 6px 10px rgba(0, 0, 0, 0.2);
    gap: 3.2vw;
  }
}
.cta-buttons__item:hover {
  background: #2e7d32;
  color: #fff;
}
.cta-buttons__item:hover .cta-buttons__title,
.cta-buttons__item:hover .cta-buttons__desc {
  color: #fff;
}
.cta-buttons__item:hover .cta-buttons__icon img {
  filter: brightness(0) invert(1);
}
.cta-buttons__icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .cta-buttons__icon {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}
.cta-buttons__icon img {
  width: 100%;
  height: auto;
  transition: filter 0.3s ease;
}
.cta-buttons__icon i {
  font-size: 32px;
  color: #2e7d32;
  transition: color 0.3s ease;
}
@media screen and (max-width: 768px) {
  .cta-buttons__icon i {
    font-size: 7.4666666667vw;
  }
}
.cta-buttons__item:hover .cta-buttons__icon i {
  color: #fff;
}
.cta-buttons__text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.cta-buttons__title {
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  white-space: nowrap;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .cta-buttons__title {
    font-size: 3.4666666667vw;
  }
}
.cta-buttons__desc {
  font-size: 13px;
  color: #6c757d;
  transition: color 0.3s ease;
}
@media screen and (max-width: 768px) {
  .cta-buttons__desc {
    font-size: 3.2vw;
  }
}

.features {
  padding: 65px 40px;
  background: linear-gradient(to right, #43a047, #2e7d32);
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .features {
    padding: 17.0666666667vw 5.3333333333vw 13.3333333333vw;
    border-radius: 20px;
  }
}
.features__inner {
  max-width: 1350px;
  margin: 0 auto;
}
.features .section__title {
  color: #fff;
  text-align: center;
}
.features .section__subTitle {
  display: block;
  text-align: center;
  color: #fff;
  margin: 0 auto;
}
.features__box {
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .features__box {
    margin-top: 6.4vw;
    display: block;
  }
}
.features__item {
  width: 49%;
  border-radius: 16px;
  background: #fff;
  padding: 24px 32px;
}
@media screen and (max-width: 768px) {
  .features__item {
    padding: 4.2666666667vw 4.2666666667vw 6.4vw;
    width: 100%;
    margin-bottom: 4.2666666667vw;
  }
}
.features__item--num {
  font-size: 14px;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 768px) {
  .features__item--num {
    margin-bottom: 3.7333333333vw;
  }
}
.features__item--img {
  text-align: center;
  margin-bottom: 24px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.features__item--img img {
  max-width: 100%;
  max-height: 200px;
  width: auto;
  height: auto;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .features__item--img {
    height: 40vw;
  }
  .features__item--img img {
    max-height: 40vw;
  }
}
.features__item--text {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .features__item--text {
    font-size: 4.2666666667vw;
  }
}
.features__intro {
  text-align: center;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 24px;
}
@media screen and (max-width: 1320px) {
  .features__intro {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  .features__intro {
    margin-bottom: 6.4vw;
    font-size: 8.5333333333vw;
    text-align: center;
  }
}
.features__intro span {
  font-size: 32px;
  display: block;
  position: relative;
  width: max-content;
  margin: 0 auto;
  padding: 15px 30px;
}
@media screen and (max-width: 1320px) {
  .features__intro span {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .features__intro span {
    font-size: 6.4vw;
    padding: 0;
    margin-top: 10px;
  }
}
.features__intro span::before {
  content: "";
  background: url(../img/top/ashirai01.svg) no-repeat;
  background-position: left;
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  background-size: 25px;
}
@media screen and (max-width: 768px) {
  .features__intro span::before {
    display: none;
  }
}
.features__intro span::after {
  content: "";
  background: url(../img/top/ashirai02.svg) no-repeat;
  background-position: left;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 25px;
  height: 25px;
  background-size: 25px;
}
@media screen and (max-width: 768px) {
  .features__intro span::after {
    display: none;
  }
}
.features .arrow {
  text-align: center;
  margin-bottom: 34px;
}
@media screen and (max-width: 768px) {
  .features .arrow {
    margin-bottom: 6.4vw;
  }
}
.features__bottom {
  background: #fff;
  border-radius: 16px;
  padding: 24px 0;
}
.features__bottom--box {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .features__bottom--box {
    display: block;
    margin-top: 2.6666666667vw;
  }
}
.features__bottom .features__item--num {
  display: block;
  padding-left: 32px;
}
.features__bottom--item {
  width: 50%;
  padding: 0 32px;
}
@media screen and (max-width: 768px) {
  .features__bottom--item {
    width: 100%;
    padding: 0 4.2666666667vw 6.4vw;
  }
}
.features__bottom--item + .features__bottom--item {
  border-left: 1px solid rgba(42, 47, 78, 0.2);
}
@media screen and (max-width: 768px) {
  .features__bottom--item + .features__bottom--item {
    border: none;
    border-top: 1px solid rgba(42, 47, 78, 0.2);
    padding-top: 6.4vw;
  }
}
.features__bottom--item .subTitle {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .features__bottom--item .subTitle {
    font-size: 4.2666666667vw;
  }
}
.features__bottom--item h3 {
  font-size: 32px;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 20px;
}
.features__bottom--item h3 span {
  font-size: 50px;
}
.features__bottom--item h3 span.en {
  font-size: 70px;
}
.features__bottom--item .text {
  font-weight: bold;
  color: #9497A6;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .features__bottom--item .text {
    font-size: 3.7333333333vw;
  }
}
.features__bottom--item .text span {
  color: #2A2F4E;
}

/* 開催実績 */
.achievements {
  padding: 80px 40px;
  background: #f8f9fa;
}
@media screen and (max-width: 768px) {
  .achievements {
    padding: 17.0666666667vw 5.3333333333vw;
  }
}
.achievements__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.achievements__titleArea {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .achievements__titleArea {
    margin-bottom: 8.5333333333vw;
  }
}
.achievements__titleArea .section__subTitle {
  color: #2e7d32;
}
.achievements__list {
  display: grid !important;
  grid-template-columns: repeat(6, 1fr) !important;
  gap: 16px;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .achievements__list {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}
@media screen and (max-width: 768px) {
  .achievements__list {
    grid-template-columns: 1fr !important;
    gap: 2.6666666667vw;
  }
}
.achievements__item {
  background: #fff;
  padding: 20px 16px;
  border-radius: 8px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #2A2F4E;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 768px) {
  .achievements__item {
    padding: 4.2666666667vw 2.6666666667vw;
    font-size: 3.2vw;
  }
}
.achievements__item--small {
  font-size: 11px;
}
@media screen and (max-width: 768px) {
  .achievements__item--small {
    font-size: 2.6666666667vw;
  }
}

/* 料金について */
.pricing {
  padding: 80px 40px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .pricing {
    padding: 17.0666666667vw 5.3333333333vw;
  }
}
.pricing__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.pricing__titleArea {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .pricing__titleArea {
    margin-bottom: 8.5333333333vw;
  }
}
.pricing__content {
  background: linear-gradient(135deg, #f8fdf8 0%, #e8f5e9 100%);
  border-radius: 20px;
  padding: 50px;
  border: 2px solid #c8e6c9;
}
@media screen and (max-width: 768px) {
  .pricing__content {
    padding: 6.4vw;
    border-radius: 12px;
  }
}
.pricing__main {
  text-align: center;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px dashed #a5d6a7;
}
@media screen and (max-width: 768px) {
  .pricing__main {
    margin-bottom: 6.4vw;
    padding-bottom: 6.4vw;
  }
}
.pricing__lead {
  font-size: 32px;
  font-weight: bold;
  color: #2A2F4E;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .pricing__lead {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1.5;
    white-space: nowrap;
  }
}
.pricing__lead span {
  color: #2e7d32;
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  .pricing__lead span {
    font-size: 26px;
  }
}
.pricing__text {
  font-size: 16px;
  line-height: 2;
  color: #555;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .pricing__text {
    font-size: 14px;
    line-height: 1.9;
    text-align: left;
  }
}
.pricing__text:last-child {
  margin-bottom: 0;
}
.pricing__points {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .pricing__points {
    grid-template-columns: 1fr;
    gap: 4.2666666667vw;
  }
}
.pricing__point {
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 2px 10px rgba(46, 125, 50, 0.1);
}
@media screen and (max-width: 768px) {
  .pricing__point {
    padding: 4.2666666667vw;
    border-radius: 8px;
  }
}
.pricing__point h3 {
  font-size: 18px;
  font-weight: bold;
  color: #2e7d32;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .pricing__point h3 {
    font-size: 4.2666666667vw;
    gap: 2.1333333333vw;
  }
}
.pricing__check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: #2e7d32;
  border-radius: 50%;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .pricing__check {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}
.pricing__check::after {
  content: "";
  width: 6px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  margin-top: -2px;
}
@media screen and (max-width: 768px) {
  .pricing__check::after {
    width: 1.3333333333vw;
    height: 2.4vw;
  }
}
.pricing__point p {
  font-size: 14px;
  line-height: 1.7;
  color: #555;
  padding-left: 34px;
}
@media screen and (max-width: 768px) {
  .pricing__point p {
    font-size: 3.4666666667vw;
    padding-left: 7.4666666667vw;
  }
}

.area {
  padding: 110px 0 0;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .area {
    padding: 21.3333333333vw 5.3333333333vw 0;
  }
}
@media screen and (max-width: 768px) {
  .area__titleArea {
    text-align: center;
    margin-bottom: 6.4vw;
  }
}
.area {
  background-image: url(../img/top/bg01.png), url(../img/top/bg02.png);
  background-repeat: no-repeat;
  background-position: right -20%, left 120%;
  background-size: 600px;
}
@media screen and (max-width: 768px) {
  .area {
    background: none;
  }
}
.area__inner {
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .area__inner {
    padding: 0;
  }
}
.area__map {
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .area__map {
    display: flex;
    flex-direction: column-reverse;
    gap: 34px;
  }
}
.area__map img {
  display: block;
  margin: 0 auto;
  width: 1000px;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .area__map img {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .area__lists {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
}
.area__item {
  position: absolute;
  border-radius: 8px;
  overflow: hidden;
  border: 2px solid #2e7d32;
  width: 186px;
}
@media screen and (max-width: 768px) {
  .area__item {
    width: auto;
    position: unset;
  }
}
.area__item h3 {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  padding: 10px 10px;
  text-align: center;
  background: #2e7d32;
}
@media screen and (max-width: 768px) {
  .area__item h3 {
    font-size: 3.7333333333vw;
    padding: 10px 5px;
  }
}
.area__item p {
  background: #fff;
  padding: 20px 38px;
  text-align: center;
  font-size: 16px;
  color: #2A2F4E;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .area__item p {
    font-size: 3.7333333333vw;
    padding: 15px 10px;
  }
}
.area__item p span {
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .area__item p span {
    font-size: 5.3333333333vw;
  }
}
.area__item.area01 {
  border: 2px solid #1b5e20;
  right: -20px;
}
.area__item.area01 h3 {
  background: #1b5e20;
}
.area__item.area02 {
  border: 2px solid #2e7d32;
  right: 40px;
  top: 240px;
}
.area__item.area02 h3 {
  background: #2e7d32;
}
.area__item.area03 {
  border: 2px solid #388e3c;
  right: 40px;
  top: 490px;
}
.area__item.area03 h3 {
  background: #388e3c;
}
.area__item.area05 {
  border: 2px solid #43a047;
  right: 340px;
  bottom: -10px;
}
.area__item.area05 h3 {
  background: #43a047;
}
.area__item.area04 {
  border: 2px solid #4caf50;
  right: 490px;
  top: 220px;
}
.area__item.area04 h3 {
  background: #4caf50;
}
.area__item.area07 {
  border: 2px solid #66bb6a;
  left: 340px;
  bottom: -80px;
}
.area__item.area07 h3 {
  background: #66bb6a;
}
.area__item.area06 {
  border: 2px solid #81c784;
  left: 280px;
  top: 420px;
}
.area__item.area06 h3 {
  background: #81c784;
}
.area__item.area08 {
  border: 2px solid #a5d6a7;
  left: -30px;
  top: 600px;
}
.area__item.area08 h3 {
  background: #a5d6a7;
}

.gallary {
  padding-top: 160px;
}
@media screen and (max-width: 768px) {
  .gallary {
    padding-top: 21.3333333333vw;
  }
}
.gallary {
  /* スライドの動き等速 */
}
.gallary .swiper-wrapper {
  transition-timing-function: linear;
}
.gallary {
  /* 画像のサイズ調整 */
}
.gallary .swiper-slide img {
  height: auto;
  width: 100%;
}
.gallary .gallary__slider {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .gallary .gallary__slider {
    margin-bottom: 5px;
  }
}

.sns {
  padding: 60px 0 120px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .sns {
    padding: 10.6666666667vw 0 21.3333333333vw;
  }
}
.sns .section__titleArea {
  text-align: center;
}
.sns__lists {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .sns__lists {
    margin-top: 10.6666666667vw;
    margin-bottom: 10.6666666667vw;
  }
}
.sns__btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .sns__btns {
    flex-direction: column-reverse;
    align-items: center;
    gap: 16px;
    padding: 0 5.3333333333vw;
  }
}
.sns__btns a {
  padding-left: 50px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .sns__btns a {
    padding-left: 40px;
    font-size: 3.7333333333vw;
    width: 255px;
  }
}
.sns__btns a:nth-child(1)::before {
  content: "";
  width: 22px;
  height: 22px;
  background: url(../img/common/icon_twitter_wh.svg) no-repeat;
  background-position: left;
  display: block;
  position: absolute;
  left: 5%;
  top: 50%;
  transform: translateY(-50%);
}
.sns__btns a:nth-child(2)::before {
  content: "";
  width: 22px;
  height: 22px;
  background: url(../img/common/icon_instagram_wh.svg) no-repeat;
  background-position: left;
  display: block;
  position: absolute;
  left: 5%;
  top: 50%;
  transform: translateY(-50%);
}

.faq {
  padding: 80px 40px;
  background: rgba(0, 80, 153, 0.2);
}
@media screen and (max-width: 768px) {
  .faq {
    padding: 12.8vw 4.2666666667vw;
  }
}
.faq__inner {
  max-width: 1350px;
  margin: 0 auto;
  background: #fff;
  padding: 55px 10px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .faq__inner {
    padding: 10.6666666667vw 0;
  }
}
.faq .section__titleArea {
  text-align: center;
  margin-bottom: 40px;
}
.faq__lists {
  margin-bottom: 65px;
  border-bottom: 1px solid #D0D4D8;
}
@media screen and (max-width: 768px) {
  .faq__lists {
    margin-bottom: 10.6666666667vw;
  }
}
.faq .more__btn {
  margin: 0 auto;
}
.faq__item {
  padding: 32px 40px;
  border-top: 1px solid #D0D4D8;
}
@media screen and (max-width: 768px) {
  .faq__item {
    padding: 6.4vw 4.2666666667vw;
  }
}
.faq__item--title {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-right: 60px;
  background: url(../img/common/icon_plus.svg) no-repeat;
  background-size: 43px;
  background-position: 98%;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .faq__item--title {
    gap: 10px;
    background-size: 8.5333333333vw;
  }
}
.faq__item--title.active {
  background: url(../img/common/icon_minus.svg) no-repeat;
  background-size: 43px;
  background-position: 98%;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .faq__item--title.active {
    background-size: 8.5333333333vw;
  }
}
.faq__item--title span {
  width: 53px;
  height: 53px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #2e7d32;
  border: 1px solid #2e7d32;
  border-radius: 50%;
  font-weight: bold;
  font-size: 32px;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 768px) {
  .faq__item--title span {
    width: 8.5333333333vw;
    height: 8.5333333333vw;
    font-size: 5.3333333333vw;
  }
}
.faq__item--title p {
  font-size: 20px;
  font-weight: bold;
  max-width: 85%;
}
@media screen and (max-width: 768px) {
  .faq__item--title p {
    font-size: 3.7333333333vw;
  }
}
.faq__item--text {
  height: 0;
  overflow: hidden;
  transition: 0.2s ease height;
}
.faq__item--textWrap {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-right: 60px;
  padding: 16px 0;
}
@media screen and (max-width: 768px) {
  .faq__item--textWrap {
    gap: 10px;
    padding-right: 0;
  }
}
.faq__item--textWrap span {
  width: 53px;
  height: 53px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #2e7d32;
  border: 1px solid #2e7d32;
  border-radius: 50%;
  font-weight: bold;
  font-size: 32px;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 768px) {
  .faq__item--textWrap span {
    width: 8.5333333333vw;
    height: 8.5333333333vw;
    font-size: 5.3333333333vw;
    min-width: 8%;
  }
}
.faq__item--textWrap p {
  font-size: 16px;
  line-height: 1.8;
  font-weight: bold;
  max-width: 85%;
}
@media screen and (max-width: 768px) {
  .faq__item--textWrap p {
    font-size: 3.7333333333vw;
    max-width: 80%;
  }
}

.loading {
  position: fixed;
  width: 100%;
  height: 100vh;
  inset: 0;
  z-index: 9999;
  opacity: 1;
  transition: opacity 1s ease;
  /* ← なめらかに */
}

.loading.fadeout {
  opacity: 0;
  /* 少し拡大しながら消える */
}

.loading__percent.fadeout {
  opacity: 0;
  transition: opacity 0.5s ease;
}

.loading01 {
  z-index: 2;
  /* 背景レベル */
}

.loading02 {
  z-index: 1;
  /* 一番奥 */
}

.loading01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.tree01 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: auto;
  height: 100%;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .tree01 {
    height: 80%;
    left: -70px;
  }
}
.tree01 img {
  height: 100%;
}

.tree02 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: auto;
  height: 100%;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .tree02 {
    height: 80%;
    right: -70px;
  }
}
.tree02 img {
  height: 100%;
}

.loading02 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}

.loading__logo {
  width: 159px;
  margin: 0 auto;
}
.loading__logo img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .loading__logo {
    width: 30.9333333333vw;
  }
}

.loading__percent {
  font-size: 16px;
  margin-top: 24px;
  font-family: "Adamina", serif;
  color: #000;
}
.loading__percent span {
  font-size: 24px;
}

.loading__first {
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 4;
  opacity: 1;
  transition: opacity 0.7s ease;
}

.loading__first {
  opacity: 1;
  transition: opacity 1.2s ease;
  /* フェードアウト時間を長めに */
  z-index: 4;
}

.loading__first.fadeout {
  opacity: 0;
}

.loading01,
.loading02 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 4s ease;
}

.loading01 {
  opacity: 1;
  z-index: 2;
}

.loading02 {
  opacity: 0;
  z-index: 1;
}

.loading01.fadeout {
  opacity: 0;
}

.loading02.fadein {
  opacity: 1;
}

.tree01.fadeOut {
  animation: treeFadeOut01 1.5s ease-in-out forwards;
}

.tree02.fadeOut {
  animation: treeFadeOut02 1.5s ease-in-out forwards;
}

@keyframes treeFadeOut01 {
  0% {
    opacity: 1;
    transform: scale(1) translateX(0);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1.4) translateX(-100%);
    /* 少し迫る感じ */
  }
}
@keyframes treeFadeOut02 {
  0% {
    opacity: 1;
    transform: scale(1) translateX(0);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1.4) translateX(100%);
    /* 少し迫る感じ */
  }
}
.fv {
  opacity: 1;
}

.fv__title {
  opacity: 1;
  transform: translateY(0);
}

.fv__title .fv-char {
  display: inline-block;
  opacity: 0;
  transform: translateY(80px) rotateY(-90deg) scale(0.3);
}

.fv__title.is-animated .fv-char {
  animation: fvCharReveal 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

.fv__title .fv-char--green {
  color: #2e7d32;
  text-shadow: 0 0 20px rgba(46, 125, 50, 0.5);
}

@keyframes fvCharReveal {
  0% {
    opacity: 0;
    transform: translateY(80px) rotateY(-90deg) scale(0.3);
    filter: blur(15px);
    text-shadow: 0 0 0 transparent;
  }
  60% {
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.8);
  }
  100% {
    opacity: 1;
    transform: translateY(0) rotateY(0) scale(1);
    filter: blur(0);
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6);
  }
}

.header {
  opacity: 1;
}

#sbi_images {
  display: flex !important;
  width: max-content !important;
}
@media screen and (max-width: 768px) {
  #sbi_images {
    padding: 0 5.3333333333vw !important;
  }
}

#sb_instagram {
  width: 100% !important;
  overflow: auto !important;
  margin: 50px auto !important;
}

.sbi_item {
  width: 27vw !important;
}
@media screen and (max-width: 768px) {
  .sbi_item {
    width: 75vw !important;
  }
}

/* ===== モバイルフレンドリー改善 ===== */
@media screen and (max-width: 768px) {
  /* 全体のベースフォントサイズ */
  body {
    font-size: 15px;
    line-height: 1.8;
  }

  /* セクションタイトル */
  .section__title {
    font-size: 36px !important;
    line-height: 1.2;
  }

  .section__subTitle {
    font-size: 13px !important;
    padding: 8px 14px;
  }

  /* About セクション */
  .about__contents h3 {
    font-size: 22px !important;
    line-height: 1.5;
    margin-bottom: 15px;
  }

  .about__contents p {
    font-size: 14px !important;
    line-height: 1.9;
  }

  /* CTA ボタン */
  .cta-buttons__title {
    font-size: 14px !important;
    padding: 15px 10px;
  }

  /* Features セクション */
  .features__item--text {
    font-size: 14px !important;
    line-height: 1.8;
  }

  /* Pricing セクション */
  .pricing__point h3 {
    font-size: 15px !important;
    line-height: 1.4;
  }

  .pricing__point p {
    font-size: 13px !important;
    line-height: 1.7;
  }

  /* FAQ セクション */
  .faq__item--title p {
    font-size: 14px !important;
    line-height: 1.6;
  }

  .faq__item--textWrap p {
    font-size: 14px !important;
    line-height: 1.8;
  }

  /* SNS セクション */
  .sns__text {
    font-size: 14px !important;
    line-height: 1.7;
  }

  /* Space セクション */
  .space__list--title {
    font-size: 15px !important;
    line-height: 1.4;
  }

  /* News セクション */
  .news__list--text {
    font-size: 14px !important;
    line-height: 1.6;
  }

  /* 一般的なパディング改善 */
  .about,
  .features,
  .pricing,
  .faq,
  .sns,
  .news {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

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