@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@500&display=swap");
img.decal {
  position: absolute;
  pointer-events: none;
  z-index: 1;
}

section.fv {
  position: relative;
  padding-top: clamp(8rem, 16vw, 16rem);
  margin-bottom: claP(4rem, 5vw, 6rem);
}
section.fv img {
  width: 93.75%;
}
section.fv .event-headline {
  display: flex;
  align-items: center;
  gap: 1.5em;
  bottom: 0;
  right: 0;
  width: fit-content;
  box-sizing: border-box;
  padding: 0.8em 2em;
  background-color: #001a73;
  border-radius: 1rem;
  color: #ffffff;
  font-size: clamp(1.6rem, 2vw, 2.5rem);
}
section.fv .event-headline h3,
section.fv .event-headline h4 {
  font-size: 1em;
  letter-spacing: 0;
  line-height: 140%;
}
section.fv .event-headline img {
  width: clamp(4rem, 5vw, 6rem);
}
@media screen and (min-width: 651px) and (max-width: 1920px) {
  section.fv .event-headline {
    border-top-right-radius: unset;
    border-bottom-right-radius: unset;
  }
}
@media screen and (min-width: 651px) {
  section.fv .event-headline {
    position: absolute;
    border-top-left-radius: 2.4em;
    border-bottom-left-radius: 2.4em;
    transform: translateY(50%);
  }
}

.intro-wrapper {
  width: 100%;
  background-color: #ffffff;
  background-image: url(../img/top/bg-pattern.png);
  background-size: 100%;
  background-repeat: repeat-y;
}

