@charset "UTF-8";

/*----------------------------------------------------------------------------------
  都市型樹木葬LP：スタイルシート
----------------------------------------------------------------------------------*/
.site-wrapper--lp {
  background-color: #EEF5F0;
}

@media (max-width: 960px) {
  .site-header.is-lp-page {
    display: none;
  }
}

.tjs {
  font-family: "Noto Sans JP", sans-serif;
  color: #444444;
}

/*----------------------------------------------------------------------------------
  共通パーツ
----------------------------------------------------------------------------------*/
.tjs-section {
  position: relative;
  overflow: hidden;
  padding-block: 3.75rem;
  padding-inline: 7.5rem;
}
@media (max-width: 1440px) {
  .tjs-section {
    padding-inline: 2.5rem;
  }
}
@media (max-width: 850px) {
  .tjs-section {
    padding-inline: 2rem;
    padding-block: 2.5rem;
  }
}
.tjs-section__inner {
  position: relative;
  z-index: 1;
  max-width: 75rem;
  margin-inline: auto;
}
.tjs-section__action {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
@media (max-width: 850px) {
  .tjs-section__action {
    margin-top: 1.5rem;
  }
}
.tjs-heading {
  margin-bottom: 2rem;
  text-align: center;
}
@media (max-width: 850px) {
  .tjs-heading {
    margin-bottom: 1.5rem;
  }
}
.tjs-heading-pc {
  display: inline-block;
  max-width: unset;
}
@media (max-width: 850px) {
  .tjs-heading-pc {
    display: none;
  }
}
.tjs-heading-sp {
  display: none;
}
@media (max-width: 850px) {
  .tjs-heading-sp {
    display: inline-block;
  }
}
.tjs-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  width: 100%;
  max-width: 23.75rem;
  padding: 1.5rem 1.875rem;
  border-radius: 0.75rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  transition: opacity 0.3s;
}
@media (max-width: 850px) {
  .tjs-btn {
    max-width: none;
    padding: 1.125rem 1.25rem;
    border-radius: 0.5625rem;
    font-size: 1.125rem;
  }
}
.tjs-btn--primary {
  background: #FF8D39;
  border: 0.18125rem solid #FF8D39;
  color: #FFFFFF;
  transition: background-color 0.3s, transform 0.2s;
}
.tjs-btn--primary:hover {
  background-color: #E6721E;
  border: 0.18125rem solid #E6721E;
  transform: translateY(0.25rem);
}
.tjs-btn--outline {
  background: #FFFFFF;
  border: 0.18125rem solid #00AE68;
  color: #00AE68;
  transition: background-color 0.3s, color 0.3s, transform 0.2s;
}
.tjs-btn--outline:hover {
  background-color: #00AE68;
  color: #FFFFFF;
  transform: translateY(0.25rem);
}
@media (max-width: 850px) {
  .tjs-btn--outline {
    border-width: 0.125rem;
  }
}
.tjs-btn--wide {
  display: flex;
  width: 100%;
  max-width: unset;
  margin-inline: auto;
  margin-top: 2rem;
}
@media (max-width: 850px) {
  .tjs-btn--wide {
    margin-top: 1.5rem;
  }
}
.tjs-btn__icon {
  flex-shrink: 0;
  width: 1.5625rem;
  height: 1.5625rem;
  color: currentColor;
}
@media (max-width: 850px) {
  .tjs-btn__icon {
    width: 1.1875rem;
    height: 1.1875rem;
  }
}
.tjs-price {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0.625rem;
  color: #00AE68;
  padding-bottom: 0.75rem;
}
@media (max-width: 850px) {
  .tjs-price {
    gap: 0.25rem;
  }
}
.tjs-price.tjs-price--plain:not(:last-child) {
  border-bottom: 0.0625rem solid #C3DDD4;
}
@media (max-width: 850px) {
  .tjs-price.tjs-price--plain:last-child {
    padding-bottom: 0;
  }
}
.tjs-price__label {
  align-self: center;
  flex-shrink: 0;
  padding: 0.5rem 1rem;
  border-radius: 1.3125rem;
  background: #00AE68;
  color: #FFFFFF;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 850px) {
  .tjs-price__label {
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
  }
}
.tjs-price__value {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 850px) {
  .tjs-price__value {
    font-size: 1.875rem;
  }
}
.tjs-price__unit {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
}
.tjs-price--plain {
  gap: 0.5rem;
}
.tjs-price--plain .tjs-price__label {
  padding: 0;
  border-radius: 0;
  background: none;
  color: #00AE68;
  font-size: 1rem;
}
@media (max-width: 850px) {
  .tjs-price--plain .tjs-price__label {
    font-size: 1rem;
  }
}
.tjs-leaf-branch {
  position: absolute;
  z-index: 0;
  width: 14.75rem;
  height: auto;
  pointer-events: none;
  user-select: none;
}
@media (max-width: 850px) {
  .tjs-leaf-branch {
    width: 9.4375rem;
  }
}
.tjs-leaf-branch--top-right {
  top: -2.6rem;
  right: -7.875rem;
  z-index: 2;
}
@media (max-width: 850px) {
  .tjs-leaf-branch--top-right {
    top: -9%;
    right: -5%;
  }
}
@media (max-width: 560px) {
  .tjs-leaf-branch--top-right {
    right: -19%;
  }
}
.tjs-leaf-branch--top-left {
  top: -2.4rem;
  left: -8.2rem;
  transform: scaleX(-1);
  z-index: 2;
}
@media (max-width: 850px) {
  .tjs-leaf-branch--top-left {
    top: -3.75rem;
    left: -3.75rem;
  }
}
.tjs-leaf-branch--mid-right {
  top: 15.6rem;
  right: -8.2rem;
  z-index: 2;
}
@media (max-width: 850px) {
  .tjs-leaf-branch--mid-right {
    top: -4.25rem;
    right: -3.75rem;
  }
}
.tjs-leaf-branch--mid-left {
  top: 17rem;
  left: -8.2rem;
  transform: scaleX(-1);
  z-index: 2;
}
@media (max-width: 1100px) {
  .tjs-leaf-branch--mid-left {
    top: -3.75rem;
    left: 8.75rem;
  }
}
@media (max-width: 850px) {
  .tjs-leaf-branch--mid-left {
    top: -2.5rem;
    left: -2.8125rem;
  }
}

