@charset "UTF-8";
.main .pageLead .headline p::before, .main .pageLead .item .text::before, .main .sNav .list li a .text .catch::before, .main .healinglife .body .text .catch .ja::before,
.main .duallife .body .text .catch .ja::before, .main .healinglife .body .text p::before,
.main .duallife .body .text p::before, .main .healinglife .body .gallery figcaption::before,
.main .duallife .body .gallery figcaption::before, .main .redevelopment .lead .summary .image--01 figcaption::before, .main .redevelopment .lead .summary .text p::before, .main .redevelopment .lead .detail .text::before, .main .redevelopment .column .text p::before, .main .redevelopment .column .image--01 .cap::before, .main .pageLead .headline p::after, .main .pageLead .item .text::after, .main .sNav .list li a .text .catch::after, .main .healinglife .body .text .catch .ja::after,
.main .duallife .body .text .catch .ja::after, .main .healinglife .body .text p::after,
.main .duallife .body .text p::after, .main .healinglife .body .gallery figcaption::after,
.main .duallife .body .gallery figcaption::after, .main .redevelopment .lead .summary .image--01 figcaption::after, .main .redevelopment .lead .summary .text p::after, .main .redevelopment .lead .detail .text::after, .main .redevelopment .column .text p::after, .main .redevelopment .column .image--01 .cap::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.main .pageLead .headline p::before, .main .pageLead .item .text::before, .main .sNav .list li a .text .catch::before, .main .healinglife .body .text .catch .ja::before,
.main .duallife .body .text .catch .ja::before, .main .healinglife .body .text p::before,
.main .duallife .body .text p::before, .main .healinglife .body .gallery figcaption::before,
.main .duallife .body .gallery figcaption::before, .main .redevelopment .lead .summary .image--01 figcaption::before, .main .redevelopment .lead .summary .text p::before, .main .redevelopment .lead .detail .text::before, .main .redevelopment .column .text p::before, .main .redevelopment .column .image--01 .cap::before {
  margin-bottom: calc((1em - 1lh) / 2);
}
.main .pageLead .headline p::after, .main .pageLead .item .text::after, .main .sNav .list li a .text .catch::after, .main .healinglife .body .text .catch .ja::after,
.main .duallife .body .text .catch .ja::after, .main .healinglife .body .text p::after,
.main .duallife .body .text p::after, .main .healinglife .body .gallery figcaption::after,
.main .duallife .body .gallery figcaption::after, .main .redevelopment .lead .summary .image--01 figcaption::after, .main .redevelopment .lead .summary .text p::after, .main .redevelopment .lead .detail .text::after, .main .redevelopment .column .text p::after, .main .redevelopment .column .image--01 .cap::after {
  margin-top: calc((1em - 1lh) / 2);
}

.main .sNav .list li a .text .name, .main .healinglife .ttl,
.main .duallife .ttl, .main .healinglife .body .gallery figure .num,
.main .duallife .body .gallery figure .num, .main .redevelopment .lead .summary .ttl {
  font-family: "Forum", serif;
  line-height: 0.8;
}

