img.section-rounding {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  z-index: 30;
  object-position: center bottom;
  object-fit: contain;
}
@media screen and (max-width: 1001px) {
  img.section-rounding {
    display: none;
  }
}

.content-st {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.content-st .left-col,
.content-st .right-col {
  flex: 1;
  max-width: 60rem;
}
@media screen and (min-width: 1001px) {
  .content-st {
    flex-direction: row;
    align-items: flex-start;
  }
  .content-st.content-reverse {
    flex-direction: row-reverse;
  }
}

.green-border-content {
  box-sizing: border-box;
  padding: 1.4rem;
  background-color: #ffffff;
  border: 3px solid #73bc7a;
  border-radius: 2rem;
}

.gold-border-content {
  box-sizing: border-box;
  padding: 2.6rem;
  background-color: #ffffff;
  border: 4px solid #eeda97;
  border-radius: 2rem;
}

.yellow-card {
  box-sizing: border-box;
  padding: 3rem 2rem;
  background-color: #fff9e6;
  border-radius: 4rem;
}

section.fv {
  position: relative;
  z-index: 10;
  background-color: #fdf1c9;
}
section.fv .content-wrapper {
  position: relative;
  padding: clamp(8rem, 12vw, 10rem) 0 clamp(5rem, 10vh, 10rem);
  width: 100%;
  max-width: 192rem;
  height: fit-content;
  min-height: 80rem;
  box-sizing: border-box;
}
section.fv .content-wrapper .img-container {
  display: none;
  position: absolute;
  bottom: -1px;
  right: 0;
  z-index: 0;
  width: clamp(19.5rem, 42.5vw, 36rem);
  height: fit-content;
}
section.fv .content-wrapper .img-container img,
section.fv .content-wrapper .img-container picture {
  display: block;
  object-position: bottom;
}
section.fv .text-container,
section.fv .content-container,
section.fv .point-container,
section.fv .contact-block {
  width: 100%;
  position: relative;
  z-index: 10;
}
section.fv .content-container {
  text-align: center;
}
section.fv .text-container {
  margin-bottom: 2.4rem;
}
section.fv .speech {
  position: relative;
  box-sizing: border-box;
  min-width: 20em;
  padding: 0.75em 1em;
  margin-bottom: 1em;
  background-color: #ffffff;
  border-radius: 8rem;
  color: #188821;
  font-size: clamp(1.4rem, 2.2vw, 2.2rem);
  letter-spacing: 0.04em;
  line-height: 150%;
}
section.fv .speech img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  display: block;
  width: 1.4rem;
}
section.fv h1 {
  color: #188821;
  letter-spacing: 0.04em;
  line-height: 120%;
  margin-bottom: 1.7em;
}
section.fv p.catch {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
}
section.fv p.catch img {
  display: block;
  width: 100%;
  max-width: 33rem;
}
section.fv .point-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.6rem;
}
section.fv .point-container .point,
section.fv .point-container .point-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  aspect-ratio: 1/1;
}
section.fv .point-container .point {
  width: 10.6rem;
  background-color: #ffffff;
  color: #ffffff;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 140%;
}
section.fv .point-container .point-inner {
  width: 10rem;
  background-color: #519356;
}
section.fv .point-container .highlight {
  font-size: 1.6em;
  vertical-align: baseline;
}
section.fv .contact-block {
  position: relative;
  z-index: 100;
  gap: 1.5rem;
  align-self: flex-start;
  width: fit-content;
  margin: 5vh 0 0 8.333vw;
  padding: 1rem;
  background-color: #ffffff;
  border-radius: 1rem;
}
section.fv .contact-block .cta-wrapper {
  gap: 0.5rem;
}
@media screen and (max-width: 992px) {
  section.fv .contact-block {
    margin: 5vh auto 0;
    padding: 2rem;
    font-size: 1.8rem;
    max-width: 96%;
  }
  section.fv .contact-block .gold-btn .main {
    font-size: 1.8rem;
  }
  section.fv .contact-block .gold-btn .sub {
    font-size: 1.4rem;
  }
  section.fv .contact-block .infobox {
    width: 100%;
    flex-direction: column;
    gap: 0;
  }
  section.fv .contact-block .infobox .label {
    width: 100%;
    border-radius: unset;
    border-top-left-radius: 0.4rem;
    border-top-right-radius: 0.4rem;
  }
  section.fv .contact-block .infobox .contact-info {
    width: 100%;
    border: 1px solid #519356;
    border-top: unset;
    border-bottom-left-radius: 0.4rem;
    border-bottom-right-radius: 0.4rem;
    padding: 0.6rem;
    gap: 1rem;
  }
  section.fv .contact-block .infobox .contact-info a {
    font-size: 2.1rem;
  }
  section.fv .contact-block .infobox .contact-info a img {
    width: 1.7rem;
  }
  section.fv .contact-block .infobox .contact-info .time {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 993px) {
  section.fv .content-wrapper {
    padding: clamp(12rem, 21vh, 23rem) 0 clamp(5rem, 10vh, 10rem);
    max-width: 192rem;
    height: calc(100vh + 6rem);
    min-height: fit-content;
    max-height: 124rem;
  }
  section.fv .content-wrapper .img-container {
    display: block;
    width: clamp(19.5rem, 45vw, 79rem);
    bottom: -5rem;
    left: calc(50% + 5rem);
    right: unset;
  }
  section.fv .content-wrapper .content-container {
    display: grid;
    width: 98%;
    max-width: 160rem;
    grid-template-columns: 5rem 1fr 1fr clamp(5rem, 10.5vw, 20rem);
    grid-template-rows: auto;
  }
  section.fv .content-wrapper .text-container {
    grid-column: 2/3;
    grid-row: 1/2;
    align-items: flex-start;
    text-align: start;
    margin: 0;
  }
  section.fv .content-wrapper .text-container .speech {
    padding: 0.9em 1.5em;
    margin-bottom: 1.5em;
  }
  section.fv .content-wrapper .text-container .speech img {
    width: 2.8rem;
  }
  section.fv .content-wrapper .text-container h1 {
    line-height: 140%;
  }
  section.fv .content-wrapper .text-container p.catch {
    align-items: flex-start;
  }
  section.fv .content-wrapper .text-container p.catch img {
    max-width: 57rem;
  }
  section.fv .content-wrapper .point-container {
    grid-column: 3/5;
    grid-row: 1/2;
  }
  section.fv .content-wrapper .contact-block {
    gap: 2rem;
    margin: clamp(2rem, 9vh, 9rem) 0 0 calc((100% - clamp(0px, 98%, 160rem)) / 2 + 5rem);
    padding: 2.8rem;
    border-radius: 4.5rem;
  }
  section.fv .content-wrapper .contact-block .infobox {
    align-self: flex-start;
  }
  section.fv .point-container {
    gap: 1.2rem;
    width: calc(100% + 3rem);
    margin-left: -3rem;
  }
  section.fv .point-container .point {
    flex: 1;
    max-width: 27rem;
    font-size: clamp(1.6rem, 1.2vw, 2rem);
    letter-spacing: 0.04em;
    line-height: 140%;
  }
  section.fv .point-container .point-inner {
    width: calc(100% - 2rem);
  }
  section.fv .point-container .highlight {
    font-size: 2.25em;
    letter-spacing: 0;
    line-height: 120%;
  }
}
@media screen and (min-width: 1601px) {
  section.fv .content-wrapper .content-container {
    grid-template-columns: clamp(5rem, 10.5vw, 20rem) 1fr 1fr clamp(5rem, 10.5vw, 20rem);
  }
  section.fv .content-wrapper .contact-block {
    margin-left: calc((100% - clamp(0px, 98%, 160rem)) / 2 + clamp(5rem, 10.5vw, 20rem));
  }
}

section.about {
  position: relative;
  z-index: 11;
  padding: 3rem 0 clamp(15rem, 15vw, 22rem);
  background-color: #519356;
  color: #ffffff;
}
section.about h3 {
  font-size: 1.3em;
}
section.about p {
  line-height: 180%;
}
section.about .content-container {
  gap: clamp(4rem, 10vw, 13rem);
}
section.about .about-content {
  row-gap: 2.4rem;
}
section.about .about-content img {
  border-radius: 2.5rem;
}
section.about .media-content {
  gap: 3rem;
  width: 92%;
  max-width: 64rem;
}
section.about .media-content .video-container,
section.about .media-content iframe {
  width: 100%;
  aspect-ratio: 3/2;
}
section.about .media-content .video-container {
  box-sizing: border-box;
  padding: 2rem;
  overflow: hidden;
  background-color: #ffffff;
  border-radius: 2rem;
}
@media screen and (min-width: 1001px) {
  section.about .about-content .text-col {
    padding: 2rem 0 0 clamp(4rem, 8vw, 13rem);
  }
}

section.worry {
  position: relative;
  z-index: 11;
  padding: clamp(5rem, 9vw, 9rem) 0 clamp(4rem, 8vw, 13rem);
  background-color: #fdf1c9;
}
section.worry .content-container {
  gap: clamp(4rem, 8vw, 8rem);
}
section.worry h2 {
  letter-spacing: 0.04em;
  line-height: 170%;
}
section.worry .worry-samples {
  width: 100%;
  column-gap: 3rem;
  row-gap: 6rem;
}
section.worry .worry-card {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex: 1;
  max-width: 38rem;
}
section.worry .worry-card .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: fit-content;
  font-size: clamp(1.6rem, 2vw, 1.8rem);
  letter-spacing: 0.04em;
  line-height: 140%;
  text-align: center;
  min-width: 30rem;
  max-width: 32rem;
  min-height: 10.4rem;
}
section.worry .worry-card img {
  width: 100%;
  height: 27rem;
  object-fit: contain;
  object-position: center;
}
section.worry .mid-title {
  margin-bottom: clamp(2rem, 4vw, 5rem);
}
section.worry .solution {
  max-width: 100rem;
}
section.worry .gold-neta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 86rem;
  box-sizing: border-box;
  padding: 0.7em 1em;
  margin-bottom: 5.5rem;
  background-color: #eeda97;
  border-radius: 3.1em;
  font-size: clamp(1.6rem, 3vw, 3.5rem);
  letter-spacing: 0.04em;
  line-height: 160%;
  text-align: center;
}
section.worry .gold-neta:after {
  content: "";
  position: absolute;
  bottom: 0;
  transform: translateY(99%);
  display: block;
  background-color: #eeda97;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  width: 1.23em;
  height: 1em;
}
section.worry .solution-content .solution-img {
  display: block;
  width: 95.5%;
}
section.worry .solution-content .content {
  display: flex;
  flex-direction: column;
  gap: 3em;
  width: 100%;
  border-color: #188821;
  border-radius: 2.6rem;
  border-width: 0.7rem;
  padding: 1.6em 1.5em 3em;
}
section.worry .solution-content .content p {
  line-height: 180%;
}
@media screen and (min-width: 1001px) {
  section.worry .worry-samples {
    align-items: flex-end;
  }
}