/*----------------------------------------------------------------------------------
  ヒーロー
----------------------------------------------------------------------------------*/
.tjs-hero {
  position: relative;
  display: flex;
  overflow: hidden;
  background: #F8FAF9;
}
@media (max-width: 850px) {
  .tjs-hero {
    display: block;
  }
}
.tjs-hero__inner {
  max-width: 90rem;
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: row-reverse;
}
@media (max-width: 1024px) {
  .tjs-hero__inner{
    flex-direction: column;
  }
}
.tjs-hero__photo {
  width: 33.3%;
}
.tjs-hero__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .tjs-hero__photo {
    width: 100%;
    height: 10.625rem;
  }
}
@media (max-width: 560px) {
  .tjs-hero__photo {
    height: 8.875rem;
  }
}
.tjs-hero__body {
  position: relative;
  z-index: 1;
  width: 66.9%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 3.75rem 2.5rem 1.125rem 7.5rem;
  background: #F8FAF9;
}
@media (max-width: 1440px) {
  .tjs-hero__body {
    padding-left: 2.5rem;
  }
}
@media (max-width: 1024px) {
  .tjs-hero__body {
    width: 100%;
    gap: 1rem;
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 560px) {
  .tjs-hero__body {
    gap: 0.125rem;
  }
}
.tjs-hero__body > *:not(.tjs-hero__leaf) {
  position: relative;
  z-index: 1;
}
.tjs-hero__leaf {
  position: absolute;
  z-index: 0;
  bottom: 0;
  right: 0;
  width: 37.1875rem;
  height: auto;
  pointer-events: none;
}
@media (max-width: 850px) {
  .tjs-hero__leaf {
    top: auto;
    left: auto;
    right: 0;
    bottom: 0;
    width: 100%;
  }
}
.tjs-hero__logo, .tjs-footer__logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.625rem;
  padding-bottom: 0.625rem;
}
@media (max-width: 850px) {
  .tjs-hero__logo, .tjs-footer__logo {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.125rem;
  }
}
.tjs-hero__logo img, .tjs-footer__logo img {
  width: 7rem;
  height: auto;
}
@media (max-width: 850px) {
  .tjs-hero__logo img, .tjs-footer__logo img {
    width: 5.625rem;
  }
}
.tjs-hero__logo ._sub-text, .tjs-footer__logo ._sub-text {
  font-size: 0.5625rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #00A971;
}
@media (max-width: 850px) {
  .tjs-hero__logo ._sub-text, .tjs-footer__logo ._sub-text {
    font-size: 0.625rem;
  }
}
.tjs-hero__title {
  display: flex;
  flex-direction: column;
  gap: 1.125rem;
  color: #00A971;
  width: 32.3125rem;
  height: auto;
}
@media (max-width: 850px) {
  .tjs-hero__title {
    width: 90%;
  }
}
@media (max-width: 560px) {
  .tjs-hero__title {
    gap: 1.25rem;
    width: 100%;
  }
}
.tjs-hero__title img {
  width: 100%;
  padding-bottom: 1.125rem;
}
.tjs-hero__title-inner {
  padding-bottom: 1.5rem;
}
@media (max-width: 850px) {
  .tjs-hero__title-inner {
    width: 80%;
  }
}
@media (max-width: 560px) {
  .tjs-hero__title-inner {
    width: 100%;
    padding-bottom: 1rem;
  }
}
.tjs-hero__title ._lead {
  font-size: 2.3125rem;
  font-weight: 700;
  line-height: 1.35;
}
@media (max-width: 850px) {
  .tjs-hero__title ._lead {
    font-size: 1.25rem;
  }
}
.tjs-hero__title ._title-pc {
  display: block;
}
@media (max-width: 850px) {
  .tjs-hero__title ._title-pc {
    display: none;
  }
}
.tjs-hero__title ._title-sp {
  display: none;
}
@media (max-width: 850px) {
  .tjs-hero__title ._title-sp {
    display: block;
  }
}
.tjs-hero__desc {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  color: #555555;
}
@media (max-width: 560px) {
  .tjs-hero__desc {
    font-size: 0.8125rem;
    line-height: 1.7;
  }
}
.tjs-hero__catch {
  font-size: 1.4375rem;
  font-weight: 700;
  line-height: 1.65;
  color: #444444;
  padding-bottom: 0.5rem;
}
@media (max-width: 560px) {
  .tjs-hero__catch {
    font-size: 0.875rem;
    line-height: 1.7;
    padding-bottom: 0.875rem;
  }
}
.tjs-hero__buttons {
  display: flex;
  gap: 0.9375rem;
  width: 100%;
  padding-bottom: 1.25rem;
}
@media (max-width: 850px) {
  .tjs-hero__buttons {
    flex-direction: column;
    gap: 0.625rem;
  }
}
.tjs-hero__notes {
  font-size: 0.53125rem;
  font-weight: 500;
  line-height: 1.5;
  color: #444444;
  padding-left: 2em;
  text-indent: -2em;
}
@media (max-width: 850px) {
  .tjs-hero__notes {
    line-height: 1.8;
  }
}
.tjs-hero__badges {
  position: absolute;
  z-index: 2;
  top: 3.125rem;
  left: 61.8%;
  display: flex;
  flex-direction: column;
  gap: 1.375rem;
}
.tjs-hero__badges img {
  width: 9.125rem;
  height: auto;
}
@media (max-width: 1024px) {
  .tjs-hero__badges {
    top: 6.875rem;
    left: auto;
    right: 1rem;
    flex-direction: row;
    gap: 0.75rem;
  }
}
@media (max-width: 850px) {
  .tjs-hero__badges img {
    width: 5.75rem;
  }
}
.tjs-fixed__tel {
  position: fixed;
  z-index: 2;
  top: 0;
  right: 0;
  width: 18.125rem;
  background: #ffffff;
  border-bottom-left-radius: 0.75rem;
  text-align: center;
}
@media (max-width: 850px) {
  .tjs-fixed__tel {
    display: none;
  }
}
.tjs-fixed__tel ._head {
  font-size: 0.6875rem;
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
  background-color: #00A971;
  padding: 0.6875rem 0.75rem;
}
.tjs-fixed__tel ._number {
  display: block;
  margin-top: 0.25rem;
  font-size: 1.8125rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: #00A971;
}
.tjs-fixed__tel ._note {
  margin: 0.25rem 0 0.625rem;
  font-size: 0.5625rem;
  line-height: 1.5;
  color: #555555;
}
.tjs-tags {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 0.625rem;
  padding-bottom: 1.5rem;
}
@media (max-width: 850px) {
  .tjs-tags {
    gap: 0.375rem;
  }
}
@media (max-width: 560px) {
  .tjs-tags {
    padding-bottom: 1rem;
  }
}
.tjs-tags__item {
  padding: 0.75rem 1.25rem;
  border-radius: 1.875rem;
  background: #00A971;
  color: #FFFFFF;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 560px) {
  .tjs-tags__item {
    padding: 0.5625rem 0.875rem;
    border-radius: 1.4375rem;
    font-size: 0.8125rem;
  }
}