.yellow-wrapper {
  width: 100%;
  background: #fdfcf0;
  background: linear-gradient(180deg, #fdfcf0 0%, #fdfcf0 55%, rgba(255, 255, 255, 0) 55%);
}

section.intro {
  padding-top: clamp(5rem, 5vw, 7.5rem);
  gap: clamp(5rem, 7vw, 8rem);
}
section.intro h1 {
  margin-left: 1rem;
  color: #9bbf96;
  font-size: clamp(6rem, 10vw, 15rem);
  letter-spacing: 0;
  line-height: 100%;
}
section.intro h3 {
  color: #355f27;
  font-size: clamp(1.8rem, 4vw, 5rem);
  line-height: 150%;
  letter-spacing: 0.125em;
}
section.intro .text-container {
  gap: clamp(2rem, 6vw, 8rem);
}
section.intro .text-container .text-inner {
  gap: clamp(4rem, 5vw, 7rem);
}
section.intro .text-container h3 {
  margin-top: calc(clamp(1.6rem, 2vw, 1.8rem) * 0.5);
}
section.intro .text-container p {
  max-width: 60rem;
  font-size: clamp(1.4rem, 2vw, 1.8rem);
  line-height: 2;
  font-weight: 500;
}
@media screen and (min-width: 651px) {
  section.intro .text-container h3 {
    margin-top: calc(clamp(1.6rem, 2vw, 1.8rem) * 0.625);
  }
  section.intro .text-container p {
    font-weight: 700;
  }
}

section.event {
  position: relative;
  padding: clamp(16rem, 15vw, 21rem) 0 clamp(16rem, 21vw, 30rem);
  gap: 13rem;
}
section.event h2 {
  font-size: clamp(2.4rem, 2.2vw, 3.5rem);
}
section.event img.event-decal {
  top: 5.5rem;
  right: clamp(1.6rem, 2vw, 3.2rem);
  width: clamp(12rem, 32vw, 50rem);
}
section.event img.fun-decal {
  bottom: 0;
  left: 0;
  width: clamp(10rem, 25vw, 38rem);
}
section.event .event-grid {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 10;
  width: 96%;
  max-width: 60rem;
  gap: 3rem;
  padding: 0;
}
section.event .event-grid img.deco {
  display: none;
}
section.event .event-grid .event-contents,
section.event .event-grid .event-img {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: clamp(4rem, 7vw, 9rem) 0 clamp(2.4rem, 7vw, 7rem);
}
section.event .event-grid h3 {
  letter-spacing: 0.05em;
  margin-bottom: 0.5em;
}
section.event .event-grid p.intro-text {
  font-size: clamp(1.6rem, 2vw, 1.8rem);
  line-height: 200%;
}
section.event .event-grid .event-contents {
  gap: 2rem;
}
section.event .event-grid .event-contents .vm-btn {
  align-self: flex-start;
}
section.event .event-grid .event-img {
  height: fit-content;
}
section.event .event-grid .event-img .event-deco {
  position: absolute;
  width: 28.5%;
  bottom: 0;
  right: 0;
  transform: translateY(50%);
}
section.event .event-grid .vm-btn {
  margin-top: 2.6rem;
}
section.event .event-grid.eg-auto {
  padding: clamp(4rem, 7vw, 10rem) clamp(2rem, 7vw, 10rem);
}
section.event .event-grid.eg-auto .info-list .fx-row {
  align-items: center;
}
section.event .event-grid.eg-auto .info-list .fx-row .content {
  color: #414141;
}
section.event .event-grid.eg-auto .eg-auto-contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 3rem;
}
section.event .event-grid.eg-auto .eg-auto-card {
  width: 100%;
  max-width: 50rem;
}
@media screen and (max-width: 1001px) {
  section.event .event-grid .border-label {
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
  }
  section.event .event-grid .event-contents,
section.event .event-grid .event-img {
    width: 92%;
  }
  section.event .event-grid .event-img {
    padding-top: 0;
  }
}
@media screen and (min-width: 1001px) {
  section.event img.event-decal {
    top: 0;
  }
  section.event .event-grid {
    padding: 0 clamp(5rem, 7vw, 10rem) 0 clamp(5rem, 6.5vw, 8rem);
    display: grid;
    grid-template-columns: clamp(16rem, 24vw, 38rem) 5fr 4.7fr;
    grid-template-rows: auto;
    gap: 2rem;
    width: calc(clamp(10rem, 86.4vw, 120rem) + (100vw - clamp(10rem, 86.4vw, 120rem)) / 2);
    max-width: 157rem;
  }
  section.event .event-grid img.deco {
    display: block;
    width: 100%;
    margin: auto auto auto 0;
    max-width: 28rem;
  }
  section.event .event-grid.eg-left {
    align-self: flex-start;
  }
  section.event .event-grid.eg-right {
    align-self: flex-end;
  }
  section.event .event-grid .event-img {
    margin: 0 auto auto auto;
    width: 100%;
    padding-bottom: 0;
  }
  section.event .event-grid.eg-auto {
    display: flex;
    padding-right: 0;
  }
  section.event .event-grid.eg-auto .border-label {
    left: clamp(2rem, 7vw, 10rem);
  }
  section.event .event-grid.eg-auto .eg-auto-card {
    width: 100%;
    height: 100%;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1920px) {
  section.event .event-grid.eg-left {
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
    border-left: unset !important;
  }
  section.event .event-grid.eg-right {
    border-top-right-radius: unset;
    border-bottom-right-radius: unset;
    border-right: unset !important;
  }
}
@media screen and (min-width: 1201px) {
  section.event img.event-decal {
    top: calc(clamp(5rem, 5vw, 7rem) * -1);
  }
}

section.news,
section.craftsmen {
  position: relative;
  gap: 4rem;
  width: 92%;
  max-width: 120rem;
  box-sizing: border-box;
  padding: 7rem 2rem 5rem;
  z-index: 10;
}
section.news .border-label,
section.craftsmen .border-label {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
section.news .content-container,
section.craftsmen .content-container {
  position: relative;
}
@media screen and (min-width: 651px) {
  section.news,
section.craftsmen {
    padding: 12rem 9rem 5rem;
  }
}

.craftsmen-wrapper {
  width: 100%;
  position: relative;
}
.craftsmen-wrapper .blue-dot {
  right: 0;
  top: 34rem;
  width: clamp(12rem, 18.75vw, 36rem);
  z-index: 1;
}

section.craftsmen {
  padding-top: clamp(2rem, 4vw, 6.5rem);
}
section.craftsmen .content-container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
}
@media screen and (min-width: 651px) {
  section.craftsmen .content-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

.meta-section-wrapper {
  width: 100%;
  position: relative;
  margin: clamp(4rem, 6vw, 8rem) 0 0;
  padding: clamp(4rem, 6vw, 8rem) 0 clamp(4rem, 7vw, 10rem);
  gap: clamp(4rem, 7vw, 10rem);
}
.meta-section-wrapper .blue-dot-2 {
  left: 0;
  top: 0;
  width: clamp(14rem, 24vw, 42.6rem);
  z-index: 1;
}
.meta-section-wrapper .blue-dot-3 {
  right: 0;
  bottom: 20rem;
  width: clamp(14rem, 24vw, 42.6rem);
  width: clamp(13rem, 22vw, 41.3rem);
  z-index: 1;
}

section.news {
  padding-top: clamp(2rem, 4vw, 6.5rem);
}
section.news .content-container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: clamp(4rem, 5vw, 6rem);
}
section.news .post-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
section.news .post-card img {
  display: block;
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
}
section.news .post-card p,
section.news .post-card h4 {
  font-size: clamp(1.6rem, 2vw, 1.8rem);
  letter-spacing: 0.02em;
}
section.news .post-card p {
  font-weight: 400;
}
@media screen and (min-width: 651px) {
  section.news .content-container {
    grid-template-columns: repeat(3, 1fr);
  }
}

section.contact-qa {
  width: 92%;
  max-width: 114rem;
  gap: 6rem;
}
section.contact-qa .contact-container,
section.contact-qa .qa-container {
  position: relative;
  z-index: 10;
  box-sizing: border-box;
  justify-content: flex-end;
  gap: 3.6rem;
  flex: 1;
  min-height: clamp(20rem, 20vw, 28rem);
  max-width: 54rem;
  padding: 2.5rem;
  border-radius: clamp(4rem, 7vw, 10rem);
  color: #ffffff;
}
section.contact-qa .contact-container p,
section.contact-qa .qa-container p {
  font-weight: bold;
  font-size: clamp(2rem, 2vw, 2.5rem);
  line-height: 160%;
  letter-spacing: 0.05em;
}
section.contact-qa .contact-container .border-label,
section.contact-qa .qa-container .border-label {
  left: unset;
}
section.contact-qa .qa-container {
  border: 3px solid #fdfcf0;
}
@media screen and (min-width: 1001px) {
  section.contact-qa {
    justify-content: center;
  }
  section.contact-qa .qa-container {
    border: 5px solid #fdfcf0;
  }
}

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