section.point {
  padding: clamp(8rem, 10vw, 13rem) 0;
}
section.point h2 {
  margin-bottom: clamp(6rem, 10vw, 10rem);
  letter-spacing: 0.04em;
  line-height: 160%;
}
section.point .point-content {
  gap: clamp(8rem, 15vw, 15rem);
}
section.point .point-row {
  width: 100%;
  row-gap: 4rem;
}
section.point .point-row .left-col,
section.point .point-row .right-col {
  display: flex;
  flex-direction: column;
  max-width: 50rem;
}
section.point .point-row .img-col {
  align-items: flex-end;
}
section.point .point-row .img-col img {
  width: 24rem;
}
section.point .point-row .text-col {
  gap: 2.5em;
}
section.point .point-row .text-col h3 {
  line-height: 153%;
}
section.point .point-row .text-col p {
  line-height: 190%;
}
section.point .point-row.content-reverse .img-col {
  align-items: flex-start;
}
@media screen and (min-width: 1001px) {
  section.point .point-row .img-col {
    align-items: flex-end;
    padding: 0 0 0 2rem;
  }
  section.point .point-row .img-col img {
    height: 30.8rem;
    width: auto;
  }
  section.point .point-row.content-reverse .img-col {
    align-items: flex-start;
    padding: 0 2rem;
  }
}