/*----------------------------------------------------------------------------------
  お悩み
----------------------------------------------------------------------------------*/
.tjs-worries {
  background: #FFFFFF;
}
.tjs-worries__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(4, auto);
  align-items: center;
  gap: 1rem;
}
@media (max-width: 1120px) {
  .tjs-worries__list {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 850px) {
  .tjs-worries__list {
    flex-direction: column;
  }
}
.tjs-worries__item {
  display: grid;
  grid-row: span 4;
  grid-template-rows: subgrid;
  align-items: center;
  gap: 0.75rem;
  padding: 1.5rem 0.9375rem;
  border: 0.11875rem solid #E6E6E6;
  border-radius: 0.75rem;
  background: linear-gradient(180deg, #EEF5F0 17%, #FFFFFF 81%);
  text-align: center;
}
@media (max-width: 850px) {
  .tjs-worries__item {
    gap: 0.5rem;
    padding: 1rem;
  }
}
.tjs-worries__mark {
  display: grid;
  place-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin: 0 auto;
  border-radius: 50%;
  background: #00A971;
  color: #FFFFFF;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 850px) {
  .tjs-worries__mark {
    width: 1.875rem;
    height: 1.875rem;
    font-size: 1rem;
  }
}
.tjs-worries__question {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.35;
  color: #00A971;
}
@media (max-width: 1120px) {
  .tjs-worries__question ._br {
    display: none;
  }
}
@media (max-width: 560px) {
  .tjs-worries__question .sp-block {
    display: block;
  }
}
.tjs-worries__arrow {
  width: 0.53125rem;
  height: 0.8125rem;
  transform: rotate(90deg);
  margin: 0 auto;
}
.tjs-worries__answer {
  font-weight: 500;
  line-height: 1.6;
  color: #666666;
  align-self: baseline;
}
.tjs-worries__answer ._lg + ._sm {
  display: block;
}
@media (max-width: 850px) {
  .tjs-worries__answer ._lg + ._sm {
    display: inline;
  }
}
.tjs-worries__answer ._lg {
  font-size: 1.5rem;
}
.tjs-worries__answer ._sm {
  font-size: 1rem;
}

/*----------------------------------------------------------------------------------
  提案（プラン）
----------------------------------------------------------------------------------*/
.tjs-proposal {
  background: #EEF5F0;
}
.tjs-proposal .tjs-section__inner {
  position: relative;
  z-index: 1;
}
.tjs-proposal__leaves-back__pc, .tjs-proposal__leaves-front__pc {
  position: absolute;
  z-index: 0;
  top: 3%;
  left: 0;
  width: 100%;
  min-width: 90rem;
  height: auto;
  pointer-events: none;
}
@media (max-width: 850px) {
  .tjs-proposal__leaves-back__pc, .tjs-proposal__leaves-front__pc {
    display: none;
  }
}
.tjs-proposal__leaves-back__pc {
  top: -6%
}
.tjs-proposal__leaves-front__pc {
  z-index: 2;
  left: -2%
}
@media (max-width: 1400px) {
  .tjs-proposal__leaves-front__pc {
    min-width: unset;
    z-index: 0;
  }
}
.tjs-proposal__leaves-back__sp, .tjs-proposal__leaves-front__sp {
  display: none;
}
@media (max-width: 850px) {
  .tjs-proposal__leaves-back__sp, .tjs-proposal__leaves-front__sp {
    display: block;
    position: absolute;
    z-index: 0;
    top: 0%;
    left: 0;
    width: 100%;
    min-width: unset;
    height: auto;
    pointer-events: none;
  }
}
.tjs-proposal__leaves-back__sp {
  top: 3%
}
.tjs-proposal__leaves-front__sp {
  z-index: 0;
  top: 5.8%;
  left: 1%;
}
@media (max-width: 400px) {
  .tjs-proposal__leaves-front__sp {
    z-index: 2;
  }
}
.tjs-plans {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
@media (max-width: 960px) {
  .tjs-plans {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.tjs-plans__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 5;
  overflow: hidden;
  border-radius: 0.75rem;
  background: #FFFFFF;
}
@media (max-width: 850px) {
  .tjs-plans__item  {
    gap: 0.625rem;
  }
}
.tjs-plans__image img {
  width: 100%;
  aspect-ratio: 384/180;
  object-fit: cover;
}
@media (max-width: 560px) {
  .tjs-plans__image img {
    aspect-ratio: 326/180;
  }
}
.tjs-plans__body {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0  1.25rem 1.25rem;
}
@media (max-width: 850px) {
  .tjs-plans__body {
    padding: 0 0.8125rem 0.125rem;
    gap: 0.5rem;
  }
}
.tjs-plans__title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.625rem;
  color: #00A971;
}
.tjs-plans__title ._type {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.1em;
}
.tjs-plans__title ._name {
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.35;
}
@media (max-width: 850px) {
  .tjs-plans__title ._name {
    font-size: 0.9375rem;
  }
}
.tjs-plans__desc {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  color: #666666;
}
@media (max-width: 850px) {
  .tjs-plans__desc {
    font-size: 0.9375rem;
  }
}
.tjs-plans__free {
  padding: 0.5rem 1rem;
  border-radius: 1.3125rem;
  background: #E6F2EA;
  color: #00A971;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1;
  justify-self: start;
}
@media (max-width: 850px) {
  .tjs-plans__free {
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
  }
}

/*----------------------------------------------------------------------------------
  エリアから探す
----------------------------------------------------------------------------------*/
.tjs-areas {
  background: #FFFFFF;
}
@media (max-width: 850px) {
  .tjs-areas.tjs-section {
    padding-top: 3.75rem;
  }
}
.tjs-areas__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 850px) {
  .tjs-areas__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
  }
}
.tjs-areas__card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  height: 100%;
  padding: 0.75rem 0.75rem 0.75rem 1.5rem;
  border: 0.125rem solid #00A971;
  border-radius: 0.6875rem;
  background: #FFFFFF;
  transition: background-color 0.3s;
}
.tjs-areas__card:hover {
  background: rgba(0, 169, 113, 0.15);
}
@media (max-width: 850px) {
  .tjs-areas__card {
    padding: 0.5rem 0.625rem;
    border-radius: 0.75rem;
    gap: 0;
  }
}
.tjs-areas__card.pref-tokyo .tjs-areas__thumb img {
  object-position: left;
}
.tjs-areas__card.pref-fukuoka .tjs-areas__thumb img {
  object-position: right;
}
.tjs-areas__info {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.tjs-areas__name {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.04em;
  color: #00A971;
}
@media (max-width: 850px) {
  .tjs-areas__name {
    font-size: 1.25rem;
  }
}
@media (max-width: 380px) {
  .tjs-areas__name {
    font-size: 1rem;
  }
}
.tjs-areas__en {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  color: #666666;
}
@media (max-width: 850px) {
  .tjs-areas__en {
    font-size: 0.75rem;
  }
}
.tjs-areas__thumb {
  flex-shrink: 0;
}
.tjs-areas__thumb img {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  object-fit: cover;
}
@media (max-width: 850px) {
  .tjs-areas__thumb img {
    width: 3.125rem;
    height: 3.125rem;
  }
}

/*----------------------------------------------------------------------------------
  お墓の一例
----------------------------------------------------------------------------------*/
.tjs-examples {
  background: #EEF5F0;
}
@media (max-width: 850px) {
  .tjs-examples.tjs-section{
    padding-top: 3.75rem;
  }
}
.tjs-examples__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem 1.5rem;
}
@media (max-width: 850px) {
  .tjs-examples__list {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 1.5rem;
  }
}
.tjs-examples__item {
  position: relative;
  display: grid;
  grid-row: span 4;
  grid-template-rows: subgrid;
  overflow: hidden;
  border-radius: 1.25rem;
  background: #FFFFFF;
  transition: opacity 0.3s;
}
@media (max-width: 850px) {
  .tjs-examples__item {
    grid-row: auto;
    grid-template-rows: auto;
  }
}
.tjs-examples__item:hover {
  opacity: 0.8;
}
.tjs-examples__head {
  display: grid;
  grid-row: span 2;
  gap: 0;
  grid-template-rows: subgrid;
}
.tjs-examples__area {
  grid-row: 1;
  padding: 1rem 1.5rem;
  background: #00A971;
  color: #FFFFFF;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.06em;
}
@media (max-width: 850px) {
  .tjs-examples__area {
    padding: 1rem 1.5rem;
    font-size: 1.125rem;
  }
}
.tjs-examples__image {
  grid-row: 2;
}
.tjs-examples__image img {
  width: 100%;
  aspect-ratio: 384/180;
  object-fit: cover;
}
.tjs-examples__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 0 1rem;
}
@media (max-width: 850px) {
  .tjs-examples__body {
    gap: 0.5626rem;
    padding: 0.5rem 1rem;
  }
}
.tjs-examples__temple {
  padding-bottom: 1rem;
  border-bottom: 0.0625rem solid #C3DDD4;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.35;
  color: #666666;
}
@media (max-width: 850px) {
  .tjs-examples__temple {
    font-size: 1rem;
    padding-bottom: 0.5626rem;
  }
}
.tjs-examples__more {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.25rem;
  padding: 0.875rem 1.5rem;
  background: #00AE68;
  color: #FFFFFF;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.35;
}
@media (max-width: 850px) {
  .tjs-examples__more {
    padding: 0.75rem 1rem;
    font-size: 1rem;
  }
}
.tjs-examples__more::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}
.tjs-examples__more img {
  width: 0.5625rem;
  height: auto;
}