@media (prefers-reduced-motion: no-preference) {
  .main .pageLead::before, .main .pageLead .item--01 .image--03::before, .main .pageLead .item--02 .image::before, .main .pageLead .item--03 .image::before, .main .duallife .body .image--03::before, .main .healinglife .body .image--03::before, .main .redevelopment .lead::before, .main .redevelopment .column::before, .main .pageLead::after, .main .pageLead .item--01 .image--03::after, .main .pageLead .item--02 .image::after, .main .pageLead .item--03 .image::after, .main .duallife .body .image--03::after, .main .healinglife .body .image--03::after, .main .redevelopment .lead::after, .main .redevelopment .column::after {
    animation: flowPetal 4s infinite alternate;
    opacity: 0;
    transform: translate3d(0, -20%, 0);
    transition: 2.4s 0.8s;
    transition-property: opacity transform;
  }
  @keyframes flowPetal {
    0% {
      translate: 0 -0.1rem 0;
    }
    100% {
      translate: 0 0 0;
    }
  }
  .main .scrollIn.pageLead::before, .main .pageLead .item--01 .scrollIn.image--03::before, .main .pageLead .item--02 .scrollIn.image::before, .main .pageLead .item--03 .scrollIn.image::before, .main .duallife .body .scrollIn.image--03::before, .main .healinglife .body .scrollIn.image--03::before, .main .redevelopment .scrollIn.lead::before, .main .redevelopment .scrollIn.column::before, .main .scrollIn.pageLead::after, .main .pageLead .item--01 .scrollIn.image--03::after, .main .pageLead .item--02 .scrollIn.image::after, .main .pageLead .item--03 .scrollIn.image::after, .main .duallife .body .scrollIn.image--03::after, .main .healinglife .body .scrollIn.image--03::after, .main .redevelopment .scrollIn.lead::after, .main .redevelopment .scrollIn.column::after {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

/*:target {
	scroll-margin-top: 3.04rem;

	@include sp {
		scroll-margin-top: .75rem;
	}
}*/
.main .pageLead {
  container-type: inline-size;
  padding: 2rem 0 1.7rem;
  background: #e8f3f0 url(../imgs/bg01.jpg) 50% 0/100% auto no-repeat;
  position: relative;
}
@media screen and (max-width: 750px) {
  .main .pageLead {
    padding: 1.5rem 0;
    background-size: 9.6rem auto;
  }
}
.main .pageLead::before {
  content: "";
  display: block;
  width: 3.67rem;
  aspect-ratio: 367/310;
  position: absolute;
  top: -0.76rem;
  right: calc(50% + 3.8rem);
  background: url(../../assets/imgs/leaf_367x310.png) 0 0/contain no-repeat;
}
@media screen and (max-width: 750px) {
  .main .pageLead::before {
    width: 1.84rem;
    top: -0.45rem;
    right: auto;
    left: 0;
  }
}
.main .pageLead .headline {
  position: relative;
}
.main .pageLead .headline .catch {
  text-align: center;
}
.main .pageLead .headline .catch .ja {
  margin-inline: auto;
}
.main .pageLead .headline p {
  padding: 0.5rem 0 0;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .main .pageLead .headline p {
    padding: 0.6rem 0 0;
    text-align: left;
  }
}
.main .pageLead .item {
  position: relative;
}
.main .pageLead .item .catch {
  position: relative;
  background: #333 url(../imgs/bg-catch.jpg) -1.8rem -1.2rem/3.5rem auto no-repeat;
  -webkit-background-clip: text;
          background-clip: text;
  writing-mode: vertical-rl;
  color: transparent;
  line-height: 1;
  letter-spacing: 0.045em;
}
@media screen and (max-width: 750px) {
  .main .pageLead .item .catch {
    margin: 0 auto;
  }
}
.main .pageLead .item .catch .line--01 {
  font-size: 0.39rem;
}
.main .pageLead .item .catch .line--02 {
  margin: 0 0.28rem 0 0;
  font-size: 0.6rem;
}
.main .pageLead .item .catch::after {
  content: "";
  display: block;
  width: 0.02rem;
  position: absolute;
  top: 0;
  bottom: 0.3rem;
  left: -0.2rem;
  background: #333 url(../imgs/bg-catch.jpg) -1.6rem -1.2rem/3.5rem auto no-repeat;
}
.main .pageLead .item .movie,
.main .pageLead .item .image {
  position: absolute;
}
@media screen and (max-width: 750px) {
  .main .pageLead .item .movie,
  .main .pageLead .item .image {
    position: relative;
  }
}
.main .pageLead .item .movie {
  z-index: 1;
}
.main .pageLead .item .movie video {
  vertical-align: top;
}
.main .pageLead .item--01 {
  height: 8.78rem;
  margin: 1.8rem 0 0;
  padding: 0 0 0 8.4rem;
}
@media screen and (max-width: 750px) {
  .main .pageLead .item--01 {
    height: auto;
    margin: 1.2rem 0 0;
    padding: 0;
  }
}
.main .pageLead .item--01 .movie {
  width: 7.2rem;
  top: 1.14rem;
  left: 0;
}
@media screen and (max-width: 750px) {
  .main .pageLead .item--01 .movie {
    top: 0;
    width: auto;
    margin: 0.4rem -0.4rem 0;
  }
}
.main .pageLead .item--01 .text {
  padding: 0.6rem 0 0 0.88rem;
}
@media screen and (max-width: 750px) {
  .main .pageLead .item--01 .text {
    padding: 0.6rem 0.4rem 0;
  }
}
@media screen and (max-width: 750px) {
  .main .pageLead .item--01 .images {
    position: relative;
    margin: 0.6rem 0 0;
    display: grid;
    grid-template-rows: auto 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 0.2rem;
  }
}
.main .pageLead .item--01 .image--01 {
  width: 3.2rem;
  top: -2.14rem;
  right: max(-2.4rem, 7.2rem - 50cqw);
}
@media screen and (max-width: 750px) {
  .main .pageLead .item--01 .image--01 {
    grid-row: 1/3;
    grid-column: 1/2;
    width: auto;
    top: 0;
    right: 0;
  }
}
.main .pageLead .item--01 .image--02 {
  width: 4.52rem;
  bottom: 0;
  left: 4.08rem;
}
@media screen and (max-width: 750px) {
  .main .pageLead .item--01 .image--02 {
    width: auto;
    grid-row: 1/2;
    grid-column: 2/3;
    left: 0;
  }
}
.main .pageLead .item--01 .image--03 {
  width: 2.8rem;
  right: -0.15rem;
  bottom: 1.6rem;
}
@media screen and (max-width: 750px) {
  .main .pageLead .item--01 .image--03 {
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: flex-end;
    justify-self: flex-end;
    right: 0;
    bottom: 0;
  }
}
.main .pageLead .item--01 .image--03::before {
  content: "";
  display: block;
  width: 1.9rem;
  aspect-ratio: 190/211;
  position: absolute;
  top: 0.98rem;
  right: 2.34rem;
  background: url(../../assets/imgs/leaf_190x211.png) 0 0/contain no-repeat;
}
@media screen and (max-width: 750px) {
  .main .pageLead .item--01 .image--03::before {
    width: 0.85rem;
    top: -0.2rem;
    right: auto;
    left: -0.2rem;
  }
}
.main .pageLead .item--02 {
  height: 7.64rem;
  margin: 0.3rem 0 0;
  padding: 0 0 0 12.8rem;
}
@media screen and (max-width: 750px) {
  .main .pageLead .item--02 {
    height: auto;
    margin: 1.2rem 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
  }
  .main .pageLead .item--02 .catch {
    order: 1;
    margin: 0 auto 0.4rem;
  }
  .main .pageLead .item--02 .image {
    order: 2;
  }
  .main .pageLead .item--02 .text {
    order: 3;
  }
  .main .pageLead .item--02 .movie {
    order: 4;
    margin: 0.3rem auto 0;
  }
}
.main .pageLead .item--02 .catch {
  margin: 0 0 0.2rem 0.5rem;
}
@media screen and (max-width: 750px) {
  .main .pageLead .item--02 .catch {
    margin: 0 auto 0.4rem;
  }
}
.main .pageLead .item--02 .catch::after {
  content: "";
  display: block;
  width: 0.02rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.6rem;
  background: #333 url(../imgs/bg-catch.jpg) -1.6rem -1.2rem/3.5rem auto no-repeat;
}
.main .pageLead .item--02 .line--01 {
  padding: 0 0.4rem 0 0;
}
.main .pageLead .item--02 .line--02 {
  font-size: 0.54rem !important;
}
.main .pageLead .item--02 .movie {
  width: 3.5rem;
  top: 2.8rem;
  left: 8.3rem;
}
@media screen and (max-width: 750px) {
  .main .pageLead .item--02 .movie {
    margin: 0.6rem 0 0 3.6rem;
    top: 0;
    left: 0;
    width: 3rem;
  }
}
.main .pageLead .item--02 .text {
  padding: 0.3rem 0 0;
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  .main .pageLead .item--02 .text {
    padding: 0.6rem 0.4rem 0;
    white-space: normal;
  }
}
.main .pageLead .item--02 .image {
  width: 6.5rem;
  top: 1rem;
  left: 1.1rem;
}
@media screen and (max-width: 750px) {
  .main .pageLead .item--02 .image {
    width: auto;
    margin: 0.2rem 0.4rem 0rem;
    top: 0;
    left: 0;
  }
  .main .pageLead .item--02 .image img {
    width: 100%;
  }
}
.main .pageLead .item--02 .image::before {
  content: "";
  display: block;
  width: 2.02rem;
  aspect-ratio: 202/221;
  position: absolute;
  top: 3.64rem;
  left: -0.75rem;
  background: url(../../assets/imgs/leaf_202x221.png) 0 0/contain no-repeat;
}
@media screen and (max-width: 750px) {
  .main .pageLead .item--02 .image::before {
    width: 1.01rem;
    top: auto;
    bottom: -0.4rem;
    left: -0.4rem;
  }
}
.main .pageLead .item--03 {
  height: 6.4rem;
  padding: 0 0 0 0.2rem;
}
@media screen and (max-width: 750px) {
  .main .pageLead .item--03 {
    height: auto;
    margin: 1.2rem 0 0;
    padding: 0;
  }
}
.main .pageLead .item--03 .movie {
  width: 3.5rem;
  top: 2.88rem;
  left: 5.5rem;
}
@media screen and (max-width: 750px) {
  .main .pageLead .item--03 .movie {
    margin: 0.3rem auto 0;
    top: 0;
    left: 0;
  }
}
.main .pageLead .item--03 .text {
  margin: -0.54rem 0 0 1.94rem;
}
@media screen and (max-width: 750px) {
  .main .pageLead .item--03 .text {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    padding: 0.6rem 0 0;
  }
}
.main .pageLead .item--03 .image {
  width: 6.1rem;
  top: 0.46rem;
  right: -0.37rem;
}
@media screen and (max-width: 750px) {
  .main .pageLead .item--03 .image {
    width: auto;
    margin: 0.6rem 0.4rem 0 -0.4rem;
    top: 0;
    right: 0;
  }
  .main .pageLead .item--03 .image img {
    width: 100%;
  }
}
.main .pageLead .item--03 .image figcaption {
  left: 0;
  padding-left: 0.4rem;
  letter-spacing: 0;
  text-align: right;
}
.main .pageLead .item--03 .image::before {
  content: "";
  display: block;
  width: 2.4rem;
  aspect-ratio: 24/31;
  position: absolute;
  top: -1rem;
  left: 0.2rem;
  background: url(../../assets/imgs/leaf_240x310.png) 0 0/contain no-repeat;
}
@media screen and (max-width: 750px) {
  .main .pageLead .item--03 .image::before {
    width: 1.2rem;
    top: -0.4rem;
    right: -0.4rem;
    left: auto;
  }
}
.main .sNav {
  margin: 1.45rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .sNav {
    margin: 0;
  }
}
.main .sNav .list {
  display: flex;
  justify-content: center;
  gap: 0.2rem;
}
@media screen and (max-width: 750px) {
  .main .sNav .list {
    display: block;
    border-bottom: 0.01rem solid #ebebeb;
  }
}
.main .sNav .list li {
  width: 5rem;
}
@media screen and (max-width: 750px) {
  .main .sNav .list li {
    width: auto;
  }
}
.main .sNav .list li a {
  display: flex;
  justify-content: space-between;
  border-top: 0.01rem solid #ebebeb;
  border-bottom: 0.01rem solid #ebebeb;
  padding: 0.2rem 0.2rem 0.2rem 0.1rem;
  background: #fff url(../../assets/imgs/arw03.svg) calc(100% - 0.2rem) 0.3rem/0.4rem no-repeat;
  transition: 0.4s;
  transition-property: border-top-color, box-shadow;
}
@media screen and (max-width: 750px) {
  .main .sNav .list li a {
    align-items: center;
    border-bottom: none;
    padding: 0.2rem 1rem 0.2rem 0.4rem;
    background-position: calc(100% - 0.4rem) 50%;
  }
}
@media screen and (hover: hover) and (pointer: fine) {
  .main .sNav .list li a:hover {
    border-top-color: #78aa9f;
    box-shadow: 0.19rem 0.24rem 0.43rem rgba(224, 241, 237, 0.8);
  }
}
.main .sNav .list li a.active {
  border-top-color: #78aa9f;
  box-shadow: 0.19rem 0.24rem 0.43rem rgba(224, 241, 237, 0.8);
}
.main .sNav .list li a .image {
  width: 1.3rem;
}
.main .sNav .list li a .text {
  width: 3.1rem;
  padding: 0.06rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .sNav .list li a .text {
    width: calc(100% - 1.7rem);
    padding: 0;
  }
}
.main .sNav .list li a .text .name {
  font-size: 0.24rem;
  letter-spacing: 0.05em;
}
.main .sNav .list li a .text .catch {
  padding: 0.12rem 0 0;
  line-height: 0.25rem;
}
@media screen and (max-width: 750px) {
  .main .sNav .list li a .text .catch {
    font-size: 0.24rem;
    line-height: 1.2;
  }
}
.main .healinglife .ttl,
.main .duallife .ttl {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .main .healinglife .ttl,
  .main .duallife .ttl {
    font-size: 0.72rem;
  }
}
.main .healinglife .image--01,
.main .duallife .image--01 {
  margin: 0.5rem 0 0;
}
.main .healinglife .image--01 img,
.main .duallife .image--01 img {
  width: 100%;
  height: 7.81rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 750px) {
  .main .healinglife .image--01 img,
  .main .duallife .image--01 img {
    height: auto;
  }
}
.main .healinglife .body .text .catch .en,
.main .duallife .body .text .catch .en {
  margin: 0;
  background: #333 url(../../assets/imgs/bg-txt_227x204.jpg) 0.04rem -1rem/2.27rem auto no-repeat;
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  font-size: 0.28rem;
  line-height: 0.81;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .main .healinglife .body .text .catch .en,
  .main .duallife .body .text .catch .en {
    font-size: 0.44rem;
  }
}
.main .healinglife .body .text .catch .ja,
.main .duallife .body .text .catch .ja {
  padding: 0.5rem 0 0;
  font-size: 0.28rem;
  letter-spacing: 0.045em;
  line-height: 0.44rem;
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  .main .healinglife .body .text .catch .ja,
  .main .duallife .body .text .catch .ja {
    font-size: 0.44rem;
    line-height: 1.5;
  }
}
.main .healinglife .body .text p,
.main .duallife .body .text p {
  padding: 0.46rem 0 0;
}
.main .healinglife .body .gallery,
.main .duallife .body .gallery {
  margin-inline: -0.8rem;
}
@media screen and (max-width: 750px) {
  .main .healinglife .body .gallery,
  .main .duallife .body .gallery {
    margin-inline: 0;
  }
}
.main .healinglife .body .gallery figure,
.main .duallife .body .gallery figure {
  position: relative;
}
.main .healinglife .body .gallery figure .num,
.main .duallife .body .gallery figure .num {
  display: grid;
  place-items: center;
  width: 0.26rem;
  height: 0.26rem;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(90deg, #88bfb2, #78aa9f);
  color: #fff;
  font-size: 0.2rem;
}
@media screen and (max-width: 750px) {
  .main .healinglife .body .gallery figure .num,
  .main .duallife .body .gallery figure .num {
    width: 0.3rem;
    height: 0.3rem;
  }
}
.main .healinglife .body .gallery figcaption,
.main .duallife .body .gallery figcaption {
  padding: 0.1rem 0 0;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 0.12rem;
  line-height: 1.5;
  text-align: right;
}
@media screen and (max-width: 750px) {
  .main .healinglife .body .gallery figcaption,
  .main .duallife .body .gallery figcaption {
    font-size: 0.18rem;
    text-align: left;
  }
}
.main .duallife {
  margin: 0.9rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .duallife {
    margin: 1.5rem 0 0;
  }
}
.main .duallife .body {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 8.02rem;
  gap: 0.9rem 0;
  padding: 1rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .duallife .body {
    display: block;
    padding: 0.6rem 0 0;
  }
}
.main .duallife .body .text {
  grid-row: 1/2;
  grid-column: 1/2;
  align-self: center;
}
.main .duallife .body .image--02 {
  grid-row: 1/2;
  grid-column: 2/3;
  align-self: flex-start;
}
@media screen and (max-width: 750px) {
  .main .duallife .body .image--02 {
    margin: 0.6rem -0.2rem 0;
  }
}
.main .duallife .body .image--02 img {
  max-width: 7.78rem;
}
@media screen and (max-width: 750px) {
  .main .duallife .body .image--02 img {
    max-width: 100%;
  }
}
.main .duallife .body .image--03 {
  grid-row: 2/3;
  grid-column: 1/3;
  display: grid;
  grid-template-rows: repeat(3, auto);
  grid-template-columns: 4rem 5.86rem 1fr;
  gap: 0 0.1rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  .main .duallife .body .image--03 {
    grid-template-rows: repeat(5, auto);
    grid-template-columns: 1fr 59%;
    margin: 0.7rem 0 0;
  }
}
.main .duallife .body .image--03 figure:first-of-type {
  grid-row: 1/2;
  grid-column: 1/2;
  align-self: flex-start;
}
.main .duallife .body .image--03 figure:nth-of-type(2) {
  grid-row: 2/3;
  grid-column: 1/2;
  align-self: flex-end;
}
.main .duallife .body .image--03 figure:nth-of-type(3) {
  grid-row: 1/3;
  grid-column: 2/3;
}
.main .duallife .body .image--03 figure:nth-of-type(4) {
  grid-row: 1/2;
  grid-column: 3/4;
  align-self: flex-start;
}
@media screen and (max-width: 750px) {
  .main .duallife .body .image--03 figure:nth-of-type(4) {
    grid-row: 3/4;
    grid-column: 1/3;
    margin: 0.1rem 0 0;
  }
}
.main .duallife .body .image--03 figure:last-of-type {
  grid-row: 2/3;
  grid-column: 3/4;
  align-self: flex-end;
}
@media screen and (max-width: 750px) {
  .main .duallife .body .image--03 figure:last-of-type {
    grid-row: 4/5;
    grid-column: 1/3;
    margin: 0.1rem 0 0;
  }
}
.main .duallife .body .image--03 figcaption {
  grid-row: 3/4;
  grid-column: 1/4;
}
@media screen and (max-width: 750px) {
  .main .duallife .body .image--03 figcaption {
    grid-row: 5/6;
    grid-column: 1/3;
  }
}
.main .duallife .body .image--03::after {
  content: "";
  display: block;
  width: 3.67rem;
  aspect-ratio: 367/310;
  position: absolute;
  top: -2.28rem;
  left: 0.16rem;
  background: url(../../assets/imgs/leaf_367x310.png) 0 0/contain no-repeat;
}
@media screen and (max-width: 750px) {
  .main .duallife .body .image--03::after {
    width: 1.84rem;
    top: -0.45rem;
    right: auto;
    left: 0;
  }
}
.main .healinglife {
  margin: 1.9rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .healinglife {
    margin: 1.5rem 0 0;
  }
}
.main .healinglife .body {
  display: grid;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 4.6rem 8.75rem;
  gap: 0 1.15rem;
  padding: 1.5rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .healinglife .body {
    display: block;
    padding: 0.6rem 0 0;
  }
}
.main .healinglife .body .text {
  grid-row: 1/2;
  grid-column: 1/2;
}
.main .healinglife .body .image--02 {
  grid-row: 2/3;
  grid-column: 1/2;
  align-self: flex-start;
  width: 4.5rem;
  margin-top: 1rem;
}
@media screen and (max-width: 750px) {
  .main .healinglife .body .image--02 {
    margin: 0.6rem 0 0;
  }
}
.main .healinglife .body .image--03 {
  grid-row: 1/3;
  grid-column: 2/3;
  margin-top: 0.72rem;
  margin-right: -1.3rem;
}
@media screen and (max-width: 750px) {
  .main .healinglife .body .image--03 {
    margin: 0.4rem 0 0;
  }
}
.main .healinglife .body .image--03::before {
  content: "";
  display: block;
  width: 3.67rem;
  aspect-ratio: 367/310;
  position: absolute;
  top: 4.85rem;
  left: -0.08rem;
  background: url(../../assets/imgs/leaf_367x310.png) 0 0/contain no-repeat;
}
@media screen and (max-width: 750px) {
  .main .healinglife .body .image--03::before {
    width: 1.84rem;
    top: auto;
    bottom: -0.6rem;
    left: -0.4rem;
  }
}
.main .healinglife .body .image--04 {
  grid-row: 3/4;
  grid-column: 1/3;
  display: grid;
  grid-template-rows: repeat(4, auto);
  grid-template-columns: 3.9rem 4rem 1fr;
  gap: 0 0.1rem;
}
@media screen and (max-width: 750px) {
  .main .healinglife .body .image--04 {
    grid-template-rows: repeat(5, auto);
    grid-template-columns: 1fr 49.6%;
    margin: 1rem 0 0;
  }
}
.main .healinglife .body .image--04 .baloon {
  grid-row: 1/2;
  grid-column: 1/4;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 8.52rem;
  height: 1.4rem;
  margin: 1.5rem auto 0.45rem;
  padding: 0 0 0.35rem;
  background: url(../imgs/bg-baloon.png) 0 0/100% auto no-repeat;
  font-size: 0.28rem;
  letter-spacing: 0.045em;
}
@media screen and (max-width: 750px) {
  .main .healinglife .body .image--04 .baloon {
    grid-column: 1/3;
    display: block;
    width: auto;
    height: auto;
    margin: 0 0 0.4rem;
    padding: 0;
    background: none;
    font-size: 0.34rem;
    text-align: center;
  }
}
.main .healinglife .body .image--04 .baloon strong {
  color: #78aa9f;
  font-weight: inherit;
  background: linear-gradient(0deg, #fff29c 0.2rem, transparent 0.2rem);
  margin: 0 0 0.1rem 0;
}
.main .healinglife .body .image--04 .baloon strong span {
  font-size: 0.48rem;
}
.main .healinglife .body .image--04 figure:first-of-type {
  grid-row: 2/4;
  grid-column: 1/2;
}
.main .healinglife .body .image--04 figure:nth-of-type(2) {
  grid-row: 2/3;
  grid-column: 2/3;
  align-self: flex-start;
}
.main .healinglife .body .image--04 figure:nth-of-type(3) {
  grid-row: 3/4;
  grid-column: 2/3;
  align-self: flex-end;
}
.main .healinglife .body .image--04 figure:last-of-type {
  grid-row: 2/4;
  grid-column: 3/4;
}
@media screen and (max-width: 750px) {
  .main .healinglife .body .image--04 figure:last-of-type {
    grid-row: 4/5;
    grid-column: 1/3;
    margin: 0.1rem 0 0;
  }
}
.main .healinglife .body .image--04 figcaption {
  grid-row: 4/5;
  grid-column: 3/4;
}
.main .healinglife .body .image--04 figcaption.--01 {
  position: relative;
}
@media screen and (max-width: 750px) {
  .main .healinglife .body .image--04 figcaption {
    grid-row: 5/6;
    grid-column: 1/3;
  }
}
.main .healinglife .body .image--04 .bottomRight {
  padding: 0.08rem 0.1rem;
}
.main .redevelopment {
  margin: 1.8rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .redevelopment {
    margin: 1.5rem 0 0;
  }
}
.main .redevelopment .lead {
  padding: 0.95rem 1.47rem 1.15rem;
  box-shadow: inset 0 0 0 0.01rem #9fccc2;
  position: relative;
  z-index: 1;
  background: #eef6f5;
}
@media screen and (max-width: 750px) {
  .main .redevelopment .lead {
    padding: 0.6rem 0.2rem 0.4rem;
    background: #fff;
  }
}
.main .redevelopment .lead::before {
  content: "";
  display: block;
  border: 0.01rem dotted #9fccc2;
  position: absolute;
  inset: 0.15rem;
  z-index: -1;
  background: #fff;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
@media screen and (max-width: 750px) {
  .main .redevelopment .lead::before {
    content: none;
  }
}
.main .redevelopment .lead::after {
  content: "";
  display: block;
  width: 2.25rem;
  aspect-ratio: 225/282;
  position: absolute;
  top: -0.56rem;
  right: 0.12rem;
  background: url(../../assets/imgs/leaf_225x281.png) 0 0/contain no-repeat;
}
@media screen and (max-width: 750px) {
  .main .redevelopment .lead::after {
    width: 1.13rem;
    top: -0.4rem;
    right: -0.2rem;
  }
}
.main .redevelopment .lead .summary {
  display: grid;
  grid-template-rows: auto auto auto 1fr;
  grid-template-columns: 1fr 5.22rem;
}
@media screen and (max-width: 750px) {
  .main .redevelopment .lead .summary {
    display: block;
  }
}
.main .redevelopment .lead .summary .ttl {
  grid-row: 1/2;
  grid-column: 1/3;
  color: #4b8b7d;
  font-size: 0.5rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .main .redevelopment .lead .summary .ttl {
    font-size: 0.56rem;
  }
}
.main .redevelopment .lead .summary .image--01 {
  grid-row: 2/3;
  grid-column: 1/3;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0.7rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .redevelopment .lead .summary .image--01 {
    margin: 0.6rem 0 0;
    display: block;
  }
}
.main .redevelopment .lead .summary .image--01 figure:first-of-type {
  width: 8.25rem;
}
@media screen and (max-width: 750px) {
  .main .redevelopment .lead .summary .image--01 figure:first-of-type {
    width: 100%;
  }
}
.main .redevelopment .lead .summary .image--01 figure:last-of-type {
  width: 3.1rem;
}
@media screen and (max-width: 750px) {
  .main .redevelopment .lead .summary .image--01 figure:last-of-type {
    margin: 0.4rem auto 0;
  }
}
.main .redevelopment .lead .summary .image--01 figcaption {
  width: 100%;
  padding: 0.1rem 0 0;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 0.12rem;
  line-height: 1.5;
  text-align: right;
}
@media screen and (max-width: 750px) {
  .main .redevelopment .lead .summary .image--01 figcaption {
    width: 4.2rem;
    margin: 0 auto;
    font-size: 0.16rem;
    text-align: left;
  }
}
.main .redevelopment .lead .summary .image--02 {
  grid-row: 3/5;
  grid-column: 1/3;
  width: 5.51rem;
  margin: 0.8rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .redevelopment .lead .summary .image--02 {
    margin: 0.4rem 0 0;
  }
}
.main .redevelopment .lead .summary .image--03 {
  grid-row: 4/5;
  grid-column: 2/3;
  align-self: flex-end;
  justify-self: flex-end;
  width: 3.4rem;
}
@media screen and (max-width: 750px) {
  .main .redevelopment .lead .summary .image--03 {
    margin: 0.4rem 0 0 auto;
  }
}
.main .redevelopment .lead .summary .text {
  grid-row: 3/4;
  grid-column: 2/3;
  padding: 1.2rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .redevelopment .lead .summary .text {
    padding: 0.6rem 0 0;
  }
}
.main .redevelopment .lead .summary .text .catch .ja {
  font-size: 0.28rem;
  line-height: 0.44rem;
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  .main .redevelopment .lead .summary .text .catch .ja {
    font-size: 0.36rem;
    line-height: 1.5;
  }
}
.main .redevelopment .lead .summary .text p {
  padding: 0.5rem 0 0;
}
.main .redevelopment .lead .detail {
  display: block;
}
@media screen and (max-width: 750px) {
  .main .redevelopment .lead .detail {
    display: block;
  }
}
.main .redevelopment .lead .detail--01 {
  margin: 1rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .redevelopment .lead .detail--01 {
    margin: 0.8rem 0 0;
  }
}
.main .redevelopment .lead .detail--01 .text {
  width: 10.1rem;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .main .redevelopment .lead .detail--01 .text {
    width: auto;
    padding: 0.6rem 0.2rem 0.4rem;
  }
}
.main .redevelopment .lead .detail--01 .image {
  width: 6.4rem;
}
@media screen and (max-width: 750px) {
  .main .redevelopment .lead .detail--01 .image {
    width: auto;
    margin: 0.6rem 0 0;
  }
}
.main .redevelopment .lead .detail--02 {
  margin: 1rem 0 0 0;
  display: block;
}
.main .redevelopment .lead .detail--02 .bottomRight {
  margin: 0.2rem 0 0 0;
  bottom: 0.5rem;
}
.main .redevelopment .lead .detail--02 .image {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 0.2rem;
  height: auto;
}
@media screen and (max-width: 750px) {
  .main .redevelopment .lead .detail--02 .image {
    flex-wrap: wrap;
    gap: 0.3rem 0.2rem;
  }
}
.main .redevelopment .lead .detail--02 .image > figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 370px;
}
@media screen and (max-width: 750px) {
  .main .redevelopment .lead .detail--02 .image > figure {
    width: calc(50% - 0.1rem);
  }
}
.main .redevelopment .lead .detail--02 .image > figure img {
  width: 100%;
  height: auto;
  display: block;
}
.main .redevelopment .lead .detail--02 .image .captionBelow {
  margin-top: 0.2rem;
  font-size: 0.24rem;
  line-height: 1.5;
  text-align: center;
  color: #333;
}
@media screen and (max-width: 750px) {
  .main .redevelopment .lead .detail--02 .image .captionBelow {
    font-size: 0.2rem;
  }
}
.main .redevelopment .lead .detail--02 .text {
  padding: 0.5rem 0 0;
  letter-spacing: 0.009rem;
}
@media screen and (max-width: 750px) {
  .main .redevelopment .lead .detail--02 .text {
    width: auto;
    padding: 0.6rem 0.3rem 0.4rem;
  }
}
@media screen and (max-width: 750px) {
  .main .redevelopment .lead .detail--02 {
    margin: 0.6rem 0 0;
  }
}
.main .redevelopment .column {
  margin: 2.05rem 0 0;
  padding: 0 0 2rem;
  position: relative;
  background: linear-gradient(transparent 0.39rem, #e8f3f0 0.39rem);
}
@media screen and (max-width: 750px) {
  .main .redevelopment .column {
    margin: 1rem 0 0;
    padding: 0 0 1rem;
    background: linear-gradient(transparent 0.27rem, #e8f3f0 0.27rem);
  }
}
.main .redevelopment .column::before {
  content: "";
  display: block;
  width: 3.67rem;
  aspect-ratio: 367/310;
  position: absolute;
  top: -0.72rem;
  left: -0.62rem;
  background: url(../../assets/imgs/leaf_367x310.png) 0 0/contain no-repeat;
}
@media screen and (max-width: 750px) {
  .main .redevelopment .column::before {
    width: 1.84rem;
    top: -0.45rem;
    left: -0.2rem;
  }
}
.main .redevelopment .column .wrap {
  display: grid;
  grid-template-rows: repeat(4, auto);
  grid-template-columns: auto;
  background: url(../../assets/imgs/leaf_240x310.png) calc(100% - 0.7rem) calc(100% - 0.46rem)/2.4rem auto no-repeat;
}
@media screen and (max-width: 750px) {
  .main .redevelopment .column .wrap {
    display: block;
    background: none;
  }
}
.main .redevelopment .column .sttl {
  grid-row: 1/2;
  grid-column: 1/3;
  width: 4.3rem;
  margin: 0 auto;
  translate: -3.49% 0 0;
}
@media screen and (max-width: 750px) {
  .main .redevelopment .column .sttl {
    width: 3rem;
  }
}
.main .redevelopment .column .text {
  grid-row: 2/3;
  grid-column: 1/3;
  padding: 0.6rem 0 0;
  text-align: center;
}
.main .redevelopment .column .text .catch .ja {
  margin-inline: auto;
}
.main .redevelopment .column .text p {
  padding: 0.5rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .redevelopment .column .text p {
    text-align: left;
  }
}
.main .redevelopment .column .image--01 {
  grid-row: 3/4;
  grid-column: 1/3;
  margin: 0.8rem 0 0;
}
.main .redevelopment .column .image--01 .cap {
  padding: 0.3rem 0 0;
  font-family: "Shippori Mincho", "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
  font-size: 0.23rem;
  letter-spacing: 0.045em;
}
@media screen and (max-width: 750px) {
  .main .redevelopment .column .image--01 .cap {
    padding: 0.2rem 0 0;
    line-height: 1.5;
  }
}
.main .redevelopment .column .image--02 {
  grid-row: 4/5;
  grid-column: 1/3;
  width: 10.64rem;
  margin: 1.25rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .redevelopment .column .image--02 {
    width: auto;
    margin: 0.6rem 0 0;
    padding-bottom: 0.6rem;
  }
}
.main .redevelopment .column .image--02 figcaption {
  line-height: 0.3rem;
  text-align: right;
}
@media screen and (max-width: 750px) {
  .main .redevelopment .column .image--02 figcaption {
    line-height: 2;
  }
}
.main .redevelopment .column .image--03 {
  grid-row: 4/5;
  grid-column: 1/3;
  align-self: flex-start;
  justify-self: flex-end;
  width: 4.1rem;
  margin: 2.45rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .redevelopment .column .image--03 {
    width: 100%;
    margin: 0.4rem 0 0;
  }
}/*# sourceMappingURL=unique.css.map */