.dot-line {
  position: absolute;
  z-index: 1;
  display: none;
  height: 0.4rem;
  background: url(../img/top/dot.svg) center repeat-x;
  background-size: auto 0.3rem;
}

section.flow {
  padding: clamp(10rem, 16vw, 16rem) 0 clamp(10rem, 14vw, 14rem);
  gap: clamp(6rem, 10vw, 10rem);
}

.request {
  position: relative;
  margin-bottom: 2rem;
}
.request .request-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  width: 100%;
  box-sizing: border-box;
  padding: clamp(1rem, 2vw, 2rem) clamp(1rem, 2vw, 2rem) clamp(2rem, 3vw, 3rem);
  border-top: 0.3rem solid #519356;
  border-right: 0.3rem solid #519356;
  border-left: 0.3rem solid #519356;
  border-top-left-radius: 6rem;
  border-top-right-radius: 6rem;
  background-color: #519356;
  color: #ffffff;
}
.request .request-header h2 {
  font-size: clamp(1.8rem, 3vw, 3.2rem);
}
.request .request-header p {
  line-height: 153%;
}
.request .request-content {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: clamp(2rem, 4vw, 4rem);
  border-bottom: 0.3rem solid #519356;
  border-right: 0.3rem solid #519356;
  border-left: 0.3rem solid #519356;
  border-bottom-left-radius: 6rem;
  border-bottom-right-radius: 6rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 4rem;
  column-gap: clamp(3rem, 7vw, 10rem);
}
.request .step {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 10;
  gap: 1rem;
  width: 100%;
  max-width: 30rem;
  aspect-ratio: 1/1;
  background-color: #fdf1c9;
  border-radius: 50%;
  color: #188821;
  font-size: 2.4rem;
  margin: auto;
}
.request .step .bottom-content,
.request .step .top-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  flex: 1;
  text-align: center;
}
.request .step .border {
  display: block;
  width: 90%;
  max-width: 25rem;
  height: 1px;
  background-color: #188821;
  margin-top: 0.5rem;
}
.request .step .label {
  font-size: 2rem;
  text-transform: uppercase;
}
.request .step .number {
  font-size: 5rem;
  line-height: 100%;
}
.request .step .bottom-content {
  line-height: 150%;
  letter-spacing: 0.04em;
  justify-content: flex-start;
}
.request .step .subtitle {
  font-size: 0.75em;
  line-height: 200%;
}
.request .deco {
  display: block;
  position: absolute;
  z-index: 11;
  width: 12rem;
  bottom: -10rem;
  right: 2rem;
}
@media screen and (min-width: 801px) {
  .request .request-header {
    border-width: 1rem;
  }
  .request .request-content {
    border-width: 1rem;
    grid-template-columns: repeat(2, 1fr);
  }
  .request .deco {
    width: 22.6rem;
    bottom: -7.5rem;
    right: 7rem;
  }
}
@media screen and (min-width: 1201px) {
  .request .request-content {
    grid-template-columns: repeat(3, 1fr);
  }
  .request .request-content .dl-right {
    display: block;
    top: 19rem;
    right: 0;
    width: calc(100% - 4rem - 15rem);
  }
  .request .request-content .dl-left {
    display: block;
    bottom: 19rem;
    left: 0;
    width: calc(44rem + 1px);
  }
  .request .deco {
    bottom: -2.5rem;
  }
}