/*----------------------------------------------------------------------------------
  比較表
----------------------------------------------------------------------------------*/
.tjs-compare {
  background: #FFFFFF;
}
@media (max-width: 850px) {
  .tjs-compare.tjs-section {
    padding-block: 3.75rem;
  }
}
.tjs-compare__table {
  display: flex;
  flex-direction: column;
  overflow: visible;
  padding: 2rem 0 3.25rem;
}
@media (max-width: 850px) {
  .tjs-compare__table {
    padding: 0.5rem 0 2rem;
  }
}
.tjs-compare__row {
  display: grid;
  grid-template-columns: 1fr 28.9375rem;
  min-height: 6.875rem;;
}
@media (max-width: 1100px) {
  .tjs-compare__row {
    grid-template-columns: 1fr 40%;
    min-height: unset;
  }
}
@media (max-width: 850px) {
  .tjs-compare__row {
    grid-template-columns: 1fr 1fr;
  }
}
.tjs-compare__row:last-child .tjs-compare__etie {
  border-radius: 0 0 0.75rem 0.75rem;
  border-bottom: none;
  margin-bottom: -1rem;
  padding-bottom: 1.875rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 850px) {
  .tjs-compare__row:last-child .tjs-compare__etie {
    margin-bottom: 0;
    padding-bottom: 0.75rem;
  }
}
.tjs-compare__row--head .tjs-compare__general {
  border-top: 0.125rem solid #E5EBE5;
  border-top-left-radius: 0.75rem;
}
.tjs-compare__row--head .tjs-compare__etie {
  border-radius: 0.75rem 0.75rem 0 0;
  background: #00A971;
  color: #FFFFFF;
  font-size: 1.875rem;
  margin-top: -1rem;
  padding-block: 1.875rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 850px) {
  .tjs-compare__row--head .tjs-compare__etie {
    border-radius: 0 0.75rem 0 0;
    font-size: 0.6875rem;
    padding-block: 0.5rem;
    margin-top: 0;
  }
}
@media (max-width: 850px) {
  .tjs-compare__row--head .tjs-compare__general {
    padding: 0.875rem 0.625rem;
    background: #F8FAF9;
    border-top: none;
  }
  .tjs-compare__row--head .tjs-compare__point {
    display: none;
  }
}
.tjs-compare__row:last-child .tjs-compare__general {
  border-bottom-left-radius: 0.75rem;
}
.tjs-compare__row:last-child .tjs-compare__etie {
  border-radius: 0 0 0.75rem 0.75rem;
}
@media (max-width: 850px) {
  .tjs-compare__row:last-child .tjs-compare__etie {
    border-radius: 0 0 0.75rem 0;
  }
}
.tjs-compare__general {
  display: grid;
  grid-template-columns: 15rem 1fr;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem;
  border: 0.125rem solid #E5EBE5;
  border-top: none;
  border-right: none;
  background: #FFFFFF;
}
@media (max-width: 1100px) {
  .tjs-compare__general {
    grid-template-columns: 11.875rem 1fr;
  }
}
@media (max-width: 850px) {
  .tjs-compare__general {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.25rem 0.5rem 0.75rem;
    border: none;
    border-bottom: 0.0625rem solid #E5EBE5;
  }
}
@media (max-width: 850px) {
  .tjs-compare__general:not(:last-child) {
    border-bottom: none;
  }
}
.tjs-compare__point {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  position: relative;
}
.tjs-compare__point::before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.0625rem;
  height: 4.375rem;
  background-color: #C3DDD4;
}
@media (max-width: 850px) {
  .tjs-compare__point::before {
    display: none;
  }
}
.tjs-compare__row--head .tjs-compare__point::before {
  content: none;
}
.tjs-compare__point ._badge {
  flex-shrink: 0;
  padding: 0.5rem 0.75rem;
  border-radius: 1rem;
  background: #00AE68;
  color: #FFFFFF;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1;
}
.tjs-compare__point ._sep {
  display: none;
}
.tjs-compare__point ._label {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.35;
  color: #00A971;
  padding-right: 0.625rem;
}
@media (max-width: 850px) {
  .tjs-compare__point {
    position: absolute;
    top: -0.5625rem;
    left: -0.5rem;
    gap: 0.25rem;
    padding: 0.25rem 0.5rem;
    border-radius: 0.8125rem;
    background: #00AE68;
  }
  .tjs-compare__point ._badge {
    padding: 0;
    border-radius: 0;
    background: none;
    font-size: 0.625rem;
  }
  .tjs-compare__point ._sep {
    display: inline;
    color: #FFFFFF;
    font-size: 0.625rem;
    font-weight: 700;
  }
  .tjs-compare__point ._label {
    color: #FFFFFF;
    font-size: 0.625rem;
    padding-right: 0;
  }
}
.tjs-compare__value {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: #666666;
}
@media (max-width: 850px) {
  .tjs-compare__value {
    font-size: 0.8125rem;
  }
}
.tjs-compare__value._hd{
  color: #1F1F1F;
}
.tjs-compare__etie {
  display: grid;
  place-items: center;
  padding: 1.25rem;
  border-bottom: 0.125rem solid #E9F2E9;
  background: #EEF5F0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  color: #00AE68;
}
.tjs-compare__etie.is-large {
  font-size: 2.125rem;
}
@media (max-width: 850px) {
  .tjs-compare__etie {
    padding: 0.75rem 0.5rem;
    border-radius: 0;
    font-size: 0.78125rem;
  }
  .tjs-compare__etie.is-large {
    font-size: 1.5rem;
  }
}
.tjs-compare__note {
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: 1.8;
  color: #555555;
  padding-left: 1em;
  text-indent: -1em;
  display: inline-block;
}
@media (max-width: 850px) {
  .tjs-compare__note {
    font-size: 0.625rem;
  }
}
.tjs-compare__note-inner {
  line-height: 0.5;
}

