@charset "UTF-8";
/*!
global > color
------------------------------
*/
/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
/*!
global > mixin
------------------------------
*/
/* ================================
UTILITIES
================================ */
.p-top .mv {
  position: relative;
  padding-top: 48px;
  padding-bottom: 51px;
}
@media screen and (min-width: 768px) {
  .p-top .mv {
    padding-top: 252px;
    padding-bottom: 104px;
  }
}
.p-top .mv::after {
  position: absolute;
  opacity: 0.6;
  pointer-events: none;
  content: "";
  inset: 0;
  background-image: url("./../images/common/img_mv_sp.webp");
  background-position: center bottom;
  background-size: min(1440px, 100vw);
  background-repeat: repeat-x;
  mix-blend-mode: multiply;
}
@media screen and (min-width: 768px) {
  .p-top .mv::after {
    background-image: url("./../images/common/img_mv.webp");
  }
}
.p-top .mv__wrap {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
.p-top .mv__in {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: flex-start;
  padding-inline: 25px;
}
@media screen and (min-width: 768px) {
  .p-top .mv__in {
    padding-left: 5.8333333333%;
    padding-right: 2.7777777778%;
    flex-direction: row;
  }
}
.p-top .mv__fig {
  min-width: 92.8205128205vw;
  padding-top: 64px;
}
@media screen and (min-width: 768px) {
  .p-top .mv__fig {
    padding-top: 0;
    width: 42.8571428571%;
    min-width: 0;
  }
}
.p-top .mv__content {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-top .mv__content {
    width: 53.9513677812%;
    padding-top: 2.811550152%;
  }
}
.p-top .mv__benefit {
  display: flex;
  justify-content: center;
  gap: 7px;
}
@media screen and (min-width: 768px) {
  .p-top .mv__benefit {
    justify-content: flex-start;
    gap: 16px;
  }
}
.p-top .mv__benefit-item {
  font-size: clamp(1rem, 13.3333vw + -2.125rem, 1.125rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #fff;
  border-radius: 5px;
  font-family: "Noto Serif JP", serif;
  background-color: #008E64;
  padding-inline: 10px;
}
@media screen and (min-width: 768px) {
  .p-top .mv__benefit-item {
    font-size: 1.1875rem;
  }
}
.p-top .mv__title {
  font-size: 2.125rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: center;
  color: #191919;
  font-family: "Noto Serif JP", serif;
  padding-top: 24px;
}
@media screen and (min-width: 768px) {
  .p-top .mv__title {
    font-size: clamp(2.125rem, 1.3393vw + 1.4821rem, 2.6875rem);
    text-align: left;
    padding-top: 21px;
  }
}
.p-top .mv__title .important {
  position: relative;
  display: inline-block;
  font-size: 3.125rem;
  letter-spacing: 0.1em;
  color: #008E64;
  padding-inline: 0.46875em;
}
@media screen and (min-width: 768px) {
  .p-top .mv__title .important {
    font-size: clamp(3.125rem, 2.0833vw + 2.125rem, 4rem);
  }
}
.p-top .mv__title .important::before {
  content: "「";
  position: absolute;
  top: 0;
  left: -0.64em;
}
.p-top .mv__title .important::after {
  content: "」";
  position: absolute;
  top: 0;
  right: -0.64em;
}
.p-top .mv__title .important:nth-of-type(2) {
  margin-left: 0.15625em;
}
.p-top .mv__catch {
  font-size: clamp(1rem, 6.6667vw + -0.5625rem, 1.0625rem);
  font-weight: 500;
  line-height: 1.7647058824;
  letter-spacing: 0.05em;
  text-align: center;
  color: #191919;
  padding-top: 34px;
}
@media screen and (min-width: 768px) {
  .p-top .mv__catch {
    font-size: 1.125rem;
    text-align: left;
    padding-top: 29px;
  }
}
.p-top .message {
  position: relative;
  background-color: #008E64;
  padding-top: 30px;
  padding-bottom: 57px;
}
@media screen and (min-width: 768px) {
  .p-top .message {
    padding-top: 135px;
    padding-bottom: 130px;
  }
}
.p-top .message__bg {
  position: absolute;
  mix-blend-mode: screen;
  opacity: 0.3;
  inset: 0;
}
.p-top .message__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-top .message__inner {
  display: flex;
  flex-direction: column-reverse;
  gap: 45px;
  width: calc(100% - 50px);
  max-width: 1224px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-top .message__inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
  }
}
.p-top .message__content {
  position: relative;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  padding-left: 15px;
}
@media screen and (min-width: 768px) {
  .p-top .message__content {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 46.160130719%;
    min-width: 370px;
    padding-left: 0;
    padding-right: 1.8790849673%;
  }
}
.p-top .message__title {
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 768px) {
  .p-top .message__title {
    font-size: clamp(2rem, 1.2658vw + 1.3924rem, 2.5rem);
    line-height: 2;
    line-height: clamp(3.4375rem, 3.9557vw + 1.5388rem, 5rem);
    letter-spacing: 0.26em;
    writing-mode: vertical-rl;
  }
}
.p-top .message__title span {
  font-size: 1.5625rem;
  margin-top: -0.2307692308em;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 768px) {
  .p-top .message__title span {
    font-size: clamp(1.25rem, 0.9494vw + 0.7943rem, 1.625rem);
    letter-spacing: 0.26em;
  }
}
.p-top .message__text {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.13em;
  padding-top: 32px;
}
@media screen and (min-width: 768px) {
  .p-top .message__text {
    font-size: clamp(1.125rem, 0.6329vw + 0.8212rem, 1.375rem);
    line-height: 2.35;
    line-height: clamp(2.5rem, 1.8513vw + 1.6114rem, 3.2313rem);
    letter-spacing: 0.15em;
    padding-top: 0;
    writing-mode: vertical-rl;
  }
}
.p-top .message__gallery {
  aspect-ratio: 340/292;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top .message__gallery {
    width: 46.160130719%;
    aspect-ratio: 565/485;
  }
}
.p-top .message__gallery-item {
  position: absolute;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
}
.p-top .message__gallery-item01 {
  top: -3px;
  left: 1px;
  width: 52.0353982301%;
}
.p-top .message__gallery-item02 {
  top: 19.587628866%;
  right: 0;
  width: 33.4513274336%;
}
.p-top .message__gallery-item03 {
  bottom: 3.7113402062%;
  left: 14.8672566372%;
  width: 22.6548672566%;
}
.p-top .message__gallery-item04 {
  right: 2.4778761062%;
  bottom: 3px;
  width: 44.2477876106%;
}
.p-top .group_white_bg {
  background-color: #fff;
  overflow: hidden;
}
.p-top .recommend {
  position: relative;
  z-index: 1;
}
.p-top .recommend::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 160%;
  height: 399px;
  min-width: 764px;
  border-radius: 49%;
  transform: translateX(-50%);
  content: "";
  background-color: #EEF0E5;
}
@media screen and (min-width: 768px) {
  .p-top .recommend::before {
    width: 2817px;
    height: 1597px;
  }
}
.p-top .recommend::after {
  position: absolute;
  top: 0;
  bottom: 70px;
  left: 0;
  z-index: -1;
  width: 100%;
  content: "";
  background-color: #EEF0E5;
}
@media screen and (min-width: 768px) {
  .p-top .recommend::after {
    display: none;
  }
}
.p-top .recommend__heading {
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .p-top .recommend__heading {
    font-size: clamp(1.75rem, 1.2658vw + 1.1424rem, 2.25rem);
  }
}
.p-top .recommend__heading::before {
  left: -12px;
}
@media screen and (min-width: 768px) {
  .p-top .recommend__heading::before {
    left: 2px;
  }
}
.p-top .recommend__heading::after {
  right: -12px;
}
@media screen and (min-width: 768px) {
  .p-top .recommend__heading::after {
    right: 2px;
  }
}
.p-top .recommend .l-recommend {
  padding-bottom: 64px;
}
@media screen and (min-width: 768px) {
  .p-top .recommend .l-recommend {
    padding-bottom: 130px;
  }
}
.p-top .solution {
  padding-top: 43px;
  padding-bottom: 120px;
}
@media screen and (min-width: 768px) {
  .p-top .solution {
    padding-top: 108px;
  }
}
.p-top .solution__inner {
  position: relative;
  width: calc(100% - 50px);
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-top .solution__inner {
    position: static;
  }
}
@media screen and (min-width: 768px) {
  .p-top .solution__head {
    position: relative;
  }
}
.p-top .solution__person {
  position: absolute;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-top .solution__person {
    bottom: -13px;
  }
}
.p-top .solution__person--left {
  right: 0;
}
@media screen and (min-width: 768px) {
  .p-top .solution__person--left {
    right: initial;
    left: clamp(0rem, 10.7595vw + -5.1646rem, 4.25rem);
    width: 8.6842105263%;
  }
}
.p-top .solution__person--right {
  right: clamp(0rem, 8.7025vw + -4.1772rem, 3.4375rem);
  display: none;
  width: 9.9122807018%;
}
@media screen and (min-width: 768px) {
  .p-top .solution__person--right {
    display: block;
  }
}
.p-top .solution__content {
  position: relative;
}
.p-top .solution__bubble {
  z-index: 1;
  display: block;
  width: 122px;
  height: 106px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0em;
  text-align: center;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  background-image: url("../images/top/bg_bubble.webp");
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 7px;
}
@media screen and (min-width: 768px) {
  .p-top .solution__bubble {
    position: absolute;
    top: -1.0227272727em;
    left: -0.5227272727em;
    width: 2.7727272727em;
    height: 2.4090909091em;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
}
.p-top .solution__bubble-text {
  display: block;
  font-size: 1rem;
  transform: rotate(-15deg);
  padding-top: 22px;
  padding-right: 16px;
}
@media screen and (min-width: 768px) {
  .p-top .solution__bubble-text {
    padding-top: clamp(0.9375rem, 1.5823vw + 0.178rem, 1.5625rem);
    padding-right: 0.625em;
    font-size: clamp(0.75rem, 0.6329vw + 0.4462rem, 1rem);
  }
}
.p-top .solution__title {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.01em;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-top .solution__title {
    font-size: clamp(2rem, 1.8987vw + 1.0886rem, 2.75rem);
  }
}
.p-top .solution__title .green {
  color: #008E64;
}
.p-top .solution__text {
  font-size: 1.0625rem;
  line-height: 1.8823529412;
  letter-spacing: 0.05em;
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-top .solution__text {
    font-size: 1.125rem;
    line-height: 2;
    text-align: center;
    padding-inline: 100px;
    padding-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .p-top .solution__text .inline-block {
    display: inline-block;
  }
}
.p-top .solution__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .p-top .solution__list {
    gap: 36px;
    margin-top: 55px;
  }
}
.p-top .solution__item {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  padding: 12px 17px;
  border: 2px solid #008E64;
  border-radius: 10px;
  background-color: #FBF8E9;
}
@media screen and (min-width: 768px) {
  .p-top .solution__item {
    justify-content: center;
    width: calc((100% - 72px) / 3);
    min-width: 300px;
    padding-block: 48px;
  }
}
.p-top .solution__check {
  background-image: url("../images/top/icon_solution_check.webp");
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
}
@media screen and (min-width: 768px) {
  .p-top .solution__check {
    width: 50px;
    height: 50px;
  }
}
.p-top .solution__label {
  font-size: 1.625rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #008E64;
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 768px) {
  .p-top .solution__label {
    font-size: 1.875rem;
  }
}
.p-top .solution__btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .p-top .solution__btn-wrap {
    margin-top: 64px;
  }
}
.p-top .solution__btn-wrap .btn {
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-top .solution__btn-wrap .btn {
    gap: 30px;
  }
}
.p-top .cemetery-intro {
  position: relative;
  padding-top: 56px;
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .p-top .cemetery-intro {
    padding-top: 80px;
    padding-bottom: 120px;
  }
}
.p-top .cemetery-intro__deco {
  position: absolute;
}
.p-top .cemetery-intro__deco--trees {
  top: 0;
  left: 25px;
  width: 240px;
  transform: translateY(-68%);
}
@media screen and (min-width: 768px) {
  .p-top .cemetery-intro__deco--trees {
    left: 100px;
    width: 300px;
    transform: translateY(-74%);
  }
}
.p-top .cemetery-intro__deco--person {
  right: calc(clamp(0rem, 6.1709vw + -2.962rem, 2.4375rem) * -1);
  bottom: -95px;
  z-index: 1;
  display: none;
  width: 6.0526315789%;
}
@media screen and (min-width: 768px) {
  .p-top .cemetery-intro__deco--person {
    display: block;
  }
}
.p-top .cemetery-intro__inner {
  position: relative;
  width: calc(100% - 50px);
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-top .cemetery-intro__inner {
    width: 100%;
    padding-inline: 20px;
  }
}
.p-top .cemetery-intro__header {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 21px 4.2105263158%;
}
@media screen and (min-width: 768px) {
  .p-top .cemetery-intro__header {
    flex-direction: row;
    align-items: center;
    row-gap: 10px;
  }
}
.p-top .cemetery-intro__title {
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.06em;
  color: #008E64;
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 768px) {
  .p-top .cemetery-intro__title {
    width: 482px;
    font-size: 2.25rem;
    letter-spacing: 0.028em;
  }
}
.p-top .cemetery-intro__title span {
  display: inline-block;
  color: #191919;
}
.p-top .cemetery-intro__lead {
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.8823529412;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-top .cemetery-intro__lead {
    width: 50%;
    min-width: 350px;
    font-size: 1.125rem;
    line-height: 2;
    padding-right: 50px;
  }
}
.p-top .cemetery-intro__list {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .p-top .cemetery-intro__list {
    gap: 36px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    margin-top: 65px;
  }
}
.p-top .cemetery-intro__btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}
@media screen and (min-width: 768px) {
  .p-top .cemetery-intro__btn-wrap {
    margin-top: 65px;
  }
}
.p-top .cemetery-card {
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 5px 10px 10px rgba(181, 186, 159, 0.15);
  background-color: #fff;
}
.p-top .cemetery-card__thumb {
  aspect-ratio: 356/250;
}
.p-top .cemetery-card__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-top .cemetery-card__body {
  position: relative;
  padding: 18px 24px 23px;
}
@media screen and (min-width: 768px) {
  .p-top .cemetery-card__body {
    padding: 18px 6.7415730337% 23px;
  }
}
.p-top .cemetery-card__title {
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #008E64;
  font-family: "Noto Serif JP", serif;
}
.p-top .cemetery-card__text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-top: 3px;
}
.p-top .cemetery-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}
.p-top .cemetery-card__tags li {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #008E64;
  border: 1px solid #008E64;
  border-radius: 5px;
  padding-inline: 8px;
  padding-block: 3px;
}
.p-top .cemetery-card__arrow {
  position: absolute;
  top: 0;
  right: 24px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transform: translateY(-50%);
  background-color: #008E64;
}
@media screen and (min-width: 768px) {
  .p-top .cemetery-card__arrow {
    right: 6.7415730337%;
  }
}
.p-top .cemetery-card__arrow::before {
  content: "";
  position: absolute;
  background-color: #fff;
  inset: 0;
  -webkit-mask-image: url("./../images/common/icon_arrow.svg");
  mask-image: url("./../images/common/icon_arrow.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 20px 20px;
  mask-size: 20px 20px;
  -webkit-mask-position: center center;
  mask-position: center center;
}
/*# sourceMappingURL=top.css.map */