.payment {
  gap: 5rem;
}
.payment .card-wrapper {
  gap: clamp(5rem, 7vw, 7rem);
}
.payment .card-container {
  gap: 4rem;
}
.payment .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 3rem;
  flex: 1;
  align-self: stretch;
}
.payment .card .card-img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.payment .card .card-img img {
  width: 20rem;
}
.payment .card .card-header {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.payment .card h3 {
  font-size: clamp(2rem, 2.8vw, 2.8rem);
  line-height: 140%;
}
.payment .card h3.large {
  font-size: clamp(2.4rem, 3vw, 3.2rem);
}
.payment .card p.text {
  font-size: 1.6rem;
  line-height: 175%;
  text-align: start;
}
.payment .card p.price {
  font-size: 2.5em;
  line-height: 100%;
  margin-bottom: 0.7em;
}
.payment .card p.subtitle {
  font-size: clamp(1.6rem, 2vw, 1.8rem);
}
.payment .card.full-card {
  gap: 4rem;
  padding: clamp(2rem, 4vw, 4rem);
}
.payment .payment-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4rem;
}
.payment .payment-container .payment-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 1rem;
  width: 28rem;
  min-height: 14.5rem;
  max-width: 100%;
  box-sizing: border-box;
  padding: 2rem 4rem 1.4rem;
  background-color: #ffffff;
  border-radius: 2rem;
}
.payment .payment-container .payment-card h4 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1;
  font-size: 2.2rem;
  text-align: center;
}
.payment .payment-container .payment-card .kk-info {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 1rem;
}
.payment .payment-container .payment-card .kk-info img {
  width: 7.2rem;
}
.payment .payment-container .payment-card p {
  text-align: start;
  font-size: 1.6rem;
  line-height: 125%;
}
@media screen and (min-width: 651px) {
  .payment .card .card-header {
    min-height: 7.8rem;
  }
  .payment .card .card-footer p.text {
    min-height: 4rem;
    vertical-align: middle;
  }
}