/*----------------------------------------------------------------------------------
  サポート・実績
----------------------------------------------------------------------------------*/
.tjs-support {
  background: #00A971;
  color: #FFFFFF;
}
.tjs-support__main {
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 1100px) {
  .tjs-support__main {
    flex-direction: column;
    gap: 1.5rem;
  }
}
.tjs-support__image {
  width: 49.2%;
  flex-shrink: 0;
}
@media (max-width: 850px) {
  .tjs-support__image {
    width: 100%;
  }
}
.tjs-support__image img {
  width: 100%;
  aspect-ratio: 590/352;
  border-radius: 1.1875rem;
  object-fit: cover;
}
@media (max-width: 560px) {
  .tjs-support__image img {
    aspect-ratio: 342/240;
  }
}
.tjs-support__body {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (max-width: 850px) {
  .tjs-support__body {
    gap: 1rem;
  }
}
.tjs-support__title.tjs-heading {
  margin-bottom: 0;
  text-align: left;
}
@media (max-width: 1100px) {
  .tjs-support__title.tjs-heading {
    text-align: center;
  }
}
.tjs-support__question {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.tjs-support__question ._mark {
  display: grid;
  place-items: center;
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: #FFFFFF;
  color: #00A971;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 850px) {
  .tjs-support__question ._mark {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.25rem;
  }
}
.tjs-support__question ._text {
  font-size: 1.3125rem;
  font-weight: 500;
  line-height: 1.65;
}
@media (max-width: 850px) {
  .tjs-support__question ._text {
    font-size: 1.125rem;
  }
}
.tjs-support__text {
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 500;
}
@media (max-width: 850px) {
  .tjs-support__text {
    font-size: 0.875rem;
    line-height: 1.7;
  }
}

.tjs-records {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
@media (max-width: 850px) {
  .tjs-records {
    flex-direction: column;
    align-items: center;
    gap: 0.9375rem;
    margin-top: 1.5rem;
  }
}
.tjs-records__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 20.375rem;
  min-height: 6.25rem;
  padding-inline: 3.125rem;
  text-align: center;
}
@media (max-width: 850px) {
  .tjs-records__item {
    width: 21.375rem;
  }
}
.tjs-records__item:nth-child(3) .tjs-records__figure {
  align-items: center;
  border-bottom: none;
  padding-bottom: 0;
}
.tjs-records__item:nth-child(3) ._unit {
  border-bottom: 0.0625rem solid #C6C093;
  padding-bottom: 0.625rem;
  margin: 1.25rem 0 0 0.25rem;
}
.tjs-records__laurel {
  position: absolute;
  top: 50%;
  width: 2.5625rem;
  height: auto;
  transform: translateY(-50%);
  pointer-events: none;
}
.tjs-records__laurel--left {
  left: 0.625rem;
  top: 0.375rem;
  transform: scaleX(-1);
}
.tjs-records__laurel--right {
  right: 0.625rem;
}
.tjs-records__figure {
  padding-bottom: 0.25rem;
  border-bottom: 0.0625rem solid #C6C093;
}
.tjs-records__label {
  margin-top: 0.375rem;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.15em;
}
@media (max-width: 850px) {
  .tjs-records__label {
    font-size: 0.9375rem;
  }
}
.tjs-records__note {
  margin-top: 0.125rem;
  font-size: 0.53125rem;
  letter-spacing: 0.15em;
}

/*----------------------------------------------------------------------------------
  お客様の声
----------------------------------------------------------------------------------*/
.tjs-voices {
  background: #EEF5F0;
}
@media (max-width: 850px) {
  .tjs-voices.tjs-section  {
    padding-top: 4.625rem;
  }
}
.tjs-voices .tjs-leaf-branch.tjs-leaf-branch--top-right {
  top: -2.6rem;
  z-index: -1;
}
@media (max-width: 850px) {
  .tjs-voices .tjs-leaf-branch.tjs-leaf-branch--top-right {
    top: -4.375rem;
  }
}
.tjs-voices__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto 1fr;
  gap: 1.5rem;
}
@media (max-width: 850px) {
  .tjs-voices__list {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding-top: 0.5rem;
  }
}
.tjs-voices__item {
  display: grid;
  grid-row: span 3;
  grid-template-rows: subgrid;
  gap: 1.5rem;
  overflow: hidden;
  border-radius: 0.9375rem;
  background: #FFFFFF;
}
@media (max-width: 850px) {
  .tjs-voices__item {
    gap: 1rem;
  }
}
.tjs-voices__image {
  width: 100%;
  grid-row: 1;
  aspect-ratio: 384/180;
  overflow: hidden;
}
.tjs-voices__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tjs-voices__body {
  display: grid;
  grid-row: span 2;
  grid-template-rows: subgrid;
  gap: 0.75rem;
  padding: 0 1.5rem 1.625rem;
}
@media (max-width: 850px) {
  .tjs-voices__body {
    gap: 0.5rem;
    padding: 0 1rem 1rem;
  }
}
.tjs-voices__profile {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  color: #00A971;
}
@media (max-width: 850px) {
  .tjs-voices__profile {
    font-size: 0.9375rem;
  }
}
.tjs-voices__text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  color: #666666;
}
@media (max-width: 850px) {
  .tjs-voices__text {
    font-size: 0.875rem;
  }
}
.tjs-voices__note {
  margin-top: 0.625rem;
  font-size: 0.53125rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  color: #444444;
}
@media (max-width: 850px) {
  .tjs-voices__note {
    margin-top: 1rem;
  }
}

/*----------------------------------------------------------------------------------
  よくあるご質問
----------------------------------------------------------------------------------*/
.tjs-faq {
  background: #FFFFFF;
}
@media (max-width: 850px) {
  .tjs-faq.tjs-section  {
    padding-top: 3.75rem;
  }
}
.tjs-faq__list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (max-width: 850px) {
  .tjs-faq__list {
    gap: 1rem;
    padding-top: 0.375rem;
  }
}
.tjs-faq__item {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1.5rem 2rem;
  border-radius: 0.75rem;
  background: #F8FAF9;
}
@media (max-width: 850px) {
  .tjs-faq__item {
    gap: 0.5rem;
    padding: 1rem;
  }
}
.tjs-faq__question {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  color: #1F1F1F;
  letter-spacing: 0;
}
.tjs-faq__question ._q {
  padding-right: 0.5rem;
  color: #1F1F1F;
}
@media (max-width: 850px) {
  .tjs-faq__question {
    gap: 0.5rem;
    font-size: 1.0625rem;
  }
}
.tjs-faq__answer {
  font-size: 1.1875rem;
  font-weight: 500;
  line-height: 1.65;
  color: #666666;
  margin-left: 0;
}
@media (max-width: 850px) {
  .tjs-faq__answer {
    font-size: 0.875rem;
  }
}