.service {
  width: 92%;
  max-width: 59rem;
  gap: 5.5rem;
}
.service h2 {
  font-size: clamp(2rem, 3vw, 3.2rem);
}
.service .card-container {
  width: 100%;
  gap: 2.8rem;
  justify-content: center;
}
.service .card-container .card {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  gap: 2.5rem;
  width: 28rem;
  max-width: 100%;
}
.service .card-container .card h4 {
  font-size: clamp(1.8rem, 2vw, 2.4rem);
  text-align: center;
}
.service .card-container .card p {
  font-size: 1.6rem;
  line-height: 150%;
}
@media screen and (min-width: 651px) {
  .service .card-container .card {
    align-self: stretch;
  }
}

section.temple,
section.review {
  gap: 6rem;
}
section.temple h2,
section.review h2 {
  font-size: clamp(1.8rem, 3vw, 3.2rem);
}

section.review {
  padding: clamp(10rem, 10vw, 14rem) 0 clamp(5rem, 5vw, 7rem);
}
section.review .review-container {
  gap: 3rem;
}
section.review .review-card {
  width: 100%;
  padding: 4rem clamp(2rem, 4vw, 4rem);
  column-gap: 3.4rem;
  row-gap: 4rem;
  align-items: center;
}
section.review .review-card .img-col {
  flex: 1;
  max-width: clamp(14rem, 28vw, 28rem);
}
section.review .review-card .img-col img {
  width: 100%;
}
section.review .review-card .text-col {
  flex: 1;
  gap: 2rem;
}
section.review .review-card .text-col .meta-row,
section.review .review-card .text-col .title-row {
  font-size: clamp(2rem, 2vw, 2.4rem);
}
section.review .review-card .text-col .meta-row {
  display: flex;
  gap: clamp(2rem, 6vw, 8rem);
}
section.review .review-card .text-col .text-body {
  font-size: 1.6rem;
  line-height: 155%;
}

section.temple {
  padding-top: clamp(5rem, 5vw, 7rem);
  margin-bottom: clamp(10rem, 10vw, 14rem);
}
section.temple .temple-container {
  column-gap: 3rem;
  row-gap: 4rem;
}
section.temple .temple-card {
  width: 100%;
  margin: 0 auto;
  max-width: 40rem;
  padding: 2.6rem clamp(2rem, 4vw, 4rem);
  gap: 1rem;
}
section.temple .temple-card .img-col,
section.temple .temple-card .text-col {
  flex: 1;
  width: 100%;
}
section.temple .temple-card .img-col img {
  width: 100%;
  border-radius: 1rem;
}
section.temple .temple-card .text-col {
  gap: 2rem;
}
section.temple .temple-card .text-col .meta-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  column-gap: 1em;
  row-gap: 1rem;
  font-size: clamp(2rem, 2vw, 2.4rem);
}
section.temple .temple-card .text-col .text-body {
  font-size: 1.6rem;
  line-height: 155%;
}

section.goal {
  padding: clamp(7rem, 10vw, 12rem) 0 7rem;
  background-color: #188821;
}
section.goal h2 {
  font-size: clamp(2.4rem, 4vw, 4rem);
}
section.goal .content-container {
  gap: clamp(4rem, 7vw, 7rem);
  width: 92%;
  max-width: 78rem;
  color: #ffffff;
}
section.goal .content-container p {
  line-height: 220%;
}

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