/*----------------------------------------------------------------------------------
  最終CTA
----------------------------------------------------------------------------------*/
.tjs-final {
  background: #EEF5F0;
  text-align: left;
}
@media (max-width: 850px) {
  .tjs-final.tjs-section {
    padding-block: 3.75rem;
  }
}
.tjs-final__leaf {
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 0;
  width: 37.1875rem;
  height: auto;
  pointer-events: none;
}
.tjs-final__title.tjs-heading {
  text-align: left;
  margin-bottom: 1.25rem;
}
@media (max-width: 850px) {
  .tjs-final__title.tjs-heading {
    margin-bottom: 1.5rem;
  }
}
.tjs-final__text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  color: #555555;
}
@media (max-width: 850px) {
  .tjs-final__text {
    font-size: 1rem;
  }
}
.tjs-final__buttons {
  display: flex;
  justify-content: flex-start;
  gap: 0.9375rem;
  margin-top: 1.25rem;
}
@media (max-width: 850px) {
  .tjs-final__buttons {
    flex-direction: column;
    gap: 0.75rem;
    margin-top: 1.5rem;
  }
}

/*----------------------------------------------------------------------------------
  フッター
----------------------------------------------------------------------------------*/
.tjs-site-footer {
  background-color: #F8F8F7;
}
.tjs-site-footer__inner {
  padding: 2.375rem 1rem;
  max-width: 85.3125rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 560px) {
  .tjs-site-footer__inner {
    flex-direction: column;
    gap: 1.5rem;
    padding: 1.875rem 1rem;
  }
}

.tjs-footer__logo {
  padding-bottom: 0;
}
.copy-right {
  font-size: 0.59375rem;
  letter-spacing: 0.01em;
  font-weight: 500;
}

/*----------------------------------------------------------------------------------
  SP追従CTA
----------------------------------------------------------------------------------*/
.tjs-fixed-cta {
  display: none;
}
@media (max-width: 850px) {
  .tjs-fixed-cta {
    position: fixed;
    z-index: 30;
    bottom: 0;
    left: 0;
    display: flex;
    gap: 0.25rem;
    width: 100%;
    padding: 0.5rem;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(0.375rem);
  }
}
.tjs-fixed-cta__item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  flex: 1;
  min-height: 3.4375rem;
  padding: 0.5rem;
  border-radius: 0.5rem;
  color: #FFFFFF;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}
.tjs-fixed-cta__item--reserve {
  background: #FF8D39;
}
.tjs-fixed-cta__item--search {
  background: #00AE68;
}
.tjs-fixed-cta__item .tjs-btn__icon {
  width: 1.5625rem;
  height: 1.5625rem;
}
@media (max-width: 850px) {
  .tjs-fixed-cta__item .tjs-btn__icon {
    width: 1.1875rem;
    height: 1.1875rem;
  }
}

/*----------------------------------------------------------------------------------
  エリア選択モーダル（本体テーマの「お墓を探す」モーダルと同仕様）
----------------------------------------------------------------------------------*/
body.is-modal-open {
  overflow: hidden;
}

.modal {
  display: flex;
  position: fixed;
  inset: 0;
  z-index: 200;
  align-items: flex-start;
  justify-content: center;
  padding-block: 10vh;
  overflow: auto;
}
.modal-overlay {
  position: fixed;
  inset: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.6);
  will-change: opacity, filter;
  transition: 0.3s opacity ease, 0.3s filter ease;
}
.modal-body {
  opacity: 0;
  translate: 0 3rem;
  will-change: translate, opacity, filter;
  transition: 0.3s opacity ease, 0.3s translate ease;
  margin-block: auto;
  position: relative;
}
.modal-body__title {
  color: #053821;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 3%;
  margin-bottom: 2.5rem;
  line-height: 1.6;
}
.modal.is-open {
  overscroll-behavior: contain;
}
.modal.is-open .modal-overlay {
  opacity: 1;
}
.modal.is-open .modal-body {
  translate: 0 0;
  opacity: 1;
}
.pref-selects {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(95px, 1fr));
  gap: 0.625rem;
}
.pref-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  color: #00A971;
  font-size: 0.875rem;
  font-family: "Poppins", "noto sans JP";
  font-weight: 500;
  background-color: #FFFFFF;
  border: 1px solid #00A971;
  border-radius: 0.625rem;
  transition: 0.2s background-color, 0.2s color;
}
.pref-btn:hover {
  background-color: #00A971;
  color: #FFFFFF;
}
.pref-btn:active {
  transform: translateY(1px) scale(0.98);
}
.swc-modal .modal-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
}
.swc-modal .modal-body {
  width: 90%;
  max-width: 780px;
  background-color: #FFFFFF;
  border: 1px solid #00A971;
  border-radius: 1.25rem;
  padding: 3.125rem 2.5rem;
}
.swc-modal__close {
  display: grid;
  place-items: center;
  width: 2.5rem;
  height: 2.5rem;
  background-color: #00A971;
  border: 0;
  border-radius: 50%;
  padding: 0;
  position: absolute;
  top: 0;
  right: 20px;
  translate: 50% -50%;
  cursor: pointer;
}
.icon-cross-rect {
  display: grid;
  place-items: center;
  margin-inline: 10px;
  width: 18px;
  aspect-ratio: 3/2;
}
.icon-cross-rect::before,
.icon-cross-rect::after {
  content: "";
  display: block;
  grid-area: 1/1;
  width: 100%;
  height: 1px;
  background-color: #FFFFFF;
  transform-origin: center center;
}
.icon-cross-rect::before {
  rotate: 30deg;
}
.icon-cross-rect::after {
  rotate: -30deg;
}

/* ボタンタグ化した .tjs-btn / .tjs-fixed-cta__item / .tjs-areas__card のUAスタイルリセット */
button.tjs-btn,
button.tjs-fixed-cta__item,
button.tjs-areas__card {
  appearance: none;
  font-family: inherit;
  cursor: pointer;
}
button.tjs-areas__card {
  width: 100%;
  text-align: left;
}

/*----------------------------------------------------------------------------------
  市区町村選択モーダル（本体テーマの「都道府県モーダル」と同仕様）
----------------------------------------------------------------------------------*/
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  border-radius: 0.5rem;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.5s ease;
  position: relative;
  border: none;
  cursor: pointer;
}
.btn-md {
  width: 100%;
  max-width: 340px;
  height: 3.75rem;
  font-size: 0.9375rem;
}
.btn-fulled {
  display: flex;
  width: 100%;
  max-width: inherit;
}
.btn-primary-press {
  background-color: #00A971;
  color: #FFFFFF;
  font-size: 1rem;
  box-shadow: 0 4px 0 0 #018A5D;
  transition: all 0.4s ease !important;
}
.btn-primary-press:hover {
  transform: translateY(4px);
  box-shadow: 0 0 0 #018A5D;
}

.fw-bold {
  font-weight: 700;
  line-height: 2;
  color: #053821;
}
.mb-hd-lg {
  margin-bottom: 40px;
}

.area-muni-modal .modal-body {
  padding: 3.125rem 2.5rem;
  font-family: "Poppins", "noto sans JP";
}
@media (max-width: 850px) {
  .area-muni-modal .modal-body {
    padding: 1.875rem 0.9375rem;
  }
  .area-muni-modal .mb-hd-lg {
    margin-bottom: 1.25rem;
  }
}
.area-muni-modal .conditions-list {
  display: grid;
  margin-bottom: 2.1875rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  max-height: 46vh;
}
@media (max-width: 850px) {
  .area-muni-modal .conditions-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.625rem;
    margin-left: 1.25rem;
    max-height: 60vh;
  }
}
@media (max-width: 560px) {
  .area-muni-modal .conditions-list {
    margin-bottom: 1.5625rem;
  }
}
.area-muni-modal .condition-item {
  width: 100%;
}
.area-muni-modal .condition-item ._text {
  color: #053821;
}

.modal-scroll {
  overflow-y: auto;
  scrollbar-width: none;
}
.modal-scroll::-webkit-scrollbar {
  display: none;
}

.label-checkbox {
  --_box-size: 16px;
  --_box-color: white;
  --_box-gap: 0.3rem;
  --_border-size: 1px;
  --_border-color: #C3DDD4;
  --_disabled-color: #999;
  line-height: 1.4;
}
.label-checkbox input {
  position: absolute;
  display: none !important;
}
.label-checkbox input[disabled] {
  cursor: not-allowed;
}
.label-checkbox span {
  position: relative;
  display: inline-block;
  padding-left: calc(var(--_box-size) + var(--_box-gap));
  cursor: pointer;
  vertical-align: middle;
}
.label-checkbox span::before {
  content: "";
  position: absolute;
  top: 0.5lh;
  left: 0;
  translate: 0 -50%;
  display: inline-block;
  width: var(--_box-size);
  height: var(--_box-size);
  background-color: var(--_box-color);
  border: var(--_border-size) solid var(--_border-color);
  border-radius: 4px;
  transition: 0.2s all;
}
.label-checkbox span::after {
  content: "";
  position: absolute;
  top: 0.5lh;
  left: 0;
  translate: 0 -50%;
  display: none;
  box-sizing: border-box;
  width: var(--_box-size);
  height: var(--_box-size);
  border: 1px solid #C3DDD4;
  background-color: #FFFFFF;
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2010%2010%22%3E%3Cpath%20d%3D%22M3.928%208.856a.7.7%200%200%201-.5-.209L.209%205.431a.712.712%200%200%201%201.007-1.007L3.88%207.089l4.861-5.833a.712.712%200%201%201%201.094.912L4.475%208.6a.71.71%200%200%201-.515.255z%22%20style%3D%22fill%3A%23000%22%2F%3E%3C%2Fsvg%3E");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 50%;
}
.label-checkbox input[disabled] + span {
  cursor: not-allowed;
  color: var(--_disabled-color);
}
.label-checkbox input[disabled] + span::before {
  border-color: var(--_disabled-color);
}
.label-checkbox input:checked + span::after {
  display: block;
}
.label-checkbox input:checked + span::before {
  background-color: #00A971;
}

/*----------------------------------------------------------------------------------
  ユーティリティ
----------------------------------------------------------------------------------*/
.u-sp-only {
  display: none;
}
@media (max-width: 850px) {
  .u-sp-only {
    display: flex;
  }
}
@media (max-width: 850px) {
  .u-pc-only {
    display: none;
  }
}
.u-sp-only-inline {
  display: none;
}
@media (max-width: 850px) {
  .u-sp-only-inline {
    display: inline;
  }
}
.txt-left-pc {
  text-align: left;
}
@media (max-width: 850px) {
  .txt-left-pc {
    text-align: center;
  }
}

/*----------------------------------------------------------------------------------
  standalone reset / base
----------------------------------------------------------------------------------*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #444;
  background: #fff;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

ul, ol, dl {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1, h2, h3, p {
  margin: 0;
}

@media (max-width: 850px) {
  body {
    padding-bottom: 4.4375rem;
  }
}
